body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  color: #280659;
}

a {
  text-decoration: none;
  color: #91268E;
}
a:hover {
  color: #280659;
}

hr.dashed {
  border-top: 1px dashed rgba(40, 6, 89, 0.1);
  opacity: 1;
}

.wh-1 {
  width: 1rem;
  height: 1rem;
}

.wh-2 {
  width: 1.25rem;
  height: 1.25rem;
}

.wh-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.text-gray {
  color: rgba(0, 0, 0, 0.7) !important;
}

.text-dark {
  color: #280659 !important;
}

.text-main {
  color: #91268E !important;
}

.text-sec {
  color: #FDCB0C !important;
}

.bg-light {
  background-color: var(--bs-light);
}

.bg-lightyellow {
  background-color: lightyellow;
}

.btn-close {
  background: none;
  width: auto;
  height: auto;
}

.btn {
  font-size: 0.875rem;
  border: none;
  border-radius: 0.25rem;
  line-height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-white:hover, .btn.btn-white.active {
  background-color: #91268E;
  color: white;
}
.btn.btn-main {
  background-color: #91268E;
  color: white;
}
.btn.btn-main:hover, .btn.btn-main:active, .btn.btn-main:focus {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(145, 38, 142, 0.3);
  -moz-box-shadow: 0 0.5rem 1rem rgba(145, 38, 142, 0.3);
  -ms-box-shadow: 0 0.5rem 1rem rgba(145, 38, 142, 0.3);
  -o-box-shadow: 0 0.5rem 1rem rgba(145, 38, 142, 0.3);
  box-shadow: 0 0.5rem 1rem rgba(145, 38, 142, 0.3);
  background-color: #91268E;
  color: white;
}

.form-control {
  border: none;
  font-size: 0.875rem;
}

.img-cover {
  object-fit: cover;
  object-position: center center;
}

.radio-group {
  padding: 0.25rem;
}
.radio-group .form-check {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
.radio-group .form-check .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 0;
}
.radio-group .form-check .form-check-label {
  padding: 0.375rem 0.75rem;
  margin: 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  line-height: 1.5rem;
}
.radio-group .form-check .form-check-input:checked ~ .form-check-label, .radio-group .form-check .form-check-label:hover {
  background-color: rgba(145, 38, 142, 0.1);
}

.dropdown-toggle:after {
  display: none;
}

.dropdown .dropdown-menu {
  max-width: 100%;
  color: #91268E;
  border: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.hborder {
  -webkit-box-shadow: inset 0 0 0 1px rgba(145, 38, 142, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(145, 38, 142, 0.1);
  -ms-box-shadow: inset 0 0 0 1px rgba(145, 38, 142, 0.1);
  -o-box-shadow: inset 0 0 0 1px rgba(145, 38, 142, 0.1);
  box-shadow: inset 0 0 0 1px rgba(145, 38, 142, 0.1);
}

.nav-tabs .nav-link {
  background-color: rgba(40, 6, 89, 0.5);
  color: white;
  padding: 0.5rem 1rem;
}
.nav-tabs .nav-link.active:hover {
  background-color: white;
  color: #91268E;
}
.nav-tabs .nav-link:hover {
  background-color: rgba(40, 6, 89, 0.9);
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  color: #280659;
}
.daterangepicker:before {
  display: none;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #91268E;
}

.offcanvas {
  max-width: 70%;
}
.offcanvas .offcanvas-body hr {
  border-top: 1px dashed rgba(145, 38, 142, 0.5);
  margin: -0.5rem 0 0.75rem;
}
.offcanvas .offcanvas-body li {
  padding: 0.25rem 0 0.25rem 1rem;
  position: relative;
}
.offcanvas .offcanvas-body li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: block;
  background-image: url(../images/icons/chevron-right-small-color.svg);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}

.abs-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.abs-img:before {
  content: "";
  display: block;
}
.abs-img.abs-169:before {
  padding-bottom: 56.25%;
}
.abs-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #91268E;
}

.swiper-button {
  background-color: white;
  border-radius: 50%;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.1);
  -moz-box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.1);
  -ms-box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.1);
  -o-box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.1);
}
.swiper-button img {
  width: 2.5rem;
  height: 2.5rem;
}
.swiper-button:after {
  display: none;
}

.swiper .swiper-button-prev {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.swiper .swiper-button-next {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.swiper:hover .swiper-button-prev {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.swiper:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.pagination .page-link {
  font-size: 0.75rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #91268E;
  border-radius: 0.25rem;
}
.pagination .page-link.active {
  background-color: #91268E;
  color: white;
}

.accordion-button:after {
  display: none;
}
.accordion-button:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.accordion-button:hover {
  background-color: rgba(145, 38, 142, 0.1);
  color: #91268E;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(145, 38, 142, 0.1);
  color: #91268E;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) .plus:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.accordion-button .plus {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  flex-shrink: 0;
  margin-left: 1rem;
}
.accordion-button .plus:before, .accordion-button .plus:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  left: 20%;
  top: 50%;
  margin-top: -1px;
  background-color: #fdcb0c;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.accordion-button .plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
header .btn {
  color: #91268E;
}

.top-nav .language {
  opacity: 0.5;
}
.top-nav .language.active, .top-nav .language:hover {
  opacity: 1;
  color: #91268E;
}

.mainSlide .swiper-slide img {
  width: 100%;
  height: 100%;
}

.slideSearch {
  position: relative;
}
.slideSearch .swiper {
  z-index: 1;
}

.searchFlight {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
}

.featured-destinations .single {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.featured-destinations .single:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.3);
  -moz-box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.3);
  -ms-box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.3);
  -o-box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.3);
  box-shadow: 0 0.5rem 1rem rgba(40, 6, 89, 0.3);
}
.featured-destinations .single:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  width: 100% !important;
}
.featured-destinations .single img {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.featured-destinations .single .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(40, 6, 89, 0.9), transparent, rgba(40, 6, 89, 0.9));
  background: -moz-linear-gradient(0deg, rgba(40, 6, 89, 0.9), transparent, rgba(40, 6, 89, 0.9));
  background: -ms-linear-gradient(0deg, rgba(40, 6, 89, 0.9), transparent, rgba(40, 6, 89, 0.9));
  background: -o-linear-gradient(0deg, rgba(40, 6, 89, 0.9), transparent, rgba(40, 6, 89, 0.9));
  background: linear-gradient(0deg, rgba(40, 6, 89, 0.9), transparent, rgba(40, 6, 89, 0.9));
}

