body {
  font-family: "Montserrat", sans-serif;
  color: #202020;
  top: 0 !important;
  overflow-x: hidden;
  max-width: 100%;
  background-color: #fff;
  letter-spacing: -5%;
  background: url("../img/pattern.png") repeat center center;
  background-size: 500px;
  scroll-behavior: smooth;
}
body a {
  text-decoration: none;
  color: white;
}
body ul {
  list-style: none;
  padding-left: 0;
}
body p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1;
}
body strong {
  font-weight: 600 !important;
}
body hr {
  color: #DEDEDE;
}
@media (min-width: 991px) {
  body .text-lg-left {
    text-align: left !important;
  }
}
body header .navbar {
  background: #fff;
  border-bottom: 1px solid #DEDEDE;
  transition: 0.5s;
}
body header .navbar .navbar-brand img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
body header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 4;
  right: 0;
}
body header .navbar .navbar-toggler .navbar-toggler-icon {
  box-shadow: none;
  border: none;
}
body header .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("../img/menu.svg") !important;
}
body header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transition: 0.5s;
  background-image: url("../img/close.svg") !important;
}
body header .navbar .navbar-nav {
  /* Basic dropdown style */
}
body header .navbar .navbar-nav .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 50;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
body header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
body header .navbar .navbar-nav .dropdown-item {
  padding: 6px 12px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}
