/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.show-tablet {
  display: none;
}
@media only screen and (max-width: 991px) {
  .show-tablet {
    display: block;
  }
}
.hide-tablet {
  display: block;
}
@media only screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
}
.show-mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-mob {
    display: block;
  }
}
.hide-mob {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  min-height: 100%;
}
body {
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif !important;
  background: #000;
  overflow-x: hidden;
  color: #fff !important;
  line-height: 1.4 !important;
}
html,
body {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox, Safari 18.2+, Chromium 121+ */
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
  /* Older Safari and Chromium */
}
.container-fluid {
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.head .container-fluid {
  max-width: 1780px;
}
.head.dark {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
.head-inner {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .head-inner {
    text-align: center;
  }
}
.vid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}
.main {
  position: relative;
  overflow: hidden;
}
.main-wrap {
  position: relative;
}
.main-inner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 90px 0 60px 0;
}
.main-title {
  text-align: center;
  font-size: 64px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 30px;
  }
}
.main-subtitle {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .main-subtitle {
    font-size: 24px;
  }
}
.main-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-blocks {
    flex-direction: column;
    margin-top: 30px;
  }
}
.main-block {
  height: 274px;
  border-radius: 15px;
  border: 4px solid #2f2f2f;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none !important;
}
.main-block:hover .main-block-title {
  color: #fff !important;
}
.main-block:hover .main-block-inner {
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .main-block {
    height: 200px;
  }
}
.main-block-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px;
  text-align: center;
  color: #f0f0f0 !important;
  font-size: 18px;
  font-weight: 500;
  flex-direction: column;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.main-block-1 {
  background: url(../img/block-1.png) center center no-repeat;
  background-size: cover;
}
.main-block-win {
  padding: 12px 20px;
  background: #ffe103;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 99px;
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #000 !important;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.main-block-win:hover {
  background: #fff;
}
.main-block-2 {
  background: url(../img/block-2.png) center center no-repeat;
  background-size: cover;
}
#fly-in {
  font-size: 6em;
  text-transform: uppercase;
  width: 100vw;
  text-align: center;
  pointer-events: none;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #fly-in {
    font-size: 2.5em;
  }
}
#fly-in span {
  font-weight: bold;
  display: block;
  font-size: 0.4em;
  opacity: 0.8;
}
#fly-in div {
  position: absolute;
  top: 14vh;
  left: 10vw;
  width: 80vw;
  margin: 2vh 0;
  opacity: 0;
  animation: switch 32s linear infinite;
  z-index: 900;
}
#fly-in div:nth-child(2) {
  animation-delay: 4s;
}
#fly-in div:nth-child(3) {
  animation-delay: 8s;
}
#fly-in div:nth-child(4) {
  animation-delay: 12s;
}
#fly-in div:nth-child(5) {
  animation-delay: 16s;
}
#fly-in div:nth-child(6) {
  animation-delay: 20s;
}
#fly-in div:nth-child(7) {
  animation-delay: 24s;
}
#fly-in div:nth-child(8) {
  animation-delay: 28s;
}
@keyframes switch {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(12);
  }
  3% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  10% {
    opacity: 1;
    filter: blur(0);
    transform: scale(0.9);
  }
  13% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.1);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slider-bg {
  position: absolute;
  top: 72%;
  /* 垂直居中滑块 */
  left: 20%;
  /* 左边距 */
  right: 0;
  /* 右边距到屏幕边缘 */
  height: 550px;
  /* 背景高度 = 滑块高度 */
  background-color: #17181c;
  border-radius: 20px;
  transform: translateY(-50%);
  /* 垂直居中 */
  /* z-index: -1; */
}
@media only screen and (max-width: 767px) {
  .slider-bg {
    display: none;
  }
}
/* ===========================
     滑块样式
     =========================== */
