body {
  font-family: "Marcellus", serif;
  color: #545454;
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  top: 0 !important;
  background-color: #fff;
  background-image: url("../img/pattern.png");
  background-position: left;
  background-size: 400px;
  background-repeat: repeat;
}

p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.section-topic {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #035B9A;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: start;
}
@media (max-width: 990px) {
  .section-topic {
    font-size: 20px;
    line-height: 22px;
    justify-content: center;
  }
}

.btn-border {
  background-color: transparent;
  border: 1px solid #035B9A;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  color: #035B9A;
  border-radius: 30px;
  transition: 0.5s;
}
.btn-border:hover {
  background-color: #035B9A;
  color: #fff;
}

.btn-border-w {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
}
.btn-border-w:hover {
  background-color: #fff;
  color: #222;
}

.btn-blue {
  background-color: #035B9A;
  border: 1px solid #035B9A;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
}
.btn-blue:hover {
  filter: grayscale(0.9);
}

.btn-submit {
  background-color: #037F5D;
  border: 1px solid #037F5D;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
}
.btn-submit:hover {
  filter: grayscale(0.9);
}

.border-20 {
  border-radius: 20px;
}

.news-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.news-date {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

header nav {
  background: transparent;
  transition: 0.5s;
}
header nav img {
  height: 70px;
  filter: brightness(0) invert(1);
  transition: 0.5s;
}
@media (max-width: 768px) {
  header nav img {
    height: 60px;
    filter: none;
  }
}
header nav li {
  padding: 25px 10px;
  margin: 0 !important;
  transition: 0.5s;
}
@media (max-width: 768px) {
  header nav li {
    padding: 10px;
  }
}
header nav li .nav-link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
header nav li .nav-link:hover {
  color: #035B9A !important;
}
header nav li .nav-link.active {
  color: #035B9A;
}
header nav li:hover .nav-link {
  color: #fff;
}
@media (max-width: 768px) {
  header nav .nav-sticky {
    padding: 30px;
  }
}
@media (max-width: 990px) {
  header nav {
    background: #fff;
  }
  header nav li .nav-link {
    color: #545454;
  }
}
header nav.scroll {
  background: #fff;
}
header nav.scroll img {
  filter: none;
}
header nav.scroll .nav-link {
  color: #545454;
}
header nav.scroll:hover .nav-link {
  color: #545454;
}

.hero {
  position: relative;
}
.hero img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 990px) {
  .hero img {
    height: 50px;
  }
}
.hero .hero-swiper {
  height: 600px;
}
.hero .hero-swiper .swiper-slide .hero-item {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.hero .hero-swiper .swiper-slide .hero-item .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 40%, transparent);
  top: 0;
  left: 0;
  position: absolute;
}
.hero .hero-swiper .swiper-slide .hero-item .content {
  position: relative;
}
.hero .hero-swiper .swiper-slide .hero-item .content h1 {
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  line-height: 50px;
}
@media (max-width: 990px) {
  .hero .hero-swiper .swiper-slide .hero-item .content h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0;
  }
}
.hero .hero-swiper .swiper-slide .hero-item .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.hero .hero-swiper .swiper-slide .hero-item .content .btn-yellow img {
  height: 14px;
}
.hero .border-btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.page-banner {
  height: 450px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.page-banner .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, transparent 30%);
  top: 0;
  left: 0;
  position: absolute;
}
.page-banner img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 990px) {
  .page-banner img {
    height: 50px;
  }
}
.page-banner h5 {
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  z-index: 1;
}
.page-banner ul {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.page-banner ul li {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-right: 0;
  padding-right: 0;
}
.page-banner ul li:before {
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  content: "\f285";
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.page-banner ul li:first-child {
  padding-left: 0;
}
.page-banner ul li:first-child:before {
  display: none;
}
.page-banner ul li a {
  color: #fff;
}

iframe {
  border-radius: 20px;
  filter: saturate(0.3);
  border: none;
}

.package-map iframe {
  height: 100%;
}

.gallery-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.gallery-item .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(3, 91, 154, 0.4);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}
.gallery-item:hover .overlay {
  opacity: 1;
}

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

.itinerary .item {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 20px;
}
.itinerary .item .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: #035B9A;
  margin-bottom: 5px;
  border-radius: 10px;
}
.itinerary .item .title h5 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  color: #fff;
}
@media (max-width: 990px) {
  .itinerary .item .title h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.itinerary .item .title i {
  color: #fff;
  font-size: 20px;
}
.itinerary .item .content {
  display: none;
  margin: 0;
  text-align: justify;
  padding: 12px 20px;
}
.itinerary .item .content h5 {
  font-size: 17px;
  padding: 0;
  font-weight: 400;
  margin: 15px 0 5px;
  line-height: 19px;
}
.itinerary .item .content h6 {
  font-size: 20px;
  padding: 0;
  font-weight: 400;
  margin: 0 0 10px;
  font-style: italic;
  line-height: 20px;
  color: #037F5D;
  font-family: "Yusei Magic", sans-serif;
}
.itinerary .item .content ul {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
.itinerary .item .content ul li {
  position: relative;
  line-height: 18px;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 5px 15px;
  font-family: "DM Sans", sans-serif;
}
.itinerary .item .content ul li:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #037F5D;
  content: "";
  top: 10px;
}
.itinerary .item .content ul li ul {
  margin-left: 10px !important;
}
.itinerary .item .content ul li ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
}

