


@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Orbitron:wght@400..900&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');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior:smooth;
}



html,body{

    background-color: #fff;
    color: black;
    text-decoration: none;
    list-style: none;
    width: 100vw;
    overflow-x: hidden;


  

}


.head{
    z-index: 1000;
    top: 0;
    position: fixed;
    background-color: #fff;
    /* max-width: 190%; */
    width: 100%;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,0.4); */



}


.navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    color: black;
    font-family: "Poppins", sans-serif;
    width: 100%;
    padding: 10px;
    height: 100%;
    z-index: 1000;

}

.logo{
    font-size: 25px;
    font-weight: lighter;
}

.navlist{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    /* flex-direction: column; */
    /* width: 100%; */
    font-family: "Poppins", sans-serif;

 } 

.navlist.active{
    position: absolute;
    display: none;
    /* right: 2%; */
    gap: 25px;
    list-style: none;
    flex-direction: column;
    margin-top: 182%;
    /* height: 100vh; */
    width: 100%;
    padding: 40px;
    font-size: 30px;
    transition: .5s;
    transform: translateY(-4%); 
    background-color: white;  
    /* border-top: 3px solid black;
    border-bottom: 3px solid black; */
    /* border-radius: 10px; */
    z-index: 1000;
    opacity: 0.9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,0.4);
}


.navlist a{
    padding: 10px;
    font-size: 25px;
    color: black;
    text-decoration: none;
    /* font-weight: 500 */
    transition:all  0.6s ease-in-out;
}



.navlist a:hover ,.navlist a.active{
    color: grey;
    border-bottom: 1px solid grey;
}



.menubar{
    font-size: 30px;
    display: none;
    z-index: 100;
    border-radius: 360px;
    padding: 0px 9px;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,0.4);  */
}


.fa-solid.fa-bars.active{
    /* transform: translateY(-4%); */
    display: none;

}

.fa-solid.fa-xmark.hidden{
    display: none;

}






/* Home section */

.body-1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background-color: #fff;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    padding: 0% 24%;
    gap: 50px;
    width: 100%;
    text-align: center ;

 

} 


.info{
    text-align: center;
    display: flex;
    flex-direction: column;
    /* line-height: 30px; */
    gap: 10px;
    font-size: 20px;
    /* width: 100%; */
    justify-content: center;

}

.info h1{
    font-size: 55px;

}

.info p,.info h3{
    color: rgb(70, 69, 69);

}

.pic img{
   width: 300px;
    /* height:50%; */
    border-radius: 50%;

}


.btns{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;

}

.btns button{
    border-radius: 30px;
    padding: 10px 10px;
    cursor: pointer;
    text-align: center;
    border:3px solid #dbdbdb;
    /* font-size: 14px; */
    /* font-weight: 600; */
    transition: 0.8s ease;
    font-family: "Poppins", sans-serif;


}


#cv{
    color: black;
    /* background-color: #fff; */
    text-decoration: none;
    transition: 0.8s ease;


}

#cv:hover{
    background-color: black;
    color: white;
    border:3px solid black;

}

.btns button:hover{
    background-color: black;
    color :white;
    border:3px solid black;

}

.icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 24px;

}

.icons a i{
    color: black;
    font-size: 35px;
}

.icons a i:hover{
    color: blue;
}


/* Experince Section */


.body-2{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: black;
    font-family: "Poppins", sans-serif;
    padding: 0% 7%;
    flex-direction: column;
    height: 100vh;
}


.topText{
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    width: 100%;

}


.boxes{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    gap: 90px;
    padding: 10px;
    align-items: start;
}



.box1 img{
    width: 470px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,0.4);
}

.box2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 30px  0px;
    height: 480px;
}

.box2 .expEdu{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: start;
    padding: 30px;
    text-align: center;
}

.exp ,.edu{
    border: 2px solid grey;
    text-align: center;
    padding: 30px 50px;
    border-radius: 30px;
    /* font-size: 20px; */
    width: 320px;
    height: 170px;
}

.text{
    font-size: 20px;
    color: rgb(5, 3, 3);
    text-align: center;
    padding: 20px;
}


/* Third part */



.body-3{
    margin-top: 10%;
    /* border-bottom: 3px solid red; */
    height: 100vh;
}


.boxes2{
    display: flex;
    padding: 50px;
    align-items: center;
    justify-content: space-around;
    font-family: "Poppins", sans-serif;


}


.headText{
    text-align: center;
    color: rgb(100, 96, 96);
    font-size: 20px;
    
}

.boxes2 .box1 ,.boxes2 .box2{
    border: 3px solid grey;
    border-radius: 40px;
    padding: 50px;
}




.boxes2 .box1 .experices, .boxes2 .box2 .experices   {
    display: flex;
    gap:  90px ;
    padding: 40px;
    align-items: center;
    text-align: start;
}


