@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600&family=Space+Mono&display=swap');

.header{
  background-color: rgb(164, 164, 164);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  font-family: 'Space Mono', monospace;

}
.con1 i{
  padding:0 5px 0 15px;

}
.con2 i{
    padding:0 5px 0 8px;
}

.navbar{
  background-color: transparent;
  font-family: 'Space Mono', monospace;
  text-align: center;
}

/* js style...... ..........*/
.sticky{
  background-color: rgba(145, 145, 145, 0.323);
  transition: 1s;
  height: 80px;
  box-shadow: 2px 3px 15px 2px rgba(34, 34, 34, 0.405);
}



.nav-item{
  font-size: 20px;
 
}
.step2{
    background-image:url(https://cdn.wallpapersafari.com/63/39/jsnQSy.jpg);
    height:100vh;
    background-size: cover;
    background-position:right;
    background-attachment: fixed;
    display: flex;
    justify-content: start;
    align-items: center;
    color: rgba(0, 0, 0, 0.841);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}
.text{
  padding-left: 100px;
  text-shadow: 10px 10px 10px  rgba(58, 58, 58, 0.278);
  transition: 3s;;
  transform: translate(10%);
}
.icon a{
  padding: 10px;
  text-align: center;
  text-shadow: 4px 7px 5px rgba(39, 39, 39, 0.221);
  transition: 4s;;
  transform: translate(10%);
}
.down{
  position: relative;
  bottom: 180px;
}
.about{
      padding: 100px;
      padding-top: 100px;
      background-image: url(https://i.pinimg.com/originals/8c/d6/32/8cd632d1be81bb70020f2e54cacd02fd.gif);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      font-family: 'Space Mono', monospace;   
}
.about h1{
        text-align: center;
        color: rgb(89, 89, 89);
      font-family: 'Space Mono', monospace;
}
.about2{
    background-color: rgba(255, 255, 255, 0.668);
    border-radius: 10px;
    font-family: 'Rubik';
    text-align: justify;
}
.Eduction{
  padding-top: 40px;
  text-align: center;
}
.card{
       box-shadow: 3px 3px 8px 1px rgb(216, 216, 216);
      text-align: center;
}
.p-card {
  box-shadow: 3px 3px 10px 1px rgb(0, 0, 0);
  text-align: center;
  height: 230px;
}
.project{
  background-image:url(https://images.pexels.com/photos/9469520/pexels-photo-9469520.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

}
.project p{
  text-align: start;
}

.skill-container{
  text-align: center;
  padding: 100px;
  margin: 50px;
  
}
.skil{
  width: 100px;
  margin: 10px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 5px 5px 10px 5px rgb(214, 214, 214);
}
.footer1 li a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.footer1{
  background-attachment: fixed;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  box-shadow: 10px 20px 30px 30px rgb(49, 49, 49);
 
}
.footer1 li{
  list-style: square;
  padding: 10px;
}
.uparrow{
position:absolute;
}
footer div a{
  text-decoration: none;
}



