@media (max-width: 1024px){
    body{
        background-image: url('../img/back-mob.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 100px;
        height:100%;
    }
    .text-pic{
        float: right;
        width:53%;
        margin-top: 10px;
    }
    
    .top-pic{
       
        margin-top: 10px;
    }
    .top-pic img{
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .title{
        font-family:ravi-bold;
        text-align: center;
        clear: both;
        color: #894B36;
        font-size: 6vw;
        margin-bottom: 10px;
    }
    .video{
        
        height:195px;
        margin:0 auto;
        margin-top:10px;
        width: 80%;
        border-radius: 25px;
    }
    video{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:100%;
        border-radius:25px;
    }
    .reel{
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .reel img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        margin-top: 20px;
        margin-bottom: 20px;

    }
    .number-box{
        border-radius: 20px;
        width: 70%;
        font-family: iransans;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        margin-top: -15%;
        clear: both;
    }
    .box-title{
        text-align: center;
        font-size: 3.3vw;
        color: #363636;
        margin-bottom: 20px !important;
    }
    input{
        width: 96%;
        border-radius: 125px;
        height: 50px;
        border: 1px solid gray;
        font-family: ravi;
        font-size: 3vw;
        text-align: center;
    }
    button{
        width: 98%;
        border-radius: 123px;
        height: 55px;
        margin-top: 10px;
        border: none;
        background-color: #FF8B00 ;
        color: white;
        font-family: ravi-bold;
        font-size: 20px;
    }

    .down-txt{
        text-align: center;
        font-family: ravi-bold;
        color: black;
        font-size: 5.5vw;
        direction: rtl;
        margin-top: -33px
    }
    .reel-desk img{
        display: none;
    }
    .up-num{
        width: 70%;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: -10px;
    }
    .up-num img{
        width: 65%;
        float: right;
        margin-right: -23px;
        margin-bottom: -20px;
    }
        .up-num p{
            font-family: ravi-bold;
            color: #FF8B00;
            width: 40%;
            position: absolute;
            display: block;
            right: 45%;
            font-size: 4.8vw;
            margin-top: 67px;
            font-weight: bold;
    }
    
}