 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 html {
    scroll-behavior: smooth;
 }

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

#navbar {
    background-color: #fff;
    height: 100px;
    display: flex;
    width: 100vw;
    justify-content: space-around;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    margin-bottom: 50px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

#logo-1 {
    width: 120px;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

#logo-1:hover {
    transform: scale(1.1);
}

#nav-ele {
    display: flex;
    gap: 40px;
}

#nav-ele p {
    font-size: 25px;
    font-weight: 400;
    padding: 5px 5px 10px 5px;
    color: #000000;
    position: relative;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

#nav-ele a {
    text-decoration: none;
}

#nav-ele p:hover {
    color: #3E6FF4;
    border-bottom: 4px solid #3E6FF4;
}

#main-section {
    width: 100%;
    height: 100vh;
    margin: auto;
    margin-top: 100px;
    z-index: 1;
}

#hero {
    display: flex;
    justify-content: center;
    height: 600px;
}

#hero-1 {
    display: flex;
    gap: 40px;
}

#nav-ele p {
    font-size: 25px;
    font-weight: 500;
    padding: 5px 5px 10px 5px;
    color: #000000;
}

#nav-ele a {
    text-decoration: none;
}

#nav-ele p:hover {
    border-bottom: 4px solid #000000;
    transition:  all 0.1s ease;

}


#hero {

    display: flex;
    justify-content: center;
    height: 600px;
}

#hero-1 {
    display: flex;
    gap: 40px;
}

#nav-ele p {
    font-size: 25px;
    font-weight: 500;
    padding: 5px 5px 10px 5px;
    color: #000000;
}

#nav-ele a {
    text-decoration: none;
}

#nav-ele p:hover {
    border-bottom: 4px solid #3E6FF4;
    transition:  all 0.1s ease;

}

#main-section {
    width: 75%;
    height: 100%;
    margin: auto;
    margin-top: 100px;
    z-index: 1;
}

#hero {

    display: flex;
    justify-content: center;
    height: 600px;
}

#hero-1 {
    width: 89%;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content:center;
    gap: 80px;
}

#img-pro {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#hero-2 {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hello {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    margin-right: 20px;
}

#name {
     color: #4070f4;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-size: 35px;
     margin: 0;
    }

