  *{
    margin-top: 0;
    padding: 0;
      font-family: "Poppins", sans-serif;
}

body{
  /* background-image: url(https://i.ibb.co/whz0MD4Z/gaspar-zaldo-Gz-Hl2-BGcvmo-unsplash.jpg); */
 background: black;
    background-attachment: fixed;
    color: #FAF9F6;
}

#skillshead{
  background-color:   rgba(250, 249, 246, 0.85);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #001219; /* Rich Black */;
  margin-bottom: 30px;
  text-align: center;
}







/* Skills Section Styling */


.skills-section h3 {
  font-size: 1.6rem;
  color: black; /* Dusty Rose */
  margin-bottom: 15px;

  text-align: center;
  background: antiquewhite;
  background-attachment: fixed;
  color: green;
  padding:10px 3px 10px 3px;
  border-radius: 20px;
  
}

.technical-skills,
.professional-skills {
  margin-bottom: 40px;
  background-color: antiquewhite;
    padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #001219; /* Rich Black */
  width: 400px;
  height: 400px;



  
}

.skillmaster{
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  column-gap: 10px;

}

.skills-section ul {
  list-style-type: disc;
  padding-left: 25px;
}

.skills-section li {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #2E3A59; /* Midnight Navy */
}

.skills-section strong {
  font-weight: 600;
  color: #D96690; /* Dusty Rose */
}

.skills-section h2{

  border: 2px solid blue;
  margin-left: 70px;
  margin-right: 70px;
}




/* footer style */




.index-footer {

  color: #FAF9F6; /* Soft Ivory */
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.indfoot-division {
  height: 4px;
  background-color: #F4A259; /* Amber Gold divider */
  margin-bottom: 20px;
  border-radius: 2px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

#footer p {
  font-size: 1rem;
  line-height: 1.6;
  color: yellow;
  margin: 0;
  font-weight: bolder;
}

#footer span {
  color: #D96690; /* Dusty Rose */
  font-weight: 600;
}

#footer p:hover span {
  color: #70A9A1; /* Muted Teal on hover */
  transition: color 0.3s ease;
}

#footerdivyanshsingh{
  text-decoration: none;
  color: red;
}

#igfooterdivyansh{
  text-decoration: none;
  color: red;
}
#footer{
    width: 300px;
    border: 10px double red;
    padding: 8px 8px 8px 8px;
    border-top-right-radius:20px;
    border-bottom-left-radius: 20px;
    margin:auto;
}





/* navigation styling */


























.btn_one i{
    color: white;
    font-size: 20px;
    font-weight: 700;
    position: fixed;
    left: 16px;
    top: -7px;
    line-height: 60px;
    transition: all 0.4s linear;    
}
.sidebar_menu{
    position: fixed;
    left: -350px;
    height: 100vh;
    width: 300px;
    background-color: white;
    box-shadow: 0 0 5px white;
    transition: all 0.4s linear;
    z-index: 10;
}
.sidebar_menu .logo{
    position: absolute;
    width: 100%;
    line-height: 60px;
    height: 60px;
    box-shadow: 0 2px 4px white;
}
.sidebar_menu .logo a{
    position: absolute;
    left: 50px;
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    
}
.sidebar_menu .menu{
    position: absolute;
    width: 100%;
    top: 80px;
}
.sidebar_menu .btn_two i{
    color: gray;
    line-height: 60px;
    font-size: 20px;
    position: absolute;
    left: 270px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.4s linear;
}
.sidebar_menu .menu i{

    color: red;
    text-decoration: none;
    font-size: 20px;
    padding-right: 8px

}
.sidebar_menu .menu li{
    line-height: 30px;
    padding: 10px 20px;
    margin-top: 6px;

}
.sidebar_menu .menu a{
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.sidebar_menu .social_media {
    color: black;
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    left: 25%;
    bottom: 30px;
}
.sidebar_menu .social_media i{
    color: black;
    opacity: 2;

}
.sidebar_menu .social_media a{
    color: black;
    opacity: 2;
    text-decoration: none;

}
#check{
    display: none;
}
.sidebar_menu .menu li:hover{
    box-shadow: 0 0 5px white;

}
/* .btn_one i:hover{
    font-size: 30px;
} */
.btn_two i:hover{
    font-size: 22px;
}
.sidebar_menu .social_media i:hover{
    opacity: 1;
    transform: scale(1.2);
}
#check:checked ~ .sidebar_menu{
    left: 0;
}
#check:checked ~ .btn_one i{
    opacity: 0;
}
#check:checked ~.sidebar_menu .btn_two i{
    opacity: 1;
}


