*{
    scroll-behavior: smooth;
   
}

body{
    margin: 0%;
    
}



.navbar{
    display:flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.39);
    height: 5.5rem;
    width: 100%;
    position: fixed;
    z-index:10;
}

.logo{


}
.logo img{
    width: 3.5rem;
    height: 3.5rem;
    margin: 1.5rem;
}

.navlink{
    display: flex;
    
}

.navlink a{
    text-decoration: none;
    font-size: 1.3rem;
    padding: 1rem;
    color: white;
    
}
.navlink a:hover{

    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    
}










#home{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: cursive;
    


   background-image: url(image2.jpg);
   background-attachment: fixed;
   background-size: cover ;
   background-position: center;
   background-repeat: no-repeat;
   height: 55rem;
   color: white;

}
.home img{
    
    height: 40%;
    border-radius: 90px;
}
.home h1{
    font-size: 1.6rem;
}
.home button{
    height: 3rem;
    width: 6rem;
    background-color: rgba(215, 45, 238, 0.911);
    font-size: 1.6rem;
    color: white;
    font-weight: 900;
    border: 2px solid white;

}
.home button:hover{
    height: 4rem;
    width: 7rem;
    background-color: rgb(54, 197, 154);
    font-size: 2rem;
    color: white;

}
















#qualification{
    display: flex;
    flex-direction: row;
    
    align-items: center;
    justify-content: center;
    text-align: center;
    


   background-image: url(image3.jpg);
   background-attachment: fixed;
   background-size: cover ;
   background-position: center;
   background-repeat: no-repeat;
   height: 55rem;
   color: white;

}



.qbox1{
    background-color: rgba(0, 0, 0, 0.692);
    border: 2px solid black;
    height: 27rem;
    width: 50rem;
    margin: 2rem;
    border-radius: 40px;
    font-size: 1.4rem;
}  

.qbox1 li{
    list-style-position: outside;
    margin: 1.5rem;
    font-size: 1.6rem;
}














#skills{
    display: flex;
    flex-direction: row;
    
    align-items: center;
    justify-content: center;
    text-align: center;
    


   background-image: url(image4.jpg);
   background-attachment: fixed;
   background-size: cover ;
   background-position: center;
   background-repeat: no-repeat;
   height: 55rem;
   color: white;

}



.sbox1{
    background-color: rgba(0, 0, 0, 0.692);
    border: 2px solid black;
    height: 27rem;
    width: 50rem;
    margin: 2rem;
    border-radius: 40px;
    font-size: 1.2rem;
}  

.sbox1 li{
    list-style-position: outside;
    margin: 1.5rem;
    font-size: 1.6rem;
}

















#contactme{
    display: flex;
    flex-direction: row;
    
    align-items: center;
    justify-content: center;
    text-align: center;
    


   background-image: url(image5.jpg);
   background-attachment: fixed;
   background-size: cover ;
   background-position: center;
   background-repeat: no-repeat;
   height: 55rem;
   color: white;

}



.cbox1{
    display: flex;
    flex-direction: column;
    align-items: center;
    
    background-color: rgba(0, 0, 0, 0.692);
    border: 2px solid black;
    height: 30rem;
    width: 40rem;
    margin: 1.5rem;
    border-radius: 40px;
    font-size: 1.3rem;
}  

.cbox1 a{
    
   


    color: rgb(0, 0, 0);
    
    margin: 1.2rem;
    font-size: 1.5rem;
    width: 15rem;
    height: 15rem;
}


.contactbutton {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-style: double;
    border-radius: 30px;
    padding: 7px;
    text-decoration: none;
}

.contactbutton:hover {
    background-color: white;
    color: black;
    border: .3em solid black;
}

#instagram {
    background-image: url(insta.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

#facebook {
    background-image: url(facebook.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

#email {
    background-image: url(email.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

#phoneno {
    background-image: url(phone.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}
