body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #000000;
  background-color: #f8f8f8;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

li,
p {
  font-size: 16px;
  color: #000000;
}

img {
  transition: all 0.5s ease;
}

.m__tb {
  margin-top: 3%;
  margin-bottom: 3%;
}
.m__tb--t {
  margin-top: 3%;
}
.m__tb--b {
  margin-bottom: 3%;
}

.p__tb {
  padding-top: 3%;
  padding-bottom: 3%;
}
.p__tb--t {
  padding-top: 3%;
}
.p__tb--b {
  padding-bottom: 3%;
}

.l__container {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 48px 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  margin-bottom: 30px;
}
.section__title h2,
.section__title h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  color: #151b30;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.section__title h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}
.section__title span {
  font-size: 16px;
  font-weight: 600;
  color: #7a7373;
}

.l__button {
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
}
.l__button--border {
  border-color: #DB212C;
  color: #DB212C;
  padding: 11px 18px;
}
.l__button--border:hover {
  background-color: #DB212C;
  color: #ffffff;
}
.l__button--primary {
  color: #ffffff;
  background-color: #0EA5E9;
  border-color: #0EA5E9;
}
.l__button--primary:hover {
  border-color: #DB212C;
  background-color: #DB212C;
  color: #ffffff;
}
.l__button--btnColor {
  color: #ffffff;
  background-color: #190E0E;
  border-color: #190E0E;
}
.l__button--btnColor:hover {
  background-color: #ffffff;
  color: #190E0E;
}
.l__button--transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 3.125rem;
  color: #ffffff;
}
.l__button--transparent:hover {
  background-color: #ffffff;
  color: #0EA5E9;
}

.social__icon {
  gap: 1rem;
}
.social__icon li {
  text-align: center;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  color: #ffffff;
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #0EA5E9 !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev::before {
  font: var(--fa-font-solid);
  content: "\f053";
  color: #ffffff;
}
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: 0;
}
.owl-nav button.owl-next::before {
  font: var(--fa-font-solid);
  content: "\f054";
  color: #ffffff;
}
.owl-dots {
  margin-top: 35px !important;
}
.owl-dots button span {
  height: 21px !important;
  width: 21px !important;
  overflow: hidden;
  border-radius: 50%;
  background: #d1fdff !important;
}
.owl-dots button.active span {
  background-color: #0EA5E9 !important;
}

.page__banner {
  height: 428px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page__banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.7) 1.03%, rgba(10, 6, 6, 0) 141.77%);
  position: absolute;
  top: 0;
  left: 0;
}
.page__banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.page__banner--breadcrumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.page__banner--breadcrumb .breadcrumb {
  margin-bottom: 0 !important;
  justify-content: center;
}
.page__banner--breadcrumb .breadcrumb-item {
  color: #ffffff !important;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.page__banner--breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}
.page__banner--breadcrumb .breadcrumb-item a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
}

.hr-custom {
  height: 1px;
  width: 370px;
  overflow: hidden;
  margin: 22px auto;
}

