@charset "UTF-8";
/* ========== summoning the assets ========== */
/**/
/* ------------------ 

   Here exists the color scheme 1

------------------ */
/* ========= ---------------->>>>>> LIGHT COLORS <<<<<<----------------- ========= */
/* ========= ---------------->>>>>> DARK COLORS <<<<<<----------------- ========= */
/* ========= --------->>>>>> alert colors <<<<<<-------- ========= */
/* ========= --------->>>>>> brands colors <<<<<<-------- ========= */
/* ========= ---------------->>>>>> PRIMARY <<<<<<----------------- ========= */
/* ========= ---------------->>>>>> ACCENT <<<<<<----------------- ========= */
/* ========= ---------------->>>>>> NEUTRAL <<<<<<----------------- ========= */
/**/
/* ------------------ 

   Here exists the font sizes variables

------------------ */
/* ========= ------->>>>>> goz size fonts <<<<<<------- ========= */
/* ========= ------->>>>>> mon size fonts <<<<<<------- ========= */
/* ========= ------->>>>>> ult size fonts <<<<<<------- ========= */
/* ========= ------->>>>>> big size fonts <<<<<<------- ========= */
/* ========= ------->>>>>> mid size fonts <<<<<<------- ========= */
/* ========= ------->>>>>> sml size fonts <<<<<<------- ========= */
/**/
/* ------------------ 

   Here exists the font imports variables

------------------ */
/* ========= --------->>>>>> font styles <<<<<<-------- ========= */
/* 
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap");
@font-face {
  font-family: "BPU";
  src: url("../fonts/Brilliant-Personal-Use.ttf") format("truetype");
}
/**/
/* ------------------ 

   Here exists the other web variables

------------------ */
/* ========= ------->>>>>> section background <<<<<<------- ========= */
/* ========= ------->>>>>> border radius <<<<<<------- ========= */
/**/
/* ------------------ 

   Here exists the mixins 

------------------ */
/* ========= ------->>>>>> placeholder mixin <<<<<<------ ========= */
/* end */
/* ========= ------->>>>>> responsive mixin <<<<<<------ ========= */
/* end */
/* ========= ------->>>>>> mobile first responsive mixin <<<<<<------ ========= */
/* end */
/* ========= ------->>>>>> scrollbar style mixin <<<<<<------ ========= */
/* end */
/* ========= ------->>>>>> scrollbar style mixin <<<<<<------ ========= */
/* end */
/**/
/* ------------------ 

   Here exists the mixins for website

------------------ */
/**/
/* ------------------ 

   Here exists the placeholders 
   (a place holder is a group of style features shared among many classes)

------------------ */
/* =========> overlay layout on anything you want */
/* end */
/* =========> the img tag style */
/* end */
/* =========> for video box style */
/* end */
/* =========> svg style shape */
/* end */
/* =========> hero section slider style version 1 put this placeholder in the div that has the owl-carousel class */
/* end */
/* =========> Absolute center 1 */
/* end */
/* =========> Absolute center 2 */
/* end */
/* =========> Absolute center 3 */
/* end */
/* =========> continue the paragraph style 1 lines max */
/* end */
/* =========> continue the paragraph style 2 lines max */
/* end */
/* =========> continue the paragraph style 3 lines max */
/* end */
/* =========> continue the paragraph style 4 lines max */
/* end */
/* =========> continue the paragraph style 5 lines max */
/* end */
/**/
/* ------------------ 

   Here exists the website personlized placeholders
   (a place holder is a group of style features shared among many classes)

------------------ */
/* =========> responsive font sizes */
/* =========> general section style */
/* =========> common font size */
/* =========> section header center style */
/* =========> section image style */
/* =========> image base style */
/* =========> input padding */
/* =========> heading style base */
/* =========> heading size 1 */
/* =========> border radius */
/* =========> border radius 2 */
/* =========> heading being in center */
/**/
/* ------------------ 

   Here exists the global style for some tags & classes

------------------ */
/* ========= --------->>>>>> universal selector */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
} /* end */
/* ========= --------->>>>>> html & body tags */
html, body {
  width: 100%;
  height: 100%;
} /* end */
/* ========= --------->>>>>> body tag */
body {
  font-family: "Inclusive Sans", sans-serif;
  overflow-x: hidden;
}
body.hidescroll {
  overflow: hidden;
}

