@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

h1,h2,h3,h4,h5,h6 {
  color:white;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
h1{
  font-size: 48px;
}
h2{
  font-size: 28px;
}
.left-no {
  padding-left: 0;
  z-index: 5;
  position: relative;
  text-align: left;
}
p {
  color: rgb(227, 227, 227);
  font-family: "Unbounded", sans-serif;
  font-weight: 100;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 1px;
}
.off-black{
  background: #1c1c1c;
}
body {
  background: black;
  /* overflow: hidden; */
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.p3{
  padding-top: 30px;
}
.p4{
  padding-top: 40px;
}
.p5{
  padding-top: 50px;
}
.pb6{
  padding-bottom: 60px;
}
.pb10{
  padding-bottom: 100px;
}
.text-right {
  text-align: right;
  width: 100%;
}
button.btn-blank i {
  font-size: 28px;
  vertical-align: sub;
  padding-left: 10px;
}






.intro {
  background-size: cover;
  background-position-x: -5px;
  background-position-y: 20%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  height: 100vh;
}
.intro-normal {
  background-size: cover;
  background-position-x: -5px;
  background-position-y: 20%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  height: auto;
}
.intro-normal .btn-blank, .intro .btn-blank-2 {
  position: fixed;
  font-size: 12px !important;
  background: #cfe470;
  color: black;
  padding: 10px 15px !important;
  min-width: fit-content;
  top: 25px;
  text-transform: uppercase;
  border-radius: 0 !important;
  margin: 0 !important;
}
.intro-normal button.btn-blank i {
  font-size: 24px;
  vertical-align: sub;
  padding-left: 3px;
}
.brand{
  max-width: 100px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}





#burger-menu {
  cursor: pointer;
  height: 27px;
  margin: 20px 0;
  overflow: visible;
  position: fixed;
  z-index: 2;
  float: right;
  width: 100%;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #fff;
  display: block;
  height: 4px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span {
  right: 18px;
  top: 13px;
  width: 30px;
  height: 0.5px;
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 16px;
  height: 1px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 20px;
  height: 1px;
}

#burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 27px;
}
#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
}
#burger-menu.close span:after {
  top: 0px;
  left:0;
  transform: rotate(90deg);
  opacity:0;
  width:0;
}

#menu{
  z-index:1;
  min-width:100%;
  min-height:100%;
  position: fixed;
  top:0;
  height:0;
  visibility: hidden;
  opacity: 0;
  text-align:center;
  padding-top:20px;
  transition: all 0.3s ease-in-out;
  font-family: "Unbounded", sans-serif;
}

#menu.overlay {
  visibility: visible;
  opacity: 1;
  padding-top: 100px;
  background: rgb(0 0 0 / 32%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#menu li{
  list-style:none;
}
#menu a {
  color: #fff;
  display: block;
  font-size: 32px;
  margin-bottom: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
}
div#menu ul {
  padding-left: 0;
}





.quotes {
  color:white;
  display: none;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}




.color-text {
  background: -webkit-linear-gradient(#fff, #adb370);
  -webkit-background-clip: text;
  font-family: "Unbounded", sans-serif;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.color-text span{
  font-size: 14px;
}
button{
  font-family: "Unbounded", sans-serif;
  padding: 15px 20px;
  padding-top: 18px;
  min-width: 220px;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  color: white;
  cursor: pointer;
  transition: all .4s ease;
  -webkit-transition: all .4s ease; 
}
button.btn-color {
  background: #d3e875;
  color: black;
}
button.btn-blank {
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .call-actions button.btn-color {
    width: 100%;
    margin-bottom: 10px;
  }
  .call-actions button.btn-blank {
    padding-left: 0;
    text-align: left;
  }
}








.logo {
  overflow: hidden;
  color: #ffffff;
  padding: 0;
  position: fixed; /* requires for to position video properly */
}
.logo:before {
  content: '';
  position: absolute;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 68%);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
#myVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; /* combined with 'absolute', works like background-size, but for DOM elements */
}
.call-actions {
  position: absolute;
  bottom: 0;
  bottom: 6%;
}










.preloaderBg {
  position: fixed;
  z-index: 30; 
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader {
  margin: auto;
  background: url(img/logo.svg) no-repeat center;
  background-size: 60px;
  width: 100%;
  height: 100%;
}


.preloader2 {
  border: 5px solid #d3e875;
  border-top: 5px solid black;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  margin: -45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}





/*fleet*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  max-width: 950px;
  margin: auto;
}



.swiper-slide .icon {
  width: 100%;
  max-width: 30px;
  /* height: max-content;
  object-fit: contain; */
  text-align: left;
  margin: 0;
  margin-right: 10px;
}
.swiper-wrapper{
  height: 100vh !important;
}
    .swiper-slide h2{
      margin: 15px 0;
    }
    .swiper-slide .header {
      text-align: left;
      display: flex;
      align-items: center;
  }
    .swiper-slide img {
      display: block;
      width: 100%;
      /* height: 100%; */
      max-width: 750px;
      margin: auto;
  }
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #d3e875;
  }
  span.swiper-pagination-bullet {
    border-radius: 0;
    height: 20px;
    width: 2px;
    background: white;
}

  .swiper .content{
    background: #141414;
    padding: 28px;
    border-radius: 10px;
    height: max-content;
    margin-top: 30px;
  }

  .swiper .content-blank{
    padding: 28px;
    border-radius: 10px;
  }
    .stat {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: start;
      text-align: left;
  }
  .stat h2, .stat p{
    font-size: 18px;
    margin: 5px;
  }
  .col-md-6.content.row h6 {
    margin-top: 3px;
}


