@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* ===========================================
Responsive Codes 
======================================= */
/* body {
  overflow-x: hidden;
  background-image: url(polygon-scatter-haikei.svg);
  
} */

/* 980px  */
@media  (min-width:200px)and (max-width:500px) {

  .mobile-navbar-btn {
    display: block;
    z-index: 999;
    /* border: 3px solid #212529; */
    color: #212529;
 
  }

  .header {
    position: fixed;
    padding: 0 3rem;
    background: none;
    /* background-color: rgba(5, 31, 71, 0.945); */
  }
  .logocontain{
    height: 8rem;
    width: 30rem;
}

  .header .logo {
    width: 50%;
    height: 8rem;
  }
  #logo-heading {
    font-size: 3.2rem;
    color: #d90166;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;

  }

  .navbar {
    width: 85%;
    height: 100vh;
    background: #1A1C1E;
    position: fixed;
    top: 0;
    left: -100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 5px 0 25px rgba(0,0,0,0.2);
    z-index: 998;
    padding: 2rem;
  }

  .navbar-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 4rem;
  }

  .navbar-list li {
    width: 100%;
    transform: translateX(-30px);
    opacity: 0;
    transition: all 0.3s ease;
  }

  .navbar-list li a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #8A8F98;
    position: relative;
    padding: 1.2rem 2rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 12px;
    margin: 0.5rem 0;
  }

  .navbar-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #2E5BFF, #2E5BFF);
    border-radius: 0 4px 4px 0;
    transition: height 0.3s ease;
  }

  .navbar-list li a:hover {
    color: #FFFFFF;
    background: rgba(46, 91, 255, 0.1);
  }

  .navbar-list li a:hover::before {
    height: 70%;
  }

  .active .navbar {
    left: 0;
    backdrop-filter: blur(10px);
  }

  .active .navbar-list li {
    transform: translateX(0);
    opacity: 1;
    transition-delay: calc(0.05s * var(--i));
  }

  /* Active link styles */
  .navbar-list li a.active {
    color: #FFFFFF;
    background: rgba(46, 91, 255, 0.15);
  }

  .navbar-list li a.active::before {
    height: 70%;
  }

  /* Add icons to nav items */
  .navbar-list li a::after {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 12px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }

  .navbar-list li a:hover::after {
    opacity: 1;
  }

  /* Hover effect */
  .navbar-list li a:hover {
    transform: translateX(5px);
  }

  /* Smooth transition for closing */
  .navbar.closing {
    left: -100%;
    transition: all 0.3s ease-in-out;
  }

  /* Add subtle gradient overlay */
  .navbar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, 
      rgba(46, 91, 255, 0.05) 0%,
      rgba(46, 91, 255, 0) 100%);
    pointer-events: none;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="close-outline"] {
    display: block;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"] {
    display: none;
  }


/* First section  */
 .continer{
  margin-top: 70px;
  height: 100vh;
  flex-direction: column-reverse;

} 

.first-continer {
   height: 40%;
   margin-top: 10px;
   width: 100%;
  
   display: flex;
   margin-left: 50px;
  align-items: flex-start;
  justify-content: normal;
  
 
}
.second-continer{
  margin-top: 30px;
  height:60%;
  width: 100%;
  display: flex;
  /* align-items: none; */
  /* border: 4px solid blue; */
 
}
.button-conatiner{
  height: 100%;
  width: 100%;
}
.button1-downlod-cv{
  width: 60%;
  height: 100%;
}

.text-container{
 height: 40%;
 margin-top: 60px;
}
.text-heading {
  font-size: 3.0rem;
  width: 100%;
  /* color: white; */
  color: black;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
 

}
.button-conatiner{
  width: 100%;
  height: 100%;
}






 /* Version 2.0 */
/* width 200px to 430px */
 .shivam_banner{
  height: 350px;
  width: 250px;


}

.progress-card{
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-section{
height: 850px;
width: 100%;
}
}


 