@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  @keyframes reel {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-70%);
    }
  }
  .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: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .reel-mob img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300vw;
    height: auto;
    animation: 10s infinite alternate reel;
  }

  .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;
  }
}
