@media (min-width:1024px){

    .reel-mob{
        display: none;
    }
    .top-pic img{
        width: 25%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #bigger{
        width:25% !important;
    }
    .title{
        font-family:iransans-bold;
        text-align: center;
        clear: both;
        color: white;
        font-size: 4vw;
    }
    .video{
    width: 41%;
    height: 50%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    float: right;
    margin-right: 90px;
    border-radius:25px;
    background-color: #832cff;
    
    }
    .number-box{
        background-color: white;
        border-radius: 20px;
        width: 41%;
        font-family: iransans;
        padding: 20px;
        float: left;
        margin-top: 1%;
        margin-left: 90px;
        padding-top: 2%;
      }
    .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: 5%;
        border: none;
        background-color:#832cff;
        color:white;
        font-family: iransans-bold;
        font-size: 2.2vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
    }
    .hand{
        float: left;
        width: 56%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .hand img{
        width: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: -55px;
    position: relative;
    }
    .reel{
        width: 48%;
    float: right;
    margin-top: 20px;
     
    }
    video{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        border-radius: 20px;
        margin-bottom: 15px;
    }
    .reel img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 20px;
    
    }
    }