@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none; border: none;
  text-transform:capitalize;
  transition: all .2s linear;
}
html{
  font-size: 70.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  background:#0E0E0E;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 1.7rem 10%;
    height: 6.5rem;
    background-color:363636;
    box-shadow: 0 2px 4px rgba(146, 161, 176, 0.3);
    }
    
.header{
    background-color:#0E0E0E;
    border-radius: 10px;
    }
    
.logo{
    font-size: 2.5rem;
    color:#FFFFFF;
    font-weight: 300;
    cursor: default;
    margin-right: auto;
    
    }

.navbar a{
      position: relative;
      font-size: 1.7rem;
      color:#FFFFFF;
      font-weight: 500;
      margin-right: 3.5rem;
    }
    
header .navbar ul{
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
    }
header .navbar li{
      margin-left: 2.5rem;
    }
header .navbar ul li a{
      font-size: 1.57rem;
      color: #ffffff;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 0.04rem;
    }
    
header .navbar ul li a:hover{
      color:#ffd000;
      border-bottom: .2rem solid #ffd000;
      padding: .5rem 0;
    }
    

.home {
position: relative;
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
min-height: 100vh;
align-items: center;
}

.home .home-content {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.home::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.home .content {
flex: 1 1 40rem;
padding-top: 1rem;
z-index: 1;
}
  
.home .content h2 {
font-family:system-ui, -apple-system, 
BlinkMacSystemFont, 'Segoe UI', Roboto, 
Oxygen, Ubuntu, Cantarell, 'Open Sans', 
'Helvetica Neue', sans-serif;
font-size: 9rem;
font-weight: 500;
color:#FFDE59;
}

.home .content h2 span {
font-size: 8rem;
font-weight: 500;
color:#FFFFFF;
}
.home .content p {
    color: rgb(240, 236, 236);
    font-size: 1.8rem;
    margin-top: 1.4rem;
    font-weight: 400;
}




header .nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav li{
  margin-left: 2.5rem;
}
header .nav ul li a{
  font-size: 1.57rem;
  color: #ffd000;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.04rem;
}

header .nav ul li a:hover{
  color:var(--main-color);
  border-bottom: .2rem solid var(--main-color)
  padding: .5rem 0;
}

.nav_list {
  display: flex;
  align-items: center;
}
.nav_item {
  margin: 0 10px;
}
.nav_link {
  padding: 5px;
  font-size: 1rem;
  border-radius: 5px;
  transition: 0.3s;
}
.nav_link:hover {
  background-color:#fefefe
}
.toggle,
.close {
  display: none;
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
    justify-content: space-between;
    padding: 0 30px;
 
  }
  .logo {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0; 
    margin-left: 40px;
    }
 
  .toggle {
    display: inline;
    font-size: 25px;
    
  }
  .close {
    position: absolute;
    right: 25px;
    display: block;
    font-size: 25px;
    border-radius: 50%;
  }
  .close:hover {
    background-color: #ffecef;
  }
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fefefe;
    width: 40%;
    height: 100vh;
    padding: 30px;
    z-index: 100;
    transition: 0.5s;
    border-radius: 0 0 0 0%;
    
  }
  .nav_list {
    display: flex;
    flex-direction: column;
    
  }
  .nav_item {
    margin: 2rem 0;
    text-align: center;
    
  }
  .show {right: 0;
  }
}

/*----------------- about section----------------- */
.about {
    background: rgb(20, 20, 20);
    }
    
    .about .row {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 4rem;
    }

    .about h2{
      font-size: 80px;
      margin-top: 70px;
      color: #ffae00;
    }
    .about .row .image {
    text-align: center;
    flex: 1 1 35rem;
    }
    .about .row .about-img img {
    margin: 1rem;
    width: 40rem;
    height: auto;
    border-radius: 2%;
    }
    
    .about .row .content {
    flex: 1 1 45rem;
    padding: 3rem;
    }
    
    .about .row .content h3 {
    color: rgb(240, 236, 236);
    font-size: 2.8rem;
    }
    
    
    .about .row .content p {
    color: rgb(240, 236, 236);
    font-size: 1.8rem;
    margin-top: 1.4rem;
    font-weight: 400;
    }
    
    .about .row .content h4{
    color: rgb(240, 236, 236);
    font-size: 2.4rem;
    }
    
    .software-skills img {
        width: 50px; 
        height: auto; 
        margin-bottom: 10px; 
        margin-left: 5px;
      }
      
    .heading{
      font-size: 4.5rem;
      text-align: center;
    }
    
/* -----------------skills-----------------*/

