html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

body {
  font-family: "Inter", serif;
  color: black;
  top: 0 !important;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: white;
}
body ul {
  list-style: none;
}
body p {
  font-size: 15px;
  line-height: 20px;
  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: #1B1464;
}
@media (max-width: 999px) {
  body header .topbar {
    padding: 5px 0;
    position: relative;
    z-index: 20;
  }
  body header .topbar .row {
    row-gap: 6px;
  }
}
body header .topbar ul {
  display: flex;
  padding: 0;
  margin: 0 0 10px;
}
@media (max-width: 999px) {
  body header .topbar ul {
    margin-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 10px;
  }
}
body header .topbar ul li {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  font-family: "Inter", serif;
}
@media (max-width: 999px) {
  body header .topbar ul li {
    font-size: 12px;
    margin-right: 0;
    text-align: center;
    line-height: 18px;
  }
}
body header .navbar {
  background-color: white;
  padding: 5px 20px;
  z-index: 5;
  transition: 0.5s;
  width: 100%;
  transition: 0.5s;
}
@media (max-width: 999px) {
  body header .navbar {
    padding: 10px 16px;
  }
}
body header .navbar .navbar-brand img {
  width: 100px;
}
@media (max-width: 999px) {
  body header .navbar .navbar-brand img {
    width: 88px;
  }
}
body header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 4;
  right: 0;
}
@media (max-width: 999px) {
  body header .navbar .navbar-toggler {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
body header .navbar .navbar-toggler .navbar-toggler-icon {
  box-shadow: none;
  border: none;
}
@media (max-width: 999px) {
  body header .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}
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;
}
body header .navbar .show .navbar-nav {
  transform: translateX(0);
}
@media (max-width: 999px) {
  body header .navbar .navbar-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.9)), url("../img/gem-bg.png");
    width: 100%;
    min-height: calc(100vh - 72px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: 0.5s;
    transform: translateX(-100%);
    z-index: -1;
    padding: 28px 24px 36px;
    overflow-y: auto;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  }
}
body header .navbar .navbar-nav .nav-item {
  position: relative;
}
@media (max-width: 999px) {
  body header .navbar .navbar-nav .nav-item {
    width: 100%;
  }
}
body header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Inter", serif;
}
@media (max-width: 999px) {
  body header .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 9px 0;
  }
}
body header .navbar.top-sticky {
  position: fixed;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  background-color: white;
}
body header .navbar.top-sticky .nav-item .nav-link {
  color: black;
}
body .btn-blue {
  padding: 8px 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  background-color: #0071BC;
  border-radius: 4px;
  border: 1px solid #0071BC;
  display: block;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  font-family: "Aclonica", serif;
}
body .btn-blue:hover {
  padding: 8px 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  background-color: #1B1464;
  border-radius: 4px;
  border: 1px solid #1B1464;
  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: 8px 15px;
  color: black;
  font-size: 14px;
  font-weight: 400;
  background-color: #FFD200;
  border-radius: 3px;
  border: 1px solid #FFD200;
  display: inline-block;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  font-family: "Aclonica", serif;
}
body .btn-yellow:hover {
  padding: 8px 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  background-color: black;
  border-radius: 3px;
  border: 1px solid #FFD200;
  display: inline-block;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
body .btn-yellow:hover img {
  filter: brightness(1) invert(1);
}
body .btn-yellow img {
  transition: 0.5s;
  height: 12px !important;
  width: auto !important;
}
body .section-title {
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-family: "Caveat Brush", serif;
  color: #1B1464;
  line-height: 50px;
}
@media (max-width: 768px) {
  body .section-title {
    font-size: 25px;
    line-height: 28px;
  }
}
body .section-des {
  margin-bottom: 20px;
  font-size: 14px;
  color: black;
  line-height: 25px;
  font-family: "Aclonica", serif;
}
body .swiper-button-prev {
  display: block;
  left: 0;
}
body .swiper-button-prev:after {
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f284";
  text-align: center;
  line-height: 45px;
}
body .swiper-button-next {
  display: block;
  right: 20px;
}
body .swiper-button-next:after {
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f285";
  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;
  height: 800px;
  overflow: hidden;
}
body .hero .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
body .hero .hero-swiper .swiper-slide img {
  width: 100%;
  height: 800px;
  -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.3) 30%, transparent);
  top: 0;
  left: 0;
  position: absolute;
}
body .hero .hero-swiper .swiper-slide .content {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
body .hero .hero-swiper .swiper-slide .content h1 {
  font-size: 90px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  color: white;
  line-height: 75px;
  font-family: "Caveat Brush", serif;
  text-shadow: 1px 1px #1B1464;

  -webkit-text-fill-color: white;
}
@media (max-width: 768px) {
  body .hero .hero-swiper .swiper-slide .content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
body .hero .hero-swiper .swiper-slide .content h1 span {
  font-size: 60px;
}
body .hero .hero-swiper .swiper-slide .content p {
  color: white;
  font-size: 15px;
  font-weight: 400;
}
body .hero .hero-swiper .swiper-slide .content .btn-yellow img {
  height: 14px;
}
body .hero .border-btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
body .mt-20 {
  margin-top: 20px;
}
body .destination .section-title {
  color: white;
  padding-bottom: 30px;
}
body .destination .destination-swiper .swiper-slide .destination-item {
  position: relative;
  height: 400px;
  overflow: hidden;
  padding: 0;
}
body .destination .destination-swiper .swiper-slide .destination-item:hover img {
  transform: rotate(3deg) scale(1.1);
}
body .destination .destination-swiper .swiper-slide .destination-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .destination .destination-swiper .swiper-slide .destination-item .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 30%, transparent);
  top: 0;
  left: 0;
  position: absolute;
}
body .destination .destination-swiper .swiper-slide .destination-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px 20px 20px;
  text-align: left;
}
body .destination .destination-swiper .swiper-slide .destination-item .content h5 {
  font-family: "Caveat Brush", serif;
  color: white;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
}
body .destination .destination-swiper .swiper-slide .destination-item .content p {
  font-size: 12px;
  font-weight: 400;
  color: white;
  font-family: "Inter", serif;
  line-height: 17px;
  padding: 0;
  margin: 0;
}
body .destination .destination-swiper .swiper-slide .destination-item .content a {
  color: white;
  font-size: 10px;
  font-weight: 500;
  font-family: "Inter", serif;
  text-transform: uppercase;
}
body .package-section {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), url("../img/package-bg.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .package {
  padding-top: 50px;
}
body .package .daytour-swiper .swiper-slide .package-item .package-img,
body .package .package-swiper .swiper-slide .package-item .package-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
body .package .daytour-swiper .swiper-slide .package-item .package-img img,
body .package .package-swiper .swiper-slide .package-item .package-img img {
  width: 100%;
  height: 350px;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
body .package .daytour-swiper .swiper-slide .package-item .package-img .offer,
body .package .package-swiper .swiper-slide .package-item .package-img .offer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 20px;
  background-color: #FE2D00;
  text-align: center;
}
body .package .daytour-swiper .swiper-slide .package-item .package-img .offer h5,
body .package .package-swiper .swiper-slide .package-item .package-img .offer h5 {
  font-family: "Aclonica", serif;
  font-size: 24px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: white;
}
body .package .daytour-swiper .swiper-slide .package-item .package-img .offer h4,
body .package .package-swiper .swiper-slide .package-item .package-img .offer h4 {
  font-family: "Aclonica", serif;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  color: white;
}
body .package .daytour-swiper .swiper-slide .package-item .package-img .duration,
body .package .package-swiper .swiper-slide .package-item .package-img .duration {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px 20px 0;
}
body .package .daytour-swiper .swiper-slide .package-item .package-img .duration h5,
body .package .package-swiper .swiper-slide .package-item .package-img .duration h5 {
  background-color: #FFD200;
  color: black;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0;
  font-weight: 500;
  font-family: "Acme", sans-serif;
}
body .package .daytour-swiper .swiper-slide .package-item .package-img .duration .star i,
body .package .package-swiper .swiper-slide .package-item .package-img .duration .star i {
  color: #FFD200;
  font-size: 20px;
  margin-left: 3px;
}
body .package .daytour-swiper .swiper-slide .package-item .content,
body .package .package-swiper .swiper-slide .package-item .content {
  padding: 20px;
  background-color: #EDF5FF;
  text-align: center;
}
body .package .daytour-swiper .swiper-slide .package-item .content h5,
body .package .package-swiper .swiper-slide .package-item .content h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
}
body .package .daytour-swiper .swiper-slide .package-item .content h6,
body .package .package-swiper .swiper-slide .package-item .content h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
}
body .package .daytour-swiper .swiper-slide .package-item .content hr,
body .package .package-swiper .swiper-slide .package-item .content hr {
  background-color: #6c6c6c;
}
body .package .daytour-swiper .swiper-slide .package-item .content p,
body .package .package-swiper .swiper-slide .package-item .content p {
  font-family: "Inter", serif;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
body .package .daytour-swiper .swiper-slide .package-item .book-now,
body .package .package-swiper .swiper-slide .package-item .book-now {
  padding: 10px;
  background-color: #0071BC;
  text-align: center;
}
body .package .daytour-swiper .swiper-slide .package-item .book-now a,
body .package .package-swiper .swiper-slide .package-item .book-now a {
  color: white;
  text-transform: uppercase;
  font-family: "Acme", sans-serif;
  font-size: 24px;
}
body .package .daytour-swiper .swiper-slide .package-item:hover .package-img img,
body .package .package-swiper .swiper-slide .package-item:hover .package-img img {
  transform: rotate(3deg) scale(1.1);
}
body .review {
  margin-top: 50px;
  padding: 50px 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/review-bg.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 999px) {
  body .review {
    margin: 0;
  }
}
body .review .review-swiper .swiper-slide .review-item {
  text-align: center;
}
body .review .review-swiper .swiper-slide .review-item .content {
  padding: 20px;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}
body .review .review-swiper .swiper-slide .review-item .content h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  font-family: "Aclonica", serif;
  text-transform: uppercase;
}
body .review .review-swiper .swiper-slide .review-item .content p {
  font-family: "Inter", serif;
  font-size: 13px;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
body .review .review-swiper .swiper-slide .review-item img {
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 70px;
}
body .about-section {
    background: linear-gradient(to top, rgba(0, 113, 188, 0.9), transparent), url(../img/footer-bg.png);

    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

body .about {
  color: black;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 999px) {
  body .about {
    text-align: center;
  }
}
body .about p {
  font-family: "Aclonica", serif;
}
body .about .vector-left {
  position: absolute;
  width: 300px;
  left: 0;
  z-index: 1;
  top: -100px;
}
@media (max-width: 999px) {
  body .about .vector-left {
    display: none;
  }
}
body .about .vector-right {
  position: absolute;
  width: 300px;
  right: 0;
  z-index: 1;
  top: -100px;
}
@media (max-width: 999px) {
  body .about .vector-right {
    display: none;
  }
}
body .gem-business {
  background: linear-gradient(to top, #0071BC 5%, transparent 60%), url("../img/gem-bg.png");
  padding: 50px 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
body .gem-business p {
  font-family: "Aclonica", serif;
}
body footer {
  background: linear-gradient(to bottom, #0071BC 5%, rgba(0, 113, 188, 0.2) 60%), url("../img/footer-bg.png");
  padding: 100px 0 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 999px) {
  body footer {
    text-align: center;
  }
}
body footer .logo img {
  filter: brightness(0) invert(1);
  width: 200px;
  margin-bottom: 10px;
}
body footer h5 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  font-family: "Caveat Brush", serif;
  margin-bottom: 10px;
}
body footer p {
  color: white;
  font-family: "Inter", serif;
  font-weight: 300;
}
body footer .whatsapp {
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  body footer .whatsapp {
    justify-content: center;
  }
}
body footer .whatsapp i {
  font-size: 30px;
  color: white;
}
body footer .whatsapp .item {
  margin-left: 10px;
  text-align: left;
}
body footer .whatsapp .item h5 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
  padding: 0;
  margin: 0;
}
body footer .whatsapp .item a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
}
body footer .links {
  padding: 0;
}
body footer .links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  font-family: "Inter", serif;
}
body footer .links li a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  font-family: "Inter", serif;
}
body footer .links li a:hover {
  color: #FFD200;
}
body footer .links li i {
  font-size: 13px;
  font-weight: 400;
  color: white;
}
body footer .links li:before {
  color: white;
  font-size: 15px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f134";
  text-align: center;
  position: absolute;
  left: 0;
}
@media (max-width: 999px) {
  body footer .links li:before {
    display: none;
  }
}
body footer .contact li {
  padding-left: 0;
}
body footer .contact li:before {
  display: none;
}
body footer .quick-links {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
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:last-child {
  border-right: none;
}
body footer .quick-links li a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  font-family: "Inter", serif;
  text-transform: uppercase;
}
body footer .quick-links li a:hover {
  color: #FFD200;
}
body footer .quick-links li i {
  font-size: 13px;
  font-weight: 400;
  color: white;
}
body footer .social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 0;
}
body footer .social li a i {
  color: white;
  line-height: 20px;
  font-size: 20px;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
}
body footer .social li a:hover i {
  transform: scale(0.9);
  color: white;
  border: 1px solid #0071BC;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background-color: #0071BC;
}
body footer .copyright {
  padding: 30px 0;
}
body footer .copyright p {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  color: white;
}
body footer .copyright a {
  color: white;
}
body .page-header {
  height: 570px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body .page-header .overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
}
body .page-header .page-btm {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
body .page-header .content {
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body .page-header .content h1 {
  font-size: 55px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  color: white;
  line-height: 55px;
  font-family: "Caveat Brush", serif;
  text-shadow: 1px 1px #1B1464;
  -webkit-text-stroke: 1px #1B1464;
}
@media (max-width: 768px) {
  body .page-header .content h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
body .page {
  padding: 50px 0;
}
body .page .social {
  display: flex;
  padding-left: 0;
}
body .page .social li a i {
  color: black;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  background: #0071BC;
  color: white;
  line-height: 30px;
}
body .page .social li a .fa-facebook-f {
  background-color: #1877f2;
}
body .page .social li a .bi-whatsapp {
  background-color: #25d366;
}
body .page .social li a .bi-youtube {
  background-color: #ff0000;
}
body .page .social li a .bi-google {
  background-color: #ea4335;
}
body .page .social li a .bi-threads {
  background-color: black;
}
body .page .social li a .bi-twitter-x {
  background-color: black;
}
body .page .social li a .bi-instagram {
  background-color: #c32aa3;
}
body .page .social li a .bi-tiktok {
  background-color: black;
}
body .page .social li a .fa-tripadvisor {
  background-color: #007955;
}
body .page .social li a .bi-linkedin {
  background-color: #0a66c2;
}
body .page .social li a .bi-pinterest {
  background-color: #bd081c;
}
body .page #map {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  z-index: 1;
}
body .page #map .leaflet-marker-icon {
  width: 18.902px;
  height: 31px;
}
body .page #map .leaflet-popup-content-wrapper {
  border-radius: 0;
}
body .page h5 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
}
body .page .mail-item {
  justify-content: start;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .page .mail-item i {
  font-size: 30px;
  font-weight: 300;
  color: #1B1464;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
}
body .page .mail-item h5 {
  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 .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 #1B1464;
  color: #1B1464;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 25px;
  font-family: "Acme", sans-serif;
}
body .page .pagination .page-item .page-link:hover {
  background-color: #1B1464;
  color: white;
}
body .page .pagination .page-item.active .page-link {
  background-color: #1B1464;
  color: white;
}
body .page .vision-card h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
body .page .vision-card i {
  font-size: 20px;
  font-weight: 700;
}
body .page .about-page-content {
  margin-bottom: 50px;
}
body .page .about-page-content img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .about-page-content h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 0;
}
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;
  height: 400px;
  overflow: hidden;
  padding: 0;
}
body .page .destination-item:hover img {
  transform: rotate(3deg) scale(1.1);
}
body .page .destination-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body .page .destination-item .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 30%, transparent);
  top: 0;
  left: 0;
  position: absolute;
}
body .page .destination-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px 20px 20px;
  text-align: left;
}
body .page .destination-item .content h5 {
  font-family: "Caveat Brush", serif;
  color: white;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  text-transform: none;
}
body .page .destination-item .content p {
  font-size: 12px;
  font-weight: 400;
  color: white;
  font-family: "Inter", serif;
  line-height: 17px;
  padding: 0;
  margin: 0;
}
body .page .destination-item .content a {
  color: white;
  font-size: 10px;
  font-weight: 500;
  font-family: "Inter", serif;
  text-transform: uppercase;
}
body .page .package-item:hover .package-img img {
  transform: rotate(3deg) scale(1.1);
}
body .page .package-item .package-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
body .page .package-item .package-img img {
  width: 100%;
  height: 200px;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .package-item .package-img .offer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 20px;
  background-color: #FE2D00;
  text-align: center;
}
body .page .package-item .package-img .offer h5 {
  font-family: "Aclonica", serif;
  font-size: 24px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: white;
}
body .page .package-item .package-img .offer h4 {
  font-family: "Aclonica", serif;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  color: white;
}
body .page .package-item .package-img .duration {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px 20px 0;
}
body .page .package-item .package-img .duration h5 {
  background-color: #FFD200;
  color: black;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0;
  font-weight: 500;
  font-family: "Acme", sans-serif;
}
body .page .package-item .package-img .duration .star i {
  color: #FFD200;
  font-size: 20px;
  margin-left: 3px;
}
body .page .package-item .content {
  padding: 20px;
  background-color: #EDF5FF;
  text-align: center;
}
body .page .package-item .content h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
}
body .page .package-item .content h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
}
body .page .package-item .content hr {
  background-color: #6c6c6c;
}
body .page .package-item .content p {
  font-family: "Inter", serif;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
body .page .package-item .book-now {
  padding: 10px;
  background-color: #0071BC;
  text-align: center;
}
body .page .package-item .book-now a {
  color: white;
  text-transform: uppercase;
  font-family: "Acme", sans-serif;
  font-size: 24px;
}
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:hover .package-img img {
  transform: rotate(3deg) scale(1.1);
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .package-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .package-img img {
  width: 100%;
  height: 200px;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .package-img .offer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 20px;
  background-color: #FE2D00;
  text-align: center;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .package-img .offer h5 {
  font-family: "Aclonica", serif;
  font-size: 24px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: white;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .package-img .offer h4 {
  font-family: "Aclonica", serif;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  color: white;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .package-img .duration {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px 20px 0;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .package-img .duration h5 {
  background-color: #FFD200;
  color: black;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0;
  font-weight: 500;
  font-family: "Acme", sans-serif;
  text-transform: none;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .package-img .duration .star i {
  color: #FFD200;
  font-size: 20px;
  margin-left: 3px;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content {
  padding: 20px;
  background-color: #EDF5FF;
  text-align: center;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
  background-color: transparent;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content hr {
  background-color: #6c6c6c;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .content p {
  font-family: "Inter", serif;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .book-now {
  padding: 10px;
  background-color: #0071BC;
  text-align: center;
}
body .page .page-item .sidebar-swiper .swiper-slide .package-item .book-now a {
  color: white;
  text-transform: uppercase;
  font-family: "Acme", sans-serif;
  font-size: 24px;
}
body .page .page-item .location-item {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 5px;
  left: 0;
  top: 0;
  margin: 0;
  flex-wrap: wrap;
}
body .page .page-item .location-item li {
  color: black !important;
  padding: 5px 10px;
  background-color: #EDF5FF;
  font-family: "Inter", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 5px 5px 0;
  line-height: 16px;
}
body .page .page-item .location-item li:last-child {
  margin-right: 0;
}
body .page .page-item .location-item li a {
  color: black;
}
body .page .page-item .location-item li a:hover {
  color: #1B1464;
}
body .page .page-item iframe {
  width: 100%;
  height: 400px;
}
body .page .page-item h5 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
}
body .page .page-item h5.title {
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 768px) {
  body .page .page-item h5.title {
    font-size: 23px;
    line-height: 28px;
  }
}
body .page .page-item p {
  font-family: "Inter", serif;
  text-align: justify;
  color: #555;
}
body .page .page-item p strong {
  font-style: italic;
  font-weight: 500;
}
body .page .page-item h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  font-family: "Acme", sans-serif;
  background-color: #FFD200;
  padding: 5px 10px;
  display: inline-block;
}
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 .itinerary .item {
  margin-bottom: 20px;
}
body .page .page-item .itinerary .item .title h5 {
  margin-bottom: 5px;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 20px;
  border: none;
  background: #0071BC;
  color: white;
}
body .page .page-item .itinerary .item .content h5 {
  font-size: 20px;
  color: #1B1464;
  padding: 0;
  font-weight: 400;
  margin: 15px 0 5px;
  line-height: 22px;
}
body .page .page-item .itinerary .item .content p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 10px;
}
body .page .page-item .itinerary .item .content ul {
  list-style: none;
  margin: 0 0 10px 10px;
  padding: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body .page .page-item .itinerary .item .content ul li {
  position: relative;
  line-height: 17px;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  padding: 5px 0 5px 25px;
  font-family: "Inter", serif;
}
body .page .page-item .itinerary .item .content ul li:before {
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  content: "\f133";
  color: #0071BC;
  font-size: 20px;
}
body .page .page-item .itinerary .item .content ul li strong {
  font-weight: 500;
}
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: 9px;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0071BC;
  border-radius: 50%;
}
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 .page-form {
  margin-bottom: 20px;
}
body .page .page-form h5 {
  font-size: 20px;
  line-height: 23px;
  font-family: "Acme", sans-serif;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
}
body .page .page-form p {
  font-family: "Inter", serif;
  text-align: justify;
}
body .page .page-form .book-form label {
  font-size: 12px;
  color: #1B1464;
  margin-bottom: 3px;
  font-weight: 600;
  text-align: left !important;
  font-family: "Inter", serif;
}
body .page .page-form .book-form input {
  width: 100%;
  padding: 10px 12px;
  border: none;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
}
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;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
body .page .custom-form p {
  font-family: "Inter", serif;
}
body .page .custom-form label {
  font-size: 12px;
  color: #1B1464;
  margin-bottom: 3px;
  font-weight: 600;
  text-align: left !important;
  font-family: "Inter", serif;
  text-align: left !important;
}
body .page .custom-form input {
  width: 100%;
  padding: 10px 12px;
  border: none;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
}
body .page .custom-form input:focus {
  box-shadow: none;
  border: none;
}
body .page .custom-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  background-color: #f1f1f1;
  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;
  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: #1B1464;
  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 .whatsapp-icon {
  width: 60px;
  position: fixed;
  right: 8px;
  bottom: 65px;
  z-index: 999;
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
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;
  animation: fade 1s infinite;
}
body #preloader img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes fade {
  0% {
    overflow: 0;
  }
  40% {
    overflow: 1px;
  }
  100% {
    opacity: 0;
  }
}
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: #1B1464;
  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;
}
@media (max-width: 999px) {
  body .Language {
    right: 10px;
    bottom: 16px;
  }
}
body .Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  background-color: #1B1464;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  border: 1px solid #1B1464;
  border-right: none;
  font-family: var(--oswald);
  text-transform: uppercase;
}
@media (max-width: 999px) {
  body .Language select {
    font-size: 12px;
    padding: 4px 8px;
    border-right: 1px solid #1B1464;
  }
}
body .Language select:focus {
  border: none;
}
body .Language select:active {
  border: none;
}
body .VIpgJd-ZVi9od-ORHb,
body .VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */