*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      scroll-behavior: smooth;

}
.centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  


    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
   
    justify-content: center;
    align-items: center;
    gap: 3rem;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 30px;
    background-color: white;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.8rem;
    opacity: 0.7;
    
}
.nav a:hover{
    color: rgb(32, 186, 168);
    opacity: 1;
}


.foot{
  
    display: flex;
    justify-content: space-between;
    padding: 3rem 0rem;
    margin: 0rem 4rem;
}
.navs{
    display: flex;
    gap: 3rem;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.9rem;
    opacity: 0.7;
}
.navs a:hover{
    color: rgb(32, 186, 168);
}

.mainclass{
    
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contents{
    
    width: 60%;
}
.container{
   
    width: 90%;
    
    height: 2rem;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
    

}
.htmlskil{
    width: 40%;
    height: 100%;
   background-color: rgb(45, 25, 99);
   opacity: 0.7;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
   
}
.htmlskil:hover{
    background-color: black;
    transition: 100ms ease-in;
    opacity: 0.5;
}
.cssskil{
    width: 30%;
    height: 100%;
   background-color: rgb(45, 25, 99);
   opacity: 0.7;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
}
.cssskil:hover{
    background-color: black;
    transition: 100ms ease-in;
    opacity: 0.5;
}
.javaskil{
    width: 10%;
    height: 100%;
   background-color: rgb(45, 25, 99);
   opacity: 0.7;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
}
.javaskil:hover{
    background-color: black;
    transition: 100ms ease-in;
    opacity: 0.5;
}
.cskil{
    width: 20%;
    height: 100%;
   background-color: rgb(45, 25, 99);
   opacity: 0.7;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
}
.cskil:hover{
    background-color: black;
    transition: 100ms ease-in;
    opacity: 0.5;
}
.pp{
    margin-bottom: 10px;
    margin-top: 20px;
    
}
.mainh{
    font-size: 32px; opacity: 0.8
}
.mainp{
    padding: 2rem 5rem; opacity: 0.8
}
.line{
    border: 1px solid rgb(191, 184, 184);
    margin-top: 2%;
    
}
@media (min-width: 1px) and (max-width: 320px){

    .centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
   
    justify-content: center;
    align-items: center;
    gap: 0.9rem;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 20px;
    background-color: white;
    font-size: 1px;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.6rem;
    opacity: 0.7;
    
}
.mainh{
   
    font-size: 20px; 
    padding: 10px;
}
.mainp{
   font-size: 10px;
    padding: 10px;
    opacity: 0.8;
}
  


.foot{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    margin: 0;
    padding: 0;
}
.navs{
    display: flex;
    gap: 10px;
   
    margin-bottom: 2%;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 10px;
    opacity: 0.7;
}
.rights{
    font-size: 10px;
}


.mainclass{
    
   justify-content: flex-start;
  padding-top: 1rem;

}

.container{
   
    width: 90%;
    
    height: 10px;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
    

}

.pp{
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 10px;
    
}


}
@media (min-width: 321px) and (max-width: 430px){

      .centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  

   
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
  
    justify-content: center;
    align-items: center;
    gap: 11%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 40px;
    background-color: white;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.6rem;
    opacity: 0.7;
    
}
.mainh{
   
    font-size: 23px; 
    padding: 10px;
}
.mainp{
   font-size: 13px;
    padding: 10px;
    opacity: 0.8;
}
  


.foot{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    margin: 0;
    padding: 0;
}
.navs{
    display: flex;
    gap: 10px;
 
    margin-bottom: 2%;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 11px;
    opacity: 0.7;
}
.rights{
    font-size: 10px;
}


.mainclass{
    
   justify-content: flex-start;
  padding-top: 1rem;

}

.container{
   
    width: 90%;
   
    height: 13px;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
    

}

.pp{
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 10px;
    
}

}
@media (min-width: 431px) and (max-width: 768px){
       .centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  

    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
  
    justify-content: center;
    align-items: center;
    gap: 15%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 80px;
    background-color: white;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.7rem;
    opacity: 0.7;
    
}
.mainh{
   
    font-size: 36px; 
    padding: 10px;
}
.mainp{
   font-size: 15px;
    padding: 10px;
    opacity: 0.8;
}
  


.foot{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    margin: 0;
    padding: 0;
}
.navs{
    display: flex;
    gap: 25px;
    
    margin-bottom: 2%;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 12px;
    opacity: 0.7;
}
.rights{
    font-size: 11px;
}


.mainclass{
    
   justify-content: flex-start;
  padding-top: 1rem;

}

.container{
   
    width: 90%;
   
    height: 15px;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
    

}

.pp{
    margin-bottom: 8px;
    margin-top: 13px;
    font-size: 13px;
    
}

}
@media (min-width: 769px) and (max-width: 1024px){
    .centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  

  
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
   
    justify-content: center;
    align-items: center;
    gap: 25%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 120px;
    background-color: white;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.8rem;
    opacity: 0.7;
    
}
.mainh{
   
    font-size: 39px; 
    padding: 20px;
}
.mainp{
   font-size: 16px;
    padding: 20px;
    opacity: 0.8;
}
  


.foot{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    width: 100%;
    margin: 0;
    padding: 0;
}
.navs{
    display: flex;
    gap: 55px;

    margin-bottom: 2%;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 13px;
    opacity: 0.7;
}
.rights{
    font-size: 12px;
}


.mainclass{
    
   justify-content: flex-start;
  padding-top: 1rem;

}

.container{
   
    width: 90%;
   
    height: 20px;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
   border-bottom-right-radius: 70px;
   border-top-right-radius: 70px;
    

}

.pp{
    margin-bottom: 10px;
    margin-top: 13px;
    font-size: 15px;
    
}


}