.skills{
  width: 100%;
  height: 800px;
  position: inherit;
}
.div6{
  position: absolute;
  height: 800px;
  width:55%
}
.box1{
  position:absolute;
  width:230px;
  height: 100px;
  background-color: #3E3D3D;
  border-radius: 20px;
  margin-left: 120px;
  margin-top: 0px;
  border:#ffae00;
  box-shadow: 1px 1px 10px #FFDE59;
}
.figma{
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  
}
.p22{
  color: white;
  position: absolute;
  font-size: 25px;
  margin-top: 35px;
  margin-left: 110px;
}
.box2{
  position:absolute;
  width:230px;
  height: 100px;
  background-color: #3E3D3D;
  border-radius: 20px;
  margin-left: 450px;
  margin-top: 0px;
  border: #FF6F00;
  box-shadow: 1px 1px 10px #FFDE59;
}
.photoshop{
  position: absolute;
  margin-top: 20px;
  margin-left: 30px;
}
.p24{
  color: white;
  position: absolute;
  font-size: 25px;
  margin-top: 35px;
  margin-left: 110px;
}
.box3{
  position:absolute;
  width:230px;
  height: 100px;
  background-color: #3E3D3D;
  border-radius: 20px;
  margin-left: 120px;
  margin-top: 150px;
  border: #FF6F00;
  box-shadow: 1px 1px 10px #FFDE59;
}
.HTML{
  position: absolute;
  margin-top: 20px;
  margin-left: 30px;
}
.p25{
  color: white;
  position: absolute;
  font-size: 25px;
  margin-top: 35px;
  margin-left: 110px;
}
.box4{
  position:absolute;
  width:230px;
  height: 100px;
  background-color: #3E3D3D;
  border-radius: 20px;
  margin-left: 450px;
  margin-top: 150px;
  border: #FF6F00;
  box-shadow: 1px 1px 10px #FFDE59;
  
}
.css{
  position: absolute;
  margin-top: 20px;
  margin-left: 30px;
}
.p26{
  color: white;
  position: absolute;
  font-size: 25px;
  margin-top: 35px;
  margin-left: 120px;
}
.box5{
  position:absolute;
  width:230px;
  height: 100px;
  background-color: #3E3D3D;
  border-radius: 20px;
  margin-left: 120px;
  margin-top: 300px;
  border: #FF6F00;
  box-shadow: 1px 1px 10px #FFDE59;
  
}
.vs{
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
}
.p27{
  color: white;
  position: absolute;
  font-size: 25px;
  margin-top: 35px;
  margin-left: 90px;
  width: 170px;
}
.box6{
  position:absolute;
  width:230px;
  height: 100px;
  background-color: #3E3D3D;
  border-radius: 20px;
  margin-left: 450px;
  margin-top: 300px;
  border: #FF6F00;
  box-shadow: 1px 1px 10px #FFDE59;
  
}
.js{
  position: absolute;
  margin-top: 20px;
  margin-left: 10px;
  height: 60px;
}
.p28{
  color: white;
  position: absolute;
  font-size: 25px;
  margin-top: 35px;
  margin-left: 75px;
  width: 170px;
}
.box7{
  position:absolute;
  width:230px;
  height: 100px;
  background-color: #3E3D3D;
  border-radius: 20px;
  margin-left: 120px;
  margin-top: 450px;
  border: #FF6F00;
  box-shadow: 1px 1px 10px #FFDE59;
  
}
.sql{
  position: absolute;
  margin-top: 20px;
  margin-left: 10px;
  height: 60px;
}
.p29{
  color: white;
  position: absolute;
  font-size: 25px;
  margin-top: 35px;
  margin-left: 75px;
  width: 170px;
}
.box8{
  position:absolute;
  width:230px;
  height: 100px;
  background-color: #3E3D3D;
  border-radius: 20px;
  margin-left: 450px;
  margin-top: 450px;
  border: #FF6F00;
  box-shadow: 1px 1px 10px #FFDE59;
  
}
.illustrator{
  position: absolute;
  margin-top: 20px;
  margin-left: 10px;
  height: 60px;
}
.p30{
  color: white;
  position: absolute;
  font-size: 20px;
  margin-top: 35px;
  margin-left: 80px;
  width: 170px;
}
.div7{
  position:absolute;
  height: 200px;
  width: 45%;
  margin-left: 720px;
}
.h1{
  color:#ffd000;
  position: absolute;
  font-size: 60px;
  margin-top: 5x;
  margin-left: 20px;
}
.p31{
  color:#fff;
  font-size: 28px;
  position: absolute;
  margin-top:70px;
  margin-left: 20px;
}