:root{
    --bg-col: #04001f;
    --clicky: rgba(35, 12, 63, 0.74);
    --border-1: #ffffffa4;
}
html{
    color: #fff;
    background-image: url("11.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: rgba(245, 246, 248, 0.932);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 400;

}

.container{
    width: 90%;
    height: 86vh;
    position: relative;
    align-self: center;
    padding: 20px;
    margin: 20px;
    border-radius: 25px;
    background: rgba(35, 12, 63, 0.74);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-weight: 550;

}

.muted-text{
    color: #ffffffe1
}
.pearl{
    display: none;
}

.appears{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding:  2px 22px;
    width: 95%;
    align-self: center;
    margin-top: 30px;
    align-items: center;

}
.sect{
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
.sec-right{
    width: 50%;
    
}
.sect img{
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffffde;
    box-shadow: 0 0 35px 2px #e47fca;
    transition: all ease-in-out 0.3s;
}

nav{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 1px 24px;
    width: 80%;

}

nav .nav-links{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding: 5px 3px;
    transform: translateX(40px);

}

.nav-links ul li{
    width: 60%;
    padding: 5px 15px;
    border-radius: 8px;
    background: linear-gradient( to right, #ee32bf, rgb(130, 59, 245));
    border: 0.2px solid var(--border-1);
    transition: all ease-in-out 0.3s;
}

.nav-links ul li:hover{
   box-shadow: 0 0 10px 2px #ee32bf;
   opacity: 0.95;
   transform: translateY(-2px);

}
 
.nav-links a {
    color: #fff;
    text-decoration: none;
}
nav .logo {
    width: 30%;
    font-size: 20px;
    color: rgb(252, 219, 241);
}
ul{
    display: flex;
    right: 0;
    justify-content: space-between;
    list-style: none;
    width: 50%;
    gap: 10px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
}
i {
    color: #fff;
}

.contacts{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
   

}

.socio{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    padding: 15px;
    width: 40%;
    margin-top: 20px;
    border-radius: 25px;
    background: var(--clicky);
    box-shadow: 0 0 10px  #f8d0ee;
}

.name{
    color: rgb(28, 169, 250);

}

.text {
    text-align: left;
}
.text p {
    padding: 5px 20px;
    margin-left: 15px;
}

.technologies{
    flex-direction: row-reverse;
    display: none;
}

.languages{
    min-width: 400px;
    max-width: 450px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    font-size: 24px;
    padding: 5px 0px;
    border-radius: 15px;
   

}
.language{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.language .txt{
    font-size: 14px;
}
.hed{
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.lst{
    display: flex;
    padding: 20px;
    width: 80%;
    gap: 20px;
    align-self: center;
}

.home .main-div{
    display: flex;
    width: auto;
    justify-content: space-between;
   
}

.technologies, .contactme, .projects {
    display: none;
}

.nav-mobile{
    display: none;
}
@media(max-width: 768px){
    html
    {
        overflow-y: hidden;
    }
    .mobile{
        margin-left: 15px;
    }
    .text, .main-div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: left;
        font-size: 14px;
        
    }
    p, .main-div p{
            padding: 5px 10pxx;
            margin-left: 15px;

    }

    .main-div img{
        display: none;
    }



    .languages{
        min-width: 100px;
        background: none;
        width: 100%;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lst{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 20px;
        flex-shrink: 1;
    }

    .p2{
        padding: 0;
        justify-content: left;
        align-items: center;
        width: 100%;
        
    }

    .nav-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        width: 100%;
        padding: 0 20px;
    
    }
    
    .nav-mobile ul li{
        width: 40px;
        padding: 5px 15px;
        border-radius: 8px;
        background: linear-gradient( to right, #ee32bf, rgb(130, 59, 245));
        border: 0.2px solid var(--border-1);
        transition: all ease-in-out 0.3s;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .nav-mobile ul li:hover{
       box-shadow: 0 0 10px 2px #ee32bf;
       opacity: 0.95;
       transform: translateY(-2px);
    
    }
     
    .nav-mobile a {
        color: #fff;
        text-decoration: none;
    }
    ul{
        display: flex;
        right: 0;
        justify-content: center;
        list-style: none;
        width: 100%;
        gap: 10px;
        padding: 5px 15px;
        color: #fff;
        text-decoration: none;
    }

    .text h1{
        text-align: left;
    }

    .text{
        transform: translateY(-20px);

    }

    nav{
        display: none;
    }
    body{
        height: 100vh;
    }
    .container{
        justify-content: center;
        width: 85%;
        padding: 20px 15px;
        height: 80vh;
        margin-bottom: 40px;
        margin-top: 10px;

        
    }

    .contacts{
        margin-bottom: 30px;
        width: 80%;
    }
    .appears{
        flex-direction: column-reverse;

    }

    .sec-right img{
        width: 185px;
        height: 185px;
        border: 1px solid #ffffffde;
    }

    .sect{
        width: 100%;
    }
    .pearl{ 
        font-size: 10px;
        display: block;
    }
}