body {
  font-family: "DM Sans", sans-serif;
  color: #545454;
  position: relative;
  overflow-x: hidden;
  top: 0 !important;
}

p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.section-topic {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #012C60;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .section-topic {
    font-size: 25px;
    line-height: 27px;
  }
}

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

.btn-border-blue {
  background-color: transparent;
  border: 1px solid #012C60;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 10px;
  color: #545454;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn-border-blue:hover {
  background-color: #012C60;
  color: #fff;
}

.btn-submit {
  border: 1px solid #E1AD3E;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 10px;
  color: #272727;
  background-color: #E1AD3E;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn-submit:hover {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.btn-search {
  background-color: #E1AD3E;
  border: 1px solid #E1AD3E;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 13px;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  .nav-height {
    height: 100%;
    padding-top: 50px;
  }
}

header nav {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  transition: 0.5s;
}
header nav img {
  width: 160px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
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: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 li:hover .nav-link {
    color: #545454;
  }
}
header nav.scroll {
  background: #fff;
}
header nav.scroll .nav-link {
  color: #545454;
}
header nav.scroll:hover .nav-link {
  color: #545454;
}

.hero {
  background: linear-gradient(to left, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  height: auto;
}
.hero .hero-padding {
  padding-top: 120px;
  margin-bottom: 30px;
}
.hero h1 {
  font-size: 40px;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .hero h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
.hero h1 span {
  font-weight: 600;
}
.hero .home-form {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 40px;
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 990px) {
  .hero .home-form {
    padding: 30px;
  }
}
.hero .home-form hr {
  margin: 15px 0;
}
.hero .home-form .book-text {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 10px;
}
.hero .home-form .home-des {
  font-size: 14px;
}
@media (max-width: 990px) {
  .hero .home-form .home-des {
    font-size: 13px;
    line-height: 14px;
  }
}
.hero .home-form .home-title {
  font-size: 20px;
  text-transform: uppercase;
}
.hero .home-form h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 15px;
}
.hero .home-form label {
  font-size: 10px;
  font-weight: 600;
  color: #272727;
}
.hero .home-form .search-container {
  position: relative;
}
.hero .home-form .search-container i {
  position: absolute;
  padding: 12px;
}
.hero .home-form .search-container input {
  padding: 12px 12px 12px 35px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  color: #545454;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #d6dadf;
  width: 100%;
}
.hero .home-form .search-container textarea {
  padding: 12px 12px 12px 35px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  color: #545454;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #d6dadf;
  width: 100%;
}
.hero .home-form .search-container select {
  padding: 12px 12px 12px 35px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  color: #545454;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #d6dadf;
  width: 100%;
}
.hero .home-form .search-container textarea {
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px !important;
  color: #545454;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #d6dadf;
  width: 100%;
}
.hero .home-form .btn-book {
  border: 1px solid #012C60;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 10px;
  color: #fff;
  background-color: #012C60;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .hero .home-form .btn-book {
    padding: 12px 18px;
  }
}
.hero .home-form .btn-back {
  border: 1px solid #012C60;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 10px;
  color: #012C60;
  background-color: #fff;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .hero .home-form .btn-back {
    padding: 12px 18px;
  }
}
.hero .home-form .content {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100px;
  background-color: #e6e6e6;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.hero .home-form .content:hover {
  background-color: #555;
}
.hero .home-form .content:hover img {
  filter: brightness(1) invert(1);
}
.hero .home-form .content:hover h5 {
  color: #fff;
}
@media (max-width: 990px) {
  .hero .home-form .content {
    height: 100%;
  }
}
.hero .home-form .content img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .hero .home-form .content img {
    width: 80px;
  }
}
.hero .home-form .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #272727;
  text-align: center;
}
@media (max-width: 990px) {
  .hero .home-form .content h5 {
    font-size: 12px;
    line-height: 13px;
  }
}
.hero .home-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;
}
.hero .home-form .dropdown div {
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #272727;
  font-weight: 500;
}
.hero .home-form .radio-input:checked + .content {
  background-color: #555;
}
.hero .home-form .radio-input:checked + .content img {
  filter: brightness(1) invert(1);
}
.hero .home-form .radio-input:checked + .content h5 {
  color: #fff;
}

.hero.arugambay {
  background: linear-gradient(to left, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), url("../img/banner/arugambay.jpg");
}

