
* {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


:root {
  --primary-color: #4CAF50;
  --secondart-color: #8B5E3C;
  --backgroud-color: #F5F5DC;
  --text-color: #333333;
  --accent-color: #5DADE2;
 

}
.section-heading{
  font-size: 2.5rem;
  color: var(--primary-color);
  font-family:  "Cormorant", serif;
  font-weight: 700;

}
.font-2{
  font-size: 2rem;
}

#navbar {
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: white;
  transition: background-color 0.3s;
  z-index: 20;

}

#navbar .logo {
  background-size: cover;
  border: none;
  height: 80px;
  width: 20%;
  overflow: hidden;
}

.logo img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  padding-left: 10px;
}

.nav-links {

  /* width: 70%; */
  text-decoration: none;

  display: flex;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;


}

.nav-links li {
  list-style: none;
  /* margin-right: 20px; */




}

.nav-links li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
}
.nav-links li a:hover{
  border-bottom: 2px solid var(--primary-color);
}

.call-button {

  padding: 10px 10px;
  font-family: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 1.5em;
  cursor: pointer;
  border: none;
  background: var(--primary-color);
  color: ghostwhite;
  overflow: hidden;
}


/* hamburger */
.hamburger {
  display: none;
  border: none;
  background-color: white;
  font-size: 1.5rem;
  cursor: pointer;
  margin: 0 20px;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: black;
}

.hamburger:hover .bar {
  background-color: green;
}
nav a.active-link {
  color: white; 
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 5px;

}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    /* Hide links by default */
    flex-direction: column;
    background-color: white;
    width: 100%;
    position: absolute;
    top: 90px;
    /* Adjust based on your navbar height */
    left: 0;
  }



  .nav-links.show {
    display: flex;
    /* Show links when toggled */
    padding-bottom: 15px;
  }

  .hamburger {
    display: block;
  }
}

.section {
  padding-top: 90px;
}

.section1 {
  background-image: url(martin-jernberg-nE2gf1scItI-unsplash.jpg);
  width: 100%;
  overflow: hidden;
  height: 350px;
  background-size: cover;

  text-align: center;
}

.section1 h3 {
  color: #fff;
  font-size: 90px;
  margin-bottom: 0px;

}









.title {
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  color: #008000;
  margin-top: 10px;
  text-align: center;
}






.best {
  display: flex;
  width: 100%;
}

.booking {

  width: 50%;
  margin: 10px;
}

.booking h2 {
  font-size: 35px;

}



.feature {
  display: flex;
  width: 100%;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

.feature .icon {
  font-size: 48px;
  color: #008000;

  width: 15%;
  padding-top: 40px;
}

.feature .content {
  width: 100%;
}

.feature h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.gallery {
  padding: 10px 0;
  width: 50%;
}

.gallery-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery-images img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 2px;
}

.container1 {
  width: 50%;
  margin: 10px 10px;
  padding: 10px 20px;
}

.container1 h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #000;
}

.container1 p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
}








/* abbooutt*/
#abbooutt {
  display: block;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 50px 20px 0;

}

/* .span h1 {
  display: inline-block;
  color: #008000;
  text-align: center;
  font-size: 28px;
  width: 69%;
  margin: 10px;
} */

.paaraa {
  text-align: justify;
  /* margin: 10px; */
  font-size: 1.2rem;
  width: 68%;
}
.paaraa p{
  font-size: 1rem;

}

.call-support {
  width: 100%;
  display: flex;
}

.support {
  width: 69%;
  display: block;
}

.sub-heading {
  display: block;
  width: 100%;
}

.sub-heading .heeadding {
  text-align: justify;
}

.sub-heading .heeadding h3 {
  text-align: start;
  color: #008000;
  font-size: 22px;
  margin: 10px;
  font-family: "Gilda Display", serif;

}

.sub-heading .heeadding p {
  text-align: left;
  font-size: 1rem;
  margin: 10px;
}

.calling {
  display: block;
  width: 30%;
  align-items: start;
  height: 270px;
  margin: 10px;
  margin-left: 20px;

  border: none;
  border-radius: 3px;
}

.huding {
  width: 100%;
  height: 100%;

}

.huding img {
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.pera {
  text-decoration: none;
  height: 70px;
  width: 100%;

}

.pera span {
  color: #008000;
  font-size: 30px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.callicons {
  font-size: 30px;

}

.callicons a {
  text-decoration: none;
  color: #240404;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  .calling{
    display: none;
  }
  .paaraa{
    width: 100%;
  }
  .support{
    width: 100%;
  }
  
}










.swiper-container {
  width: 100%;
  height: 350px;
  z-index: 5;
}

#slide_five {
  background-image: url(images/g-r-mottez-WITqFX_lJhs-unsplash.jpg);
  background-size: cover;

}

#slide_four {
  background-image: url(images/pasi-jormalainen-_WIr3Xigr1s-unsplash.jpg);
  background-size: cover;

}

#slide_three {
  background-image: url(images/mayank-gaur-P0U-bSauex4-unsplash.jpg);
  background-size: cover;
  overflow: hidden;
}

#slide_two {
  background-image: url(images/johannes-plenio-RwHv7LgeC7s-unsplash.jpg);
  background-size: cover;

}

#slide_one {
  background-image: url(images/laura-adai-UkqUEMb7GTA-unsplash.jpg);
  background-size: cover;
  overflow: hidden;
}