body header .navbar .navbar-nav .dropdown-item:hover {
  background-color: #f8f9fa;
}
body header .navbar .navbar-nav .nav-item {
  position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  padding: 20px 0;
  margin: 0 10px;
  position: relative;
  transition: 0.5s;
}
body header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #FF4D00;
}
body header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #FF4D00;
}
@media (max-width: 991px) {
  body header .navbar .navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    transition: 0.5s;
    z-index: 0;
  }
  body header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
  }
}
body header .navbar .navbar-collapse.show .navbar-nav {
  transform: translateX(0);
}
body header .navbar.scroll {
  padding-top: 0;
  padding-bottom: 0;
}
body .btn-orange {
  background-color: #FF4D00;
  border: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
}
body .btn-orange:hover {
  background-color: #202020;
}
body .btn-submit-orange {
  background-color: #FF4D00;
  border: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
}
body .btn-submit-orange:hover {
  background-color: #fa4b00;
}
body .btn-border {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  padding: 9px 15px;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
}
body .btn-border:hover {
  background-color: #fff;
  color: #202020;
}
body .btn-border-text {
  background-color: transparent;
  border: 1px solid #202020;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  padding: 9px 15px;
  border-radius: 5px;
  color: #202020;
  display: inline-block;
  width: auto;
  transition: 0.5s;
}
body .btn-border-text:hover {
  background-color: #202020;
  color: #fff;
}
body .section-title {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
@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: 10px;
}
body .swiper-button-prev:after {
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #202020;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  transition: 0.5s;
}
body .swiper-button-prev:hover:after {
  background-color: #FF4D00;
  color: white;
}
body .swiper-button-next {
  display: block;
  right: 20px;
}
body .swiper-button-next:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #202020;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  transition: 0.5s;
}
body .swiper-button-next:hover:after {
  background-color: #FF4D00;
  color: white;
}
body .hero {
  position: relative;
  height: 600px;
}
body .hero .hero-item {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}
body .hero .hero-item h1 {
  font-size: 70px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  animation: right-text 1s ease-in forwards;
}
body .hero .hero-item p {
  color: #fff;
  margin-bottom: 20px;
  animation: right-text 2s ease-in forwards;
}
body .hero .hero-item .btn-border {
  animation: right-text 2.2s ease-in forwards;
}
@media (max-width: 991px) {
  body .hero .hero-item {
    text-align: center;
  }
  body .hero .hero-item h1 {
    font-size: 50px;
    line-height: 45px;
  }
}
@keyframes right-text {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
body .swiper-pagination-bullet-active {
  background-color: #FF4D00;
}
body .about {
  height: 500px;
}
@media (max-width: 991px) {
  body .about {
    height: 100%;
  }
}
body .news {
  overflow: hidden !important;
}
body .package-item {
  background-color: #Fdfaf1;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  transition: 0.5s;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .package-item .package-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
body .package-item .package-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: 0.5s;
}
body .package-item .package-img h4 {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 77, 0, 0.8);
  color: #fff;
  z-index: 2;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 8px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.5s;
  border-radius: 0 5px 5px 0;
}
body .package-item .content {
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
body .package-item .content h5 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 600;
  padding-bottom: 10px;
  color: #202020;
}
body .package-item .content h6 {
  font-size: 8px;
  line-height: 8px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0;
  background-color: #DEDEDE;
  display: inline-block;
  width: auto;
  align-self: flex-start;
}
body .package-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}
body .package-item .content h4 .material-symbols-outlined {
  font-size: 15px !important;
  margin-right: 5px;
}
body .package-item .content hr {
  background-color: #DEDEDE;
}
body .package-item .content .btn-book {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #FF4D00;
  border: 1px solid #FF4D00;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 8px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}
body .package-item .content .btn-book:hover {
  background-color: #202020;
  border: 1px solid #202020;
}
body .package-item .content .btn-book-border {
  font-size: 12px;
  line-height: 12px;
  color: #FF4D00;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #FF4D00;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 8px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}
body .package-item .content .btn-book-border:hover {
  background-color: #202020;
  border: 1px solid #202020;
  color: #fff;
}
body .package-item .content .price h5 {
  font-size: 10px;
  line-height: 0;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  padding: 0;
  font-weight: 600;
}
body .package-item .content .price h6 {
  font-size: 12px;
  line-height: 10px;
  color: #202020;
  margin: 0;
  padding: 0;
  font-weight: 700;
  background-color: transparent;
}
body .package-item:hover {
  background-color: #f9f9f9;
}
body .package-item:hover .package-img img {
  transform: scale(1);
}
body .package-item:hover .package-img h4 {
  background-color: rgba(255, 255, 255, 0.8);
  color: #FF4D00;
}
body .rental-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}
body .rental-item .rental-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .rental-item .rental-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 20px;
}
body .rental-item .content {
  padding: 15px;
  text-align: center;
}
body .rental-item .content h5 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 600;
  padding-bottom: 10px;
}
body .rental-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}
body .rental-item .content .btn-book {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #FF4D00;
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 8px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}
body .rental-item .content .btn-book:hover {
  background-color: #202020;
}
body .rental-item:hover {
  background-color: #dedede;
}
body .destination-item {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  position: relative;
  overflow: hidden;
  height: 200px;
}
body .destination-item img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  transform: scale(1.1);
  transform-origin: center center;
  transition: 0.5s;
}
body .destination-item .content {
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
  opacity: 1;
}
body .destination-item .content h5 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 600;
  color: #202020;
}
body .destination-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 77, 0, 0.7);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
  text-align: center;
}
body .destination-item .overlay h5 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
body .destination-item .overlay .btn-explore {
  font-size: 12px;
  line-height: 12px;
  color: #202020;
  font-weight: 700;
  background-color: #fff;
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 8px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}
body .destination-item .overlay .btn-explore:hover {
  background-color: #202020;
  color: #fff;
}
body .destination-item:hover .content {
  opacity: 0;
}
body .destination-item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
body .destination-item:hover img {
  transform: scale(1);
}
body .news-item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.24);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body .news-item .news-img {
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
body .news-item .news-img img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
  transform: scale(1.1);
  transform-origin: center center;
}
body .news-item .news-img .date {
  width: 40px;
  height: 40px;
  background-color: #FF4D00;
  border-radius: 5px;
  position: absolute;
  margin: 15px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
body .news-item .news-img .date h5 {
  font-size: 12px;
  line-height: 10px;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
body .news-item .news-img .date h6 {
  font-size: 20px;
  line-height: 16px;
  color: #202020;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
  background-color: transparent;
}
body .news-item .content {
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}
body .news-item .content h5 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 600;
  padding-bottom: 10px;
  color: #202020;
  transition: 0.5s;
}
body .news-item .content h5:hover {
  color: #FF4D00;
}
body .news-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}
body .news-item .content .btn-read {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #202020;
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 8px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
  margin-top: auto;
  align-self: flex-start;
}
body .news-item .content .btn-read:hover {
  background-color: #FF4D00;
}
body .news-item:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.4);
}
body .news-item:hover .news-img img {
  transform: scale(1);
}
body .news-page-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEDEDE;
}
body .news-page-item h5 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 600;
  padding-bottom: 10px;
  color: #202020;
  transition: 0.5s;
}
body .news-page-item h5:hover {
  color: #FF4D00;
}
body .news-page-item h4 {
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
body .news-page-item h4 .material-symbols-outlined {
  font-size: 15px !important;
  margin-right: 5px;
}
body .review {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/review-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
body .swiper {
  overflow: visible !important;
  overflow-x: hidden !important;
}
body .news-swiper {
  overflow: visible !important;
}
body .news-swiper .swiper-wrapper {
  display: flex;
}
body .news-swiper .swiper-slide {
  height: auto !important;
  /* Ensure Swiper doesn't override */
  display: flex;
}
body .news-swiper .news-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body .page-banner {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body .page-banner .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  content: "";
}
body .page-banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .page-banner ul li {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 600;
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
}
body .page-banner ul li:after {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #202020;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  line-height: 12px;
  text-align: center;
}
body .page-banner ul li:last-child {
  padding: 0;
  margin: 0;
}
body .page-banner ul li:last-child:after {
  display: none;
}
body .page-banner ul li a {
  color: #fff;
  transition: 0.5s;
}
body .page-banner ul li a:hover {
  color: #FF4D00;
}
body .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
body .pagination .page-item .page-link {
  border: none;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  transition: 0.5s;
}
body .pagination .page-item .page-link:hover {
  background-color: #FF4D00;
  color: #fff;
}
body .pagination .page-item.active .page-link {
  background-color: #FF4D00;
  color: #fff;
}
body .gallery-item {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
body .gallery-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: 0.5s;
  transform-origin: center center;
  margin: 0 !important;
}
body .gallery-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 77, 0, 0.7);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
body .gallery-item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
body .gallery-item:hover img {
  transform: scale(1);
}
body .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #DEDEDE;
}
body .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  line-height: 14px;
  color: #202020;
  border: none;
  padding: 15px;
  border-radius: 0;
  font-weight: 600;
  transition: 0.5s;
  margin-right: 10px;
  background-color: #F9EAD3;
}
body .nav-tabs .nav-item .nav-link:hover {
  background-color: #FF4D00;
  color: #fff;
}
body .nav-tabs .nav-item .nav-link.active {
  background-color: #FF4D00;
  color: #fff;
}
body .tab-content {
  padding: 30px 0;
}
body .tab-content h4 {
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}
body .tab-content h4 .material-symbols-outlined {
  font-size: 15px !important;
  margin-right: 5px;
}
body .news-date {
  background-color: #FF4D00;
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
body .news-short {
  background-color: #DEDEDE;
  padding: 30px 80px 30px 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 25px;
  position: relative;
  align-items: center;
  display: flex;
}
body .news-short:after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 50px;
  display: block;
  position: absolute;
  right: 20px;
  top: -5px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
body .description img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}
body .description ul li {
  font-size: 14px;
  line-height: 16px;
  color: #202020;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
body .description ul li:after {
  content: "\f072";
  font-family: "FontAwesome";
  font-size: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #FF4D00;
  line-height: 12px;
  text-align: center;
}
body .description .top-list {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
body .description .top-list li {
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 10px;
  padding-left: 0;
}
body .description .top-list li .material-symbols-outlined {
  font-size: 15px !important;
  margin-right: 5px;
  color: #FF4D00;
}
body .description .top-list li:first-child {
  margin-left: 0;
}
body .description .top-list li:after {
  display: none;
}
body .description p {
  text-align: justify;
}
body .itinerary .item .title {
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
}
body .itinerary .item .title h5 {
  margin: 0;
  line-height: 18px;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
body .itinerary .item .title h4 {
  margin: 0 10px 0 0;
  background-color: #FF4D00;
  line-height: 18px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
  color: #fff;
}
body .itinerary .item .content {
  padding: 15px 0;
}
body .itinerary .item .content h5 {
  margin: 0;
  line-height: 16px;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
body .itinerary .item .content ul li {
  font-size: 14px;
  line-height: 16px;
  color: #202020;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
body .itinerary .item .content ul li:after {
  content: "\f072";
  font-family: "FontAwesome";
  font-size: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #FF4D00;
  line-height: 12px;
  text-align: center;
}
body .itinerary .item .content p {
  text-align: justify;
}
body .highlights h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  border-bottom: 1px dotted #FF4D00;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
body .includes h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  border-bottom: 1px dotted #FF4D00;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
body .includes ul li {
  font-size: 14px;
  line-height: 16px;
  color: #202020;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
body .includes ul li:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #FF4D00;
  line-height: 12px;
  text-align: center;
}
body .booking-form {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/form-bg.jpg");
  padding: 30px 20px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body .booking-form input,
body .booking-form select,
body .booking-form textarea {
  padding: 10px 12px;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  border-radius: 10px 0 10px 0;
  font-weight: 600;
}
body .booking-form select {
  padding: 12px !important;
}
body .booking-form select option {
  color: #202020;
}
body .booking-form label {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 10px;
}
body .taxi-booking {
  background: #F9EAD3;
  padding: 30px 20px;
}
body .taxi-booking input,
body .taxi-booking select,
body .taxi-booking textarea {
  padding: 10px 12px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 10px 0 10px 0;
  font-weight: 600;
}
body .taxi-booking select {
  padding: 12px !important;
}
body .taxi-booking select option {
  color: #202020;
}
body .taxi-booking label {
  font-size: 10px;
  font-weight: 600;
  color: #202020;
  line-height: 10px;
}
body .package-bottom {
  background-color: #F9EAD3;
}
body .page-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
body .page-title:before {
  height: 2px;
  width: 50px;
  background-color: #FF4D00;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
body .about-page .about-title {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 5px 8px;
  background-color: #FF4D00;
  transform: rotate(-2deg);
  display: inline-block;
  color: #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
body .about-page .about-tag {
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
body .about-page p span {
  font-weight: 600;
  font-style: italic;
}
body .contact-title {
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
body .contact-page-links li {
  display: flex;
  align-items: center;
}
body .contact-page-links li .material-symbols-outlined {
  color: #FF4D00;
  font-size: 18px;
  margin-right: 2px;
}
body .contact-page-links li a,
body .contact-page-links li p {
  color: #FF4D00;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
body .contact-page-links li a {
  transition: 0.5s;
}
body .contact-page-links li a:hover {
  color: #202020;
}
body .social {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 0;
  margin-top: 10px;
}
body .social li a i {
  color: #fff;
  line-height: 22px;
  font-size: 22px;
  display: block;
  margin: 0 10px;
  transition: 0.5s;
}
body .social li a i:hover {
  transform: scale(1.05);
  transform-origin: center center;
  color: #FF4D00;
}
@media (max-width: 991px) {
  body .social {
    justify-content: center;
  }
  body .social li a i {
    font-size: 20px;
    margin: 0 5px;
  }
}
body .contact-social {
  justify-content: start;
}
body .contact-social li a .fa-facebook-f {
  color: #1877f2;
}
body .contact-social li a .bi-whatsapp {
  color: #25d366;
}
body .contact-social li a .bi-youtube {
  color: #ff0000;
}
body .contact-social li a .bi-google {
  color: #ea4335;
}
body .contact-social li a .bi-threads {
  color: black;
}
body .contact-social li a .bi-twitter-x {
  color: black;
}
body .contact-social li a .bi-instagram {
  color: #c32aa3;
}
body .contact-social li a .bi-tiktok {
  color: black;
}
body .contact-social li a .fa-tripadvisor {
  color: #007955;
}
body .contact-form input,
body .contact-form select,
body .contact-form textarea {
  padding: 10px 12px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  border-radius: 10px 0 10px 0;
}
body .contact-form select {
  padding: 12px !important;
}
body .contact-form label {
  font-size: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 10px;
}
body .contact-map iframe {
  width: 100%;
  height: 600px;
  filter: saturate(0.4);
}
body .custom-form input,
body .custom-form select,
body .custom-form textarea {
  padding: 10px 12px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  border-radius: 10px 0 10px 0;
}
body .custom-form select {
  padding: 12px !important;
}
body .custom-form label {
  font-size: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 10px;
}
body iframe {
  filter: saturate(0.4);
}
body .home-form {
  background-color: #FF4D00;
  padding: 20px 0;
}
body .home-form input,
body .home-form select {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 5px;
  font-weight: 500;
}
body .home-form .btn-black {
  background-color: #000;
  color: #fff;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  width: 100%;
  border-radius: 5px;
  display: block;
  text-align: center;
  border: 1px solid #000;
  box-shadow: none;
}
body footer {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.5)), url("../img/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid #DEDEDE;
}
body footer h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
}
body footer .links {
  padding: 0;
}
body footer .links li {
  position: relative;
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 400;
}
body footer .links li a {
  font-size: 13px;
  font-weight: 400;
  color: #202020;
  transition: 0.5s;
  line-height: 13px;
}
body footer .links li a:hover {
  padding-left: 5px;
  color: #FF4D00;
}
body footer .contact-links li {
  margin-bottom: 5px;
  display: block;
}
body footer .contact-links li h5 {
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  line-height: 10px;
  margin: 0;
}
body footer .contact-links li a,
body footer .contact-links li p {
  font-size: 13px;
  font-weight: 400;
  color: #202020;
  line-height: 18px;
}
body footer .contact-links li a {
  transition: 0.5s;
}
body footer .contact-links li a:hover {
  padding-left: 5px;
  color: #FF4D00;
}
body footer .copyright {
  padding: 10px 0;
  background-color: #202020;
}
body footer .copyright p {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  color: #fff;
  line-height: 15px;
}
body footer .copyright a {
  color: #fff;
}
@media (max-width: 991px) {
  body footer .copyright {
    padding: 20px 0;
  }
}
body .whatsapp-icon {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  animation: zoomInOut 2s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
body .home-chat {
  position: fixed;
  left: 20px;
  bottom: 0;
  display: none;
  z-index: 99;
}
body .home-chat a i {
  width: 30px;
  height: 30px;
  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 {
  margin-left: auto;
  margin-right: 10px;
}
body .Language select {
  font-weight: 500;
  color: #202020;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  border: none;
  font-size: 13px;
  margin: 0;
  border-right: none;
  background-color: #fff;
  max-width: 60px;
}
body .Language select:focus {
  border: none;
}
body .Language select:active {
  border: none;
}
@media (max-width: 991px) {
  body .Language {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 20;
  }
}
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: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: prel 3s ease-in infinite;
}

@keyframes prel {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}/*# sourceMappingURL=styles.css.map */