/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

/* BRANDING COLORS */

/* 
#00a5cf - light blauw
#032F98 - donker blauw
#fcca20 - geel
*/

/* PAGE TRANSITION */
html{
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f9fa;
}

main {
  flex-grow: 1;
} 

img{
  border-radius: 7px;
}

ul {
  list-style-position:inside;
  }

/* FONT-AWESOME */
.fa-bars:before {margin: 5px;}

.fa-comments:before, .fa-plane:before, .fa-award:before {
  color: #fff;
}

/* GENERAL */

a, h2, h3, h4, h5, li, input, button, textarea, footer{
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* .subtitle{
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 2rem;
} */
.bigtitle{
  font-family: "dm-sans", sans-serif;
  font-weight: 700;
}

.subtitle{
  font-family: "dm-sans", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}


p{
  font-family: "dm-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a{
  color: #032F98;
}

a:hover{
  color: #032F98;
}

.btn{
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  padding: .500rem .90rem;
  border: none;
  text-shadow: none; 
  white-space: nowrap
}

.btn-primary {
  background-color:#032F98;
  color: #FFF;
  border: none;
  white-space: nowrap;
}

.btn-primary:hover {
  background-color: #032F98;
}

.btn-primary:focus {
  background-color: #032F98 !important;
}

.btn-primary:active {
background-color: #032F98 !important;
}

.btn-y{
background-color: #fff;
color: #032F98;

}

.btn-y:hover{
background-color: #032F98;
color: #FFF;
}

/* promotions btns */

.eapp-file-embed-item-linkWrapper {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  padding: .500rem .90rem;
  border: none;
  text-shadow: none; 
  white-space: nowrap;
  background-color: #032F98;
  border: none;
  white-space: nowrap
}

.bYAEBz {
  color: #FFF !important;
}


.limited-width {
  max-width: 600px; /* Set the maximum width of the text */
  

}

.bg-dark, .bg-dark a{
  color: #FFF;
}
.bg-white{
  background-color: #fff;
}

.sectionTitle{
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block; /* Makes the title inline so the line can be next to it */
    margin-right: 10px; /* Adds space between the title and the line */
}

.hr-line{
  display: inline-block; /* Makes the line appear next to the title */
  width: 150px; /* Length of the horizontal line */
  height: 0.1rem; /* Thickness of the line */
  background-color: #032F98; /* White line */
  vertical-align: middle; /* Aligns the line vertically with the title */
}

@media all and (min-width: 992px){
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

/* GENERAL END */
.nav-item{
  font-size: 1.3em;
  margin: 5px;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffff;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #ffff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #ffff;
}

#mainNav.navbar-shrink .nav-link.active {
  color: #ffff;
}

#mainNav.navbar-shrink .nav-link {
  color: #ffff;
}

#mainNav.navbar-shrink .nav-link:hover {
  color: #ffff;
}

#mainNav .navbar-toggler{
  color: #fff;
  border: none;
  box-shadow: none;
}

#mainNav {
  transition: all 0.3s ease-in-out;
}

#mainNav.navbar-shrink {
    background-color: #032F98;
}

#mainNav.navbar-shrink .nav-link.active {
  border-bottom: .25rem solid #032F98;
}

.navbar-nav li {
  cursor: pointer;
}

.signup-section{
  padding: 7rem 0;
  background: #fff;
}

#team-section {
    padding: 40px;
    background-color: #f9f9f9;
    text-align: center;
    font-family: sans-serif;
    background:url(../img/mission.jpg) no-repeat;
    background-size: cover;
    padding: 7rem 0;
    position: relative;
}
  
  #team h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }
  
  .team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .team-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 220px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
  }
  
  .team-card div{
    padding: 15px;
  }

  .team-card:hover {
    transform: translateY(-5px);
  }
  
  .team-card img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  
  .team-card h3 {
    margin: 10px 0 5px;
    font-size: 1.1em;
  }
 


.unsplash-credit {
  color: #FFF;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}
.unsplash-credit a{
  color: #FFF;
}
.padding{
  padding: 7rem 0;
}

.meetYou{
  padding: 60px 0 60px 60px;
}

.col{
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px){
  #mainNav {
    top: 0;
    padding-bottom: 0;
  }
}


@media screen and (max-width: 992px) {
  .meetYou {
    text-align: center;
    padding-left: 0px;
  }

  #mainNav{
    background-color: #032F98;
  }

  #mainNav a{
    color: #FFF;
  }

  a.dropdown-item{
    color: #032F98 !important;
  }

  #mainNav.navbar-shrink .nav-link.active{
    border: none;
  }
}

.hFivetext{
  color: #032F98;
}

.openingHours-text{
  font-weight: bold;
}

/* .masthead{
  background:url(../img/bg-masthead2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
.mastheadText{
  text-align: center;
  width: 100%;
  color: #fff;
}

.masthead h1 {
  line-height: 3rem !important;
}

.masthead h2 {
  max-width: 100%;
}
.social{
  color: #FFF;
}

.verticalAlign{
  height: 100%;
}

.or p{
  margin-top: 15px;
  text-align: center;
  vertical-align: middle;
}

.contact-section{
  background-color:#032F98;
  padding: 5rem 0;
  color: #212529;
  border:#FFF ;
  /* background:url(../img/footerBg.jpg) no-repeat;
  background-size: cover;
  padding: 7rem 0; */
}

.contact-section h5, .contact-section a{
  color: #032F98;
}

