/* index Page */
*{
 margin: 0;
 padding: 0;
 font-family: sans-serif;
}
.container
{
    width: 100%;
    height: 100vh;
    background: #3e425f;
}
.menu{
    padding: 30px 80px;
}
.menu ul{
    display: inline-flex;
    margin: 50px;
}
.menu ul li
{
    list-style: none;
    margin: 0 20px;
    color: white;
    cursor: pointer;
}
.logo img{
    width:30px;
    margin-top: -7px;
    margin-right: 48px;
}
.logo span{
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
}
.active{
    color: white;
    font-weight: bold;
}
.name{
    color: white;
}

.name span{
    background: linear-gradient(to right, #19d7f8, #fd00da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.app-text{
    width: 60%;
}

.name{
    font-size: 60px;
    color: white;
    margin-bottom: 15px;
}

.name span{
    background: linear-gradient(to right, #19d7f8, #a020f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-text h2{
    color: #b2b1b1;
    margin-bottom: 12px;
    font-size: 28px;
}

.app-text p{
    color: #d1d1d1;
    font-size: 18px;
    line-height: 1.8;
    width: 100%;
}
body{
    background: #3e425f;
}
.about-content{
    flex: 1;
}

/* about Page */

.about-content h4{
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-content h1{
    font-size: 50px;
    margin-bottom: 20px;
}

.about-content p{
    color: #e3dbdb;
    line-height: 1.8;
}

.about-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 40px;
}

.box h3{
    color: rgb(12, 8, 1);
    margin-bottom: 10px;
}

.social-icons {
   right: 72px;
   bottom: 35px;
   position:absolute;
} 

.social-icons ul{
    display: flex;
    list-style: none;
    gap: 20px;
}

.social-icons i{
    font-size: 25px;
    color: white;
}

.social-icons i:hover{
    color: #19d7f8;
}
.social-icons{
    margin-top: 80px;
}
.social-icons i{
    font-size: 25px;
    color: white;
}

.social-icons i:hover{
    color: #0077B5;
}

.banner{
    width: 80%;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-text{
    width: 55%;
}

.button-group{
    margin-top: 25px;
}

.view-btn{
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(to right, #19d7f8, #a020f0);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.view-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(25, 215, 248, 0.5);
}

.about-section{
    width: 80%;
    margin: 100px auto;
    color: white;
}

.about-section h2{
    font-size: 40px;
    margin-bottom: 20px;
    color: #19d7f8;
}

.about-section p{
    font-size: 18px;
    line-height: 1.8;
    color: #d1d1d1;
}

.menu ul li a{
    text-decoration: none;
    color: white;
}

.menu ul li a:hover{
    color: #19d7f8;
}

.app-text h1{
    color: white;
    margin-bottom: 15px;
}

.app-text h2{
    color: white;
    margin-top: 25px;
    margin-bottom: 15px;
}

.app-text p{
    color: #d1d1d1;
    line-height: 1.8;
    margin-bottom: 20px;
}
.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
    background: #2e2663;
}

.menu ul{
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
}
.web-picture{
width: 50%;
float: right;
}

.about-picture{
    width: 70%;
    padding: 0.47%
}

.active-about{
    color: white;
    font-weight: bold;
}

.about-banner{
    width: 80%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}


/* Skills Page */

.active-skills{
    color: white;
    font-weight: bold;
}

.skills-about{
    color: #19d7f8;
    font-weight: bold;
}

.skills-banner{
    width: 80%;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.skills-picture{
    width: 45%;
    display: flex;
    justify-content: center;
}

.skills-picture img{
    width: 450px;
    max-width: 100%;
    border-radius: 20px;
}

.skills-banner .app-text{
    width: 50%;
}

.skills-banner h1{
    color: #a020f0;
}

.social-icons{
    text-align: center;
    margin-top: 40px;
}

.social-icons ul{
    display: flex;
    list-style: none;
    gap: 20px;
}

.language-section{
    width: 50%;
}

.language-section img{
    width: 100%;
    border-radius: 20px;
}
.container{
    width:100%;
    min-height:100vh;
}
.language-container{
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.language-section{
    width: 50%;
}

.language-section img{
    width: 100%;
    border-radius: 20px;
}

.language-text{
    width: 50%;
}

.language-text h2{
    color: #19d7f8;
    margin-bottom: 15px;
}

.language-text p{
    color: #d1d1d1;
    line-height: 1.8;
    margin-bottom: 15px;
}


/* contact Page */
.active-contact{
     color: white;
    font-weight: bold;
}

.contact-section{
    width: 50%;
    margin: 50px auto;
    text-align: center;
}

.contact-section h1{
    color: #19d7f8;
    margin-bottom: 30px;
}

.contact-section input,
.contact-section textarea{
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
}

.contact-section textarea{
    height: 120px;
}

.contact-section button{
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(to right,#19d7f8,#a020f0);
    color: white;
    cursor: pointer;
}

/*for mobile view */
@media (max-width: 768px){

    .menu{
        flex-direction: column;
        padding: 20px;
    }

    .menu ul{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .banner,
    .about-banner,
    .skills-banner,
    .language-container{
        flex-direction: column;
        text-align: center;
    }

    .app-text,
    .about-picture,
    .skills-picture,
    .language-section,
    .language-text{
        width: 100%;
    }


    .skills-picture img,
    .about-picture img,
    .language-section img{
        width: 100%;
        max-width: 400px;
    }

    .name{
        font-size: 40px;
    }

    .social-icons{
        position: static;
        margin-top: 30px;
        text-align: center;
    }

    .social-icons ul{
        justify-content: center;
    }
}
.contact-section{
    width: 80%;
    margin: 80px auto;
    color: white;
}

.contact-section h2{
    color: #19d7f8;
    margin-bottom: 20px;
}

.contact-section ul{
    list-style: none;
}

.contact-section li{
    margin-bottom: 15px;
    font-size: 20px;
}

.contact-section i{
    margin-right: 10px;
    color: #19d7f8;
}

.contact-section{
    width: 50%;
    margin: 20px auto;
}

/*for logo*/

@media (max-width: 768px){

    .logo{
        text-align: center;
        margin-bottom: 15px;
    }

    .logo img{
        width: 35px;
        height: auto;
        margin: 0;
    }

}
