body {
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow-x: hidden;
  top: 0 !important;
  color: #222222;
  background-image: url("../img/bg.png");
  background-size: 300px;
  background-position: center;
  background-repeat: repeat;
}

p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

.section-topic {
  font-size: 50px;
  line-height: 35px;
  font-weight: 500;
  position: relative;
  font-family: "Praise", cursive;
}
.section-topic span {
  color: #1F45A6;
}

.btn-border {
  background-color: transparent;
  border: 1px solid #1F45A6;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  color: #1F45A6;
  border-radius: 30px;
}

.btn-blue {
  background-color: #1F45A6;
  border: 0.01rem solid #1F45A6;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff;
  letter-spacing: -0.04rem;
  border-radius: 5px;
  transition: 0.5s;
}
.btn-blue:hover {
  background-color: #0061FF;
}

.btn-white {
  background-color: #fff;
  border: 0.01rem solid #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #1F45A6;
  letter-spacing: -0.04rem;
  border-radius: 5px;
  transition: 0.5s;
}
.btn-white:hover {
  background-color: #0061FF;
  color: #fff;
}

header nav {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  transition: 0.5s;
  padding: 5px 0;
}
@media (max-width: 768px) {
  header nav #navbar-sticky {
    height: 100vh;
    padding: 50px 0;
  }
}
header nav img {
  width: 80px;
  transition: 0.5s;
  filter: brightness(0) invert(1);
}
header nav li {
  padding: 20px 10px;
  margin: 0 !important;
  transition: 0.5s;
}
@media (max-width: 768px) {
  header nav li {
    padding: 10px;
  }
}
header nav li .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: white;
  padding: 0;
  margin: 0;
  line-height: 16px;
  transition: 0.5s;
  position: relative;
  text-transform: uppercase;
  letter-spacing: -0.04rem;
}
header nav li .nav-link:before {
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  transition: 0.5s;
}
header nav li .nav-link:hover:before {
  width: 100%;
}
header nav li .nav-link.active:before {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
header nav li:hover .nav-link {
  color: white;
}
@media (max-width: 990px) {
  header nav {
    padding: 5px 0;
    background: #fff;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
  header nav img {
    filter: none !important;
  }
}
@media (max-width: 990px) and (max-width: 768px) {
  header nav li {
    padding: 10px;
  }
}
@media (max-width: 990px) {
  header nav li .nav-link {
    color: #222;
  }
  header nav li .nav-link:before {
    background: #1F45A6;
  }
  header nav li .nav-link:hover {
    color: #1F45A6;
  }
  header nav li .nav-link.active {
    color: #1F45A6;
  }
  header nav li .nav-link.active:before {
    background: #1F45A6;
  }
  header nav li:hover .nav-link {
    color: #1F45A6;
  }
}
header nav.scroll {
  background: #fff;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
header nav.scroll img {
  filter: none;
}
@media (max-width: 768px) {
  header nav.scroll li {
    padding: 10px;
  }
}
header nav.scroll li .nav-link {
  color: #222;
}
header nav.scroll li .nav-link:before {
  background: #1F45A6;
}
header nav.scroll li .nav-link:hover {
  color: #1F45A6;
}
header nav.scroll li .nav-link.active {
  color: #1F45A6;
}
header nav.scroll li .nav-link.active:before {
  background: #1F45A6;
}
header nav.scroll li:hover .nav-link {
  color: #1F45A6;
}

.hero {
  min-height: 700px;
  overflow: hidden;
  position: relative;
}
.hero .hero-card {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*   .overlay {
    background: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
  }*/
}
.hero .hero-card h1 {
  font-size: 80px;
  line-height: 60px;
  font-family: "Praise", cursive;
}
@media (max-width: 990px) {
  .hero .hero-card h1 {
    font-size: 60px;
    line-height: 40px;
  }
}
.hero .hero-card .swiper-button-next,
.hero .hero-card .swiper-button-prev {
  position: relative;
}
.hero .hero-card .destination-card {
  overflow: hidden;
  position: relative;
}
.hero .hero-card .destination-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}
.hero .hero-card .destination-card .overlay {
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.hero .hero-card .destination-card .overlay h5 {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  padding: 0;
  position: absolute;
  text-align: center;
  font-family: "Praise", cursive;
}
.hero .hero-card .destination-card .overlay:hover {
  opacity: 1;
}
.hero .hero-card .destination-card {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  /* Start with opacity 0 */
  transform: scale(0.8);
  /* Start with a smaller scale */
}
.hero .hero-card .destination-card.visible {
  opacity: 1;
  /* Fade in */
  transform: scale(1);
  /* Zoom in */
}

.destination {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/des-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.destination .swiper-button-next,
.destination .swiper-button-prev {
  position: relative;
}

.booking-form {
  background: linear-gradient(to top, #fff, rgba(0, 0, 0, 0.4) 60%), url("../img/des-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.booking-form p {
  color: #fff;
}
.booking-form label {
  display: block;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  font-size: 15px;
}
.booking-form .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 150px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #555;
  border-radius: 10px;
  padding: 10px;
  display: none;
  z-index: 10;
}
.booking-form .dropdown div {
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #272727;
  font-weight: 500;
}

.destination-card {
  overflow: hidden;
  position: relative;
}
.destination-card:hover img {
  transform: scale(1.05) rotate(2deg);
}
.destination-card .des-img {
  height: 160px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.destination-card .des-img img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: 0.5s;
}
.destination-card h5 {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}

.package {
  background-color: #F3F5F7;
}

.about-page img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 30px;
}
.about-page .title {
  font-family: "Praise", cursive;
  font-size: 45px;
  line-height: 45px;
  color: #1F45A6;
}
.about-page .vision {
  background-color: rgba(0, 0, 0, 0.02);
}
.about-page .vision .vision-card {
  padding: 10px;
  border-radius: 5px;
  text-align: left;
}
.about-page .vision .vision-card h5 {
  font-size: 25px;
  font-family: "Praise", cursive;
  color: #1F45A6;
}
.about-page .founder {
  background: linear-gradient(to top, #fff, rgba(0, 0, 0, 0.4) 40%), url("../img/des-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .founder h5 {
  font-family: "Praise", cursive;
  font-size: 45px;
  line-height: 45px;
}
.about-page .founder p {
  padding-bottom: 10px;
}

.contact-page h5 {
  font-family: "Praise", cursive;
  font-size: 45px;
  color: #1F45A6;
  line-height: 45px;
}
.contact-page iframe {
  border-radius: 5px;
}
.contact-page .contact-card {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.contact-page .contact-card i {
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  line-height: 60px;
  background: rgba(31, 69, 166, 0.8);
  text-align: center;
  margin-right: 10px;
}
.contact-page .contact-card a,
.contact-page .contact-card p {
  font-size: 17px;
  font-weight: 300;
}
.contact-page .social-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 990px) {
  .contact-page .social-links {
    justify-content: center;
  }
}
.contact-page .social-links li i {
  font-size: 16px;
  margin-right: 10px;
  color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 5px;
  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: #CD201F;
}
.contact-page .social-links li .bi-google {
  background-color: #0266C8;
}
.contact-page .social-links li .bi-threads {
  background-color: #34465D;
}
.contact-page .social-links li .bi-twitter-x {
  background-color: #34465D;
}
.contact-page .social-links li .bi-instagram {
  background-color: #E4405F;
}
.contact-page .social-links li .bi-tiktok {
  background-color: #EE1D51;
}
.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;
}

.details-page .news-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
}
.details-page .news-detail-img {
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
  border-radius: 5px;
}
.details-page .news-detail-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.details-page .news-detail-img h4 {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.details-page .gallery-swiper {
  width: 100%;
}
.details-page .gallery-card {
  height: 270px;
  border-radius: 5px;
  overflow: hidden;
}
.details-page .gallery-card img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  border-radius: 5px;
}
.details-page .gallery-card:hover img {
  transform: scale(1.05);
}
.details-page h5 {
  font-family: "Praise", cursive;
  font-size: 45px;
  color: #1F45A6;
  line-height: 45px;
}
.details-page h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.details-page .destinations {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.details-page .destinations li {
  padding: 5px 10px;
  margin: 0 10px 5px 0;
  color: #171717;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
}
.details-page .destinations li:first-child {
  margin-left: 0;
}
.details-page iframe {
  border-radius: 5px;
  height: 300px;
}
.details-page .description p {
  padding-bottom: 10px;
}
.details-page .description ul li {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left !important;
}
.details-page .description ul li strong {
  font-weight: 400;
}
.details-page .itinerary .item .title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  padding: 15px;
  background-color: rgba(31, 69, 166, 0.8);
  border-radius: 5px;
}
.details-page .itinerary .item .title h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}
.details-page .itinerary .item .title .plus {
  font-size: 17px;
  line-height: 17px;
  color: #fff;
}
.details-page .itinerary .item .content {
  display: none;
  padding: 20px;
}
.details-page .itinerary .item .content h5 {
  font-size: 20px;
  color: #1F45A6;
  padding: 0;
  font-weight: 400;
  margin: 15px 0;
  line-height: 22px;
}
.details-page .itinerary .item .content ul {
  list-style: none;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.02);
  margin-top: 10px;
  border-radius: 5px;
}
.details-page .itinerary .item .content ul li {
  position: relative;
  padding-left: 15px;
  line-height: 22px;
  font-size: 15px;
  margin: 0;
  padding: 5px 0 5px 15px;
  font-weight: 300;
  text-align: left !important;
}
.details-page .itinerary .item .content ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 2px;
  background-color: rgba(31, 69, 166, 0.8);
}
.details-page .itinerary .item .content ul li ul {
  margin-left: 10px !important;
}
.details-page .itinerary .item .content ul li ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
}
.details-page .itinerary .item .content .gallery {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.details-page .itinerary .item .content .gallery img {
  border-radius: 5px;
  width: 20%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .details-page .itinerary .item .content .gallery {
    overflow-x: scroll;
  }
  .details-page .itinerary .item .content .gallery img {
    width: auto;
  }
}

.destination-page .destination-card h5 {
  color: #222222;
}

.gallery-page .gallery-card {
  height: 250px;
  border-radius: 5px;
}
.gallery-page .gallery-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  border-radius: 5px;
}
.gallery-page .gallery-card:hover img {
  transform: scale(1.05);
}

