/* [project]/app/styles/shared/heroSection.css [app-client] (css) */
.heroCont {
  z-index: 1;
  height: 495px;
  position: relative;
  overflow: hidden;
}

.hero-title {
  color: #ddd;
  font-size: 50px;
  font-weight: 600;
}

.hero-subTitle {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (width <= 770px) {
  .hero-subTitle {
    font-size: 13px;
  }

  .heroCont {
    height: 450px;
  }
}

@media screen and (width <= 575px) {
  .hero-subTitle {
    font-size: 12px;
  }

  .heroCont {
    height: 400px;
  }
}

@media screen and (width <= 400px) {
  .hero-subTitle {
    font-size: 11px;
  }
}


/* [project]/app/styles/services/servicesDetails.css [app-client] (css) */
.fisrtServiceImgWrapper {
  height: 730px;
  min-height: 500px;
}

.serviceFirstBox {
  content: "";
  z-index: 34;
  background-color: #222;
  border-left: 6px solid #ddd;
  width: 70%;
  position: absolute;
  bottom: 0;
}

.serviceFirstBox.ltr {
  right: 62%;
}

.serviceFirstBox.rtl {
  left: 62%;
}

.serviceFirstBoxSmall {
  background-color: #222;
  border-left: 6px solid #ddd;
}

.serviceDetailsSecondBanner img {
  height: 400px;
}

.serviceDetailsThirdSteps li {
  border-bottom: 1px solid #fff3;
  padding-bottom: 5px;
}

@media (width <= 1200px) {
  .ServiceFirstQuestions {
    width: 100% !important;
  }

  .serviceFirstBox.ltr {
    right: 45%;
  }

  .serviceFirstBox.rtl {
    left: 45%;
  }
}

@media (width <= 992px) {
  .fisrtServiceImgWrapper {
    height: 400px;
    min-height: 400px;
  }

  .serviceDetailsSecondBanner img {
    height: 380px;
  }

  .serviceFirstBox {
    top: 88%;
  }

  .serviceFirstBox.ltr {
    right: 15%;
  }

  .serviceFirstBox.rtl {
    left: 15%;
  }
}

@media (width <= 768px) {
  .fisrtServiceImgWrapper {
    height: 350px;
    min-height: 350px;
  }

  .serviceDetailsSecondBanner img, .serviceThirdImg {
    height: 350px;
  }

  .serviceFirstBox {
    top: 88%;
  }

  .serviceFirstBox.ltr {
    right: 15%;
  }

  .serviceFirstBox.rtl {
    left: 15%;
  }
}

@media (width <= 576px) {
  .fisrtServiceImgWrapper {
    height: 320px;
    min-height: 320px;
  }

  .serviceDetailsSecondBanner img, .serviceThirdImg {
    height: 300px;
  }
}

@media (width <= 500px) {
  .fisrtServiceImgWrapper {
    height: 350px;
    min-height: 350px;
  }

  .serviceDetailsSecondBanner img, .serviceThirdImg {
    height: 220px;
  }
}

@media (width <= 400px) {
  .fisrtServiceImgWrapper {
    height: 220px;
    min-height: 220px;
  }

  .serviceDetailsSecondBanner img, .serviceThirdImg {
    height: 180px;
  }
}


/* [project]/app/styles/product/product.css [app-client] (css) */
.productContainer {
  background-color: #1a1a1a;
}

.sideBarSearch {
  color: #f1f1f1;
  background-color: #222;
  border: 1px solid #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.sideBarSearch::placeholder {
  color: #707070;
}

.monsterBorder {
  background-color: #222;
  border: 1px solid #707070;
}

.categoryTitle {
  color: #f1f1f1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.activeSubTitle {
  color: #ededed;
  font-weight: 400;
  line-height: 1.4;
}

.nonActiveSubTitle {
  color: #acacaccc;
  font-weight: 400;
  line-height: 1.4;
}

.categoryLine {
  background-color: #acacac;
  width: 100%;
  height: 1px;
}

.activetagBoxs {
  color: #191919;
  background-color: #e2e2e2;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.tagBoxs {
  color: #fff;
  background-color: #444;
  border: 1px solid #444;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.productTitle {
  color: #f1f1f1;
  font-weight: 600;
  line-height: 1.4;
}

.newProduct {
  color: #f1f1f1;
  background-color: #34a853;
  font-size: 18px;
  font-weight: 500;
  top: 0;
}

.ForArabic {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.ForEnglish {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blogDescript {
  color: #acacac;
  font-weight: 400;
  line-height: 1.4;
}

.blogLink {
  color: #f1f1f1;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
}

.blogLine {
  background-color: #f1f1f1;
  width: 15%;
  height: 1px;
}

.subscrib {
  color: #191919;
  background-color: #ddd;
  border: 1px solid #ddd;
  font-weight: 500;
}

.blogInput {
  color: #f1f1f1;
  background-color: #222;
  border: 1px solid #707070;
  font-weight: 400;
}

.blogInput::placeholder {
  color: #707070;
}

.HeadTextBlog {
  color: #f1f1f1;
  font-weight: 600;
  line-height: 1.4;
}

.SubTextBlog {
  color: #cfcfcf;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (width <= 1400px) {
  .activetagBoxs, .tagBoxs {
    font-size: 19px;
  }

  .categoryTitle {
    font-size: 22px;
  }
}

@media screen and (width <= 1200px) {
  .categoryTitle {
    font-size: 20px;
  }
}

@media screen and (width <= 991px) {
  .categoryTitle {
    font-size: 18px;
  }
}

@media screen and (width <= 767px) {
  .activetagBoxs, .tagBoxs {
    font-size: 17px;
  }

  .categoryTitle {
    font-size: 18px;
  }
}

@media screen and (width <= 575px) {
  .activetagBoxs, .tagBoxs, .categoryTitle {
    font-size: 16px;
  }
}


/*# sourceMappingURL=app_styles_0461f4ed._.css.map*/