header {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header .menu-btn {
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
header .header-anim.menu-btn {
  right: 2.5rem;
}
header .header-anim.logo {
  left: 2.5rem;
}

.popup.active .popup-bg {
  position: fixed;
  inset: 0;
}
.popup.active .popup-inner {
  right: 0;
}

button {
  cursor: pointer;
}

.popup {
  position: fixed;
}

.popup-bg {
  z-index: 1;
}

.popup-inner {
  background-color: #ffffff;
  color: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -110%;
  width: 100vw;
  display: flex;
  align-items: center;
  padding: 3rem;
  transition: right 0.3s ease-out;
  z-index: 2;
}

.menu-container button:focus-visible,
.menu-container a:focus-visible {
  outline-color: #000000;
}
.menu-container .close-btn {
  position: absolute;
  top: 2.88rem;
  right: 2.5rem;
}
.menu-container-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.menu-container a,
.menu-container button,
.menu-container .lang-selector {
  color: #000000;
}
.menu-container a {
  text-decoration: none;
}
.menu-container ul {
  list-style-type: none;
}
.menu-container .lang-selector {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
}
.menu-container .lang-selector a {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.menu-container .lang-selector a.current {
  opacity: 1;
}
.menu-container .main-menu {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.menu-container .main-menu li.current-menu-item a {
  opacity: 0.5;
}
.menu-container .main-menu li a {
  display: block;
  transition: padding 0.3s, opacity 0.3s;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.menu-container .social-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.menu-container .social-links li a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
}

@media only screen and (min-width: 768px) {
  header .header-anim {
    position: fixed;
    top: 50svh;
  }
  header .header-anim.menu-btn {
    right: 3rem;
  }
  header .header-anim.logo {
    left: 3rem;
  }
  .popup-inner {
    max-width: 32.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .popup-inner {
    max-width: 47.625rem;
  }
  .menu-container .lang-selector a:hover {
    opacity: 1;
  }
  .menu-container .main-menu li a:hover {
    padding-left: 1.25rem;
    opacity: 0.5;
  }
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 1rem;
}
footer span,
footer a {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
}
footer ul {
  list-style-type: none;
  display: flex;
  gap: 1.25rem;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 2.5rem 3rem;
  }
}
.main-hero {
  height: 100svh;
  display: flex;
  padding: 0 1rem;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  max-width: 100% !important;
  text-align: unset !important;
  position: relative;
}
.main-hero .video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-hero .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-hero .video-wrap::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  inset: 0;
  position: none;
}
.main-hero .hero-inner {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: flex-start;
}
.main-hero .hero-inner h1 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.main-hero .hero-inner h1 span {
  color: rgba(255, 255, 255, 0.5019607843);
}

.wide-block {
  padding: 5rem 1rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wide-block h2 {
  width: 18.75rem;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.5rem */
}
.wide-block svg {
  width: 100%;
  height: auto;
  opacity: 0.1;
}
.wide-block .marquee {
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.wide-block .marquee-inner {
  display: flex;
  overflow: hidden;
  position: relative;
  will-change: transform;
}
.wide-block .marquee-inner .marquee-img {
  aspect-ratio: 22/20;
  width: 12.5rem;
  height: 3.125rem;
  padding: 0 0.75rem;
  position: relative;
}
.wide-block .marquee-inner .marquee-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}

.main-page-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100svh - 6.5rem);
  padding-top: 6.5rem;
}
.main-page-contact-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
  padding: 5rem 1rem;
}
.main-page-contact-inner img {
  height: 4rem;
  width: 4rem;
}
.main-page-contact-inner a {
  display: block;
}
.main-page-contact-inner div {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.main-page-contact .contact-links {
  flex-direction: column;
}
.main-page-contact .social-links a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .hero {
    align-items: center;
    justify-content: center !important;
  }
  .hero-inner {
    width: 75%;
    margin: 0 auto;
  }
  .wide-block {
    padding: 5rem 3rem 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .wide-block {
    gap: 5.5rem;
  }
}
.premium-aviation-solutions {
  display: flex;
  max-width: 84rem;
  margin: auto;
  flex-direction: column;
  gap: 5rem;
  padding: 5rem 1rem 0;
}
.premium-aviation-solutions h3 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.premium-aviation-solutions h3 span {
  color: rgba(255, 255, 255, 0.5019607843);
}
.premium-aviation-solutions p {
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.premium-aviation-solutions .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
.premium-aviation-solutions .col > p {
  color: rgba(255, 255, 255, 0.5019607843);
  max-width: 18.75rem;
}
.premium-aviation-solutions .solutions-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media only screen and (min-width: 768px) {
  .premium-aviation-solutions {
    gap: 3rem;
    padding: 5rem 3rem 0;
  }
  .premium-aviation-solutions .title-col {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
  }
  .premium-aviation-solutions h3 {
    grid-column: 1/4;
  }
  .premium-aviation-solutions .content-col {
    gap: 5rem;
  }
  .premium-aviation-solutions .solutions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}
@media only screen and (min-width: 1440px) {
  .premium-aviation-solutions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 5rem 3rem 0;
  }
  .premium-aviation-solutions .title-col {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
  }
  .premium-aviation-solutions h3 {
    grid-column: 1/4;
  }
  .premium-aviation-solutions .content-col {
    gap: 5rem;
  }
}
.about-us-img-block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 6.75rem 1rem 0;
}
.about-us-img-block .text-container,
.about-us-img-block img {
  width: 100%;
  height: auto;
}
.about-us-img-block .text-container .title-row {
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us-img-block .text-container .title-row h3,
.about-us-img-block .text-container .title-row span {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.5rem */
}
.about-us-img-block .text-container h2 {
  padding: 3rem 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}

.vison-block {
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.vison-block h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.5rem */
}
.vison-block p {
  color: rgba(255, 255, 255, 0.5019607843);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}

.about-us-floating-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 4.5rem 1rem 30rem;
  position: relative;
  margin-bottom: 5rem;
}
.about-us-floating-images .floating-images-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about-us-floating-images .img-box {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.about-us-floating-images .img-box img {
  width: 100%;
  height: auto;
}
.about-us-floating-images .img-box figcaption {
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}

@media only screen and (min-width: 1024px) {
  .about-us-img-block {
    padding: 6.75rem 3rem 0;
    flex-direction: row;
  }
  .about-us-img-block .text-container,
  .about-us-img-block img {
    width: 50%;
  }
  .vison-block {
    padding: 3rem;
    flex-direction: row;
    gap: 3rem;
  }
  .vison-block h2,
  .vison-block p {
    width: 50%;
  }
  .about-us-floating-images {
    padding: 12.5rem 3rem 30rem;
  }
  .about-us-floating-images .floating-images-container {
    height: 102.375rem;
    position: relative;
    width: 62.25rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .about-us-floating-images .img-box {
    position: absolute;
    width: 30%;
  }
  .about-us-floating-images .img-box:nth-of-type(1) {
    left: 0;
    top: 0;
  }
  .about-us-floating-images .img-box:nth-of-type(2) {
    right: 0;
    top: 5rem;
  }
  .about-us-floating-images .img-box:nth-of-type(3) {
    left: 50%;
    top: 20rem;
    transform: translateX(-50%);
  }
  .about-us-floating-images .img-box:nth-of-type(4) {
    left: 0;
    top: 35rem;
  }
  .about-us-floating-images .img-box:nth-of-type(5) {
    right: 0;
    top: 45rem;
  }
}
.services-img-block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 6.75rem 1rem 0;
}
.services-img-block .text-container,
.services-img-block img {
  width: 100%;
  height: auto;
}
.services-img-block .text-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
.services-img-block .text-container-inner {
  grid-column: 1/4;
  display: flex;
  flex-direction: column;
}
.services-img-block .text-container .title-row {
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-img-block .text-container .title-row h3,
.services-img-block .text-container .title-row span {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.5rem */
}
.services-img-block .text-container h2 {
  padding: 3rem 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.services-img-block .text-container-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  height: 100%;
  align-self: stretch;
}
.services-img-block .text-container-content blockquote {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.services-img-block .text-container-content .quote-desc {
  display: flex;
  align-items: center;
}
.services-img-block .text-container-content .quote-desc .left {
  display: flex;
  flex-direction: column;
  padding-right: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.services-img-block .text-container-content .quote-desc .left span {
  opacity: 0.5;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.services-img-block .text-container-content .quote-desc .left span.name {
  opacity: 1;
}
.services-img-block .text-container-content .quote-desc .right {
  padding-left: 1.25rem;
}
.services-img-block .text-container-content .quote-desc .right .logo {
  height: 3rem;
  width: auto;
}

@media only screen and (min-width: 1024px) {
  .services-img-block {
    padding: 6.75rem 3rem 0;
    flex-direction: row;
  }
  .services-img-block .text-container,
  .services-img-block img {
    width: 50%;
  }
}
.booking-process-section {
  overflow: hidden;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
.booking-process-section h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.5rem */
}
.booking-process-section .swiper-wrapper {
  display: flex;
}
.booking-process-section .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: auto;
}
.booking-process-section .swiper-slide span {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.booking-process-section .swiper-slide h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
}
.booking-process-section .swiper-slide p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
}
.booking-process-section .swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.1019607843);
  bottom: 0 !important;
  top: unset !important;
  left: 1rem !important;
  right: 1rem !important;
  width: auto !important;
}
.booking-process-section .swiper-scrollbar-drag {
  background-color: rgba(255, 255, 255, 0.5019607843);
}

.booking-text-section {
  padding: 10rem 1rem;
}
.booking-text-section-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.25rem;
  max-width: 40.5rem;
  text-align: center;
  margin: auto;
}
.booking-text-section-inner h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.booking-text-section-inner p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
}

