@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.color-white {
  color: #EBEEF2;
}

.color-primary {
  color: #E42B2F;
}

.color-gradient {
  display: inline-block;
  background: linear-gradient(224.78deg, #E42B2F 8.12%, #1141BD 92.21%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label {
  background: linear-gradient(224.78deg, #E42B2F 8.12%, #1141BD 92.21%);
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  color: #040C1B;
}

.color-gray {
  color: #7C7C7D;
}

.color-red {
  color: #F03D3D;
}

.color-green {
  color: #0BB07B;
}

.color-yellow {
  color: #FFCE52;
}

.bg-red {
  background-color: #F03D3D;
}

.bg-green {
  background-color: #0BB07B;
}

.bg-yellow {
  background-color: #FFCE52;
}

.grid-1 {
  width: calc(8.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-1 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-2 {
  width: calc(16.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-2 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-3 {
  width: calc(25% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-3 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-4 {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-4 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-5 {
  width: calc(41.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-5 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-6 {
  width: calc(50% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-6 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-7 {
  width: calc(58.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-7 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-8 {
  width: calc(66.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-8 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-9 {
  width: calc(75% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-9 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-10 {
  width: calc(83.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-10 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-11 {
  width: calc(91.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-11 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-12 {
  width: calc(100% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-12 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-nobreak-1 {
  width: calc(8.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-2 {
  width: calc(16.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-3 {
  width: calc(25% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-4 {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-5 {
  width: calc(41.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-6 {
  width: calc(50% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-7 {
  width: calc(58.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-8 {
  width: calc(66.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-9 {
  width: calc(75% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-10 {
  width: calc(83.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-11 {
  width: calc(91.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-12 {
  width: calc(100% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.container {
  max-width: 1268px;
  margin: 0 auto;
  padding: 128px 24px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 96px 16px;
  }
}

@media screen and (max-width: 960px) {
  .disappear {
    display: none;
  }
}

.hidden {
  overflow: hidden;
}

.zindex-1 {
  z-index: -1;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.h-100 {
  height: 100vh;
}

.h-100p {
  height: 100%;
}

.flex {
  display: flex;
}

.flex-start-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.flex-end-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.flex-start-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto !important;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.bb-black {
  border-bottom: 1px solid #111929;
}

.bt-black {
  border-top: 1px solid #111929;
}

.bl-black {
  border-left: 1px solid #111929;
}

.br-black {
  border-right: 1px solid #111929;
}

.bg-gray {
  background-color: #0B1425;
}

.bb-gray {
  border-bottom: 2px solid #0B1425;
}

.bt-gray {
  border-top: 2px solid #0B1425;
}

.bl-gray {
  border-left: 2px solid #0B1425;
}

.br-gray {
  border-right: 2px solid #0B1425;
}

.bg-hero {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s ease;
  z-index: -1;
}
.bg-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 12, 27, 0.99) 5%, rgba(4, 12, 27, 0.75) 35%, rgba(4, 12, 27, 0.99) 95%);
}

.img-slider {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  transition: 1.4s ease;
}
@media screen and (max-width: 1440px) and (min-width: 1268px) {
  .img-slider {
    width: 140%;
  }
}
@media screen and (max-width: 1268px) and (min-width: 620px) {
  .img-slider {
    width: 120%;
  }
}
@media screen and (max-width: 960px) {
  .img-slider {
    width: 300%;
  }
}

.text-spider {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .text-spider {
    top: 21%;
    left: 50%;
  }
}

.img-spider {
  display: block;
  transform: scale(1.4);
  transition: 1s ease;
}
@media screen and (max-width: 960px) {
  .img-spider {
    transform: scale(2.3);
  }
}

.div-spider {
  position: absolute;
  top: 16%;
  left: 0%;
}
@media screen and (max-width: 960px) {
  .div-spider {
    top: 18%;
    left: 0%;
  }
}

.screen-loading {
  width: 100%;
  height: 100vh;
  background-color: #040C1B;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.loader-spider {
  position: relative;
}
.loader-spider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  width: 100%;
  height: 300%;
  background: linear-gradient(180deg, rgba(4, 12, 27, 0) 0%, #040C1B 60%);
  animation: loader-spider 3s ease forwards;
}

@keyframes loader-spider {
  0% {
    top: -150%;
    left: 0;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }
  100% {
    top: 0%;
    left: 0%;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}
.nav-points {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .nav-points {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.point {
  width: 36px;
  height: 36px;
  margin: 2px 16px;
  cursor: pointer;
  position: relative;
}
.point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16%;
  height: 16%;
  border-radius: 50%;
  background-color: rgba(248, 251, 255, 0.3);
  transition: 0.4s ease;
}
.point:hover::after {
  background-color: rgba(248, 251, 255, 0.65);
}

.active-point::after {
  width: 40%;
  height: 40%;
  background-color: rgba(248, 251, 255, 0.99);
}

.cta {
  max-width: 360px;
  padding: 7px 0px;
  position: absolute;
  top: 60%;
  left: 27%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .cta {
    top: 84%;
    left: 50%;
    max-width: 300px;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 75%;
  height: 100%;
  background: rgba(35, 44, 62, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 2px solid rgba(17, 25, 41, 0.4);
  border-radius: 4px;
  transform: skewX(-7deg);
  transition: 0.4s ease;
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.4);
}
.cta:hover::before {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transform: skewX(-7deg) scale(1.05);
}

.social {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.social img {
  padding: 4px;
  margin: 20px;
}
@media screen and (max-width: 960px) {
  .social {
    display: none;
  }
}

.div-ps {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .div-ps {
    top: 88%;
    left: 50%;
  }
}

.scroll-down {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 10;
  animation: scrollBounce 2s ease-in-out infinite;
  transition: opacity 0.3s ease;
  
}

.scroll-down:hover {
  opacity: 0.8;
}

.scroll-down:hover .scroll-mouse svg rect,
.scroll-down:hover .scroll-mouse svg line {
  stroke: #F8FBFF;
  transition: stroke 0.3s ease;
}

.scroll-mouse {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-text {
  color: #EBEEF2;
  font-family: 'Cabin', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.scroll-down:hover .scroll-text {
  opacity: 1;
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

@media screen and (max-width: 960px) {
  .scroll-down {
    top: 95%;
  }
  .scroll-text {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
}

.div-trailer {
  position: absolute;
  top: 57%;
  left: 51%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .div-trailer {
    top: 48%;
    left: 45%;
  }
}
.div-trailer:hover #text-trailer {
  left: 80%;
}
.div-trailer:hover .circle-play {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transform: scale(1.25);
}

#text-trailer {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(0%, -50%) skewX(-7deg);
  transition: 0.4s ease;
}

.circle-play {
  width: 116px;
  height: 116px;
  display: block;
  border-radius: 50%;
  background: rgba(35, 44, 62, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 2px solid rgba(17, 25, 41, 0.5);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
  transition: 0.4s ease;
  position: relative;
}
.circle-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
    background-image: url("../svg/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .circle-play {
    width: 80px;
    height: 80px;
  }
  .circle-play::after {
    width: 26px;
    height: 26px;
  }
}

.icon-social:hover img {
  transform: translate3d(0, -4px, 0);
}

.s-0 {
  margin: 0;
  padding: 0;
}

.mt-110 {
  margin-top: 110px;
}
@media screen and (max-width: 960px) {
  .mt-110 {
    margin-top: 0px;
  }
}

.mt-80 {
  margin-top: 88px;
}
@media screen and (max-width: 960px) {
  .mt-80 {
    margin-top: 64px;
  }
}

.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .ml-40 {
    margin-left: 4px;
  }
}

.space-220 {
  padding: 220px 24px;
}
@media screen and (max-width: 960px) {
  .space-220 {
    padding: 96px 16px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-6 {
  margin: 64px !important;
}

.m-7 {
  margin: 72px !important;
}

.m-8 {
  margin: 96px !important;
}

.m-9 {
  margin: 128px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-6 {
  margin-top: 64px !important;
}

.mt-7 {
  margin-top: 72px !important;
}

.mt-8 {
  margin-top: 96px !important;
}

.mt-9 {
  margin-top: 128px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-6 {
  margin-left: 64px !important;
}

.ml-7 {
  margin-left: 72px !important;
}

.ml-8 {
  margin-left: 96px !important;
}

.ml-9 {
  margin-left: 128px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-6 {
  margin-right: 64px !important;
}

.mr-7 {
  margin-right: 72px !important;
}

.mr-8 {
  margin-right: 96px !important;
}

.mr-9 {
  margin-right: 128px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mb-6 {
  margin-bottom: 64px !important;
}

.mb-7 {
  margin-bottom: 72px !important;
}

.mb-8 {
  margin-bottom: 96px !important;
}

.mb-9 {
  margin-bottom: 128px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-6 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-7 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-8 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-9 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-7 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-9 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 48px !important;
}

.p-6 {
  padding: 64px !important;
}

.p-7 {
  padding: 72px !important;
}

.p-8 {
  padding: 96px !important;
}

.p-9 {
  padding: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pt-6 {
  padding-top: 64px !important;
}

.pt-7 {
  padding-top: 72px !important;
}

.pt-8 {
  padding-top: 96px !important;
}

.pt-9 {
  padding-top: 128px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pl-7 {
  padding-left: 72px !important;
}

.pl-8 {
  padding-left: 96px !important;
}

.pl-9 {
  padding-left: 128px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pr-6 {
  padding-right: 64px !important;
}

.pr-7 {
  padding-right: 72px !important;
}

.pr-8 {
  padding-right: 96px !important;
}

.pr-9 {
  padding-right: 128px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

.pb-7 {
  padding-bottom: 72px !important;
}

.pb-8 {
  padding-bottom: 96px !important;
}

.pb-9 {
  padding-bottom: 128px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-6 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-7 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-8 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-9 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-6 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-7 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-9 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.h0 {
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  font-size: 180px;
  line-height: 120%;
  font-weight: 100;
  text-shadow: 0px 6px 32px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 960px) {
  .h0 {
    font-family: "Cabin", sans-serif;
    font-size: 56px;
    line-height: 120%;
    font-weight: 100;
  }
}
@media screen and (max-width: 340px) {
  .h0 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 100;
  }
}

h1 {
  color: #DCE1E8;
  z-index: 5;
  font-family: "Cabin", sans-serif;
  font-size: 80px;
  line-height: 110%;
  font-weight: 100;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Cabin", sans-serif;
    font-size: 52px;
    line-height: 110%;
    font-weight: 100;
  }
}
@media screen and (max-width: 340px) {
  h1 {
    font-family: "Cabin", sans-serif;
    font-size: 48px;
    line-height: 120%;
    font-weight: 100;
  }
}

h2 {
  color: #DCE1E8;
  font-family: "Cabin", sans-serif;
  font-size: 64px;
  line-height: 110%;
  font-weight: 100;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 100;
  }
}
@media screen and (max-width: 340px) {
  h2 {
    font-family: "Cabin", sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 100;
  }
}

h3 {
  color: #DCE1E8;
  font-family: "Cabin", sans-serif;
  font-size: 48px;
  line-height: 120%;
  font-weight: 100;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Cabin", sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 100;
  }
}
@media screen and (max-width: 340px) {
  h3 {
    font-family: "Cabin", sans-serif;
    font-size: 28px;
    line-height: 130%;
    font-weight: 100;
  }
}

h4 {
  color: #DCE1E8;
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Cabin", sans-serif;
    font-size: 28px;
    line-height: 130%;
    font-weight: 200;
  }
}
@media screen and (max-width: 340px) {
  h4 {
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 200;
  }
}

h5 {
  color: #DCE1E8;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
  }
}

h6 {
  color: #DCE1E8;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  h6 {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}

.h7 {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .h7 {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
  }
}

p {
  letter-spacing: 0px;
  color: #7C7C7D;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
  }
}
@media screen and (max-width: 340px) {
  p {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 200;
  }
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.p1 {
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .p1 {
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  .p1 {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
}

.p2 {
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p2 {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
  }
}

.p3 {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p3 {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
  }
}

.p4 {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p4 {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
  }
}

.p5 {
  font-family: "Cabin", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p5 {
    font-family: "Cabin", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
  }
}

.p-title {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-title {
    font-size: 16px;
  }
}

.bold {
  font-weight: bold;
  color: #DCE1E8;
}

span {
  display: inline-block;
}

.letter-h1 {
  color: #EBEEF2;
  letter-spacing: 1px;
  text-transform: none;
  font-family: "Cabin", sans-serif;
  font-size: 80px;
  line-height: 110%;
  font-weight: 100;
}
@media screen and (max-width: 960px) {
  .letter-h1 {
    font-family: "Cabin", sans-serif;
    font-size: 52px;
    line-height: 110%;
    font-weight: 100;
  }
}

strong {
  color: #040C1B;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
  }
}

b {
  color: #353536;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-xl {
  color: #EBEEF2;
  font-family: "Cabin", sans-serif;
  font-size: 180px;
  line-height: 120%;
  font-weight: 100;
  font-size: 240px;
}
@media screen and (max-width: 960px) {
  .h-xl {
    font-family: "Cabin", sans-serif;
    font-size: 56px;
    line-height: 120%;
    font-weight: 100;
    font-size: 144px;
  }
}

.h-l {
  color: #EBEEF2;
  font-family: "Cabin", sans-serif;
  font-size: 180px;
  line-height: 120%;
  font-weight: 100;
  font-size: 144px;
}
@media screen and (max-width: 960px) {
  .h-l {
    font-family: "Cabin", sans-serif;
    font-size: 56px;
    line-height: 120%;
    font-weight: 100;
    font-size: 96px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  position: relative;
  background-color: #040C1B;
}
body::-webkit-scrollbar {
  padding-right: 2px;
  width: 12px;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #111929;
}


.border-radius {
  border-radius: 8px;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

svg, img {
  width: 100%;
}

header {
  width: 100%;
  transition: 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  opacity: 1;
  background: linear-gradient(180deg, #040C1B 0%, rgba(4, 12, 27, 0) 100%), linear-gradient(180deg, #040C1B 0%, rgba(4, 12, 27, 0) 100%), linear-gradient(180deg, #040C1B 0%, rgba(4, 12, 27, 0) 100%);
}

nav {
  max-width: 1268px;
  margin: 0 auto;
  padding: 30px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  list-style: none;
  display: flex;
}
.nav-menu li {
  margin: 8px 16px;
}
@media screen and (max-width: 960px) {
  .nav-menu {
    display: none;
  }
}

.nav-link {
  position: relative;
  text-transform: uppercase;
  padding: 10px;
}
.nav-link::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  width: 2px;
  height: 0px;
  background: linear-gradient(180deg, rgba(146, 7, 10, 0) 0%, #EA1D22 100%);
  transition: 0.7s ease;
}
.nav-link:hover::after {
  height: 40px;
}

.active-header {
  opacity: 1;
}

.icon {
  max-width: 64px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon {
    max-width: 56px;
  }
}
.icon:hover {
  transform: translate(0, -4px, 0);
}

.icon-s {
  max-width: 36px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-s {
    max-width: 32px;
  }
}
.icon-s:hover {
  transform: translate(0, -4px, 0);
}

.icon-m {
  max-width: 96px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-m {
    max-width: 80px;
  }
}

.icon-l {
  max-width: 120px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-l {
    max-width: 96px;
  }
}

.icon-xl {
  max-width: 172px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-xl {
    max-width: 144px;
  }
}

.icon-spider {
  max-width: 96px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-spider {
    max-width: 80px;
  }
}

.btn {
  display: inline-block;
  color: #F8FBFF;
  transition: 0.6s ease;
  padding: 16px 40px 16px 40px;
  text-align: center;
  border: 0;
  background: linear-gradient(189.8deg, #EA1D22 -4%, #640204 104%);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: skewX(-7deg);
  position: relative;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .btn {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    padding: 12px 28px 12px 28px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  width: 3px;
  height: 0%;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(235, 238, 242, 0) 0%, #EBEEF2 100%);
  opacity: 0;
  transition: 0.7s ease;
}
.btn:hover {
  transform: skewX(-7deg) scale(1.05);
}
.btn:hover::after {
  top: -55%;
  opacity: 1;
  height: 70%;
}

.btn-secondary {
  display: inline-block;
  color: #F8FBFF;
  transition: 0.6s ease;
  padding: 12px 32px;
  text-align: center;
  background: transparent;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: skewX(-6deg);
  transition: 0.4s ease;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .btn-secondary {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    padding: 12px 28px;
  }
}

a {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  text-decoration: none;
  color: #F8FBFF;
  transition: 0.5s ease;
}
a:hover {
  opacity: 0.9;
}

input {
  accent-color: #E42B2F;
}

input, select, option, textarea {
  padding: 10px 12px;
  background-color: #111929;
  border: 0;
  border-radius: 4px;
  color: #F8FBFF;
  width: 100%;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}

input[type=date], select, option {
  height: 44px;
}

/*================================*/
/*============ WALLPAPERS ============*/
/*================================*/
.wallpapers-section {
  width: 100%;
  min-height: 100vh;
  background-color: #040C1B;
  padding: 128px 24px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .wallpapers-section {
    padding: 96px 16px;
  }
}

.wallpapers-section h2 {
  margin-bottom: 64px;
}

.wallpapers-grid {
  column-count: 4;
  column-gap: 24px;
  width: 100%;
}

@media screen and (max-width: 1268px) and (min-width: 960px) {
  .wallpapers-grid {
    column-count: 3;
  }
}

@media screen and (max-width: 960px) {
  .wallpapers-grid {
    column-count: 2;
    column-gap: 16px;
  }
}

@media screen and (max-width: 620px) {
  .wallpapers-grid {
    column-count: 1;
  }
}

.wallpaper-item {
  break-inside: avoid;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .wallpaper-item {
    margin-bottom: 16px;
  }
}

.wallpaper-card {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background-color: #111929;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.wallpaper-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.7);
}

.wallpaper-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
  border-radius: 4px;
}

.wallpaper-card:hover .wallpaper-image {
  transform: scale(1.05);
}

.wallpaper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 12, 27, 0) 0%, rgba(4, 12, 27, 0.95) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 4px;
}

.wallpaper-card:hover .wallpaper-overlay {
  opacity: 1;
}

.wallpaper-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.wallpaper-btn {
  padding: 12px 32px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: skewX(-7deg);
  position: relative;
  user-select: none;
}

.wallpaper-btn-view {
  background: linear-gradient(189.8deg, #EA1D22 -4%, #640204 104%);
  color: #F8FBFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.7);
}

.wallpaper-btn-view:hover {
  transform: skewX(-7deg) scale(1.05);
}

.wallpaper-btn-download {
  background: rgba(35, 44, 62, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 2px solid rgba(17, 25, 41, 0.4);
  color: #F8FBFF;
}

.wallpaper-btn-download:hover {
  transform: skewX(-7deg) scale(1.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

@media screen and (max-width: 960px) {
  .wallpaper-btn {
    padding: 10px 24px;
    font-size: 12px;
  }
}

/*================================*/
/*============ LIGHTBOX ============*/
/*================================*/
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 12, 27, 0.98);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: 0;
  color: #F8FBFF;
  font-size: 48px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, color 0.4s ease;
  z-index: 10000;
  font-family: "Cabin", sans-serif;
  line-height: 1;
}

.lightbox-close:hover {
  transform: scale(1.2);
  color: #E42B2F;
}

@media screen and (max-width: 960px) {
  .lightbox-close {
    top: 20px;
    right: 20px;
    font-size: 36px;
    width: 40px;
    height: 40px;
  }
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 4px;
  box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.9);
  user-select: none;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(35, 44, 62, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 2px solid rgba(17, 25, 41, 0.4);
  color: #F8FBFF;
  font-size: 36px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, background 0.4s ease;
  z-index: 10000;
  font-family: "Cabin", sans-serif;
}

.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.1);
  background: rgba(35, 44, 62, 0.9);
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}

@media screen and (max-width: 960px) {
  .lightbox-nav {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  
  .lightbox-prev {
    left: 15px;
  }
  
  .lightbox-next {
    right: 15px;
  }
}
