
body{
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    background: black;
    color: white;
}

.container{
    width: 70rem;
    margin: 0 auto;
}
.item{
    margin-bottom: 2rem;
}
.item_title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.item_text{
    font-size: 0.9rem;
    opacity: 0.7;
}
.other_section{
    margin: 3rem 0;
}
.anim_img{
    width: 7rem;
    position: relative;
    margin: 0 auto;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: all 1s;

}
.ab_img.active{
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
}

.gif{
    position: absolute;
    left: 50%;
    top: 0.5rem;
    width: auto;
    transform: rotate(180deg) translateX(50%);
    height: 50%;
    transition: all 0.5s;
    opacity: 0;
    max-height: 80%!important;
    /*filter: invert(100%) sepia(0%) saturate(10000%) hue-rotate(210deg) brightness(50%) contrast(150%);*/


}
.ss_img{
    width: 15rem;
    position: relative;
    z-index: 1;
    filter: blur(2px);
}
#box-3 .s1{
    transform: rotate(-24deg);
}
.s1{
    position: absolute;
    bottom: -1rem;
    left: 8.2rem;
    transform: rotate(24deg);
    width: 16rem;
    z-index: 3;
    filter: blur(0);
}
.s2{
    position: absolute;
    bottom: -6rem;
    left: 7rem;
    transform: rotate(-69deg);
    width: 16rem;
    filter: blur(3px);
    z-index: 0;
}
.other_section{
    padding: 5rem 0!important;
}
.other_section .item{
    margin: 0;
    /*padding: 10rem 0!important;*/
    /*height: 100vh;*/
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.sec2-target{
    width: 15rem;
    margin: 0 auto;
    position: relative;
    /*position: sticky;*/
    /*top: 0; !* экранда үстіге жабысып тұрады *!*/
}
#box-1 .s1 img, #box-3 .s1 img {
    width: 16rem;
    will-change: transform;
}



section{
    padding-top: 7rem;
    padding-bottom: 20rem;
}

.wave {
    position: absolute;
    top: 13.3rem;
    left: 50.6%;
    transform: translateX(-50%);
    width: 6.6rem;
    height: 6.5rem;
    line-height: 50px;
    animation: water-waves linear infinite;
    overflow: hidden;
}
.wave.second{
    top: 0;
    transform: rotate(-180deg) translateX(50%);
}
.water-wave1 {
    position: absolute;
    top: 40%;
    left: -25%;
    background: #33cfff;
    opacity: 0.7;
    width: 200%;
    height: 200%;
    border-radius: 40%;
    animation: inherit;
    animation-duration: 5s;
}

.water-wave2 {
    position: absolute;
    top: 45%;
    left: -35%;
    background: #0eaffe;;
    opacity: 0.5;
    width: 200%;
    height: 200%;
    border-radius: 35%;
    animation: inherit;
    animation-duration: 7s;
}

.water-wave3 {
    position: absolute;
    top: 50%;
    left: -35%;
    background: #0f7ae4;
    opacity: 0.3;
    width: 200%;
    height: 200%;
    border-radius: 33%;
    animation: inherit;
    animation-duration: 11s;
}

@keyframes water-waves {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.new_vawe{
    position: absolute;
    left: 50.2%;
    bottom: 1rem;
    background: #049de8;
    width: 6.85rem;
    height: 77.7% !important;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: all 1s;
    transform: translateX(-50%);
    border-bottom-left-radius: 3.3rem;
    border-bottom-right-radius: 3.3rem;
    overflow: hidden;
}