*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #121212;
    margin: 0;
    box-sizing: border-box;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1E1E1E;
    padding: 15px 30px;
    position: relative;
}

.logo{
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;

}

.nav-links{
    display: flex;
    list-style: none;
    gap: 20px;
    
    
}

.nav-links a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 18px;
    padding: 6px 12px;
    border: 2px solid aquamarine;
    border-radius: 10px;
}

.nav-links a:hover{
    color: aquamarine;
}


.main-img{
    margin-top: 20px;
    margin-left: 30px;
    height: 400px;
    object-fit:cover;
    display:inline-block;
    
}



.mainarea{
    display: flex;
    align-items: center;
     background-color:#121212;

}

.mainarea ul{
    margin-left: 90px;
}

.hi{
    color: aliceblue;
    font-size: 60px;
}

.myname{
    font-size: 100px;
    color: aquamarine;
    font-weight: bolder;
}

.description{
    color: white;
    font-size: 30px;
    margin-top: 20px;
}

.description2{
    color: aquamarine;
    font-size: 30px;
    margin-top: 20px;
}

.shortdes{
    color: white;
    margin-top: 20px;
    font-size: 18px;
}

.shortdes1{
    color: white;
    margin-top: 10px;
    font-size: 18px;
}

.sml{
    width: 40px;
}

.buttons{
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #121212;
}

.social{
  margin-top: 40px;
  margin-left: 140px;
  display: flex;
  gap: 30px;
}

.callme{
    color: white;
    display: flex;
    gap: 50px;
    margin-left: 120px;
}

.callme li{
    font-size: 30px;
    border: 3px solid aquamarine;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    margin-top: 40px;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.callme li a{
    color: white;
    text-decoration: none;
}
.callme li a:hover{
    color: aquamarine;
}



#menu-toggle {
    display: none;
}

.hamburger {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
    user-select: none;
}

.hr{
    background-color: white;
    height: 2px;
    margin-top: 40px;
}

.abt{
    color: white;
    font-size:40px ;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}

.edu{
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-left: 150px;
    margin-top: 60px;
    border: 4px solid aquamarine;
    border-radius: 60px;
    padding: 15px;
    text-decoration: none;
    cursor: auto;
}

.cardholder{
    display: flex;
    justify-content: center;
    gap: 30px;
    background-color: #121212;
    padding: 50px 20px;
    flex-wrap: wrap; 
    margin-top: 35px;
}

.card{
    background-color: #1E1E1E;
    border: 2px solid aquamarine;
    border-radius: 10px;
    padding: 60px;
    width: 350px;
    height: 400px;
    text-align: center;
}

.card:hover{
    width: 355px;
    height: 406px;
}



.card ul li{
    color: aquamarine;
    font-size: 30px;
    margin-bottom: 20px;
}

.card h2{
    color: white;
    margin-bottom: 30px;
}

.skilltitle{
     color: white;
     display: block;
    font-size:40px ;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    text-decoration: none;
}

.skillimg{
    width: 360px;
    height: 360px;
}

.skillcard{
    margin-top: 80px;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 80px;
    
}

.skillimg:hover{
    width: 365px;
    height: 365px;
}


.edu2{
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-left: 150px;
    margin-top: 60px;
    border: 4px solid aquamarine;
    border-radius: 60px;
    padding: 15px;
    text-decoration: none;
    cursor: auto;
}

.abbt{
    margin-top: 40px;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.abbtl{
    margin-top: 40px;
    font-size: 24px;
    margin-bottom: 70px;
    text-align: center;
    color: white;
}

.abbt li{
     color: white;
}

.footer{
    background-color: #333;
    color: white;
    text-align: center;
    padding: 8px;
}





@media (max-width:768px){

  

   .nav-links{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #333;
    flex-direction: column;
    display: none;
    z-index: 1000;
   }

   #menu-toggle:checked ~ .nav-links {
        display: flex;
   }

   .nav-links li{
    text-align: center;
    margin: 15px 0;
   }

   .hamburger {
        display: block !important ;
        position: absolute;
        right: 30px;
        top: 15px;
    }


   .mainarea{
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
   
   }

   .main-img{
    margin-left: 0px;
    margin-right: 35px;
   }

   .buttons{
    flex-direction: column;
    text-align: center;
   }

   .hi{
    font-size: 30px;
    margin-right: 70px;
   }

   .myname{
    font-size: 40px;
    margin-right: 70px; }

    .description{
    font-size: 25px;
    margin-right: 70px;
}

.description2{
    font-size: 25px;
    margin-right: 70px;
}

.shortdes{
    font-size: 15px;
     margin-right: 70px;
}

.shortdes1{
    font-size: 15px;
     margin-right: 70px;
}

.social{
    margin-right: 150px;
}

.callme{
    
    margin-right: 120px;
    gap: 25px;
}

.callme li{
    font-size: 20px;
}

.abt{
  margin-bottom: 40px;
  text-align: center;
}

.edu{
   
    margin-left: 120px;
    text-align: center;
    font-size: 20px;
    margin-right: 100px;

}

.callme li{
    width: 120px;
}

.card{
    width: 280px;
}

.card ul li{
    font-size: 20px;
}

.card h2{
    font-size: 35px;
    color: white;
    margin-bottom: 30px;
}

.edu2{
    
   text-align: center;
   margin-left: 60px;
   font-size: 20px;
}

.skilltitle{
    margin-bottom: 60px;
}

.skillcard{
    flex-direction: column;
}

.skillimg{
    width: 250px;
    height: 250px;
    margin-left: 45px;
}

.abbt{
    font-size: 15px;
}

.abbtl{
    font-size: 15px;
    margin-bottom: 80px;
}



}
