.main-title {
  font-family: var(--primary-font);
  font-size:30px;
  font-weight: bold;
  color: var(--white);
}
.section-gap {
  padding-top: 50px;
  padding-bottom: 50px;
}
body {
  background: var(--this-body-bg);
}

.topssec {
  background: rgba(0, 0, 0, 0.4);
}

.ak-carousel .carousel-control {
  width: 6%;
  background-image: none;
}


.ak-footer .title {
  color: var(--white);
}

.custom-tab.ak-tab {
  position: relative;
  justify-content: flex-start;
  border-radius: 15px !important;
  z-index: 1;
  overflow-y: hidden;
}

.nav-tabs.tabstab {
  justify-content: flex-start;
}

.inspad .secndblak {
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #9e9e9e;
  background: var(--white);
}

.ak-search-form-heading {
  font-size: 25px;
}

.ak-tab .nav-tabs.tabstab {
  border-radius: 0 !important;
  background-color: transparent;
  gap: 12px;
}

.custom-tab .nav-tabs.tabstab li::after {
  display: none;
}

.custom-tab .nav-tabs.tabstab li {
  margin-bottom: 0;
}

.custom-tab .nav-tabs.tabstab > li:hover {
  height: 100%;
  margin-bottom: 0;
}

.ak-tab .nav > li > a {
  background-color: var(--white);
}

.allformst .nav-tabs.tabstab > li > a label {
  color: var(--black);
}

.custom-tab .nav-tabs.tabstab li a {
  padding: 10px;
}

.custom-tab .nav-tabs.tabstab > li span,
.custom-tab .nav-tabs.tabstab > li > a label {
  margin: auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--app-font-family);
}

.ak-tab .nav-tabs > li.active > a,
.ak-tab .nav-tabs > li.active > a:hover,
.ak-tab .nav-tabs > li.active > a:focus,
.ak-tab .nav-tabs > li > a:focus {
  background: var(--hm-blue) !important;
  color: var(--white);
}

.ak-tab .nav-tabs > li > a:hover {
  background: var(--white) !important;
}

.ak-tab .nav-tabs > li > a:hover label,
.ak-tab .nav-tabs > li > a:hover span {
  color: var(--black);
}

.ak-tab .nav-tabs > li.active > a:hover label,
.ak-tab .nav-tabs > li.active > a:hover span {
  color: var(--white) !important;
}

.tab-icon-img {
  width: 16px;
}

.ak-carousel .carousel-indicators {
  bottom: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .ak-carousel .carousel-indicators {
    bottom: 65px;
  }
}

@media (min-width: 992px) {
  .ak-search-form-heading {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .custom-tab.ak-tab {
    /* overflow: hidden; */
    padding-bottom: 8px;
  }

  .ak-tab .nav-tabs.tabstab {
    gap: 5px;
  }

  .tab-icon-img {
    width: 25px;
    height: 28px;
    object-fit: contain;
  }

  .allformst .ak-tab .nav-tabs.tabstab > li > a label {
    font-size: var(--font-l) !important;
  }
}

@media (max-width: 992px) {
  #searchf-nav-tab {
    min-width: max-content;
  }
}

@media (min-width: 1200px) {
  .inspad .secndblak {
    padding: 20px 90px;
  }
  .main-title {
    font-size: 45px;
  }
}

.carousel-fade .carousel-inner > .item {
  opacity: 0;
  transition: none;
  /* animation: transformImg 4s linear; */
}

@keyframes transformImg {
  0% {
    scale: 1.09;
  }

  25% {
    scale: 1.07;
  }

  50% {
    scale: 1.05;
  }

  75% {
    scale: 1.02;
  }

  100% {
    scale: 1;
  }
}

.carousel-fade .carousel-inner > .active {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

.nl-input {
  padding: 34px 10px !important;
  font-size: 20px !important;
  font-family: var(--font-secondary-regular);
}

.nl-input::placeholder {
  font-size: 20px !important;
  font-family: var(--font-secondary-regular);
}

.fd-wf.hideEle:nth-of-type(n + 7) {
  display: none;
}

.skeleton {
  animation: skeletonLoading 1s linear infinite alternate;
}

.skeleton-text {
  display: block;
  height: 35px;
  border-radius: 5px;
}

@keyframes skeletonLoading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  0% {
    background-color: hsl(200, 20%, 95%);
  }
}