.hero.bentota {
  background: linear-gradient(to left, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), url("../img/banner/bentota.jpg");
}

.hero.ahangama {
  background: linear-gradient(to left, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), url("../img/banner/ahangama.jpg");
}

.hero.galle {
  background: linear-gradient(to left, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), url("../img/banner/galle.jpg");
}

.hero.sigiriya {
  background: linear-gradient(to left, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), url("../img/banner/sigiriya.jpg");
}

.page-banner {
  min-height: 400px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: auto;
}
.page-banner h1 {
  font-size: 40px;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .page-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.page-banner h1 span {
  font-weight: 600;
}

.features .feature-item {
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.features .feature-item h5 {
  font-size: 20px;
  font-weight: 600;
  color: #012C60;
}
.features .feature-item p {
  font-size: 16px;
  font-weight: 400;
}
.features .feature-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.summary {
  padding: 50px 0;
  background-color: #012C60;
  color: #fff;
}
.summary .package-title {
  color: #fff;
}

.description ul {
  margin-top: 20px;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.description ul li {
  position: relative;
  line-height: 18px;
  margin: 0;
  padding: 5px 0 5px 15px;
}
.description ul li:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E1AD3E;
  content: "";
  top: 10px;
}
.description ul li ul {
  margin-left: 10px !important;
}
.description ul li ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
}

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

.itinerary .item {
  border-bottom: 1px dotted #555;
}
.itinerary .item .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
}
.itinerary .item .title:hover {
  background-color: #f8f9fa;
}
.itinerary .item .title h5 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 990px) {
  .itinerary .item .title h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.itinerary .item .title i {
  color: #555;
  font-size: 20px;
}
.itinerary .item .content {
  display: none;
  margin: 0;
  text-align: justify;
  padding: 10px;
}
.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: #E1AD3E;
  font-family: "Yusei Magic", sans-serif;
}
.itinerary .item .content ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.itinerary .item .content ul li {
  position: relative;
  line-height: 18px;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 5px 15px;
}
.itinerary .item .content ul li:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E1AD3E;
  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;
}

.bg-gray {
  background-color: #eee;
}

.contact-title,
.package-title {
  font-size: 25px;
  font-weight: 700;
  color: #012C60;
  padding: 0;
  line-height: 22px;
  margin-bottom: 10px;
}

.form-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  line-height: 22px;
  margin-bottom: 10px;
}

iframe {
  height: 550px;
  border-radius: 20px;
}

.gallery-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.gallery-item .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.gallery-item:hover img {
  filter: saturate(0.5);
}

.book-form {
  padding: 50px 0;
  background-color: #012C60;
}
.book-form .search-container {
  position: relative;
}
.book-form label {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}
.book-form input {
  padding: 12px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  color: #272727;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
  width: 100%;
}
.book-form textarea {
  padding: 12px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px !important;
  color: #272727;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
  width: 100%;
}
.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;
}

.contact-form .search-container {
  position: relative;
}
.contact-form label {
  font-size: 10px;
  font-weight: 600;
  color: #545454;
}
.contact-form input {
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  color: #545454;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #545454;
  width: 100%;
}
.contact-form textarea {
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  color: #545454;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #545454;
  width: 100%;
}
.contact-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;
}
.contact-form .dropdown div {
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #272727;
  font-weight: 500;
}

.contact-card {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact-card i {
  font-size: 14px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #012C60;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
}
.contact-card h5 {
  color: #012C60;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.contact-card a {
  font-size: 16px;
  color: #545454;
}

.title-contact {
  color: #012C60;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 20px;
}

.tour {
  background: linear-gradient(to bottom, rgba(1, 44, 96, 0.8), rgba(1, 44, 96, 0.8)), url("../img/tour-bg.jpg");
  background-size: cover;
  background-position: center bottom;
}
.tour .section-topic {
  color: #fff;
}

.destinations li {
  margin-right: 5px;
}

.destination-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.destination-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.destination-card h5 {
  font-size: 24px;
  line-height: 26px;
  color: #222222;
  font-weight: 600;
  padding: 15px;
  transition: 0.5s;
}
.destination-card h5:hover {
  color: #012C60;
}
.destination-card:hover img {
  filter: saturate(0.5);
}

.vehicle-card {
  background-color: #e6e6e6;
  border-radius: 10px;
  height: 180px;
  display: flex;
  align-items: center;
}
.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;
  margin-bottom: 20px;
}
.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: 1px solid #E1AD3E;
  border-radius: 10px;
  color: #012C60;
  background-color: #E1AD3E;
}

