._scale_hover {
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

._scale_hover:hover {
  transform: scale(1.1);
}

.networks {
  display: flex;
  align-items: center;
}

.networks a {
  display: block;
}

.networks a:not(:last-child) {
  margin-right: 33px;
}

._container {
  max-width: 1600px;
  padding: 0 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  ._container {
    padding: 0 20px;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background-color: #1e1e1e;
}

.bg__wrap {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-copy] {
  cursor: pointer;
}

.copied_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  background: #fff;
  font-family: "Knewave", system-ui;
  padding: 10px 30px;
  white-space: nowrap;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}

.copied_modal._show {
  opacity: 1;
  visibility: visible;
}

[data-anim-on-scroll] {
  transition: all 0.4s ease 0s;
  opacity: 0;
}

[data-anim-on-scroll]._animate {
  opacity: 1;
}

._right_anim_tr {
  transform: translateX(200%);
}

._left_anim_tr {
  transform: translateX(-200%);
}

._right_anim_tr._animate,
._left_anim_tr._animate {
  transform: translateX(0%);
}

._bottom_anim_tr {
  transform: translateY(200%);
}

._top_anim_tr {
  transform: translateY(-200%);
}

._top_anim_tr._animate,
._bottom_anim_tr._animate {
  transform: translateY(0%);
}

._scale_anim {
  transform: scale(0);
}

._scale_anim._animate {
  transform: scale(1);
}

.anim {
  animation: anim 3s ease-in-out infinite;
}

@keyframes anim {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.loop-images .image {
  position: absolute;
  z-index: 1;
  bottom: -100%;
  animation: moveUp 6s linear infinite;
}

.loop-images .right .image {
  right: 0;
}

.loop-images .right .image-4 {
  right: -15%;
  left: auto;
}

@keyframes moveUp {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 100%;
  }
}

.loop-images .image-2 {
  animation-delay: 2s;
  animation: moveUp 7s linear infinite;
}

.loop-images .image-3 {
  animation-delay: 3s;
  animation: moveUp 9s linear infinite;
}

.loop-images .image-4 {
  animation-delay: 6s;
  animation: moveUp 12s linear infinite;
}

.loop-images .right .image-1 {
  animation-delay: 0s;
  animation: moveUp 7s linear infinite;
}

.loop-images .right .image-2 {
  animation-delay: 4s;
  animation: moveUp 9s linear infinite;
}

.loop-images .right .image-3 {
  animation-delay: 7s;
  animation: moveUp 12s linear infinite;
}

.loop-images .right .image-4 {
  animation-delay: 10s;
  animation: moveUp 8s linear infinite;
}

.star-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.star-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.star-3 {
  position: absolute;
  bottom: 0%;
  right: 0;
}

section {
  position: relative;
  z-index: 1;
}

header {
  position: relative;
  z-index: 10;
  padding-top: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
  gap: 30px;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 27px;
}

.header-links a {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

* {
  font-family: "Raleway", sans-serif !important;
}

.first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 137px;
}

.first__texts {
  width: 50%;
}

.first__texts h1 {
  font-size: 110px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 45px;
}

.first__texts p {
  font-weight: 500;
  line-height: 1.2;
  font-size: 25px;
  color: #fff;
}

.first__image {
  position: relative;
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first__image_img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.first__image-star-1 {
  position: absolute;
  left: 0;
  top: 0;
}

.first__image-star-2 {
  position: absolute;
  right: -40px;
  bottom: 0;
}

.second {
  margin: 130px 0 30px;
  display: flex;
  gap: 122px;
}

.second__texts {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 27px;
}

.second__btns {
  display: flex;
  align-items: center;
  gap: 25px;
}

.third {
  margin: 50px 0 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.third__images {
  position: relative;
  width: 60%;
  margin-top: 100px;
}
.third__texts {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.third__title {
  padding: 0 30px;
  text-align: center;
  position: relative;
  font-size: 110px;
  font-weight: 900;
  color: #fff;
}

.third a {
  position: relative;
  z-index: 10;
  display: block;
  margin: 30px auto 0;
}

.third__title-star-1 {
  position: absolute;
  top: -50px;
  left: -40px;
}

.third__title-star-2 {
  position: absolute;
  bottom: -10px;
  right: -60px;
}

.third__image {
  width: 900px;
  object-fit: contain;
}

.third__image-bottom {
  position: absolute;
  bottom: -90px;
  left: -90px;
}

.third__image-arrow {
  position: absolute;
  top: 28px;
  right: -57px;
}

.third__image-top {
  width: 213px;
  object-fit: contain;
  position: absolute;
  top: -86px;
  right: -226px;
}

.third__image-arrow-2 {
  display: none;
}

.four {
  margin: 30px 0 100px;
}

.four__title {
  font-size: 110px;
  font-weight: 800;
  color: #fff;
  margin: 0 auto;
  width: max-content;
  text-align: center;
  position: relative;
}

.four__title p {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
}

.four a {
  display: block;
  margin: 40px auto 0;
  width: max-content;
}

.four__title-star-1 {
  position: absolute;
  top: -30px;
  left: -50px;
}

.four__title-star-2 {
  position: absolute;
  bottom: 0;
  right: -87px;
}

footer ._container {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

.footer__first {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer__first p {
  font-size: 25px;
  color: #fff;
}

.footer__first img {
  margin-bottom: 30px;
  height: 50px;
}

.footer__cols {
  display: flex;
  gap: 130px;
}

.footer_col {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.footer_col * {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

.footer__title {
  font-weight: bold;
}

@media (max-width: 1500px) {
  .third {
    flex-direction: column;
  }

  .third__texts {
    margin-top: 60px;
    width: 100%;
  }

  .third__images,
  .third__image {
    width: 800px;
  }
}

@media (max-width: 1300px) {
  .first {
    flex-direction: column-reverse;
  }

  .first__texts {
    margin-top: 33px;
  }
}

@media (max-width: 1100px) {
  .third__images,
  .third__image {
    width: 500px;
  }
  .third__image-bottom {
    display: none;
  }
  .first__image,
  .first__texts {
    width: 100%;
  }

  .third__image-arrow {
    display: none;
  }
  .third__image-arrow-2 {
    display: block;
    position: absolute;
    right: 12%;
    top: -2%;
  }
  .third {
    margin: 80px 0 65px;
  }

  .third__image-top {
    width: 213px;
    object-fit: contain;
    position: absolute;
    top: -37%;
    right: 10%;
  }

  .second {
    margin: 50px 0 30px;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 1000px) {
  footer ._container {
    flex-direction: column;
  }
  .footer__cols {
    justify-content: space-between;
    margin-top: 30px;
  }
  header {
    max-width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .four__title {
    font-size: 36px;
    width: 100%;
  }

  .four__title p {
    margin-top: 5px;
    font-size: 20px;
  }

  .four__title-star-1 {
    top: -30px;
    left: -100px;
  }
}

.show-767 {
  display: none !important;
}

@media (max-width: 767px) {
  .show-767 {
    display: flex !important;
  }

  .hide-767 {
    display: none !important;
  }

  .second__texts {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }

  .second__btns {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .second__btns a,
  .second__btns img {
    width: 100%;
    max-width: 260px;
    object-fit: contain;
  }

  .first__texts h1 {
    font-size: 59px;
  }

  .first__image {
    margin: 20px 0;
  }

  .first__texts p {
    font-size: 15px;
  }

  .first {
    margin-top: 20px;
  }

  .first__image-star-2 {
    right: -23%;
    bottom: -25%;
  }

  .first__image-star-1 {
    position: absolute;
    left: -23%;
    top: -27%;
  }
}

@media (max-width: 600px) {
  .footer__cols {
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }
  .header-links {
    display: none;
  }

  .networks {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  header {
    align-items: start;
  }

  .networks a:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .third__images,
  .third__image {
    width: 250px;
  }

  .third__image-top {
    top: -74%;
    right: 10%;
  }

  .third__image-arrow-2 {
    right: 11%;
    top: -13%;
  }

  .third__title {
    padding: 0;
    font-size: 60px;
  }

  .third__title-star-2 {
    position: absolute;
    bottom: -10px;
    right: -100px;
  }

  .third__title-star-1 {
    position: absolute;
    top: -70px;
    left: -40px;
  }
}

.star-1,
.star-2,
.star-3 {
  display: inline-block;
  animation: star 2s infinite ease-in-out;
}

/* Основная анимация */
@keyframes star {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* .third__image-top {
  animation: pulseTop 2s infinite ease-in-out;
}

@keyframes pulseTop {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
} */
.third__image-arrow {
  animation: pulseArrow 2s infinite ease-in-out;
}

@keyframes pulseArrow {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.star-mini {
  animation: pulseMini 2s infinite ease-in-out;
}

@keyframes pulseMini {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