.deals-container {
  padding: 15px 0;
}

.blue-gradient-bg {
  background: rgb(14, 78, 150);
  background: linear-gradient(
    180deg,
    rgba(14, 78, 150, 1) 32%,
    rgba(10, 48, 92, 1) 100%
  );
}

.feature-img {
  height: 50px;
  margin: 0 auto 10px auto;
}

.package-item {
  background-color: var(--white);
}

.package-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.package-item p {
  font-size: var(--font-m);
  font-weight: bold;
}

.hm-logo {
  width: 150px;
  margin-top: -10px;
}

.carousel-arrow .owl-nav .owl-prev,
.carousel-arrow .owl-nav .owl-next {
  position: absolute;

  top: 40%;

  width: 40px;

  height: 40px;

  background: transparent url(../icons/chevron-left-white.svg) no-repeat center !important;

  background-size: 20px 20px !important;

  border-radius: 10px;
}
.carousel-arrow.video-carousel .owl-nav .owl-prev,
.carousel-arrow.video-carousel .owl-nav .owl-next {
  top: 30%;
}
.carousel-arrow .owl-nav .owl-prev span,
.carousel-arrow .owl-nav .owl-next span {
  /* visibility: hidden; */

  display: none;
}

.carousel-arrow .owl-nav .owl-prev {
  left: -15px;

  background-image: url(../images/icons/chevron-left-white.svg) !important;
}

.carousel-arrow .owl-nav .owl-next {
  right: -15px;

  background-image: url(../images/icons/chevron-right-white.svg) !important;
}
.carousel-arrow.theme-arrow .owl-nav .owl-prev {
  background-image: url(../images/icons/chevron-left-theme.svg) !important;
}

.carousel-arrow.theme-arrow .owl-nav .owl-next {
  background-image: url(../images/icons/chevron-right-theme.svg) !important;
}
.air-deals-row > div {
  width: calc(100% / 6.5);
  text-align: center;
}

.flight-list-row > div {
  width: 20%;
}

.flight-list-row > div:last-child {
  width: auto;
}

.ad-link,
.ad-link:hover,
.airline-link,
.airline-link:hover {
  color: black;
}

@media (max-width: 550px) {
  .searchsbmt {
    line-height: normal;
  }

  div#ui-datepicker-div.ui-datepicker {
    left: 1px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .service-icon-row > div {
    width: 100%;
    margin-bottom: 25px;
  }

  .flight-list-row > div {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .main-title{
    font-size: 40px;
  }
  .carousel-arrow .owl-nav .owl-prev {
    left: -45px;
  }
  
  .carousel-arrow .owl-nav .owl-next {
    right: -45px;
  }

  /* .service-icon-row {
  padding-right: 14%;
} */
}

@media (min-width: 1200px) {
  .hm-logo {
    width: 200px;
  }
}

.di-card {
  --flip-animation-duration: 0.5s;
  --radius: 20px;
  --height: 350px;
  width: 100%;
  height: var(--height);
  border-radius: var(--radius);
  color: var(--white);
  position: relative;
  perspective: 1000px;
}

.di-card-container {
  position: relative;
  width: 100%;
  height: var(--height);
  transition: transform var(--flip-animation-duration) ease-in-out;
  transform-style: preserve-3d;
}

.di-card:hover .di-card-container {
  transform: rotateY(180deg);
}

.di-front,
.di-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: var(--radius);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.di-front {
  background-repeat: no-repeat;
  background-size: cover;
}

.di-back {
  background-color: var(--this-secondary);
  transform: rotateY(180deg);
}

.di-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 15px;
}

.di-cont {
  text-align: center;
}

.di-cont p {
  text-align: justify;
  font-size: 15px;
  line-height: 20px;
}

.di-rm-btn, .di-rm-btn:hover {
  display: inline-block;
  padding: 0 5px;
  color: var(--white);
  font-weight: bold;
  border: 1px solid var(--white);
  border-radius: 15px;
  line-height: 20px;
}