.top-bar-of-page{
    background-color: aliceblue;
    position: fixed;
    top: 0px;
    width: 100%;
    
    height: 45px;
    margin-left: -9px;
}

.contents-of-top-bar a{
  text-decoration: none;
  margin-left: 3rem;
  position: relative;
  top: 10px;
  color: red;
  z-index: 5;
  
  flex-wrap: wrap-reverse;
}
.contents-of-top-bar{
  display: inline;
}














/* 
.main-nav-section {
  max-width: 800px;
  background-color: rgba(250, 249, 246, 0.85); /* Soft Ivory background 
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #2E3A59; /* Midnight Navy 
  font-family: 'Poppins', sans-serif;
  margin: 40px auto;
}

.main-nav-section h2 {
  font-size: 2rem;
  color: #CA6702; /* Alloy Orange 
  margin-bottom: 20px;
  text-align: center;
}

.main-nav-section ul {
  list-style-type: disc;
  padding-left: 20px;
}

.main-nav-section li {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.main-nav-section a {
  text-decoration: underline;
  color: #2E3A59; /* Midnight Navy 
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-nav-section a:hover,
.main-nav-section a:focus {
  color: #F4A259; /* Amber Gold 
  outline: none;
}

#navigationindex-li1{
    border:5px solid blue;
    background-color: beige;
    border-radius: 10px;
    width:120px;
    height:25px;
    padding: 2px 2px 2px 5px;
}

#navigationindex-li2{
    border:5px solid blue;
    background-color: beige;
    border-radius: 10px;
    width:120px;
    height:25px;
    padding: 2px 2px 2px 5px;
}
#navigationindex-li3{
    border:5px solid blue;
    background-color: beige;
    border-radius: 10px;
    width:120px;
    height:25px;
    padding: 2px 2px 2px 5px;
}

#navigationindex-li4{
    border:5px solid blue;
    background-color: beige;
    border-radius: 10px;
    width:120px;
    height:25px;
    padding: 5px 2px 20px 5px;
}


.main-nav-section{
  text-align: center;
}

#navulindex{
  padding: 0px 30px 0px 30px;
  width:150px;
  margin:auto;
}

#indexnavh4{
  background: linear-gradient(135deg, #2E3A59 0%, #D96690 50%, #F4A259 100%);
  background-attachment: fixed;
  color: #FAF9F6;
  padding:10px 3px 10px 3px;
  border-radius: 20px;

}

 */

















 
/* Responsive design for smaller screens */
@media (max-width: 576px) {
    .technical-skills {
        padding: 2rem;
        margin: auto;
    }

    .project-link-container {
        flex-direction: column;
        gap: 10px;
    }

    .project-link {
        padding: 12px 20px;
        font-size: 1rem;
    }
    .designer-flex-for-githubsection{
      display: block;
        justify-content: center; /* Centers horizontally */
  align-items: center; 
    }



}

@media (max-width: 794px) {
      .skillmaster{
        display: block;
        margin: auto;
        flex-direction: row;
        max-width: fit-content;
        justify-content: center; /* Centers horizontally */
        align-items: center; 
    }
  
}



@media (max-width: 502px) {
    .technical-skills{
      background-color: antiquewhite;
      border: 2px solid white;
      width: fit-content;
      
    }
    .technical-skills strong{
      color: brown;
    }
    .technical-skills li{
      color: black;
    }
    .skills-section h3{
      background: orange;
      color: brown;
    }
    .professional-skills{
      background-color: antiquewhite;
      border: 2px solid white;
      width: fit-content;
    }
    .professional-skills strong{
      color: brown;
    }
    .professional-skills li{
      color: black;
    }
    #skillshead{
      background:antiquewhite;
      color: black;
      text-decoration: none;
    }





}
@media (max-width:1200px) {
  .social-media-for-topbar{
    opacity: 0;
  }  
  .contents-of-top-bar .ach-for-topbar{
    opacity: 0;
  }
}



