@media (max-width: 1024px){
    .text-pic{
        float: right;
        width:53%;
        margin-top: 10px;
    }
    .text-pic img{
        width:73%;
    }
    .top-pic{
        float: left;
        width: 45%;
        position: relative;
        right: -153px;
        margin-top: 10px;
    }
    .top-pic img{
        width:10%;
    }
    #bigger{
        width:20% !important;
    }
    .title{
        font-family:iransans-bold;
        text-align: center;
        clear: both;
        color: white;
        font-size: 26px;
    }
    .video{
        width:80%;
        height:30px;
        margin:0 auto;
        border-radius:15px;
        margin-top:10px;
    
    }
    video{
        border-radius:25px;
    
    }
    .reel-mob{
        position: relative;
        top: 100px;
        margin-top:15%;
        display:block;
        margin-left: auto;
        margin-right: auto;
    }
    .reel-mob img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    }
    .number-box{
        background-color: white;
        border-radius: 20px;
        width: 70%;
        font-family: iransans;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        top: 100px;
        margin-top:5%;
    }
    .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-image: linear-gradient(to right,#FF1C3D,#D41128);
        color:white;
        font-family: iransans-bold;
        font-size: 20px;
    }

    .hand img{
        width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    }
    .reel-desk img{
        display: none;
    }
    
}