body {
  font-family: "Poppins", sans-serif;
  color: #000;
  top: 0 !important;
  letter-spacing: -5%;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
  /* Fade in overlay with a slight dark fade and blur */
}
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 !important;
}
body hr {
  padding: 0;
  border: 1px solid #E0E0E0;
  color: #E0E0E0;
}
body header .navbar {
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
}
body header .navbar .navbar-brand img {
  height: 55px !important;
  -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 .nav-item {
  position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 25px 0;
  margin: 0 10px;
  position: relative;
  color: #000;
}
body header .navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  content: "";
  transition: 0.5s;
}
body header .navbar .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}
body header .navbar .navbar-nav .nav-item .nav-link.active:before {
  width: 100%;
}
@media (max-width: 991px) {
  body header .navbar .navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f1f1f1;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body header .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 0 5px;
  }
  body header .navbar .navbar-nav .nav-item .nav-link:before {
    height: 1px;
  }
}
@media (max-width: 991px) {
  body header .navbar {
    padding: 10px 15px !important;
  }
}
body .btn-black {
  background-color: #000;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
}
body .btn-black:hover {
  background-color: #f7931e;
}
body .btn-yellow {
  background-color: #F2B203;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #000;
  display: block;
  width: auto;
  position: relative;
  transition: 0.5s;
}
body .btn-yellow:hover {
  background-color: #000;
  color: #fff;
}
body .btn-green {
  background-color: #06978a;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: auto;
  position: relative;
  transition: 0.5s;
}
body .btn-green:hover {
  background-color: #000;
  color: #fff;
}
body .btn-border {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  width: auto;
  transition: 0.5s;
}
body .btn-border:hover {
  background-color: #fff;
  color: #000;
}
body .btn-border-black {
  background-color: transparent;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  width: auto;
  transition: 0.5s;
}
body .btn-border-black:hover {
  background-color: #000;
  color: #fff;
}
body .section-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body .section-title {
    text-align: center;
    font-size: 23px;
    line-height: 23px;
  }
}
body .section-des {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 16px;
}
body .pt-50 {
  padding-top: 50px;
}
body .py-50 {
  padding: 50px 0;
}
body .pb-50 {
  padding-bottom: 50px;
}
body .swiper-button-prev {
  display: block;
  left: 2px;
}
body .swiper-button-prev:after {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f12f";
  text-align: center;
  line-height: 50px;
  transition: 0.5s;
  color: #f7931e;
}
body .swiper-button-prev:hover:after {
  background-color: #f7931e;
  color: white;
}
body .swiper-button-next {
  display: block;
  right: 25px;
}
body .swiper-button-next:after {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  font-family: "bootstrap-icons";
  text-align: center;
  line-height: 50px;
  transition: 0.5s;
  color: #f7931e;
  content: "\f138";
}
body .swiper-button-next:hover:after {
  background-color: #f7931e;
  color: white;
}
body .hero {
  position: relative;
  height: 500px;
}
body .hero .hero-item {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  body .hero .hero-item {
    text-align: center;
  }
}
body .hero .hero-item .overlay {
  width: 50%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
@media (max-width: 991px) {
  body .hero .hero-item .overlay {
    width: 100%;
  }
}
body .hero .hero-item h1 {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0;
}
@media (max-width: 991px) {
  body .hero .hero-item h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
body .hero .hero-item p {
  color: #fff;
  opacity: 0;
  margin-bottom: 20px;
}
body .hero .hero-item .btn-border {
  opacity: 0;
}
body .hero .swiper-pagination-hero {
  position: absolute !important;
  bottom: 20px !important;
  left: 110px !important;
  text-align: left !important;
}
body .hero .swiper-pagination-bullet {
  border-color: #fff !important;
}
body .hero .swiper-pagination-bullet-active {
  background: #fff !important;
}
@keyframes overlayFadeIn {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    /* adjust overlay opacity as needed */
    filter: blur(0);
  }
}
@keyframes slideFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
body .swiper-slide-visible {
  /* Additional: ease-in-out custom cubic-bezier for smoothness */
}
body .swiper-slide-visible .hero-item .overlay {
  animation: overlayFadeIn 1s ease-out forwards;
}
body .swiper-slide-visible .hero-item h1 {
  animation: slideFadeInLeft 1.5s ease-out forwards;
  animation-delay: 1.2s;
  opacity: 0;
}
body .swiper-slide-visible .hero-item p {
  animation: slideFadeInLeft 1.6s ease-out forwards;
  animation-delay: 1.3s;
  opacity: 0;
}
body .swiper-slide-visible .hero-item .btn-border {
  animation: slideFadeInLeft 1.7s ease-out forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
body .swiper-slide-visible .hero-item .col-lg-5,
body .swiper-slide-visible .hero-item .col-lg-5 > *,
body .swiper-slide-visible .hero-item .overlay {
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
body .package-item {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
  height: 400px;
  flex-direction: column;
}
body .package-item .package-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
body .package-item .package-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transform: scale(1.1);
  transition: 0.5s;
}
body .package-item .package-img h4 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 500;
  background-color: #f7931e;
  padding: 5px 8px;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
body .package-item .content {
  margin-top: 10px;
  text-align: left;
}
body .package-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
}
body .package-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
body .package-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .package-item .content p {
  color: #545454;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding-bottom: 10px;
}
body .package-item .content h6 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}
body .package-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: #06978a;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s;
}
body .package-item .content .btn-view:hover {
  background-color: #018c59;
}
body .package-item:hover .package-img img {
  transform: scale(1);
}
body .activity-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
  width: 100%;
}
body .activity-item img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1.1);
}
body .activity-item .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}
body .activity-item .content {
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .activity-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
}
body .activity-item .content p {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding-bottom: 10px;
}
body .activity-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: #06978a;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  text-align: center;
}
body .activity-item:hover img {
  transform: scale(1);
}
body .rental {
  background-color: #FFF7E1;
}
body .rental .btn-view {
  margin-left: auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  transition: 0.5s;
}
body .rental .btn-view:hover {
  color: #f7931e;
}
@media (max-width: 991px) {
  body .rental .btn-view {
    margin-bottom: 10px;
  }
}
body .rental-item {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  text-align: center;
}
body .rental-item .rental-img {
  width: 100%;
  position: relative;
}
body .rental-item .rental-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1.05);
}
body .rental-item .content {
  margin-top: 10px;
  text-align: center;
}
body .rental-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
}
body .rental-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .rental-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .rental-item .content h6 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}
body .rental-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #000;
  font-weight: 500;
  background-color: #F2B203;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s;
}
body .rental-item .content .btn-view:hover {
  background-color: #000;
  color: #F2B203;
}
body .rental-item:hover .rental-img img {
  transform: scale(1);
}
body .destination {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/desti-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
body .destination .swiper-pagination-bullet {
  border-color: #fff !important;
}
body .destination .swiper-pagination-bullet-active {
  background: #fff !important;
}
body .destination-item {
  background-color: #fff;
  padding: 10px 10px 20px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
}
body .destination-item .destination-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
body .destination-item .destination-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1.1);
}
body .destination-item .destination-img .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
body .destination-item .destination-img .overlay .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #fff;
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: auto;
  transition: 0.5s;
  transform: rotate(-2deg);
}
body .destination-item .destination-img .overlay .btn-view:hover {
  background-color: #fff;
  color: #000;
}
body .destination-item .content {
  margin-top: 10px;
  text-align: left;
}
body .destination-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
}
body .destination-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
body .destination-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .destination-item:hover .destination-img img {
  transform: scale(1);
}
body .destination-item:hover .destination-img .overlay {
  opacity: 1;
}
body .destination-item:hover .destination-img .overlay .btn-view {
  transform: rotate(0deg);
}
body .news .btn-view {
  margin-left: auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  transition: 0.5s;
}
body .news .btn-view:hover {
  color: #f7931e;
}
@media (max-width: 991px) {
  body .news .btn-view {
    margin-bottom: 10px;
  }
}
body .news-item {
  background-color: #fff;
  display: flex;
  align-items: start;
}
body .news-item .news-img {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  flex: 0 0 100px;
  border-radius: 10px;
}
body .news-item .news-img img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transform: scale(1.1);
  transition: 0.5s;
}
body .news-item .news-img h4 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 500;
  background-color: #f7931e;
  padding: 5px 8px;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
