<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1024px){
    body{
        background-image: url('../img/back-mob.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 150px;
    }
    .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: black;
    font-size: 7vw;
    background: white;
    direction: rtl;
    width: 85%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 10vh;
    }
    .video{
        width: 85%;
        height: 28vh;
        margin: 0 auto;
          margin-top: 0px;
          margin-bottom: 0px;
        border-radius: 15px;
        margin-top: 10px;
        margin-bottom: 30px;
    
    }
    .video video{
        width: 100%;
        border-radius: 20px;
        margin-top: 3vh;
    }
    .reelmob{
        width: 110%;
        display: block;
        margin-left: -10px;
        margin-right: -10px;
      
        height: 100px;
        margin-top: 20px;
    }
    .reelmob img{
        width: 83%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -6vh;
        z-index: 1000;
        position: relative;
    }
    .number-box{
        background-color: white;
        border-radius: 20px;
        width: 75%;
        font-family: iransans;
        margin: 0 auto;
        padding: 20px;
        position: relative;
      
    }
    .box-title{
        text-align: center;
        font-size: 4.4vw;
        color: #363636;
        margin-bottom: 20px !important;
        direction: rtl;
    }
    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: #ffa300;
        color:black;
        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:#ffa300;
        font-size: 4vw;
    }
    
}</pre></body></html>