.package-card {
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.package-card:hover .package-img img {
  transform: scale(1.05) rotate(2deg);
}
.package-card .package-img {
  border-radius: 5px;
  overflow: hidden;
  height: 200px;
  width: 100%;
  position: relative;
}
.package-card .package-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: 0.5s;
}
.package-card .content {
  padding: 10px 10px 0;
}
.package-card .content h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.package-card .content h4 {
  font-size: 14px;
  color: #8D8C8C;
  line-height: 14px;
  font-weight: 500;
}
.package-card .content .btn-book {
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background-color: #1F45A6;
  line-height: 14px;
  width: 100%;
  color: #fff;
  letter-spacing: -0.04rem;
  transition: 0.5s;
}
.package-card .content .btn-book:hover {
  background-color: #0061FF;
}
.package-card .content .btn-read {
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background-color: #E3E3E3;
  line-height: 14px;
  width: 100%;
  color: #1F45A6;
  letter-spacing: -0.04rem;
  transition: 0.5s;
}
.package-card .content .btn-read:hover {
  background-color: #0061FF;
  color: #fff;
}

.homeform {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.homeform .input-sec {
  position: relative;
}
.homeform .input-sec i {
  font-size: 16px;
  color: #1F45A6;
  position: absolute;
  padding: 10px;
}
.homeform .input-sec input {
  border: none;
  background-color: #F5F5F5;
  padding: 10px 10px 10px 35px;
  width: 100%;
  font-size: 15px;
}
.homeform .input-sec select {
  border: none;
  background-color: #F5F5F5;
  padding: 10px 10px 10px 35px;
  width: 100%;
  font-size: 15px;
}
.homeform .input-sec select:after, .homeform .input-sec select:before {
  display: none;
}
.homeform .input-sec .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 150px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #555;
  border-radius: 10px;
  padding: 10px;
  display: none;
  z-index: 10;
}
.homeform .input-sec .dropdown div {
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #272727;
  font-weight: 500;
}
.homeform .btn-book {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #1F45A6;
  border: 0.01rem solid #1F45A6;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: -0.04rem;
  transition: 0.5s;
}
.homeform .btn-book:hover {
  background-color: #0061FF;
}

