/* ========== summoning the assets ========== */
/**/
/* ------------------ 

   Here exists the color scheme 1

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

   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');
*/
/*
for font-face 
put the fonts folder in the public folder
*/
@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GOTHAM-BOLD.TTF") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Permanent marker";
  src: url("../fonts/PermanentMarker.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BoldItalic.otf") format("truetype");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
/**/
/* ------------------ 

   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 */
/* =========> input padding */
/**/
/* ------------------ 

   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 {
  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;
}

/* ========= --------->>>>>> 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 {
  font-family: "Gotham";
  font-weight: 300;
  background-color: #fff;
  /*
  background-image: url('/storage/web-images/paper-background.jpg');
  background-size: 50%;
  */
  /*
  &::after{
       position: fixed;
       content: "";
       width: 100%;
       height: 100%;
       top: 0;

       background-size: cover;
       opacity: 0.35;
       pointer-events: none;
       z-index: 1;
  }
  */
}

/* ========= --------->>>>>> paragraph tag */
p {
  font-size: 16px;
  color: #000;
}
@media (min-width: 451px) {
  p {
    font-size: 17px;
  }
}
@media (min-width: 540px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 451px) {
  .container {
    padding: 0 30px;
  }
}

/* ========= --------->>>>>> 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: "Rubik", sans-serif !important;
}

.homehero-sec .container .row {
  direction: rtl;
}

.the-heading.style1 .special {
  font-family: "Aref Ruqaa", serif;
  font-size: 50px;
  transform: translateY(-13px);
}
@media (min-width: 325px) {
  .the-heading.style1 .special {
    font-size: 55px;
  }
}
@media (min-width: 451px) {
  .the-heading.style1 .special {
    font-size: 55px;
  }
}
@media (min-width: 540px) {
  .the-heading.style1 .special {
    font-size: 60px;
  }
}
@media (min-width: 600px) {
  .the-heading.style1 .special {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .the-heading.style1 .special {
    font-size: 75px;
  }
}

.the-heading.style1 .normal {
  font-family: "Changa", sans-serif;
  font-weight: 900;
}

.homehero-sec .container .row .sec-graphic .sec-image-wrapper .xmark {
  left: auto;
  right: -33px;
}
@media (min-width: 540px) {
  .homehero-sec .container .row .sec-graphic .sec-image-wrapper .xmark {
    right: -46px;
  }
}
@media (min-width: 600px) {
  .homehero-sec .container .row .sec-graphic .sec-image-wrapper .xmark {
    right: -51px;
  }
}

.homehero-sec .container .toppings .splatter {
  right: auto;
  transform: rotateY(180deg);
}
@media (min-width: 992px) {
  .homehero-sec .container .toppings .splatter {
    left: -34px;
  }
}

@media (min-width: 992px) {
  .homehero-sec .container .row .sec-text {
    padding-right: 15px;
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .homehero-sec .container .row .sec-graphic .sec-image-wrapper .xmark.no1 {
    left: auto;
    right: -10%;
  }
}

.common-sec .container .row .sec-text {
  direction: rtl;
}

.faq-sec .sec-header {
  direction: rtl;
}
@media (min-width: 715px) {
  .faq-sec .sec-header {
    margin-left: auto;
  }
}

.faq-sec .sec-body {
  direction: rtl;
}
@media (min-width: 715px) {
  .faq-sec .sec-body {
    margin-left: auto;
  }
}

@media (min-width: 715px) {
  .faq-sec .container .toppings .arrows {
    right: auto;
    left: 16px;
  }
}

.faq-sec .container .toppings .splatter {
  right: auto;
  left: 0;
}

.faq-sec .container .toppings .bars {
  left: auto;
  right: 15px;
  top: -55px;
}

.contact-sec .container .sec-body .contact-form {
  direction: rtl;
}

.calorie-calc-sec .toppings .dots {
  top: -60px;
}

@media (min-width: 992px) {
  .calorie-calc-sec .container .row {
    flex-direction: row-reverse;
  }
}

.calorie-calc-sec .sec-body .row .calc-inputs {
  direction: rtl;
}
@media (min-width: 992px) {
  .calorie-calc-sec .sec-body .row .calc-inputs {
    padding-right: 15px;
    padding-left: 110px;
  }
}

@media (min-width: 992px) {
  .calorie-calc-sec .sec-body .row .calc-result .card-wrapper .card .card-header .xmark {
    left: auto;
    right: -47px;
  }
}

.calorie-calc-sec .sec-body .row .calc-result .card-wrapper .card .card-body p {
  direction: rtl;
}

#footer .footer-upper .row {
  direction: rtl;
}

#footer .footer-upper .row .g-of-links .the-heading {
  font-family: "Changa", sans-serif;
  font-weight: 900;
}

.hero-sec .container .sec-text {
  direction: rtl;
}

.checkout-form {
  direction: rtl;
}

.checkout-form .container .toppings .arrows {
  right: auto;
  left: 15px;
}

.checkout-form .container .toppings .dots {
  left: auto;
  right: 35px;
}

.checkout-form .container .toppings .bars {
  right: auto;
  left: 16px;
}

/* old style
.checkout-form .container .sec-body .checkout-inputs{
    @include mf-responsive(large-screen){padding-right: 15px;padding-left: 110px;}
}*/
.nav-menu .nav-links .main-links {
  text-align: right;
}

.the-heading.style3 {
  font-family: "Changa", sans-serif;
}

@media (min-width: 992px) {
  .common-sec .toppings.distribution2 .dots {
    top: -100px;
  }
}

@media (min-width: 715px) {
  .common-sec .toppings.distribution1 .arrows {
    top: -82px;
  }
}
@media (min-width: 992px) {
  .common-sec .toppings.distribution1 .arrows {
    top: 200px;
  }
}

.law-sec {
  direction: rtl;
}

.the-heading.style2 {
  font-family: "Changa", sans-serif;
}

.motiv-notif .text-wrap {
  text-align: right;
}

.sps-sec .container .row .card-wrap .card .heading {
  font-family: "Changa", sans-serif;
}

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

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

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

.hts-sec .container .row .card-wrap .card .heading {
  font-family: "Changa", sans-serif;
}

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

.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;
}

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