body.unfixed {
  overflow: auto;
}
.unfixed .logo {
  position: absolute;
  height: 100vh;
  width: 100%;
}
.unfixed #myVideo {
  z-index: -20;
  position: absolute;
}
.unfixed #burger-menu {
  position: fixed ;
  z-index: 10;
  top: 0;
}
.unfixed .logo {
  position: relative;
  height: 100vh;
}
.unfixed .logo:before {
  z-index: -10;
}
.zoom-head{
  font-size: calc(2.69274vw + 15.89944px);
}
.text-based{
  max-width: 650px;
  margin: auto;
  padding: 100px 50px;
  text-align: center;
}
section.pro-panel {
  padding: 100px 30px;
  padding-bottom: 250px
}
#service-panel {
  border: solid 40px black;
}
.promo-panel {
  max-width: 550px;
}
.image-panel h2 {
  padding-top: 350px;
  position: relative;
  z-index: 10;
}
.stat-bg{
  background: #3e3f38;
}
.image-panel{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-x: 38% !important;
  position: relative;
}
.image-panel::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 68%);
  content: '';
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0 161 25 / 28%) 0%, rgb(0 0 0 / 63%) 68%);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 0;
}
.image-panel p {
  min-height: 125px;
  position: relative;
  z-index: 10;
}
.stat-box {
  display: flex;
  height: 50%;
  align-items: center;
  text-align: center;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.stat-box h3 {
  font-size: 15px;
}
.stat-box span {
  font-size: 18px;
}
.stat-box:first-child {
  border-bottom: solid 2px #575757;
}
.stat-box img{
  max-width: 130px;
}
.image-panel button{
  margin-bottom: 25px;
}

footer ul {
  display: flex;
  gap: 30px;
}
footer{
  padding: 25px;
  padding-top: 100px;
  background-image: rgb(0,0,0);
  background-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(39,42,38,1) 48%);
}
footer:after {
  content: "";
  background: url(../img/home/bg-pattern.png) no-repeat -30px -340px;
  display: block;
  height: 200px;
  width: 100%;
} 
footer .boxed {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer span{
  font-family: "Unbounded", sans-serif;
  color: rgb(174, 174, 174);
  font-size: 11px;
  text-transform: uppercase;
}

footer a{
  font-family: "Unbounded", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  transition: all .4s ease;
  -webkit-transition: all .4s ease; 
  display: inline-block;
word-break: break-word;
}

footer a:hover, button:hover{
  opacity: 0.5;
}

footer .brand{
    position: inherit;
    text-align: center;
    display: block;
    margin: inherit;
    margin-bottom: 10px;
}

footer ul{
  list-style: none;
}

footer p{
  font-size: 20px;
  color: white;
}
.container{}

  @media only screen and (max-width: 992px) {
    .stat h2, .stat p{
      font-size: 14px;
      margin: 5px;
    }
    #service-panel {
      border: solid 15px black;
  }
  .call-actions {
    left: 0;
    padding: 15px;
}
    .stat-box {
      display: flex;
      height: 100%;
      align-items: center;
      text-align: center;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: space-between;
  }
  .stat-box img{
    max-width: 100px;
    padding-bottom: 20px;
  }
  .call-actions {
    bottom: 15%;
}
  .stat-box h1 {
    font-size: 40px;
  }
  .col-lg-4.stat-bg.row {
    padding: 10px;
}
    .container.p4 {
      padding: 0 20px;
      max-width: 93%;
    }
    .stat-box:first-child {
      border-right: solid 2px #575757;
      border-bottom: none;
    }
    h1.color-text.p5 {
      font-size: 34px;
      margin-top: 30px;
      padding-top: 100px;
  }
    .swiper h2 {
      font-size: 20px;
  }
  .swiper .header h2 {
    font-size: 16px;
}
.quotes{
  font-size: 20px;
}
  .swiper .content {
    margin-top: 0 auto;
    margin: auto;
}
.stat h2 {
  font-size: 14px;
}
footer .boxed,footer ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
footer ul {
  display: flex;
  gap: 0;
  padding-left: 0;
}
.booking-container {
  flex-direction: column;
  gap: 50px;
}
}