.faq {
  padding: 5rem 1rem 10rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.faq h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.faq .question-container .question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  cursor: pointer;
}
.faq .question-container .question-header .question-icon {
  position: relative;
  height: 2rem;
  width: 2rem;
}
.faq .question-container .question-header .question-icon .line {
  width: 1.75rem;
  height: 0.125rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.faq .question-container .question-header .question-icon .line:first-of-type {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq .question-container .question {
  padding: 1.25rem 0;
  width: 50%;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.faq .question-container .answer {
  max-height: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  transition: max-height 0.3s;
  will-change: max-height;
}
.faq .question-container .answer p {
  margin: 3rem 2.25rem;
}
.faq .question-container.active .question-header .question-icon .line:first-of-type {
  transform: rotate(0) translate(-50%, -50%);
}
.faq .question-container.active .answer {
  max-height: 50rem;
}

@media only screen and (min-width: 768px) {
  .booking-process-section {
    padding: 3rem;
  }
  .booking-process-section .swiper-scrollbar {
    left: 3rem !important;
    right: 3rem !important;
  }
  .booking-text-section {
    padding: 10rem 3rem;
  }
  .faq {
    padding: 5rem 3rem 10rem;
    flex-direction: row;
  }
  .faq > * {
    width: 50%;
  }
}
.fleet-hero .hero-bg {
  opacity: 1;
}

.fleet {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 0 1rem;
}
.fleet .plane .img-container {
  padding: 2.5rem 0;
}
.fleet .plane .img-container img {
  width: 50%;
  height: auto;
}
.fleet .plane .text-container {
  padding-bottom: 2.5rem;
}
.fleet .plane .text-container-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
.fleet .plane .text-container h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.fleet .plane .text-container p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.5rem */
}
.fleet .plane:nth-of-type(odd) .img-container {
  text-align: right;
}

.fleet-service-list {
  padding: 2.5rem 1rem 23.8rem;
  position: relative;
}
.fleet-service-list-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.fleet-service-list .service {
  padding: 2.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-height: 9rem;
}
.fleet-service-list .service span {
  display: block;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.fleet-service-list .service h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
}
.fleet-service-list .service p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
}

@media only screen and (min-width: 768px) {
  .fleet {
    gap: 5rem;
    padding: 0 3rem 5rem;
    max-width: 62.25rem;
    margin: auto;
  }
  .fleet .plane {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
  .fleet .plane .img-container {
    padding: 5rem 0;
    width: 50%;
  }
  .fleet .plane .img-container img {
    width: 100%;
    height: auto;
  }
  .fleet .plane .text-container {
    width: 50%;
    padding-bottom: 0;
    display: flex;
    justify-content: flex-end;
  }
  .fleet .plane:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .fleet .plane:nth-of-type(odd) .img-container {
    text-align: unset;
  }
  .fleet .plane:nth-of-type(odd) .text-container {
    justify-content: flex-start;
  }
  .fleet-service-list {
    padding: 5rem 3rem 52.5rem;
  }
  .fleet-service-list-inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    max-width: 62.25rem;
    margin: auto;
  }
  .fleet-service-list .service {
    padding: 3rem 2.25rem;
    min-height: 11.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .fleet {
    max-width: 84rem;
  }
  .fleet .plane .text-container-inner {
    max-width: 66%;
  }
  .fleet-service-list {
    padding: 5rem 3rem 52.5rem;
  }
  .fleet-service-list-inner {
    grid-template-columns: repeat(4, 1fr);
    max-width: 84rem;
  }
}
.plane-container {
  z-index: 2000;
  min-width: 0;
  display: block;
}
.plane-container p,
.plane-container span,
.plane-container h2,
.plane-container h3,
.plane-container h4,
.plane-container button {
  color: #000000;
}
.plane-container .popup-inner {
  display: block;
  min-height: 0;
  flex-direction: column;
  gap: 3rem;
  min-width: 0;
  overflow-y: auto;
}
.plane-container .popup-inner .close-btn {
  align-self: flex-end;
}
.plane-container .popup-inner .plane-container-inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-width: 0;
}
.plane-container .popup-inner h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.plane-container .popup-inner .fleet-gallery {
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}
.plane-container .popup-inner .fleet-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.plane-container .popup-inner .plane-about h3 {
  opacity: 0.5;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
}
.plane-container .popup-inner .plane-about p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
}
.plane-container .popup-inner .plane-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  padding-bottom: 7.5rem;
}
.plane-container .popup-inner .plane-details .detail h4 {
  opacity: 0.5;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
}
.plane-container .popup-inner .plane-details .detail span {
  display: block;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.plane-container .popup-inner .plane-details .detail.cabin-length, .plane-container .popup-inner .plane-details .detail.baggage-capacity {
  grid-column: span 2;
}

@media only screen and (min-width: 768px) {
  .plane-container .popup-inner .plane-container-inner {
    gap: 5rem;
  }
  .plane-container .popup-inner .plane-details .detail.baggage-capacity {
    grid-column: span 1;
  }
}
.contact-hero {
  padding: 1rem;
}
.contact-hero .hero-bg {
  opacity: 1;
}
.contact-hero .contact-hero-inner {
  position: relative;
  height: 20rem;
  width: 100%;
  max-width: 32.5rem;
  border-radius: 2.25rem;
  overflow: hidden;
  border: var(--05, 4px) solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
.contact-hero .contact-hero-inner .contact-inner-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-hero .contact-hero-inner .date-row {
  display: flex;
  justify-content: space-between;
}
.contact-hero .contact-hero-inner .date-row span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
}
.contact-hero .contact-hero-inner .contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
.contact-hero .contact-hero-inner .contact-info .icon {
  background-color: #ffffff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-hero .contact-hero-inner .contact-info .contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-hero .contact-hero-inner .contact-info .contact-info-text a {
  color: #000000;
}
.contact-hero .contact-hero-inner .contact-info .contact-info-text a.phone {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.contact-hero .contact-hero-inner .contact-info .contact-info-text a.email {
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}

.staff {
  padding: 0 1rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.staff h1 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}
.staff h1 span {
  color: rgba(255, 255, 255, 0.5019607843);
}
.staff .staff-container {
  display: flex;
  gap: 1rem;
}
.staff .staff-container .person {
  width: 50%;
}
.staff .staff-container .person h2 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
}
.staff .staff-container .person span {
  color: rgba(255, 255, 255, 0.5019607843);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}

.central-contact-details {
  padding: 0 1rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.central-contact-details h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.5rem */
}
.central-contact-details-inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.central-contact-details-inner > h3 {
  color: rgba(255, 255, 255, 0.5019607843);
  width: 18.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.central-contact-details-inner .contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.central-contact-details-inner .contact-list .contact-elem {
  padding: 3rem 2.25rem;
}
.central-contact-details-inner .contact-list .contact-elem svg {
  width: 2rem;
  height: 2rem;
}
.central-contact-details-inner .contact-list .contact-elem .contact-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.central-contact-details-inner .contact-list .contact-elem .contact-text h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
}
.central-contact-details-inner .contact-list .contact-elem .contact-text p {
  color: rgba(255, 255, 255, 0.5019607843);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.central-contact-details-inner .contact-list .contact-elem a {
  text-decoration: underline;
  word-break: break-all;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}

@media only screen and (min-width: 768px) {
  .staff {
    padding: 5rem 3rem;
    gap: 3rem;
    max-width: 84rem;
    margin: auto;
  }
  .staff h1 {
    width: 75%;
  }
  .central-contact-details {
    padding: 5rem 3rem;
    max-width: 84rem;
    margin: auto;
  }
  .central-contact-details-inner .contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .staff {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .central-contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
* {
  font-family: "Outfit";
  color: #ffffff;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0;
  transition-delay: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 1px solid #000000;
}

#wpadminbar * {
  color: unset !important;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background-color: #000000;
}
body.block-scroll {
  overflow-y: hidden;
}

button,
a {
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible {
  outline-color: rgba(255, 255, 255, 0.2);
}

.btn {
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.3s;
  will-change: border-color;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.btn:active {
  border-color: #ffffff;
}

.tile {
  padding: 3rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.1019607843);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.tile svg path {
  fill: rgba(255, 255, 255, 0.5019607843);
}
.tile h4 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
}
.tile p {
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}

.hero-bg-container {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-bg-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.hero-bg-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
}

.hero {
  min-height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 40.5rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}
.hero h1 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 3rem */
  letter-spacing: -0.03rem;
}

.plane-bg-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}

.plane-bg-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 50%, #000 100%);
  pointer-events: none;
}

.plane-bg {
  width: 100%;
  height: 45.0625rem;
  object-fit: cover;
  display: block;
}

@media only screen and (min-width: 768px) {
  .plane-bg {
    height: 60rem;
  }
  .btn:hover {
    border-color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .plane-bg {
    height: 100%;
  }
  .btn:hover {
    border-color: #ffffff;
  }
}

/*# sourceMappingURL=main.css.map */
