@media (max-width: 1024px){
    body{
        background-image: url('../img/back.svg');
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }
    .top-pic{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .top-pic img{
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .title{
        font-family:iransans-bold;
        text-align: center;
        clear: both;
        color: white;
        font-size: 7vw;
    }
    .video{
        width: 85%;
        height: 250px;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 15px;
        margin-top: 10px;
        margin-bottom: 30px;
    
    }
    .video video{
        width: 80%;
        height: 360px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .video img{
        width: 100%;
        border-radius: 20px;
    }
    .reelmob{
        width: 110%;
        display: block;
        margin-left: -10px;
        margin-right: -10px;
      
        height: 100px;
        margin-top: 20px;
    }
    .reelmob img{
   
    
    }
    .number-box{
        background-color: white;
        border-radius: 20px;
        width: 75%;
        font-family: iransans;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 0px;
        padding: 20px;
        position: relative;
        margin-top: 110px;
    }
    .box-title{
        text-align: center;
        font-size: 3.4vw;
        color: #363636;
        margin-bottom: 20px !important;
    }
    input{
        width: 96%;
        border-radius: 10px;
        height: 35px;
        border: 1px solid gray;
        font-family: iransans;
        font-size: 15px;
        text-align: center;
    }
    button{
        width: 98%;
        border-radius: 10px;
        height: 40px;
        margin-top: 10px;
        border: none;
        background-color: #e41933;
        color:white;
        font-family: iransans-bold;
        font-size: 20px;
    }

    .hand img{
        width: 25%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
        z-index: 100;
        position: relative;
    }
    .reel-desk img{
        display: none;
    }
    .number-box span{
        color:#e41933;
        font-size: 4vw;
    }
    
}