body {
    margin: 0;
    display: flex;
    height: 100vh;
    direction: rtl;
    background: linear-gradient(to top right ,#CA2901,#FE4212);
  }
.soonDiv{
    display: flex;
    width: 100%;
    
}
.left-side {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('soon/img/plant.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 85%;
  }

  .right-side {

    flex: 1;
    display: flex;
  
  }
  .soon{
    text-align: center;
    margin: auto;
  }

  @font-face {
 
src: url('font/IranSansX/iransansXfamily/IRANSansX-Black.ttf');
src: url('font/IranSansX/iransansXfamily/IRANSansX-Bold.ttf');
src: url('font/IranSansX/iransansXfamily/IRANSansX-DemiBold.ttf');
src: url('font/IranSansX/iransansXfamily/IRANSansX-ExtraBlack.ttf');
src: url('font/IranSansX/iransansXfamily/IRANSansX-ExtraBold.ttf');
src: url('font/IranSansX/iransansXfamily/IRANSansX-Heavy.ttf');
src: url('font/IranSansX/iransansXfamily/IRANSansX-Medium.ttf');

    font-family: 'iransansX';
    
 }
 @font-face {
    font-family: 'extraBlack';
    src: url(font/IranSansX/iransansXfamily/IRANSansX-ExtraBlack.ttf);
}
 @font-face {
    font-family: 'farsiNum';
    src: url(../font/IranSansX/Farsinumerals/IRANSansXFaNum-Medium.ttf);
}

#darj{font-family: 'extraBlack';}
*{
    font-family: 'iransansX';
}

  
.instagram{
    color: #FE4212;
    background-color: white;
    width: 141px;
    height: 48px;
    padding-right: 30px;
    border-radius: 50px;
    border-style: none;
    transition: all 0.2s;
    font-size: 16px;
    box-sizing: border-box;
    background-image: url('soon/img/icon/instagram.svg');
    background-position-x: 105px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 20px;
  } 
  .telegram{
    color: #FE4212;
    background-color: white;
    width: 123px;
    height: 48px;
    padding-right: 20px;
    border-radius: 50px;
    border-style: none;
    transition: all 0.2s;
    font-size: 16px;
    box-sizing: border-box;
    background-image: url('soon/img/icon/telegram.svg');
    background-position-x: 87px;
    background-position-y: center;
    background-repeat: no-repeat;margin: 10px;
    background-size: 20px;
  }

  .contactUs{
    color: white;
    background: linear-gradient(to top right ,#CA2901,#FE4212);
    width: 143px;
    height: 48px;
    padding-right: 26px;
    border-radius: 50px;
    border: 2px solid white;
    transition: all 0.2s;
    font-size: 16px;
    box-sizing: border-box;
    background-image: url('soon/img/icon/contactUs.svg');
    background-position-x: 103px;
    background-position-y: center;
    background-size: 20px;
    background-repeat: no-repeat;
  }
.contactUs:active{
    background-color: #CA2901;
    border-color: rgba(255, 255, 255, 0.639);
   
  }
.instagram:active, .telegram:active{
    background-color: rgb(210, 210, 210);
  }
.instagram:hover, .telegram:hover , .contactUs:hover{
    cursor: pointer;
  }
  #span1{
    font-size: 20px; color: white;
   
  }
h1{
  font-size: 40px; color: white; margin-top: 40px; margin-bottom: 15px;
}
  hr{color: white; width: 498px; margin-top: 24px; margin-bottom: 24px;}

  @media only screen and (max-width :1140px) {
    div .left-side{
       display: none;
    }
    .right-side {
        margin-left: 30px;margin-right: 30px;
        display: flex;
        ;margin: auto;
      }

      h1{
        font-size: 40px; color: white; margin-top: 70px; margin-bottom: 15px;
      }

      hr{color: white; width: 300px; margin-top: 24px; margin-bottom: 24px;}

      #span1{
        font-size: 18px;
        max-width: 246px;
      }
      .soon{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: -60px;
      }


      
  }

  @media only screen and (max-width :440px) {
  .contactUs{
    color: white;
    background: linear-gradient(to top right ,#CA2901,#FE4212);
    width: 143px;
    height: 48px;
    padding-right: 26px;
    border-radius: 50px;
    border: 2px solid white;
    transition: all 0.2s;
    font-size: 16px;
    box-sizing: border-box;
    background-image: url('soon/img/icon/contactUs.svg');
    background-position-x: 103px;
    background-position-y: center;
    background-size: 20px;
    background-repeat: no-repeat;
    margin: 3px;
  }
}