.news-card {
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  height: 100%;
}
.news-card .news-img {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 100%;
  border-radius: 5px;
}
.news-card .news-img:hover img {
  transform: scale(1.05) rotate(2deg);
}
.news-card .news-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: 0.5s;
}
.news-card .news-img h4 {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.news-card .content {
  padding: 10px 10px 0;
}
.news-card .content h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.news-card .content .btn-read {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  width: 100%;
  color: #1F45A6;
  letter-spacing: -0.04rem;
  transition: 0.5s;
}
.news-card .content .btn-read:hover {
  color: #0061FF;
}

.taxi-section {
  background: linear-gradient(to bottom, #fff 5%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.4) 70%, #fff 90%), url("../img/taxi-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.taxi-card {
  background-color: #E3E3E3;
  padding: 10px;
  border-radius: 5px;
  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: 16px;
  line-height: 18px;
  font-weight: 600;
}
.taxi-card h4 {
  font-size: 14px;
  color: #8D8C8C;
  line-height: 14px;
  font-weight: 500;
}
.taxi-card .btn-book {
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background-color: #1F45A6;
  line-height: 14px;
  width: 100%;
  color: #fff;
  letter-spacing: -0.04rem;
}

.about .home-logo {
  width: 100%;
  padding: 40px;
}
.about .abt-ser img {
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .abt-ser h5 {
  font-size: 20px;
  font-weight: 600;
}
.about .abt-ser h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #8D8C8C;
}

.page-banner {
  height: 400px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner .overlay {
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}
.page-banner h5 {
  font-size: 50px;
  color: #fff;
  font-family: "Praise", cursive;
  position: relative;
}
.page-banner ul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.page-banner ul li {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 12px;
  margin-right: 8px;
  position: relative;
}
.page-banner ul li:before {
  content: "/";
  color: #fff;
  font-size: 14px;
  top: 0;
  right: 0;
  position: absolute;
}
.page-banner ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-banner ul li:last-child:before {
  display: none;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 80px 0 30px;
  position: relative;
  background-attachment: fixed;
}
footer .privacy {
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
footer .privacy li {
  font-size: 14px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: #fff;
  line-height: 18px;
}
footer .privacy li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
footer .border-top-bottom {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer .border-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 30px;
}
footer h5 {
  color: white;
  font-size: 25px;
  line-height: 20px;
  font-weight: 500;
  padding: 0;
  font-family: "Praise", cursive;
}
footer p {
  color: white;
  font-size: 14px;
}
footer .contact-links li {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: white;
  font-weight: 400;
}
footer .contact-links li i {
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 10px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
footer .contact-links li a {
  color: white;
}
footer .social-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: end;
}
@media (max-width: 990px) {
  footer .social-links {
    justify-content: center;
  }
}
footer .social-links li i {
  font-size: 16px;
  margin-right: 10px;
  color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 5px;
  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: #CD201F;
}
footer .social-links li .bi-google {
  background-color: #0266C8;
}
footer .social-links li .bi-threads {
  background-color: #34465D;
}
footer .social-links li .bi-twitter-x {
  background-color: #34465D;
}
footer .social-links li .bi-instagram {
  background-color: #E4405F;
}
footer .social-links li .bi-tiktok {
  background-color: #EE1D51;
}
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: white;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin-bottom: 8px;
}
footer .footer-links li a {
  color: white;
}
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: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  margin: 10px;
  padding: 0;
}
footer .copyright {
  font-size: 13px;
  font-weight: 400;
  color: white;
  line-height: 15px;
}

.swiper-button-prev {
  color: #1F45A6;
  height: 45px;
  width: 45px;
  border: 0.01rem solid #fff;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.5s;
}
.swiper-button-prev:hover {
  background-color: #0061FF;
  color: #fff;
}
.swiper-button-prev:after {
  content: "\f12f";
  font-family: "bootstrap-icons";
  font-size: 18px;
}

.swiper-button-next {
  color: #fff;
  height: 45px;
  width: 45px;
  border: 0.01rem solid #1F45A6;
  background-color: #1F45A6;
  border-radius: 50%;
  transition: 0.5s;
}
.swiper-button-next:hover {
  background-color: #0061FF;
}
.swiper-button-next:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 18px;
}

.home-chat {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  display: none;
}
.home-chat a i {
  width: 40px;
  height: 40px;
  background-color: white;
  color: white;
  line-height: 40px;
  font-size: 20px;
  display: block;
  text-align: center;
  transition: 0.5s;
}
.home-chat a .fa-facebook-f {
  background-color: #1877F2;
}
.home-chat a .bi-whatsapp {
  background-color: #25D366;
}
.home-chat a .bi-youtube {
  background-color: #CD201F;
}
.home-chat a .bi-google {
  background-color: #0266C8;
}
.home-chat a .bi-threads {
  background-color: #34465D;
}
.home-chat a .bi-twitter-x {
  background-color: #34465D;
}
.home-chat a .bi-instagram {
  background-color: #E4405F;
}
.home-chat a .bi-tiktok {
  background-color: #EE1D51;
}
.home-chat a .fa-tripadvisor {
  background-color: #007955;
}
.home-chat a .bi-linkedin {
  background-color: #0A66C2;
}
.home-chat a .bi-pinterest {
  background-color: #BD081C;
}

.material-icons-outlined {
  font-weight: 100;
}

.whatsapp-icon {
  width: 60px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 18;
  border-radius: 50%;
}

.Language {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 18;
  margin: 0;
  overflow: hidden;
}
.Language p {
  padding: 3px 8px;
  margin: 0 5px 0 0;
}
.Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f1f1f1;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font-weight: 400;
  font-size: 13px;
  border: none;
  color: black;
  padding: 2px;
  margin: 0;
}
.Language select:focus {
  border: none;
}
.Language select:active {
  border: none;
}

.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */