/*
 * This code is done using html5boilerplate, bootstrap 4 and other fixes.
 */
/* ==========================================================================
   Base styles
   ========================================================================== */
html {
  font-size: 1em;
  max-width: 100%;
  /* overflow-x: hidden; */
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: rgb(165, 121, 121);
  overflow-x: hidden;
}

p {
  margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abhaya Libre", serif;
  margin: 1.414em 0 0.5em;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 3.157em;
}

h2 {
  font-size: 2.369em;
}

h3 {
  font-size: 1.777em;
}

h4 {
  font-size: 1.333em;
}

small,
.font_small {
  font-size: 0.75em;
}

*:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  outline: none;
}

textarea:focus,
input:focus {
  outline: none;
}

::selection {
  text-shadow: none;
  outline: none;
}

::-moz-focus-inner {
  outline: none;
}

button:focus {
  outline: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
     Author's custom styles
     ========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

video {
  width: 100%;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: lighter;
  margin: 0 0 50px;
}

p {
  font-size: 18px;
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}

.btn:focus {
  box-shadow: none;
}

/*******************/

/** Nav Bar **/
.logo {
  width: 200px;
}

.navbar {
  padding: 0 15px;
}

.navbar-brand {
  padding: 0;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* #mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f4623a;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f4623a !important;
} */

#mainNav.navbar-shrink {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004c98;
  border-bottom: solid 4px #d6a551;
  transition: 0.4s ease-in-out;
}

.navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/ham-menu.png");
  height: 1em;
}

/** banner **/

.btn-request {
  background-color: #d6a551;
  border-radius: 18px;
  padding: 5px 15px;
  margin-left: 20px;
  color: #fff;
}

.btn-request:hover {
  background-color: #c69543;
  color: #fff;
}

header {
  position: relative;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header h1 {
  font-size: 90px;
  font-weight: 400;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/header_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-mobile-bg {
  background: url(../img/mobile-header-bg.jpg?v=0.1) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

/* header video {
  position: absolute;
  bottom: 0%;
  left: -25%;
  right: 25%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  /* -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); */
/*} */

header .container {
  position: relative;
  z-index: 2;
}

/** mobile menu modal **/
.modal-fullscreen {
  background: #004c98;
  padding-right: 0px;
  /* position: relative; */
}

.modal-dialog {
  max-width: 300px;
  margin: 1.75rem auto;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modalClose {
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 0;
}

/** About section **/

.page-section {
  padding: 70px 0;
}

.about-text {
  font-weight: normal;
  color: #004c98;
}

.about-detail {
  font-size: 14px;
  line-height: 22px;
  color: #393939;
  margin-bottom: 45px;
}

.hr-divider {
  color: #d6a551;
}

.about-btext {
  font-weight: normal;
  color: #393939;
  font-size: 26px;
}

/** business **/
.business-img {
  background-image: url(../img/PrivateJets-Section.jpg?v=0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.business-bg {
  background-color: #d6a551;
}

.business-box {
  padding: 25px 50px 50px 50px;
  color: #fff;
  /*text-align: justify;*/
}

.business-box h2 {
  font-weight: normal;
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.business-box-content {
  margin-top: 30px;
}

.business-box p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.business-box .hr-divider {
  color: #fff;
}

/** the fleet **/
.fleet-section {
  background-image: url(../img/Jets-Section-BG.jpg);
  padding: 70px 0;
  background-position: bottom;
  background-size: cover;
}

.section-title {
  color: #004c98;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
}

.fleet-section .card {
  margin: 0 10px;
}

.fleet-section .card-body {
  background-color: #f2f0ec;
  border-top: solid 5px #d6a551;
  /*height: 420px;*/
}

.common-title {
  color: #004c98;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Abhaya Libre", serif;
}

.fleet-section .card-body .card-text {
  font-size: 14px;
  line-height: 22px;
  color: #393939;
}

.common-text {
  font-size: 14px;
  color: #393939;
  line-height: 22px;
}

.jet-detail-box {
  padding-top: 20px;
  border-top: solid 1px #d6a551;
  color: #393939;
}

.jet-details p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: normal;
  /*padding-left: 5px;*/
}

.owl-carousel .owl-item .jet-detail-box img {
  width: 30px;
  height: auto;
}

.experience-img {
  background-image: url(../img/Private-Jet-Experience1.jpg);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.experience-hr {
  width: 100px;
  border-top: solid 2px #d6a551;
  margin: 40px 0;
}

/** flight details **/
.flight-details-wrap {
  background-color: #004c98;
}

.flight-details {
  padding: 70px 50px;
}

.flight-details h2 {
  font-weight: normal;
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #ffffff;
}

.flight-details .common-title {
  color: #fff;
  font-size: 26px;
}

.flight-details .common-text {
  color: #fff;
}

.flight-exp-img {
  background-image: url(../img/Private-Jet-Experience2.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 300px;
}

.flight-exp-img-1 {
  background-image: url(../img/Private-Jet-Experience3.jpg);
}

/** feature-section **/
.feature-section {
  background-color: #f2f0ec;
  padding: 70px 0;
}

/** destination **/
.slider-section {
  position: relative;
  z-index: 0;
}

.destination-box {
  background-color: #d6a551;
  width: 500px;
  padding: 30px;
  position: absolute;
  top: 20%;
  left: 10%;
  color: #fff;
  z-index: 1;
}

.destination-box h3 {
  font-weight: normal;
}

.destination-box .common-title,
.destination-box .common-text {
  color: #fff;
}

.destination-box hr {
  border-color: #fff;
}

/** enquire form **/
.enquire-form {
  padding: 50px 0;
}

.enquire-form-box {
  background-color: #f2f0ec;
  padding: 40px;
}

.enquire-form-box .btn-request {
  margin: 10px auto 0;
}

.enquire-form-box .form-control::placeholder {
  color: #393939;
  font-size: 14px;
}

.enquire-form-box .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #393939;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: none;
}

.enquire-form-box .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/** Booking form **/
.booking-form {
  padding: 40px 0;
}

.booking-form .radio-box {
  margin-bottom: 10px;
}

.booking-form .form-check {
  display: inline;
}

.booking-form .form-check-label {
  font-size: 14px;
  color: #393939;
}

.form-2 {
  margin-top: 34px;
}

.form-2 .btn-request {
  padding: 5px 46px;
}

/* remove the original arrow */
.booking-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}

.booking-form select + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  background-color: #fff;
  padding-right: 5px;
}

/*************/

.booking-form .select2-container--default .select2-selection--single {
  font-size: 14px;
  border: none;
  border-radius: 0;
  padding: 4px;
  height: auto;
}

.booking-form
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #d6a551;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.booking-form
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  right: 5px;
}

.select2-search--dropdown {
  background-color: #00539e;
}

.select2-search__field {
  background-color: #00539e;
  color: #fff;
  font-size: 14px;
}

.select2-results ul li {
  background-color: #00539e;
  color: #fff;
  font-size: 14px;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #d6a551;
  color: white;
  font-size: 14px;
}

.booking-form
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #393939;
}

/** freedom-about-us **/
.freedom-about-us {
  background-color: #004c98;
  padding: 60px 0;
  color: #fff;
}

.freedom-about-us a {
  color: #fff;
}

.footer-logo {
  width: 200px;
}

.freedom-about-title {
  font-size: 20px;
}

.freedom-about-text {
  font-size: 14px;
  line-height: 22px;
}

.freedom-about-text-1 {
  font-size: 16px;
  line-height: 24px;
}

.freedom-about-text-1 a {
  color: #fff;
}

.freedom-about-text-1 a:hover {
  color: #fff;
  text-decoration: none;
}

.freedom-about-us ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.freedom-about-us ul li {
  display: inline;
  padding: 0 20px 0 0;
}

/** Footer **/
.footer-enquire {
  background-color: #393939;
  color: #ffffff;
  padding: 30px 0;
}

.footer-enquire p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.footer-enquire .disclaimer {
  font-size: 12px;
}

.footer-enquire a {
  color: #fff;
}

.footer-enquire a:hover {
  color: #fff;
  text-decoration: none;
}
 /* whatsapp chat btn */
div#wa-widget-send-button {
    margin: 0 42px 18px 0 !important;
    height: 60px;
    min-width: 60px;
    border-radius: 50px;
}
footer {
  /* padding: 10px 20px; */
  background-color: #d6a551;
  color: #fff;
  height: 50px;
  font-size: 12px;
}

/** modal mobile form **/
.modal-mobile-form {
  background-color: #f2f0ec;
}

.modal-mobile-form .menuItems {
  margin-top: 0;
  text-align: left;
}

.modal-mobile-form .booking-form,
.modal-mobile-form .enquire-form-box {
  padding: 0;
}

.modal-mobile-form .enquire-form-box .form-control {
  padding: 12px;
  height: auto;
}

/***** owl fleet carousel nav style ****/

.owl-fleet.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 50%;
  right: -6%;
}

.owl-fleet.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: 50%;
  left: -6%;
}