.book-form {
  padding: 50px 0;
  border-radius: 20px;
}
.book-form .search-container {
  position: relative;
}
.book-form label {
  font-size: 14px;
  font-weight: 400;
  color: #191b26;
}
.book-form input {
  padding: 10px 12px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  color: #191b26;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(25, 27, 38, 0.24);
  width: 100%;
  outline: none;
  cursor: text;
  font-family: "DM Sans", sans-serif;
}
.book-form textarea {
  padding: 10px 12px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px !important;
  color: #191b26;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(25, 27, 38, 0.24);
  width: 100%;
  cursor: text;
  font-family: "DM Sans", sans-serif;
}
.book-form select {
  padding: 12px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px !important;
  color: #191b26;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(25, 27, 38, 0.24);
  width: 100%;
  cursor: text;
  font-family: "DM Sans", sans-serif;
}
.book-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;
}
.book-form .dropdown div {
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #272727;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.service {
  background: linear-gradient(to bottom, rgba(3, 91, 154, 0.9), rgba(3, 91, 154, 0.9)), url("../img/service-bg.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.service .section-topic {
  color: #fff;
  justify-content: center;
}
.service .border-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-180deg);
}
@media (max-width: 990px) {
  .service .border-top {
    height: 50px;
  }
}
.service .border-btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 990px) {
  .service .border-btm {
    height: 50px;
  }
}

.vehicle-card {
  background-color: #fff;
  text-align: center;
}
.vehicle-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vehicle-card h5 {
  padding: 10px;
}

.service-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-card i.icon-clock,
.service-card i.icon-plane,
.service-card i.icon-user {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #EFA01F;
  color: #000;
  font-size: 40px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.service-card h5 {
  color: #fff;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
}
.service-card a {
  font-size: 16px;
  color: #fff;
}

.description ul {
  margin-top: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.description ul li {
  position: relative;
  line-height: 18px;
  margin: 0;
  padding: 5px 0;
  font-family: "DM Sans", sans-serif;
}
.description ul li strong {
  font-weight: 600;
}

.destination-card {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.destination-card img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.destination-card h5 {
  font-size: 22px;
  line-height: 24px;
  color: #272727;
  font-weight: 500;
  padding: 0;
  margin-top: 15px;
}
.destination-card h4 {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  border-radius: 5px;
  margin: 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 {
  background: linear-gradient(to bottom, transparent 40%, rgba(3, 91, 154, 0.8) 100%);
  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;
  color: #035B9A;
  background-color: #037F5D;
  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: #fff;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.activity-card .content p {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
  padding-bottom: 5px;
}
.activity-card .content h6 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  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 #fff;
  border-radius: 10px;
  color: #fff;
  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 #fff;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
}

.package-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  height: 320px;
}
.package-card .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 40%, transparent);
}
.package-card img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-card h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 600;
  padding: 5px 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #037F5D;
  top: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 400;
  left: 0;
  display: inline-block;
  margin: 0 20px;
  transform: translateX(50%);
}
.package-card .content {
  padding: 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
}
.package-card .content hr {
  margin-bottom: 10px;
}
.package-card .content h5 {
  font-size: 22px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.package-card .content .btn-book {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  width: 100%;
  color: #fff;
}

.news-card {
  position: relative;
}
.news-card img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.news-card h4 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  padding: 5px;
  position: absolute;
  margin: 20px;
  top: 0;
  left: 0;
}
.news-card h5 {
  font-size: 22px;
  line-height: 24px;
  color: #272727;
  font-weight: 500;
  margin-top: 15px;
}
.news-card a {
  color: #035B9A;
}