.more {
  color: #0EA5E9;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}
.more span {
  margin-right: 10px;
}
.more:hover {
  color: #DB212C;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination .page-link {
  color: #0EA5E9;
  border-color: #0EA5E9;
}
.pagination .page-link:focus, .pagination .page-link:hover {
  background-color: #0EA5E9;
  color: #ffffff;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  color: #ffffff;
  border-color: #0EA5E9 !important;
  background-color: #0EA5E9 !important;
}

.header {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}
.header .navbar__custom {
  background-color: #ffffff !important;
}
.header .navbar-brand {
  color: #000000;
  border-radius: 5px;
}
.header .navbar-brand img {
  height: 60px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}
.header .navbar-toggler {
  margin-right: 12px;
}
.header .navbar-toggler-icon {
  background: none;
  position: relative;
  display: inline-block;
}
.header .navbar-toggler-icon::before {
  font: var(--fa-font-solid);
  content: "\f0c9";
  color: #0EA5E9;
  position: relative;
  top: 0;
  font-size: 22px;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-brand {
  margin-right: 100px;
}
.header .navbar-nav {
  gap: 25px;
}
.header .navbar .nav-item {
  position: relative;
}
.header .navbar .nav-item::after {
  content: "";
  height: 0.125rem;
  width: 0;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.header .navbar .nav-item:hover::after, .header .navbar .nav-item.active::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.header .navbar .nav-link {
  color: #060303 !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.header .navbar__enquiry .l__button--border {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.header .navbar__enquiry .l__button--border img {
  padding-right: 6px;
  display: inline-block;
}

#myHeader.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
#myHeader.sticky .navbar {
  background-color: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
}
#myHeader.sticky .navbar .nav-link {
  color: #000000 !important;
}
#myHeader.sticky .navbar-toggler span::before {
  color: #0EA5E9;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.step ul,
.contact__content ul,
.meta ul,
.about .right ul {
  padding: 0;
  margin: 0;
}

.banner__item {
  position: relative;
  height: 643px;
  width: 100%;
  overflow: hidden;
}
.banner__item::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #0a0606 -41.84%, rgba(13, 11, 11, 0) 71.54%);
  position: absolute;
  top: 0;
  left: 0;
}
.banner__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.banner__item--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 734px;
}
.banner__item--content h2,
.banner__item--content .text {
  color: #ffffff;
  text-align: center;
}
.banner__item--content h2 {
  font-family: "Oregano", cursive;
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner__item--content .text {
  font-weight: 600;
}
.banner__item--content .hr-custom {
  background-color: #f7f7f7;
}
.banner .swiper {
  position: relative;
}
.banner .swiper-button-prev, .banner .swiper-button-next {
  height: 41px;
  width: 41px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 50%;
  transform: translateY(-50%);
}
.banner .swiper-button-prev::after, .banner .swiper-button-next::after {
  font: var(--fa-font-solid);
  color: #ffffff;
}
.banner .swiper-button-next {
  right: 7%;
}
.banner .swiper-button-next::after {
  content: "\f054";
}
.banner .swiper-button-prev {
  left: 7%;
}
.banner .swiper-button-prev::after {
  content: "\f053";
}
.banner .swiper-pagination {
  color: #d0d0d0;
  position: absolute;
  top: 285px;
  left: 11%;
  height: 50px;
  width: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}
.banner .swiper-pagination-current {
  color: #faf6f6;
  font-size: 24px;
  font-weight: 700;
}

.service {
  padding: 57px 0 37px 0;
  background-color: #f9f9f9;
}
.service .section__title .hr-custom {
  background-color: #0EA5E9;
  margin: 17px 0 20px 0;
  width: 100%;
}
.service .hr-custom {
  margin-top: clamp(1rem, 4vw, 2.5rem) !important;
}
.service__card {
  height: 292px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  margin-bottom: 20px;
}
.service__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.service__card .title {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.48);
  width: 100%;
  padding: 14px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
}
.service__card:hover img {
  transform: scale(1.2);
}
.service__card:hover .title {
  background-color: #000000;
}