.owl-fleet.owl-carousel .owl-nav button.owl-next,
.owl-fleet.owl-carousel .owl-nav button.owl-prev {
  font-size: 100px;
  font-weight: normal;
  color: #d6a551;
  margin: 0;
  border-radius: 0;
}

.owl-fleet.owl-carousel .owl-nav button.owl-next:hover,
.owl-fleet.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}

/*********** Media query ************/

/* @media (max-width: 570px) {
  .nav-container {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
} */

@media (max-width: 570px) {
  .page-section {
    padding: 35px 0;
  }

  .btn-m-fixed {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(57, 57, 57, 0.8);
  }
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url("../img/Header-Image-Mobile.jpg") white no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}

@media (max-width: 768px) {
  header h1 {
    font-size: 50px;
  }

  .destination-box {
    position: static;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
    transition: 0.4s ease-in-out;
  }

  #mainNav .navbar-brand {
    color: #fff;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    width: 100px;
  }

  /* #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #fff;
    } */
}

@media (max-width: 767px) {
  .business-box {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 120px;
  }

  .banner-tag p {
    font-size: 13px;
  }

  .destination-box {
    width: 414px;
    padding: 10px;
    position: absolute;
    top: 0%;
    left: 1%;
  }
}

@media (max-width: 991px) {
  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    width: 60px;
  }
}

@media (min-width: 1000px) and (max-width: 1340px) {
  .fleet-section .card-body {
    height: 475px;
  }
}

@media (min-width: 671px) and (max-width: 893px) {
  .fleet-section .card-body {
    height: 460px;
  }
}

@media (min-width: 320px) and (max-width: 670px) {
  .fleet-section .card-body {
    height: 480px;
  }
}

@media(max-width: 414px) {
div#wa-widget-send-button {
    margin: 0px 0px 15px 15px !important;
    right: auto;
}
}
@media (min-width: 400px) and (max-width: 571px) {
  .owl-fleet.owl-carousel .owl-nav button.owl-next {
    right: -4%;
  }

  .owl-fleet.owl-carousel .owl-nav button.owl-prev {
    left: -4%;
  }
}

/** modal **/

@media (min-width: 768px) {
  /* line 57, ../scss/modules/_pagemodal.scss */
  .menuItems {
    padding-top: 100px;
    padding: 20px 0;
    margin-top: 40px;
  }

  .experience-text {
    text-align: center;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .modalClose {
    right: -30%;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  .modalClose {
    right: -15%;
  }
}

.modal-header {
  border-bottom: none;
}

.menuItems {
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
}

.menuItems a {
  color: white;
  text-decoration: none;
}

.menuItems p {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
}

.menuItems img {
  margin-bottom: 30px;
}

.menuItems button:hover {
  color: #fff;
}

/*@media (max-width: 324px){
  .threeLines{
    padding-right: 15px;
  }
  .mobileNav img{
    padding-left: 15px;
  }
}*/