  *{
    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-color: #001219;
  background-attachment: fixed;
    color: #FAF9F6;
}



/* NAVBAR */
.navbar1 {
  position: sticky;
  top: 0;
  background: rgba(15,15,15,0.9);
  backdrop-filter: blur(10px);
  padding: 16px 32px;
  height: 18px;
  font-size: large;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}

.navbar1 nav a {
  margin-left: 18px;
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 500;
}

.navbar1 h2{
  position: relative;
  top: -10px;
  color: #EE9B00;
}


.mobile-topbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
}
.mobile-topbar nav a {
    margin: 5px;
    text-decoration: none;
    color: #EE9B00;
    font-weight: 600;
}



#contactdatahead{
  background-color:   white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #001219; /* Rich Black */;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px;
  border: 2px solid blue;
  text-align: center;
}


/* Contact styling */

.contact-section{
  display: inline-flex;

  display: flex;
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
  align-items: center;

}

.contact-container h2 {
  text-align: center;
  font-size: 2rem;
  color: #CA6702; /* Alloy Orange */
  margin-bottom: 30px;
  text-decoration: dotted underline black;
  
}
.contact-main-data img {
position: relative;
top: 10px;
left: -10px;
height: 50px;
width: 50px;
padding: 0px;
border-radius: 50%;
}


.contact-container li {
    line-height: 30px;
    padding: 10px 20px;
    margin-top: 6px;
    list-style: none  ;
}

.contact-container i {
    color: red;
    text-decoration: none;
    font-size: 20px;
    padding-right: 5px;
}

.contact-container a {
    color: black;
    text-decoration: none;
    font-size: 20px;  
}

.contact-container a:hover {
  color: red;
  text-decoration: underline;
}
.appointment{
  background-color: white;
  border-radius: 12px;
  border: 5px solid #fca311;
  height: 240px;
  width: fit-content;
} 
.appointment a:hover{
  color: red;
} 


.contact-container{
  height: fit-content;
  background-color: white;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px; 
  padding-right: 5px;
  border: 5px solid #fca311;
  height: 240px;
  width: fit-content;
  
}
.appointment  i{

    color: red;
    text-decoration: none;
    font-size: 20px;
    padding-right: 8px

}
.appointment li{
    line-height: 30px;
    padding: 10px 20px;
    margin-top: 6px;
    list-style: none  ;

}
.appointment a{
    color: black;
    text-decoration: none;
    font-size: 20px;

}

/* #contactul{
  margin: auto;
    padding: 0px 20px 0px 10px;
  width:300px;
} */


/* footer style */

  .mobile-footer {
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    background: #222;
    border-radius: 12px;
  }
  .mobile-footer a{
    color: white;
  }


.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;
}



.accc{
    text-align: center;
    height: 110px;
    width: 200px;
    color: black;
    background-color: white;
    border: 10px solid #fca311;
    border-radius: 50px;
    padding:10px 10px 10px 10px;
    margin: auto;
}
.accc img{
    border-radius: 50%;
    border: 10px solid #fca311;
    filter:drop-shadow(2px,2px,40px,yellow);
    
}



@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) {
      .contact-section{
        display: block;
        margin: auto;
        flex-direction: column;
        max-width: fit-content;
        justify-content: center; /* Centers horizontally */
        align-items: center; 
    }
  
}



@media (max-width: 794px) {
    #contactdatahead{
      background-color: white ;
      
    }
    .contact-section{
      background-color: transparent;
      display: flexbox;
      flex-direction: row;
      justify-content: center;
      justify-items: center;
      width: fit-content;
    }
    .contact-container{
      background-color: white;
       border: 3px solid #fca311;
       color: black;
    }
    .appointment{

      background-color: white;
      border: 2px solid white;
      height: fit-content;
    }
    .contact-section a{
      color: black;
    }
    .professional-skills{
      background-color: white;
      border: 2px solid white;
      width: fit-content;
    }
    .professional-skills strong{
      color: antiquewhite;
    }
    .professional-skills li{
      color: aliceblue;
    }
    #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;
  }
}

@media (max-width:420px) {
  .fa-envelope-circle-check{
    opacity: 0;
    position: relative;
    top: 2px;

  }

  .contact-container .mailsection{
    color: aliceblue;
    font-weight: 700;
  }

}


@media (max-width: 1000px) {
    .navbar1{
    display: none;

  }
}

@media (min-width: 1000px) {
    .navbar2{
    display: none;

  }
}
