body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

#landing_section {
  height: 100vh;
  width: 100%;
  position: relative;
}
#landing_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  z-index: 4;
}
#landing_section .landing_image {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#landing_section .landing_content {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100vh;
  padding-bottom: 75px;
}
#landing_section .landing_content .landing_title {
  font-size: 62px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
}
#landing_section .landing_content .landing_title span {
  display: inline-block;
  transform: translateY(80px);
  opacity: 0;
  transition: all ease-in-out 1.2s;
}
#landing_section .landing_content .landing_title span.transition {
  transform: translateY(0);
  opacity: 1;
  transition: all ease-in-out 1.2s;
}
#landing_section .landing_content .landing_title span.delay {
  transition-delay: 0.8s;
}
#landing_section .landing_content .landing_subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
}
#landing_section .landing_content .landing_subtitle span {
  display: inline-block;
  transform: translateY(35px);
  transition: all ease-in-out 1.5s;
}
#landing_section .landing_content .landing_subtitle span.transition {
  transform: translateY(0);
  transition: all ease-in-out 1.5s;
}

.search_section {
  position: relative;
  margin-top: -150px;
  z-index: 5;
  margin-bottom: 55px;
}
.search_section .trip-select {
  display: flex;
  gap: 20px;
  font-weight: 600;
  font-size: 18px;
}
.search_section .trip-style {
  margin-bottom: 25px;
}
.search_section .trip-style.selected {
  background-color: #eaeaea;
  padding: 0px 15px;
  border-radius: 8px;
}
.search_section .flight-search {
  background-color: #fff;
  padding: 35px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  position: relative;
  border-radius: 20px;
  padding-top: 45px;
}
.search_section .search-title {
  background-color: #fff;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-left: 25px;
  left: 0;
  top: -40px;
}
.search_section .datePicker .form-control {
  font-size: 20px;
  font-weight: 700;
}
.search_section .form-group {
  border: 1px solid #eaeaea;
}
.search_section .form-group label {
  width: 100%;
  padding: 20px;
  background-color: #fafafa;
  min-height: 110px;
}
.search_section .form-group label p {
  font-size: 18px;
  font-weight: 600;
  color: #006f89;
}
.search_section .form-group label small {
  font-size: 12px;
  font-style: italic;
}
.search_section .form-group label .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.search_section .form-group.border-left-round {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.search_section .form-group.border-left-round label {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.search_section .form-group.border-right-round {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.search_section .form-group.border-right-round label {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.search_section .form-group .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.search_section .form-group .form-control:focus {
  box-shadow: none;
}
.search_section .form-group .traveller-info {
  font-size: 18px;
  font-weight: 600;
}
.search_section .form-group .traveller-info span {
  font-size: 24px;
  font-weight: 600;
}
.search_section .traveller-option {
  background-color: #fafafa;
  padding: 15px;
  position: absolute;
  right: 8px;
  width: 500px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  display: none;
  z-index: 8;
  border-radius: 10px;
}
.search_section .traveller-option.shown {
  display: flex;
}
.search_section .traveller-option .form-group {
  border: none;
}
.search_section .traveller-option .form-group label {
  padding: 10px;
  min-height: auto;
}
.search_section .traveller-option .form-group label p {
  font-size: 16px;
}
.search_section .traveller-option .form-control {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 7px;
}
.search_section .select2-container {
  width: 100% !important;
}
.search_section .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.search_section .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.search_section .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.search_section .trending-search {
  margin-top: 25px;
}
.search_section .trending-search .trending-title {
  font-weight: 600;
}
.search_section .trending-places {
  display: flex;
  margin-top: 7px;
  gap: 25px;
}
.search_section .trending-places .place-search {
  padding: 8px 12px;
  background-color: #eaeaea;
  border-radius: 8px;
}
.search_section .trending-places .place-search i {
  color: #006f89;
}
.search_section .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_section .form-footer .form-btn {
  align-self: flex-end;
}
.search_section .heli-svg {
  margin-left: 15px;
}
.search_section .heli-svg img {
  width: 35px;
}

.heading_title {
  font-size: 34px;
  font-weight: 800;
  color: #006f89;
  margin-bottom: 55px;
  letter-spacing: 1.5px;
}
.heading_title .heading_style {
  position: relative;
  padding-bottom: 15px;
}
.heading_title .heading_style::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 30%;
  height: 1.2px;
  background-color: #F6CD0F;
  z-index: 0;
  transform: translateX(-50%) scaleY(1.0001);
}
.heading_title .heading_style::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 55%;
  height: 1.5px;
  background-color: #F6CD0F;
  z-index: 0;
  transform: translateX(-50%);
}

.packageCharter_section {
  padding: 60px 0;
  background-color: #fafafa;
}
.packageCharter_section .package-card {
  position: relative;
  border-radius: 20px;
  margin-bottom: 40px;
}
.packageCharter_section .package-card a.full-link {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.packageCharter_section .package-card .package-image {
  position: relative;
}
.packageCharter_section .package-card .package-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.packageCharter_section .package-card .package-image .package-type {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0px;
  min-width: 75px;
  text-align: center;
  background-color: #F6CD0F;
  color: #006f89;
  font-weight: 700;
  padding: 5px 10px;
  border-top-left-radius: 5px;
}
.packageCharter_section .package-card .package-desc {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 25px;
  position: relative;
}
.packageCharter_section .package-card .package-desc .package-title {
  font-size: 20px;
  font-weight: 700;
  color: #006f89;
  margin-bottom: 10px;
}
.packageCharter_section .package-card .package-desc .package-meta {
  display: flex;
  gap: 10px;
}
.packageCharter_section .package-card .package-desc .package-meta .package-price strong {
  font-size: 18px;
}
.packageCharter_section .package-card .package-desc .package-meta .package-time strong {
  font-size: 18px;
}
.packageCharter_section .package-card .package-desc .package-meta .card-svg {
  width: 30px;
}

.parallax_section {
  position: relative;
  padding: 120px 0;
}
.parallax_section .bg-image {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/images/parallax-1.jpg");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
.parallax_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.35;
  z-index: 5;
}
.parallax_section .parallax_content {
  position: relative;
  z-index: 6;
  text-align: center;
}
.parallax_section .parallax_content .parallax_title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 35px;
}
.parallax_section .parallax_content .parallax_desc {
  color: #fff;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 45px;
}
.parallax_section .cta-btn {
  margin-bottom: 25px;
}

.subscribe_section {
  margin-bottom: -55px;
  position: relative;
  z-index: 5;
}
.subscribe_section .subscribe_info {
  padding: 35px;
  display: flex;
  align-items: center;
  width: 90%;
  background-color: #006f89;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  margin: auto;
}
.subscribe_section .subscribe_desc {
  width: 50%;
}
.subscribe_section .subscribe_desc .subscribe_title {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.subscribe_section .subscribe_desc .subscribe_detail {
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
.subscribe_section .subscribe_form {
  width: 42%;
  margin-left: 25px;
}
.subscribe_section .subscribe_newsletter {
  width: 100%;
  position: relative;
}
.subscribe_section .subscribe_newsletter .subscribe_input {
  width: 100%;
  background-color: #eaeaea;
  border-radius: 5px;
  padding-right: 35px;
}
.subscribe_section .subscribe_newsletter .subscribe_button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  border-left: none;
}
.subscribe_section .subscribe_newsletter .subscribe_button .small-btn {
  padding: 15px 0;
}
.subscribe_section .subscribe_newsletter .subscribe_button button {
  transform: scale(1);
}
.subscribe_section .subscribe_newsletter .form-control {
  line-height: 2.5;
}

.heading_span {
  position: relative;
  width: 25%;
  height: 2px;
  background-color: #006f89;
  margin: 0 auto;
  margin-top: 25px;
}
.heading_span .span-icon {
  background-color: #fafafa;
  padding: 0 10px;
  width: 60px;
  height: 45px;
  margin: 0 10px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.svg-iconblue {
  width: 35px;
}

.cta-footer_section {
  margin-bottom: -55px;
  position: relative;
}
.cta-footer_section .cta-footer_desc {
  padding: 55px 0px;
  background-color: #006f89;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  margin: auto;
  text-align: center;
  position: relative;
}
.cta-footer_section .cta-footer_desc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/images/png-image-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.cta-footer_section .cta-footer_desc .cta-footer_title {
  font-size: 52px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 8px;
}
.cta-footer_section .cta-footer_desc .cta-footer_detail {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.cta-footer_section .cta-footer_desc .cta-footer-button {
  margin-top: 35px;
}

.svg-icon-left {
  width: 40px;
  margin-right: 15px;
  transform: rotateY(180deg);
}

.svg-icon-right {
  width: 40px;
  margin-left: 15px;
}

.footer_section {
  background-color: #eaeaea;
  padding-top: 95px;
  padding-bottom: 0px;
}
.footer_section .footer-logo {
  margin-bottom: 10px;
}
.footer_section .footer-logo img {
  width: 250px;
}
.footer_section .contact_title {
  font-size: 22px;
  font-weight: 800;
  color: #006f89;
  margin-bottom: 8px;
}
.footer_section .footer-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 7px;
}
.footer_section .footer-meta i {
  color: #006f89;
}
.footer_section .footerSocial_title {
  font-size: 20px;
  font-weight: 800;
  color: #006f89;
}
.footer_section .footerSocial_title span {
  position: relative;
}
.footer_section .footerSocial_title span::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 110%;
  width: 60%;
  z-index: 1;
  background-color: #006f89;
  height: 2px;
  transform: translateY(-50%);
}
.footer_section .service_footer .service_list {
  margin-bottom: 5px;
}
.footer_section .service_footer .service_list a {
  font-weight: 500;
  color: #006f89;
  position: relative;
}
.footer_section .service_footer .service_list a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #006f89;
  bottom: 0;
  left: 0;
  transition: all ease-in-out 0.45s;
}
.footer_section .service_footer .service_list a:hover::before {
  width: 100%;
  transition: all ease-in-out 0.45s;
}
.footer_section .footerSocial_link {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  padding-left: 20px;
}
.footer_section .footerSocial_link i {
  font-size: 18px;
  color: #006f89;
}
.footer_section .payment-option {
  text-align: center;
  padding: 20px 0;
}
.footer_section .payment-option .payment-title {
  font-size: 24px;
  color: #006f89;
  font-weight: 800;
  margin-bottom: 10px;
}
.footer_section .payment-option .payment-accept {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.footer_section .payment-option .payment-list img {
  width: 45px;
}

.copy-right {
  padding: 5px 0;
  background-color: #eaeaea;
  border-top: 2px solid #c7c7c7;
}

.package-card {
  position: relative;
  border-radius: 20px;
  margin-bottom: 40px;
}
.package-card a.full-link {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.package-card .package-image {
  position: relative;
}
.package-card .package-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.package-card .package-image .package-type {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0px;
  min-width: 75px;
  text-align: center;
  background-color: #F6CD0F;
  color: #006f89;
  font-weight: 700;
  padding: 5px 10px;
  border-top-left-radius: 5px;
}
.package-card .package-desc {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 25px;
  position: relative;
}
.package-card .package-desc .package-title {
  font-size: 20px;
  font-weight: 700;
  color: #006f89;
  margin-bottom: 10px;
}
.package-card .package-desc .package-meta {
  display: flex;
  gap: 10px;
}
.package-card .package-desc .package-meta .package-price strong {
  font-size: 18px;
}
.package-card .package-desc .package-meta .package-time strong {
  font-size: 18px;
}
.package-card .package-desc .package-meta .card-svg {
  width: 30px;
}

@media only screen and (max-width: 1300px) {
  .subscribe_section .subscribe_info {
    flex-direction: column;
    text-align: center;
  }
  .subscribe_section .subscribe_desc {
    width: 100%;
    margin-bottom: 25px;
  }
  .subscribe_section .subscribe_desc .subscribe_title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 27px;
  }
  .subscribe_section .subscribe_form {
    width: 100%;
    margin-left: 0;
  }
  .subscribe_section .subscribe_newsletter {
    width: 75%;
    position: relative;
    margin: 0 auto;
  }
  .subscribe_section .subscribe_newsletter .subscribe_input {
    width: 100%;
    background-color: #eaeaea;
    border-radius: 5px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .footer_section .footercol_section {
    margin-bottom: 25px;
  }
  .footer_section .payment-option {
    text-align: left;
  }
  .footer_section .payment-option .payment-accept {
    justify-content: flex-start;
  }
  .subscribe_section .subscribe_desc .subscribe_title {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 27px;
  }
  .cta-footer_section .cta-footer_desc .cta-footer_title {
    font-size: 36px;
  }
  .cta-footer_section .cta-footer_desc .cta-footer_detail {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #landing_section .landing_content .landing_title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #landing_section .landing_content .landing_subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #landing_section .landing_content .search-flight .btn {
    padding: 12px 14px;
  }
  #landing_section .search-mobile-btn {
    overflow: hidden;
  }
  #landing_section .search-flight {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    transform: translateY(55px);
    transition: all ease-in-out 1.8s;
  }
  #landing_section .search-flight .heli-svg {
    margin-left: 7px;
  }
  #landing_section .search-flight .heli-svg img {
    width: 35px;
  }
  #landing_section .search-flight.transition {
    transform: translateY(0px);
    transition: all ease-in-out 1.8s;
  }
  .search_section {
    margin-top: 0px;
  }
  .search_section .search-title {
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
    margin-left: 0;
    text-align: center;
  }
  .search_section .flight-search {
    padding: 35px 25px;
  }
  .search_section .form-footer {
    flex-direction: column;
    align-items: inherit;
  }
  .search_section .form-footer .trending-search {
    margin-bottom: 25px;
    display: none;
  }
  .search_section .form-footer .form-btn {
    align-self: center;
    margin-top: 25px;
  }
  .search_section .form-group label {
    padding: 10px 20px;
    min-height: 82px;
  }
  .search_section .form-group label p {
    font-size: 16px;
  }
  .search_section .form-group.border-left-round {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
  .search_section .form-group.border-left-round label {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
  .search_section .form-group.border-right-round {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }
  .search_section .form-group.border-right-round label {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }
  .search_section .trending-places {
    flex-direction: column;
    gap: 5px;
  }
  .parallax_section .bg-image {
    background-attachment: scroll;
  }
  .parallax_section .parallax_content .parallax_title {
    font-size: 28px;
    line-height: 1.5;
  }
  .parallax_section .parallax_content .parallax_desc {
    width: 100%;
    padding: 0 8px;
  }
  .subscribe_section .subscribe_info {
    width: 100%;
    padding: 35px 15px;
    margin: 15px 0;
  }
  .subscribe_section .subscribe_newsletter {
    flex-direction: column;
  }
  .subscribe_section .subscribe_newsletter .subscribe_input {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .subscribe_section .subscribe_newsletter .form-control {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 1.8;
  }
  .subscribe_section .subscribe_newsletter .subscribe_button {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  .heading_title {
    line-height: 1.2;
    font-size: 22px;
    text-align: center;
  }
  .heading_title .heading_style .text-title {
    text-align: center;
    padding: 0 40px;
    display: inline-block;
  }
  .heading_title .heading_style span.left-icon {
    position: absolute;
    left: 0;
  }
  .heading_title .heading_style span.right-icon {
    position: absolute;
    right: 0;
  }
  .heading_title .heading_style .svg-icon-left, .heading_title .heading_style .svg-icon-right {
    width: 30px;
  }
  .footer_section {
    text-align: center;
  }
  .footer_section .footerSocial_title {
    font-size: 22px;
  }
  .footer_section .footerSocial_link {
    justify-content: center;
  }
  .footer_section .footerSocial_link i {
    font-size: 22px;
  }
  .footer_section .footerSocial_title span::before {
    display: none;
  }
  .footer_section .footer-meta {
    justify-content: center;
  }
  .footer_section .footercol_section {
    margin-bottom: 15px;
  }
  .footer_section .payment-option {
    text-align: center;
    padding: 5px 0;
  }
  .footer_section .payment-option .payment-accept {
    justify-content: center;
  }
  .search-btn {
    margin-bottom: 10px;
  }
  .search-btn .btn {
    padding: 12px 18px;
    font-size: 11px;
  }
  .search_section {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    top: 2.5%;
    left: 0;
    transform: translateX(-120%);
    transition: all ease-in-out 0.85s;
    margin-top: 0;
    z-index: 15;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .search_section .search-title {
    display: none;
  }
  .search_section .flight-search {
    padding: 20px 25px;
  }
  .search_section .trip-select {
    font-size: 14px;
  }
  .search_section .trip-style {
    margin-bottom: 10px;
  }
  .search_section.translate {
    transform: translateX(0%);
    transition: all ease-in-out 0.85s;
  }
  .search_section .form-group label {
    min-height: 60px;
  }
  .search_section .form-group label p {
    font-size: 13px;
  }
  .search_section .form-footer .form-btn {
    margin-top: 15px;
  }
  .search_section .form-footer .form-btn .btn {
    padding: 12px 18px;
    font-size: 11px;
  }
  .search_section .datePicker .form-control {
    font-size: 18px;
  }
  .search_section .traveller-option {
    flex-direction: column;
    width: 95%;
  }
  .search_section .form-group label .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .package-card {
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .cta-footer_section .cta-footer_desc {
    padding: 30px 0;
  }
  .cta-footer_section .cta-footer_desc .cta-footer_title {
    font-size: 18px;
  }
  .cta-footer_section .cta-footer_desc .cta-footer_title span {
    display: none;
  }
  .cta-footer_section .cta-footer_desc .cta-footer_detail {
    font-size: 12px;
  }
  .cta-footer_section .cta-footer_desc .cta-footer-button {
    margin-top: 10px;
  }
}
.travelPick * {
  pointer-events: none;
}/*# sourceMappingURL=index.css.map */