body {
  font-family: "Jost", serif;
  color: black;
  top: 0 !important;
}
body a {
  text-decoration: none;
  color: white;
}
body .topbar {
  display: none;
  top: 0;
  position: relative;
  background-color: #041126;
  padding: 5px 0;
}
body .topbar ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 999px) {
  body .topbar ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
body .topbar ul li {
  color: white;
  font-size: 15px;
}
body .topbar ul li:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
}
@media (max-width: 387px) {
  body .topbar ul li:first-child {
    border: none;
  }
}
body .navbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  padding: 15px 8px;
  position: fixed;
  z-index: 5;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 999px) {
  body .navbar {
    padding: 8px;
    position: fixed;
  }
}
body .navbar .btn-blue-b.btn-white-b {
  color: white;
  border-color: white;
  display: inline;
  width: auto;
}
body .navbar .btn-blue-b.btn-white-b:hover {
  border: 1px solid white;
}
body .navbar .navbar-brand img {
  width: 120px;
  filter: brightness(0) invert(1);
}
body .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 4;
  right: 0;
}
body .navbar .navbar-toggler .navbar-toggler-icon {
  box-shadow: none;
  border: none;
  width: 2rem !important;
  height: 2rem !important;
}
body .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("../img/menu.svg") !important;
}
body .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transition: 0.5s;
  background-image: url("../img/close.svg") !important;
}
@media (max-width: 999px) {
  body .navbar .navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 100vw;
    height: 100vh;
    text-align: left;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 50px;
  }
}
body .navbar .navbar-nav .nav-item {
  position: relative;
}
body .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  body .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  body .navbar .navbar-nav .nav-item .nav-link {
    font-size: 10px;
  }
}
@media (max-width: 999px) {
  body .navbar .navbar-nav .nav-item .nav-link {
    color: black;
    font-size: 14px;
  }
}
body .navbar .navbar-nav .nav-item .submenu {
  display: none;
  position: absolute;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid white;
}
@media (max-width: 999px) {
  body .navbar .navbar-nav .nav-item .submenu {
    position: absolute;
    background-color: white;
    z-index: 2;
    text-align: left;
    border: 1px solid #f1f1f1;
  }
}
body .navbar .navbar-nav .nav-item .submenu li a {
  color: #0B2E66;
  padding: 10px 15px;
}
@media (max-width: 999px) {
  body .navbar .navbar-nav .nav-item .submenu li a {
    color: black;
  }
}
body .navbar .navbar-nav .nav-item .submenu li a:hover {
  color: white;
  background-color: #0B2E66;
}
body .navbar .navbar-nav .nav-item .submenu.show {
  display: block;
}
body .navbar .navbar-nav .nav-item:hover .submenu {
  display: block;
}
body .navbar.top-sticky {
  position: fixed;
  top: 0;
  background: #0B2E66;
  padding: 8px;
}
body .btn-blue-b {
  padding: 8px 15px;
  color: #0B2E66;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
  font-family: "Poppins", serif;
  border: 1px solid #0B2E66;
  display: block;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
body .btn-blue-b:hover {
  border: 1px solid #0B2E66;
  color: white;
}
body .btn-blue-b:hover::after {
  width: 100%;
  right: 0;
}
body .btn-blue-b:after {
  width: 0;
  height: 100%;
  content: "";
  opacity: 0.1;
  background: linear-gradient(80deg, white 100%, transparent 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.6s;
}
body .btn-line-b {
  padding: 0 0 5px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
body .btn-line-b:before {
  width: 50%;
  height: 3px;
  content: "";
  background-color: white;
  position: absolute;
  left: 25%;
  bottom: 0;
  transition: 0.5s;
}
body .btn-line-b:hover {
  color: #d9471c;
}
body .btn-line-b-p {
  padding: 0 0 5px;
  color: #0B2E66;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  display: block;
  width: auto;
  transition: 0.6s;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
body .btn-line-b-p:before {
  width: 50%;
  height: 3px;
  content: "";
  background-color: #0B2E66;
  position: absolute;
  left: 25%;
  bottom: 0;
  z-index: -1;
  transition: 0.6s;
}
body .btn-line-b-p:hover {
  color: #d9471c;
}
body .btn-white {
  padding: 8px 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: white;
  border-radius: 25px;
  border: 1px solid white;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
body .btn-white:hover {
  background-color: transparent;
  border: 1px solid white;
  color: #000;
}
body .btn-white:hover:before {
  width: 100%;
}
body .btn-white:hover:after {
  width: 100%;
}
body .btn-white:before {
  width: 0;
  height: 100%;
  content: "";
  background: linear-gradient(-100deg, white 50%, transparent 50%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.6s;
}
body .btn-white:after {
  width: 0;
  height: 100%;
  content: "";
  background: linear-gradient(80deg, white 50%, transparent 50%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.6s;
}
body .btn-border {
  padding: 6px 15px;
  color: #0B2E66;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #0B2E66;
  transition: 0.5s;
}
body .btn-border:hover {
  background-color: #0B2E66;
  color: white;
}
body .btn-orange {
  padding: 6px 15px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #d9471c;
  border-radius: 0;
  border: 1px solid #d9471c;
  transition: 0.5s;
}
body .btn-orange:hover {
  background-color: #ac3816;
  color: white;
}
body .btn-green {
  padding: 6px 15px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #007955;
  border-radius: 0;
  border: 1px solid #007955;
  transition: 0.5s;
}
body .btn-green:hover {
  background-color: #004631;
  color: white;
}
body p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
body .section-title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: #0B2E66;
  padding-bottom: 10px;
  line-height: 35px;
}
@media (max-width: 768px) {
  body .section-title {
    font-size: 25px;
    line-height: 28px;
  }
}
body .section-des {
  margin-bottom: 20px;
}
body .offer-item .item-img {
  overflow: hidden;
  position: relative;
}
body .offer-item .item-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .offer-item .item-img .offer {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(80deg, #d9471c 40%, transparent 40%);
  margin-bottom: 15px;
  width: 100%;
}
body .offer-item .item-img .offer h5 {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  line-height: 23px;
}
body .offer-item .content-offer {
  padding: 20px;
}
body .offer-item .content-offer h5.title {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  margin-bottom: 15px;
  text-align: left;
  line-height: 23px;
}
body .offer-item .content-offer p {
  font-weight: 400;
  text-align: justify;
}
body .offer-item .content-offer h4 {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  color: black;
}
body .offer-item .content-offer h3 {
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
body .offer-item .content-offer ul {
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
}
body .offer-item .content-offer ul li {
  position: relative;
  padding-left: 15px;
  font-family: 14px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
body .offer-item .content-offer ul li:before {
  content: "";
  left: 0;
  position: absolute;
  width: 7px;
  height: 7px;
  line-height: 15px;
  border-radius: 50%;
  background-color: #d9471c;
}
body .offer-item .content-offer .price {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0;
}
body .offer-item .content-offer .price span {
  font-size: 18px;
}
body .offer-item .content-offer .contition {
  color: #d9471c;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
body .offer-item .content-offer .contition h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
body .offer-item:hover img {
  transform: scale(1.2);
}
body .swiper-button-prev {
  display: block;
  left: 10px;
}
body .swiper-button-prev:after {
  color: white;
  background-color: #0B2E66;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 25px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f12f";
  text-align: center;
  line-height: 45px;
}
body .swiper-button-next {
  display: block;
  right: 30px;
}
body .swiper-button-next:after {
  color: white;
  background-color: #0B2E66;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 25px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f138";
  text-align: center;
  line-height: 45px;
}
body .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid white;
}
body .swiper-pagination-bullet-active {
  background-color: white;
}
body .hero {
  position: relative;
}
body .hero .hero-swiper .swiper-slide {
  /* Define the zoom-in keyframes */
}
body .hero .hero-swiper .swiper-slide .swiper-zoom-container {
  position: relative;
  overflow: hidden;
}
body .hero .hero-swiper .swiper-slide .swiper-zoom {
  animation: zoomIn 40s infinite;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
body .hero .hero-swiper .swiper-slide img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body .hero .hero-swiper .swiper-slide .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 30%, transparent 70%);
  top: 0;
  left: 0;
  position: absolute;
}
body .hero .hero-swiper .swiper-slide .content {
  position: absolute;
  max-width: 600px;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, 0);
  text-align: center;
  padding-bottom: 50px;
  width: 90%;
}
body .hero .hero-swiper .swiper-slide .content h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 20px;
  color: white;
  line-height: 43px;
}
@media (max-width: 768px) {
  body .hero .hero-swiper .swiper-slide .content h1 {
    font-size: 30px;
    line-height: 33px;
  }
}
body .hero .hero-swiper .swiper-slide .content p {
  color: white;
}
body .mt-20 {
  margin-top: 20px;
}
body .mb-20 {
  margin-bottom: 20px;
}
body .pt-20 {
  padding-top: 20px;
}
body .pb-20 {
  padding-bottom: 20px;
}
body .border-top-1 {
  border-top: 1px solid #f1f1f1;
}
body .border-bottom-1 {
  border-bottom: 1px solid #f1f1f1;
}
body .destination {
  padding: 50px 0 25px;
}
body .destination .destination-swiper .swiper-slide .destination-item {
  position: relative;
  overflow: hidden;
  padding: 0;
}
body .destination .destination-swiper .swiper-slide .destination-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .destination .destination-swiper .swiper-slide .destination-item .content {
  padding-top: 10px;
  width: 100%;
  background-color: white;
  position: relative;
}
body .destination .destination-swiper .swiper-slide .destination-item .content h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  padding: 0;
  margin: 0;
  color: black;
  font-family: "Libre Baskerville", serif;
}
body .destination .destination-swiper .swiper-slide .destination-item .content a {
  color: #0B2E66;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
  font-size: 16px;
}
body .destination .destination-swiper .swiper-slide .destination-item .content a:hover {
  color: #d9471c;
}
body .destination .destination-swiper .swiper-slide .destination-item:hover img {
  transform: scale(1.2);
}
body .slider {
  position: relative;
}
body .slider .slider-swiper .swiper-slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .slider .slider-swiper .swiper-slide .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  position: absolute;
}
body .slider .slider-swiper .swiper-slide .content {
  position: absolute;
  max-width: 450px;
  bottom: 0;
  left: 8%;
  z-index: 5;
  text-align: left;
  padding-bottom: 50px;
}
@media (max-width: 999px) {
  body .slider .slider-swiper .swiper-slide .content {
    left: auto;
    width: 100%;
    padding: 50px 20px;
    text-align: center;
  }
}
body .slider .slider-swiper .swiper-slide .content h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: white;
  font-family: "Libre Baskerville", serif;
  line-height: 22px;
}
@media (min-width: 768px) {
  body .slider .slider-swiper .swiper-slide .content h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
body .slider .slider-swiper .swiper-slide .content p {
  color: white;
}
body .package {
  padding: 25px 0 50px;
}
@media (max-width: 999px) {
  body .package {
    padding-bottom: 0;
  }
}
body .package .package-swiper {
  padding: 3px;
}
body .package .package-swiper .swiper-slide .package-item {
  position: relative;
  overflow: hidden;
}
body .package .package-swiper .swiper-slide .package-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .package .package-swiper .swiper-slide .package-item .content {
  background-color: white;
  position: relative;
  padding-top: 10px;
}
body .package .package-swiper .swiper-slide .package-item .content h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  color: black;
}
body .package .package-swiper .swiper-slide .package-item .content h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  color: #555;
}
body .package .package-swiper .swiper-slide .package-item .content h6 span {
  color: #555;
}
body .package .package-swiper .swiper-slide .package-item .content .book {
  display: flex;
  align-items: center;
}
body .package .package-swiper .swiper-slide .package-item .content .book h4 {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #555;
}
body .package .package-swiper .swiper-slide .package-item .content .book h4 span {
  font-size: 14px;
}
body .package .package-swiper .swiper-slide .package-item:hover img {
  transform: scale(1.2);
}
body .news {
  padding: 50px 0;
  margin: 50px 0 0;
  background-color: #041126;
  color: white;
}
@media (max-width: 999px) {
  body .news {
    margin: 0;
  }
}
body .news .btn-line-b {
  display: block;
  width: auto;
}
body .news .section-title {
  color: white;
}
body .news .section-des {
  color: white;
}
body .news .news-swiper .swiper-slide .news-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .news .news-swiper .swiper-slide .news-item .content {
  padding: 20px;
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  background-color: white;
  margin: 20px;
  width: 70%;
}
@media (max-width: 999px) {
  body .news .news-swiper .swiper-slide .news-item .content {
    width: auto;
  }
}
body .news .news-swiper .swiper-slide .news-item .content a {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  color: black;
  transition: 0.5s;
  font-family: "Libre Baskerville", serif;
}
body .news .news-swiper .swiper-slide .news-item .content a:hover {
  color: #d9471c;
}
body .news .news-swiper .swiper-slide .news-item .content h6 {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin-top: 5px;
}
body .about {
  overflow: hidden;
  color: black;
  position: relative;
  text-align: left;
  padding: 50px 0;
}
@media (max-width: 999px) {
  body .about {
    text-align: center;
  }
}
body .about .btn-line-b-p {
  display: inline-block;
}
body .about img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 999px) {
  body .about img {
    display: none;
  }
}
body .about .section-title {
  text-align: left;
}
@media (max-width: 999px) {
  body .about .section-title {
    text-align: center;
  }
}
@media (min-width: 999px) {
  body .about .btn-line-b-p {
    display: block;
    width: auto;
    text-align: left;
  }
  body .about .btn-line-b-p:before {
    left: 0;
    width: 40px;
  }
}
body a {
  text-decoration: none;
}
body .popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
body .popup-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px;
  width: 100%;
}
body .popup-content h5 {
  font-size: 25px;
  line-height: 35px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
}
body .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  cursor: pointer;
}
body .close:focus,
body .close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
body #enquiryForm label {
  font-size: 14px;
  color: #0B2E66;
  margin-bottom: 3px;
  font-weight: 600;
}
body #enquiryForm input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body #enquiryForm textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body #enquiryForm .btn-orange {
  float: right;
}
@media (max-width: 999px) {
  body footer {
    text-align: center;
  }
}
body footer .footer-top {
  padding: 50px 0;
  background-color: #f1f1f1;
}
body footer .footer-top h5 {
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
}
body footer .footer-top .social {
  margin: 0;
  display: flex;
  justify-content: center;
}
body footer .footer-top .social li {
  list-style: none;
}
body footer .footer-top .social li a i {
  width: 30px;
  height: 30px;
  color: white;
  line-height: 30px;
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 0 3px;
  background-color: black;
}
body footer .footer-top .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
body footer .footer-top .items .item {
  padding: 10px;
}
body footer .footer-top .items .item h6 {
  font-size: 16px;
  font-family: "Poppins", serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
body footer .footer-top .items .item a {
  font-size: 17px;
  color: #555;
  font-weight: 300;
  font-family: "Libre Baskerville", serif;
}
body footer .footer-bottom {
  padding: 50px 0 0;
  background-color: #0B2E66;
}
body footer .footer-bottom .awards {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  body footer .footer-bottom .awards {
    justify-content: center;
  }
}
body footer .footer-bottom .awards img {
  height: 40px !important;
  padding-right: 10px;
}
body footer .footer-bottom .btn-blue-b {
  color: white;
  border-color: white;
  display: inline;
  width: auto;
}
body footer .footer-bottom h4 {
  color: white;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 20px;
}
body footer .footer-bottom h5 {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  margin-bottom: 10px;
}
body footer .footer-bottom .links {
  padding: 0;
}
body footer .footer-bottom .links li {
  list-style: none;
  margin-bottom: 3px;
}
body footer .footer-bottom .links li a {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
body footer .footer-bottom .copyright {
  padding: 20px 0;
  margin-top: 50px;
  background-color: #041126;
}
body footer .footer-bottom .copyright p {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  color: white;
}
body footer .footer-bottom .copyright a {
  color: white;
  text-decoration: underline;
}
body .page-header {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body .page-header .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, transparent 70%);
  top: 0;
  left: 0;
  position: absolute;
}
body .page-header .content {
  position: absolute;
  max-width: 600px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  padding-bottom: 50px;
  width: 90%;
}
body .page-header .content h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  color: white;
  line-height: 33px;
}
@media (max-width: 768px) {
  body .page-header .content h1 {
    font-size: 25px;
    line-height: 28px;
  }
}
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 {
  list-style: none;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 14px;
  padding-left: 0;
  color: white;
}
body .page-header .content ul li:before {
  content: "|";
  position: absolute;
  font-size: 14px;
  color: white;
  right: 0;
}
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: #0B2E66;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
body .page {
  padding: 50px 0;
}
body .page .mail-item {
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  body .page .mail-item {
    flex-direction: column;
    text-align: center;
  }
}
body .page .mail-item i {
  font-size: 25px;
  font-weight: 300;
  color: #555;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border: 0.5px solid #555;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
}
@media (max-width: 999px) {
  body .page .mail-item i {
    margin-bottom: 10px;
  }
}
body .page .mail-item h5 {
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  line-height: 18px;
  padding: 0;
}
body .page .mail-item a {
  color: black;
  text-decoration: none;
}
body .page .hidden {
  display: none;
}
body .page .effect-sec {
  background: url("../img/sust-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .page .effect-sec .section-title {
  text-align: left;
  color: white;
}
body .page .bg-green {
  background-color: #007955;
  padding: 50px 40px;
  color: white !important;
  text-align: left;
}
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 #0B2E66;
  color: #0B2E66;
  border-radius: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 25px;
}
body .page .pagination .page-item .page-link:hover {
  background-color: #0B2E66;
  color: white;
}
body .page .pagination .page-item.active .page-link {
  background-color: #0B2E66;
  color: white;
}
body .page .vision-card h5 {
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  margin-bottom: 15px;
}
body .page .vision-card i {
  font-size: 20px;
  font-weight: 700;
  color: #0B2E66;
}
body .page .adventure-item .item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
body .page .adventure-item .item-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .page .adventure-item h6 {
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
body .page .adventure-item:hover img {
  transform: scale(1.2);
}
body .page .faq-page-content .faq-item {
  margin-top: 50px;
}
body .page .faq-page-content .faq-item .item .title {
  cursor: pointer;
}
body .page .faq-page-content .faq-item .item .title h5 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: black;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #555;
}
body .page .faq-page-content .faq-item .item .content.show {
  display: block;
}
body .page .faq-page-content .faq-item .item .content {
  display: none;
  padding: 20px;
}
body .page .faq-page-content .faq-item .item .content p {
  color: #555;
}
body .page .faq-page-content .bg-blue {
  background-color: #062250;
}
body .page .faq-page-content .bg-blue-dark {
  background-color: #0B2E66;
}
body .page .faq-page-content .broder-rb {
  border-right: 1px solid #f1f1f1;
}
@media (max-width: 999px) {
  body .page .faq-page-content .broder-rb {
    border-radius: none;
    border-bottom: 1px solid #f1f1f1;
  }
}
body .page .faq-page-content img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .faq-page-content h5.faq {
  font-size: 14px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: white;
  line-height: 20px;
}
body .page .faq-page-content p {
  color: white;
  font-weight: 300;
}
body .page .about-page-content {
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  body .page .about-page-content {
    text-align: center;
  }
}
body .page .about-page-content .sust p {
  margin: 0;
  padding-bottom: 5px;
}
body .page .about-page-content .sust h5 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
  font-family: "Jost", serif;
  font-weight: 500;
}
body .page .about-page-content .sust h5:before {
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #007955;
  left: 0;
  bottom: 0;
  content: "";
}
body .page .about-page-content .sust ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
body .page .about-page-content .sust ul li {
  padding-left: 18px;
  position: relative;
  line-height: 16px;
  margin-bottom: 8px;
}
body .page .about-page-content .sust ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../img/leaf.png");
  background-size: contain;
  background-repeat: no-repeat;
}
body .page .about-page-content .bg-gray {
  background-color: #f1f1f1;
  padding: 20px;
}
body .page .about-page-content .benifit {
  list-style: none;
}
body .page .about-page-content .benifit li span {
  color: #007955;
}
body .page .about-page-content .exp-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
}
body .page .about-page-content .exp-card p {
  text-align: center;
}
body .page .about-page-content .exp-card .exp-img {
  width: 100px;
  height: 100px;
  background-color: white;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.062745098);
  border-radius: 50%;
}
body .page .about-page-content .exp-card .exp-img img {
  width: 60px;
  height: 60px;
  margin: 20px;
}
body .page .about-page-content .exp-card h5 {
  margin-bottom: 0;
  font-family: "Jost", serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
@media (max-width: 999px) {
  body .page .about-page-content p {
    text-align: justify;
  }
}
body .page .about-page-content img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .about-page-content .plant {
  color: #007955;
  text-transform: uppercase;
}
body .page .about-page-content .about-img {
  width: 100%;
  display: flex;
  align-items: center;
  height: 200px;
  margin-top: 50px;
}
@media (max-width: 999px) {
  body .page .about-page-content .about-img {
    overflow: hidden;
    overflow-x: scroll;
  }
}
body .page .about-page-content .about-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  padding: 0;
}
body .page .about-page-content h5 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 20px;
}
body .page .about-page-content .sustain {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 10px 0;
}
@media (max-width: 999px) {
  body .page .about-page-content .sustain {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
body .page .about-page-content .sustain .sustain-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.062745098);
  margin-right: 15px;
}
@media (max-width: 999px) {
  body .page .about-page-content .sustain .sustain-img {
    margin: 0 0 15px;
  }
}
body .page .about-page-content .sustain .sustain-img img {
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 60px;
  margin: 20px;
}
body .page .about-page-content .sustain .sustain-item h5 {
  font-family: "Jost", serif;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 999px) {
  body .page .about-page-content .sustain .sustain-item h5 {
    text-align: center;
  }
}
body .page .about-page-content .sustain .sustain-item p {
  padding: 0;
  text-align: left;
}
@media (max-width: 999px) {
  body .page .about-page-content .sustain .sustain-item p {
    text-align: center;
  }
}
body .page .about-page-content .section-title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  font-family: "Jost", serif;
  color: #007955;
  padding-bottom: 0;
  line-height: 35px;
}
@media (max-width: 768px) {
  body .page .about-page-content .section-title {
    font-size: 25px;
    line-height: 28px;
  }
}
body .page .about-page-content .section-subtitle {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  font-family: "Jost", serif;
  color: #d9471c;
  padding-bottom: 0;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body .page .about-page-content .section-subtitle {
    font-size: 25px;
    line-height: 28px;
  }
}
body .page .privacy-page-content {
  margin-bottom: 50px;
  text-align: center;
}
body .page .privacy-page-content h5 {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
  text-transform: uppercase;
}
body .page .privacy-page-content ul {
  list-style: none;
}
body .page .things-item {
  position: relative;
  height: 400px;
  overflow: hidden;
}
body .page .things-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
body .page .things-item .overlay {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #0B2E66;
}
@media (max-width: 999px) {
  body .page .things-item .overlay {
    opacity: 0.4;
  }
}
body .page .things-item .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
  width: 100%;
  opacity: 0;
}
@media (max-width: 999px) {
  body .page .things-item .content {
    overflow: 1;
    opacity: 1;
  }
}
body .page .things-item .content h5 {
  color: white;
  font-weight: 400;
  font-size: 25px;
}
body .page .things-item .content p {
  color: white;
  font-weight: 300;
}
body .page .things-item:hover img {
  filter: grayscale(1);
}
body .page .things-item:hover .overlay {
  opacity: 0.4;
}
body .page .things-item:hover .content {
  opacity: 1;
}
body .page .news-item {
  position: relative;
}
body .page .news-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .news-item .content {
  padding: 20px;
  position: absolute;
  padding: 15px;
  left: 0;
  bottom: 0;
  background-color: white;
  margin: 15px;
  width: 80%;
}
@media (max-width: 999px) {
  body .page .news-item .content {
    width: auto;
  }
}
body .page .news-item .content a {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  color: black;
  transition: 0.5s;
  font-family: "Libre Baskerville", serif;
}
body .page .news-item .content a:hover {
  color: #d9471c;
}
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 .destination-item {
  position: relative;
  overflow: hidden;
  padding: 0;
}
body .page .destination-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .page .destination-item .content {
  padding-top: 10px;
  width: 100%;
  background-color: white;
  position: relative;
}
body .page .destination-item .content h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  padding: 0;
  margin: 0;
  color: black;
  font-family: "Libre Baskerville", serif;
}
body .page .destination-item .content a {
  color: #0B2E66;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
  font-size: 16px;
}
body .page .destination-item .content a:hover {
  color: #d9471c;
}
body .page .destination-item:hover img {
  transform: scale(1.2);
}
body .page .package-item {
  position: relative;
  overflow: hidden;
}
body .page .package-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .page .package-item .content {
  background-color: white;
  position: relative;
  padding-top: 10px;
}
body .page .package-item .content h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  color: black;
}
body .page .package-item .content h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  color: #555;
}
body .page .package-item .content h6 span {
  color: #555;
}
body .page .package-item .content .book {
  display: flex;
  align-items: center;
}
body .page .package-item .content .book h4 {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #555;
}
body .page .package-item .content .book h4 span {
  font-size: 14px;
}
body .page .package-item:hover img {
  transform: scale(1.2);
}
body .page .gallery-swiper {
  margin-bottom: 30px;
}
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 .page-item {
  margin-bottom: 30px;
  position: relative;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item {
  position: relative;
  overflow: hidden;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content {
  background-color: white;
  position: relative;
  padding-top: 10px;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  color: black;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  color: #555;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content h6 span {
  color: #555;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content .book {
  display: flex;
  align-items: center;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content .book h4 {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #555;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content .book h4 span {
  font-size: 14px;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item:hover img {
  transform: scale(1.2);
}
body .page .page-item .sidebar-swiper .swiper-slide .news-item {
  position: relative;
}
body .page .page-item .sidebar-swiper .swiper-slide .news-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .page-item .sidebar-swiper .swiper-slide .news-item .content {
  padding: 20px;
  position: absolute;
  padding: 15px;
  left: 0;
  bottom: 0;
  background-color: white;
  margin: 15px;
  width: 80%;
}
@media (max-width: 999px) {
  body .page .page-item .sidebar-swiper .swiper-slide .news-item .content {
    width: auto;
  }
}
body .page .page-item .sidebar-swiper .swiper-slide .news-item .content a {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  color: black;
  transition: 0.5s;
  font-family: "Libre Baskerville", serif;
}
body .page .page-item .sidebar-swiper .swiper-slide .news-item .content a:hover {
  color: #d9471c;
}
body .page .page-item .sidebar-swiper .swiper-slide .news-item .content h6 {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  margin-top: 5px;
}
body .page .page-item .location-item {
  position: absolute;
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  background-color: white;
  padding: 0 5px;
  left: 0;
  top: 0;
  margin: 10px;
  flex-wrap: wrap;
}
body .page .page-item .location-item li {
  color: #0B2E66;
  padding: 5px 10px;
  border: 1px solid #0B2E66;
  font-family: "Poppins", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px;
  line-height: 16px;
}
body .page .page-item .location-item li:last-child {
  margin-right: 0;
}
body .page .page-item .location-item li a {
  color: #0B2E66;
}
body .page .page-item iframe {
  width: 100%;
  height: 500px;
}
body .page .page-item h5 {
  font-size: 20px;
  line-height: 23px;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
}
body .page .page-item h5.title {
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
}
body .page .page-item h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
body .page .page-item h6 span {
  color: #555;
}
@media (max-width: 999px) {
  body .page .page-item p {
    text-align: justify;
  }
}
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 .itinerary .item .title {
  cursor: pointer;
}
body .page .page-item .itinerary .item .title h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", serif;
  line-height: 20px;
  border-bottom: 1px dotted #555;
}
body .page .page-item .itinerary .item .content {
  display: none;
}
body .page .page-item .itinerary .item .content h5 {
  font-size: 20px;
  color: #0B2E66;
  padding: 0;
  font-weight: 400;
  margin: 15px 0 5px;
  font-family: "Jost", serif;
  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: 16px;
  margin: 0;
  padding: 5px 0 5px 15px;
}
body .page .page-item .itinerary .item .content ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d9471c;
}
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;
  background-color: #d9471c;
}
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: #d9471c;
  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: #d9471c;
  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: #d9471c;
  font-size: 20px;
}
@media (max-width: 999px) {
  body .page .page-form p {
    text-align: justify;
  }
}
body .page .page-form h5 {
  font-size: 20px;
  line-height: 23px;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
}
body .page .page-form .book-form .btn-orange {
  float: right;
}
body .page .page-form .book-form label {
  font-size: 14px;
  color: #0B2E66;
  margin-bottom: 3px;
  font-weight: 600;
  text-align: left !important;
}
body .page .page-form .book-form input {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-bottom: 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 textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body .page .custom-form {
  text-align: left;
}
body .page .custom-form h3 {
  font-size: 18px;
  font-weight: 300;
  font-family: "Libre Baskerville", serif;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
  line-height: 21px;
  color: black;
}
body .page .custom-form h6 {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 15px;
  color: #555;
}
body .page .custom-form label {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  height: 160px;
  overflow: hidden;
  text-align: center;
  display: block;
}
body .page .custom-form label img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .custom-form label .overlay {
  content: "";
  background: black;
  opacity: 0.4;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
body .page .custom-form label input[type=checkbox] {
  width: 17px !important;
  height: 17px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50% !important;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #0B2E66;
  background-color: #fff;
  cursor: pointer;
  padding: 2px;
}
body .page .custom-form label input[type=checkbox]:checked {
  border: 1px solid #0B2E66;
}
body .page .custom-form label input[type=checkbox]:checked::before {
  color: #0B2E66;
  font-size: 20px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f26e";
  text-align: center;
  position: absolute;
  left: -2px;
  top: -7px;
}
body .page .custom-form label input[type=radio] {
  width: 17px !important;
  height: 17px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50% !important;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #0B2E66;
  background-color: #fff;
  cursor: pointer;
  padding: 2px;
}
body .page .custom-form label input[type=radio]:checked {
  border: 1px solid #0B2E66;
}
body .page .custom-form label input[type=radio]:checked::before {
  color: #0B2E66;
  font-size: 20px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f26e";
  text-align: center;
  position: absolute;
  left: -2px;
  top: -7px;
}
body .page .custom-form label h4 {
  padding: 10px;
  bottom: 0;
  left: 0;
  font-size: 18px;
  line-height: 22px;
  z-index: 1;
  position: absolute;
  color: white;
  text-align: center;
  font-weight: 400;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
body .page .custom-form label.label1 {
  height: auto;
  text-align: left;
}
body .page .custom-form .videochat {
  align-items: center;
  display: block;
  cursor: pointer;
  margin-bottom: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  margin-top: 20px !important;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
body .page .custom-form .videochat span {
  margin: 0 0 10px;
  padding: 0 6px;
  background: #ea4335;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  font-family: "Poppins", serif;
  text-transform: uppercase;
}
body .page .custom-form .videochat input[type=checkbox] {
  position: relative;
  top: auto;
  right: auto;
  width: 12px !important;
  height: 12px !important;
  margin: 0;
}
body .page .custom-form .videochat input[type=checkbox]:checked::before {
  color: #0B2E66;
  font-size: 15px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f26e";
  text-align: center;
  position: absolute;
  left: -3px;
  top: -6px;
}
body .page .custom-form h5 {
  font-size: 20px;
  line-height: 23px;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
}
body .page .custom-form .book-form .btn-orange {
  float: right;
}
body .page .custom-form .book-form label {
  font-size: 14px;
  color: #0B2E66;
  margin-bottom: 3px;
  font-weight: 600;
}
body .page .custom-form .book-form input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body .page .custom-form .book-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #555;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body .page .custom-form .book-form select {
  width: 100%;
  padding: 10px 12px;
  background-color: white;
  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: 999px) {
  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: 999px) {
  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;
  font-family: "Libre Baskerville", serif;
  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;
}
@media (max-width: 999px) {
  body .page .contact-page-item .contact .contact-details .contact-item {
    flex-direction: column;
    text-align: center;
  }
}
body .page .contact-page-item .contact .contact-details .contact-item i {
  font-size: 16px;
  color: #0B2E66;
  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: #d9471c;
}
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;
}
@media (max-width: 999px) {
  body .page .trail-content p {
    text-align: justify;
  }
}
body .page .trail-content h5 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  color: black;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body .page .trail-content h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  color: #007955;
  font-weight: 400;
  margin-top: 20px;
}
body .page .trail-content h4 {
  font-family: "Libre Baskerville", serif;
  font-size: 8px;
  padding: 5px 10px;
  margin: 0 0 20px;
  color: black;
  border: 1px dotted #d9471c;
  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: #d9471c;
}
body .page .trail-content .information {
  margin-top: 20px;
}
body .page .trail-content .information table {
  width: 50%;
}
@media (max-width: 999px) {
  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: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
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: #0B2E66;
  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 {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 5;
  color: white;
  margin-top: 20px;
  overflow: hidden;
}
@media (max-width: 999px) {
  body .Language {
    justify-content: center;
  }
}
body .Language p {
  padding: 3px 8px;
  margin: 0 5px 0 0;
}
body .Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000053;
  text-align: center;
  color: #d9471c;
  cursor: pointer;
  border-radius: 0;
  font-family: "Jost", serif;
  border: none;
  font-weight: 400;
  font-size: 16px;
  border: none;
  color: white;
}
body .Language select:focus {
  border: none;
}
body .Language select:active {
  border: none;
}
body .VIpgJd-ZVi9od-ORHb,
body .VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

#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;
}
#preloader figure {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  animation: rotate 2.4s linear infinite;
}
#preloader .white {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  animation: flash 2.4s linear infinite;
  opacity: 0;
}
#preloader .dot {
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: all 1s ease;
}
#preloader .dot:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  background: #d9471c;
  animation: dotsY 2.4s linear infinite;
}
#preloader .dot:nth-child(3) {
  left: 0;
  right: 0;
  top: 0;
  background: #041126;
  animation: dotsX 2.4s linear infinite;
}
#preloader .dot:nth-child(4) {
  top: 0;
  bottom: 0;
  right: 0;
  background: #d9471c;
  animation: dotsY 2.4s linear infinite;
}
#preloader .dot:nth-child(5) {
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B2E66;
  animation: dotsX 2.4s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  10% {
    width: 6.25em;
    height: 6.25em;
  }
  66% {
    width: 2.4em;
    height: 2.4em;
  }
  100% {
    transform: rotate(360deg);
    width: 6.25em;
    height: 6.25em;
  }
}
@keyframes dotsY {
  66% {
    opacity: 0.1;
    width: 2.4em;
  }
  77% {
    opacity: 1;
    width: 0;
  }
}
@keyframes dotsX {
  66% {
    opacity: 0.1;
    height: 2.4em;
  }
  77% {
    opacity: 1;
    height: 0;
  }
}
@keyframes flash {
  33% {
    opacity: 0;
    border-radius: 0;
  }
  55% {
    opacity: 0.6;
    border-radius: 100%;
  }
  66% {
    opacity: 0;
  }
}/*# sourceMappingURL=styles.css.map */