#usp-section{
  background-color: #032F98;
  color: #fff;
}
/* .openingHours-section{
  background:url(../img/agency/banner-agency.jpg) no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
.openingHours{
  background-color: #fff;
  padding: 2em;
  border-radius: 5px;
} */

/* GALLERY */

.gallery-item {
  margin: 0.5rem 0;
}

.gallery-item-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 16px;
}

.gallery-item:hover .img-fluid  {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: brightness(50%);
}

.gallery-item:hover .gallery-item-middle {
  filter: brightness(100%);
  opacity: 1;
}

.gallery-item-text {
  /* background-color: #032F98; */

  padding: 16px 32px;
  font-family: "brandon-grotesque", sans-serif !important;
}

.gallery-long {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  max-height: 350px;
  background-image: url(../img/destinations/other.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center bottom;
  border-radius: 7px;
  margin: 0.5rem 0;
}

/* Make sure the image doesn't overflow or layer incorrectly */
.gallery-long img {
  overflow: hidden;
}

/* The overlay */
.black-overlay {
  max-height: 350px;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3); /* transparent black overlay */
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 7px;
  overflow: hidden;
  text-shadow: 3px 2px 5px #000;
}


/* END GALLERY */

/* GMAPS */

.gmaps-map {
  position: relative;
  overflow: hidden; /* Ensure that the overlay doesn't go outside the container */
}

.gmaps-link {
  display: block;
  position: relative;
  width: 100%;
}

.gmaps-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  opacity: 0; /* Initially hidden */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease; /* Smooth transition for hover effect */
}

.gmaps-link:hover .gmaps-overlay {
  opacity: 1; /* Show the overlay when hovering */
}

.gmaps-text {
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Space between the icon and text */
}

.gmaps-text i {
  font-size: 24px; /* Adjust the size of the search icon */
}


/* END GMAPS */



.socials a{
  height: 0;
  width: 0;
}
.socials li{
  margin-right: 0.5rem;
}

.footersocials ul {
  text-align: left;
}
#contactForm{
  border-radius: 7px;
  background-color: #032F98;
}

#contactForm h3{
  color: #FFF;
}


#contactForm .form-control {
  color: #032F98;
}

#contactForm p {
  color: #fff;
}


.form-control, .form-control:focus {
background: #FFF;
}


.adressInfo li, .contactInfo li{
  color: #FFF;
}

.adress li{
  margin-bottom: 10em;
}

.social-icons a {
  font-size: 30px; /* Size of the icons */
  text-decoration: none; /* Remove underline */
}
.social-icons a:hover {
  color: #fff; /* Hover color */
}

.privacypolicytitle {
  margin-top: 80px;
}

.gmaps{
  margin-bottom: 2em;
}

.contactInfo i {
  color: #032F98;
  padding-right: 0.5rem;
}

footer {
  padding: 1rem 0 ;
  bottom: 0;
  width: 100%; 
}

.socials {
  gap: 15px;
}
.sitemap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemap li {
  margin-bottom: 5px;
}

.sitemap li a:hover {
  text-decoration: underline;
}

div.eapps-widget {
  position: fixed;
}

/* testimonials */
#testimonials-section{
  background-color:#032F98;
}

.testimonials-clean h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.testimonials-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
  color: #fff;
}

.testimonials-clean .intro p {
  margin-bottom:0;
}
.testimonials-clean .item {
  margin-bottom:32px;
}

.testimonials-clean .item .box {
  padding:30px;
  background-color:#fff;
  position:relative;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}

.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:inherit;
}

.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
}

.testimonials-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}
.testimonial-box {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Speech Bubble Triangle */
.testimonial-box::after {
  content: "";
  position: absolute;
  bottom: -15px; /* Position below the box */
  left: 20px; /* Adjust for alignment */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #fff; /* Match the box background */
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); /* Add shadow for realism */
}

.quote-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #fff; /* Faint grey */
}

.carousel{
  overflow: hidden;  /* Prevents overlap issues */
  justify-content: center;
  align-items: center;
  min-height: 400px; /* Ensures space for the fading elements */
  padding: 0 15px;
}

.carousel-group {
  position:absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-group.active {
  opacity: 1;
  position: relative;
}

.wave-divider-about {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.wave {
  display: block;
    width: 100%;
  height: 40px;
  position: relative;
  /* top: -1px; */
  /* transform: rotate(180deg); */
}

.wave-divider-contact {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.wave {
  display: block;
    width: 100%;
  height: 40px;
  position: relative;
  /* top: -1px; */
  /* transform: rotate(180deg); */
}


/*promotions*/

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 3rem;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1em;
}

.card {
  background-color: #fff;
  width: calc(33% - 20px); /* For 3 cards per row */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card h3 {
  margin-bottom: 15px;
}

.card p {
  color: #666;
  margin-bottom: 20px;
}

.card-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.card-btn:hover {
  background-color: #0056b3;
}

/* Card image styling */
.card-image {
  background-color: #ccc;
  height: 200px;
  margin-bottom: 15px;
  border-radius: 7px 7px 0 0;
}
.card-content{
  padding: 20px;
}

/* Responsive design */
@media (max-width: 768px) {
  .card {
      width: calc(50% - 20px); /* 2 cards per row on smaller screens */
  }
}

@media (max-width: 480px) {
  .card {
      width: 100%; /* 1 card per row on very small screens */
  }
}

/*promotions page end*/