.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;
  transition: 0.5s;
}
.activity-card .overlay {
  background: linear-gradient(to bottom, transparent 40%, rgba(1, 44, 96, 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: #012C60;
  background-color: #E1AD3E;
  padding: 5px 12px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 500;
}
.activity-card .content {
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 90%;
  position: absolute;
}
@media (max-width: 1200px) {
  .activity-card .content {
    width: 100%;
  }
}
.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 12px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  margin-right: 10px;
  transition: 0.5s;
}
.activity-card .content .btn-view:hover {
  background-color: #E1AD3E;
  border-color: #E1AD3E;
  color: #000;
}
.activity-card .content .btn-book {
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
  transition: 0.5s;
}
.activity-card .content .btn-book:hover {
  background-color: #E1AD3E;
  border-color: #E1AD3E;
  color: #000;
}
.activity-card:hover img {
  filter: saturate(0.5);
}

.hotel-card {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.hotel-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.hotel-card .overlay {
  background: linear-gradient(to bottom, rgba(1, 44, 96, 0.5), rgba(1, 44, 96, 0.5));
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hotel-card .content {
  padding: 20px;
  top: 50%;
  left: 50%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hotel-card .content h5 {
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.hotel-card .content h6 {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
  padding-bottom: 15px;
}
.hotel-card .content .btn-book {
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border: 1px solid #E1AD3E;
  border-radius: 10px;
  color: #000;
  background-color: #E1AD3E;
  transition: 0.5s;
}
.hotel-card .content .btn-book:hover {
  background-color: #fff;
  border-color: #E1AD3E;
  color: #000;
}
.hotel-card:hover img {
  filter: saturate(0.5);
}

.activity-item {
  padding: 20px;
  text-align: center;
  background-color: #fefefe;
}
.activity-item h5 {
  font-size: 20px;
  color: #012C60;
  font-weight: 500;
}
.activity-item p {
  color: #545454;
}

.package-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  height: 450px;
}
@media (max-width: 990px) {
  .package-card {
    height: auto;
  }
}
.package-card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.package-card .content {
  padding: 20px;
  width: 90%;
}
@media (max-width: 1200px) {
  .package-card .content {
    width: 100%;
  }
}
.package-card .content h5 {
  font-size: 24px;
  color: #012C60;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.package-card .content p {
  font-size: 16px;
  color: #272727;
  line-height: 18px;
  font-weight: 400;
  padding-bottom: 5px;
}
.package-card .content ul {
  padding-bottom: 10px;
  padding-left: 0;
  margin: 0;
}
.package-card .content ul li {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-transform: uppercase;
  margin-right: 10px;
}
.package-card .content ul li i {
  margin-right: 3px;
}
.package-card .content .btn-view {
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border: 1px solid #012C60;
  border-radius: 10px;
  color: #012C60;
  margin-right: 10px;
  transition: 0.5s;
}
.package-card .content .btn-view:hover {
  background-color: #E1AD3E;
  border-color: #E1AD3E;
  color: #000;
}
.package-card .content .btn-book {
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border: 1px solid #012C60;
  border-radius: 10px;
  color: #fff;
  background-color: #012C60;
  transition: 0.5s;
}
.package-card .content .btn-book:hover {
  background-color: #E1AD3E;
  border-color: #E1AD3E;
  color: #000;
}
.package-card:hover img {
  filter: saturate(0.5);
}

.service-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.service-card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.service-card .content {
  padding: 20px 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .service-card .content {
    width: 100%;
  }
}
.service-card .content h5 {
  font-size: 24px;
  color: #012C60;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.service-card .content p {
  font-size: 16px;
  color: #272727;
  line-height: 18px;
  font-weight: 400;
  padding-bottom: 5px;
}
.service-card .content .btn-book {
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  border: 1px solid #012C60;
  border-radius: 10px;
  color: #fff;
  background-color: #012C60;
  transition: 0.5s;
}
.service-card .content .btn-book:hover {
  background-color: #E1AD3E;
  border-color: #E1AD3E;
  color: #000;
}
.service-card:hover img {
  filter: saturate(0.5);
}

.news-card {
  position: relative;
  height: 370px;
  overflow: hidden;
}
.news-card img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0));
  content: "";
  left: 0;
  top: 0;
}
.news-card .border {
  position: absolute;
  width: 95%;
  height: 300px;
  border: 1px solid #E1AD3E;
  content: "";
  margin: 10px;
  left: 0;
  top: 0;
}
.news-card h4 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 400;
  padding: 5px;
  position: absolute;
  left: 10px;
  top: 20px;
}
.news-card h5 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.news-card .btn-search {
  border-color: #E1AD3E;
  background-color: #E1AD3E;
  bottom: 0;
  left: 0;
}

