html {
  overflow-x: hidden !important;
}

:root {
  --color-white: #fff;
  --color-off-white: #f3f3f3;
  --color-dark: #150E06;
  --color-black: #2A2A2A;
  --color-theme: #FAD141;
  --color-theme-light: #ae8a50;
  --color-deep-black: #000;
  --color-dark-blue: #0F1121;
  --color-light-black: #404040;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background: var(--color-black) !important;
  font-family: 'Source Sans 3', sans-serif !important;
  font-weight: 300;
}

body.page-detail {
  background: var(--color-white) !important;
}

/* 
font-family: 'Vidaloka', serif;
font-family: 'Source Sans 3', sans-serif;
*/
.fw-300{
  font-weight: 300;
}
.font-primary {
  font-family: 'Vidaloka', serif;
}

.font-secondary {
  font-family: 'Source Sans 3', sans-serif;
}

.title-main {
  font-size: 90px;
}

.title-main-detail {
  font-size: 60px;
}

.section-title {
  font-size: 48px;
}

.card-title {
  font-size: 24px;
}

.card-title-sub {
  font-size: 22px;
}

.bg-theme {
  background-color: var(--color-theme);
}
.border-theme {
  border:1px solid  var(--color-theme);
}
.theme-light {
  color: var(--color-theme-light);
}

.theme-blue {
  color: var(--color-dark-blue);
}

.text-gray {
  color: var(--color-light-black);
}

.fw-thin {
  font-weight: 400;
}

.fw-semi-bold {
  font-weight: 600;
}

.bg-theme-black {
  background-color: var(--color-black);
}

.theme-color,
.btn.theme-light {
  color: var(--color-theme-light);
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* header style */
.navbar-brand {
  max-width: 80px;
}

.menu-main .nav-item .nav-link {
  color: var(--color-white);
}

.menu-main .nav-item .nav-link.active,
.menu-main .nav-item .nav-link:hover {
  color: var(--color-theme);
}

.header-main {
  z-index: 1040;
}

.header-bg-change {
  background-color: var(--color-black);
}
.hover-zoomin img {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-zoomin img {
  width: 100%;
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.img-vertical img {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position:center;
  object-position:center;
  height: 520px;
}
.img-wrap img {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position:center;
  object-position:center;
  height: 400px;
}
.close-btn{
  position: absolute;
  right: 5px;
  top: 8px;
}
.sub-text  {
  border-bottom: 1px solid #dfba3f;
}
.block {
  height: 25px;
}
.sub-text p:hover p::before{
  content: "";
  width: 100px;
}
/* header style end */
/* spotlight */
#spotlight {
  max-height: 680px;
  overflow: hidden;
  position: relative;
}

.section-spotlight .desc-block {
  left: 120px;
  bottom: 30%;
  max-width: 575px;
  position: absolute;
}

.section-spotlight .desc-block p {
  font-size: 22px;
}

/* spotlight */
/* search-bar-card */
.search-bar-home {
  top: -50px;
  z-index: 1020;
}

.search-bar-detail {
  top: 0;
  padding: 60px 0;
}

.search-bar-card-block .block-gap {
  padding: 30px 40px;
  max-height: 85px;
}

.search-bar-card-block .block-gap:nth-last-child(3),
.search-bar-card-block .block-gap:nth-last-child(4),
.search-bar-card-block .block-gap:nth-last-child(5) {
  border-right: 1px solid #ceac34;
}

.search-bar-card-block .block-width {
  width: 25%;
}

.search-bar-card {
  border-radius: 60px;
}

.btn.btn-search {
  width: 100%;
  height: 85px;
  font-weight: 600;
  border-radius: 60px;
  background-repeat: no-repeat;
  background-position: 60px center;
  background-color: var(--color-white);
  background-image: url('../../../images/heli/icons/lens.svg');
}

.btn.btn-search:hover {
  background-color: #f2c321;
}

.dropdown .dropdown-toggle::after {
  display: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  border-color: transparent !important;
}

/* search-bar-card */

/* carousel btn-controls */
.right-mode-carousel .slick-prev,
.right-mode-carousel .slick-next {
  top: -90px;
  bottom: auto;
  z-index: 10;
}

.right-mode-carousel .slick-prev {
  right: 30px;
  left: auto;
}

.right-mode-carousel .slick-next {
  right: 5px;
  left: auto;
}

.carousel-common .slick-track {
  padding-bottom: 0;
}

/* carousel btn-controls */
.section-block-sm {
  padding: 30px 0;
}

.section-block-md {
  padding: 60px 0;
}

.section-block {
  padding: 90px 0;
}

.section-block-lg {
  padding: 120px 0
}

.section-title-block {
  margin-bottom: 30px;
}

.section-title-block.no-margin {
  margin-bottom: 0;
}

/* exp-service */
.exp-item .slide-desc {
  bottom: 0;
  padding: 0 30px 50px 30px;
}

.exp-item .slide-desc p {
  color: var(--color-white);
}

.exp-item .card-title .link {
  color: var(--color-white);
}

.exp-item .card-title .link:hover {
  color: var(--color-theme);
}

/* exp-service */
/* slide item card */
.slide-item .slide-desc p {
  font-size: 18px;
  
}

.slide-item-common .card:before,
.card-item-common .card:before {
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0.5rem;
}

.slide-item .slide-item-wrap {
  margin: 0 10px;
}

.lftrgt-gap {
  margin: 0 -10px;
}

/* slide item card */
/* scroll top */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  background: var(--color-dark);
  border-radius: 15px 0 0 0;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: var(--shadow-lg) !important;
}

.btn.btn-more {
  background-repeat: no-repeat;
  background-position: right center;
}

.btn.btn-more.btn-more-yellow {
  background-image: url('../../../images/heli/icons/icon-right-yellow.svg');
}

.btn.btn-more.btn-more-yellow:hover {
  color: var(--color-theme);
}

/* package-item */
.package-item .card p {
  font-size: 20px;
  font-weight: 300;
  color: var(--color-light-black);
}

#package-register {
  min-height: 400px;
}