.boxes2 .box1 .experices ul li h1 i, .boxes2 .box2 .experices  ul li h1 i{
    font-size: 17px;
    opacity: 1;
    margin: 2px;
  

}


.boxes2 .box1 .experices ul li ,.boxes2 .box2 .experices ul li{

    list-style: none;
    padding: 15px;
}




/* Projects section */



.body-4{
    display: flex;
    align-self: center;
    justify-content: center;
    /* padding: 30px; */
    gap: 30px;
    margin:40px 20px;
    flex-direction: column;
}

.projectsHead{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 35px;
    font-family: "Poppins",sans-serif;
}


.projects{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
}

#project{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    font-family: "Poppins",sans-serif;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,0.4);
    text-align: center;

}

.proBtns{
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* padding: 5px; */
    gap: 10px;
    margin:10% auto;

}

.proBtns button{
    border-radius: 30px;
    padding:10px  15px;
    text-align: center;
    cursor: pointer;
    font-family: "Poppins",sans-serif;
    transition: 0.6s;



}


.proBtns button:hover{
    background-color: black;
    color: white;
    transform: scale(1.02);
}

#project:hover{
    scale: 1.02;
}


#parent{

    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 30px;
    padding: 20px;
}



.child{
    z-index: 10;
    margin-top: auto 40%;
    display: inline-block;
    padding:80px 20px;
    /* border: 3px solid grey; */
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    
}

.child img{
    width: 320px;
    border-radius: 30px;
    border: 2px solid grey;

}

/* Contact details and Footer */

.body-5{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    font-family: "Poppins",sans-serif;
    margin-bottom: 15%;

}
.conHead{
    font-family: "Poppins",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
    font-size: 30px;
    text-align: center;
    margin: 30px;
}



.emailBox{
    padding:10px 85px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    font-family: "Poppins",sans-serif;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,0.4);
    cursor: pointer;


}

.emailBox i{
    color: black;
    font-size: 20px;
    /* border-radius: 70%; */
    padding: 2px;

}
.emailBox input{
    font-family: "Poppins",sans-serif;
    border: none;
    padding: 2px 5px;
    font-size: 20px;
    /* font-weight: 600; */

}

/* footer */

footer{
    padding: 10px;
    margin: 40px;
    text-align: center;
    font-family: "Poppins",sans-serif;

}

@keyframes appear {
    from{
      opacity: 0;
      /* scale:0; */
      transform:translateX(0%);

    }

    to{
        opacity: 1;
        /* scale:1.2; */
        transform:translateX(100%);


    }
}





/* Lets make  it responsive */



@media screen and (max-width:400px) {

    section{
        margin-top: 30%;
    }


    .navlist{
        display: none;
        transition: 0.4s ;
        transform: translateX(-30%);

    }

    .navlist.active{
        display: block;
        transition: 0.4s ;
    }

    .logo{
        font-size: 22px;
        text-align: start;
        display: flex;
        align-items: start;
        justify-content: start;
        /* padding: 30px; */
    }

    .menubar{
        display: block;
    }

    .navlist a{
        z-index: 100;
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: 500;
        transition: 0.4s ;

    }

    .body-1{
        padding: 10% ;
        gap: 20px;
        flex-direction: column;
        margin:0;
        align-items: center;
        justify-content: space-between;
        border-bottom: 3px solid black;
        width: 360px;
        max-width: none;
        height: 100%;
        margin:30% auto;
    }

    .box1 img{
        width: 300px;
    }

    /* .pic img{
        max-width: 90%;
        width: 120%;
        
    } */
   
    .info{
        gap: 10px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
        text-align: center;

    }


    .body-2{
        margin-top:50% ;
        /* height: 100vh; */
    }

    
    .boxes{
        flex-direction: column;
        gap: 20px;
        align-items: center;
        height: 100vh;
        text-align: center;
        }


    .box2 .expEdu{
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    /* Body 3 */


    .body-3{
        margin: 150% 40%;
        align-items: center;
        justify-content: center;
        padding-top:30%;

    }

    .boxes2 .box1 .experices ul li ,.boxes2 .box2 .experices ul li{
        font-size: 10px;
        padding: 5px;
        
    }

    .line{
        border: 3px solid red;
    }
   

    .body-3 .topText{
        font-size: 25px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        text-align: center;
        }


    .boxes2{
        flex-direction: column;
    }

    .boxes2 .box1 {
        margin-bottom:20px;   
    }

    .proBtns button{
        padding:8px  13px;    
    }
    .projectsHead{
    font-size: 30px;
    }

    .child img{
        width: 250px;
        border-radius: 30px;
    }


    .body-5{
        height: 60vh;
        gap: 40px;
        padding: 20px;
        font-family: "Poppins",sans-serif;
        margin-bottom: 7%;
    }

    .emailBox{
        padding:10px 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .emailBox input{
        padding: 2px 4px;
        font-size: 15px;
    
    }






    
}