.about {
  padding: 73px 0 50px 0;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.about .desc p {
  color: #7a7373;
}
.about .desc .img {
  margin-top: 30px;
}
.about .desc .img img {
  height: auto;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
}
.about .right .book {
  margin-top: 70px;
}
.about .right .book .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 31px;
}
.about .right .book ul li {
  padding-left: 30px;
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.about .right .book ul li::before {
  content: "";
  height: 17px;
  width: 17px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0EA5E9;
  position: absolute;
  top: 6px;
  left: 0;
}
.about .right .book ul li::after {
  font: var(--fa-font-solid);
  content: "\f00c";
  position: absolute;
  top: 8px;
  left: 3px;
  color: #ffffff;
  font-size: 12px;
}
.about .right .info {
  margin-top: 46px;
}
.about .right .info .section__title {
  text-transform: capitalize;
}
.about .right .info p {
  font-size: 14px;
  font-weight: 400;
  color: #5b5a5a;
  margin-bottom: 35px;
}
.about__detail {
  padding: 77px 0 112px 0;
}
.about__detail .about__img {
  height: auto;
  width: 100%;
  overflow: hidden;
  max-height: 481px;
  border-radius: 15px;
}
.about__detail .about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.about__detail .about__content--info p, .about__detail .about__content p {
  color: #7a7373;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.about__detail .about__content--info p:last-child, .about__detail .about__content p:last-child {
  margin-bottom: 17px;
}
.about__detail .about__content {
  margin-top: 55px;
}

.message {
  padding: 50px 60px;
}
.message__img {
  height: 350px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.message__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.message__content p {
  color: #7a7373;
  font-size: 16px;
  font-weight: 400;
}

.deals {
  padding: 50px 0 20px 0;
  background: #f9f9f9;
}
.deals__card {
  border-radius: 15px;
  border: 1px solid #e7e5e5;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 100%;
}
.deals__card--img {
  position: relative;
  height: 212px;
  width: 100%;
  overflow: hidden;
}
.deals__card--img > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.deals__card--img::before {
  content: "";
  background: rgba(15, 11, 11, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.deals__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.deals__card--content {
  padding: 13px 10px 36px 10px;
}
.deals__card--content .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.deals__card--content .title a {
  color: #060404;
  text-decoration: none;
}
.deals__card--content .title:hover a {
  color: #0EA5E9;
}
.deals__card--content .desc {
  font-size: 14px;
  font-weight: 400;
  color: #5b5a5a;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.deals__card--content .time {
  border-radius: 5px;
  color: #0EA5E9;
  background: #f0f9ff;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 16px;
}
.deals__card--content .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.deals__card--content .price p {
  margin-bottom: 0;
}
.deals__card--content .price_offer {
  font-size: 16px;
  font-weight: 700;
  color: #060404;
}
.deals__card--content .price_offer span {
  color: #949191;
  font-weight: 400;
}
.deals__card--content .price_discount {
  font-size: 14px;
  font-weight: 700;
  color: #686767;
}
.deals__card--content .price_discount span {
  color: #949191;
  font-weight: 400;
}
.deals__card:hover .deals__card--img img {
  transform: scale(1.2);
}
.deals__card:hover .deals__card--img > div, .deals__card:hover .deals__card--img::before {
  visibility: visible;
  opacity: 1;
}

.destination {
  padding: 55px 0 35px 0;
  border: 1px solid rgba(158, 216, 255, 0.8);
  background: #fff;
}
.destination .desc {
  margin-bottom: 37px;
}
.destination .desc p:last-child {
  margin-bottom: 0;
}
.destination__card {
  margin-bottom: 20px;
}
.destination__card--img {
  border-radius: 5px;
  overflow: hidden;
  height: 276px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.destination__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.destination__card--img img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.destination__card--content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #060404;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.destination__card--content p {
  font-size: 16px;
  font-weight: 400;
  color: #7a7373;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.destination__card--content .more {
  color: #0EA5E9;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.destination__card--content .more span {
  margin-right: 10px;
}
.destination__card--content .more:hover {
  color: #DB212C;
}
.destination__card:hover img {
  transform: scale(1.2);
}
.destination__img {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: sticky;
  top: 100px;
}
.destination__img img {
  height: 687px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.choose {
  padding: 50px 0;
  background: #f0f9ff;
  margin-top: 48px;
}
.choose .left {
  margin-top: 36px;
  margin-bottom: 20px;
}
.choose .left .section__title {
  margin-bottom: 20px;
}
.choose .left .desc p {
  font-size: 16px;
  font-weight: 400;
  color: #7a7373;
}
.choose .left .info {
  margin-top: 36px;
}
.choose .left .info__card {
  text-align: center;
  margin-bottom: 20px;
}
.choose .left .info__card .icon {
  height: 45px;
  width: 45px;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #0EA5E9;
  margin: auto;
}
.choose .left .info__card .icon img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.choose .left .info__card h3 {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 600;
}
.choose .left .info .l__button {
  margin-top: 31px;
  padding: 11px 49px;
}
.choose__card {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0EA5E9;
  background: #fffbfb;
  padding: 28px;
  margin-bottom: 29px;
}
.choose__card--icon {
  height: 45px;
  width: 45px;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #0EA5E9;
  margin: auto;
}
.choose__card--icon img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.choose__card--content {
  margin-top: 15px;
}
.choose__card--content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #060404;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.choose__card--content p {
  font-size: 14px;
  font-weight: 600;
  color: #7a7373;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.partner {
  background: #f9f9f9;
  padding: 55px 0 50px 0;
}
.partner .section__title {
  margin-bottom: 35px;
}
.partner__card {
  border-radius: 15px;
  border: 1px solid #a5fbff;
  background: #ffffff;
  padding: 27px;
}
.partner__card img {
  height: 84px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}

.testimonial {
  padding: 47px 0;
  background: #fbfbfb;
  border: 1px solid #c6edff;
}
.testimonial .section__title {
  margin-bottom: 15px;
}
.testimonial .desc {
  color: #7a7373;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.testimonial__carousel {
  margin-top: 45px;
}
.testimonial__carousel .owl-stage {
  display: flex;
}
.testimonial__carousel .item {
  padding: 1px;
}
.testimonial__card {
  border-radius: 15px;
  border: 1px solid #7dd3fc;
  background: #f0f9ff;
  padding: 29px;
  text-align: center;
}
.testimonial__card .icon {
  text-align: left;
  margin-bottom: 16px;
  display: block;
}
.testimonial__card .desc {
  margin-bottom: 17px;
}
.testimonial__card .desc p {
  color: #7a7373;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonial__card .author {
  color: #060404;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.blog {
  background: #f9f9f9;
  padding: 50px 0 70px 0;
}
.blog__card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 14px;
}
.blog__card--img {
  border-radius: 5px;
  height: 242px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog__card--img::before {
  content: "";
  background-color: #b0adad;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.blog__card--img .tags {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0d0808;
  position: absolute;
  top: 18px;
  left: 18px;
  text-transform: capitalize;
  z-index: 1;
}
.blog__card--content {
  margin-top: 8px;
}
.blog__card--content .date {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #060404;
  padding-left: 12px;
  margin-bottom: 15px;
  position: relative;
}
.blog__card--content .date::before {
  content: "";
  height: 6px;
  width: 6px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #DB212C;
  position: absolute;
  top: 7px;
  left: 0;
}
.blog__card--content h3 a {
  font-size: 16px;
  font-weight: 700;
  color: #060404;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.blog__card--content p {
  color: #7a7373;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card:hover img {
  transform: scale(1.2);
}
.blog__card:hover h3 a {
  color: #0EA5E9;
}
.blog__list {
  padding: 0;
  margin-bottom: 50px;
}
.blog__list .blog_col {
  padding: 50px 0 30px 0;
}
.blog__list .blog__card {
  padding: 0;
  background-color: transparent;
}
.blog__list .blog__card--img {
  height: 298px;
}
.blog__list .blog__card--img::before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.blog__list .blog__card--img .tags {
  color: #ffffff;
}
.blog__list .blog__card--content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.blog__list .blog__card--content .date {
  padding-left: 0;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 8px;
}
.blog__list .blog__card--content .date::before {
  display: none;
}
.blog__list .blog__card--content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: 42px;
}
.blog__list aside {
  padding: 50px 0 30px 40px;
}
.blog__list aside h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 23px;
  text-transform: capitalize;
}
.blog__list aside ul {
  padding: 0;
  margin: 0;
}
.blog__list aside ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 19px;
}
.blog__list aside ul li a {
  text-decoration: none;
  color: #000000;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog__list aside ul li a span:last-child {
  width: 40px;
  text-align: right;
}
.blog__list aside ul li a span:first-child {
  padding-right: 40px;
}
.blog__list aside ul li a:hover {
  color: #0EA5E9;
}
.blog__list .bg_absolute {
  position: relative;
  background-color: #ffffff;
  height: 100%;
  padding: 0 0.5rem;
}
.blog__list .bg_absolute::before {
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.blog__detail--content .main_img {
  height: 470px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.blog__detail--content .meta {
  margin: 12px 0;
}
.blog__detail--content .meta ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog__detail--content .meta ul li {
  list-style: none;
}
.blog__detail--content .meta ul li .date {
  font-size: 11px;
  font-weight: 400;
  color: #0e0e0e;
  display: inline-block;
  margin-right: 32px;
}
.blog__detail--content .meta ul li .author {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #0e0e0e;
}
.blog__detail--content h1.title {
  font-size: 24px;
  font-weight: 700;
  color: #151b30;
  margin-bottom: 14px;
}
.blog_col .share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
}
.blog_col .share ul {
  padding: 0;
  margin: 0;
}
.blog_col .share ul li {
  list-style: none;
  margin-left: 10px;
}
.blog_col .share ul li a {
  color: #ffffff;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  background-color: #1677ab;
  display: block;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: all 0.5s ease;
}
.blog_col .share ul li a.facebook {
  background-color: #3b5998;
}
.blog_col .share ul li a.twitter {
  background-color: #1da1f2;
}

.explore {
  padding: 27px 0 0 0;
  background-color: #f9f9f9;
}
.explore .section__title {
  margin-bottom: 22px;
}
.explore__more {
  background-color: #0EA5E9;
  border: 1px solid #0EA5E9;
  border-radius: 5px;
  padding: 16px 0;
}
.explore__more .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
}
.explore__more .desc {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.explore__more .l__button--primary {
  padding: 11px 26px;
  background-color: #ffffff;
  color: #0EA5E9;
  border-radius: 5px;
}
.explore__more .row .borders {
  border-left: 1px solid #b0cbcd;
  padding-left: 20px;
}
.explore .deals {
  padding-bottom: 46px;
}

.package__info {
  position: absolute;
  top: auto;
  left: 0;
  padding-bottom: 21px;
  bottom: 0;
  width: 100%;
}
.package__info .row {
  align-items: center;
}
.package__info h2.country {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 13px;
}
.package__info--title h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.package__info--title h1 small {
  font-size: 20px;
  font-weight: 400;
}
.package__info--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.package__info--meta li {
  list-style: none;
}
.package__info--meta li h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.package__info--meta li h3 small {
  font-size: 24px;
  font-weight: 400;
  margin-right: 10px;
}
.package__info--meta li .l__button--primary {
  padding: 11px 42px;
  background-color: #ffffff;
  color: #0EA5E9;
  border-radius: 10px;
  border-color: #ffffff;
}
.package__info--meta li .l__button--primary:hover {
  background-color: #DB212C;
  color: #ffffff;
}
.package__detail {
  background-color: #f8f8f8;
  padding: 54px 0;
}
.package__detail--nav {
  position: sticky;
  top: 115px;
  background-color: #f8f8f8;
  z-index: 1;
}
.package__detail--nav .nav li a {
  color: #060909;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  padding: 20px 55px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
  display: block;
  cursor: pointer;
  text-align: center;
}
.package__detail--nav .nav li a::before {
  content: "";
  height: 5px;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.package__detail--nav .nav li a:hover, .package__detail--nav .nav li a.active {
  background-color: #ffffff;
}
.package__detail--nav .nav li a:hover::before, .package__detail--nav .nav li a.active::before {
  background-color: #0EA5E9;
}
.package__detail--nav .nav li a:hover a, .package__detail--nav .nav li a.active a {
  color: #0EA5E9;
}
.package__detail--nav .nav li a:hover a svg path, .package__detail--nav .nav li a.active a svg path {
  fill: #0EA5E9;
}
.package__detail #information,
.package__detail #exclude,
.package__detail #itinerary,
.package__detail #include,
.package__detail #overview {
  border-bottom: 1px solid #686868;
  padding-bottom: 48px;
}
.package__detail--content {
  margin-top: 36px;
}
.package__detail--content .title {
  font-size: 24px;
  font-weight: 700;
  color: #151b30;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.package__detail--content .overview_state {
  background-color: #ffffff;
  padding: 0 22px;
}
.package__detail--content .overview_state-card p {
  display: inline-block;
  margin-bottom: 0;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 600;
  color: #4e4c4c;
  text-transform: capitalize;
  width: 48%;
}
.package__detail--content .overview_state-card p span {
  color: #0EA5E9;
}
.package__detail--content .overview_state-card-last p:first-child {
  width: 24%;
}
.package__detail--content .overview_state .row {
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}
.package__detail--content .exclude,
.package__detail--content .include,
.package__detail--content .highlight {
  margin-top: 30px;
}
.package__detail--content .exclude ul,
.package__detail--content .include ul,
.package__detail--content .highlight ul {
  padding: 0;
  margin: 0;
}
.package__detail--content .exclude ul li,
.package__detail--content .include ul li,
.package__detail--content .highlight ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 400;
}
.package__detail--content .exclude ul li::before,
.package__detail--content .include ul li::before,
.package__detail--content .highlight ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  overflow: hidden;
  background-color: #0EA5E9;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
}
.package__detail--content .exclude ul li:last-child,
.package__detail--content .include ul li:last-child,
.package__detail--content .highlight ul li:last-child {
  margin-bottom: 0;
}
.package__detail--content .description {
  margin-top: 48px;
}
.package__detail--content .description p:last-child {
  margin-bottom: 0;
}