.time-slot strong,
.time-slot small {
  font-size: 18px;
}

.time-slot strong {
  font-weight: 700;
}

.time-slot small {
  font-weight: 400;
}

/* package-item */
/* section-explore-more */
.section-exp-more {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../../images/heli/explore-more.webp');
}

.section-exp-more::before {
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: rgb(0 0 0 / 25%);
}

.section-exp-more .desc-wrap {
  z-index: 2;
  height: 100%;
  max-width: 480px;
  padding: 180px 0;

}

/* section-explore-more */

/* section-heli-rides */
.section-heli-rides .slide-desc {
  left: 0;
  bottom: 0;
  width: 100%;
}

.section-heli-rides .card-title .link {
  padding: 0 30px 50px 30px;
}

.section-heli-rides .card-title .link {
  color: var(--color-white);
}

.section-heli-rides .card-title .link:hover {
  color: var(--color-theme);
}

/* section-heli-rides */
/* helipads */
.helipads-item .card-title .link {
  color: var(--color-theme-light);
}

/* helipads */

/* section-footer */
.section-footer {
  background-color: var(--color-dark);
}

/* section-footer */
/* .jquery-datepicker */
body .form-control:focus {
  box-shadow: none;
}

/* .jquery-datepicker */
/* section-banner */
/* .section-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../../images/heli/inner-banner.webp?d=271220231702');
} */

/* section-banner */
/* search-list */
.btn.btn-fill {
  color: var(--color-deep-black);
  border: 1px solid var(--color-theme);
  background-color: var(--color-theme);
}

.btn.btn-fill:hover {
  border: 1px solid var(--color-theme);
  background-color: var(--color-white);
}

.btn.btn-outline {
  color: var(--color-deep-black);
  border: 1px solid var(--color-theme);
  background-color: var(--color-white);
}

.btn.btn-outline:hover {
  border: 1px solid var(--color-theme);
  background-color: var(--color-theme);
}

.btn.btn-rounded {
  border-radius: 30px;
}

.btn.btn-bold {
  font-size: 14px;
  font-weight: 600;
}

