.rtl {
  direction: rtl;
  text-align: right;
}

body {
  font-family: droid-arabic !important;
}

html {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.site-header {
  position: absolute;
  top: 3rem;
  left: 6rem;
  z-index: 999;
}

@media (max-width: 767px) {
  .site-header {
    left: 0%;
    position: static;
  }
}

.site-header .logo-block {
  max-width: 45%;
  margin-right: auto;
}

@media (max-width: 767px) {
  .site-header .logo-block {
    max-width: 40%;
    margin-left: 0;
  }
}

@media (max-width: 1191px) {
  .content-sec .qr-social-block .qr-img-block {
    margin-top: 6rem;
    margin-bottom: 4rem;
    position: relative;
    top: -91px;
  }
  .content-sec .right-img-block {
    position: absolute;
    top: 180px;
    right: 86px !important;
    width: 60%;
    max-width: 60%;
  }
}

@media (max-width: 991px) {
  .slider-arrow-p button {
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 768px) {
  .slider-arrow-p button {
    position: relative;
    z-index: 5;
    height: 50px;
    width: 50px;
    font-size: 18px;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    cursor: pointer;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-arrow-p button {
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 768px) {
  .slider-arrow-p button:hover {
    background: red;
  }
  .content-sec .right-img-block {
    position: absolute;
    top: 190px;
    right: 137px;
    width: 60%;
    max-width: 60%;
  }
  .page-main {
    background-position: left !important;
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: 65% !important;
  }
  .page-main .page-inner {
    padding: 3rem 4.5rem;
  }
}

.content-sec .follow-btn-block {
  max-width: 50%;
  margin-bottom: 3rem;
}

.content-sec .qr-social-block {
  max-width: 58rem;
  text-align: center;
}

.content-sec .qr-social-block .qr-img-block {
  max-width: 25%;
  margin-right: auto;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

@media (max-width: 991px) {
  .content-sec .qr-social-block .qr-img-block {
    max-width: 18%;
  }
}

.content-sec .social-ul {
  padding: 0;
  margin-bottom: 0;
}

.content-sec .social-ul .items {
  list-style-type: none;
  margin: 0 1.5rem;
}

.content-sec .social-ul .items a {
  font-size: 4rem;
  color: #000;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

@media (max-width: 991px) {
  .content-sec .social-ul .items a {
    font-size: 3rem;
  }
}

.content-sec .social-ul .items a:hover {
  color: #fbb41a;
}

.content-sec .decs-block {
  margin-top: 16rem;
}

@font-face {
  font-family: "droid-arabic";
  src: url("../fonts/DroidArabicKufi-Bold.woff2") format("woff2"), url("../fonts/DroidArabicKufi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 1440px) {
  .page-main {
    background-size: 75% 100%;
    height: 100%;
  }
  .content-sec .decs-block {
    margin-top: 12rem;
  }
  .content-sec .text-desc {
    font-size: 2rem;
  }
  .content-sec .qr-social-block .qr-img-block {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
  .content-sec .right-img-block {
    margin-right: -12rem;
  }
}

@media (max-width: 1191px) {
  .page-main {
    background-size: 65% 100%;
  }
  .content-sec .right-img-block {
    margin-right: -10rem;
  }
}

@media (max-width: 991px) {
  .content-sec .text-desc {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.9px) {
  .page-main {
    background-size: cover;
  }
  .content-sec .text-desc {
    font-size: 2rem;
  }
  .content-sec .decs-block {
    margin-top: 4rem;
  }
  .content-sec .right-img-block {
    margin-right: -13rem;
    margin-top: 12rem;
  }
  .content-sec .qr-social-block {
    max-width: 100%;
  }
}

.text-desc {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
}

@media (max-width: 767px) {
  .text-desc {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .phone-slider-box {
    position: relative;
    margin-top: -203px;
    right: -18px;
    height: 390px;
  }
  .m-phone-slider {
    width: 80%;
  }
  .social-ul {
    padding: 0;
    margin: 0;
  }
  .social-ul .items {
    list-style: none;
    margin: 0 0.5rem;
  }
  .social-ul .items a {
    font-size: 2rem;
    color: #000;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  .social-ul .items a:hover {
    color: #fbb41a;
  }
  .footer-box {
    position: relative;
    margin-top: -15px;
  }
  .slider-arrow-p button {
    height: 30px;
    width: 30px;
    font-size: 14px;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .snap-btn-mt {
    margin-top: 30px;
  }
  .site-header {
    padding-top: 10px;
  }
}

@media (max-width: 325px) {
  .snap-btn-mt {
    margin-top: 20px;
  }
  .phone-slider-box {
    position: relative;
    margin-top: -173px;
    right: -18px;
    height: 340px;
  }
  .text-desc {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=mian.css.map */