.faq {
  background-color: #f5f5f5;
}
.faq__accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq__accordion .accordion__item {
  display: block;
  margin-bottom: 15px;
  border-radius: 5px 5px 0px 0px;
}
.faq__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
.faq__accordion .accordion__title {
  padding: 20px 60px 17px 20px;
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0e0e0e;
}
.faq__accordion .accordion__title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  text-align: center;
  line-height: 40px;
  background-color: transparent;
}
.faq__accordion .accordion__title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 15px;
}
.faq__accordion .accordion__content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding: 14px 20px 27px 20px;
  border-radius: 0px 0px 5px 5px;
  background: #f2f2f2;
}
.faq__accordion .accordion__content.show {
  display: block;
}
.faq__accordion .accordion__content p {
  line-height: 1.8;
}
.faq__accordion .accordion__content p:last-child {
  margin-bottom: 0;
}

.contact {
  border-radius: 15px;
  border: 1px solid #96e2e5;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 11px 0;
  margin-bottom: 11px;
}
.contact__content {
  padding: 104px 53px 94px 0;
}
.contact__content .title {
  color: #151b30;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 26px;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #DB212C;
}
.contact__content p {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 37px;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
  margin-bottom: 24px;
}
.contact__content ul .info_card .icon {
  height: 58px;
  width: 58px;
  overflow: hidden;
  border-radius: 50%;
  min-width: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #0EA5E9;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.contact__content ul .info_card .info span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #000000;
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 31px;
}
.contact__content form .form-floating {
  margin-bottom: 34px;
}
.contact__content form .form-floating .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
}
.contact__content form .form-floating label {
  font-size: 14px;
  font-weight: 400;
  color: #1e1818;
}
.contact__content form .form-floating label span {
  color: #eb5757;
}
.contact__content form .form-floating textarea {
  height: 166px;
}
.contact__content form .l__button--primary {
  padding: 9px 36px;
  border-radius: 5px;
}