.container {
  height: 350px;
  background: transparent;
  width: 70%;
  padding: 20px 20px;
  text-align: center;
  color: #fff;
}

.container11 button {
  height: 40px;
  width: 230px;
  border: none;
  border-radius: 4px;
  margin: 20px;
  background-color: #008000;
}

.container p {
  text-align: center;
  font-size: 1.2rem;
}

.container i {
  font-size: 80px;
  color: #008000;
  margin-bottom: 20px;
  margin-top: 20px;
  color: linear-gradient(135deg, #B2DFDB, #64B5F6, #42A5F5);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Text Overlay */
.container h2 {
  font-size: 28px;
  text-align: center;
}

.container11 {
  text-align: center;
  margin: 10px;
}

.container11 .btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 200;
  height: 70px;
  width: 300px;
  font-size: 14px;
}

.container11 .btn-warning {
  background-color: #008000;
  text-decoration: none;
  color: #fff;
  height: 70px;
  width: 300px;
}


@media screen and (max-width:991px) {
  #lab_video_text_wrap {
    height: 300px;
  }
}

@media screen and (max-width:650px) {
  #lab_video_text_wrap {
    height: 250px;
  }

  #lab_video_text_overlay h2 {
    font-size: 2em;
  }

  #lab_video_text_overlay p {
    font-size: .9em;
  }
}

/* testimonials */

#testimonial {
  display: flex;
  justify-content: center;
}

.testimonial-container {
  padding: 50px 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;


}

.testimonial-container>p {
  font-size: 1.5rem;
}

.testimonial-flex-container {
  display: flex;
  gap: 30px;

}

.testi-cards {
  flex: 1 1 calc(33.33% - 20px);
  padding: 20px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  color: white;

}

.stars-wrapper i {
  color: rgb(218, 218, 76);
}
@media (max-width: 768px) {
  .testimonial-flex-container {
    flex-direction: column;
  }

  .testi-cards {
    flex: 1 1 100%;
  }

}
/* footer*/

footer {
  background: linear-gradient(135deg, #d1dbd1, #292a2b);
  display: flex;
  color: #fff;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
}
.footer-bottom{
  text-align: center;
  width: 90%;
  padding-bottom: 60px;
}

.footer-container {
  width: 90%;
  display: flex;
  gap: 20px;
  padding: 60px 0;
}


.footer-col {
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-col img {
  /* background-size: cover; */
  /* border: none; */
  height: 100%;
  width: 100%;
  overflow: hidden;
  mix-blend-mode: color-burn;


}



.footer-col a {
  text-decoration: none;
  color: white;
}

.footer-col i {
  /* background-color: #333; Background color of the circle */
  color: white;
  /* Color of the icon */
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
  width: 36px;
  height: 36px;
  text-align: center;
  transition: background-color 0.3s ease;

}
.footer-col .fa-facebook-f{
  background-color:#0861F2;
}
.footer-col .fa-instagram{
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-col div {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.whatsapp-button i {
  color: white;
  vertical-align: middle;
}
.float-icon-container{
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 50%;
  border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
z-index: 100;
}
.fb-icon{
  background-color: blue;
  padding: 12px;
  color: white;

}
.ig-icon{
  padding: 12px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
}
@media (max-width: 1024px) {
  .footer-container {
    flex-wrap: wrap;
  }

  .footer-col {
    flex: 0 0 100%;
  }
  .footer-img-wrapper{
    display: none;
  }
}


/* form-section */

#form-section {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  background: url(images/alkis-ischnopoulos-W8I4NWZT_lA-unsplash-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;


  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent background */

}

.form-container {
  width: 90%;
  padding: 60px 0;
  display: flex;
  gap: 20px;


}

.form-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc(70% - 10px);

}

.form-text-wrapper h2 {
  font-size: 2rem;
  font-family: "Gilda Display", serif;
}

.form-wrapper {
  flex: 0 0 calc(30% - 10px);
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #777;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  /* color: #ffffff; */
}

.checkbox-wrapper input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 3px;
}

.checkbox-wrapper label {
  font-size: 15px;
  line-height: 1.4;
}

.checkbox-wrapper a {
  color: blue;
  /* Color for Privacy Policy link */
  text-decoration: none;
}

.checkbox-wrapper a:hover {
  text-decoration: underline;
}

.form-button{
  /* width: 100%; */
  padding: 10px 20px;
  background-color: #e30512;
  /* Red background for submit button */
  color: #ffffff;
  border: none;
  /* border-radius: 5px; */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 1.5em;
}
@media (max-width: 768px) {
  .form-container {
    flex-direction: column;
  }

  .form-text-wrapper {
    flex: none;
  }

  .form-wrapper {
    flex: none;
  }

}
/* about */

#about {
  padding: 60px 0;
  display: flex;
  margin-top: 80px;
  justify-content: center;
  background-color: var(--backgroud-color);
}

.about-container {
  width: 90%;
  /* background-color: #008000; */
  display: flex;
  gap: 40px;
}

.about-image {
  flex: 0 0 calc(50% - 20px);

}

.about-image img {
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.about-content {
  flex: 0 0 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  color: var(--primary-color);
  

}
@media (max-width: 768px) {
  .about-container{
    flex-direction: column;
  }
  .about-image{
    flex: none;

  }
  .about-content{
    flex: none;
  }
  
}