.modal-header .btn-close {
  width: 18px;
  height: 18px;
  border-radius: 30px;
  background-size: 12px !important;
  border: 1px solid var(--color-deep-black);
}

.navbar-toggler {
  height: 32px;
  width: 32px;
  background-image: url(../../../images/heli/icons/icon-close.png);
}

.navbar-toggler.collapsed {
  height: 14px;
  width: 29px;
  border-radius: 0 !important;
  background-image: url(../../../images/heli/icons/hamburger.svg);
}

.header-main .navbar-toggler:focus {
  box-shadow: none;
}

.search-bar-card-block .icon {
  width: 18px;
  height: 24px;
}

/* search-list */

/* package registration */
.nav-register li {
  list-style: none;
}
.nav-register li .link {
  color: #666;
}
.nav-register li.active .link {
  color: var(--color-deep-black) !important;
  border-bottom: 1px solid var(--color-theme);
}
/* package registration */
/* media-screen */
@media screen and (min-width : 992px) and (max-width: 1440px) {
  .title-main {
    font-size: 56px;
  }

  .section-spotlight .desc-block p {
    font-size: 18px;
  }

  .search-bar-card-block .block-gap {
    padding: 20px 20px;
    max-height: 70px;
  }

  .btn.btn-search {
    height: 70px;
    background-size: 16px;
    background-position: 40px center;

  }

  .section-block {
    padding: 60px 0;
  }

  
}

@media screen and (max-width : 991px) {
  .nav-register  {
 overflow: scroll;
  }
  .img-vertical img {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position:center;
    object-position:center;
    height: 380px;
  }
  .img-wrap img {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position:center;
    object-position:center;
    height:auto;
  }
  .menu-main {
    background: var(--color-dark-blue);
  }

  .navbar-nav {
    padding: 15px 0;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
  }

  .navbar-brand {
    max-width: 60px;
  }

  .title-main {
    font-size: 48px;
  }

  .title-main-detail {
    font-size: 40px;
  }

  .section-title {
    font-size: 32px;
  }

  .search-bar-home {
    top: 0;
    background-color: var(--color-white);
  }

  .section-spotlight .desc-block {
    left: 0;
    bottom: 0;
    padding: 5%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 40%);
  }

  #spotlight {
    max-height: 575px;
  }

  .search-bar-card {
    border-radius: 10px;
  }

  .bg-theme.search-bar-card {
    padding: 15px;
    background-color: var(--color-white) !important;
  }

  .btn.btn-search {
    width: 120px;
    height: 44px;
    font-weight: 600;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: var(--color-theme);
    background-image: none;
    background-size: 16px !important;
  }

  .search-bar-card-block .block-gap {
    max-height: 60px;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .search-bar-card-block .block-width {
    width: 100%;
  }

  .submit-block {
    margin-top: 15px;
    justify-content: end;
  }

  .section-block {
    padding: 60px 0;
  }

  .section-block-md {
    padding: 50px 0;
  }

  .section-title-block {
    margin-bottom: 30px;
  }

  .right-mode-carousel .slick-prev,
  .right-mode-carousel .slick-next {
    top: -65px;
  }

  .card-title {
    font-size: 24px;
  }

  .slide-item .slide-desc p {
    font-size: 16px;
    font-weight: 300;
  }

  .section-exp-more .desc-wrap {
    max-width: 100%;
    padding: 100px 0;
  }

  .section-exp-more::before {
    width: 100%;
  }

  .section-spotlight .desc-block p {
    font-size: 18px;
  }

  .exp-item .slide-desc,
  .section-heli-rides .card-title .link {
    padding: 0 20px 30px 20px;
  }

  .foot-content p {
    font-size: 14px;
    font-weight: 300;
  }

  .section-block-lg {
    padding: 150px 0 60px 0
  }
  .search-bar-card-block .block-gap:nth-last-child(3),
  .search-bar-card-block .block-gap:nth-last-child(4),
  .search-bar-card-block .block-gap:nth-last-child(5) {
    border-right: none;
  }
}

/* media-screen */