@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  top: 0 !important;
  overflow-x: hidden;
  max-width: 100%;
  background-color: #fff;
  scroll-behavior: smooth;
}
body a {
  text-decoration: none;
  color: white;
}
body ul {
  list-style: none;
  padding-left: 0;
}
body p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #545454;
}
@media (min-width: 991px) {
  body .text-lg-left {
    text-align: left !important;
  }
}
body header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
body header .topbar {
  padding: 10px 0 0;
  max-height: 100px;
  overflow: hidden;
  transition: 0.5s ease;
  opacity: 1;
}
body header .topbar ul {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
}
body header .topbar ul li {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding-right: 10px;
  margin-right: 9px;
  line-height: 12px;
  position: relative;
}
body header .topbar ul li:before {
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  content: "";
  position: absolute;
}
body header .topbar ul li:last-child {
  padding: 0;
  margin: 0;
}
body header .topbar ul li:last-child:before {
  display: none;
}
@media (max-width: 991px) {
  body header .topbar {
    display: none;
  }
}
body header .topbar.hide {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
body header .border-b-1 {
  border-bottom: 1px solid #fff;
}
body header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
body header .navbar .navbar-brand img {
  height: 70px;
}
body header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 4;
  right: 0;
}
body header .navbar .navbar-toggler .navbar-toggler-icon {
  box-shadow: none;
  border: none;
}
body header .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("../img/menu.svg") !important;
}
body header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transition: 0.5s;
  background-image: url("../img/close.svg") !important;
  filter: invert(1) brightness(1);
}
body header .navbar .navbar-nav .nav-item {
  position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 10px 0;
  margin: 0 10px;
  position: relative;
  color: #fff;
  transition: 0.5s;
}
body header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff5f1c !important;
}
body header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ff5f1c !important;
}
@media (max-width: 991px) {
  body header .navbar .navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0070ba;
    width: 300px;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: 0.5s;
    z-index: 0;
  }
  body header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    color: #fff;
  }
}
body header .navbar .navbar-collapse.show .navbar-nav {
  transform: translateX(0);
}
@media (max-width: 990px) {
  body header .navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
  body header .navbar .nav-link {
    color: #fff !important;
  }
}
body header .navbar.scroll {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
body header .navbar.scroll .nav-link {
  color: #000 !important;
}
@media (max-width: 990px) {
  body header .navbar.scroll .nav-link {
    color: #fff !important;
  }
}
body .ml-auto {
  margin-left: auto !important;
}
body .ml-10 {
  margin-left: 10px;
}
body .text-left {
  text-align: left;
}
body .text-right {
  text-align: right;
}
body .btn-blue {
  background-color: #0070ba;
  border: none;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  padding: 11px 15px;
  border-radius: 0;
  color: #fff;
  transition: 0.5s;
}
body .btn-blue:hover {
  background-color: #000;
}
body .btn-submit {
  background-color: #ff5f1c;
  border: none;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  padding: 11px 15px;
  border-radius: 0;
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
}
body .btn-submit:hover {
  background-color: #000;
}
body .btn-border {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 0;
  color: #fff;
  transition: 0.5s;
  position: relative;
}
body .btn-border:hover {
  color: #0070ba;
  background-color: #fff;
}
body .btn-border-text {
  background-color: transparent;
  border: 1px solid #0070ba;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 11px 15px;
  border-radius: 0;
  color: #0070ba;
  display: inline-block;
  width: auto;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
body .btn-border-text:hover {
  color: #fff;
  background-color: #0070ba;
}
body .section-title {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  body .section-title {
    font-size: 25px;
  }
}
body .pt-70 {
  padding-top: 70px;
}
body .py-70 {
  padding: 70px 0;
}
body .pb-70 {
  padding-bottom: 70px;
}
body .swiper-button-prev {
  display: block;
  left: 0;
}
body .swiper-button-prev:after {
  font-family: "bootstrap-icons";
  content: "\f12f" !important;
  font-size: 20px;
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 50%;
  transition: 0.5s;
}
body .swiper-button-prev:hover:after {
  background-color: #0070ba;
}
body .swiper-button-next {
  display: block;
  right: 20px;
}
body .swiper-button-next:after {
  font-family: "bootstrap-icons";
  content: "\f138" !important;
  font-size: 20px;
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 50%;
  transition: 0.5s;
}
body .swiper-button-next:hover:after {
  background-color: #0070ba;
}
body .hero {
  position: relative;
  height: 600px;
}
body .hero .hero-item {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
body .hero .hero-item img {
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  animation: zoomimage 20s infinite;
}
body .hero .hero-item .container:last-of-type {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 2;
}
body .hero .hero-item .container.position-relative {
  z-index: 2;
}
body .hero .hero-item .hero-destination-item h5 {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  margin: 0;
  padding: 0 0 5px;
}
body .hero .hero-item .hero-destination-item p {
  font-size: 13px;
  line-height: 15px;
  margin: 0 !important;
  animation: none;
}
body .hero .hero-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  left: 0;
  top: 0;
}
body .hero .hero-item h1 {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  position: relative;
  animation: bottomIn 2s ease forwards;
}
body .hero .hero-item p {
  color: #fff;
  margin: 0;
  position: relative;
  animation: topIn 2s ease forwards;
}
@media (max-width: 991px) {
  body .hero .hero-item {
    text-align: center;
  }
  body .hero .hero-item h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
body .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  position: relative;
  margin: 10px !important;
}
body .swiper-pagination-bullet:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.5s;
}
body .swiper-pagination-bullet-active {
  background-color: #0070ba;
}
body .swiper-pagination-bullet-active:before {
  border-color: #0070ba;
}
body .about {
  height: 400px;
}
body .about img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
}
@media (max-width: 990px) {
  body .about {
    text-align: center;
    height: auto;
  }
  body .about img {
    height: auto;
    width: 100%;
  }
}
body .package {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 50%, #fff 50%), url("../img/package-bg.jpg");
  background-position: center bottom;
  background-size: cover;
}
body .package .btn-border-text {
  color: #fff;
  border-color: #fff;
  z-index: 3;
}
body .package .btn-border-text:hover {
  background-color: #fff;
  color: #0070ba;
}
body .package-item {
  background-color: #fff;
  transition: 0.5s;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
}
body .package-item .package-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
body .package-item .package-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  transform-origin: center center;
}
body .package-item .package-img h4 {
  background-color: #0070ba;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  padding: 8px 10px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 15px;
  transition: 0.5s;
  z-index: 2;
}
body .package-item .package-img h4:before {
  width: 4px;
  height: 20px;
  background-color: #ff5f1c;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  z-index: -1;
}
body .package-item .content {
  height: 130px;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .package-item .content h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "Playfair Display", serif;
  color: #000;
  transition: 0.5s;
}
body .package-item .content h5:hover {
  color: #0070ba;
}
body .package-item .content ul {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
body .package-item .content ul li {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin: 0 9px 0 0;
  padding-right: 10px;
  position: relative;
  color: #000;
}
body .package-item .content ul li:before {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #000;
  right: 0;
  top: 0;
  content: "";
}
body .package-item .content ul li i {
  margin-right: 1px;
}
body .package-item .content ul li:last-child {
  margin: 0;
  padding: 0;
}
body .package-item .content ul li:last-child:before {
  display: none;
}
body .package-item .content .btn-book {
  font-size: 12px;
  line-height: 12px;
  color: #0070ba;
  font-weight: 700;
  padding-top: 12px;
  border-top: 1px solid #ccc;
  transition: 0.5s;
}
body .package-item .content .btn-book:hover {
  color: #ff5f1c;
}
body .package-item:hover .package-img img {
  transform: scale(1.1);
}
body .package-item:hover .package-img h4 {
  background-color: #fff;
  color: #0070ba;
}
body .destination {
  background-color: #edeff3;
}
body .destination .btn-border-text {
  color: #000;
  border-color: #000;
  z-index: 3;
}
body .destination .btn-border-text:hover {
  color: #fff;
  background-color: #000;
}
body .destination-item {
  position: relative;
  overflow: hidden;
  height: 340px;
}
body .destination-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
  transition: 0.4s;
  transform-origin: center center;
}
body .destination-item .content {
  padding: 20px;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
body .destination-item h5 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
  font-family: "Playfair Display", serif;
}
body .destination-item p {
  color: #fff;
  font-size: 13px;
  padding-bottom: 10px;
  margin: 0;
  line-height: 15px;
}
body .destination-item .btn-explore {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
}
body .destination-item .btn-explore:hover {
  color: #ff5f1c;
}
body .destination-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, transparent 35%);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
body .destination-item:hover img {
  transform: scale(1.1);
}
body .news-page-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: start;
}
body .news-page-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #f1f1f1;
}
body .news-page-item h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
  padding-bottom: 10px;
  font-family: "Playfair Display", serif;
  color: #000;
  transition: 0.5s;
}
body .news-page-item h5:hover {
  color: #ff5f1c;
}
body .news-page-item h4 {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  display: flex;
  align-items: center;
}
body .news-page-item h4 span {
  margin-right: 1px;
  font-size: 15px;
}
body .news-short {
  background-color: #f5ebdc;
  padding: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
body .news-item {
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
body .news-item .news-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
body .news-item .news-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  transform-origin: center center;
}
body .news-item .content {
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
}
body .news-item .content h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
  padding-bottom: 10px;
  font-family: "Playfair Display", serif;
  color: #000;
}
body .news-item .content h4 {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
}
body .news-item .content h4 i {
  margin-right: 1px;
}
body .news-item .content .btn-read {
  font-size: 12px;
  line-height: 12px;
  color: #0070ba;
  font-weight: 700;
  padding-top: 12px;
  border-top: 1px solid #ccc;
  transition: 0.5s;
}
body .news-item .content .btn-read:hover {
  color: #ff5f1c;
}
body .news-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
body .news-item:hover .news-img img {
  transform: scale(1.1);
}
body .swiper {
  overflow: visible !important;
}
body .overflow-hidden {
  overflow: hidden;
}
body .page-banner {
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
body .page-banner h2 {
  font-family: "Caveat", cursive;
  color: #fff;
  font-size: 50px;
  margin-top: 50px;
}
body .page-banner .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  content: "";
  position: absolute;
}
body .pagination {
  gap: 10px;
  justify-content: center;
}
body .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border: 1px solid #0070ba;
  font-size: 20px;
  color: #0070ba;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  transition: 0.5s;
}
body .pagination .page-item:hover .page-link {
  background-color: #0070ba;
  color: #fff !important;
}
body .pagination .page-item.active .page-link {
  background-color: #0070ba;
  color: #fff !important;
}
body .gallery-page-item {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
body .gallery-page-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  transform-origin: center center;
}
body .gallery-page-item .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}
body .gallery-page-item .overlay span {
  transform: translateY(10px);
  transition: 0.4s;
  font-size: 35px;
}
body .gallery-page-item:hover img {
  transform: scale(1.1);
}
body .gallery-page-item:hover .overlay {
  opacity: 1;
}
body .gallery-page-item:hover .overlay span {
  transform: translateY(0px);
}
body #lightgallery {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body #lightgallery .gallery-item {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body #lightgallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  transform-origin: center center;
}
body #lightgallery .gallery-item .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}
body #lightgallery .gallery-item .overlay span {
  transform: translateY(10px);
  transition: 0.4s;
  font-size: 35px;
}
body #lightgallery .gallery-item:hover img {
  transform: scale(1.05);
}
body #lightgallery .gallery-item:hover .overlay {
  opacity: 1;
}
body #lightgallery .gallery-item:hover .overlay span {
  transform: translateY(0px);
}
body .lg-sub-html {
  display: none !important;
}
body .page-title {
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #0070ba;
}
body .top-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .top-list li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #545454;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
body .top-list li i {
  padding-right: 3px;
}
@media (max-width: 990px) {
  body .top-list li {
    align-items: start;
  }
}
body .top-list .location-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .top-list .location-item li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #545454;
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  padding-right: 22px;
}
body .top-list .location-item li:before {
  content: "—";
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #545454;
  bottom: 0;
  right: 0;
  position: absolute;
}
body .top-list .location-item li a {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #0070ba;
}
body .top-list .location-item li:last-child:before {
  display: none;
  margin: 0;
  padding: 0;
}
body .des-description h5 {
  font-size: 20px;
  padding: 0;
  font-weight: 400;
  margin: 15px 0 5px;
  line-height: 22px;
  padding-bottom: 10px;
}
body .des-description ul {
  margin: 0;
}
body .des-description ul li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #545454;
  padding-left: 15px;
  position: relative;
  padding-bottom: 10px;
}
body .des-description ul li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  content: "";
  background-color: #0070ba;
}
body .des-description ul li strong {
  font-weight: 500;
  font-style: italic;
}
body .itinerary .item .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
body .itinerary .item .title h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0 10px 0 0;
  padding-right: 20px;
  position: relative;
  color: #0070ba;
}
body .itinerary .item .title h4:before {
  content: "\f231";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #0070ba;
  font-family: "bootstrap-icons";
}
body .itinerary .item .title h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-right: auto;
}
body .itinerary .item .title .arrow {
  line-height: 25px;
  transition: transform 0.3s ease;
  font-weight: 400;
  font-size: 25px;
}
body .itinerary .item .title .arrow.rotate {
  transform: rotate(45deg);
}
body .itinerary .item .content {
  display: none;
  padding: 10px 10px 15px;
}
body .itinerary .item .content h5 {
  font-size: 20px;
  padding: 0;
  font-weight: 400;
  margin: 15px 0 5px;
  line-height: 22px;
}
body .itinerary ul {
  margin: 0;
}
body .itinerary ul li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #545454;
  padding-left: 15px;
  position: relative;
  padding-bottom: 10px;
}
body .itinerary ul li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  content: "";
  background-color: #0070ba;
}
body .itinerary ul li strong {
  font-weight: 500;
  font-style: italic;
}
body .booking-form {
  background-color: #fff;
}
body .booking-form .title {
  padding: 20px 12px;
  background-color: #f1f1f1;
  border-bottom: 2px solid #ededed;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
body .booking-form .title h5 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
body .booking-form input,
body .booking-form textarea {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  padding: 12px;
  border: 2px solid #ededed;
  border-radius: 2px;
  width: 100%;
}
body .booking-form input::-moz-placeholder, body .booking-form textarea::-moz-placeholder {
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
}
body .booking-form input::placeholder,
body .booking-form textarea::placeholder {
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
}
body .booking-form label {
  font-size: 12px;
  line-height: 12px;
  color: #222;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
body .booking-form .input-item {
  position: relative;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  overflow: hidden;
  border: 2px solid #ededed;
  border-radius: 2px;
  width: 100%;
  display: flex;
  align-items: center;
}
body .booking-form .input-item input {
  border: none;
}
body .booking-form .input-item span {
  font-size: 17px;
  margin-right: 3px;
  padding: 15px;
  background-color: #ededed;
  margin: 0;
}
body .package-form {
  background-color: #f5ebdc;
  padding: 10px;
}
body .package-form .title {
  background-color: #f5ebdc;
  border-color: #fff;
}
body .news-description img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
body .preloader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
}
body .preloader img {
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: popup 1s infinite;
}
body .about-page h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
body .about-page .vision {
  background-color: #f5ebdc;
  padding: 30px;
  margin: 50px 0;
}
body .about-page .vision h2 {
  padding: 0;
  margin: 0;
}
body .about-page .vision p {
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  padding-left: 15px;
  position: relative;
}
body .about-page .vision p:before {
  height: 100%;
  width: 5px;
  background-color: #ff5f1c;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}
body .about-page .about-sub {
  font-family: "Montserrat", sans-serif;
  color: #ff5f1c;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -2%;
  padding: 0;
  margin: 0;
}
body .why-item {
  display: flex;
  align-items: center;
  width: 100%;
}
body .why-item h2 {
  background-color: #f5ebdc;
  color: #ff5f1c;
  font-size: 20px;
  height: 90px;
  margin: 0 10px 0 0;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
}
body .why-item h5 {
  color: #000;
  font-size: 20px;
  line-height: 23px;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 600;
}
body .why-item p {
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
body .contact-item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  height: 180px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
body .contact-item span {
  font-size: 22px;
  width: 45px;
  height: 45px;
  border: 2px solid #ff5f1c;
  color: #ff5f1c;
  line-height: 45px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: 0.5s;
}
body .contact-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
  margin-bottom: 5px;
  transition: 0.5s;
}
body .contact-item a,
body .contact-item p {
  font-size: 17px;
  color: #545454;
  transition: 0.5s;
  line-height: 18px;
}
body .contact-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  background-color: #ff5f1c;
}
body .contact-item:hover span {
  border-color: #fff;
  background-color: #fff;
}
body .contact-item:hover a,
body .contact-item:hover h4,
body .contact-item:hover p {
  color: #fff;
}
@media (max-width: 990px) {
  body .news-row {
    overflow: hidden;
  }
}
body footer {
  background: linear-gradient(to bottom, #fff 10%, rgba(0, 0, 0, 0.5) 40%), url("../img/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
body footer .instagram-item {
  height: 230px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body footer .instagram-item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
body footer .instagram-item .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
body footer .instagram-item .overlay i {
  font-size: 30px;
  transform: scale(0);
  transform-origin: center center;
  transition: 0.5s;
}
body footer .instagram-item:hover img {
  filter: grayscale(1);
}
body footer .instagram-item:hover .overlay {
  opacity: 1;
}
body footer .instagram-item:hover .overlay i {
  transform: scale(1);
}
body footer h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
  color: #fff;
}
body footer .links {
  padding: 0;
}
body footer .links li {
  position: relative;
  margin-bottom: 3px;
  line-height: 20px;
}
body footer .links li a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
}
body footer .contact-links li {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
body footer .contact-links li i {
  margin-right: 2px;
}
body footer .contact-links li a,
body footer .contact-links li p {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 13px;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media (max-width: 991px) {
  body footer .contact-links li {
    justify-content: center;
  }
}
body footer .social {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-left: 0;
  margin-top: 10px;
  flex-wrap: wrap;
}
body footer .social li a i {
  color: #fff;
  line-height: 35px;
  font-size: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
}
body footer .social li a i:hover {
  background-color: #0070ba;
}
@media (max-width: 991px) {
  body footer .social {
    justify-content: center;
  }
}
body footer .copyright {
  padding: 30px 0;
  border-top: 1px solid #fff;
}
body footer .copyright p {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  line-height: 12px;
}
body footer .copyright a {
  color: #fff;
}
@media (max-width: 991px) {
  body footer .copyright {
    padding: 20px 0;
  }
}
body .whatsapp-icon {
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
body .home-chat {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 99;
}
body .home-chat a i {
  width: 35px;
  height: 35px;
  color: white;
  line-height: 35px;
  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;
  left: 20px;
  bottom: 0;
  z-index: 99;
}
body .Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  border-radius: 0;
  padding: 2px 5px;
  border: none;
  font-size: 12px;
  border-right: none;
  text-transform: uppercase;
}
body .Language select:focus {
  border: none;
}
body .Language select:active {
  border: none;
}
body .VIpgJd-ZVi9od-ORHb,
body .VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

@keyframes zoomimage {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes bottomIn {
  0% {
    transform: translate(50px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes topIn {
  0% {
    transform: translate(-50px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=styles.css.map */