@media (min-width:1024px){
    body{
        background-image: url('../img/back-mob.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
.top-pic{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.top-pic img{
    width: 30%;
display: block;
margin-left: auto;
margin-right: auto;
}
#bigger{
    width:25% !important;
}
.title{
    font-family: iransans-bold;
    text-align: center;
    clear: both;
    color: black;
    font-size: 4vw;
    background: white;
    direction: rtl;
    width: 45%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 20vh;
    margin-bottom: 5vh;
}
.video{
    width: 40%;
height: 30px;
margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
margin-top: 20px;
float: right;
margin-right: 90px;


}
video{
    border-radius:25px;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}
.video img{
    width: 90%;
    border-radius: 20px;
 
}
.number-box{
    background-color: white;
    border-radius: 20px;
    width: 40%;
    font-family: iransans;
    padding: 20px;
    float: left;
    margin-top: 20px;
    margin-left: 90px;
  }
.box-title{
    text-align: center;
    font-size: 2vw;
    color: #363636;
    margin-top: 30px;
    direction: rtl;
}
input{
    width: 78%;
border-radius: 24px;
height: 83px;
border: 1px solid gray;
font-family: iransans;
font-size: 1.4vw;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
button{
    width: 80%;
border-radius: 24px;
height: 80px;
margin-top: 10px;
border: none;
background-color:#ffa300;
color: black;
font-family: iransans-bold;
font-size: 2.2vw;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 5%;
}
.hand{
    width:50%;
}
.hand img{
    width: 15%;
display: block;
margin-left: 50%;
margin-right: auto;
margin-top: -15px;
position: relative;
z-index: 1000;
top: -72px;
}
.reel-desk{
    width:45%;
}
.reel-desk img{
 width: 100%;
position: relative;
margin-left: 5%;
margin-top: -10vh;

}
.number-box span{
    color:#ffa300;
    font-size: 1.8vw;
}
.reelmob img{
   display: none;
}
}