@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-FD.eot');
    src: url('../fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-FD.woff2') format('woff2'),
    url('../fonts/Vazir-FD.woff') format('woff'),
    url('../fonts/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: VazirBold;
    src: url('../fonts/Vazir-Bold-FD.eot');
    src: url('../fonts/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Bold-FD.woff2') format('woff2'),
    url('../fonts/Vazir-Bold-FD.woff') format('woff'),
    url('../fonts/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body, html{
    font-family: Vazir, Arial, sans-serif;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-size: cover;
  }
  .rtl{direction: rtl;}
  .ltr{direction: ltr;}
  .bg-custom{
    background-image: url(../images/background3.jpg);
  }
  /*  container for xxl devices */
  .container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .container-xxl {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .navbar-expand > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* ------------------header------------------ */
  .upload-btn{
    position: relative;
    overflow: hidden;
    background-color: #ffffff !important;
    color: #1C2831 !important;
    font-size: 14px;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 90px 153px rgba(0, 0, 0, 0.25);
  }
  .upload-btn img{
    max-width: 37px;
  }
  .up-btn{
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
  }
  .logo{
    direction: ltr;
  }
  .nav-link{
    padding: 0.9rem 1rem !important;
  }
  /* -------------------body----------------- */
  .main{
    width: 1400px;
    margin: auto;
  }
  .flash{
    position: absolute;
    right: 283px;
    bottom: 352px;
  }
  
  .explanation.pt-6{
    padding-top: 100px;
  }
  .explanation h1{
    color: #1C2831;
    font-weight: 700;
  }
  .explanation h5{
    color: #1C2831;
    font-size: 32px;
  }
  .explanation p{
    color: #767676;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    margin-top: 50px;
  }
  .explanation a{
    color: #1C2831;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    background-color: #ffffff;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0px 90px 153px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
    padding: 0 10px;
  }
  .explanation a img{
    max-width: 41px;
    max-height: 41px;
  }
  .explanation a:hover{
    text-decoration: none;
  }
  
  .pic img{
    margin-right: -120px;
  }
  
  .explanation h2{
    color: #1C2831;
    font-weight: 700;
  }
  .b-box{
    display: flex;
  }
  .ex-box {
    margin: auto;
    bottom: 70px;
  }
  
  .sec-pic{
    left: 110px;
    animation: fadeInLeft 1s ease-in-out;
  }
  
  .file-drop-area {
    position: relative;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed #1C2831;
    border-radius: 25px;
    transition: 0.2s;
    text-align: center;
    background-color: #FFFFFF;
    bottom: 55px;
  }
  
  .choose-file-button {
    flex-shrink: 0;
    background-color: #1C2831;
    color: #ffffff;
    border-radius: 15px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 20px;
  }
  
  .file-message {
    color: #1C2831;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0
  }
  
  .mt-100 {
    margin-top: 100px
  }
  
  /* ---------------footer-------------- */
  .footer{
    background-color: #1C2831;
    padding: 3px;
  }
  .footer hr{
    color: #767676;
  }
  .copy{
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    margin: auto;
    text-align: center;
    direction: ltr;
  }
  .social{
    text-align: left;
    margin: auto;
    margin-bottom: 37px;
  }
  .social a{
    margin: 5px;
  }
  .f-items{
    left: 63px;
  }
  .f-items ul li{
    display: inline;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin: 5px;
  }
  .f-items a{
    color: #ffffff;
  }
  .f-items a:hover{
    text-decoration: none;
  }
  /* ------------------------------------watermark------------------------------------------ */
  .header{
    background-color: #1C2831;
  }
  .download button{
    background-color: #FFFFFF;
    color: #1C2831;
    border-radius: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 8px;
    padding: 0px 9px;
  }
  .download img{
    padding-top: 5px;
  }
  .namayesh{
    text-align: left;
  }
  .pish-btn{
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    margin-top: 13px;
  }
  .pish-btn:hover{
    color: #FFFFFF;
  }
  .pish-btn i{
    margin-right: 3px;
  }
  .modal-body{
    margin: auto;
  }
  .modal-header .close{
    margin: -0.7rem 16rem -1rem auto;
  }
  .download-btn{
    background-color: #1C2831;
    color: #ffffff;
    border-radius: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 25px;
  }
  .download-btn:hover{
    color: #ffffff;
  }
  .modal-footer{
    justify-content: right;
  }
  .cancel-btn{
    color: #1C2831;
    border-radius: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  /* -----------editor------------ */
  .text-editor{
    border-left: 1px solid rgba(28, 40, 49, 0.2);
  }
  .editor{
    padding-top: 30px;
  }
  .text-editor span{
    font-weight: 400;
    font-size: 14px;
    line-height: 109.02%;
    color: rgba(28, 40, 49, 0.5);
  }
  .side-editor{
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #ffffff;
    top: 60px;
    height: 100%;
  }
  .inner-editor{
    padding: 12px;
  }
  .nav-side-closebtn{
    font-size: 36px !important;
    float: left;
    cursor: pointer;
  }
  .nav-side-closebtn:hover{
    color: 000000;
  }
  .taraz{
    margin-top: 12px;
    background-color: #EEEEF0;
    text-align: center;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 11px;
  }
  .taraz a{
    padding: 13px;
  }
  .active-a {
    background-color: #ffffff;
    padding: 0 7px !important;
    border-radius: 8px;
    box-shadow: -1px 4px 5px #E0E0E0;
  }
  .add-text-input{
    width: 100%;
    background-color: #EEEEF0;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 15px;
  }
  .size input{
    width: 100%;
    margin-top: 36px;
    background-color: #EEEEF0;
    border-radius: 15px;
    border: none;
    padding: 5px;
    text-align: center;
    outline: none;
  }
  #text{
    margin: 9px;
  }
  .form-c{
    font-size: 12px; 
    padding: 2px; 
    text-align: center;
    background-color: #EEEEF0;
  }
  .gp-text{
    padding: 0 7px;
  }
  .gp-text span{
    font-size: 10px; font-weight: bold; padding: 0 1px;
  }
  .opacity-pr{
    width: 45px;
    text-align: center;
    background-color: #EEEEF0;
    border: none;
    border-radius: 15px;
    outline: none;
  }
  .submition-btns button{
    background-color: #EEEEF0 !important;
  }
  .pic-place{
    background-color: #FAFAFA;
    height: 100vh;
    
  }
  .btns{
    text-align: center;
    margin: 15px 0 5px 0;
    padding: 10px;
  }
  .btns button{
    background-color: #ffffff;
    border: none;
    border-radius: 15px;
    box-shadow: -1px 4px 5px #E0E0E0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 109.02%;
    padding: 15px;
    margin: 8px;
    margin-top: 30px;
    margin-bottom: 65px;
  }
  .pic-place img{
    padding: 11px;
    border: 2px dashed rgba(28, 40, 49, 0.4);
    display: block;
    max-width: 100%;
    margin: 70px auto;
  }
  .left-side{
    border-right: 1px solid rgba(28, 40, 49, 0.2);
  }
  .left-side .side-box{
    color: #1C2831;
    font-weight: 700;
    font-size: 14px;
    line-height: 109.02%;
    margin-top: 25px;
  }
  .side-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 109.02%;
    color: rgba(28, 40, 49, 0.5);
    margin-top: 30px;
  }
  .side-box button{
    background-color: #EEEEF0;
    border-radius: 15px;
    border: none;
    color: #1C2831;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    margin: 20px 0;
  }
  .side-up
  {
    background-color: #EEEEF0 !important;
    width: 100% !important;
    margin: 20px 0 !important;
  }
  .shapes{
    margin-top: 20px;
  }
  .shapes img{
    padding: 10px;
  }
  .text-dp{
    margin: 20px;
  }
  #Text{
    margin: 0 !important;
  }
  .second-editor span{
    margin: 15px;
  }
  .dp-btn{
    background-color: #EEEEF0;
    color: #1C2831;
    border: none;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    direction: initial;
    margin: 20px;
    padding: 6px;
  }
  .input-color-container{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border: solid 2px #ddd;
    border-radius: 40px;
    top: 5px;
    margin-right: 8px;
  }
  .input-color{
    position: absolute;
    right: -4px;
    top: -8px;
    width: 56px;
    height: 56px;
  }
  .first-watermark{
    display: none;
  }
  .second-watermark{
    display: none;
  }
  .svg_wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    direction: ltr;
    margin-top: 10px;
  }
  #main-svg{
    margin-top: 60px; 
    position: relative ; 
    z-index: 9;
    height: 74vh;
  }
  .svg_wrapper svg {
    width: auto;
  }
  .wm-rect-box {
    fill-opacity: 0;
    stroke-dasharray: 5, 5;
    pointer-events: none;
  }
  .wm-rect-box:hover,
  .wm-rect-box.wm-rect-select {
    stroke: #1a6dff;
    stroke-width: 3px;
  }
  g.wm-group {
    cursor: move;
  }
  .taraz input[type="radio"] {
    display: none;
  }
  .tile{
    margin-bottom: 0 !important;
  }
  .font-size-lable label{
    font-weight: 400;
    font-size: 14px;
    line-height: 109.02%;
    color: rgba(28, 40, 49, 0.5);
    padding-right: 15px;
  }
  .toolbar{
    position: fixed;
    width: 100%;
    background-color: #1C2831;
  }
  #text-form input[type="radio"]:checked + label {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: -1px 4px 5px #E0E0E0;
    padding-top: 4px;
  }
  #logo-add-form input[type="radio"]:checked + label {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: -1px 4px 5px #E0E0E0;
    padding-top: 4px;
  }
  .modal-backdrop{
    z-index: 9 !important;
  }
  .preview_wrapper img{
    width: 100%;
  }
  #main-svg image{
    width: 100%;
  }
  .btns img{
    padding: 0;
    border: none;
    display: inline;
    margin: 0;
  }
  /* ----------------media---------------- */
  @media screen and (max-width: 480px) {
    .sec-pic img{
      max-width: 135%;
    }
    .explanation h2{
      margin-top: 34px;
      font-size: 1.5rem !important;
    }
    .explanation p{
      font-size: 13px;
      margin-top: 19px;
    }
    .explanation a{
      margin-right: 5px;
    }
    .pic img{
      max-width: 126% !important;
      margin-right: -12px;
    }
    .sec-pic{
      left: 52px;
    }
    .social{
      text-align: center;
    }
    .download{
      text-align: center;
    }
    .namayesh{
      text-align: center;
      margin-bottom: 12px;
    }
   
    .flash{
      display: none;
    }
    .f-items{
      left: 0;
      text-align: center;
      margin-left: 22px;
    }
    .file-drop-area {
      width: 337px;
    }
    .svg_wrapper{
      margin-top: 60px;
    }
    .pic-place{
      height: 100%;
    }
    #main-svg {
      height: 30vh !important;
    }
    .left-side{
      margin-bottom: 35px;
    }
    .explanation p{
      margin-top: 30px;
    }
    .side-editor{
      top: 118px;
    }
  }
  @media  screen and (max-width: 768px) {
    .pic img{
      max-width: 122% !important;
      margin-right: 0;
    }
    .sec-pic img{
      max-width: 140% !important;
    }
    .social{
      text-align: center;
    }
    .download{
      text-align: center;
    }
    .namayesh{
      text-align: center;
      margin-bottom: 12px;
    }
    .f-items{
      left: 0;
    }
    .flash{
      display: none;
    }
    .file-drop-area{
      width: 365px;
    }
    .svg_wrapper{
      margin-top: 65px;
    }
    #main-svg{
      height: 68vh;
    }
    .explanation h2{
      margin-top: 25px;
    }
    .explanation p{
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 991px) {
    .flash{
      display: none;
    }
  }
  @media  screen and (max-width:1200px) {
    .pic img{
      max-width: 100%;
      margin-right: 0;
    }
    .sec-pic img{
      max-width: 135%;
    }
    .social{
      text-align: center;
    }
    .flash{
      right: 249px;
      bottom: 373px;
    }
  }
  @media screen and (max-width: 1920px) {
    .taraz a{
      padding: 13px;
    }
    .shapes img {
      padding: 23px;
    }
  }
  @media (max-width: 1400px) {
    /* .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
         max-width: 1440px;
    } */
    .taraz a {
      padding: 3px;
    }
    .shapes img {
      padding: 13px;
    }
  }
  /* xxl */
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
  }
  @media (min-width: 576px) {
    .navbar-expand-sm > .container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  }
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-expand-md > .container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  }
  
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg > .container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  }
  
  
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .navbar-expand-xl > .container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  }
  
  
  /* -----------------fade--------------- */
  .aos-all {
    width: 1000px;
    max-width: 98%;
    margin: 10vh auto 0 auto;
  }
  
  .aos-item {
    display: inline-block;
    float: left;
  }
  @media screen and (max-width: 800px) {
    .aos-item {
      width: 50%;
    }
  }
  