body {
  font-family: "Poppins", sans-serif;
  color: #2f394f;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  font-size: 16px;
}
::selection {
  background: #004e08;
  color: #ffffff;
}

::-moz-selection {
  background: #004e08;
  color: #ffffff;
}
a {
  text-decoration: none;
}

a,
button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

p {
  color: #6f7583;
  line-height: 2;
}
header {
  padding: 30px 0 0 0;
  z-index: 999;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
header .navbar-brand {
  width: 200px;
  padding: 0;
}
header .navbar-nav {
  gap: 15px;
}
header .navbar-nav .nav-link {
  color: #2f394f;
}
.outline-btn {
  border: 1px solid #3e8725;
  color: #3e8725;
  height: 50px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outline-btn:hover,
.outline-btn:active {
  background: #3e8725 !important;
  color: #ffffff !important;
}
.banner {
  padding-top: 90px;
  background: url(../images/bg.jpg) 0 0 / 100% 100% no-repeat;
}
.banner .rating svg,
.banner .rating i {
  color: #f3a41d;
}
.banner .rating span {
  color: #6f7583;
  font-size: 95%;
}
.banner h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 3.5rem;
}
.banner-large,
.banner-medium,
.banner-small {
  border-radius: 15px;
}
.banner .owl-carousel {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
}
.enquire {
  background: #ebf7ec;
  padding: 2rem;
  border-radius: 20px;
}
.enquire .form-label {
  color: #6f7583;
}
.enquire .form-control,
.enquire .form-select {
  box-shadow: none !important;
  height: 50px;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 7px;
  color: #6f7583;
}
.enquire .form-control:focus,
.enquire .form-select:focus {
  border-color: #3e8725;
}

.primary-btn {
  background: #004e08;
  border: none !important;
  color: #ffffff;
  height: 50px;
  border-radius: 7px;
}
.primary-btn:hover,
.primary-btn:active {
  background: #3e8725 !important;
  color: #ffffff !important;
}
.title h2,
.title .h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 3rem;
}
.title h6 {
  color: #3e8725;
  display: flex;
  gap: 10px;
  align-items: center;
}
.title h6 span {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #3e8725;
}
.about ul {
  grid-template-columns: repeat(2, 1fr);
}
.about ul li {
  list-style: none;
  color: #6f7583;
  background: #efffea;
  padding: 20px;
  border-radius: 10px;
}
.about ul li svg,
.about ul li i {
  color: #3e8725;
  margin-right: 7px;
}
.facilities {
  background: #f7fbf7;
}
.facility-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 4px 4px 30px rgba(61, 135, 37, 0.05);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.facilities .col-lg-4:hover .facility-icon,
.attraction:hover img,
.gallery .item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.facilities p {
  margin-bottom: 0;
}
.facility-icon img {
  width: 40px;
}
.attraction {
  border-radius: 15px;
  overflow: hidden;
}
.attraction img,
.gallery .item a img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.attraction .text {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 50%
  );
}
.attraction .text h5 {
  color: #ffffff;
}
.attraction .text p {
  color: #ffffff;
  opacity: 0.8;
}
.gallery .item a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.gallery .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  opacity: 1;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.gallery .owl-carousel .owl-nav button.owl-next,
.gallery .owl-carousel .owl-nav button.owl-prev {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  opacity: 1;
  background: none;
  border: 1px solid #9696ac;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.gallery .owl-carousel .owl-nav button span {
  display: block;
  font-size: 0;
  width: 9px;
  height: 10px;
  border-top: 2px solid #9696ac;
  border-right: 2px solid #9696ac;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery .owl-carousel .owl-nav button.owl-prev span {
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #9696ac;
  border-left: 2px solid #9696ac;
  margin-left: 5px;
}
.gallery .owl-carousel .owl-nav button.owl-next:hover,
.gallery .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
  background: #3e8725;
  border-color: #3e8725;
}
.gallery .owl-carousel .owl-nav button.owl-next:hover span,
.gallery .owl-carousel .owl-nav button.owl-prev:hover span {
  border-color: #fff;
}
.gallery .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.gallery .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.counter-box {
  background: #2f394f;
  padding: 40px;
  border-radius: 20px;
}
.counter-box h5 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 15px;
}
.counter-box h5 span {
  color: #67cf41;
}
.counter-box p {
  color: #aab9cc;
}
.contact {
  background: #2f394f;
  border-radius: 15px;
  overflow: hidden;
}
.map {
  height: 620px;
}
.contact p {
  color: #aab9cc;
}
.contact .title h6 {
  color: #67cf41;
}
.contact .title .h2 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3;
}
.contact ul li {
  display: flex;
  list-style: none;
  gap: 12px;
  color: #aab9cc;
  align-items: center;
  padding: 5px 0;
}
.contact ul li p a,
.contact ul li p a:hover {
  color: #aab9cc;
}
.contact h5 {
  font-size: 1rem;
  border-top: 1px dashed #aab9cc;
  color: #ffffff;
}
.social li {
  list-style: none;
  color: #8592b0;
}
.social li a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #39445d;
  color: #aab9cc;
}
.social li a:hover {
  background: #aab9cc;
  color: #39445d;
}
.whatsapp {
  bottom: 25px;
  right: 25px;
  z-index: 99;
  animation: pulse-animation 2s infinite;
}
.whatsapp-btn {
  white-space: nowrap;
  padding: 12px 20px;
  font-size: 0.95rem;
  box-shadow: 0 4px 15px rgba(0, 78, 8, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 78, 8, 0.4);
  transform: translateY(-2px);
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }
}
.menu-overlay {
  background: #000000;
  opacity: 0.25;
  z-index: 9;
  display: none;
}
.menu-overlay.active {
  display: block;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
  }
}

@media (max-width: 1799.98px) {
  html,
  body {
    font-size: 15px;
  }
  .banner h1 {
    font-size: 3rem;
  }
  .title h2,
  .title .h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 1599.98px) {
  .banner h1 {
    font-size: 2.8rem;
  }
  .title h2,
  .title .h2 {
    font-size: 2.5rem;
  }
  .contact .title .h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 1399.98px) {
  .banner {
    padding-top: 80px;
  }

  .about ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .about ul li {
    padding: 12px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-brand {
    width: 180px;
  }
  .banner h1 {
    font-size: 2.4rem;
  }
  .title h2,
  .title .h2 {
    font-size: 2.2rem;
  }
  .contact .title .h2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .about ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .counter-box h5 {
    font-size: 2.4rem;
  }
  .attraction .text h5 {
    font-size: 1.1rem;
  }
  .attraction .text p {
    font-size: 0.9rem;
  }
  .map,
  .map iframe {
    height: 400px !important;
  }
}
@media (max-width: 991.98px) {
  header {
    padding: 20px 0 0 0;
  }

  header .navbar-brand {
    width: 160px;
  }
  header.scrolled {
    padding: 15px 0;
  }
  .banner {
    padding-top: 60px;
  }
  header .outline-btn {
    height: 45px;
  }
  header .navbar-toggler {
    height: 45px;
  }
  header .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    height: 100% !important;
    background: #fff;
    padding: 20px;
    width: 0;
    max-width: 270px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  header .navbar-collapse.show {
    width: 90%;
    opacity: 1;
  }
  header .navbar-nav {
    gap: 7px;
  }
  .mob-header img {
    width: 140px;
  }

  .banner h1 {
    font-size: 2.3rem;
  }
  .title h2,
  .title .h2 {
    font-size: 2.1rem;
  }
  .gallery .owl-nav {
    top: -70px;
  }
  .counter-box {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .banner {
    padding-top: 45px;
  }
  .banner h1 {
    font-size: 1.9rem;
  }
  .title h2,
  .title .h2 {
    font-size: 1.8rem;
  }
  .title h6 {
    font-size: 0.9rem;
  }
  .title h6 span {
    width: 30px;
  }
  .facility-icon {
    width: 70px;
    height: 70px;
  }
  .facility-icon img {
    width: 30px;
  }
  .facilities h5 {
    font-size: 1.1rem;
    margin-bottom: 8px !important;
  }
  .counter-box h5 {
    font-size: 2.2rem;
  }
  .whatsapp {
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {
  header {
    padding: 15px 0 0 0;
  }

  header.scrolled {
    padding: 12px 0;
  }
  .banner {
    padding-top: 35px;
  }
  .banner h1 {
    font-size: 1.5rem;
  }
  .title h2,
  .title .h2 {
    font-size: 1.5rem;
  }
  .banner-large,
  .banner-medium,
  .banner-small {
    border-radius: 10px;
  }
  .enquire {
    padding: 1.6rem;
    border-radius: 15px;
  }
  .enquire .primary-btn {
    width: 100%;
  }
  .about ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery .owl-nav {
    top: auto;
    right: auto;
    position: relative;
    margin-top: 20px;
    justify-content: flex-start;
  }
  .counter-box p {
    border-bottom: 1px dashed #596072;
    padding-bottom: 25px;
  }
  .counter-box .row .col-sm-6:last-child p {
    border-bottom: none;
    padding-bottom: 0;
  }
}