.map iframe {
  height: 398px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 15px;
}

.service.choose {
  background-color: transparent;
  margin-top: 0;
}
.service .choose__card {
  margin-bottom: 0;
  background-color: #f0f9ff;
}
.service .choose__card--content p {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service .row .col-md-4 {
  margin-bottom: 30px;
}

.travel__card {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.travel__card::before {
  content: "";
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.39) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.travel__card--img {
  height: 287px;
  width: 100%;
  overflow: hidden;
}
.travel__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.travel__card--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 95%;
}
.travel__card--content h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 21px;
}
.travel__card--content h3 small {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.travel__card--content .l__button--border {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  padding: 11px 26px;
  border-radius: 10px;
}

.feature {
  padding: 50px 0;
}
.feature .row .col-md-4 {
  margin-bottom: 20px;
}
.feature__card {
  border-radius: 15px;
  border: 1px solid #0EA5E9;
  background: #eefeff;
  overflow: hidden;
}
.feature__card--img {
  height: 203px;
  width: 100%;
  overflow: hidden;
}
.feature__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.feature__card--content {
  position: relative;
  text-align: center;
}
.feature__card--content .icon {
  height: 89px;
  width: 89px;
  overflow: hidden;
  line-height: 89px;
  text-align: center;
  border-radius: 50%;
  background-color: #0EA5E9;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.feature__card--content .icon img {
  height: 36px;
  width: 36px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.feature__card--content h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 0 8px;
  color: #060404;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 60px;
}

.enquiry__modal .modal {
  border-radius: 15px;
  border: 1px solid #00696e;
}
.enquiry__modal .modal-header {
  background-color: #0EA5E9;
  height: 150px;
  position: relative;
}
.enquiry__modal .modal-header img {
  height: auto;
  width: 220px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.enquiry__modal .modal-header button {
  position: absolute;
  top: 8px;
  left: auto;
  right: 8px;
  background-color: #ffffff;
  opacity: 1;
}
.enquiry__modal .modal-body .content {
  padding: 46px 82px;
  min-height: 785px;
}
.enquiry__modal .modal-body .left .desc {
  font-size: 14px;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 41px;
}
.enquiry__modal .modal-body .left .step ul {
  position: relative;
}
.enquiry__modal .modal-body .left .step ul li {
  list-style: none;
  padding-bottom: 55px;
  padding-left: 59px;
  position: relative;
}
.enquiry__modal .modal-body .left .step ul li::before {
  content: "";
  border-left: 1px dashed #0EA5E9;
  height: 100%;
  position: absolute;
  top: 0;
  left: 18px;
}
.enquiry__modal .modal-body .left .step ul li:last-child {
  padding-bottom: 0;
}
.enquiry__modal .modal-body .left .step ul li:last-child::before {
  display: none;
}
.enquiry__modal .modal-body .left .step ul li h3 {
  font-size: 16px;
  font-weight: 600;
  color: #060404;
  margin-bottom: 11px;
}
.enquiry__modal .modal-body .left .step ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.enquiry__modal .modal-body .left .step ul li span {
  height: 37px;
  width: 37px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0EA5E9;
  display: block;
  min-width: 37px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
.enquiry__modal .modal-body .form {
  padding: 10px 16px 31px 16px;
  border-radius: 15px;
  border: 1px solid #b3f5f8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -118px;
  left: 0;
}
.enquiry__modal .modal-body .form_enquiry {
  position: relative;
}
.enquiry__modal .modal-body .form_head {
  background-color: #f0f9ff;
  border-radius: 5px;
  padding: 18px 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.enquiry__modal .modal-body .form_head .icon {
  height: 58px;
  width: 58px;
  overflow: hidden;
  line-height: 58px;
  min-width: 58px;
  border-radius: 50%;
  text-align: center;
}
.enquiry__modal .modal-body .form_head h6 {
  font-size: 16px;
  font-weight: 600;
  color: #060404;
  text-align: center;
  margin-bottom: 0;
}
.enquiry__modal .modal-body .form_body {
  margin-top: 19px;
}
.enquiry__modal .modal-body .form_body .form-floating {
  margin-bottom: 25px;
}
.enquiry__modal .modal-body .form_body .form-floating input {
  font-size: 14px;
  font-weight: 400;
  color: #1b1b1b;
}
.enquiry__modal .modal-body .form_body .form-floating label {
  color: #1b1b1b;
}
.enquiry__modal .modal-body .form_body .form-floating label span {
  color: #eb5757;
}
.enquiry__modal .modal-body .form_body .form-floating textarea.form-control {
  height: 111px;
}
.enquiry__modal .modal-footer {
  background-color: #0EA5E9;
  padding: 34px 0;
  justify-content: center;
}
.enquiry__modal .modal-footer p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  text-align: center;
  padding: 0 20px;
}

.footer {
  background-color: #ffffff;
  color: #000000;
}
.footer__img {
  margin-bottom: 20px;
}
.footer__img img {
  height: 70px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 11px;
  position: relative;
}
.footer__desc p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 0;
}
.footer__desc--logo {
  margin-bottom: 1.25rem;
  display: block;
  text-align: center;
}
.footer__menu {
  padding-left: 30px;
  margin-bottom: 20px;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  margin-bottom: 15px;
  list-style: none;
}
.footer__menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}
.footer__menu ul li a i {
  font-size: 0.875rem;
  margin-right: 1rem;
}
.footer__menu ul li a:hover {
  color: #DB212C !important;
}
.footer__menu ul li a strong {
  font-weight: 500;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu--contact ul {
  padding: 0;
  margin: 0;
}
.footer__menu--contact ul li {
  position: relative;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__menu--contact ul li svg {
  position: absolute;
  top: 3px;
  left: 0;
}
.footer__menu--contact ul li a {
  color: #040101;
}
.footer__menu--contact ul li .social__icon {
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}
.footer__menu--contact ul li .social__icon li {
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.footer__menu--contact ul li .social__icon li a {
  color: #040101;
}
.footer__menu--contact ul li .social__icon li a i {
  color: #000000;
}
.footer__menu--contact ul li .social__icon li.icon {
  margin-top: 42px;
}
.footer .social {
  border-top: 1px solid #030202;
  margin-top: 3.125rem;
  padding: 1.875rem 0;
}
.footer .social__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer .social__icon li a {
  background-color: transparent;
  color: #000000;
}
.footer .social__icon li a i {
  color: #000000;
}
.footer .social__icon li a:hover i {
  color: #DB212C;
}
.footer__bottom {
  background-color: #0EA5E9;
  margin-top: 30px;
}
.footer .copyright {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright img {
  height: 1.5625rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}
.footer .copyright p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.footer .copyright ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .copyright ul li a {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer .copyright ul li a:hover {
  color: #DB212C;
}

@media (max-width: 1199px) {
  .package__detail--nav .nav li a {
    width: 145px;
    text-align: center;
    padding: 20px 0;
  }
}
@media (max-width: 1025px) {
  .banner__item--content h2 {
    font-size: 38px;
  }
  .footer__menu {
    padding-left: 0;
  }
  .enquiry__modal .modal-body .content {
    padding: 25px;
  }
  .enquiry__modal .modal-body .form {
    position: static;
  }
  .blog__list aside {
    padding: 16px 0;
  }
}
@media all and (max-width: 991px) {
  .section__title h1,
  .section__title h2 {
    font-size: 26px;
  }
  .header .navbar .nav-link {
    color: #000000 !important;
  }
  .banner__item--content h2 {
    font-size: 28px;
  }
  .banner .swiper-pagination {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .package__detail--content .overview_state-card-last p:first-child {
    width: 48%;
  }
  .about__detail .about__content {
    margin-top: 0;
  }
  .message .row {
    flex-direction: column-reverse;
  }
  .package__info--title h1 {
    font-size: 28px;
  }
  .package__info--title h1 small {
    display: block;
    padding-top: 10px;
  }
  .package__info--meta {
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .package__info--meta li h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .enquiry__modal .modal-body .content {
    min-height: auto;
  }
  .blog__detail--content .main_img {
    height: auto;
  }
  .blog__list .bg_absolute::before {
    display: none;
  }
  .enquiry__modal .modal-header {
    height: auto;
  }
}
@media (max-width: 767px) {
  .destination__img img {
    height: auto;
  }
  .footer .copyright {
    flex-direction: column;
  }
  .footer .copyright p:first-child {
    margin-bottom: 15px;
  }
  .page__banner--breadcrumb .breadcrumb-item,
  .page__banner--breadcrumb .breadcrumb-item a {
    font-size: 20px;
  }
  .blog__list aside {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog__list .bg_absolute::before {
    width: 100%;
  }
  .package__info--title h1 {
    font-size: 24px;
  }
  .package__info--meta {
    margin-top: 20px;
    flex-direction: row;
    display: block;
  }
  .package__info--meta li h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .package__detail--content .overview_state-card p {
    width: 100%;
    padding: 5px 0 5px 0;
  }
  .package__detail--content .overview_state-card p:first-child {
    width: 100%;
  }
  .package__detail--content .overview_state-card p:last-child {
    padding-left: 38px;
  }
  .package__detail--nav {
    text-align: center;
    display: none;
  }
  .contact__content {
    padding: 16px;
  }
  .contact__content h1.title {
    font-size: 26px;
  }
  .enquiry__modal .modal-body .content .left {
    margin-bottom: 30px;
  }
  .travel__card {
    margin-bottom: 20px;
  }
  .explore__more .desc {
    margin: 16px 0;
    text-align: center;
  }
  .about__detail {
    padding: 50px 0;
  }
  .about .right .book {
    margin-top: 30px;
  }
  .enquiry__modal .modal-body .content {
    padding: 0;
  }
  .enquiry__modal .modal-header {
    height: auto;
  }
  .page__banner {
    height: 300px;
  }
  .contact {
    margin-top: 16px;
  }
}
@media (max-width: 640px) {
  .section__title h1,
  .section__title h2 {
    font-size: 22px;
  }
  .header .navbar-brand {
    margin-right: 20px;
  }
  .header .navbar__enquiry .l__button--border .text {
    display: none;
  }
  .banner__item--content h2 {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .banner__item--content {
    width: 90%;
  }
}
@media (max-width: 350px) {
  .navbar__enquiry .l__button {
    padding: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
