html,
body {
  padding: 0;
  margin: 0;
  /* height: 100vh; */
  color: #ffffff;
  background-color: #000000;
  font-family: Integral CF;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
}

html,
body {
  overflow-x: hidden;
}

img,
picture,
source,
video {
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ::-webkit-scrollbar {
  display: none;
} */

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 17px;
  background-color: #adff00;
}

/* ::-webkit-scrollbar-track {
  background-color: #2d2d2d;
} */

::selection {
  color: #a723ce;
}

html {
  /* font-size: 48.25%; */
  /* font-size: 7.72px; */

  /* font-size: 62.5%; */
  font-size: 10px;
}

/* @media only screen and (max-width: 115.625em) { */
@media only screen and (max-width: 1850px) {
  html {
    /* font-size: 59.375%; */
    font-size: 9.5px;
  }
}

/* @media only screen and (max-width: 93.75em) { */
@media only screen and (max-width: 1500px) {
  html {
    /* font-size: 48.25%; */
    font-size: 7.72px;
  }
}

/* @media only screen and (max-width: 84.375em) { */
@media only screen and (max-width: 1350px) {
  html {
    /* font-size: 44.25%; */
    font-size: 7.08px;
  }
}

/* @media only screen and (max-width: 75em) { */
@media only screen and (max-width: 1200px) {
  html {
    /* font-size: 42.25%; */
    font-size: 6.76px;
  }
}

/* @media only screen and (max-width: 68.75em) { */
@media only screen and (max-width: 1100px) {
  html {
    /* font-size: 40%; */
    font-size: 6.4px;
  }
}

/* @media only screen and (max-width: 56.25em) { */
@media only screen and (max-width: 900px) {
  html {
    /* font-size: 38%; */
    font-size: 6.08px;
  }
}

/* @media only screen and (max-width: 50em) { */
@media only screen and (max-width: 800px) {
  html {
    /* font-size: 36%; */
    font-size: 5.76px;
  }
}

/* @media only screen and (max-width: 43.75em) { */
@media only screen and (max-width: 700px) {
  html {
    /* font-size: 34%; */
    font-size: 5.44px;
  }
}

/* @media only screen and (max-width: 28.125em) { */
@media only screen and (max-width: 450px) {
  html {
    /* font-size: 33%; */
    font-size: 5.28px;
  }
}

/* @media only screen and (max-width: 21.875em) { */
@media only screen and (max-width: 350px) {
  html {
    /* font-size: 32%; */
    font-size: 5.12px;
  }
}

@media only screen and (max-width: 1000px) and (max-height: 500px) {
  html {
    /* font-size: 40%; */
    font-size: 5.22px;
  }
}

/* @media only screen and (min-width: 93.75em) { */
/* @media only screen and (min-width: 1500px) {
  html {
        font-size: 59.375%;
    font-size: 9.5px;
  }
} */
/* @media only screen and (min-width: 115.625em) { */
/* @media only screen and (min-width: 1850px) {
  html {
       font-size: 62.5%;
    font-size: 10px;
  }
} */

/* @media only screen and (min-width: 125em) { */
@media only screen and (min-width: 2000px) {
  html {
    /* font-size: 69%; */
    font-size: 11.04px;
  }
}

/* @media only screen and (min-width: 137.5em) { */
@media only screen and (min-width: 2200px) {
  html {
    /* font-size: 79%; */
    font-size: 12.64px;
  }
}

/* @media only screen and (min-width: 150em) { */
@media only screen and (min-width: 2400px) {
  html {
    /* font-size: 86%; */
    font-size: 13.76px;
  }
}

.block {
  position: relative;
  margin-bottom: 8rem;
}

.block-height {
  height: 100vh;
  min-height: 500px;
}

/* debug color */

.mediaColor {
  color: #ffffff;
}

@media only screen and (max-width: 1100px) {
  .mediaColor {
    color: #1100ff;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .mediaColor {
    color: #ffee00;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
  .mediaColor {
    color: #009c22;
  }
}

@media only screen and (min-width: 2200px) {
  .mediaColor {
    color: rgb(255, 0, 0);
  }
}

@media only screen and (min-width: 2600px) {
  .mediaColor {
    color: rgb(255, 0, 221);
  }
}

/* preloader */

.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0, 0, 1px);
  z-index: 10000;
  background: #000;
}

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

.progressBar canvas {
  position: absolute;
  width: 60rem;
}

.progressBar img {
  position: absolute;
  width: 24rem;
  height: 24rem;
  animation: preloader-coin 5s infinite linear;
}

@keyframes preloader-coin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* block one */

.block.one {
  display: flex;
  /* overflow: hidden; */
  justify-content: center;
  height: 100vh;
}

.block.one .content {
  /* max-width: 192rem; */
  flex: 1;
  padding: 6.2rem 8.5rem 5.4rem 8.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  user-select: none;
  transform: translate3d(0, 0, 1px);
  z-index: 30;
}

.block.one .content .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transform: translate3d(0, 0, 1px);
  z-index: 200 !important;
}

.header_line_center {
  position: relative;
  transform: translate3d(0, 0, 1px);
  z-index: 200 !important;
}

.block.one .content .line.c {
  pointer-events: none;
}

.block.one .content .line .b {
  font-weight: 900;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.2s;
}

.block.one .content .line .b:hover {
  color: #adff00;
}

.block.one .content .line .logo {
  position: relative;
  margin-top: -7.5rem;
  font-weight: 900;
  font-size: 15.9rem;
  text-shadow: 0 0 11rem rgba(255, 255, 255, 0.5);
  transform: translate3d(0, 0, 1px);
  z-index: 100;
}

.block.one .content .line .logo.l {
  margin-left: 3.8rem;
}

.block.one .content .line .logo .d {
  position: absolute;
  right: 0;
  bottom: -3rem;
  font-weight: normal;
  font-size: 3.45rem;
  line-height: 1.1;
}

