*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body{
  background-color: black;
  background-image: url(../img/m1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@font-face {
  font-family: yekan;
  src: url("../yekan-bakh/YekanBakh-Fat.woff") format("woff");

}
@font-face {
  font-family: yekan-mdiom;
  src: url("../yekan-bakh/YekanBakh-Light.woff2") format("woff2");
}
@font-face {
  font-family: yekan1;
  src: url("../yekan-bakh/YekanBakh-Light.ttf") format("woff2");
}

.container{
  width: 360px;
  height: 500px;
  margin: 8% auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  opacity: 0.9;
  box-shadow: 0 -1px 10px -1px #272525;
}
#label{
  color: #999;
}
h3{
  text-align: center;
  margin-bottom: 40px;
  color: #777;
  font-family: yekan;
  

}
#num1{
  padding-right: 25px;
}
#i{
  top: -10px;
}
.container form{
  width: 280px;
  position: absolute;
  top: 100px;
  left: 40px;
  transition: 0.5s;

}
form input{
width: 100%;
padding: 10px 5px;
margin: 5px 0;
border: 0px;
border-bottom: 1px solid #999;
outline: none;
font-family: yekan1;

}
::placeholder{
  color: #777;
}
.btn-box{
  width: 100%;
  margin: 30px auto;
  text-align: center;

}
form button{
  width: 110px;
  height: 35px;
  margin: 0 10px;
  background: linear-gradient(to right, #1b2e4e, #825ee6);
  border-radius: 30px;
  border: 0px;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-family: yekan;
}

#select2{
  margin-left: 20px;
  margin: 10px;
}

#Form2{
  left: 450px;
}
#Form3{
  left: 450px;
}
#Form4{
  left:450px;
  
}
.step-row{
  width: 360px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  box-shadow: 0 -1px 10px -1px #272525;
  position: relative;
  font-family: yekan-mdiom;
}
.step-col{
  width: 90px;
  text-align: center;
  color: #978f8f;
  position: relative;
  font-family: yekan;

}
#progress{
  position: absolute;
  height: 100%;
  width: 100px;
  background: linear-gradient(to right, #1b2a4e, #1c055a);
  transition: 1s;
}
#progress::after{
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  top: 0px;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #fff;
  transform: rotate(180deg);
  left: 0;
  border-top: 20px solid #fff;

}