.about-section {
  background-color: #F7F8F8;
}

.social-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (max-width: 990px) {
  .social-links {
    justify-content: center;
  }
}
.social-links li i {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin: 0 6px 6px 0;
  border: 2px solid #fff;
}
.social-links li .fa-facebook-f {
  background-color: #1877f2;
}
.social-links li .bi-whatsapp {
  background-color: #25d366;
}
.social-links li .bi-youtube {
  background-color: #ff0000;
}
.social-links li .bi-google {
  background-color: #ea4335;
}
.social-links li .bi-threads {
  background-color: black;
}
.social-links li .bi-twitter-x {
  background-color: black;
}
.social-links li .bi-instagram {
  background-color: #c32aa3;
}
.social-links li .bi-tiktok {
  background-color: black;
}
.social-links li .fa-tripadvisor {
  background-color: #007955;
}
.social-links li .bi-linkedin {
  background-color: #0a66c2;
}
.social-links li .bi-pinterest {
  background-color: #bd081c;
}

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;
  padding: 100px 0 50px;
}
@media (max-width: 990px) {
  footer {
    text-align: center;
  }
}
footer img {
  filter: brightness(1) invert(1);
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer h5 {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
}
footer p {
  color: #fff;
}
footer .contact-links {
  margin-top: 10px;
}
footer .contact-links li {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 400;
}
footer .contact-links li a {
  color: #fff;
  text-decoration: underline;
}
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;
}
footer .footer-links li a {
  color: #fff;
}
footer .privacy-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  footer .privacy-links {
    justify-content: center;
  }
}
footer .privacy-links li {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  padding: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-right: 10px;
}
footer .privacy-links li a {
  color: #fff;
}
footer .privacy-links li a:hover {
  text-decoration: underline;
}
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: #fff;
  margin: 10px;
  padding: 0;
}
footer .copyright {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "bootstrap-icons";
  color: #fff;
  height: 45px;
  width: 45px;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  color: #545454;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  background: rgba(255, 255, 255, 0.9);
}

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

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

@media (min-width: 990px) {
  .swiper .swiper-button-next:after,
  .swiper .swiper-button-prev:after {
    opacity: 0;
  }
  .swiper:hover .swiper-button-next:after,
  .swiper:hover .swiper-button-prev:after {
    opacity: 1;
  }
}
.home-chat {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  display: none;
}
.home-chat a i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  display: block;
  text-align: center;
  transition: 0.5s;
  margin: 0;
}
.home-chat a .fa-facebook-f {
  background-color: #1877f2;
}
.home-chat a .bi-whatsapp {
  background-color: #25d366;
}
.home-chat a .bi-youtube {
  background-color: #ff0000;
}
.home-chat a .bi-google {
  background-color: #ea4335;
}
.home-chat a .bi-threads {
  background-color: black;
}
.home-chat a .bi-twitter-x {
  background-color: black;
}
.home-chat a .bi-instagram {
  background-color: #c32aa3;
}
.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: 50px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
}
@media (max-width: 990px) {
  .whatsapp-icon {
    width: 40px;
  }
}

.Language {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 20px;
  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: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#preloader img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: fade 10s infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.error-alert {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(225, 173, 62, 0.8);
  color: #fff;
  padding: 15px;
  z-index: 1000;
  width: 300px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.error-alert.fade-out {
  opacity: 0;
}

.privacy-page {
  text-align: justify;
}
.privacy-page h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.privacy-page p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
.privacy-page ul {
  list-style: disc;
  margin-left: 15px;
}
.privacy-page ul li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 3px;
  padding: 0;
}

.taxi a {
  font-size: 18px;
  color: #222;
  text-decoration: underline;
}
.taxi span {
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */