@font-face {
  font-family: "Otomanopee One";
  src: url("../fonts/OtomanopeeOne-Regular.woff2") format("woff2"), url("../fonts/OtomanopeeOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "analogue";
  src: url("../fonts/analogue.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SebastianBobby";
  src: url("../fonts/SebastianBobby.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: black;
  top: 0 !important;
  overflow-x: hidden;
  max-width: 100vw;
}
body a {
  text-decoration: none;
  color: white;
}
body ul {
  list-style: none;
}
body p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
body header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 60%, transparent);
}
body header .topbar {
  top: 0;
  position: relative;
  padding: 10px 0 0;
  background-color: #2cbb9c;
}
@media (max-width: 992px) {
  body header .topbar .justify-content-end {
    justify-content: center !important;
  }
}
body header .topbar ul {
  display: flex;
  padding: 0;
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  body header .topbar ul {
    justify-content: center;
    margin: 0 0 5px;
  }
}
body header .topbar ul li {
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  line-height: 16px;
}
@media (max-width: 992px) {
  body header .topbar ul li {
    font-size: 12px;
  }
}
body header .navbar {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  z-index: 5;
  transition: 0.5s;
  width: 100%;
  transition: 0.5s;
}
@media (max-width: 992px) {
  body header .navbar {
    padding: 10px;
  }
}
body header .navbar .navbar-brand img {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
body header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 4;
  right: 0;
  font-size: 18px;
}
body header .navbar .navbar-toggler .navbar-toggler-icon {
  box-shadow: none;
  border: none;
}
/* body header .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("../img/menu.svg") !important;
  fill: red;
} */

.open-icon{

 

    color: white;
    cursor: pointer;

}
body header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transition: 0.5s;
  background-image: url("../img/close.svg") !important;
}
body header .navbar .show .navbar-nav {
  transform: translateX(0);
}
@media (max-width: 992px) {
  body header .navbar .navbar-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 80vw;
    height: 100vh;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    padding: 20px;
  }
}
body header .navbar .navbar-nav .nav-item {
  position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1200px) {
  body header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
body header .navbar.top-sticky {
  position: fixed;
  padding: 10px 20px;
  background-color:rgba(174, 178, 151, 1);
}
@media (max-width: 992px) {
  body header .navbar.top-sticky {
    padding: 10px;
  }
}
body .btn-blue {
  padding: 8px 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  background-color: #922826;
  border-radius: 4px;
  border: 1px solid rgb(255, 255, 255);
  display: block;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
body .btn-blue:hover {
  padding: 8px 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  background-color: #922826;
  border-radius: 4px;
  border: 1px solid rgb(255, 255, 255);
  display: block;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
body .btn-blue img {
  height: 14px;
  filter: brightness(100%) invert(1);
}
body .btn-yellow {
  padding: 10px 15px;
  color: white;
  font-size: 15px;
  background-color: #922826;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #922826;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
body .btn-yellow:hover {
  padding: 10px 15px;
  color: #922826;
  font-size: 15px;
  background-color: transparent;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #922826;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
body .btn-border {
  padding: 8px 15px;
  color: white;
  font-size: 14px;
  background-color: transparent;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid white;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
body .btn-border:hover {
  background-color: white;
  color: black;
}
body .section-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  font-family: "Otomanopee One", sans-serif;
  color: #2cbb9c;
  line-height: 35px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  body .section-title {
    font-size: 25px;
    line-height: 28px;
  }
}
body .section-des {
  margin-bottom: 20px;
  font-size: 15px;
  color: black;
  line-height: 25px;
}
body .swiper-button-prev {
  display: block;
  left: 5px;
}
body .swiper-button-prev:after {
  color: white;
  background-color: rgba(8, 91, 92, 0.5);
  border: 2px solid white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f12f";
  text-align: center;
  line-height: 60px;
  transition: 0.5s;
}
body .swiper-button-prev:hover:after {
  background-color: #2cbb9c;
}
body .swiper-button-next {
  display: block;
  right: 40px;
}
body .swiper-button-next:after {
  color: white;
  background-color: rgba(8, 91, 92, 0.5);
  border: 2px solid white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f138";
  text-align: center;
  line-height: 60px;
  transition: 0.5s;
}
body .swiper-button-next:hover:after {
  background-color: #2cbb9c;
}
body .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid white;
}
body .swiper-pagination-bullet-active {
  background-color: white;
}
body .mt-30 {
  margin-top: 30px;
}
body .pt-50 {
  padding-top: 50px !important;
}
body .text-left {
  text-align: left !important;
}
body .destination {
  padding-top: 100px;
}
body .destination .section-title {
  color: white;
}
body .destination .destination-swiper .swiper-slide .destination-item {
  position: relative;
  height: 430px;
  overflow: hidden;
  padding: 0;
}
body .destination .destination-swiper .swiper-slide .destination-item img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .destination .destination-swiper .swiper-slide .destination-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s;
}
body .destination .destination-swiper .swiper-slide .destination-item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
body .destination .destination-swiper .swiper-slide .destination-item .content h5 {
  font-family: "Otomanopee One", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}
body .destination .destination-swiper .swiper-slide .destination-item .content p {
  font-size: 15px;
  font-weight: 400;
  color: white;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
body .destination .destination-swiper .swiper-slide .destination-item .content a {
  color: white;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
body .destination .destination-swiper .swiper-slide .destination-item:hover img {
  transform: scale(1.2);
}
body .destination .destination-swiper .swiper-slide .destination-item:hover .overlay {
  opacity: 1;
}
body .destination .destination-swiper .swiper-slide .destination-item:hover .content {
  opacity: 1;
}
body .home-form {
  background-color: rgba(174,178,151,1);
  padding: 20px 0;
  transition: all 0.3s ease;
  text-align: left;
background: linear-gradient(to top, rgba(174, 178, 151, 0.5) 0%, rgba(174, 178, 151, 0.5) 100%), url(../img/footer-pattern.png);
}

body .home-form h5 {
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 90px;
  font-family: "SebastianBobby", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}
body .home-form h6 {

    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
  font-family: "analogue", sans-serif;
    position: relative;
    color: #2cbb9c;
}

body .home-form select {
  padding: 14px 12px;
  border: none;
  border-radius: 0;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  background-color: white;
}
body .home-form .input-item {
  position: relative;
  display: flex;
  align-items: center;
}
body .home-form .input-item input {
  padding: 12px;
  border: none;
  border-radius: 0;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
body .home-form .input-item input::-moz-placeholder {
  font-size: 15px;
}
body .home-form .input-item input::placeholder {
  font-size: 15px;
}
body .home-form .btn-submit {
  padding: 12px;
  color: white;
  font-size: 15px;
  background-color: #2cbb9c;
  font-weight: 600;
  border: 1px solid #2cbb9c;
  display: inline-block;
  width: auto;
  border-radius: 0;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: 7px;
}

body .package-section {

  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
body .package {
  padding: 50px 0;
}
body .package .package-swiper .swiper-slide .package-item {
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}
body .package .package-swiper .swiper-slide .package-item:hover .package-img img {
  transform: scale(1.2);
}
body .package .package-swiper .swiper-slide .package-item .package-img {
  height: 240px;
  overflow: hidden;
  position: relative;
}
body .package .package-swiper .swiper-slide .package-item .package-img img {
  width: 100%;
  height: 240px;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
body .package .package-swiper .swiper-slide .package-item .package-img .offer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 12px;
  margin-top: 15px;
  background-color: #922826;
}
body .package .package-swiper .swiper-slide .package-item .package-img .offer h5 {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
body .package .package-swiper .swiper-slide .package-item .package-img .duration {
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  padding: 8px 15px;
  background: #2cbb9c;
}
body .package .package-swiper .swiper-slide .package-item .package-img .duration h5 {
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
body .package .package-swiper .swiper-slide .package-item .content {
  padding: 20px;
  text-align: center;
}
body .package .package-swiper .swiper-slide .package-item .content h5 {
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 10px;
  color: black;
  font-family: "analogue", sans-serif;
}
body .package .package-swiper .swiper-slide .package-item .content p {
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #555;
}
body .package .package-swiper .swiper-slide .package-item .book-now {
  padding: 10px 0;
  text-align: center;
}
body .package .package-swiper .swiper-slide .package-item .book-now .btn-book {
  padding: 10px 18px;
  color: white;
  font-size: 15px;
  background-color: #2cbb9c;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #2cbb9c;
  display: inline-block;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
body .package .package-swiper .swiper-slide .package-item .book-now .btn-book:hover {
  background-color: rgba(174, 178, 151, 1);
  color: #2cbb9c;
}
body .package .package-swiper .swiper-slide .package-item .book-now .btn-view {
  padding: 10px 18px;
  color: #2cbb9c;
  font-size: 15px;
  background-color: transparent;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #2cbb9c;
  display: inline-block;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
body .package .package-swiper .swiper-slide .package-item .book-now .btn-view:hover {
  background-color: #2cbb9c;
  color: white;
}
body .review {
  padding: 50px 0;
}
@media (max-width: 992px) {
  body .review {
    margin: 0;
  }
}
body .review .eEACSz {
  display: none !important;
}
body .review .cDHIQK {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body .activities {
  padding-bottom: 50px;
}
body .activities .activities-swiper .swiper-slide .activities-item {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  position: relative;
}
body .activities .activities-swiper .swiper-slide .activities-item:hover img {
  transform: scale(1.2);
}
body .activities .activities-swiper .swiper-slide .activities-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
body .activities .activities-swiper .swiper-slide .activities-item .content {
padding: 20px;
position: absolute;
border-radius: 10px;
bottom: 0;
left: 0;
margin: 5%;
text-align: center;

width: 90%;

}
body .activities .activities-swiper .swiper-slide .activities-item .content h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 10px;
  color: rgb(255, 255, 255);
 font-family: "analogue", sans-serif;
  padding: 0;
}
body .activities .activities-swiper .swiper-slide .activities-item .content p {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  margin-bottom: 15px;
}
body .activities .activities-swiper .swiper-slide .activities-item .content .btn-view {
  padding: 10px 18px;
  color: #ffffff;
  font-size: 15px;
  background-color:#2cbb9c;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
body .activities .activities-swiper .swiper-slide .activities-item .content .btn-view:hover {
  background-color: #2cbb9c;
  color: white;
}
body .about {
  color: black;
  position: relative;
  text-align: left;
  padding: 20px 0;
}
@media (max-width: 992px) {
  body .about {
    text-align: center;
  }
}
body .about img {
  width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  body .about img {
    width: 100%;
  }
}
body .about .section-title {
  font-size: 50px;
  text-align: left;
  line-height: 57px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  body .about .section-title {
    text-align: center;
  }
}
body .about h4 {
  font-size: 60px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
body .about h6 {
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  padding-top: 15px;
}
@media (max-width: 992px) {
  body .about h6 {
    font-size: 12px;
  }
}
body .gem-business {
  background: linear-gradient(to top, #922826 5%, transparent 60%), url("../img/gem-bg.png");
  padding: 70px 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
body footer {
  background-color: #2cbb9c;
  background: linear-gradient(to top, #2cbb9c, rgba(8, 91, 92, 0.85)), url("../img/footer-pattern.png");
  padding: 100px 0 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  body footer {
    text-align: center;
  }
}
body footer h3 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  font-family: "analogue", sans-serif;
}
body footer .links {
  padding: 0;
}
body footer .links li {
  position: relative;
  margin-bottom: 10px;
  line-height: 18px;
}
body footer .links li a {
  font-size: 13px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
body footer .contact li:before {
  display: none;
}
body footer .quick-links {
  padding: 0;
}
body footer .quick-links li {
  position: relative;
  margin: 10px 0;
  padding: 0 10px;
  border-right: 1px solid white;
  line-height: 14px;
}
body footer .quick-links li a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
body footer .quick-links li i {
  font-size: 13px;
  font-weight: 400;
  color: white;
}
body footer .contact-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body footer .contact-links i {
  margin-right: 5px;
}
body footer .contact-links li {
  flex-wrap: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: white;
  margin: 10px;
}
body footer .social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
body footer .social li a i {
  color: white;
  line-height: 40px;
  font-size: 15px;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  margin: 5px;
  transition: 0.5s;
}
body footer .social li a:hover i {
  color: #2cbb9c;
  background: white;
}
body footer .copyright {
  padding: 30px 0;
  border-top: 1px solid white;
}
body footer .copyright p {
  font-size: 13px;
  margin: 0;
  font-weight: 500;
  color: white;
}
body footer .copyright a {
  color: white;
}
body .page-header {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body .page-header .content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 25px;
}
body .page-header .content h1 {
 font-family: "SebastianBobby", sans-serif;
  font-size: 100px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  color: white;
  line-height: 40px;
}
@media (max-width: 768px) {
  body .page-header .content h1 {
    font-size: 80px;
    line-height: 25px;
    font-weight: 500;
  }
}
body .page-header .content ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
body .page-header .content ul li {
  margin-right: 5px;
  padding-right: 17px;
  position: relative;
  font-size: 16px;
  padding-left: 0;
  color: white;
  display: flex;
  align-items: center;
}
body .page-header .content ul li:before {
  font-family: "bootstrap-icons";
  content: "\f280";
  position: absolute;
  font-size: 14px;
  color: white;
  right: 0;
  line-height: 16px;
}
body .page-header .content ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
body .page-header .content ul li:last-child:before {
  display: none;
}
body .page-header .content ul li a {
  color: white;
}
body .page-header .content ul li i {
  font-size: 16px;
  color: white;
  background-color: #2cbb9c;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
body .page {
  padding: 15px 0 15px;
}
body .page .activity-des h6 {
  font-weight: 600;
  text-align: left;
  font-size: 20px !important;
}
body .page .activity-des ul {
  list-style: disc;
  text-align: left;
}
body .page .activity-des h3 {
  font-weight: 600;
  text-align: left;
  font-size: 20px !important;
}
body .page .about-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  transform: rotate(2deg);
  border-radius: 20px;
  transition: 0.5s;
}
@media (max-width: 992px) {
  body .page .about-img {
    transform: rotate(0);
    border-radius: 0;
  }
}
body .page .about-img:hover {
  filter: grayscale(1);
}
body .page .activities-item {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  position: relative;
}
body .page .activities-item:hover img {
  transform: scale(1.2);
}
body .page .activities-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
body .page .activities-item .content {
  padding: 20px;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  margin: 5%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
}
body .page .activities-item .content h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 10px;
  color: black;
  font-family: "Otomanopee One", sans-serif;
  padding: 0;
}
body .page .activities-item .content p {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #555;
  margin-bottom: 15px;
}
body .page .activities-item .content .btn-view {
  padding: 10px 18px;
  color: #2cbb9c;
  font-size: 15px;
  background-color: transparent;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #2cbb9c;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
body .page .activities-item .content .btn-view:hover {
  background-color: #2cbb9c;
  color: white;
}
body .page .destination-item {
  position: relative;
  height: 430px;
  overflow: hidden;
  padding: 0;
}
body .page .destination-item img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .page .destination-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 992px) {
  body .page .destination-item .overlay {
    opacity: 1;
  }
}
body .page .destination-item .name {
  font-family: "analogue", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
@media (max-width: 992px) {
  body .page .destination-item .name {
    display: none;
  }
}
body .page .destination-item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 992px) {
  body .page .destination-item .content {
    opacity: 1;
  }
}
body .page .destination-item .content h5 {
 font-family: "analogue", sans-serif;
 text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}
body .page .destination-item .content p {
  font-size: 15px;
  font-weight: 400;
  color: white;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
body .page .destination-item .content a {
  color: white;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
body .page .destination-item:hover img {
  transform: scale(1.2);
}
body .page .destination-item:hover .overlay {
  opacity: 1;
}
body .page .destination-item:hover .content {
  opacity: 1;
}
body .page .destination-item:hover .name {
  opacity: 0;
  transform: translateY(100%);
}
body .page .gallery-swiper .gallery-item {
  overflow: hidden;
  position: relative;
}
body .page .gallery-swiper .gallery-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .gallery-swiper .gallery-item .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}
body .page .gallery-swiper .gallery-item:hover .overlay {
  opacity: 1;
}
body .page .pagination {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
body .page .pagination .page-item {
  margin: 5px !important;
  box-shadow: none;
}
body .page .pagination .page-item .page-link {
  border: 1px solid #2cbb9c;
  color: #2cbb9c;
  border-radius: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 25px;
}
body .page .pagination .page-item .page-link:hover {
  background-color: #2cbb9c;
  color: white;
}
body .page .pagination .page-item.active .page-link {
  background-color: #2cbb9c;
  color: white;
}
body .page .vision-card h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
body .page .vision-card i {
  font-size: 20px;
  font-weight: 700;
  color: #0B2E66;
}
body .page .package-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}
body .page .package-item:hover .package-img img {
  transform: scale(1.2);
}
body .page .package-item .package-img {
  height: 240px;
  overflow: hidden;
  position: relative;
}
body .page .package-item .package-img img {
  width: 100%;
  height: 240px;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .package-item .package-img .offer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 12px;
  margin-top: 15px;
  background-color: #922826;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
body .page .package-item .package-img .offer h5 {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
body .page .package-item .package-img .duration {
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  padding: 8px 15px;
  background: #2cbb9c;
}
body .page .package-item .package-img .duration h5 {
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
body .page .package-item .content {
  padding: 20px;
  text-align: center;
}
body .page .package-item .content h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 10px;
  color: black;
  font-family: "Otomanopee One", sans-serif;
  padding: 0;
}
body .page .package-item .content p {
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #555;
  text-align: center;
}
body .page .package-item .book-now {
  padding: 10px 0;
  text-align: center;
}
body .page .package-item .book-now .btn-book {
  padding: 10px 18px;
  color: white;
  font-size: 15px;
  background-color: #2cbb9c;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #2cbb9c;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
body .page .package-item .book-now .btn-book:hover {
  background-color: white;
  color: #2cbb9c;
}
body .page .package-item .book-now .btn-view {
  padding: 10px 18px;
  color: #2cbb9c;
  font-size: 15px;
  background-color: transparent;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #2cbb9c;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
body .page .package-item .book-now .btn-view:hover {
  background-color: #2cbb9c;
  color: white;
}
body .page .news-item {
  position: relative;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
body .page .news-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .news-item .content {
  margin: 20px;
}
body .page .news-item .content a {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  color: black;
  transition: 0.5s;
  font-family: "Otomanopee One", sans-serif;
}
body .page .news-item .content a:hover {
  color: red;
}
body .page .news-item .content h6 {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  margin-top: 5px;
}
body .page .gallery-item {
  overflow: hidden;
  position: relative;
}
body .page .gallery-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .gallery-item .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}
body .page .gallery-item:hover .overlay {
  opacity: 1;
}
body .page .page-item {
  margin-bottom: 30px;
  position: relative;
}
body .page .page-item .mail-item {
  margin-bottom: 5px;
}
body .page .page-item .mail-item a {
  color: black;
  font-weight: 600;
  font-size: 18px;
}
body .page .page-item .contact-title {
  font-size: 35px;
  padding-bottom: 10px;
}
body .page .page-item .social {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 10px;
  flex-wrap: wrap;
  padding: 0;
}
body .page .page-item .social li a i {
  color: #2cbb9c;
  line-height: 40px;
  font-size: 15px;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #2cbb9c;
  margin: 5px;
  transition: 0.5s;
}
body .page .page-item .social li a:hover i {
  color: white;
  background: #2cbb9c;
}
body .page .page-item .destination-card {
  height: 200px;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
body .page .page-item .destination-card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body .page .page-item .destination-card .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 992px) {
  body .page .page-item .destination-card .overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  }
}
body .page .page-item .destination-card h5 {
  position: absolute !important;
  opacity: 0;
  left: 0;
  padding: 10px;
  z-index: 2;
  font-size: 18px;
  color: white;
  width: 100%;
  transition: 0.5s;
  margin: 0;
  top: 60%;
}
@media (max-width: 992px) {
  body .page .page-item .destination-card h5 {
    opacity: 1;
    bottom: 20px;
    top: auto;
  }
}
body .page .page-item .destination-card:hover .overlay {
  opacity: 1;
}
body .page .page-item .destination-card:hover h5 {
  opacity: 1;
  top: 50%;
}
body .page .page-item iframe {
  width: 100%;
  height: 500px;
}
body .page .page-item h5 {
  	font-size: 45px;
	font-weight: 300;
	line-height: 33px;
	font-family: "analogue", sans-serif;
	padding-bottom: 10px;
}
body .page .page-item h5.title {
  font-size: 35px;
  font-weight: 300;
  line-height: 33px;
 font-family: "analogue", sans-serif;
  padding-bottom: 10px;
}
body .page .page-item h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
body .page .page-item h6 span {
  color: #555;
}
body .page .page-item h4 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 23px;
  color: #555;
  margin-bottom: 10px;
}
body .page .page-item h4 span {
  font-size: 16px;
}
body .page .page-item p {
  text-align: justify;
}
body .page .page-item .itinerary .item {
  border-bottom: 1px dotted #555;
}
body .page .page-item .itinerary .item .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
body .page .page-item .itinerary .item .title:hover {
  background-color: #f8f9fa;
}
body .page .page-item .itinerary .item .title h5 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  color: #2cbb9c;
  margin: 0;
}
body .page .page-item .itinerary .item .title i {
  color: #555;
  font-size: 20px;
}
body .page .page-item .itinerary .item .content {
  display: none;
  margin-top: 10px;
}
body .page .page-item .itinerary .item .content h5 {
  font-size: 20px;
  color: #2cbb9c;
  padding: 0;
  font-weight: 400;
  margin: 15px 0 5px;
  line-height: 22px;
}
body .page .page-item .itinerary .item .content ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
body .page .page-item .itinerary .item .content ul li {
  position: relative;
  padding-left: 15px;
  line-height: 18px;
  font-size: 15px;
  margin: 0;
  padding: 5px 0 5px 20px;
}
body .page .page-item .itinerary .item .content ul li:before {
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  content: "\f19e";
  color: #2cbb9c;
  font-size: 15px;
}
body .page .page-item .itinerary .item .content ul li ul {
  margin-left: 10px !important;
}
body .page .page-item .itinerary .item .content ul li ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
}
body .page .page-item .includes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .page .page-item .includes ul li {
  position: relative;
  padding-left: 20px;
  line-height: 18px;
  font-size: 16px;
  margin: 10px 0;
}
body .page .page-item .includes ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "bootstrap-icons";
  content: "\f269";
  color: red;
  font-size: 20px;
}
body .page .page-item .offers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .page .page-item .offers ul li {
  position: relative;
  padding-left: 20px;
  line-height: 18px;
  font-size: 16px;
  margin: 10px 0;
}
body .page .page-item .offers ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "bootstrap-icons";
  content: "\f589";
  color: red;
  font-size: 20px;
}
body .page .page-item .excludes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .page .page-item .excludes ul li {
  position: relative;
  padding-left: 20px;
  line-height: 18px;
  font-size: 16px;
  margin: 10px 0;
}
body .page .page-item .excludes ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "bootstrap-icons";
  content: "\f62a";
  color: red;
  font-size: 20px;
}
body .page .bg-light {
  padding: 50px 0;
  margin-top: 50px;
}
body .page .bg-white {
  padding: 50px 0;
}
body .page .page-form h5 {
  text-align: center;
}
body .page .page-form p {
  text-align: center;
}
body .page .page-form .book-form {
  text-align: left;
}
body .page .page-form .book-form label {
  font-size: 12px;
  color: #2cbb9c;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
}
body .page .page-form .book-form input {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body .page .page-form .book-form input:focus {
  box-shadow: none;
  border: none;
}
body .page .page-form .book-form .carseat {
  display: flex;
}
body .page .page-form .book-form .carseat input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
body .page .page-form .book-form select {
  width: 100%;
  padding: 12px;
  border: none;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  background-color: white;
}
body .page .page-form .book-form select:focus {
  box-shadow: none;
  border: none;
}
body .page .page-form .book-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body .page .custom-form {
  text-align: left;
}
body .page .custom-form label {
  font-size: 12px;
  color: #2cbb9c;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
}
body .page .custom-form input {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}
body .page .custom-form input:focus {
  box-shadow: none;
  border: none;
}
body .page .custom-form select {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  background-color: white;
}
body .page .custom-form select:focus {
  box-shadow: none;
  border: none;
}
body .page .custom-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body .page .contact-page-item {
  background-color: #ddd;
  padding: 70px 50px;
  margin: 30px 10px;
}
@media (max-width: 992px) {
  body .page .contact-page-item {
    padding: 20px 10px;
    margin: 20px 0;
  }
}
body .page .contact-page-item .contact {
  width: 40%;
  position: relative;
  margin: 0;
  background-color: white;
  padding: 20px;
}
@media (max-width: 992px) {
  body .page .contact-page-item .contact {
    width: 100%;
  }
}
body .page .contact-page-item .contact h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
body .page .contact-page-item .contact select {
  background-color: #f1f1f1;
  text-align: left;
  color: black;
  cursor: pointer;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px;
}
body .page .contact-page-item .contact .contact-details .contact-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
body .page .contact-page-item .contact .contact-details .contact-item i {
  font-size: 16px;
  color: #2cbb9c;
  margin-right: 10px;
}
body .page .contact-page-item .contact .contact-details .contact-item a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: black;
  transition: 0.5s;
}
body .page .contact-page-item .contact .contact-details .contact-item a:hover {
  color: red;
}
body .page .trail-img img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
  border: 2px dotted #007955;
}
body .page hr {
  padding: 0 0 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px dotted #555;
}
body .page .trail-content h5 {
  font-size: 20px;
  color: black;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body .page .trail-content h3 {
  font-size: 16px;
  color: #007955;
  font-weight: 400;
  margin-top: 20px;
}
body .page .trail-content h4 {
  font-size: 8px;
  padding: 5px 10px;
  margin: 0 0 20px;
  color: black;
  border: 1px dotted red;
  font-weight: 400;
  text-transform: uppercase;
  display: inline;
}
body .page .trail-content img {
  width: 100%;
}
body .page .trail-content .highlight {
  margin-top: 20px;
}
body .page .trail-content .highlight ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .page .trail-content .highlight ul li {
  position: relative;
  padding-left: 15px;
  line-height: 18px;
  font-size: 16px;
  margin: 10px 0;
}
body .page .trail-content .highlight ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: red;
}
body .page .trail-content .information {
  margin-top: 20px;
}
body .page .trail-content .information table {
  width: 50%;
}
@media (max-width: 992px) {
  body .page .trail-content .information table {
    width: 100%;
  }
}
body .page .trail-content .information table td,
body .page .trail-content .information table th {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  font-weight: 400;
}
body .whatsapp-icon {
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  animation: zoomInOut 3s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.06);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
body .home-chat {
  position: fixed;
  left: 20px;
  bottom: 0;
  display: none;
  z-index: 99;
}
body .home-chat a i {
  width: 30px;
  height: 30px;
  background-color: #2cbb9c;
  color: white;
  line-height: 30px;
  font-size: 16px;
  display: block;
  text-align: center;
  transition: 0.5s;
}
body .home-chat a .fa-facebook-f {
  background-color: #1877f2;
}
body .home-chat a .bi-whatsapp {
  background-color: #25d366;
}
body .home-chat a .bi-youtube {
  background-color: #ff0000;
}
body .home-chat a .bi-google {
  background-color: #ea4335;
}
body .home-chat a .bi-threads {
  background-color: black;
}
body .home-chat a .bi-twitter-x {
  background-color: black;
}
body .home-chat a .bi-instagram {
  background-color: #c32aa3;
}
body .home-chat a .bi-tiktok {
  background-color: black;
}
body .home-chat a .fa-tripadvisor {
  background-color: #007955;
}
body .Language {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99;
}
body .Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  background-color: #922826;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 0;
  padding: 3px 5px;
  border: none;
  font-size: 12px;
  border: 2px solid white;
  border-right: none;
  font-family: var(--oswald);
  text-transform: uppercase;
}
body .Language select:focus {
  border: none;
}
body .Language select:active {
  border: none;
}
body .VIpgJd-ZVi9od-ORHb,
body .VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}
body #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

body #preloader img {
  width: 150px;
  object-fit: cover;
  animation: zoomInOut 2s ease-in-out infinite;
}

body #preloader:before {
  width: 200px;
  height: 70px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5));
  border-right: 4px solid rgba(255, 255, 255, 0.9);
  left: 50%;
  top: 50%;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  animation: heightFade 15s infinite;
}

@keyframes heightFade {
  0% {
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(150%, -50%);
  }
  60% {
    transform: translate(-150%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}


body header .navbar .nav-link {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}
body header .navbar .border-right {
  padding: 10px 30px 10px 0;
  margin: 0 30px 0 0;
  border-right: 2px solid #ffffff;
}
body header .navbar .border-left {
  padding: 10px 0 10px 30px;
  margin: 0 0 0 30px;
  border-left: 2px solid #ffffff;
}
body header .navbar .border-right-none {
  padding: 10px 30px 10px 0;
  margin: 0;
}
body header .navbar .border-left-none {
  padding: 10px 0 10px 30px;
  margin: 0;
}
body header .navbar .navbar-brand img {
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
body header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 4;
  right: 0;
}
body header .navbar .navbar-toggler .navbar-toggler-icon {
  box-shadow: none;
  border: none;
}
body header .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("../img/menu.svg") !important;
}
body header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transition: 0.5s;
  background-image: url("../img/close.svg") !important;
}
@media (max-width: 991px) {
  body header .navbar .navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    transition: 0.5s;
    z-index: 0;
  }
  body header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
  }
}
body header .navbar .navbar-collapse.show .navbar-nav {
  transform: translateX(0);
}
body .ml-auto {
  margin-left: auto !important;
}
body .ml-10 {
  margin-left: 10px;
}
body .text-left {
  text-align: left;
}
body .text-right {
  text-align: right;
}
body .btn-fill {
  background-color: #E76D57;
  border: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 20px 15px;
  border-radius: 0;
  color: #000000;
  transition: 0.5s;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  min-width: 250px;
}

body .hero {
  position: relative;
  height: 100vh;
}
body .hero .hero-item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body .hero .hero-item .container.position-relative {
  z-index: 2;
}
body .hero .hero-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
body .hero .hero-item h1 {
  font-size: 100px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "SebastianBobby", sans-serif;
  position: relative;
}
body .hero .hero-item p {
  color: #fff;
  margin: 0;
  position: relative;
}
@media (max-width: 991px) {
  body .hero .hero-item {
    text-align: center;
  }
  body .hero .hero-item h1 {
    font-size: 50px;
    line-height: 45px;
  }
}

body .section-title {
  font-size: 45px;
  font-weight: 400;
  margin: 0;
  line-height: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "analogue", sans-serif;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
body .section-title:before {
  width: 60%;
  height: 2px;
  background-color: #DFA437;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
}
@media (max-width: 991px) {
  body .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-p {
    font-size: 14px; /* Smaller size for mobile devices */
  }
}


.abt {
    color: rgba(174, 178, 151, 1);
    text-transform: none;
    font-size: 90px;
  font-family: "SebastianBobby", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Mobile font size adjustment */
@media (max-width: 768px) {
    .abt {
        font-size: 50px; /* You can adjust this as needed */
    }
}


.feedback-txt {
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 90px;
  font-family: "SebastianBobby", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hero-destination{
  background-color: rgba(244,239,232,1);
  padding-top: 60px;
  padding-bottom: 60px;
}


.destination-title{

    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    font-family: "analogue", sans-serif;
    padding-bottom: 20px !important;
 
    position: relative;
}


.form-txt{
    color: rgba(174, 178, 151, 1);
    text-transform: none;
    font-size: 90px;
  font-family: "SebastianBobby", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.section-title-footer{
    font-size: 45px;
    font-weight: 400;
    margin: 0;
    line-height: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "analogue", sans-serif;

    margin-bottom: 50px;
    position: relative;
    color: white;
}

.feedback {
  background-image: url('../img/feedback.jpg'); /* or just 'img/hero.jpg' */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 50px;
}


.feedback-slider {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.slide {
  display: none;
  animation: fadeIn 0.8s ease-in-out;
}

.slide.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.nav-arrows {
  margin-top: 20px;
}

.arrow {
  font-size: 50px;
  cursor: pointer;
  margin: 0 10px;
  color: #ffffff;
}
.arrow:hover {
  font-size: 50px;
  cursor: pointer;
  margin: 0 10px;
  color: #ffffff;
}
.arrow:hover {
  color: #000;
}
.quote{
  margin-bottom: 50px;
}

.video-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.video-background iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding-top: 30vh;
}

.bottom-cta {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}


.page-header {
    position: relative;
    height: 700px; /* Updated height */
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay darkness */
    z-index: 2;
}

.page-header .content {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}


.ptxt{
	font-size: 35px;
	font-weight: 300;
	line-height: 33px;
	font-family: "analogue", sans-serif;
	padding-bottom: 10px;
}

.ctxt{
  	font-size: 45px;
	font-weight: 300;
	line-height: 33px;
	font-family: "analogue", sans-serif;
	padding-bottom: 10px;
}

	.activities-item {
  position: relative;
}

.activities-item .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* dark-to-transparent gradient */
  color: white;
  padding: 20px;
  transition: background 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "analogue", sans-serif;
}

.activities-item:hover .overlay-text {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
}
.activities-item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.activities-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.activities-item:hover img {
  transform: scale(1.1); /* Zooms the image */
}

.j-txt{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  background-color: white;
  color: #2cbb9c;
  border-radius: 100px;
  padding: 10px;
  
}

.j-txt:hover{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  background-color: #2cbb9c;
  color: #ffffff;
  border-radius: 100px;
  
}

	.vision-box, .mission-box {
  height: 350px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.vision-box {
  background-image: url('../img/about-1.png');
}


.mission-box {
  background-image: url('../img/about-2.png');
}

/* Optional: add dark overlay for text contrast */
.vision-box::before,
.mission-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.vision-box > div,
.mission-box > div {
  position: relative;
  z-index: 1;
}


.a-txt{
  font-size: 50px;
  	font-family: "analogue", sans-serif;
}

.a-txt-v{
    font-size: 25px;
  	font-family: "analogue", sans-serif;
}