.block.one .content .line .nav {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #878787;
}

/* .block.one .content .line .nav div,
.block.one .content .line .nav a { */
.header_line_bottom_link {
  color: inherit;
  text-decoration: none;
  margin-right: 26px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  transform: translate3d(0, 0, 1px);
  z-index: 200;
}

.header_line_bottom_link:hover {
  color: #ffffff;
}

.block.one .content .line .btn {
  padding: 1.4rem 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-weight: bold;
  font-size: 1.8rem;
  background: #adff00;
  clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 100%, 0% 50%);
  cursor: pointer;
  transition: 0.2s;
}

.block.one .content .line a.btn {
  text-decoration: none;
}

.block.one .content .line .btn:hover {
  background: #a600ff;
  color: #ffffff;
}

.block.one .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 1px);
  z-index: 1;
}

.bg_inner_container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 1px);
  z-index: 1;
}

.block.one .bg .snow {
  position: absolute;
  width: 95%;
  height: 98%;
  background: url("../media/snow.webp") center / cover;
}

.block.one .bg .topLines {
  position: absolute;
  top: 0;
  height: 100%;
  width: 63.5rem;
  display: flex;
  justify-content: space-between;
}

.block.one .bg .topLines .line {
  width: 1rem;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(164, 0, 252, 0.25) 0%,
    rgba(164, 0, 252, 0) 49.48%
  );
}

.block.one .bg .horizon {
  position: relative;
  width: 100%;
  margin-bottom: -2.6%;
  display: flex;
  justify-content: space-between;
  transform: translate3d(0, 0, 1px);
  z-index: 2;
}

.block.one .bg .horizon .palm {
  margin-bottom: 2%;
  transform-origin: bottom;
  position: relative;
  transform: translate3d(0, 0, 1px);
  z-index: 2;
}

.block.one .bg .horizon .palm.l {
  /* margin-left: -13rem; */
  margin-left: -2rem;
}

.block.one .bg .horizon .palm.r {
  margin-right: -2rem;
}

.block.one .bg .horizon .rocks {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translate3d(0, 0, 1px);
  z-index: 3;
}

.block.one .bg .gridShadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 29%;
  /* background-color: #ADFF00; */
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 40%,
    #000000 100%
  );
  transform: translate3d(0, 0, 1px);
  z-index: 2;
}

.block.one .bg .grid {
  /* transform: translate3d(0, 0, 1px); */
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -50%;
  width: 200%;
  height: 49%;
  /* width: 100%;
  height: 100%; */
  background-position-y: 0;

  --grid-color: rgba(166, 0, 255, 0.7);
  --grid-size: 9rem;
  --grid-size-v: 4rem;
  --grid-blur: 0.2rem;
  --grid-blur-v: 0rem;

  background-image: repeating-linear-gradient(
      90deg,
      var(--grid-color) 0%,
      transparent calc(0.1rem + var(--grid-blur)),
      transparent var(--grid-size),
      var(--grid-color) calc(var(--grid-size) + 0.1rem + var(--grid-blur))
    ),
    repeating-linear-gradient(
      180deg,
      var(--grid-color) 0%,
      transparent calc(0.1rem + var(--grid-blur-v)),
      transparent var(--grid-size-v),
      var(--grid-color) calc(var(--grid-size-v) + 0.1rem + var(--grid-blur-v))
    );

  /* transform: perspective(30vh) rotateX(70deg) translateZ(1rem); */
  transform: perspective(30vh) rotateX(70deg) translateZ(1rem);

  /* --grid-color: rgba(166, 0, 255, 0.7);
  --grid-size: 90px;
  --grid-size-v: 40px;
  --grid-blur: 2px;
  --grid-blur-v: 0px;

  background-image: repeating-linear-gradient(
      90deg,
      var(--grid-color) 0%,
      transparent calc(1px + var(--grid-blur)),
      transparent var(--grid-size),
      var(--grid-color) calc(var(--grid-size) + 1px + var(--grid-blur))
    ),
    repeating-linear-gradient(
      180deg,
      var(--grid-color) 0%,
      transparent calc(1px + var(--grid-blur-v)),
      transparent var(--grid-size-v),
      var(--grid-color) calc(var(--grid-size-v) + 1px + var(--grid-blur-v))
    );

  transform: perspective(30vh) rotateX(70deg) translateZ(10px); */

  animation: moving-grid 0.5s infinite linear;
  z-index: 2;
}

@keyframes moving-grid {
  0% {
    transform: perspective(30vh) rotateX(70deg) translateZ(1rem)
      translateY(-var(--grid-size));
  }
  100% {
    transform: perspective(30vh) rotateX(70deg) translateZ(1rem)
      translateY(var(--grid-size));
  }
}

.header_br {
  display: none;
}

.grid__container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
  transform: translate3d(0, 0, 1px) !important;
  width: 100%;
  height: 100%;
}

.kingKongCanvas__container {
  position: absolute;
  z-index: 1000 !important;
  transform: translate3d(0, 0, 1px) !important;
}

#kingKongCanvas {
  /* transform: translateY(14rem); */
  width: 85rem !important;
  height: 85rem !important;
}

@media only screen and (max-width: 1000px) {
  .block.one .content .line .logo.l {
    margin-left: -1rem;
  }

  .block.one .content .line .logo.r {
    margin-right: -4rem;
  }

  #kingKongCanvas {
    width: 80rem !important;
    height: 80rem !important;
  }

  .header_line_bottom_link {
    color: white !important;
    /* text-shadow: 0.1rem 0.1rem 0.2rem white; */
  }

  .block.one .content .line .nav {
    color: white !important;
  }
}