.slider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6vh;
  width: 800px;
  height: 400px;
  background: rgba(245, 245, 245, 0.18);
  border-radius: 20px;
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .slider {
    width: 100%;
    height: 350px;
    padding: 10px;
  }
}
.slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.slider .slide .item:nth-child(2) .content {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 12px;
}
.slider .item {
  width: 280px;
  /* было 200px */
  height: 180px;
  /* было 250px */
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.55);
  transition: 0.5s ease;
  cursor: pointer;
}
.slider .item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}
.slider .item:hover img {
  transform: scale(1.05);
}
.slide .item:nth-child(1),
.slide .item:nth-child(2) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: none;
}
.slide .item:nth-child(3) {
  left: calc(50% + 140px);
}
@media only screen and (max-width: 767px) {
  .slide .item:nth-child(3) {
    display: none;
  }
}
.slide .item:nth-child(4) {
  left: calc(50% + 360px);
}
@media only screen and (max-width: 767px) {
  .slide .item:nth-child(4) {
    display: none;
  }
}
.slide .item:nth-child(5) {
  left: calc(50% + 580px);
}
@media only screen and (max-width: 767px) {
  .slide .item:nth-child(5) {
    display: none;
  }
}
.slide .item:nth-child(n + 6) {
  left: calc(50% + 800px);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .slide .item:nth-child(n + 6) {
    display: none;
  }
}
.slide .item:nth-child(n + 3)::after {
  content: attr(data-label);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 10px;
  backdrop-filter: blur(6px);
}
.slide .item .content {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 300px;
  transform: translateY(-50%);
  color: #fff;
  display: none;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .slide .item .content {
    left: 30px;
    width: auto;
    right: 30px;
  }
}
.slide .item:nth-child(2) .content {
  display: block;
}
.slide .name {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeUp 1s forwards;
}
@media only screen and (max-width: 767px) {
  .slide .name {
    font-size: 24px;
    text-align: center;
  }
}
.slide .des {
  margin: 10px 0 20px;
  opacity: 0;
  animation: fadeUp 1s 0.3s forwards;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.slider .button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 500;
}
.slider .button button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  transition: 0.3s;
}
.slider .button button:hover {
  transform: scale(1.1);
  background: #fff;
}
@property --start-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes shimmerRotate {
  to {
    --start-angle: 360deg;
  }
}
.slider .glow-btn {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #1f2933;
  background: conic-gradient(from 0deg, #d3d7e9, #b3b6e3, #ceb8ec, #aed8d5, #e5f4fa, #d3d7e9);
  box-shadow: 0 6px 12px rgba(124, 125, 190, 0.4), 0 6px 24px rgba(124, 125, 190, 0.28), 0 14px 55px rgba(124, 125, 190, 0.25);
}
@media only screen and (max-width: 767px) {
  .slider .glow-btn {
    margin: 0 auto;
  }
}
.slider .glow-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: conic-gradient(from var(--start-angle), #fff 0%, transparent 25%, #fff 45%, transparent 75%, #fff 100%);
  opacity: 0.7;
  animation: shimmerRotate 3s linear infinite;
}
.slider .glow-btn span {
  position: relative;
  z-index: 2;
}
.slider .btn-row {
  display: flex;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 1s 0.6s forwards;
}
.slider .mini-more-btn {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.95);
  color: #222;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: 0.25s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.slider .mini-more-btn:hover {
  background: #fff;
  transform: translateY(-1px);
}
.cwiz {
  background: url(../img/cwiz.jpg) center center no-repeat;
  background-size: cover;
}
.cwiz-wrap {
  background: rgba(0, 0, 0, 0.35);
}
.cwiz-inner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .cwiz-inner {
    justify-content: flex-start;
    padding-top: 105px;
  }
}
.cwiz-block {
  background: #eee;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.cwiz-block-top {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .cwiz-block-top {
    flex-direction: column;
    gap: 30px;
  }
}
.cwiz-block-left {
  background: #222;
  color: #fff;
  padding: 30px;
  flex: 350px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 767px) {
  .cwiz-block-left {
    flex: auto;
    text-align: center;
  }
}
.cwiz-block-right {
  padding: 30px;
  padding-left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cwiz-block-right {
    padding: 30px;
    padding-top: 0;
  }
}
.cwiz-title {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.75;
  text-transform: uppercase;
}
.cwiz-subtitle {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.cwiz-step-title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #ffe103;
}
.cwiz-fin {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.shake {
  animation: shake-animation 0.3s;
}
@keyframes shake-animation {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-8px);
  }
  40% {
    transform: translateX(8px);
  }
  60% {
    transform: translateX(-6px);
  }
  80% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
