button {
  padding: 12px 24px;
  font-size: 16px;
  font-family: "Delicious Handrawn", sans-serif;
  color: white;
  background-color: #ff7f50;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.dark-button {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
.dark-button:hover {
  background-color: #444;
}
#submitButton {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
#loadingText {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  color: #000;
  display: none;
  font-size: 20px;
}
#loadingText._active {
  display: block;
}

#downloadSection {
  display: none;
  margin-bottom: 20px;
  max-height: 400px;
  /* overflow: hidden; */
  /* position: relative; */
}

#downloadSection._active {
  display: flex !important;
}

#videoPlayer {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._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: 30px;
}

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

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.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;
}

.first__bg {
  width: 100vw;
  object-fit: contain;
}

.first__networks {
  position: absolute;
  z-index: 10;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}

* {
  font-family: "Delicious Handrawn", serif !important;
}

.networks a {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  border-radius: 91px;
  border: 2px solid #fff;
}

.networks a span {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-left: 15px;
  white-space: nowrap;
}

.first__content {
  position: absolute;
  z-index: 10;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.first-text {
  color: #fff;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.first__title {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 30px;
}

.first__btn {
  display: block;
  margin-top: 20px;
}

.first__hares {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
  width: 62vw;
  z-index: 8;
}

/*.first .cloud {
  position: absolute;
  z-index: 0;
  left: -100%;
  animation: moveLeftToRight 20s linear infinite;
}

.first .cloud-1 {
  top: -5%;
  animation-delay: 0s;
   animation-duration: 18s;
}

.first .cloud-2 {
   animation-duration: 26s;

  top: 30%;

}

.first .cloud-3 {
  top: 40%;
  animation-duration: 31s;


}

@keyframes moveLeftToRight {
  0% {
    left: -20%;
  }

  100% {
    left: 150%;
  }
}*/
.first {
  margin-top: -100vh;
}
.first .cloud {
  position: absolute;
  z-index: 0;
  left: -100%;
  animation: moveLeftToRight 31s linear infinite;
}

.first .cloud-1 {
  top: -5%;
  animation-delay: 0s;
}

.first .cloud-2 {
  top: 30%;
  animation-delay: 2s;
}

.first .cloud-3 {
  top: 40%;
  animation-delay: 4s;
}

@keyframes moveLeftToRight {
  0% {
    left: -15%;
  }

  100% {
    left: 150%;
  }
}

.second {
  margin-top: -1px;
}

.second__items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.second__item {
  position: relative;
}

.second__item:not(:last-child) {
  margin-right: 30px;
}

.second__item_texts {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.second__item_texts h3 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.second__item_texts p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dex-btn {
  display: block;
  width: max-content;
  margin: 0 auto;
}

.second__item_image {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.second__item_image-2 {
  top: 20%;
}

.second__bottom {
  position: relative;
  margin-right: -10%;
}

.second__bottom__bg {
  position: absolute;
  top: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.second__bottom_title {
  color: #668c4e;
  font-size: 104px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 300px 0 49px;
}

.second__networks {
  justify-content: center;
  padding: 64px 0 73px;
  /* margin-top: 50px; */
}

.second__images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 14px;
}
.second__images div {
  width: 20%;
  position: relative;
  cursor: pointer;
}
.second__images div._active img {
  display: none;
}
.second__images div img {
  width: 25%;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  border: 1px solid #ff7f50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.second__images video {
  width: 100%;
}
@media (max-width: 998px) {
  .second__images video {
    /* width: 80%; */
  }
  .second__images div {
    width: 80%;
  }
}

.second__images img:not(:last-child) {
  /* margin-right: 41px; */
}

.second__bottom_content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.images__title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.images__text {
  color: #ababab;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 600px;
  margin-bottom: 88px;
}

.second__bottom {
  max-width: 1500px;
  margin: 0 auto !important;
}

input[type="file"] {
  display: none;
}

@media (max-width: 1400px) {
  .networks a span {
    display: none;
  }

  .networks a {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .second__images img {
    max-width: 250px;
  }
}

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

  .second__item {
    margin-bottom: 10px;
  }

  .second__item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 1250px) {
  .second__bottom_title {
    padding: 220px 0 20px;
    font-size: 70px;
  }

  .second__images img {
    max-width: 200px;
  }

  .images__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .images__text {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .second__bottom {
    max-width: 1000px;
    margin-right: -5%;
  }
}

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

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

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

  .cloud {
    display: none;
  }

  .first__hares {
    width: 100%;
    bottom: -20%;
  }

  .second {
    padding-top: 60vw;
  }

  .first-text {
    font-size: 25px;
    margin-bottom: 35px;
  }

  .first__content {
    width: 100%;
  }

  .first__title {
    font-size: 79px;
  }
}

@media (max-width: 980px) {
  .second__bottom_title {
    padding: 150px 0 20px;
    font-size: 60px;
  }
}

@media (max-width: 950px) {
  .second__images img {
    max-width: 150px;
  }

  .second__bottom {
    max-width: 800px;
    margin: 0 auto;
  }
}

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

@media (max-width: 820px) {
  .hide-820 {
    display: none !important;
  }

  .show-820 {
    display: block !important;
  }

  .second__images {
    flex-direction: column;
    align-items: center;
  }

  .second__images img {
    width: 100%;
    object-fit: contain;
  }

  .second__bottom {
    width: 100%;
    padding: 80px 0 0;
  }

  .second__images img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .second__bottom_title {
    padding: 60px 0 27px 0;
    font-size: 35px;
  }

  .images__text {
    padding: 0 38px;
  }

  .second__images img {
    max-width: 180px;
  }

  .images__title {
    font-size: 25px;
    margin-top: 20px;
  }

  .images__text {
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .second__item {
    width: 280px;
  }

  .second__item > img {
    width: 100%;
  }

  .second__item_image {
    width: 150px !important;
  }

  .second__item_image-2 {
    width: 130px !important;
  }

  .second__item_texts h3 {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .second__item_texts p {
    font-size: 20px;
  }

  .second__item_texts {
    bottom: 15%;
  }
}

[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%);
}

.first__content {
  transform: translate(-50%, 10%);
}

.first__content._animate {
  transform: translate(-50%, 0);
}

._bottom_anim {
  margin-bottom: -100px;
}

._top_anim {
  margin-bottom: 100px;
}

._top_anim._animate,
._bottom_anim._animate {
  margin-bottom: 0;
}

._scale_anim {
  transform: scale(0);
}

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

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

.grass {
  position: absolute;
  bottom: 0;
  right: 0;
}

@keyframes first__hares {
  0%,
  100% {
    transform: translateY(2%) translateX(-50%);
  }

  50% {
    transform: translateY(4%) translateX(-50%);
  }
}

.second__item_image {
  animation: second__item_image 2s ease-in-out infinite;
}

.second__item_image-2 {
  animation: second__item_image 2.2s ease-in-out infinite;
}

.second__item_image_3 {
  animation: second__item_image_3 2s ease-in-out infinite;
}

@keyframes second__item_image {
  0%,
  100% {
    transform: rotate(5deg) translateX(-50%);
  }

  50% {
    transform: rotate(0deg) translateX(-50%);
  }
}

@keyframes second__item_image_3 {
  0%,
  100% {
    transform: rotate(-5deg) translateX(-50%);
  }

  50% {
    transform: rotate(0deg) translateX(-50%);
  }
}

@media (max-width: 1100px) {
  @keyframes first__hares {
    0%,
    100% {
      transform: translateY(-2%) translateX(-50%);
    }

    50% {
      transform: translateY(-4%) translateX(-50%);
    }
  }
}

.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;
}

.second__bottom_content video {
  -webkit-mask-image: url("");
  mask-image: url("");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  aspect-ratio: 314/386;
  object-fit: cover;
}
