@media (min-width:1024px){
.text-pic{
    float: right;
    margin-right: 20%;
}
.text-pic img{
    width:60%;
    margin-top: 50px;
}
.reel-mob{
    display: none;
}
.top-pic{
    float:left;
}

.top-pic img{
    width: 20%;
    margin-left: 313%;
}
#bigger{
    width:25% !important;
}
.title{
    font-family:iransans-bold;
    text-align: center;
    clear: both;
    color: white;
    font-size: 4vw;
}
.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;

}
.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: 1.6vw;
    color: #363636;
    margin-top: 5px;
}
input{
    width: 80%;
    border-radius: 10px;
    height: 50px;
    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: 10px;
    height: 70px;
    margin-top: 10px;
    border: none;
    background-image: linear-gradient(to right,#FF1C3D,#D41128);
    color:white;
    font-family: iransans-bold;
    font-size: 2.2vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
}
.hand img{
    width: 15%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: -30px;
}

.reel-desk img{
display: block;
margin-left: auto;
margin-right: auto;

}
}