.main {

}




/*=====================================
================ WELCOME ==============
=====================================*/






.welcome {
    /*margin-top: 130px;*/
    background-color: #EAF4FF;


}

.welcome .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 600px;

    background-image: linear-gradient(84.81deg, rgba(165, 183, 239, 0.65) 4.16%, rgba(78, 219, 227, 0.7) 95.84%), url("../img/background.jpg"); /* <-- путь к твоей картинке */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 70px;

    position: relative;

}


.welcome__heart1 {
    position: absolute;
    height: 50px;

    left: 60%;
    top: 5%;

}
.welcome__heart2 {
    position: absolute;
    height: 50px;

    left: 50%;
    top: 50%;

}
.welcome__heart3 {
    position: absolute;
    height: 50px;

    left: 95%;
    top: 25%;

}

.heart__animation:hover {
    height: 55px;

}




.wrapp__welcomet {
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 417px;
    max-height: 145px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.welcome__title {
    font-family: 'Koulen';
    font-weight: 400;
    font-size: 80px;

    background: linear-gradient(90deg, #FC93FA 0%, #4EDBE3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin: 0;

}

.welcome__title:hover {
    background: linear-gradient(90deg, #4EDBE3 0%, #FC93FA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.welcome__text {
    font-size: 27px;
    font-weight: 400;

    margin-top: 5px;
    margin-bottom: 100px;

    max-width: 383px;
    color: #FFFFFF;
}

.btn__welcome {
    font-size: 40px;
    display: inline-block;
    padding: 4px 43px;

    color: #FFFFFF;

    background: linear-gradient(90deg, #90C0FF 0%, #308EFF 100%);
    border-radius: 0px 20px 20px 20px;
    border-width: 0px 3px 3px 0px;
    border-color: #3D86B9;
    border-style: solid;

    transition: 3.0s;
    box-shadow: 0px 0px 30px #ffffff; 
}


.btn__welcome:hover{
    color: #308EFF;
    background: linear-gradient(90deg, #FFFFFF 0%, #90C0FF 100%);
    box-shadow: 0px 0px 30px #308EFF; 
    padding: 3px 60px;
    font-size: 42px;

}

.welcome__img {
    width: 490px;
    height: 490px;

    object-fit: cover;
    object-position: center;
    align-self: flex-end;

}

.welcome__desc {
    margin-left: 78px;
    
}







/*=====================================
================ ABOUT ===============
=====================================*/


.about {
    margin-top: 30px;
}
.section__1 {
    margin-top: 20px;
    height: 350px;
    background-color: #EDFBFC;
    background-size: 100%;
}
.background__img1 {
    background-color: #4EDBE3;
    height: 350px;
    width: 350px;
    border-radius: 0 40px 40px 0;

    display: flex;
    justify-content: center;
}
.section__img {
    height: 340px;
    width: 340px;
    align-self: flex-end;
    
}

.title__wrapper .container {
    display: flex;
    justify-content: center;
    align-items: center;

}

.title__about {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 50px;

    color: #308EFF;
    margin: 0;

    text-align: center;
    width: 100%;

}

.about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.about__text {
    display: flex;
    gap: 25px;
    align-items: center;

}
.about__all__text {

    width: 320px;
    margin: 0;

    font-family: 'Alumni Sans';
    font-weight: 200;
    font-size: 23px;
    line-height: 30px;

}

.section__2 {
    margin-top: 10px;
    height: 350px;
    background-color: #FFF4FF;
    background-size: 100%;
}
.background__img2 {
    background-color: #FC93FA;
    height: 350px;
    width: 350px;
    border-radius: 40px 0 0 40px;

    display: flex;
    justify-content: center;
}

.about__what__title {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    margin-bottom: 20px;

    color: #000000;

}

.section__3 {
    margin-top: 10px;
    height: 350px;
    background-color: #F4F9FF;
    background-size: 100%;
}

.background__img3 {
    background-color: #90C0FF;
    height: 350px;
    width: 350px;
    border-radius: 0 40px 40px 0;

    display: flex;
    justify-content: center;
}






/*=====================================
================ IP/PORT ==============
=====================================*/


.ip__section {
    margin-top: 50px;
}

.ip__section .container {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.title__ip {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 70px;

    background: linear-gradient(90deg, #FC93FA 0%, #4EDBE3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin: 0;

}


.wrapper__ip__main {
    margin-top: 30px;

    display: flex;
    justify-content: space-between; /* ⬅ вот это */
    align-items: center;
    position: relative;
    width: 100%;

}

.ip__img {
    height: 530px;
    
    position: absolute;
    left: 49.5%;
    top: -40px;          /* регулируй, чтобы картинка чуть заходила сверху */
    transform: translateX(-50%);
    z-index: 2;          /* чтобы была поверх блоков */
    pointer-events: none;
}

.left__colum__ip {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;

}

.ip__content__java {
    background-color: #6FCDF1;
    width: 400px;
    height: 300px;
    border-radius: 0 40px 40px 0;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.background__java {
    background-color: #FFFFFF;
    border-radius: 40px;
    width: 300px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.ip__java {
    font-family: 'Koulen';
    font-weight: 400;
    font-size: 45px;

    background: linear-gradient(90deg, #90C0FF 0%, #308EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin: 0;

}

.ip__info {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;

    color: #000000;

}

.wrapper__java__ip {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    width: 300px;
    height: 137px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.social__ip {
    display: flex;
    align-items: center;
    gap: 40px;
}

.social__img__ip {
    width: 60px;
    height: 60px;

    border-radius: 20px;
    border-width: 0px 3px 3px 0px;
    border-color: #3D86B9;
    border-style: solid;
    transition: 0.5s;

}

.social__img__ip:hover {
    box-shadow: 0px 0px 30px #308EFF; 

    width: 50px;
    height: 50px;
}


.right__colum__ip {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.ip__content__bedrock {
    background-color: #6FCDF1;
    width: 400px;
    height: 300px;
    border-radius: 40px 0 0 40px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.background__bedrock {
    background-color: #FFFFFF;
    border-radius: 40px;
    width: 300px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.ip__bedrock {
    font-family: 'Koulen';
    font-weight: 400;
    font-size: 45px;

    background: linear-gradient(90deg, #90C0FF 0%, #308EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin: 0;

}

.wrapper__bedrock__ip {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    width: 300px;
    height: 137px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.btn__shop__ip {
    font-size: 40px;
    display: inline-block;
    padding: 10.01px 43px;

    color: #FFFFFF;

    background: linear-gradient(90deg, #90C0FF 0%, #308EFF 100%);
    border-radius: 20px;
    border-width: 0px 3px 3px 0px;
    border-color: #3D86B9;
    border-style: solid;

}

.btn__shop__ip:hover {
    font-size: 35px;
    padding: 12.5px 49.8px;

    box-shadow: 0px 0px 30px #308EFF; 
    background: linear-gradient(90deg, #FFFFFF 0%, #90C0FF 100%);

}


.line__ip {
    margin-top: 100px;
}






/*=====================================
================ OTHER ===============
=====================================*/

.other {
    margin-top: 30px;
}



.title__other {
    font-family: 'Alumni Sans';
    font-weight: 700;
    font-size: 50px;

    color: #308EFF;
    margin: 0;

    text-align: center;
    width: 100%;

}

.wrapper__other {
    background: linear-gradient(90deg, rgba(144, 192, 255, 0.2) 0%, rgba(160, 78, 227, 0.2) 100%);
    height: 450px;

    margin-top: 20px;

}

.other .container {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.other__text {
    width: 400px;
    height: 450px;
    
    background: linear-gradient(180deg, rgba(102, 159, 243, 0.9) 54.33%, rgba(106, 167, 122, 0.9) 100%);
    border-radius: 40px;

}

.other__text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.other__list {
    color: #ffffff;
}

.other__link {
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;

    color: #FFFFFF;

}

.other__link:hover{
    font-size: 35px;

}

.wrapper__other .container {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

}

.other__player {
    width: 430px;
    height: 430px;

    position: absolute;
    left: 20%;
    top: 130px;          /* регулируй, чтобы картинка чуть заходила сверху */
    transform: translateX(-50%);
    z-index: 1;          /* чтобы была поверх блоков */
    pointer-events: none;

}

.other__planet {
    width: 450px;
    height: 450px;

    position: absolute;
    left: 70%;
    top: -30px;          /* регулируй, чтобы картинка чуть заходила сверху */
    transform: translateX(-50%);
    z-index: 2;          /* чтобы была поверх блоков */
    pointer-events: none;
    
}

.line__other {
    margin-top: 130px;
}





/*===========================================
================== АДАПТАЦИЯ ================
===========================================*/

@media (max-width: 1049px) {
    .container {
        max-width: 1000px;
    }
    .about__text {
        gap: 15px;
    }
    .about__all__text {
        width: 300px;
    }

}



@media (max-width: 999px) {
    .container {
        max-width: 850px;
    }


    .welcome .container {
        height: 500px;
    }
    .welcome__desc {
        margin-left: 30px;
    }
    .welcome__title {
        font-size: 60px;
    }
    .wrapp__welcomet {
        width: 330px;
    }
    .welcome__text {
        font-size: 23px;
        max-width: 350px;
    }
    .btn__welcome {
        font-size: 30px;
        padding: 4px 37px;
    }
    .welcome__img {
        width: 400px;
        height: 400px;
    }
    .welcome__heart1 {
        height: 35px;
        top: 10%;
    }
    .welcome__heart2 {
        height: 35px;
        top: 55%;
    }
    .welcome__heart3 {
        height: 35px;
        top: 30%;
    }
    .heart__animation:hover{
        height: 40px;
    }



    .about {
        margin-top: 0;
    }
    .title__about {
        font-size: 35px;
    }

    .section__1 {
        height: 300px;
        margin-top: 10px;
    }
    .background__img1 {
        width: 300px;
        height: 300px;
    }
    .section__img {
        height: 270px;
        width: 270px;
    }
    .about__all__text {
        width: 250px;
        font-size: 21px;
        line-height: 25px;
    }
    .about__what__title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .section__2 {
        height: 300px;
    }
    .background__img2 {
        width: 300px;
        height: 300px;
    }

    .section__3 {
        height: 300px;
    }
    .background__img3 {
        width: 300px;
        height: 300px;
    }



    .ip__section{
        margin-top: 0;
    }
    .title__ip {
        font-size: 50px;
    }

    .ip__content__bedrock{
        width: 300px;
        height: 250px;

        gap: 25px;
    }
    .ip__bedrock {
        font-size: 30px;
    }
    .background__bedrock {
        width: 250px;
        height: 40px;
    }
    .ip__info {
        font-weight: 600;
        font-size: 35px;
        line-height: 40px;
    }
    .wrapper__bedrock__ip {
        width: 250px;
        height: 100px;
    }

    .ip__content__java{
        width: 300px;
        height: 250px;

        gap: 25px;
    }
    .ip__java {
        font-size: 30px;
    }
    .background__java {
        width: 250px;
        height: 40px;
    }
    .ip__info {
        font-weight: 600;
        font-size: 35px;
        line-height: 40px;
    }
    .wrapper__java__ip {
        width: 250px;
        height: 100px;
    }
    .ip__img {
        height: 430px;
    }

    .social__ip{
        gap: 20px;
    }
    .social__img__ip{
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .btn__shop__ip {
        font-size: 30px;
        padding: 5.01px 37px;
    }



    .other {
        margin-top: 10px;
    }
    .title__other {
        font-size: 35px;
    }
    .other__link {
        font-size: 25px;
        line-height: 45px;
    }
    .other__text {
        width: 300px;
        height: 350px;
    }
    .wrapper__other {
        height: 350px;
        margin-top: 10px;
    }
    .other__player {
        width: 320px;
        height: 320px;
        top: 90px;
    }
    .other__planet {
        width: 350px;
        height: 350px;
        left: 75%;
        top: -50px;
    }
    .line__other {
        margin-top: 60px;
    }
}




@media (max-width: 850px) {
    .container {
        max-width: 700px;
    }

    .welcome .container {
        height: 450px;
    }
    .welcome__desc {
        margin-left: 20px;
    }
    .welcome__title {
        font-size: 50px;
    }
    .wrapp__welcomet {
        width: 290px;
    }
    .welcome__text {
        font-size: 20px;
        max-width: 290px;
        margin-bottom: 50px;
    }
    .btn__welcome {
        font-size: 25px;
        padding: 3px 35px;
    }
    .welcome__img {
        width: 340px;
        height: 340px;
    }
    .welcome__heart1 {
        height: 30px;
        top: 10%;
    }
    .welcome__heart2 {
        height: 30px;
        top: 55%;
    }
    .welcome__heart3 {
        height: 30px;
        top: 30%;
    }
    .heart__animation:hover{
        height: 35px;
    }



    .about {
        margin-top: 0;
    }
    .title__about {
        font-size: 30px;
    }

    .about__text {
        gap: 10px;
    }
    .section__1 {
        height: 270px;
        margin-top: 10px;
    }
    .background__img1 {
        width: 270px;
        height: 270px;
    }
    .section__img {
        height: 240px;
        width: 240px;
    }
    .about__all__text {
        width: 200px;
        font-size: 18px;
        line-height: 21px;
    }
    .about__what__title {
        font-size: 25px;
        margin-bottom: 7px;
    }

    .section__2 {
        height: 270px;
    }
    .background__img2 {
        width: 270px;
        height: 270px;
    }

    .section__3 {
        height: 270px;
    }
    .background__img3 {
        width: 270px;
        height: 270px;
    }



    .title__ip {
        font-size: 40px;
    }

    .ip__content__bedrock{
        width: 250px;
        height: 200px;

        gap: 20px;
    }
    .ip__bedrock {
        font-size: 25px;
    }
    .background__bedrock {
        width: 200px;
        height: 30px;
    }
    .ip__info {
        font-weight: 600;
        font-size: 35px;
        line-height: 40px;
    }
    .wrapper__bedrock__ip {
        width: 200px;
        height: 100px;
    }

    .ip__content__java{
        width: 250px;
        height: 200px;

        gap: 20px;
    }
    .ip__java {
        font-size: 25px;
    }
    .background__java {
        width: 200px;
        height: 30px;
    }
    .ip__info {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
    }
    .wrapper__java__ip {
        width: 200px;
        height: 100px;
    }
    .ip__img {
        height: 350px;
    }

    .social__ip{
        gap: 15px;
    }
    .social__img__ip{
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }
    .btn__shop__ip {
        font-size: 30px;
        padding: 0.01px 25px;
    }

    .line__ip {
        margin-top: 50px;
    }



    .other {
        margin-top: 10px;
    }
    .title__other {
        font-size: 30px;
    }
    .other__link {
        font-size: 20px;
        line-height: 35px;
    }
    .other__text {
        width: 250px;
        height: 300px;
    }
    .wrapper__other {
        height: 300px;
        margin-top: 10px;
    }
    .other__player {
        width: 250px;
        height: 250px;
        top: 90px;
    }
    .other__planet {
        width: 250px;
        height: 250px;
        left: 75%;
        top: -30px;
    }
    .line__other {
        margin-top: 50px;
    }

}







@media (max-width: 720px) {
    .container {
        max-width: 630px;
    }


    .welcome .container {
        height: 450px;
    }
    .welcome__desc {
        margin-left: 20px;
    }
    .welcome__title {
        font-size: 50px;
    }
    .wrapp__welcomet {
        width: 280px;
    }
    .welcome__text {
        font-size: 21px;
        max-width: 280px;
    }
    .btn__welcome {
        font-size: 25px;
        padding: 3px 35px;
    }
    .welcome__img {
        width: 310px;
        height: 310px;
    }
    .welcome__heart1 {
        height: 30px;
        top: 20%;
    }
    .welcome__heart2 {
        height: 30px;
        top: 55%;
    }
    .welcome__heart3 {
        height: 30px;
        top: 50%;
    }
    .heart__animation:hover{
        height: 35px;
    }



    .about {
        margin-top: 0;
    }
    .title__about {
        font-size: 32px;
    }

    .section__1 {
        height: 270px;
        margin-top: 10px;
    }
    .background__img1 {
        width: 270px;
        height: 270px;
    }
    .section__img {
        height: 250px;
        width: 250px;
    }
    .about__all__text {
        width: 160px;
        font-size: 16.3px;
        line-height: 19px;
    }
    .about__what__title {
        font-size: 23px;
        margin-bottom: 3px;
    }

    .section__2 {
        height: 270px;
    }
    .background__img2 {
        width: 270px;
        height: 270px;
    }

    .section__3 {
        height: 270px;
    }
    .background__img3 {
        width: 270px;
        height: 270px;
    }





    .title__ip {
        font-size: 37px;
    }

    .ip__content__bedrock{
        width: 220px;
        height: 180px;

        gap: 10px;
    }
    .ip__bedrock {
        font-size: 23px;
    }
    .background__bedrock {
        width: 180px;
        height: 30px;
    }
    .ip__info {
        font-weight: 600;
        font-size: 27px;
        line-height: 30px;
    }
    .wrapper__bedrock__ip {
        width: 180px;
        height: 70px;
    }

    .ip__content__java{
        width: 220px;
        height: 180px;

        gap: 10px;
    }
    .ip__java {
        font-size: 23px;
    }
    .background__java {
        width: 180px;
        height: 30px;
    }
    .wrapper__java__ip {
        width: 180px;
        height: 70px;
    }
    .ip__img {
        height: 300px;
    }

    .social__ip{
        gap: 10px;
    }
    .social__img__ip{
        width: 27px;
        height: 27px;
        border-radius: 10px;
    }
    .btn__shop__ip {
        font-size: 27px;
        padding: 0.01px 20px;
    }

    .line__ip {
        margin-top: 30px;
    }




    .other {
        margin-top: 10px;
    }
    .title__other {
        font-size: 30px;
    }
    .other__link {
        font-size: 18px;
        line-height: 30px;
    }
    .other__text {
        width: 230px;
        height: 280px;
    }
    .wrapper__other {
        height: 280px;
        margin-top: 10px;
    }
    .other__player {
        width: 230px;
        height: 230px;
        top: 70px;
    }
    .other__planet {
        width: 230px;
        height: 230px;
        left: 73%;
        top: -30px;
    }
    .line__other {
        margin-top: 30px;
    }

}






@media (max-width: 645px) {
    .container {
        max-width: 500px;
    }


    .welcome .container {
        height: 450px;
    }
    .welcome__desc {
        margin-left: 10px;
    }
    .welcome__title {
        font-size: 35px;
    }
    .wrapp__welcomet {
        width: 220px;
    }
    .welcome__text {
        font-size: 16.5px;
        max-width: 220px;
    }
    .btn__welcome {
        font-size: 23px;
        padding: 2px 30px;
    }
    .welcome__img {
        width: 270px;
        height: 270px;
    }
    .welcome__heart1 {
        height: 30px;
        top: 30%;
    }
    .welcome__heart2 {
        height: 30px;
        top: 55%;
        left: 40%;
    }
    .welcome__heart3 {
        height: 30px;
        top: 50%;
        left: 90%;
    }
    .heart__animation:hover{
        height: 35px;
    }



    .about {
        margin-top: 0;
    }
    .title__about {
        font-size: 30px;
    }

    .section__1 {
        height: 200px;
        margin-top: 10px;
    }
    .background__img1 {
        width: 200px;
        height: 200px;
    }
    .section__img {
        height: 180px;
        width: 180px;
    }
    .about__all__text {
        width: 140px;
        font-size: 14px;
        line-height: 15px;
    }
    .about__what__title {
        font-size: 17px;
        margin-bottom: 1px;
    }

    .section__2 {
        height: 200px;
    }
    .background__img2 {
        width: 200px;
        height: 200px;
    }

    .section__3 {
        height: 200px;
    }
    .background__img3 {
        width: 200px;
        height: 200px;
    }





    .title__ip {
        font-size: 35px;
    }

    .ip__content__bedrock{
        width: 200px;
        height: 150px;

        gap: 10px;
        border-radius: 20px 0 0 20px;
    }
    .ip__bedrock {
        font-size: 20px;
    }
    .background__bedrock {
        width: 150px;
        height: 25px;
        border-radius: 10px;
    }
    .ip__info {
        font-weight: 600;
        font-size: 23px;
        line-height: 25px;
    }
    .wrapper__bedrock__ip {
        width: 150px;
        height: 60px;
        border-radius: 10px;
    }

    .ip__content__java{
        width: 200px;
        height: 150px;

        gap: 10px;
        border-radius: 0 20px 20px 0;
    }
    .ip__java {
        font-size: 20px;
    }
    .background__java {
        width: 150px;
        height: 25px;
        border-radius: 10px;
    }
    .wrapper__java__ip {
        width: 150px;
        height: 60px;
        border-radius: 10px;
    }
    .ip__img {
        height: 200px;
        top: -10px;
    }


    .left__colum__ip {
        gap: 5px;
    }
    .right__colum__ip {
        gap: 5px;
    }
 

    .social__ip{
        gap: 10px;
    }
    .social__img__ip{
        width: 25px;
        height: 25px;
        border-radius: 10px;
    }
    .btn__shop__ip {
        font-size: 25px;
        padding: 0.01px 15px;
    }

    .line__ip {
        margin-top: 20px;
    }




    .other {
        margin-top: 10px;
    }
    .title__other {
        font-size: 27px;
    }
    .other__link {
        font-size: 17px;
        line-height: 27px;
    }
    .other__text {
        width: 200px;
        height: 250px;
    }
    .wrapper__other {
        height: 250px;
        margin-top: 10px;
    }
    .other__player {
        width: 180px;
        height: 180px;
        top: 70px;
    }
    .other__planet {
        width: 200px;
        height: 200px;
        left: 73%;
        top: -30px;
    }
    .line__other {
        margin-top: 20px;
    }

}





@media (max-width: 522px) {
    .container {
        max-width: 450px;
    }


    .welcome .container {
        height: 650px;
        justify-content: center;
        border-radius: 40px;
    }
    /*.welcome__desc {

    }*/
    .welcome__title {
        font-size: 50px;
    }
    .wrapp__welcomet {
        width: 300px;
    }
    .welcome__text {
        font-size: 18px;
        max-width: 300px;
        text-align: center;
    }
    .btn__welcome {
        margin-left: 27%;
        font-size: 30px;
        padding: 3px 35px;
        border-radius: 10px;
        border-width: 0px 1.5px 1.5px 0px;
    }
    .welcome__img {
        display: none;
    }
    .welcome__heart1 {
        height: 20px;
        top: 20%;
        left: 50%;
    }
    .welcome__heart2 {
        height: 20px;
        top: 57%;
        left: 20%;
    }
    .welcome__heart3 {
        height: 20px;
        top: 50%;
        left: 80%;
    }
    .heart__animation:hover{
        height: 25px;
    }



    .about {
        margin-top: 0;
    }
    .title__about {
        font-size: 30px;
    }

    .section__1 {
        height: 200px;
        margin-top: 10px;
    }
    .background__img1 {
        display: none;
    }
    .section__img {
        display: none;
    }
    .about__all__text {
        margin-top: 10px;
        width: 210px;
        font-size: 15.5px;
        line-height: 18px;
    }
    .about__what__title {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .about__text {
        justify-content: space-between;
        width: 100%;
    }

    .section__2 {
        height: 200px;
    }
    .background__img2 {
        display: none;
    }

    .section__3 {
        height: 200px;
    }
    .background__img3 {
        display: none;
    }





    .wrapper__ip__main{
        margin-top: 10px;
    }

    .title__ip {
        font-size: 35px;
    }

    .ip__content__bedrock{
        width: 170px;
        height: 130px;

        gap: 10px;
        border-radius: 20px 0 0 20px;
    }
    .ip__bedrock {
        font-size: 17px;
    }
    .background__bedrock {
        width: 150px;
        height: 25px;
        border-radius: 10px;
    }
    .ip__info {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
    }
    .wrapper__bedrock__ip {
        width: 150px;
        height: 60px;
        border-radius: 10px;
    }

    .ip__content__java{
        width: 170px;
        height: 130px;

        gap: 10px;
        border-radius: 0 20px 20px 0;
    }
    .ip__java {
        font-size: 17px;
    }
    .background__java {
        width: 150px;
        height: 25px;
        border-radius: 10px;
    }
    .wrapper__java__ip {
        width: 150px;
        height: 60px;
        border-radius: 10px;
    }
    .ip__img {
        height: 150px;
        top: -10px;
    }


    .left__colum__ip {
        gap: 5px;
    }
    .right__colum__ip {
        gap: 5px;
    }
 

    .social__ip{
        gap: 10px;
    }
    .social__img__ip{
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border-width: 0px 1.5px 1.5px 0px;
    }
    .btn__shop__ip {
        font-size: 20px;
        padding: 0.01px 13px;
        border-width: 0px 1.5px 1.5px 0px;
    }

    .line__ip {
        margin-top: 20px;
    }



    .other__list {
        font-size: 15px;
    }

    .other {
        margin-top: 0;
    }
    .title__other {
        font-size: 27px;
    }
    .other__link {
        font-size: 16px;
        line-height: 25px;
    }
    .other__text {
        width: 180px;
        height: 230px;
    }
    .wrapper__other {
        height: 230px;
        margin-top: 10px;
    }
    .other__player {
        width: 100px;
        height: 100px;
        top: 100px;
    }
    .other__planet {
        width: 110px;
        height: 110px;
        left: 73%;
        top: 10px;
    }
    .line__other {
        margin-top: 10px;
    }

}







@media (max-width: 451px) {
    .container {
        max-width: 350px;
    }


    .welcome .container {
        height: 650px;
        border-radius: 30px;
    }
    .welcome__title {
        font-size: 50px;
    }
    .wrapp__welcomet {
        width: 270px;
        border-radius: 10px;
    }
    .welcome__text {
        font-size: 16.5px;
        max-width: 270px;
    }
    .btn__welcome {
        margin-left: 27%;
        font-size: 25px;
        padding: 4px 30px;
        border-radius: 10px;
        border-width: 0px 1.5px 1.5px 0px;
    }
    .welcome__heart1 {
        height: 15px;
    }
    .welcome__heart2 {
        height: 15px;
    }
    .welcome__heart3 {
        height: 15px;
    }
    .heart__animation:hover{
        height: 20px;
    }




    .title__about {
        font-size: 25px;
    }

    .section__1 {
        height: 270px;
        margin-top: 5px;
    }
    .about__all__text {
        margin-top: 10px;
        width: 285px;
        font-size: 15.5px;
        line-height: 17px;
    }
    .about__what__title {
        font-size: 19px;
        margin-bottom: 0;
        margin-top: 7;
        text-align: center;
    }
    .about__text {
        width: 100%;
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    .section__2 {
        margin-top: 5px;
        height: 290px;
    }
    .section__3 {
        margin-top: 5px;
        height: 270px;
    }





    .wrapper__ip__main{
        margin-top: 5px;
    }

    .title__ip {
        font-size: 30px;
    }

    .wrapper__ip__main {
        flex-direction: column;
        gap: 7px;
    }

    .ip__content__bedrock{
        width: 210px;
        height: 130px;

        gap: 10px;
        border-radius: 20px 0 0 20px;
    }
    .ip__bedrock {
        font-size: 20px;
    }
    .background__bedrock {
        width: 150px;
        height: 30px;
        border-radius: 10px;
    }
    .ip__info {
        font-weight: 600;
        font-size: 23px;
        line-height: 23px;
    }
    .wrapper__bedrock__ip {
        width: 190px;
        height: 60px;
        border-radius: 10px;
    }

    .ip__content__java{
        width: 210px;
        height: 130px;

        gap: 10px;
        border-radius: 0 20px 20px 0;
    }
    .ip__java {
        font-size: 20px;
    }
    .background__java {
        width: 150px;
        height: 30px;
        border-radius: 10px;
    }
    .wrapper__java__ip {
        width: 190px;
        height: 60px;
        border-radius: 10px;
    }
    .ip__img {
        display: none;
    }
 

    .social__img__ip{
        width: 25px;
        height: 25px;
        border-radius: 7px;
    }
    .btn__shop__ip {
        font-size: 23px;
        padding: 1.01px 13px;
        border-width: 0px 1.5px 1.5px 0px;
    }

    .line__ip {
        margin-top: 10px;
    }




    .other__list {
        font-size: 17px;
    }
    .title__other {
        font-size: 25px;
    }
    .other__link {
        font-size: 18px;
    }
    .other__text {
        width: 180px;
        height: 210px;
        border-radius: 20px;
    }
    .wrapper__other {
        height: 210px;
        margin-top: 10px;
    }
    .other__player {
        display: none;
    }
    .other__planet {
        width: 110px;
        height: 110px;
        left: 70%;
        top: 5px;
    }
    .line__other {
        margin-top: 7px;
    }
}