#name ~ p {
        color: #000000;
         font-family: "Poppins", sans-serif;
         font-weight: 600;
         margin: 0;
         font-size: 30px;
         margin-bottom: 16px;
}
    
    #d-c-btn {
        width: fit-content;
        height: 51px;
    }
    
    /* #Download {
        padding: 20.5px;
        width: 150px;
        color: #fff;
        border: 50px;
        font-size: 20px;
        background-color: #4070f4;
        border-radius: 50px;
        font-weight: 600;
    }
    
    #Contact {
        padding: 21.5px;
        color: #fff;
        width: 150px;
        border: 50px;
        font-size: 20px;
        background-color: #4070f4;
        border: 0;
        border-radius: 50px;
        font-weight: 600;
        margin-left: 20px;
    }

    #Download:hover {
        background-color: #fff;
        border: 2px solid #4070f4;
        color: #4070f4;
    }
    
    #Contact:hover {
        background-color: #fff;
        border:2px solid #4070f4 ;
        color: #4070f4;
    } */

    #Download, #Contact {
        padding: 20.5px;
        width: 150px;
        color: #fff;
        border: 2px solid transparent;
        font-size: 20px;
        background-color: #4070f4;
        border-radius: 50px;
        font-weight: 600;
        transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    }
    
    #Download:hover, #Contact:hover {
        background-color: #fff;
        color: #4070f4;
        border-color: #4070f4;
    }
    
    
    #icons {
        width: fit-content;
        height: 40px;
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 50px;
        margin-left: 10px;
    }
    
    #github {
        width: 32px;
        height: 32px;
    }
    
    #linkedin {
        width: 32px;
        height: 32px;
    }
    
    #About {
        width: 75%;
        margin: auto;
        margin-top: 80px;
        color: #4070f4;
        text-align: center;
    }


    .para-a {
        color: #555555;
        margin: 0;
        margin-top: 30px;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
    }

    
    .para-a ~ p {
        color: #4070f4;
        margin: 0;
        font-weight: 600;
        font-size: 40px;
        text-align: center;
    }
    
    #about-2 {
        display: flex;
        gap: 50px;
        width: 100%;
        margin: auto;
        margin-top: 70px;
    }
    
    #about-2 img {
        border-radius: 50%;
        height: 250px;
        width: 250px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin-top: 20px ;
    }
    
    #about-2 img ~ p {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        color:#000000;
        font-weight: 30px;
    }  

    #skills {
        width: 90%;
        margin: auto;
        margin-top: 100px;
    }
 
    #logo-container{
        display:flex ;
        justify-content: center;
        gap: 20px;
        width: 95%;
        border-radius: 10px;
        margin: auto;
        padding: 20px;
    }

    .logos{
        width: 110px;
        height: 110px;
        border-radius: 50px;
    }

    .logos:hover{
        transform: scale(1.1);
        transition: 0.9s ease;
    }

    #icon-1 {
        display: grid;
        grid-template-columns: repeat(2, 180px);
        grid-template-rows: repeat(3, 110px);
        gap: 20px;
        width: fit-content;
        height: fit-content;
        padding: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
    }

    #icon-2{
        display: grid;
        grid-template-columns: repeat(2, 180px);
        grid-template-rows: repeat(3, 110px);
        gap: 20px;
        width: fit-content;
        height: fit-content;
        padding: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
    }


    .logos{
        width: 100px;
        height: 100px;
        margin-left: 30px;
    }

    #logo:hover{
        transform: scale(1.3);
        transition: 1s;
    }

    h3{
        width: 300px;
        position: absolute;
        margin: 0;
        margin-top: 150px;
        margin-bottom: 10px;
        margin-left: 400px;
        text-align: center;
        font-size: 48px;
        color: #3E6FF4;
    }

    #projects-holder{
        display: flex;
        justify-content: center;
    }

    #projects {
        width: 90%;
        margin:auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #projects-2{
        width: 90%;
        margin:auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #projects-container{
        width: 90%;
        padding: 20px;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    #projects-container-2{
        width: 90%;
        padding: 20px;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    #project-card1{
    border-radius: 20px;
    width: min-content;
    height: fit-content;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 20px;
    padding: 15px;
    }

    #project-card2{
    border-radius: 20px;
    width:min-content;
    height: fit-content;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 20px;
    padding: 15px;
    }

    #project-card3{
    border-radius: 20px;
    width:min-content ;
    height: fit-content;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 20px;
    padding: 15px;
    }

    #project-card4{
        border-radius: 20px;
        width: min-content;
        height: fit-content;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
        border-radius: 20px;
        padding: 15px; 
    }

    #website-name{
        font-size: 30px;
        margin: 0;
        font-weight: 500;
    }

    #website-name ~ p {
        font-size: 20px;
        margin: 0;
        margin-bottom: 10px;
        color: #353535;
        text-align: left;
    }

    .project-logo{
    width:100%;
    height: 250px;
    border-radius: 5px;
    }

    #btn-holder{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    }

    .projects-btn{
    width:140px ;
    height: 50px;
    border-radius: 20px;
    color: #fff;
    background-color: #3E6FF4;
    border: none;
    font-size: 18px;
    font-weight: bold;
    }

    .projects-btn:hover{
    border: #3E6FF4 2px solid;
    background-color: #fff;
    color: #3E6FF4;
    }

    .footer {
        background-color: #0E2431;
        color: #fff;
        text-align: center;
        margin-top: 50px;
        font-weight: bold;
        padding: 0.8rem;
        width: 100%;
        height: fit-content;
    }
    
    .footer__title {
        font-size: 40px;
        margin-bottom: var(--mb-4);
        color: #3E6FF4;
        font-weight: medium;
    }
    
    #footer__title{
        font-size: 30px;
        margin: 0;
        margin-top: 15px;
        font-weight: normal;
    }
    
    .footer__social {
        width: fit-content;
        margin: auto;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .footer__social > img {
        margin-top: 10px;
        margin-left: 10px;
    }
    
    
    .footer__copy {
        font-size: 18px;
        margin-top:20px;
        font-weight: 400;
    }