* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;

}


:root {
  --primary-color: #4CAF50;
  --secondart-color: #8B5E3C;
  --backgroud-color: #F5F5DC;
  --text-color: #333333;
  --accent-color: #5DADE2;
  --footer-backgroud: #2E7D32;
  --nav-background: : #5DADE2;

}
.section-heading{
  font-size: 2.5rem;
  color: var(--primary-color);
  font-family:  "Cormorant", serif;
}


#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;
  cursor: pointer;
  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(images/sathish-ganesh-WhRDyHoDX_Y-unsplash.jpg);
  width: 100%;
  overflow: hidden;
  height: 350px;
  background-size: cover;

  text-align: center;
}

.section1 h1 {
  color: #000;
  font-size: 3rem;
  margin-bottom: 0px;
  font-family:  "Cormorant", serif;

}

.section1 h5 {
  color: #FFFFFF;
  font-size: 22px;
  padding: 5px 0px 0px 0px;
  font-family: "Gilda Display", serif;


}



.section-title {
  text-align: center;
  padding-top: 50px;
  background-color: var(--backgroud-color);
}



.destination-list {
  display: flex;
  padding: 20px 20px 50px;
  flex-wrap: wrap;

  background-color: var(--backgroud-color);
  gap: 20px;
}

.destination-item {
  flex: 0 0 calc(25% - 15px);
  /* margin-bottom: 30px; */
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 4px;
  min-height: 500px;
}

.destination-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.destination-item .content {
  padding: 20px;
}

.destination-item h2 {
  font-size: 1.2rem;
  color: #333;
  height: 50px;
  margin-bottom: 10px;
  font-family: "Gilda Display", serif;
}

.destination-item p {
  font-size: 16px;
  color: #666;
  min-height: 80px;
  text-align: justify;
  margin-top: 20px;
}

.destination-item .button {
  margin-top: 10px;
  display: block;
  /* width: 95%; */
  padding: 10px;
  background-color: var(--primary-color);

  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 1.5rem;
  transition: background-color 0.3s;
}


.modal-btn{
  display: block;
  padding: 10px;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 1.5rem;
  transition: background-color 0.3s;
  cursor: pointer;
  font-size: 1.1rem;

  width: 100%;
}
.modal-btn:hover{
  background-color: green;
}

.destination-item .button:hover {
  background-color: green;
}


.section2 {
  /* padding-top: 90px; */
}

.section3 {
  background-image: url(images/religiousbgg.webp);
  width: 100%;
  overflow: hidden;
  height: 350px;
  background-size: cover;

  text-align: center;
}

.section3 h3 {
  color: #FFFFFF;
  font-size: 3rem;
  margin-bottom: 0px;
  font-family:  "Cormorant", serif;
  color: black;

}

.section3 h5 {
  color: whitesmoke;
  font-size: 22px;
  padding: 5px 0px 0px 0px;
  font-family: "Gilda Display", serif;
  
  

}
@media (max-width: 1024px) {
  .destination-item{
    flex: 0 0 calc(33.33% - 15px);
  }
  
}
@media (max-width: 768px) {
  .destination-list{
    flex-direction: 
    column;
  }
  .destination-item{
    flex: 0 0 calc(50% - 10px);
  }
  .destination-item h2{
    font-size: 24px;
  }
  

}

/* 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;
}
.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;
  }
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 100px auto 7%;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