.app-download {
  position: relative;
}
.app-download .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  left: 0;
  top: 0;
}

.discount .single {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.discount .single .text {
  position: relative;
}
.discount .single .text strong {
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: flex;
  padding: 0.75rem 2rem 0.5rem;
  -webkit-transform: translate(-50%, 10%);
  -moz-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  -o-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  background-color: white;
  border-radius: 2rem;
  -webkit-box-shadow: inset 0 0 0 2px #FDCB0C;
  -moz-box-shadow: inset 0 0 0 2px #FDCB0C;
  -ms-box-shadow: inset 0 0 0 2px #FDCB0C;
  -o-box-shadow: inset 0 0 0 2px #FDCB0C;
  box-shadow: inset 0 0 0 2px #FDCB0C;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.discount .single:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.discount .single:hover .text strong {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer {
  background-color: #280659;
}
footer li {
  position: relative;
  padding-left: 1rem;
}
footer li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: block;
  background-image: url(../images/icons/chevron-right-small-white.svg);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}
footer a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.25rem 0;
}
footer a:hover {
  color: white;
}

.news .single .abs-img {
  width: 50%;
}
.news .single p {
  max-height: 4rem;
  overflow: hidden;
}
.news .single:hover {
  color: #280659;
}

.news-detail-content .news-date {
  padding: 0.5rem 0;
}
.news-detail-content .news-date .btn {
  background-color: rgba(40, 6, 89, 0.05);
  margin-left: 0.25rem;
  padding: 0.125rem 0.5rem;
}
.news-detail-content .news-date .btn:hover {
  background-color: rgba(40, 6, 89, 0.1);
}
.news-detail-content hr {
  border-top: 1px dashed rgba(40, 6, 89, 0.1);
  opacity: 1;
}
.news-detail-content h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.news-detail-content p {
  color: #280659;
  margin: 1rem 0;
  text-align: justify;
}
.news-detail-content img {
  max-width: 100%;
  display: block;
  margin: 1rem auto;
}

.career .single {
  -webkit-box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  -ms-box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  -o-box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.career .careerContact {
  background-color: lightyellow;
  padding: 1.5rem 1.5rem 1rem;
  border-radius: 0.5rem;
}

.contact .single {
  -webkit-box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  -ms-box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  -o-box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  box-shadow: 0 0 0 1px rgba(40, 6, 89, 0.1);
  border-radius: 0.5rem;
}

@media (max-width: 991.98px) {
  .news .single .abs-img {
    width: 100%;
  }
  .mobile-width {
    width: 100%;
    margin-top: 2rem;
  }
  .mobile-width .flex-column {
    flex-direction: row !important;
    width: 100%;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .mobile-width .flex-column strong {
    width: 100%;
    text-align: center !important;
  }
  .mainSlide {
    height: 25rem;
    background-color: #91268E;
    margin-bottom: 2rem;
  }
  .mainSlide .swiper-slide {
    position: relative;
  }
  .mainSlide .swiper-slide img {
    height: 40%;
  }
  .mainSlide .swiper-slide:before {
    content: "";
    background: -webkit-linear-gradient(0deg, #91268E 0%, #91268E 60%, transparent);
    background: -moz-linear-gradient(0deg, #91268E 0%, #91268E 60%, transparent);
    background: -ms-linear-gradient(0deg, #91268E 0%, #91268E 60%, transparent);
    background: -o-linear-gradient(0deg, #91268E 0%, #91268E 60%, transparent);
    background: linear-gradient(0deg, #91268E 0%, #91268E 60%, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  header .logo img {
    height: 3rem;
  }
  .searchFlight {
    padding: 0 0.75rem;
    bottom: -4rem;
  }
  .searchFlight .tab-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .featured-destinations .single .content .name strong, .featured-destinations .single .content .price strong {
    font-size: 1.125rem !important;
  }
  .featured-destinations .single.big .content .name strong, .featured-destinations .single.big .content .price strong {
    font-size: 2rem !important;
  }
  .app-download {
    margin: 0 -0.75rem;
    padding: 1rem;
  }
  .app-download .qr-img {
    width: 40%;
  }
  .app-download .bg-img {
    object-fit: cover;
  }
  .app-download .hand-img {
    width: 80%;
    margin: 1rem 0 -1rem;
  }
}/*# sourceMappingURL=wrap.css.map */