.h-modal .btn-close {
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 28px;
  text-align: center;
  top: 15px;
  width: 22px;
  height: 21px;
  border: 1px solid #000;
  z-index: 10;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-modal .btn-close::after {
  content: "\f00d";
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
  line-height: 0;
}

.h-modal .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.play-area-container {
  position: relative;
  transform: scale(0.9);
  transition: all 0.5s;
}

.play-area-container:hover {
  transform: scale(1);
}
.thumbnail-overlay {
  transform: scale(0.9);
  width: 100%;
  height: 180px;
}

.video-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.vr-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border: 3px solid var(--white);
  border-radius: 25px;
}

.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.you-play {
  width: 120px !important;
}

.yr-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--white);
  padding: 10px 0;
  text-align: center;
}
.home-banner {
  position: relative;
}

.h-about,
.h-contact {
  background-image: url(../images/deal-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 50px 0;
}

.package-item {
  --radius: 60px;
  background-color: white;
  padding: 5px;
  border-radius: var(--radius);
  transform: scale(0.9);
  transition: all 0.5s;
}

.package-item:hover {
  transform: scale(1);
}

.package-item .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.pac-img-holder {
  position: relative;
}

.pac-img-holder .pac-img {
  height: 250px;
  object-fit: cover;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.pac-img-holder .title {
  font-family: var(--secondary-font);
  font-size: 20px;
  color: white;
  margin-top: -36px;
  margin-bottom: 12px;
}

.package-item .btn-red {
  font-size: 20px;
  padding: 0px 10px;
  border-radius: 9px;
}

.h-about,
.h-contact {
  background-image: url(../images/h-about-banner.jpg);
}

.feature-img {
  height: 50px;
  margin-bottom: 10px;
}

.pac-des {
  min-height: 40px;
}

.mis-container {
  position: relative;
}

.form-control,
.form-select {
  background-color: #f1f8ff;
}

.mis-container .pc-code {
  padding: 2px;
  width: 90px;
  border: 0;
  border-radius: 0;
  background-color: #a8dbff;
  color: var(--black);
  position: absolute;
  font-size: var(--font-m);
  top: 7px;
  left: 9px;
}

.mis-container .pc-code:focus-visible {
  box-shadow: none;
  outline: 0;
}

.mis-container .ph-no {
  padding-left: 105px;
}

h5 {
  font-size: 18px;
}

h5,
.address-row a,
.address-row a:hover,
.map-changer-btn,
.map-changer-btn:hover {
  color: var(--black-lite);
}

.map-changer-btn {
  display: inline-flex !important;
  cursor: pointer;
}

.address-row {
  font-size: var(--font-m);
}

.address-row i {
  color: var(--this-blue);
}

.ci-icon {
  width: 13px;
}

@media (min-width: 1800px) {
  .home-banner-img {
    width: 100vw;
  }
}

.about-counter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.a-c-holder {
  width: 100%;
}

.about-counter-card {
  background-color: #ffff00;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  height: 100%;
}

.about-counter-card p {
  color: var(--black);
  margin-bottom: 0;
}

.about-counter-card .line {
  width: 100%;
  height: 1px;
  background-color: var(--white);
  display: block;
  margin: 15px 0 10px 0;
}

.about-counter-card .count {
  width: 150px;
  font-size: 25px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}

.a-c-des {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.line-divider {
  width: 100%;
  border: 1px solid var(--white);
  margin: 35px 0;
}

@media (min-width: 768px) {
  .home-banner-img {
    min-height: 545px;
    object-fit: cover;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
}

@media (min-width: 992px) {
  .homeBannerCarousel .carousel-item img {
    height: 350px;
    object-fit: cover;
  }

  .about-counter-row {
    flex-wrap: nowrap;
    gap: 50px;
  }

  .a-c-holder {
    width: calc(100% / 5.5);
  }

  .about-counter-card .count {
    font-size: 45px;
  }
}

@media (min-width: 1199px) {
  .deal-sub-text {
    font-size: 20px;
  }
}

.homeBannerCarousel .carousel-caption {
  bottom: 35%;
}