.about {
  background-color: #fdfdfd;
  padding: 50px 0;
}
.about p {
  font-family: "DM Sans", sans-serif;
}
.about img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fade-top {
  background: linear-gradient(to top, #fff 1%, transparent 20%);
}

.fade-bottom {
  background: linear-gradient(to bottom, #fff 1%, transparent 20%);
}

.fade-full {
  background: linear-gradient(to bottom, #fff 1%, transparent 10%, transparent 90%, #fff 100%);
}

.about-page .vision {
  position: relative;
}
.about-page .vision img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about-page .vision .vision-card {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 20px;
  margin: 20px;
  width: 70%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .vision .vision-card h5 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  font-style: italic;
}
@media (max-width: 990px) {
  .about-page .vision .vision-card {
    width: auto;
    margin: -20px 10px 10px;
    position: relative;
  }
}

.contact-card {
  padding: 20px;
  background-color: #035B9A;
  display: flex;
  align-items: center;
  margin: 20px;
  border-radius: 20px;
}
.contact-card i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 25px;
  border-radius: 50%;
  color: #035B9A;
  margin-right: 10px;
  text-align: center;
  border: 2px solid #fff;
  transition: 0.5s;
}
.contact-card p {
  color: #fff;
}
.contact-card a {
  color: #fff;
  font-family: "DM Sans", sans-serif;
}
.contact-card:hover i {
  background-color: #035B9A;
  color: #fff;
  border: 2px solid #fff;
}

.contact-social-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}
.contact-social-links li i {
  font-size: 16px;
  margin-right: 10px;
  color: #035B9A;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  background-color: transparent;
  border: 0.1em solid #035B9A;
  transition: 0.5s;
}
.contact-social-links li i:hover {
  background-color: #035B9A;
  color: #fff;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 100px 0 0;
  position: relative;
}
footer .border-top {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  transform: rotate(-180deg);
}
@media (max-width: 990px) {
  footer .border-top {
    height: 50px;
  }
}
footer .footer-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  footer .footer-title {
    justify-content: center;
  }
}
footer .footer-title h5 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 0;
}
footer p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
}
footer .contact-links {
  margin: 20px 0 25px;
}
footer .contact-links li {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}
footer .contact-links li h5 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 5px;
  font-family: "Marcellus", serif;
}
footer .contact-links li a {
  color: #fff;
  transition: 0.5s;
}
footer .contact-links li a:hover {
  color: #035B9A;
}
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;
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  background-color: transparent;
  border: 0.1em solid #fff;
  transition: 0.5s;
}
footer .social-links li i:hover {
  background-color: #035B9A;
  color: #fff;
}
footer .footer-links {
  list-style: none;
}
footer .footer-links li {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  padding: 0;
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
}
footer .footer-links li a {
  color: #fff;
  transition: 0.5s;
}
footer .footer-links li a:hover {
  color: #035B9A;
}
footer .copyright {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 15px;
}

.swiper-button-prev {
  left: 20px !important;
}

.swiper-button-next {
  right: 20px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "bootstrap-icons";
  color: #fff;
  height: 45px;
  width: 45px;
  border: none;
  background-color: rgba(3, 91, 154, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
  font-size: 18px;
}

.swiper-button-next::after {
  content: "\f285";
}

.swiper-button-prev::after {
  content: "\f284";
}

.home-chat {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
}
.home-chat a i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  display: block;
  text-align: center;
  transition: 0.5s;
  opacity: 0.8;
  border-radius: 2px;
  margin-bottom: 2px;
}
.home-chat a i:hover {
  opacity: 1;
}
.home-chat a .fa-facebook-f {
  background-color: #3b5998;
}
.home-chat a .bi-whatsapp {
  background-color: #25d366;
}
.home-chat a .bi-youtube {
  background-color: #ff0000;
}
.home-chat a .bi-google {
  background-color: #f44336;
}
.home-chat a .bi-threads {
  background-color: black;
}
.home-chat a .bi-twitter-x {
  background-color: black;
}
.home-chat a .bi-instagram {
  background: radial-gradient(circle farthest-corner at 28% 100%, #fcdf8f 0%, #fbd377 10%, #fa8e37 22%, #f73344 35%, transparent 65%), linear-gradient(145deg, #3051f1 10%, #c92bb7 70%);
}
.home-chat a .bi-tiktok {
  background-color: black;
}
.home-chat a .fa-tripadvisor {
  background-color: #007955;
}
.home-chat a .bi-linkedin {
  background-color: #0a66c2;
}
.home-chat a .bi-pinterest {
  background-color: #bd081c;
}

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

.Language {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9999;
  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;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#preloader img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: fade 5s infinite;
}

@keyframes fade {
  0% {
    overflow: 0;
  }
  40% {
    overflow: 1px;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=styles.css.map */