@media (max-width: 1024px){
    .text-pic{
        float: right;
        width:53%;
        margin-top: 10px;
    }
    
    .top-pic{
       
        margin-top: 10px;
    }
    .top-pic img{
        width: 45%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    .title{
        font-family:iransans-bold;
        text-align: center;
        clear: both;
        color: white;
        font-size: 26px;
    }
    .video{
        
        height:195px;
        margin:0 auto;
        margin-top:10px;
        width: 80%;
        background-color: #832cff;
        border-radius: 25px;
    }
    video{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        border-radius: 20px;
        margin-bottom: 15px;
    }
    .reel{
        position: relative;
        display:block;
        margin-left: auto;
        margin-right: auto;
    }
    .reel img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .number-box{
        background-color: white;
        border-radius: 20px;
        width: 70%;
        font-family: iransans;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        margin-top:3%;
    }
    .box-title{
        text-align: center;
        font-size: 3.3vw;
        color: #363636;
        margin-bottom: 20px !important;
    }
    input{
        width: 96%;
        border-radius: 10px;
        height: 35px;
        border: 1px solid gray;
        font-family: iransans;
        font-size: 12px;
        text-align: center;
    }
    button{
        width: 98%;
        border-radius: 10px;
        height: 40px;
        margin-top: 10px;
        border: none;
        background-color: #832cff;
        color:white;
        font-family: iransans-bold;
        font-size: 20px;
    }

    .hand img{
        width: 20%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -32px;
        z-index: 100;
        position: relative;
    }
    .reel-desk img{
        display: none;
    }
    .reel-mob{
        margin-top:20px;
    }
    
}