body {
  font-family: "Montserrat", sans-serif;
  color: #223544;
  position: relative;
  overflow-x: hidden;
  top: 0 !important;
  background-image: url("../img/pattern.png");
  background-position: center left;
  background-repeat: repeat;
  background-size: 700px;
}
body:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #fff 10%, transparent);
  z-index: -1;
}

p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.section-topic {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.section-tag {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #009245;
  line-height: 17px;
}

.btn-blue {
  background-color: #223D7D;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #223D7D;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff;
  border-radius: 30px;
  transition: 0.3s;
}
.btn-blue:hover {
  background-color: #172955;
  border-color: #172955;
}

.btn-white {
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #223D7D;
  border-radius: 20px;
  transition: 0.3s;
}
.btn-white:hover {
  background-color: #172955;
  border-color: #172955;
  color: #fff;
}

.btn-green {
  background-color: #009245;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #009245;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff;
  border-radius: 20px;
  transition: 0.3s;
}
.btn-green:hover {
  background-color: #005f2d;
  border-color: #005f2d;
}

.btn-yellow {
  background-color: #D4AF37;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #D4AF37;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #223544;
  border-radius: 20px;
  transition: 0.3s;
}
.btn-yellow:hover {
  background-color: #c7a22b;
  border-color: #c7a22b;
}

.btn-border {
  background-color: transparent;
  font-size: 15px;
  border: 1px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff;
  border-radius: 20px;
  transition: 0.3s;
}
.btn-border:hover {
  background-color: #005f2d;
}

#header .topbar {
  border-bottom: 1px solid #fff;
}
#header .topbar img {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  #header .topbar {
    display: none;
  }
}
#header nav #packages-menu #packages-submenu,
#header nav #packages-menu #services-submenu,
#header nav #services-menu #packages-submenu,
#header nav #services-menu #services-submenu {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 200px;
  height: auto;
}
#header nav #packages-menu #packages-submenu li,
#header nav #packages-menu #services-submenu li,
#header nav #services-menu #packages-submenu li,
#header nav #services-menu #services-submenu li {
  font-size: 15px;
  font-weight: 500;
  color: #223544;
  padding: 0;
  margin: 0;
  line-height: 15px;
  transition: 0.5s;
  text-transform: uppercase;
  display: block !important;
}
#header nav #packages-menu #packages-submenu li:hover,
#header nav #packages-menu #services-submenu li:hover,
#header nav #services-menu #packages-submenu li:hover,
#header nav #services-menu #services-submenu li:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
}
#header nav img {
  display: none;
}
@media (max-width: 768px) {
  #header nav img {
    display: block;
  }
}
#header nav #navbar-sticky li {
  padding: 20px 10px;
  margin: 0 !important;
  transition: 0.5s;
}
#header nav #navbar-sticky li .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: white;
  padding: 0;
  margin: 0;
  line-height: 15px;
  transition: 0.5s;
  text-transform: uppercase;
}
#header nav #navbar-sticky li:last-child {
  display: none;
}
@media (max-width: 768px) {
  #header nav #navbar-sticky li:last-child {
    display: block;
  }
}
@media (max-width: 991px) {
  #header nav #navbar-sticky li {
    padding: 10px;
  }
}
#header nav .social-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: end;
}
#header nav .social-links li i {
  font-size: 16px;
  margin-right: 10px;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}
#header nav .social-links li i:hover {
  background-color: #223D7D;
  color: #fff;
}
@media (max-width: 768px) {
  #header nav .social-links {
    display: none;
  }
}
@media (max-width: 768px) {
  #header nav {
    background-color: #fff;
  }
  #header nav #navbar-sticky {
    height: 100vh;
    padding: 50px 0;
  }
  #header nav #navbar-sticky li .nav-link {
    color: #223544;
  }
}

#header.scroll .topbar {
  display: none;
}
#header.scroll .social-links {
  display: none;
}
#header.scroll nav {
  background-color: #fff;
}
#header.scroll nav img {
  display: block;
}
#header.scroll nav #navbar-sticky li .nav-link {
  color: #223544;
}
#header.scroll nav #navbar-sticky li:last-child {
  display: block;
}