/* end */
/* ========= --------->>>>>> ul tag */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
} /* end */
/* ========= --------->>>>>> ol tag */
ol {
  margin: 0;
  padding: 0;
} /* end */
/* ========= --------->>>>>> container class */
.container {
  position: relative;
}
@media (min-width: 325px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ========= --------->>>>>> row class */
.row {
  display: flex;
  flex-wrap: wrap;
}
.row-nm {
  margin-left: 0;
  margin-right: 0;
}

/* end */
/* ========= --------->>>>>> g-recaptcha class */
.g-recaptcha {
  margin-top: 15px;
}

/* ========= --------->>>>>> stay hidden class */
.stay-hidden {
  display: none !important;
}

/* ========= --------->>>>>> sizer class */
.sizer.with-padding {
  padding: 0 15px;
}

/* end */
/**/
/* ------------------ 

   Here exists the global classes for website

------------------ */
/* ========= --------->>>>>> body tag */
body {
  background-color: #fff;
}

/* ========= --------->>>>>> paragraph tag */
p {
  font-size: 13px;
  color: #424242;
  font-weight: 400;
}
@media (min-width: 700px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 15px;
  }
}

/* ========= --------->>>>>> toppings class
must be inside the container div */
.toppings {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ========= --------->>>>>> splatter icon style */
.splatter {
  position: absolute;
  width: 150px;
  height: auto;
}
@media (min-width: 540px) {
  .splatter {
    width: 165px;
  }
}
@media (min-width: 600px) {
  .splatter {
    width: 170px;
  }
}

/* ========= --------->>>>>> arrows icon style */
.arrows {
  position: absolute;
  width: 40px;
  height: auto;
  z-index: 2;
}
@media (min-width: 540px) {
  .arrows {
    width: 45px;
  }
}
@media (min-width: 992px) {
  .arrows {
    width: 50px;
  }
}

/* ========= --------->>>>>> dots icon style */
.dots {
  position: absolute;
  width: 17px;
  height: auto;
  z-index: 2;
  filter: invert(1);
}
@media (min-width: 540px) {
  .dots {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .dots {
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .dots {
    width: 25px;
  }
}

/* ========= --------->>>>>> xmark icon style */
.xmark {
  position: absolute;
  width: 70px !important;
  height: auto;
}
@media (min-width: 540px) {
  .xmark {
    width: 90px !important;
  }
}
@media (min-width: 600px) {
  .xmark {
    width: 105px !important;
  }
}
@media (min-width: 992px) {
  .xmark {
    width: 100px !important;
  }
}
@media (min-width: 1200px) {
  .xmark {
    width: 105px !important;
  }
}

/* ========= --------->>>>>> bars icon style */
.bars {
  position: absolute;
  width: 57px !important;
  height: auto;
  z-index: 2;
  filter: brightness(0.5);
}
@media (min-width: 540px) {
  .bars {
    width: 75px !important;
  }
}
@media (min-width: 992px) {
  .bars {
    width: 85px !important;
  }
}
@media (min-width: 1200px) {
  .bars {
    width: 85px;
  }
}

/* ========== have been summoned ========== */
/* ========== override ========== */
body {
  font-family: "Readex Pro", sans-serif;
}

p {
  font-size: 12px;
}
@media (min-width: 700px) {
  p {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 14px;
  }
}

.homehero-sec .content-wrapper .sec-text {
  direction: rtl;
}

.homehero-sec .content-wrapper .sec-text h1 {
  font-family: "Almarai", sans-serif;
  margin-bottom: 35px;
}

@media (min-width: 700px) {
  .homehero-sec .content-wrapper .insta-box {
    left: auto;
    right: 15px;
  }
}

.homehero-sec .content-wrapper .insta-box .pointing-arrow {
  right: auto;
  left: -12px;
  transform: rotateX(180deg);
  width: 65px;
  bottom: -142px;
}
@media (min-width: 700px) {
  .homehero-sec .content-wrapper .insta-box .pointing-arrow {
    left: 100px;
    transform: rotate(-2deg);
    bottom: 170px;
    width: 90px;
  }
}

@media (min-width: 700px) {
  .homehero-sec .content-wrapper .container {
    justify-content: flex-start;
  }
}

@media (min-width: 700px) {
  .gallery-sec .container {
    flex-direction: row-reverse;
  }
}

.gallery-sec .sec-text {
  direction: rtl;
}
@media (min-width: 700px) {
  .gallery-sec .sec-text {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  .gallery-sec .sec-text {
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  .gallery-sec .sec-text {
    margin-left: 17%;
  }
}

.gallery-sec .sec-text h2 {
  font-family: "Almarai", sans-serif;
  margin-bottom: 35px;
}

.gallery-sec .sec-text .social-proof h3 {
  font-family: "Almarai", sans-serif;
  font-size: 19px;
}
@media (min-width: 992px) {
  .gallery-sec .sec-text .social-proof h3 {
    font-size: 24px;
  }
}

@media (min-width: 325px) {
  .gallery-sec .sec-text .social-proof::after {
    right: auto;
    left: 6px;
    transform: rotateY(180deg) rotate(20deg);
  }
}
@media (min-width: 700px) {
  .gallery-sec .sec-text .social-proof::after {
    left: -20px;
  }
}
@media (min-width: 992px) {
  .gallery-sec .sec-text .social-proof::after {
    left: -50px;
  }
}

@media (min-width: 1200px) {
  .gallery-sec .sec-imagery {
    width: 43%;
  }
}

.services-sec .container .sec-header h2 {
  font-family: "Almarai", sans-serif;
}

.services-sec .container .row .card-wrap .card {
  text-align: right;
}

.services-sec .container .row .card-wrap .card::after {
  left: auto;
  right: 20px;
}

.services-sec .container .row .card-wrap .card h3 {
  font-family: "Almarai", sans-serif;
}

@media (min-width: 600px) {
  .services-sec .container .row {
    flex-direction: row-reverse;
  }
}

.about-me-sec {
  text-align: right;
}

.about-me-sec .container .row .sec-imagery .sec-imagery-container h2 {
  font-family: "Almarai", sans-serif;
}

.about-me-sec .container .row .sec-text .sec-text-container a {
  font-family: "Almarai", sans-serif;
}

.about-me-sec .container .row {
  flex-direction: row;
}

.cta-sec .container h2 {
  font-family: "Almarai", sans-serif;
}

.promovideo-sec .container .sec-header h2 {
  font-family: "Almarai", sans-serif;
}

.promovideo-sec .container .sec-video-desc .row .text-block {
  text-align: right;
}

@media (min-width: 700px) {
  .promovideo-sec .container .sec-video-desc .row {
    flex-direction: row-reverse;
  }
}

.promovideo-sec .container .sec-video-desc .row .text-block .sign-container {
  text-align: left;
}
@media (min-width: 700px) {
  .promovideo-sec .container .sec-video-desc .row .text-block .sign-container {
    margin-top: 100px;
  }
}

.promovideo-sec .container .sec-video-desc .row .text-block h3 {
  font-family: "Readex Pro", sans-serif;
}

.hts-sec .container .sec-header h2 {
  font-family: "Almarai", sans-serif;
}

.hts-sec .container .steps-container .row .sec-content .card-wrap .card h3 {
  flex-direction: row-reverse;
}
@media (min-width: 1200px) {
  .hts-sec .container .steps-container .row .sec-content .card-wrap .card h3 {
    padding-right: 0;
    padding-left: 25px;
  }
}

.hts-sec .container .steps-container .row .sec-content .card-wrap .card h3 span:nth-child(2) {
  font-family: "Almarai", sans-serif;
}

.hts-sec .container .steps-container .row .sec-content .card-wrap .card {
  text-align: right;
}
@media (min-width: 1200px) {
  .hts-sec .container .steps-container .row .sec-content .card-wrap .card {
    flex-direction: row-reverse;
  }
}

.hts-sec .container .steps-container::after {
  left: auto;
  right: -14px;
}

.hts-sec .container .steps-container a {
  font-family: "Almarai", sans-serif;
  right: auto;
  left: 73px;
}

.hts-sec .container .steps-container .cta-icon {
  right: auto;
  left: 15px;
}

@media (min-width: 700px) {
  .hts-sec .container .steps-container .row {
    flex-direction: row-reverse;
  }
}

@media (min-width: 700px) {
  .hts-sec .container .steps-container::after {
    right: auto;
    left: 0;
  }
}

.packages-sec .container .sec-header {
  text-align: right;
}
@media (min-width: 700px) {
  .packages-sec .container .sec-header {
    flex-direction: row-reverse;
  }
}

@media (min-width: 700px) {
  .packages-sec .container .sec-header .sec-part:nth-child(1) {
    margin-right: 0;
    margin-left: 19%;
  }
}

@media (min-width: 700px) {
  .packages-sec .container .sec-header .sec-part:nth-child(2) {
    text-align: left;
  }
}

.packages-sec .container .sec-header h2 {
  font-family: "Almarai", sans-serif;
}

@media (min-width: 700px) {
  .packages-sec .container .sec-body .packages-slider .row {
    flex-direction: row-reverse;
  }
}

.packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-name h3 {
  font-size: 20px;
  font-family: "Almarai";
  text-align: right;
}

.packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-name::after {
  right: auto;
  left: 0;
  content: "شهور 3";
  font-family: "Readex Pro", sans-serif;
}

.packages-sec .container .sec-body .packages-slider .slider-item:last-child .pkg-body .pkg-name::after {
  content: "6 شهور";
}

.packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-features {
  text-align: right;
}

.packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-features h4 {
  font-family: "Readex Pro", sans-serif;
}

.packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-features ul li {
  font-size: 12px;
  padding: 0 25px 0 0;
}
@media (min-width: 325px) {
  .packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-features ul li {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 700px) {
  .packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-features ul li {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-features ul li {
    font-size: 14px;
  }
}

.packages-sec .container .sec-body .packages-slider .slider-item .pkg-body .pkg-features ul li::before {
  left: auto;
  right: 0;
}

.packages-sec .container .sec-body .packages-slider .slider-item .pkg-body {
  direction: rtl;
}

.written-reviews-sec .sec-header {
  text-align: right;
}
@media (min-width: 700px) {
  .written-reviews-sec .sec-header {
    align-items: flex-end;
  }
}

.written-reviews-sec .sec-header h2 {
  font-family: "Almarai", sans-serif;
}

.written-reviews-sec .sec-header img {
  transform: rotateY(180deg);
}

.written-reviews-sec .sec-body .reviews-slider .slider-item .card {
  text-align: right;
}

.written-reviews-sec .sec-body .reviews-slider .slider-item .card h3 {
  font-family: "Almarai", sans-serif;
}
@media (min-width: 700px) {
  .written-reviews-sec .sec-body .reviews-slider .slider-item .card h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .written-reviews-sec .sec-body .reviews-slider .slider-item .card h3 {
    font-size: 25vpx;
  }
}

.written-reviews-sec .sec-body .reviews-slider .slider-item .card img {
  margin-left: auto;
}

.written-reviews-sec .sec-body::after {
  right: auto;
  left: 38px;
}
@media (min-width: 1200px) {
  .written-reviews-sec .sec-body::after {
    left: 71px;
  }
}

.written-reviews-sec .sec-body::before {
  left: auto;
  right: 38px;
}
@media (min-width: 1200px) {
  .written-reviews-sec .sec-body::before {
    right: 71px;
  }
}

.written-reviews-sec .sec-body .reviews-slider .slider-item .card .signature {
  right: auto;
  left: 30px;
}

@media (min-width: 700px) {
  .written-reviews-sec .container {
    flex-direction: row;
  }
}

.vid-reviews-sec .sec-header h2 {
  font-family: "Almarai", sans-serif;
}

.faq-sec .container .sec-header {
  text-align: right;
}
@media (min-width: 700px) {
  .faq-sec .container .sec-header {
    margin-right: 0;
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  .faq-sec .container .sec-header {
    margin-left: 20%;
  }
}

.faq-sec .container .sec-header h2 {
  font-family: "Almarai", sans-serif;
}

@media (min-width: 700px) {
  .faq-sec .container {
    flex-direction: row-reverse;
  }
}

footer .footer-container .container .mid-part {
  text-align: right;
}

footer .footer-container .container .mid-part h3 {
  font-family: "Almarai", sans-serif;
}

footer .footer-container .container .mid-part .socials {
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  footer .footer-container .container .mid-part .socials {
    align-items: center;
  }
}

@media (min-width: 700px) {
  footer .footer-container .container .mid-part .ablock .socials-block {
    flex-direction: row-reverse;
  }
}

@media (min-width: 700px) {
  footer .footer-container .container .mid-part .ablock .email-block {
    flex-direction: row-reverse;
  }
}

@media (min-width: 700px) {
  footer .footer-container .container .mid-part {
    width: 95%;
  }
}
@media (min-width: 992px) {
  footer .footer-container .container .mid-part {
    width: 99%;
  }
}

.hero-sec .container h1 {
  font-family: "Almarai", sans-serif;
}

.law-sec {
  direction: rtl;
}

.motiv-notif {
  flex-direction: row-reverse;
  box-shadow: -5px 5px 15px -9px #353535;
}

.motiv-notif .icon-wrap {
  padding-right: 0;
  padding-left: 30px;
}

.motiv-notif .text-wrap p {
  font-weight: 700;
}

@media (min-width: 700px) {
  .service-hero .content-container {
    flex-direction: row-reverse;
  }
}

.service-hero .content-container .talk-wrapper {
  direction: rtl;
}
@media (min-width: 700px) {
  .service-hero .content-container .talk-wrapper {
    margin-left: 0;
    margin-right: 0.5%;
  }
}

.service-hero .content-container .talk-wrapper .talk {
  background: linear-gradient(270deg, #000000 0%, #373737 100%);
}

@media (min-width: 700px) {
  .service-hero .content-container .talk-wrapper .talk::before {
    left: 30px;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .service-hero .content-container .talk-wrapper .talk .talk-container {
    margin: 0 85px 0 auto;
  }
}

.service-hero .content-container .talk-wrapper .talk h1 {
  font-family: "Almarai", sans-serif;
}

.about-me-sec2 .sec-text {
  direction: rtl;
}

.about-me-sec2 .sec-text h2 {
  font-family: "Almarai", sans-serif;
}

/*# sourceMappingURL=web-rtl-style.css.map */