@media only screen and (max-width: 950px) and (min-width: 750px) and (min-height: 500px) {
  .block.one .content .line .logo {
    font-size: 17rem;
  }

  .header_line_center {
    margin-bottom: 50vh;
    justify-content: center !important;
  }

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

  .logo_one:not(:last-of-type) {
    margin-right: 10rem !important;
  }

  #kingKongCanvas {
    margin-bottom: -23vh;
    width: 135rem !important;
    height: 135rem !important;
  }

  .block.one .bg .topLines {
    width: 80vw;
  }

  .block.one .bg .topLines .line {
    width: 1.5rem;
  }

  .block.one .bg .horizon {
    transform: scale(1.4);
  }

  .header_line_top_link,
  .header_line_bottom_link {
    font-size: 3rem !important;
  }

  .block.one .content .line .btn {
    padding: 2rem 3.4rem;
  }

  .header_line_bottom {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 750px) and (min-height: 500px) {
  .header_br {
    display: block;
  }

  .block.one .content .line.c {
    flex-direction: column;
    text-align: center;
  }

  .block.one .content .line .logo.l {
    margin-left: 0;
    margin-bottom: 4rem;
  }

  .block.one .content .line .logo.r {
    margin-right: 0;
    margin-bottom: 5rem;
  }

  .block.one .content .line .logo .d {
    position: static;
  }

  .block.one .content .line .logo.l {
    margin-left: 0;
    margin-bottom: 4rem;
  }

  .header_line_center {
    margin-bottom: 40vh;
  }

  #kingKongCanvas {
    margin-bottom: -30vh;
    width: 75rem !important;
    height: 75rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .block.one .content .line.f {
    margin-bottom: 7rem;
  }

  .block.one .bg .horizon .palm.l {
    margin-left: -16rem;
  }

  .block.one .bg .horizon .palm.r {
    margin-right: -16rem;
  }
}

@media only screen and (max-width: 500px) {
  .block.one .bg .horizon .palm.l {
    margin-left: -20rem;
  }

  .block.one .bg .horizon .palm.r {
    margin-right: -20rem;
  }
}

@media only screen and (max-width: 450px) {
  .block.one .content {
    padding: 6.2rem 5rem 5.4rem;
  }
}