.hero {
  min-height: 750px;
  overflow: hidden;
  position: relative;
}
.hero .hero-card {
  height: 950px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero .hero-card .overlay {
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}
.hero .hero-card h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-banner {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-banner .overlay {
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}
.page-banner h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.destination {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/des-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.destination .destination-card {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  text-align: left !important;
}
.destination .destination-card img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.destination .destination-card .overlay {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.3s;
}
.destination .destination-card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.destination .destination-card .content h5 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #223544;
  text-transform: uppercase;
}
.destination .destination-card .content p {
  color: #686C78;
}
.destination .destination-card .content .btn-explore {
  color: #223D7D;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 15px;
  transition: 0.3s;
}
.destination .destination-card .content .btn-explore:hover {
  color: #172955;
}
.destination .destination-card:hover .overlay {
  background-color: #fff;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item {
  width: 40px;
  height: 40px;
  border: 1px solid #009245;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #009245;
  transition: 0.5s;
  border-radius: 50%;
  cursor: pointer;
}
.pagination .page-item:hover {
  background-color: #009245;
  color: #fff;
}
.pagination .page-item.active {
  background-color: #009245;
  color: #fff;
}

.destination-page .destination-card {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.destination-page .destination-card .destination-img {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 20px;
}
.destination-page .destination-card .destination-img img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: 0.3s;
}
.destination-page .destination-card .content {
  padding: 10px;
}
.destination-page .destination-card .content h5 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #223544;
  text-transform: uppercase;
}
.destination-page .destination-card .content p {
  color: #686C78;
}
.destination-page .destination-card .content .btn-explore {
  color: #223D7D;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 15px;
  transition: 0.3s;
}
.destination-page .destination-card .content .btn-explore:hover {
  color: #172955;
}
.destination-page .destination-card:hover .destination-img img {
  filter: sepia(0.3);
  transform: scale(1.1);
}

.vehicle-card {
  background-color: #e6e6e6;
  border-radius: 10px;
}
.vehicle-card h5 {
  font-size: 24px;
  padding: 0;
  line-height: 26px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.vehicle-card h6 {
  font-size: 14px;
  font-weight: 400;
  color: #272727;
}
.vehicle-card p {
  font-size: 10px;
  color: #555;
  font-weight: 400;
  line-height: 11px;
}
.vehicle-card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
}
.vehicle-card h4 span {
  color: #555;
  font-size: 14px;
}
.vehicle-card .btn-book {
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border-radius: 10px;
}

.activity-card {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.activity-card img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity-card .overlay {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.activity-card .tag {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 500;
}
.activity-card .content {
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 80%;
  position: absolute;
}
.activity-card .content h5 {
  font-size: 24px;
  color: white;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.activity-card .content p {
  font-size: 16px;
  color: white;
  line-height: 18px;
  font-weight: 400;
  padding-bottom: 5px;
}
.activity-card .content h6 {
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.activity-card .content .btn-view {
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  margin-right: 10px;
}
.activity-card .content .btn-book {
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border: 1px solid white;
  border-radius: 10px;
  color: #000;
  background-color: white;
}

.package .swiper-button-next,
.package .swiper-button-prev {
  position: relative;
  background-color: #009245;
  color: #fff;
}
.package .swiper-button-next:after,
.package .swiper-button-prev:after {
  color: #fff;
}

.package-card {
  position: relative;
  background-color: #fff;
}
.package-card .package-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.package-card .package-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: 0.3s;
}
.package-card .package-img ul {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  left: 0;
  top: 0;
}
.package-card .package-img ul li {
  font-size: 12px;
  line-height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px 8px;
  border-radius: 10px;
  color: #223544;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.package-card .content {
  padding: 10px;
}
.package-card .content h5 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 700;
}
.package-card .content h4 {
  font-size: 16px;
  color: #223D7D;
  line-height: 16px;
  font-weight: 500;
}
.package-card .content .btn-book {
  padding: 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #223D7D;
  border: 1px solid #223D7D;
  line-height: 14px;
  display: block;
  color: #fff;
  transition: 0.3s;
}
.package-card .content .btn-book:hover {
  background-color: #172955;
  border-color: #172955;
}
.package-card:hover .package-img img {
  filter: sepia(0.3);
  transform: scale(1.1);
}
.package-card:hover .package-img ul li {
  background-color: #fff;
}

.service-page img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.about-page .vision {
  background-color: #D4AF37;
  padding: 30px;
  border-radius: 20px;
}
.about-page .vision .vision-card h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 27px !important;
  color: #223544;
}
.about-page .vision i {
  font-size: 150px;
}
.about-page img {
  transition: 0.3s;
}
.about-page img:hover {
  filter: sepia(0.3);
}

.contact-page .contact-card {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #686C78;
  padding: 5px 0;
}
.contact-page .contact-card i {
  font-size: 40px;
  background: -webkit-linear-gradient(#223D7D, #009245);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
.contact-page .contact-card h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #223544;
  line-height: 18px;
}
.contact-page .contact-card a,
.contact-page .contact-card p {
  font-size: 15px;
  color: #686C78;
}
.contact-page .social-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.contact-page .social-links li {
  transition: 0.3s;
}
.contact-page .social-links li i {
  font-size: 16px;
  color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px 5px 0;
}
.contact-page .social-links li .fa-facebook-f {
  background-color: #1877f2;
}
.contact-page .social-links li .bi-whatsapp {
  background-color: #25d366;
}
.contact-page .social-links li .bi-youtube {
  background-color: #ff0000;
}
.contact-page .social-links li .bi-google {
  background-color: #ea4335;
}
.contact-page .social-links li .bi-threads {
  background-color: black;
}
.contact-page .social-links li .bi-twitter-x {
  background-color: black;
}
.contact-page .social-links li .bi-instagram {
  background-color: #c32aa3;
}
.contact-page .social-links li .bi-tiktok {
  background-color: black;
}
.contact-page .social-links li .fa-tripadvisor {
  background-color: #007955;
}
.contact-page .social-links li .bi-linkedin {
  background-color: #0a66c2;
}
.contact-page .social-links li .bi-pinterest {
  background-color: #bd081c;
}
.contact-page .social-links li:hover {
  transform: translateY(5px);
}

.package-page .news-card {
  height: auto !important;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: start;
}
.package-page .news-card img {
  width: 100%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.package-page .news-card .content {
  position: relative;
  padding: 0 0 0 10px;
  text-align: left;
  color: #fff;
}
.package-page .news-card .content h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #223544;
}
.package-page .news-card .content hr {
  height: 2px;
  background-color: #686C78;
  width: 50%;
}
.package-page .news-card .content h4 {
  font-size: 10px;
  line-height: 10px;
  color: #686C78;
  font-weight: 500;
  text-transform: uppercase;
}
.package-page .news-card .btn-blue {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .package-page .news-card {
    flex-direction: column;
  }
  .package-page .news-card img {
    margin-bottom: 10px;
    width: 100%;
  }
}
.package-page .maintitle {
  font-size: 25px;
  font-weight: 700;
  line-height: 27px !important;
  background: -webkit-linear-gradient(#223D7D, #009245);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.package-page .duration {
  font-weight: 600;
}
.package-page iframe {
  border-radius: 20px;
}
.package-page .destinations {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.package-page .destinations li {
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  color: #171717;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
}
.package-page .destinations li:first-child {
  margin-left: 0;
}
.package-page .booking-form label {
  font-size: 12px;
  font-weight: 700;
  color: #223544;
}
.package-page .booking-form input,
.package-page .booking-form select,
.package-page .booking-form textarea {
  border: none;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  color: #686C78;
  border: 1px solid #223544;
}
.package-page .description ul {
  list-style: none;
  margin-top: 10px;
  border-radius: 5px;
}
.package-page .description ul li {
  position: relative;
  padding-left: 15px;
  line-height: 22px;
  font-size: 15px;
  margin: 0;
  padding: 5px 0 5px 15px;
  text-align: left !important;
  color: #223544;
}
.package-page .description ul li strong {
  font-weight: 400;
}
.package-page .description ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #223544;
}
.package-page .itinerary .item {
  border: 1px solid #223544;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.package-page .itinerary .item .title {
  cursor: pointer;
}
.package-page .itinerary .item .title h5 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: #223544;
}
.package-page .itinerary .item .content {
  display: none;
  padding: 10px 0 0;
  margin-top: 5px;
}
.package-page .itinerary .item .content p {
  color: #686C78;
  font-size: 15px;
}
.package-page .itinerary .item .content ul {
  list-style: none;
  margin-top: 10px;
  border-radius: 5px;
}
.package-page .itinerary .item .content ul li {
  position: relative;
  padding-left: 15px;
  line-height: 22px;
  font-size: 15px;
  margin: 0;
  padding: 5px 0 5px 15px;
  text-align: left !important;
  color: #223544;
}
.package-page .itinerary .item .content ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #223544;
}
.package-page .itinerary .item .content .gallery {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  overflow: hidden;
}
.package-page .itinerary .item .content .gallery img {
  border-radius: 5px;
  width: 20%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .package-page .itinerary .item .content .gallery {
    overflow-x: scroll;
  }
  .package-page .itinerary .item .content .gallery img {
    width: auto;
  }
}

.news-card {
  height: 340px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.news-card img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  content: "";
  left: 0;
  top: 0;
}
.news-card .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  text-align: left;
  color: #fff;
}
.news-card .content h5 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-card .content hr {
  height: 2px;
  background-color: #fff;
  width: 50%;
}
.news-card .content h4 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.news-card .btn-white {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
}

.gallery-card {
  height: 300px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}
.gallery-card:hover img {
  filter: sepia(0.3);
  transform: scale(1.1);
}

.join {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/join-bg.jpg");
  padding: 50px;
  border-radius: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.join .section-tag {
  color: #fff !important;
}
@media (max-width: 991px) {
  .join {
    padding: 30px 20px;
    border-radius: 20px;
  }
}

.app-download {
  background: linear-gradient(-40deg, #223D7D, #009245);
  padding: 50px;
  border-radius: 50px;
}
.app-download .section-tag {
  color: #fff !important;
}
.app-download img {
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-download .app-img {
  height: 100%;
}
@media (max-width: 991px) {
  .app-download {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .app-download img {
    height: 50px;
  }
}

.homeform {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
}

.homeform .form {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.homeform .form label {
  font-size: 13px;
  font-weight: 700;
}
.homeform .form input,
.homeform .form select,
.homeform .form textarea {
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  font-size: 15px;
  border-radius: 50px;
  font-weight: 500;
}
.homeform .form select {
  padding: 12px 20px;
}
.homeform .form .btn-book {
  background-color: #223D7D;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #223D7D;
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
}
.homeform .form .btn-book:hover {
  background-color: #172955;
  border-color: #172955;
}
.homeform .tabs {
  margin-bottom: -20px;
  background-color: #223544;
  position: relative;
  padding: 10px;
  border-radius: 25px;
}
.homeform .tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.homeform .tab-item {
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 20px;
  background: #223544;
  margin: 2px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  transition: 0.3s;
}
.homeform .tab-item:hover {
  background: #fff;
  color: #223544;
}
.homeform .tab-item:hover img {
  filter: none;
}
.homeform .tab-item img {
  filter: invert(1) brightness(1);
}
.homeform .tab-item.active {
  background: #fff;
  color: #223544;
}
.homeform .tab-item.active img {
  filter: none;
}
.homeform .form.hidden {
  display: none;
}
.homeform .tab-list {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .homeform {
    width: 95%;
  }
}

.taxi .swiper-button-next,
.taxi .swiper-button-prev {
  position: relative;
  background-color: #009245;
  color: #fff;
}
.taxi .swiper-button-next:after,
.taxi .swiper-button-prev:after {
  color: #fff;
}

.taxi-card {
  background-color: #F3F3F3;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.taxi-card img {
  width: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.taxi-card h5 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.taxi-card h4 {
  font-size: 13px;
  color: #686C78;
  line-height: 14px;
  font-weight: 500;
}
.taxi-card .btn-book {
  padding: 10px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  background-color: #223D7D;
  line-height: 15px;
  display: block;
  color: #fff;
  transition: 0.3s;
}
.taxi-card .btn-book:hover {
  background-color: #172955;
  border-color: #172955;
}

.about img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.about img:hover {
  filter: sepia(0.3);
}

@media (max-width: 991px) {
  .image-3 {
    display: none;
  }
}

.service .service-card {
  height: 340px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.service .service-card img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.service .service-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  left: 0;
  top: 0;
}
.service .service-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 30px;
  text-align: left;
  color: #fff;
}
.service .service-card .content h5 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.service .service-card:hover img {
  transform: scale(1.1);
  filter: sepia(0.3);
}

.newsletter input {
  border: none;
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  box-shadow: none;
}
.newsletter input:focus {
  box-shadow: none;
}
.newsletter .btn-blue {
  border-radius: 0;
}

footer {
  background: linear-gradient(to bottom, #fff, rgba(0, 0, 0, 0.4) 30%), url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 150px 0 30px;
  position: relative;
}
footer img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer h5 {
  color: white;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
footer p {
  color: white;
  font-size: 14px;
}
footer .contact-links li {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  color: white;
  font-weight: 400;
  margin-bottom: 10px;
  align-items: center;
}
footer .contact-links li h6 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
footer .contact-links li i {
  width: 30px;
  height: 30px;
  font-size: 15px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
}
footer .contact-links li a {
  color: #fff;
}
footer .social-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}
footer .social-links li i {
  font-size: 16px;
  color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px 5px 0;
}
footer .social-links li .fa-facebook-f {
  background-color: #1877f2;
}
footer .social-links li .bi-whatsapp {
  background-color: #25d366;
}
footer .social-links li .bi-youtube {
  background-color: #ff0000;
}
footer .social-links li .bi-google {
  background-color: #ea4335;
}
footer .social-links li .bi-threads {
  background-color: black;
}
footer .social-links li .bi-twitter-x {
  background-color: black;
}
footer .social-links li .bi-instagram {
  background-color: #c32aa3;
}
footer .social-links li .bi-tiktok {
  background-color: black;
}
footer .social-links li .fa-tripadvisor {
  background-color: #007955;
}
footer .social-links li .bi-linkedin {
  background-color: #0a66c2;
}
footer .social-links li .bi-pinterest {
  background-color: #bd081c;
}
footer .footer-links {
  list-style: none;
}
footer .footer-links li {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin-bottom: 8px;
}
footer .footer-links li a {
  color: #fff;
}
footer .quick-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}
footer .quick-links li {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  margin: 10px;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media (max-width: 991px) {
  footer {
    padding-top: 50px;
  }
}

.swiper-button-prev {
  height: 45px;
  width: 45px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  line-height: 45px;
}
.swiper-button-prev:hover {
  background-color: #005f2d;
}
.swiper-button-prev:hover:after {
  color: #fff;
}
.swiper-button-prev:after {
  content: "\f284";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #009245;
  transition: 0.3s;
}

.swiper-button-next {
  height: 45px;
  width: 45px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  line-height: 45px;
}
.swiper-button-next:hover {
  background-color: #005f2d;
}
.swiper-button-next:hover:after {
  color: #fff;
}
.swiper-button-next:after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #009245;
  transition: 0.3s;
}

.whatsapp-icon i {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  background-color: #172955;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 25px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  z-index: 10;
}

.home-chat {
  position: fixed;
  left: 10px;
  top: 30%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 5px;
  display: none;
}
.home-chat a i {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 33px;
  font-size: 14px;
  display: block;
  text-align: center;
  transition: 0.3s;
  border-radius: 50%;
  margin-bottom: 2px;
}
.home-chat a .fa-facebook-f {
  color: #1877f2;
}
.home-chat a .bi-whatsapp {
  color: #25d366;
}
.home-chat a .bi-youtube {
  color: #ff0000;
}
.home-chat a .bi-google {
  color: #ea4335;
}
.home-chat a .bi-threads {
  color: black;
}
.home-chat a .bi-twitter-x {
  color: black;
}
.home-chat a .bi-instagram {
  color: #c32aa3;
}
.home-chat a .bi-tiktok {
  color: black;
}
.home-chat a .fa-tripadvisor {
  color: #007955;
}
.home-chat a .bi-linkedin {
  color: #0a66c2;
}
.home-chat a .bi-pinterest {
  color: #bd081c;
}

.Language {
  display: flex;
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 10;
  margin: 0;
  overflow: hidden;
}
.Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font-weight: 700;
  font-size: 13px;
  border: none;
  color: #223544;
  padding: 2px;
  margin: 0;
  text-transform: uppercase;
}
.Language select:focus {
  border: none;
}
.Language select:active {
  border: none;
}

.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

/* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  /* or dark background like #111 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeOut 0.5s ease 2s forwards;
  /* Auto fade after 2s */
}

/* Logo bounce animation */
#preloader img {
  width: 120px;
  height: auto;
  animation: bounceIn 1s ease;
}

/* Bounce-in effect */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* Fade-out for entire preloader */
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
#map {
  height: 0;
  padding-bottom: 80%;
  display: block;
  position: relative;
  background-image: url("../img/map.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#map li {
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 1rem;
  text-align: center;
  line-height: 2.2rem;
  cursor: pointer;
  transform: translateX(-1rem) translateY(-2.2rem);
  text-align: center;
  transition: transform 0.5s ease-out, background-color 0.25s ease-out;
}
#map li i {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #223D7D;
  border-radius: 2rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.2rem;
  cursor: pointer;
  transition: transform 0.5s ease-out, background-color 0.25s ease-out;
}
#map li h5 {
  background-color: #fff;
  padding: 3px;
  font-size: 12px;
  margin: 0;
  line-height: 12px;
  border-radius: 3px;
  margin-left: 5px;
  display: none;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #map li h5 {
    display: block;
    font-size: 10px;
    line-height: 10px;
  }
}
#map li:hover {
  z-index: 2;
}
#map li:hover h5 {
  display: block;
}
#map li:hover i {
  background-color: #223D7D;
  color: #fff;
}
#map li:hover i::after {
  border-top: 0.65rem solid #D4AF37;
}

@media screen and (min-width: 720px) {
  html {
    /* set smaller rem */
    font-size: 16px;
  }
  section {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 1280px) {
  html {
    /* set smaller rem */
    font-size: 20px;
  }
  section {
    grid-template-columns: 1fr 3fr;
  }
}/*# sourceMappingURL=styles.css.map */