/*scroll*/
::selection {
  background: #895ffc;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(#ec1e2e, #ec1e2e);
}
@font-face {
  font-family: TROS;
  src: url(../fonts/TROS-Regular-iF668669cddc384.otf);
}
@font-face {
  font-family: Gilroy-Regular;
  src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: Gilroy-Medium;
  src: url(../fonts/Gilroy-Medium.ttf);
}
@font-face {
  font-family: Gilroy-SemiBold;
  src: url(../fonts/Gilroy-SemiBold.ttf);
}
@font-face {
  font-family: Gilroy-Bold;
  src: url(../fonts/Gilroy-Bold.ttf);
}
/*body*/
html,
body {
  overflow-x: hidden;
  font-family: "Poppins";
  height: 100%;
  margin: 0;
  background-color: #000;
}
/* html,
body {
  overflow: hidden;
  height: 100%;
  margin: 0;
} */

h5 {
  font-family: "Poppins";
}
.btn {
  font-family: "Montserrat";
}
*:hover,
*:focus,
* {
  outline: none !important;
}
.overflw {
  overflow: hidden;
}
[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover,
button:hover {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}
/*padding*/
.pad {
  padding: 0;
}
.padL {
  padding-left: 0;
}
.padR {
  padding-right: 0;
}
.pad-top-80 {
  padding-top: 80px !important;
}
.pad-top {
  padding-top: 60px;
}
.pad-btm-30 {
  padding-bottom: 30px;
}
.pad-btm {
  padding-bottom: 50px;
}
.pad-btm-70 {
  padding-bottom: 70px;
}
.pad-tb {
  padding: 80px 0;
}
.pad-tbm {
  padding: 50px 0;
}
.padRt-60 {
  padding-right: 60px;
}
.pad-LR30 {
  padding: 0 30px;
}
.pad-80-240 {
  padding: 80px 0 240px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-35 {
  margin-top: 35px;
}
/*botton*/
.btn-a {
  background-color: #0f0f14;
  border: 1px solid #ec1e2e;
  border-radius: 10px;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  color: #fff;
  text-align: center;

  font-family: TROS;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-a:hover {
  background: transparent;
  color: #fff;
}
.btn-wrapper {
  text-align: center;
}
.btn-wrapper a {
  background-color: #0f0f14;
  border: 1px solid #ec1e2e;
  color: #fff;
  text-align: center;
  font-family: TROS;
  font-size: 16px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 23px;
  border-radius: 10px;
  transition: all 0.5s ease;
  letter-spacing: 1px;
}
.btn-wrapper a:hover {
  background-color: #ec1e2e;
  color: #fff;
}

.btn-submit {
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: 0.2px;
}
.btn-submit:hover {
  background: transparent;
  color: #fff;
}
/*heading*/
.m1-h h5 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
}
.m1-h h5 span {
  font-weight: 400;
  font-size: 44px;
}
.m2-h h5 {
  font-size: 36px;
  text-transform: capitalize;
  color: #c49c4f;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
  text-transform: uppercase;
  padding-bottom: 20px;
}
.m2-h h5 span {
  border-bottom: 3px solid #c49c4f;
  text-transform: capitalize;
}
.m3-h h5 {
  margin-bottom: 35px;
  padding-bottom: 19px;
  color: #c49c4f;
  font-weight: 600;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 18px;
}
.m4-h h5 {
  color: #c49c4f;
  font-family: "Poppins";
  text-transform: capitalize;
  font-size: 18px;
  margin: 25px 0 30px;
  font-weight: 600;
}
.m5-h h5 {
  font-weight: 600;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Poppins";
}
.m5-h h5 span {
  border-bottom: 3px solid #fff;
}
/*paragrape*/
.p1 p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.p2 p {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.p3 p {
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
}
.p4 p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins";
  line-height: 22px;
}
/* Font size */
.font-16 {
  font-size: 16px !important;
}
/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 999999;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #c49c4f;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #000;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}
/*top-header*/
/*header*/
header {
  padding: 23px 0;
  border-bottom: 1px solid #ffffff18;
  position: absolute;
  width: 100%;
  z-index: 9;
  /* backdrop-filter: blur(10px); */
  background-color: #00000026;
}

li.first.last {
  text-align: right;
}
ul.menu {
  display: block;
}
ul.menu > li {
  display: inline-block;
  margin-right: 34px;
}
ul.menu > li:last-child {
  margin-right: 0;
}
ul.menu > li > a {
  color: #fff;
  font-family: TROS;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu li.has-submenu:hover header {
  display: block;
}
/*main-banner*/
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}
video#myVideo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 99;
}
.z-9 {
  z-index: 999;
  position: relative;
}
.mainBanner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000059;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
/*main-banner End*/
/* Social Icons */
.socialIcon li {
  display: inline-block;
}
.socialIcon li span {
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px 0 0;
}
.socialIcon li span:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
/*footer start*/
footer {
  /* background-color: #0f0f0f; */
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  height: 100vh;
  width: 100%;
  margin-top: 50px;
}
footer .footer-email-wrapper {
  position: relative;
}
footer .footer-email-wrapper input {
  background-color: transparent;
  padding: 15px 10px;
  width: 100%;
  color: #fff;
  font-family: Gilroy-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
footer .footer-email-wrapper input::placeholder {
  color: #fff;
  font-family: Gilroy-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-email-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/footer-email-icon.png");
  background-size: cover;
  background-position: center;
}
footer .head h4 {
  color: #fff;
  font-family: TROS;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px; /* 178.947% */
  text-transform: uppercase;
}
footer .head h2 {
  color: #fff;
  font-family: TROS;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px;
  text-transform: uppercase;
}
footer .bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
footer .bottom-content h4 {
  color: #fff;
  font-family: TROS;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 102px; /* 510% */
  letter-spacing: 54px;
  text-transform: uppercase;
}
footer .bottom-content h2 {
  color: #fff;
  text-align: center;
  font-family: TROS;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px; /* 68% */
  text-transform: uppercase;
}
footer .bottom-content .social-icons-wrapper {
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 20px;
  margin: 30px 0;
}
footer .bottom-content .social-icons-wrapper ul {
  list-style: none;
  display: flex;
  gap: 70px;
}
footer .bottom-content .social-icons-wrapper ul li {
  color: #fff;
  font-family: TROS;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 566.667% */
  text-transform: uppercase;
}
footer .help-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
footer .help-links ul {
  list-style: none;
  display: flex;
  gap: 60px;
}
footer .help-links ul li {
  color: #fff;
  font-family: TROS;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 7.92px;
  text-transform: uppercase;
}
footer .copyright p {
  color: #fff;
  font-family: Gilroy-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.flogo {
  text-align: right;
}
.copyright.text-center {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  /* background: #000; */
}
.copyright.text-center p {
  text-transform: capitalize;
}
.footerLinks a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.contactDetail li {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
/*footer end*/
/*media-quries*/

.menu li {
  position: relative;
}

.menu li.has-submenu > a {
  position: relative;
  padding-right: 20px;
}
.menu li.has-submenu > a i {
  position: absolute;
  right: -20px;
  top: 48%;
  font-size: 10px;
  transform: translateY(-50%);
}
.menu li ul.submenu {
  display: none;
  position: absolute;
  top: 50px;
  left: -20px;
  border-image: url("../images/menu-back.png") 20 fill / 30px;
  list-style: none;
  width: 685px;
  flex-wrap: wrap;
  gap: 10px;
  padding: 17px 40px;
  z-index: 999;
}
.menu-2 {
  width: 904px !important;
}
.menu li:hover ul.submenu {
  display: flex;
}
.menu li ul.submenu li {
  padding: 10px 12px;
  text-transform: uppercase;
}
.menu li ul.submenu li:hover {
  background-color: #2b0202;
}
.menu li ul.submenu li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

@media (max-width: 1440px) {
}
@media (max-width: 1200px) {
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #c49c4f;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 9999;
    width: 100vw;
  }
  .menuWrap .menu li {
    display: block;
  }
  .menuWrap .menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 25px;
  }
  .container {
    position: relative;
  }
  header .header-top {
    display: none;
  }
  header .main-header ul.menu > li {
    display: block;
    padding: 0px;
  }
  header .main-header ul.menu > li a {
    color: #fff;
    padding: 0px;
    text-align: center;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}
@media (max-width: 980px) {
  .btn-a {
    margin-bottom: 20px;
  }
  footer {
    padding-bottom: 60px;
  }
}
@media (max-width: 824px) {
}
@media (max-width: 767px) {
  header {
    padding: 0;
  }
  footer {
    text-align: center;
  }
  .m1-h h5 span {
    font-size: 26px;
  }
  .at-h {
    padding-bottom: 0;
  }
  .padRt-60 {
    padding-right: 0 !important;
  }
  .btn {
    border: 1px solid #000;
  }
  ul.menu > li:last-child {
    margin: 0;
  }
  a.logo img {
    width: 50%;
  }
  .m1-h h5 {
    font-size: 20px;
  }
  .mainBanner {
    height: 35vh;
  }
  .m2-h h5 {
    font-size: 20px;
  }
  .pad-tb {
    padding: 40px 0;
  }

  .p1 p {
    font-size: 16px;
    line-height: 20px;
  }
  .flogo img {
    width: 50%;
  }
  .flogo {
    text-align: left;
    margin-bottom: 20px;
  }
  .copyright.text-center {
    font-size: 16px;
  }
  footer {
    padding: 15px 0;
  }
  ul.menu > li.active a {
    border-bottom: 0;
  }
  ul.menu > li {
    margin-right: 0;
  }
  .menuWrap .menu li a {
    margin-bottom: 15px;
    font-size: 15px;
  }
  ul.menu > li > a {
    border-bottom: none;
  }
  ul.menu > li.active a {
    border-bottom: none;
  }
  ul.menu > li > a:hover {
    border-bottom: none;
  }
  .inner-ban .ban_hdn h5::after {
    width: 90px;
  }
  .inner-ban {
    height: 20vh;
  }
  .Tec-ctn h5::after {
    width: 270px;
  }
}
@media (min-width: 320px) and (max-width: 340px) {
}
@media (min-width: 341px) and (max-width: 365px) {
}
@media (min-width: 366px) and (max-width: 380px) {
}
@media (min-width: 381px) and (max-width: 415px) {
}
/* UL style */
.listStyle {
  list-style: disc;
  display: inline-block;
  list-style-position: inside;
}
.listStyle li {
  margin: 30px 0;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  /* position: relative;
   */
}

/*  site css */
.first-sec {
  background-image: url("../images/first-sec-bg.png");
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 100px 0px;
  overflow: hidden;
}
.first-sec .red-overlay {
  position: absolute;
  opacity: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #ec1e2f86;
  transition: top 2s ease-in-out;
}
.first-sec .red-overlay::after {
  content: "";
  position: absolute;
  top: -120px;
  left: 45%;
  width: 250px;
  height: 200px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-image: url("../images/roller-plane1.png");
}
.first-sec .top-content {
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.first-sec .top-content h4 {
  color: #fff;
  text-align: center;

  font-family: TROS;
  font-size: 59px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 81.42px;
  text-transform: uppercase;
}
.first-sec .top-content h2 {
  color: #fff;
  text-align: center;

  font-family: TROS;
  font-size: 220px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.first-sec .top-content .content-wrapper {
  position: relative;
  top: 0%;
  transition: top 4s ease-in-out;
}

.first-sec .top-content .aeroplane-wrapper .aeroplane {
  position: absolute;
  top: 45%;
  transform: scale(1);
  transition: top 4s ease-in-out, transform 2s ease-in-out;
}

.first-sec .bottom-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  top: 0%;
  transition: top 2s ease-in-out;
}
.first-sec .bottom-wrapper .btn-wrapper a {
  background-color: #0f0f14;
  border: 1px solid #ec1e2e;
  color: #fff;
  text-align: center;

  font-family: TROS;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.first-sec .bottom-wrapper .btn-wrapper a:hover {
  background-color: #ec1e2e;
  color: #fff;
}

.hidden-section {
  display: none;
}

.site-sections-wrapper {
  display: none;
}
.site-sections-wrapper .discover-section {
  background-image: url("../images/second-sec-bg.png");
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 100px 0px;
  overflow: hidden;
}
.site-sections-wrapper .discover-section .sec-content {
  position: relative;
  top: 0;
  height: 100%;
}
.site-sections-wrapper .discover-section .roller-content::after {
  content: "";
  font-size: 12px;
  font-family: TROS;
  background: url("../images/roller-tuxedo-1.png");
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: -76px;
  left: 44.5%;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: circular-motion 8s infinite linear;
}
.site-sections-wrapper .discover-section .roller-content::before {
  content: "";
  position: absolute;
  background: url("../images/roller-plane1.png");
  bottom: -35px;
  left: 46.5%;
  width: 130px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.site-sections-wrapper .discover-section h4 {
  color: #fff;
  text-align: center;

  font-family: TROS;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 47.28px;
  text-transform: uppercase;
}
.site-sections-wrapper .discover-section h2 {
  color: #fff;
  text-align: center;

  font-family: TROS;
  font-size: 95px;
  font-style: normal;
  font-weight: 700;
  line-height: 99px; /* 89.231% */
  text-transform: uppercase;
  margin: 20px 0;
}

.site-sections-wrapper .what-we-do {
  background-image: url("../images/who-we-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 180px;
  padding-bottom: 50px;
  overflow: hidden;
}

.site-sections-wrapper .what-we-do .sec-content h4 {
  color: #fff;

  font-family: TROS;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 39.6px;
  text-transform: uppercase;
}
.site-sections-wrapper .what-we-do .sec-content h2 {
  color: #fff;

  font-family: TROS;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 116px; /* 145% */
  text-transform: uppercase;
}
.site-sections-wrapper .what-we-do .sec-content .short-des-text {
  color: #fff;
  font-family: Gilroy-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 30px 10px;
  position: relative;
}
.site-sections-wrapper .what-we-do .sec-content .short-des-text::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ec1e2e;
  position: absolute;
  top: 0;
  left: -10px;
}
.site-sections-wrapper .what-we-do .sec-content .des-text {
  color: #a1a1a1;
  font-family: Gilroy-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 211.111% */
}
/* .site-sections-wrapper .what-we-do .what-we-aero-wrapper {
  position: absolute;
  top: -50px;
  left: -35px;
  z-index: 2;
} */

.site-sections-wrapper .what-we-do .what-we-aero-wrapper {
  position: absolute;
  top: -500px;
  left: -78px;
  z-index: 2;
  transition: top 2s ease, left 2s ease;
}

.site-sections-wrapper .what-we-do .what-we-aero-wrapper.moved {
  top: -50px;
  left: -35px;
}

.site-sections-wrapper .what-we-do .what-we-aero-wrapper .what-we-aero img {
  max-width: 150px;
  transition: max-width 2s ease;
}

.site-sections-wrapper
  .what-we-do
  .what-we-aero-wrapper.moved
  .what-we-aero
  img {
  max-width: 500px;
}
.site-sections-wrapper .what-offer {
  background-image: url("../images/what-offer-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 180px 0px;
  overflow: hidden;
}
.site-sections-wrapper .what-offer .what-offer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffffff0;
}
.site-sections-wrapper .what-offer .sec-content h4 {
  color: #0a0a0e;
  font-family: TROS;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 43.34px;
  text-transform: uppercase;
}
.site-sections-wrapper .what-offer .sec-content h2 {
  color: #0a0a0e;

  font-family: TROS;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px; /* 105.714% */
  text-transform: uppercase;
  margin: 20px 0;
}
.site-sections-wrapper .what-offer .sec-content h2 span {
  color: #ec1e2e;
}
.site-sections-wrapper .what-offer .offer-box {
  position: relative;
  padding: 20px;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}
.site-sections-wrapper .what-offer .offer-box .offer-count span {
  color: #0a0a0e;

  font-family: TROS;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.12px;
  text-transform: uppercase;
}
.site-sections-wrapper .what-offer .offer-box .offer-title h4 {
  color: #0a0a0e;
  font-family: TROS;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

.site-sections-wrapper .what-offer .offer-box .offer-description p {
  color: #414141;
  font-family: Gilroy-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin: 10px 0;
}
.site-sections-wrapper .what-offer .offer-box .see-more-btn-wrapper a {
  color: #ec1e2e;

  font-family: TROS;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 218.75% */
  letter-spacing: -1.6px;
  text-transform: uppercase;
  text-decoration: none;
}

.site-sections-wrapper .video-sec {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 115vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.site-sections-wrapper .video-sec .aeroplane-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 1.5s ease;
}

.site-sections-wrapper .video-sec .aeroplane-window.scaled {
  transform: scale(4);
  opacity: 0;
  transition: transform 3s ease, opacity 3s ease;
}

.site-sections-wrapper .video-sec .aeroplane-window.hidden {
  display: none;
}

.site-sections-wrapper .video-sec .aeroplane-window .play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url("../images/video-play-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 3;
}
.site-sections-wrapper .video-sec .aeroplane-window .video-sec-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(13px);
  z-index: -1;
}
.site-sections-wrapper .video-sec .video-sec-content .video-sec-title h4 {
  color: #fff;
  font-family: TROS;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0;
}
.site-sections-wrapper .video-sec .video-sec-content .video-sec-title h4 b {
  font-size: 69px;
}
.site-sections-wrapper .latest-sec {
  background-image: url("../images/blogs-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 150px 0px;
  overflow: hidden;
}
.site-sections-wrapper .latest-sec .latest-title h4 {
  color: #0a0a0e;
  text-align: center;
  font-family: TROS;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 43.34px;
  text-transform: uppercase;
}
.site-sections-wrapper .latest-sec .latest-title h2 {
  color: #0a0a0e;
  text-align: center;
  font-family: TROS;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px; /* 111.429% */
  text-transform: uppercase;
  margin: 20px 0;
}
.site-sections-wrapper
  .latest-sec
  .latest-post
  .card
  .card-body
  .card-content-wrapper
  h5 {
  color: #0a0a0e;
  font-family: TROS;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.site-sections-wrapper
  .latest-sec
  .latest-post
  .card
  .card-body
  .card-content-wrapper
  h3 {
  color: #0a0a0e;
  font-family: TROS;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 125% */
  letter-spacing: -2.8px;
  text-transform: uppercase;
  margin: 15px 0;
}
.site-sections-wrapper
  .latest-sec
  .latest-post
  .card
  .card-body
  .card-content-wrapper
  p {
  color: #3f3f3f;
  font-family: Gilroy-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
/* animations */
.pulse {
  animation: pulse 1.2s infinite;
}
.circular {
  animation: circular-motion 4s infinite linear;
}

.flicker {
  animation: flicker 0.3s infinite;
}
.flicker-transition {
  transition: top 0.5s ease;
  position: relative;
  top: -160px !important;
}
.float {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(240, 30, 46, 0.7);
  }

  50% {
    transform: scale(1.8);
    box-shadow: 0 0 0 10px rgba(240, 30, 46, 0);
  }
  100% {
    transform: scale(1.5);
    box-shadow: 0 0 0 0 rgba(240, 30, 46, 0);
  }
}
@keyframes circular-motion {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.drop-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drop-btn-wrapper img {
  cursor: pointer;
}

.section {
  position: absolute !important;
  width: 100%;
  top: 100vh;
  opacity: 0;
  display: none;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.8s ease, top 0.8s ease;
}

.section.active {
  top: 0%;
  opacity: 1;
  display: flex;
  transform: translateY(0);
}

.section-container {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 786px) {
  .first-sec .top-content h4 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 12.42px;
  }
  .first-sec .red-overlay::after {
    left: 23%;
  }
  .first-sec .top-content h2 {
    font-size: 100px;
    line-height: 120px;
  }
  .site-sections-wrapper .discover-section {
    margin-top: -100px;
  }
  .section-container {
    height: auto;
  }
  .section {
    position: initial !important;
    opacity: 1;
    display: block;
  }
  .site-sections-wrapper .discover-section h4 {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 22.28px;
  }
  .site-sections-wrapper .discover-section h2 {
    font-size: 32px;
    line-height: 50px;
    margin: 20px 0;
  }
  .site-sections-wrapper .what-we-do .sec-content h4 {
    line-height: 32px;
    letter-spacing: 18.6px;
  }
  .site-sections-wrapper .what-we-do .sec-content h2 {
    font-size: 52px;
    line-height: 70px;
  }
  .site-sections-wrapper .what-offer .sec-content h4 {
    line-height: 32px;
    letter-spacing: 18.6px;
  }
  .site-sections-wrapper .what-offer .sec-content h2 {
    font-size: 52px;
    line-height: 70px;
  }

  .site-sections-wrapper .latest-sec .latest-title h4 {
    line-height: 32px;
    letter-spacing: 18.6px;
  }
  .site-sections-wrapper .latest-sec .latest-title h2 {
    font-size: 52px;
    line-height: 70px;
  }
  .site-sections-wrapper .what-offer .offer-box {
    margin: 10px 0;
  }
  .latest-post {
    margin: 10px 0;
  }
  .section.video-sec {
    display: none;
  }
  .what-we-aero-wrapper {
    display: none;
  }
  .roller-content {
    display: none;
  }
  footer .head h4 {
    font-size: 42px;
    line-height: 60px;
  }
  footer .head h2 {
    font-size: 42px;
    line-height: 60px;
  }
  footer .bottom-content h4 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 24px;
  }
  footer .bottom-content h2 {
    font-size: 42px;
    line-height: 60px;
  }
  footer .bottom-content .social-icons-wrapper ul {
    flex-wrap: wrap;
  }
  footer .help-links {
    margin: 0px;
  }
  footer .help-links ul {
    flex-wrap: wrap;
  }
  footer .help-links ul {
    gap: 35px;
  }
  footer .help-links ul li {
    font-size: 14px;
  }
}

.facilities-page {
  background-image: url("../images/facilities-banner.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.certification-img {
  background-image: url("../images/certification-banner.png") !important;
}

.certifitions-tab {
  h4 {
    font-size: 22px;
    font-family: TROS;
    font-weight: 600;
    line-height: 34px;
  }
  p {
    font-size: 16px;
  }
}
.why-choose-cards .certifitions-tab .why-choose-card.right p::after {
  display: none !important;
}

.fleet-page {
  background-image: url("../images/fleet-page.png") !important;
}
.fleet-box {
  h4 {
    font-size: 22px !important;
  }
  i {
    margin-right: 10px;
  }
  p {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
}

.charters {
  h4 {
    color: #fff;
    font-family: TROS;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 14.4px;
    text-transform: uppercase;
  }
  h2 {
    color: #fff;
    text-align: center;
    font-family: TROS;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;
    text-transform: uppercase;
  }
}
.team-card {
  border: 1px solid #f15662;
  background: #fff;
  padding: 6px;
  position: relative;
  .team-card-content {
    padding: 10px 18px;
  }
  h4 {
    color: #000;
    font-family: TROS;
    font-size: 22px;
    font-style: normal;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }
  p {
    color: #969696;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
  }
}

.executive-charter {
  background-image: url("../images/airplanes/banner.png") !important;
}

.airplane-sales {
  background-image: url("../images/charters/banner.png") !important;
}

.stepdesc.service-sec {
  h2 {
    font-size: 30px !important;
  }
  ul {
    margin-top: 26px;
    li {
      margin: 11px 0px;
    }
  }
}
.aircraft-management-page {
  background-image: url("../images/management/banner.png") !important;
}

.our-hanger {
  background-image: url("../images/management/bottom-img.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 100px 0px;

  h2 {
    text-align: center;
    font-family: TROS;
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    margin: 100px 0px;
  }
  button {
    background-color: #0f0f14;
    border: 1px solid #ec1e2e;
    color: #fff;
    text-align: center;
    font-family: TROS;
    font-size: 16px;
    font-style: normal;
    font-weight: lighter;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px 23px;
    border-radius: 10px;
    transition: all 0.5s ease;
    letter-spacing: 1px;
  }
}

.maintenance-page {
  background-image: url("../images/maintenance/banner.png") !important;
}
.ExploretheArea-page {
  background-image: url("../images/explore-the-area/banner.png") !important;
}
.explore-bottom {
  background-image: url("../images/explore-the-area/image-4.png") !important;
}
.part-sales-page {
  background-image: url("../images/part-sales/banner.png") !important;
}
.part-bottom{
  background-image: url("../images/part-sales/image-3.png") !important;
}