@font-face {
    font-family: vazirmatn;
    src: 
    url("../fonts/vazir/Vazirmatn-Bold.woff2") format("woff2"),
      url("../fonts/vazir/vazirmatn/Vazir-Medium-FD-WOL.woff2") format("woff2"),
      url("../fonts/vazir/vazirmatn/Vazirmatn-Light.woff2") format("woff2"),

  }
  
  body {
    background-color: white;
    color: black;
    font-family: vazirmatn !important;
  }
  * {
    direction: rtl;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
  }
  a {
    color: unset !important;
    text-decoration: none !important;
    font-size: 16px;
  }
  p {
    margin: 0px !important;
  }
  
li.li-items {
    width: max-content;

    list-style: none;
    padding: 0 15px;
  }
  .logo-site img {
    width: 230px;
    height: 70px;
    object-fit: contain;
  }
  .phone {

    height: 45px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    width: 45px !important;
    justify-content: center;
  }
  .hamkari {
    width: max-content !important;
    padding: 10px;
    background-color: #3c64aa;
    border-radius: 36px 36px 36px 36px;
  }
  .hamkari a {
    font-size: 14px;
    color: white !important;
  }
  .phone svg {
    width: 25px;
    filter: invert(1);
  }
  .content-header {
    box-shadow: 0px 0px 29px 0px
      rgba(104.99999999999999, 130.00000000000003, 141, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 1px 0px;
    background-color: #ffffff;
    border-radius: 75px 75px 75px 75px;
  }
  li.li-items a {
    font-size: 14px;
  }
  /* footer */
  .img-tow {
    width: 55px;
    padding: 9px;
    background-color: #69828D1F;
    border-radius: 50%;
    height: 55px;
    margin-left: 15px;
}
.top-footer{
    background-color: white;
  }
  .box-right-footer{
    background-image: url(../image/right.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
  }
  .top-footer {
    padding-top: 150px;
  }
  .top-footer svg{
    width: 30px;
    height: 30px;
    fill: white;
    padding: 2px;
  }
  .social-media {
    border-radius: 20px 20px 0px 0px;
    background-color: #F4F5F6;
    padding: 16px 0px 16px 20px;
  
  }
  .social-item {
    border-radius: 10%;
    background-color: #3c64aa;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
  }
  .box-right-footer h4 {
    font-size: 18px;
  }
  .box-right-footer p {
    font-size: 16px;
    color: #69818c;
  }
  .red{
    color: #ac1924;
  }
  .main-footer{
    background-color: #F4F5F6;
    padding: 24px 0px 18px 0px;
  }
  .about-footer p{
    text-align: justify;
    color: #7A7A7A;
    font-size: 14px;
    line-height: 27px;
  
  }
  .about-footer{
    background-image: none;
    padding: 24px 20px 22px 20px;
  }
  .link ul{
  list-style: none;
  }
  .li-item{
    position: relative;
    margin-bottom: 15px;
    color: #54595f;
    font-size: 14px;
  }
  .li-item::before{
    position: absolute;
    content: "";
    background-color: #3c64aa;
    width: 10px;
    height: 2px;
    right: -18px;
    bottom: 9px;
  }
  .link h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .box-footer{
    background-image: unset;
    background-color: transparent;
    box-shadow: unset;
  }
  .main-footer h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .main-footer h2 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .copy-right{
    background-color: #69828d;
    color: white;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .main-footer .img-tow {
    background-color: white;
  }
  .ertebat p a {
    font-size: 13px !important;
    color: #7a7a7a;
  }
  .ertebat .boxing-content-tow {
    background-image: unset;
    border: unset;
    background-color: unset;
    box-shadow: unset;
    padding: 0;
}
.text-tow h2 {
    font-size: 15px;
    margin-bottom: 10px;
}
.app{
    display: none;
}
@media (max-width: 768px) {
    .box-right-footer {
      background-image: unset;
    }
    .top-footer {
        padding-top: 20px;
    }
    .hum-menu svg{
        width: 25px;
    }
    .dec{
        display: none;
    }
    .app{
        display: flex;
    }
    .text-tow h2 {
        font-size: 16px;
    }
    .content-fore h2 {
        font-size: 20px;
    }
    .box-right h2 {
        line-height: 40px;
    }
}

@media (min-width:992px) and (max-width:1600px) {
  .container{
    max-width: 1400px !important;
  }
}

@media (min-width:1600px) {
  .container{
    max-width: 1700px !important;
  }
}