body .news-item .content {
  flex: 1 1 auto;
  margin-left: 10px;
  text-align: left;
}
body .news-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  transition: 0.5s;
}
body .news-item .content h5:hover {
  color: #f7931e;
}
body .news-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
body .news-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .news-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: #000;
  border: none;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}
body .news-item .content .btn-view:hover {
  background-color: #f7931e;
}
body .news-item:hover .news-img img {
  transform: scale(1);
}
body .news-page-item {
  background-color: #fff;
}
body .news-page-item .news-page-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
body .news-page-item .news-page-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transform: scale(1.1);
  transition: 0.5s;
}
body .news-page-item .news-page-img h4 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 500;
  background-color: #f7931e;
  padding: 5px 8px;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
body .news-page-item .content {
  margin-top: 10px;
  text-align: left;
}
body .news-page-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  transition: 0.5s;
}
body .news-page-item .content h5:hover {
  color: #f7931e;
}
body .news-page-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
body .news-page-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .news-page-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: #000;
  border: none;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}
body .news-page-item .content .btn-view:hover {
  background-color: #f7931e;
}
body .news-page-item:hover .news-page-img img {
  transform: scale(1);
}
body .review-item {
  background-color: #f5f5f5;
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
body .review-item img {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body .swiper-pagination,
  body .swiper-pagination-destination,
  body .swiper-pagination-hero,
  body .swiper-pagination-package {
    display: none;
  }
}
body .swiper-pagination-bullet {
  border-radius: 20px;
  width: 20px;
  height: 8px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #545454;
  opacity: 1;
  background: transparent;
  transition: 0.5s;
  margin: 0 2px !important;
}
body .swiper-pagination-bullet-active {
  background: #545454;
  width: 30px;
  transition: 0.5s;
}
body .page-banner {
  height: 400px;
  width: 100%;
  position: relative;
}
body .page-banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page-banner .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent 20%);
  top: 0;
  left: 0;
  position: absolute;
}
body .page-banner h5 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  background-color: #06978a;
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  body .page-banner h5 {
    font-size: 20px;
  }
}
body .gallery-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
body .gallery-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: 0.5s;
}
body .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.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body .gallery-item .overlay i {
  font-size: 40px;
}
body .gallery-item:hover .overlay {
  opacity: 1;
}
body .gallery-item:hover img {
  transform: scale(1);
}
body .nav-tabs {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 5px;
  border: none;
  background-color: rgba(6, 151, 138, 0.1);
  padding: 5px;
  border-radius: 10px;
}
body .nav-tabs .nav-item {
  flex: 0 1 auto;
}
body .nav-tabs .nav-item .nav-link {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  border: 1px solid #06978a;
  white-space: nowrap;
  transition: 0.5s;
}
body .nav-tabs .nav-item .nav-link:hover {
  background-color: #06978a;
  color: #fff;
}
body .nav-tabs .nav-item .nav-link.active {
  background-color: #06978a;
  color: #fff;
}
body .tab-content {
  margin-top: 20px;
}
body iframe {
  border-radius: 5px;
  height: 400px;
}
body .booking-form {
  background-color: #f7931e;
  padding: 20px;
  border-radius: 10px;
}
body .booking-form p {
  color: #fff;
}
body .booking-form h5 {
  color: #fff;
}
body .booking-form input,
body .booking-form select,
body .booking-form textarea {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #545454;
  padding: 10px 12px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
}
body .booking-form label {
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  line-height: 10px;
}
body .custom-form input,
body .custom-form select,
body .custom-form textarea {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #000;
  padding: 10px 12px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #545454;
  background-color: #fff;
}
body .custom-form label {
  font-weight: 500;
  font-size: 10px;
  color: #545454;
  line-height: 10px;
}
body .taxi-booking {
  background-color: #06978a;
}
body .description p {
  text-align: justify;
}
body .description ul {
  margin-left: 10px;
}
body .description ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #545454;
  padding-left: 15px;
  position: relative;
}
body .description ul li:before {
  width: 10px;
  height: 10px;
  background-color: #f7931e;
  left: 0;
  top: 5px;
  border-radius: 50%;
  content: "";
  position: absolute;
}
body .description .top-list {
  margin-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: start;
}
body .description .top-list li {
  font-size: 15px;
  line-height: 15px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  padding-left: 0;
}
body .description .top-list li .material-icons-outlined {
  font-size: 18px !important;
  margin-right: 3px;
  color: #f7931e;
}
body .description .top-list li:before {
  display: none;
}
body .itinerary .item .title {
  cursor: pointer;
}
body .itinerary .item .title h5 {
  margin-bottom: 10px;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  background-color: #545454;
  transition: 0.5s;
  border-radius: 5px;
  color: #fff;
}
body .itinerary .item .content {
  display: none;
}
body .itinerary .item .content ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #545454;
  padding-left: 15px;
  position: relative;
}
body .itinerary .item .content ul li:before {
  width: 10px;
  height: 10px;
  background-color: #f7931e;
  left: 0;
  top: 5px;
  border-radius: 50%;
  content: "";
  position: absolute;
}
body .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
  transition: 0.5s;
}
body .pagination .page-item:hover .page-link {
  background-color: #000;
  color: #fff;
}
body .pagination .page-item.active .page-link {
  background-color: #000;
  color: #fff;
}
body .custom-page img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .contact-page-links {
  padding-left: 0;
}
body .contact-page-links li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body .contact-page-links li i {
  width: 45px;
  height: 45px;
  color: #000;
  border: 1px solid #000;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
}
body .contact-page-links li a,
body .contact-page-links li p {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
body .contact-page-links li a {
  transition: 0.5s;
}
body .contact-page-links li a:hover {
  color: #f7931e;
}
body .follow {
  text-align: left;
}
@media (max-width: 991px) {
  body .follow {
    text-align: center;
  }
}
body .social {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 0;
  flex-wrap: wrap;
}
body .social li {
  padding: 0 !important;
  margin: 0 !important;
}
body .social li a i {
  color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-right: 5px;
  text-align: center;
  border-radius: 5px;
}
body .social li a .fa-facebook-f {
  background-color: #1877f2;
  transition: 0.5s;
}
body .social li a .fa-facebook-f:hover {
  background-color: #fff;
  color: #1877f2;
}
body .social li a .bi-whatsapp {
  background-color: #25d366;
  transition: 0.5s;
}
body .social li a .bi-whatsapp:hover {
  background-color: #fff;
  color: #25d366;
}
body .social li a .bi-youtube {
  background-color: #ff0000;
  transition: 0.5s;
}
body .social li a .bi-youtube:hover {
  background-color: #fff;
  color: #ff0000;
}
body .social li a .bi-google {
  background-color: #ea4335;
  transition: 0.5s;
}
body .social li a .bi-google:hover {
  background-color: #fff;
  color: #ea4335;
}
body .social li a .bi-threads,
body .social li a .bi-tiktok,
body .social li a .bi-twitter-x {
  background-color: #000;
  transition: 0.5s;
}
body .social li a .bi-threads:hover,
body .social li a .bi-tiktok:hover,
body .social li a .bi-twitter-x:hover {
  background-color: #fff;
  color: #000;
}
body .social li a .bi-instagram {
  background-color: #c32aa3;
  transition: 0.5s;
}
body .social li a .bi-instagram:hover {
  background-color: #fff;
  color: #c32aa3;
}
body .social li a .fa-tripadvisor {
  background-color: #007955;
  transition: 0.5s;
}
body .social li a .fa-tripadvisor:hover {
  background-color: #fff;
  color: #007955;
}
body .social li a .bi-linkedin {
  background-color: #0a66c2;
  transition: 0.5s;
}
body .social li a .bi-linkedin:hover {
  background-color: #fff;
  color: #0a66c2;
}
@media (max-width: 991px) {
  body .social {
    justify-content: center;
  }
}
body .vision-card {
  background-color: #f7931e;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}
body .about-page img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body .about-title {
  font-size: 40px;
  color: #06978a;
  margin-bottom: 10px;
  line-height: 30px;
}
body .about-title span {
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
}
body .contact-title {
  font-size: 40px;
  color: #06978a;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 600;
}
body .custom-title {
  font-size: 30px;
  color: #06978a;
  margin-bottom: 10px;
  line-height: 35px;
  font-weight: 500;
}
body .preloader {
  display: flex;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  left: 0;
  top: 0;
  overflow: hidden;
}
body .preloader h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: url("../img/colors.png") center;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  animation: animate 10s linear infinite;
}
@keyframes animate {
  to {
    background-position-x: -250px;
  }
}
body footer {
  padding: 120px 0 0;
  background-image: url("../img/footer-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
body footer img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
body footer .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
body footer h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 8px;
}
body footer .links {
  padding: 0;
}
body footer .links li {
  position: relative;
  margin-bottom: 2px;
  line-height: 22px;
  font-size: 13px;
}
body footer .links li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: 0.5s;
}
body footer .links li a:hover {
  color: #f7931e;
}
body footer .contact-links {
  padding-left: 0;
}
body footer .contact-links li {
  margin-bottom: 5px;
  display: block;
}
body footer .contact-links li h5 {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 13px;
  margin: 0;
}
body footer .contact-links li a,
body footer .contact-links li p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
}
body footer .contact-links li a {
  transition: 0.5s;
}
body footer .contact-links li a:hover {
  color: #f7931e;
}
body footer .copyright {
  padding: 20px 0 50px;
  border-top: 1px solid white;
  margin-top: 20px;
}
body footer .copyright p {
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  line-height: 15px;
}
body footer .copyright a {
  color: #fff;
  transition: 0.5s;
}
body footer .copyright a:hover {
  color: #f7931e;
}
body footer .copyright ul {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
}
body footer .copyright ul li {
  position: relative;
  margin-bottom: 3px;
  line-height: 13px;
  font-size: 3;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
body footer .copyright ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: 0.5s;
}
body footer .copyright ul li a:hover {
  color: #f7931e;
}
body footer .copyright ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}
@media (max-width: 991px) {
  body footer .copyright ul {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  body footer {
    text-align: center;
  }
}
body .whatsapp-icon {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  animation: rotate 2s infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
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 {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99;
}
body .Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  background-color: #f7931e;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  padding: 5px 8px;
  border: none;
  font-size: 13px;
  border-right: none;
  letter-spacing: -5%;
}
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 */