@media only screen and (max-width: 400px) {
  .header_line_bottom_link_right {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) and (max-height: 500px) {
  .block.one .content .line.f {
    margin-bottom: 9rem;
  }
}

/* block two */

.block.two {
  margin-top: -100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.block.two .content {
  position: relative;
}

.block.two .content .text {
  font-weight: bold;
  /* font-size: 29.2rem; */
  font-size: 26rem;
  white-space: nowrap;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 46.87%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 75% 100%;
  /* animation-duration: 2000ms; */
  /* animation-name: shimmeringAnim; */
  /* animation-iteration-count: infinite; */
  background-repeat: no-repeat;
  /* animation-timing-function: ease; */
  background-position: -300% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
}

@media only screen and (max-width: 1200px) {
  .block.two .content .text {
    font-size: 22rem;
  }
}

@media only screen and (max-width: 900px) {
  .block.two .content .text {
    font-size: 18rem;
  }
}

@media only screen and (max-width: 700px) {
  .block.two .content .text {
    font-size: 17rem;
  }
}

@media only screen and (max-width: 600px) {
  .block.two .content .text {
    font-size: 12.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .block.two .content .text {
    font-size: 11rem;
  }
}

/* @media only screen and (max-width: 1100px) {
  .block.two .content .text {
    font-size: 5.6rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .block.two .content .text {
    font-size: 9.6rem;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
  .block.two .content .text {
    font-size: 11rem;
  }
} */

/* block three */

.block.three {
  margin-top: 18rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: clip;
}

.block.three .content {
  width: 70rem;
  font-size: 3rem;
  color: #adff00;
  text-align: center;
  transform: translate3d(0, 0, 1px);
  z-index: 1;
  white-space: nowrap;
}

.block.three .content span {
  color: #ffffff;
}

.block.three .leaves {
  position: absolute;
}

.block.three .leaves.l {
  left: 0;
  top: -36rem;
  width: 42rem;
}

.block.three .leaves.r {
  right: 0;
  bottom: -30rem;
  width: 68rem;
}

@media only screen and (max-width: 550px) {
  .block.three .leaves.l {
    width: 31rem;
  }

  .block.three .leaves.r {
    width: 52rem;
  }
}

.block.three .box {
  position: absolute;
}

.block.three .box.b1 {
  left: 25%;
  top: 10%;
  width: 21rem;
}

.block.three .box.b2 {
  left: 4%;
  bottom: 14%;
  width: 50rem;
}

.block.three .box.b3 {
  right: 21%;
  bottom: 28%;
  width: 11rem;
}

.block.three .box.b4 {
  right: 9%;
  top: 0;
  width: 66rem;
}

@media only screen and (max-width: 1200px) {
  .block.three .box.b4 {
    width: 60rem;
  }
}

@media only screen and (max-width: 1100px) {
  .block.three .content {
    width: 73rem;
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 1000px) and (max-height: 500px) {
  .block.three .box.b4 {
    transform: scale(0.7);
  }

  .block.three .box.b2 {
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 950px) and (min-width: 600px) and (min-height: 500px) {
  .block.three .content {
    font-size: 3.5rem;
    width: 84rem;
  }
}

@media only screen and (max-width: 900px) {
  .block.three .box.b4 {
    right: 4%;
    top: 19rem;
  }

  .block.three .box.b2 {
    left: 0;
  }
}

@media only screen and (max-width: 700px) {
  .block.three .box.b4 {
    right: -3%;
    top: 19rem;
  }

  .block.three .box.b2 {
    left: 0;
  }

  .block.three .box.b1 {
    left: 14%;
    top: 11%;
  }

  .block.three .box.b3 {
    right: 11%;
    bottom: 32%;
    width: 20rem;
  }
}

@media only screen and (max-width: 600px) {
  .block.three .box.b4 {
    right: -3%;
  }

  .block.three .box.b2 {
    left: -6%;
    bottom: 10rem;
  }

  .block.three .box.b1 {
    left: 3%;
  }

  .block.three .box.b3 {
    right: 7%;
    bottom: 39%;
  }
}

@media only screen and (max-width: 500px) {
  .block.three .box.b4 {
    right: -20%;
    top: 23rem;
    width: 50rem;
  }

  .block.three .box.b2 {
    left: -18%;
    width: 50rem;
  }

  .block.three .box.b1 {
    left: 3%;
  }

  .block.three .box.b3 {
    right: 7%;
    bottom: 39%;
  }
}

@media only screen and (max-width: 400px) {
  .block.three .content {
    width: 95%;
    font-size: 2.5rem;
  }
}

/* @media only screen and (max-width: 1100px) {
  .block.three .content {
    width: 80%;
    font-size: 1.4rem;
  }

  .block.three .leaves.l {
    left: 0;
    top: 2rem;
    width: 30vw;
  }

  .block.three .leaves.r {
    right: 0;
    bottom: 3rem;
    width: 40vw;
  }

  .block.three .box.b1 {
    left: 15%;
    top: 5%;
  }

  .block.three .box.b2 {
    left: 4%;
    bottom: 10%;
    width: 50vw;
  }

  .block.three .box.b3 {
    right: 10%;
    bottom: 35%;
  }

  .block.three .box.b4 {
    right: 0%;
    top: 21%;
    width: 60vw;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .block.three .content {
    width: 60%;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
  .block.three .content {
    width: 60%;
    font-size: 2.4rem;
  }
} */

@media only screen and (min-width: 2600px) {
  .block.three .box.b1 {
    left: 30%;
    top: 20%;
  }

  .block.three .box.b2 {
    left: 15%;
    bottom: 15%;
  }

  .block.three .box.b3 {
    right: 20%;
    bottom: 30%;
  }

  .block.three .box.b4 {
    right: 10%;
    top: 0;
  }
}

/* block four */

.block.four {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: clip;
  max-width: 100%;
  user-select: none;
  pointer-events: none;
  height: 100vh;
  /* height: 600px; */
}

@media only screen and (max-width: 1500px),
only screen and (min-width: 1750px) {
  .block.four {
    transform: scale(1.1);
  }
}

.block.four .text {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  font-size: 15.9rem;
  overflow: hidden;
}

.block.four .text.l {
  left: 0;
  right: 50%;
}

.block.four .text.r {
  left: 50%;
  right: 0;
}

/* @media only screen and (max-width: 1500px) {
  .block.four .text.l {
    right: 40%;
  }

  .block.four .text.r {
    left: 45%;
  }
} */

/* .block.four #motorollaCanvas {
  height: 100%;
} */

.block.four .text .line.i {
  opacity: 0;
}

.block.four .text.l .line.m {
  margin-left: 100%;
}

.block.four .text.r .line.m {
  margin-left: -100%;
}

.block.four #motorollaCanvas {
  width: 145rem !important;
  height: 85rem !important;
  position: absolute;
  margin-right: -4rem;
}

.motorollaCanvas {
  bottom: 0%;
  /* left: 50%;
  transform: translateX(-50%); */
}

.content_block_four {
  position: absolute;
  height: 80rem !important;
  width: 100%;
  bottom: 0%;
  /* left: 50%;
  transform: translateX(-50%); */
}

@media only screen and (max-width: 1000px) {
  .block.four .text.l .line.m {
    margin-top: 23rem;
  }
}

@media only screen and (max-width: 850px) {
  .block.four .text.l .line.m {
    /* margin-top: 2  0rem; */
    margin-top: 23rem;
  }

  .block.four .text.r .line.m {
    margin-top: -10rem;
  }

  .block.four .text {
    font-size: 14rem;
  }
}

@media only screen and (max-width: 650px) {
  .block.four .text.l {
    right: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .block.four .text.l .line.m {
    margin-top: 45rem;
  }

  .block.four .text.r .line.m {
    margin-top: -26rem;
  }

  .block.four .text {
    font-size: 12rem;
  }
}

@media only screen and (max-width: 500px) {
  .block.four .text.r {
    left: 40%;
  }

  .block.four .text.l {
    right: 25%;
  }
}

@media only screen and (max-width: 400px) {
  .block.four .text {
    font-size: 11.5rem;
  }

  .block.four .text.l .line.m {
    margin-left: 120%;
  }

  .block.four .text.r .line.m {
    margin-left: -120%;
  }
}

/* @media only screen and (max-width: 1100px) {
  .block.four {
    height: 30vh;
  }

  .block.four .text {
    font-size: 4rem;
    top: auto;
    bottom: 6rem;
  }

  .block.four .text.r .line.m {
    margin-bottom: 7rem;
    margin-left: -130%;
  }

  .block.four .text.l .line.m {
    margin-top: 11rem;
    margin-left: 110%;
  }

  .block.four #motorollaCanvas {
    height: 40vh;
    bottom: 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .block.four {
    margin-bottom: 12rem;
  }

  .block.four .text {
    font-size: 6.4rem;
    bottom: 9rem;
  }

  .block.four .text.r .line.m {
    margin-bottom: 10rem;
  }

  .block.four #motorollaCanvas {
    height: 45vh;
    bottom: 0;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
  .block.four {
    margin-bottom: 12rem;
  }

  .block.four .text {
    font-size: 7rem;
    bottom: 7rem;
  }

  .block.four .text.r .line.m {
    margin-bottom: 10rem;
  }
} */
/* block five */

.block.five {
  padding: 0 20rem 0 8.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  pointer-events: none;
  transform: translate3d(0, 0, 1px);
  z-index: 3;
}

.block.five .content {
  margin-left: -3rem;
  user-select: text;
  pointer-events: all;
}

.block.five .content .title {
  font-weight: bold;
  font-size: 6.4rem;
}

.block.five .content .div {
  height: 1px;
  width: 19.2rem;
  margin: 4.2rem 0 5.8rem 0;
  background-color: #ffffff;
}

.block.five .content .desc {
  margin-bottom: 3.4rem;
  font-size: 2.4rem;
}

.block.five .content .desc span {
  color: #adff00;
}

.block.five .content .btn {
  display: inline-flex;
  padding: 0.9rem 6rem 1.5rem 6rem;
  font-size: 2.4rem;
  border: 1px solid #adff00;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  color: inherit;
}

.block.five .content .btn:hover {
  color: #000000;
  background: #adff00;
  box-shadow: 0 0 5rem rgba(173, 255, 0, 0.25);
  user-select: none;
}

.block.five img {
  width: 100rem;
}

@media only screen and (max-width: 1000px) {
  .block.five img {
    width: 90rem;
  }
  .block.five {
    position: relative;
    z-index: 30;
  }
}

@media only screen and (max-width: 950px) {
  .block.five {
    min-height: 800px;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  .block.five img {
    width: 80rem;
    margin-left: 0;
    margin: 0 auto;
  }

  .block.five .content {
    margin-left: 0;
    text-align: center;
    margin-top: 12rem;
    /* width: 70%; */
  }

  .block.five .content .title {
    font-size: 9.4rem;
  }

  .block.five .content .desc {
    margin-bottom: 3.4rem;
    font-size: 3.7rem;
  }

  .block.five .content .btn {
    font-size: 3.5rem;
    /* padding: 0.9rem 19rem 1.5rem; */
    padding: 2.2rem 10rem 2.6rem;
    margin-top: 3rem;
    /* width: 100%; */
  }

  .block.five .content .div {
    height: 1.5px;
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .block.five img {
    width: 70rem;
    /* margin-left: 3rem; */
  }

  .block.five .content .div {
    width: 66%;
  }

  .block.five {
    padding: 0;
  }

  .block.five .content {
    text-align: left;
  }

  .block.five .content .desc {
    white-space: nowrap;
    /* font-size: 3.1rem; */
  }

  .block.five .content .btn {
    font-size: 4.8rem;
    padding: 3rem 16rem 3.3rem;
    margin-top: 6rem;
  }
}

/* @media only screen and (max-width: 500px) {
  .block.five img {
    width: 80rem;
  }
} */

@media only screen and (max-width: 450px) {
  .block.five img {
    width: 60rem;
  }

  .block.five .content {
    transform: scale(0.8);
    margin-left: 1rem;
    margin-top: 6rem;
  }

  .block.five .content .title {
    font-size: 8.6rem;
  }
}

@media only screen and (max-width: 1000px) and (max-height: 500px) {
  .block.five img {
    width: 80rem;
  }
}

@media only screen and (min-width: 2600px) {
  .block.five {
    margin: 0 auto;
  }
}

/* block six */

.block.six {
  padding-left: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: clip;
  user-select: none;
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.block.six .content {
  width: 100%;
  height: 100%;
  position: relative;
}

.block.six .left {
  transform: translate3d(0, 0, 1px);
  z-index: 3;
}

.block.six .left .title {
  font-weight: bold;
  font-size: 7.07rem;
  white-space: nowrap;
}

@media only screen and (max-width: 450px) {
  .block.six .left .title {
    font-size: 5.8rem;
  }
}

.block.six .left .title span {
  color: #adff00;
}

.block.six .cards {
  position: relative;
  max-height: 150vh;
  display: flex;
  transform: rotate(15deg);
  margin-right: 9.6rem;
  filter: drop-shadow(-3.3rem 2.1rem 1.9rem rgba(0, 0, 0, 0.25));
  overflow: hidden;
  z-index: 1;
}

.block.six .cards .col {
  position: relative;
  overflow: hidden;
}

.block.six .cards .col.l {
  margin: 18rem 2.5rem 0 0;
}

/* .block.six .cards .col.r {
} */

.block.six .cards .col.l .movingCards {
  transform: translateY(-116rem);
  animation: moving-cards-col-l 10s infinite linear;
}

.block.six .cards .col.r .movingCards {
  transform: translateY(0px);
  animation: moving-cards-col-r 10s infinite linear;
}

@keyframes moving-cards-col-l {
  0% {
    transform: translateY(-116rem);
  }
  100% {
    transform: translateY(8rem);
  }
}

@keyframes moving-cards-col-r {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-83rem);
  }
}

.block.six .cards .card {
  display: flex;
  flex-direction: column;
  /* width: 36.4rem; */
  width: 36.4rem;
  height: 38rem;
  padding: 0.3rem;
  margin-bottom: 3rem;
  background: #adff00;
  color: #000000;
}

.block.six .cards .card .textLine {
  padding: 0.6rem 0 0.9rem 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
}

.block.six .cards .card .content {
  /* width: 91.5%; */
  position: relative;
  display: flex;
  flex: 1;
}

.block.six .cards .card .img {
  display: flex;
  flex: 1;
  z-index: 1;
  transition: 0.2s;
  background: url("../media/card3.png") center / cover;
}

.block.six .cards .card-1 .img {
  background: url("../media/card1.png") center / cover;
}

.block.six .cards .card-2 .img {
  background: url("../media/card2.png") center / cover;
}

.block.six .cards .card-3 .img {
  background: url("../media/card3.png") center / cover;
}

.block.six .cards .card-4 .img {
  background: url("../media/card4.png") center / cover;
}

.block.six .cards .card-5 .img {
  background: url("../media/card5.png") center / cover;
}

.block.six .cards .card .info {
  position: absolute;
  /* left: 2.7rem;
  right: 2.9rem; */
  left: 0;
  padding: 0 1rem;
  height: 100%;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.4rem;
  color: #000000;
}

.block.six .cards .card .info .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block.six .cards .card:hover .textLine {
  padding: 0.6rem 3rem 0.9rem 2.8rem;
  background: #000000;
  color: #adff00;
}

.block.six .cards .card:hover .img {
  opacity: 0;
}

.block.six .cards .bg {
  position: absolute;
  left: -1px;
  right: -1px;
  pointer-events: none;
  z-index: 1;
}

.block.six .cards .bg.top {
  background: linear-gradient(180deg, #000000 31.25%, rgba(0, 0, 0, 0) 100%);
}

.block.six .cards .col.l .bg.top {
  top: 0;
  height: 10rem;
  background: linear-gradient(180deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}

.block.six .cards .col.r .bg.top {
  top: -1px;
  height: 31.8rem;
}

.block.six .cards .col.l .bg.btm {
  bottom: -8rem;
}

.block.six .cards .bg.btm {
  bottom: -1px;
  height: 38rem;
  background: linear-gradient(0deg, #000000 60.94%, rgba(0, 0, 0, 0) 100%);
}

.block.six .bgCards {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  filter: blur(2rem);
}

.block.six .bgCards .cards {
  margin-left: -17rem;
  opacity: 0.5;
  transform: rotate(15deg) scale(0.9);
  z-index: 0;
}

@media only screen and (max-width: 1100px) {
  .block.six .cards {
    max-height: 1050px;
  }
}

@media only screen and (max-width: 1100px) and (min-height: 800px) and (min-width: 650px) {
  .block.six {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1000px) and (max-height: 500px) {
  .block.six {
    margin-top: 40rem;
    margin-bottom: 45rem;
  }
}

@media only screen and (max-width: 1000px) {
  .block.six .cards .card {
    width: 40rem;
    height: 42rem;

    padding: 0.2rem;
    margin-bottom: 3rem;
  }

  .block.six .bgCards {
    margin-left: -65rem;
  }

  .block.six .cards {
    margin-right: -60rem;
  }

  .block.six {
    justify-content: center;
    position: relative;
    z-index: 20;
  }

  .block.six .left {
    position: absolute;
    left: 5%;
    text-shadow: 0.5rem 0.5rem 0.5rem black;
  }
}
@media only screen and (max-width: 950px) and (min-height: 500px) {
  .block.six .left {
    width: 100%;
    top: -22rem;
    /* top: -35rem; */
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .block.six {
    margin-top: 40rem;
  }

  .block.six .cards {
    margin-left: -40rem;
  }

  .block.six .cards .card {
    width: 54rem;
    height: 56rem;

    padding: 0.2rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .block.six {
    margin-top: 70rem;
  }

  .block.six .cards .card {
    width: 35rem;
    height: 37rem;
  }

  .block.six .cards {
    max-width: 100%;
    margin-right: 4vw;
  }

  .block.six .left {
    top: -30rem;
  }

  .block.six #frontCards {
    position: absolute;
    height: 110vh;
    /* height: 80vh; */
    height: 750px;
    right: 0;
  }

  .block.six .cards .col.l {
    margin: 12rem 1.4rem 0 0;
  }

  .block.six .cards .card {
    width: 40vw;
    height: 42vw;
    margin-bottom: 1rem;
  }

  .block.six .cards .card .textLine {
    padding: 0.3rem 0 0.5rem 0;
    font-size: 1.1rem;
  }

  .block.six .cards .card .info {
    left: 1rem;
    right: 1rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .block.six .cards .card:hover .textLine {
    padding: 0.6rem 1.2rem 0.9rem 1.2rem;
  }

  .block.six .bgCards {
    height: 110vh;
    /* height: 90vh; */
    height: 750px;
  }

  .block.six .bgCards .cards {
    margin-left: -10rem;
  }

  .block.six .cards .col.l .movingCards {
    transform: translateY(-45.4rem);
    animation: moving-cards-col-l-m 10s infinite linear;
  }

  .block.six .cards .col.r .movingCards {
    transform: translateY(14.2rem);
    animation: moving-cards-col-r-m 10s infinite linear;
  }

  @keyframes moving-cards-col-l-m {
    0% {
      transform: translateY(-45.4rem);
    }
    100% {
      transform: translateY(5.8rem);
    }
  }

  @keyframes moving-cards-col-r-m {
    0% {
      transform: translateY(14.2rem);
    }
    100% {
      transform: translateY(-37.2rem);
    }
  }

  @media only screen and (max-width: 450px) {
    .block.six {
      margin-top: 50rem;
      margin-bottom: 15rem !important;
    }

    .block.six .left {
      top: -17rem;
    }

    .block.six #frontCards {
      position: absolute;
      height: 110vh;
      /* height: 80vh; */
      height: 650px;
    }

    .block.six .bgCards {
      height: 110vh;
      /* height: 90vh; */
      height: 650px;
    }
  }
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
  .block.six .cards .card {
    margin-bottom: 1.2rem;
  }

  .block.six .cards .card .textLine {
    padding: 0.6rem 0 0.6rem 0;
    font-size: 1.2rem;
  }

  .block.six .cards .card .info {
    left: 2.7rem;
    right: 2.9rem;
    font-size: 2.4rem;
  }

  .block.six .cards .col.l .movingCards {
    transform: translateY(-102rem);
    animation: moving-cards-col-l-t 10s infinite linear;
  }

  .block.six .cards .col.r .movingCards {
    transform: translateY(12rem);
    animation: moving-cards-col-r-t 10s infinite linear;
  }

  @keyframes moving-cards-col-l-t {
    0% {
      transform: translateY(-102rem);
    }
    100% {
      transform: translateY(6rem);
    }
  }

  @keyframes moving-cards-col-r-t {
    0% {
      transform: translateY(12rem);
    }
    100% {
      transform: translateY(-96rem);
    }
  }
}

/* block seven */

.block.seven {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  height: 100vh;
  min-height: 500px;
}

.block.seven .content {
  width: 100%;
  text-align: center;
  position: relative;
  transform: translate3d(0, 0, 1px);
  z-index: 100;
  padding-top: 20rem;
}

.block.seven .div {
  margin: 7.3rem 0 3.5rem 0;
  height: 20rem;
  width: 0.2rem;
  background-color: #555555;
  transform: translate3d(0, 0, 1px);
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.block.seven .title {
  font-weight: 900;
  font-size: 7.2rem;
  transform: translate3d(0, 0, 1px);
  z-index: 1;
}

.block.seven .desc {
  width: 65.6rem;
  margin: 0 auto;
  margin-top: 2.6rem;
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 150%;
  color: #555555;
  text-align: center;
  transform: translate3d(0, 0, 1px);
  z-index: 2;
}

.block.seven #boxCanvas {
  position: absolute;
  /* bottom: -9%; */
  top: 4%;
  width: 90%;
  transform: translate3d(0, 0, 1px);
  z-index: 1;
}

.block.seven .boxesBlock {
  position: absolute;
  top: 40%;
  width: 100%;
}

.block.seven .boxesBlock .shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, #000000 31.25%, rgba(0, 0, 0, 0) 100%);
}

.block.seven .boxesBlock .boxesCanvas {
  width: 100% !important;
}

@media only screen and (max-width: 1400px) and (min-height: 600px) {
  .block.seven #boxCanvas {
    top: 10vh;
  }
}

@media only screen and (max-width: 900px) and (min-height: 600px) and (max-height: 950px) {
  .block.seven #boxCanvas {
    top: 13%;
  }
}

@media only screen and (max-width: 1400px) and (min-height: 750px) {
  .block.seven .boxesBlock .boxesCanvas {
    width: 120% !important;
  }
}

@media only screen and (max-width: 1200px) and (max-height: 600px) {
  .block.seven #boxCanvas {
    top: 12%;
  }
}

@media only screen and (max-width: 1000px) and (max-height: 600px) {
  .block.seven #boxCanvas {
    top: 25%;
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 750px) and (max-height: 600px) {
  .block.seven #boxCanvas {
    top: 22%;
  }
}

@media only screen and (max-width: 1200px) {
  .block.seven {
    height: 80rem;
  }
}

@media only screen and (max-width: 1000px) {
  .block.seven {
    position: relative;
    z-index: 30;
    margin-top: 65rem;
  }

  .block.seven .boxesBlock .boxesCanvas {
    /* width: 200rem !important; */
    transform: scale(1.4);
    /* margin-bottom: -30rem !important; */
  }

  .block.seven .content {
    transform: translate3d(0, -12rem, 1px);
  }

  .block.seven #boxCanvas {
    width: 190rem;
    top: -10%;
  }

  .block.seven .content {
    margin-top: -30rem;
  }
}

@media only screen and (max-width: 950px) and (min-width: 750px) and (min-height: 500px) {
  .block.seven .desc {
    font-size: 3rem;
    width: 60%;
  }

  .block.seven .content {
    margin-top: -30rem;
  }
}

@media only screen and (max-width: 750px) {
  .block.seven #boxCanvas {
    top: 2vh;
    width: 160rem;
  }

  /* .block.seven {
    margin-top: 40rem;
  } */

  .block.seven .content {
    margin-top: -15rem;
  }
}

@media only screen and (max-width: 600px) {
  .block.seven #boxCanvas {
    top: -2vh;
    width: 160rem;
  }

  .block.seven {
    margin-top: 40rem;
  }

  .block.seven .content {
    margin-top: -15rem;
  }
}

@media only screen and (max-width: 550px) {
  .block.seven .content {
    margin-top: -10rem;
  }
}

@media only screen and (max-width: 500px) {
  .block.seven .title {
    font-size: 6.2rem;
  }

  .block.seven #boxCanvas {
    /* top: 18vh; */
    width: 120rem;
    top: 7vh;
  }
}

@media only screen and (max-width: 450px) {
  .block.seven .content {
    margin-top: -5rem;
  }

  .block.seven {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  .block.seven .title {
    font-size: 5.5rem;
  }

  .block.seven .desc {
    width: 80%;
  }
}

@media only screen and (max-width: 1000px) and (max-height: 500px) {
  .block.seven {
    margin-top: 0rem;
  }

  .block.seven .content {
    margin-top: 9rem;
  }

  .block.seven .boxesBlock .boxesCanvas {
    transform: scale(1.2) translateY(10rem);
  }
}

@media only screen and (min-width: 1500px) and (min-height: 700px) {
  .block.seven #boxCanvas {
    top: 14vh;
  }
}

/* block eight */

.block.eight {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 69.9rem;
  margin-bottom: 0;
  user-select: none;
}

.block.eight .div.v {
  height: 20rem;
  width: 0.2rem;
  margin: -1.4rem 0 5.2rem 0;
  background-color: #555555;
  transform: translate3d(0, 0, 1px);
  z-index: 3;
}

@media only screen and (min-width: 1500px) and (min-height: 700px) {
  .block.eight .div.v {
    margin: -8vh 0 5.2rem 0;
  }
}

.block.eight .subtitle {
  font-size: 1.7rem;
  letter-spacing: -0.23181.8rem;
  opacity: 0.5;
  margin-bottom: 1.7rem;
  transform: translate3d(0, 0, 1px);
  z-index: 3;
}

.block.eight .title {
  font-size: 3.6rem;
  letter-spacing: -0.436364px;
  margin-bottom: 6.6rem;
  transform: translate3d(0, 0, 1px);
  z-index: 3;
}

.block.eight .btn {
  display: inline-flex;
  padding: 1rem 4.1rem 1.4rem 4.1rem;
  background: #adff00;
  box-shadow: 0 0 5rem rgba(173, 255, 0, 0.25);
  border: 1px solid #adff00;
  font-weight: bold;
  font-size: 2.4rem;
  color: #000000;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  transform: translate3d(0, 0, 1px);
  z-index: 3000;
  text-decoration: none;
}

.block.eight .btn:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.block.eight .div.h {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #a600ff;
  transform: translate3d(0, 0, 1px);
  z-index: 3;
}

.block.eight .bgI {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../media/unsplash.webp") center / cover;
  transform: translate3d(0, 0, 1px);
  z-index: 1;
  mix-blend-mode: screen;
}

.block.eight .bgG {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 44.5rem;
  background: linear-gradient(
    180deg,
    rgba(166, 0, 255, 0) 0%,
    rgba(166, 0, 255, 0.25) 100%
  );
  transform: translate3d(0, 0, 1px);
  z-index: 2;
}

.block.eight .content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translate3d(0, 0, 1px);
  z-index: 2000;
  padding-top: 20rem;
}

@media only screen and (max-width: 950px) and (min-width: 600px) and (min-height: 500px) {
  .block.eight {
    height: 90rem;
  }

  .block.eight .bgG {
    height: 70rem;
  }

  .block.eight .content {
    transform: scale(1.4);
  }
}

@media only screen and (max-width: 750px) {
  .block.eight .content {
    margin-bottom: 25rem;
  }
}

@media only screen and (max-width: 600px) {
  /* .block.eight {
    overflow: hidden;
  } */

  .block.eight .bgI {
    width: 100%;
    height: 120%;
  }

  .block.eight .bgG {
    width: 100%;
    height: 74.5rem;
  }

  .block.eight .content {
    transform: scale(1.3) translateY(-7rem);
  }

  .block.eight .div.v {
    height: 15rem;
  }
}

/* @media only screen and (max-width: 450px) {
  .block.eight {
    margin-top: -5rem;
  }
} */

@media only screen and (min-width: 2600px) {
  .block.eight {
    min-height: 85rem;
  }
}

/* block footer */

.block.footer {
  height: auto;
  /* padding-bottom: 4rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  transform: translate3d(0, 0, 1px);
  z-index: 10;
  margin-bottom: 0 !important;
}

.block.footer .div {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0400ff 0%, #a40cea 53.13%, #ec0a7a 100%);
}

.block.footer .logo {
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 5.9rem;
  margin: 7.4rem 0 2.4rem 0;
  color: #adff00;
}

.block.footer .desc {
  max-width: 67.7rem;
  font-family: Montserrat;
  font-size: 2.26rem;
  letter-spacing: -0.309091px;
  text-align: center;
  color: #ffffff;
  opacity: 0.5;
}

@media only screen and (max-width: 500px) {
  .block.footer .desc {
    max-width: 300px;
  }
}

.block.footer .nav {
  display: flex;
  align-items: center;
  margin: 8rem 0;
  font-family: DM Sans;
  font-size: 2rem;
  line-height: 2.6rem;
  user-select: none;
}

/* .block.footer .nav .e { */
.footer_nav_item {
  margin-right: 7.8rem;
  transition: 0.2s;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .footer_nav_item {
    margin-right: 4rem;
  }
}

.footer_nav_item:last-child {
  margin-right: 0;
}

.footer_nav_item:hover {
  color: #adff00;
}

.block.footer .socials {
  display: flex;
  align-items: center;
}

.block.footer .socials .s {
  margin-right: 5.4rem;
  opacity: 0.6;
  cursor: pointer;
}

.block.footer .socials .s:last-child {
  margin-right: 0;
}

.block.footer .socials .s:hover {
  opacity: 1;
}

/* .logo_one_iphone_adaptive {
  text-shadow: 0 0 8.5rem rgba(255, 255, 255, 0.5) !important;
} */

/* .tablet_iphone_adaptive {
  transform: scale(0.6) !important;
  margin-bottom: -8rem !important;
} */

/* .moving_card_iphone_adaptive {
  width: 30rem !important;
  height: 32rem !important;
} */

/* .boxCanvas_iphone_adaptive {
  transform: scale(0.7) !important;
} */

/* .boxesCanvas_iphone_adaptive {
  width: 130rem !important;
} */

/* .footer_nav_item_iphone_adaptive {
  margin-right: 2rem !important;
} */

/* .header_line_bottom_iphone_adaptive {
  margin-bottom: -3rem !important;
} */

/* .header_line_center_iphone_adaptive {
  margin-top: 0 !important;
} */

/* .header_line_bottom_link_right_iphone_adaptive {
  margin-right: 0 !important;
} */

.grid_iphone_adaptive {
  opacity: 0.7 !important;
}

.gridShadow_iphone_adaptive {
  display: none;
}

/* .kingKongCanvas_iphone_adaptive {
  margin-bottom: -15vh !important;
} */

@media only screen and (orientation: portrait) {
  .motorollaCanvas_iphone_adaptive {
    bottom: -11rem !important;
  }

  .content_block_four_iphone_adaptive {
    bottom: -11rem !important;
  }

  .header_line_bottom_iphone_adaptive {
    margin-bottom: -3rem !important;
  }

  .kingKongCanvas_iphone_adaptive {
    margin-bottom: -15vh !important;
    transform: translate3d(0, 14rem, 1px);
  }
}

@media only screen and (orientation: landscape) {
  .kingKongCanvas_iphone_adaptive {
    margin-bottom: 25vh !important;
    transform: translate3d(0, 14rem, 1px);
  }
}

.box_4_iphone_adaptive {
  transform: scale(0.7) !important;
  top: 0rem !important;
}

.box_2_iphone_adaptive {
  transform: scale(0.7) !important;
  bottom: -5rem !important;
}