.cwiz-steps {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.cwiz-step {
  display: none;
}
.cwiz-step.on {
  display: block;
}
.cwiz-step input,
.cwiz-step .cwiz-check {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  margin-bottom: 15px;
  color: #000;
}
.cwiz-step input:last-child,
.cwiz-step .cwiz-check:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cwiz-step input,
  .cwiz-step .cwiz-check {
    height: 40px;
    margin-bottom: 5px;
  }
}
.cwiz-step .cwiz-check {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.cwiz-step .cwiz-check:hover {
  border-color: #000;
}
.cwiz-step .cwiz-check.on {
  background: #ffe103;
  border-color: #ffe103;
  font-weight: bold;
}
.cwiz-step .cwiz-check.on:after {
  content: '✓';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.cwiz-buttons {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .cwiz-buttons {
    gap: 15px;
  }
}
.cwiz-button {
  height: 50px;
  padding: 0 15px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe103;
  font-weight: 900;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000 !important;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.cwiz-button:hover {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .cwiz-button {
    min-width: 0;
    width: 100%;
  }
}
.cwiz-prev {
  background: #000;
  color: #fff !important;
}
.cwiz-prev:hover {
  background: #fff;
  color: #000 !important;
}
.footer {
  background: #111111;
  padding: 60px 0;
}
.footer-top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    text-align: center;
  }
}
.social {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: flex-end;
}
.social:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .social {
    justify-content: center;
  }
}
.footer-menu {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.footer-menu a {
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
}
.footer-menu a:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.copy {
  text-align: center;
  opacity: 0.75;
  font-size: 14px;
}
.ticket {
  padding-top: 90px;
  max-width: 385px;
  color: #000;
}
.ticket .top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ticket .top .title {
  font-weight: normal;
  font-size: 1.6em;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 50px;
  color: #fff;
}
.ticket .top .printer {
  width: 90%;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.ticket .receipts-wrapper {
  overflow: hidden;
  margin-top: -10px;
  padding-bottom: 10px;
}
.ticket .receipts {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateY(-510px);
}
.ticket .receipts.on {
  animation-duration: 2.5s;
  animation-delay: 500ms;
  animation-name: print;
  animation-fill-mode: forwards;
}
.ticket .receipts .receipt {
  padding: 25px 30px;
  text-align: left;
  min-height: 110px;
  width: 88%;
  background-color: #fff;
  border-radius: 10px 10px 20px 20px;
  box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2);
}
.ticket .receipts .receipt .airliner-logo {
  max-width: 80px;
}
.ticket .receipts .receipt .get-ticket {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.ticket .receipts .receipt .route {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.ticket .receipts .receipt .route .plane-icon {
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
}
.ticket .receipts .receipt .route h2 {
  font-weight: 300;
  font-size: 2.2em;
  margin: 0;
}
.ticket .receipts .receipt .details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ticket .receipts .receipt .details .item {
  display: flex;
  flex-direction: column;
  min-width: 70px;
}
.ticket .receipts .receipt .details .item span {
  font-size: 0.8em;
  color: rgba(28, 28, 28, 0.7);
  font-weight: 500;
}
.ticket .receipts .receipt .details .item h3 {
  margin-top: 10px;
  margin-bottom: 25px;
}
.ticket .receipts .receipt.qr-code {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: unset;
  position: relative;
  border-radius: 20px 20px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ticket .receipts .receipt.qr-code .appstore-link {
  margin: 15px 0;
  text-align: center;
  display: block;
}
.ticket .receipts .receipt.qr-code .appstore-link img {
  display: block;
  height: 48px;
  width: auto;
}
.ticket .receipts .receipt.qr-code .app-icon {
  width: 64px;
  height: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ticket .receipts .receipt.qr-code::before {
  content: '';
  background: linear-gradient(to right, #fff 50%, #3f32e5 50%);
  background-size: 22px 4px, 100% 4px;
  height: 4px;
  width: 90%;
  display: block;
  left: 0;
  right: 0;
  top: -1px;
  position: absolute;
  margin: auto;
}
.ticket .receipts .receipt.qr-code .qr {
  width: 70px;
  height: 70px;
}
.ticket .receipts .receipt.qr-code .description {
  margin-left: 20px;
}
.ticket .receipts .receipt.qr-code .description h2 {
  margin: 0 0 5px 0;
  font-weight: 500;
}
.ticket .receipts .receipt.qr-code .description p {
  margin: 0;
  font-weight: 400;
}
@keyframes print {
  0% {
    transform: translateY(-510px);
  }
  35% {
    transform: translateY(-395px);
  }
  70% {
    transform: translateY(-140px);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  outline: none !important;
}
.dark:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
