body {
    margin: 0px;
}

.main_wrapper {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-bg.jpg) center/cover;
}

.main-logo img {
    width: 220px;
}

.main-logo {
    margin-top: 0;
    margin-bottom: 6vh;
}

.main-wrapper-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.main_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(98.77deg, rgba(0, 4, 21, 0.99) 9.63%, rgba(10, 17, 48, 0) 78.88%);
}

.container {
    padding: 0vw 8vw;
}

.title-content {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 136px;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 1000px;
    background: linear-gradient(190.67deg, #00BEFF 20.47%, #89E1FF 56.64%, #3AC4F3 96.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.title-content span {
    display: block;
    font-size: 60px;
    font-weight: 700;
}

a.link-btn {
    display: inline-block;
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    color: #000;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 39px;
    padding: 15px 50px;
    width: 100%;
    max-width: 14vw;
    background: linear-gradient(197.28deg, #5ED9FF 48.68%, #00BEFF 87.06%);
    box-shadow: 0px 8px 0px #006081;
    border-radius: 106.656px;
    transition: all 0.4s ease-in-out;
}

a.link-btn:hover {
    background: linear-gradient(0deg, #5ED9FF 48.68%, #00BEFF 87.06%);
    box-shadow: 0px 4px 0px #006081;
}

.content-text-wrapper {
    position: relative;
    z-index: 91;
}

.text-content {
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
    max-width: 700px;
}

.text-content span {
    background: linear-gradient(190.67deg, #00BEFF 20.47%, #89E1FF 56.64%, #3AC4F3 96.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 145px;
}

.content-wrapper-inside {
    margin-top: -10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image-content-wrapper {
    display: flex;
    text-align: right;
}



@keyframes spin {
    0% {
        transform: translate(0, -110vh);
        opacity: 1;
    }
    43% {
        transform: translate(0, 0);
        opacity: 1;
    }
    65% {
        transform: translate(0, 0);
        opacity: 1;
    }
    90% {
        transform: translate(0,120vh);
        opacity: 0;
    }
    95% {
        transform: translate(0,-110vh);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    
  }

  @keyframes spin2 {
    0% {
        transform: translate(0, -110vh);
        opacity: 1;
    }
    64% {
        transform: translate(0, 0);
        opacity: 1;
    }
    70% {
        transform: translate(0, 0);
        opacity: 1;
    }
    90% {
        transform: translate(0,120vh);
        opacity: 0;
    }
    95% {
        transform: translate(0,-110vh);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    
  }

  @keyframes spin3 {
    0% {
        transform: translate(0, -110vh);
        opacity: 1;
    }
    54% {
        transform: translate(0, 0);
        opacity: 1;
    }
    70% {
        transform: translate(0, 0);
        opacity: 1;
    }
    90% {
        transform: translate(0,120vh);
        opacity: 0;
    }
    95% {
        transform: translate(0,-110vh);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    
  }


  /* @keyframes spin-reverse {
    0% {
        transform: translate(0, -110vh);
        opacity: 1;
    }
    50% {
        transform: translate(0, 0);
        opacity: 1;
    }
    60% {
        transform: translate(0,120vh);
        opacity: 0;
    }
    65% {
        transform: translate(0,-110vh);
        opacity: 0;
    }
    75% {
        transform: translate(0,-110vh);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  } */

  @keyframes ball {
    0%, 100% {
      transform: scale(0.98);
    }
    50% {
      transform: scale(1.02);
    }
  }

  .ball img {
    animation: ball 3s ease-in-out infinite;
  }

  .apple img, .bananna2 img, .grape1 img, .heart1 img {
    animation: spin 2.5s ease-in-out infinite;
    transform: translate(0, -110vh);
  }


  .bananna1 img, .bananna3 img, .grape2 img {
    animation: spin2 2.5s ease-in-out infinite;
    transform: translate(0, -110vh);
  }

   .heart2 img, .watermelone1 img, .heart3 img, .watermelone2 img {
    animation: spin3 2.5s ease-in-out infinite;
    transform: translate(0, -110vh);
  }

  .apple {
    position: absolute;
    top: 10vh;
    right: 18vw;
}

.apple img {
    max-height: 30vh;
}

.bananna1 {
    position: absolute;
    top: 24vh;
    right: -8vw;
}

.bananna1 img {
    max-height: 23vh;
}

.bananna2 {
    position: absolute;
    top: -8vh;
    left: 20vw;
}

.bananna2 img {
    max-height: 20vh;
}

.bananna3 {
    position: absolute;
    bottom: 30vh;
    left: 10vw;
}

.bananna3 img {
    max-height: 38vh;
}

.grape1 {
    position: absolute;
    top: 36vh;
    left: 30vw;
}

.grape1 img {
    max-height: 26vh;
}

.grape2 {
    position: absolute;
    top: -7vh;
    right: 5vw;
}

.grape2 img {
    max-height: 19vh;
}

.heart1 {
    position: absolute;
    bottom: 9vh;
    left: 30vw;
}

.heart1 img {
    max-height: 10vh;
}

.heart2 {
    position: absolute;
    top: 6vh;
    left: 45vw;
}

.heart2 img {
    max-height: 12vh;
}

.watermelone1 {
    position: absolute;
    top: 17vh;
    right: 7vw;
}

.watermelone1 img {
    max-height: 12vh;
}

.heart3 {
    position: absolute;
    bottom: -10vh;
    right: -8vw;
}

.heart3 img {
    max-height: 28vh;
}

.watermelone2 {
    position: absolute;
    bottom: 10vh;
    right: 28vw;
    z-index: 2;
}

.watermelone2 img {
    max-height: 18vh;
}

.ball {
    position: absolute;
    bottom: 5vh;
    right: -5vw;
}

.ball img {
    max-height: 74vh;
}

  
  
  
  
  
  








@media (min-width: 1600px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1440px) {

    .main-logo img {
        width: 135px;
    }

    .bananna1 {
        right: -4vw;
    }

    .container {
        padding: 0vw 4vw;
    }
    
    .text-content span {
        font-size: 120px;
        line-height: 1.1;
    }

    .text-content {
        font-size: 35px;
        /* max-width: 500px; */
    }
    
    a.link-btn {
        font-size: 25px;
        padding: 11px 22px;
        margin-top: 35px;
    }

    .ball {
        position: absolute;
        bottom: 5vh;
        right: -1vw;
    }

}


@media (max-width: 1024px) {
    .ball {
        right: -10vw;
    }
}




@media (max-width: 991px) {

    .main-logo img {
        margin-left: 0;
    }

    .image-content-wrapper {
        text-align: center;
    }
    
    body {
        overflow: scroll;
    }

    .main-logo {
        margin: 1vh 0;
    }

    .container {
        padding: 0px 40px;
    }
    
}

@media (max-width: 768px) {

    .main-logo {
        margin: 25px 0px;
    }

    .text-content span {
        font-size: 58px;
        line-height: 0.7;
        position: relative;
        top: 12px;
        margin-left: 5px;
    }

    .main-logo img {
        width: 150px;
        margin: auto;
    }

    .main-wrapper-block {
        display: block;
    }

    a.btn-sign {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        padding: 7px 15px;
    }

    .content-text-wrapper {
        text-align: center;
        max-width: 100%;
        margin: auto;
    }

    .main_wrapper {
        height: auto;
        overflow-y: scroll;
        min-height: 100vh;
    }

    .main-wrapper-block {
        height: auto;
        min-height: 100vh;
    }

    .text-content {
        font-size: 20px;
        /* max-width: 300px; */
        margin: 0px auto 20px;
    }

    .main-wrapper-block {
        position: unset;
    }

    .container {
        padding: 0px 28px;
    }

    .main-logo {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .title-content {
        font-size: 60px;
    }

    .title-content span {
        font-size: 26px;
    }

    a.link-btn {
        padding: 10px 50px;
        font-size: 24px;
        max-width: 120px;
        margin-top: 30px;
        box-shadow: 0px 5px 0px #006081;
    }
    
    .content-wrapper-inside {
        margin-top: 5vh;
    }

    .top-wrapper-row {
        padding-top: 35px;
    }

    .image-content-wrapper {
        text-align: center;
        max-width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .content-wrapper-inside {
        display: block;
    }

    .main_wrapper:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 18%;
        background: linear-gradient(180.2deg, rgba(0, 4, 21, 0.88) 32.26%, rgba(10, 17, 48, 0) 82.99%);
    }



    .ball {
        right: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: auto;
        top: 400px;
    }
    
    .heart1 {
        display: none;
    }
    
    .heart2 {
        display: none;
    }
    
    .grape2 {
        display: none;
    }
    
    .grape1 img {
        max-width: 150px;
    }
    
    .apple img {
        max-width: 100px;
    }
    
    .apple {
        top: 46%;
        right: auto;
        left: 0;
    }
    
    .ball img {
        max-width: 330px;
    }
    
    .ball {}
    
    .bananna1 {
        display: none;
    }
    
    .bananna2 {
        display: none;
    }
    
    .bananna3 {
        left: auto;
        bottom: auto;
        top: 19%;
        right: -23vw;
        display: flex;
    }
    
    .bananna3 img {
        max-width: 250px;
    }
    
    .heart3 img {
        max-width: 200px;
    }
    
    .heart3 {
        right: 0;
        bottom: 0;
    }
    
    .watermelone1 {
        top: auto;
        bottom: 42vh;
        right: 0;
    }
    
    .watermelone1 img {
        max-width: 70px;
    }
    
    .watermelone2 {
        right: auto;
        left: 0;
        bottom: 14%;
    }


}


@media (max-width: 425px) {
    .text-content {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .main_wrapper::before {
        background-position-x: 57%;
    }

}



@media (max-width: 375px) {

}