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

.title {
  color: #ddd;
  font-weight: 600;
  line-height: 1.4;
}

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

.blogIMGRound {
  object-fit: cover;
  user-select: none;
  border-radius: 10px;
}

.tagText {
  color: #ddd;
  font-size: 24px;
  font-weight: 600;
}

.tag {
  color: #fff;
  cursor: pointer;
  background-color: #444;
  font-weight: 400;
}

.dotoss {
  border-top: 2px dotted #707070;
  border-bottom: 2px dotted #707070;
}

.footerIcons {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #3e3e3e !important;
}

.contactPhone {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #c4c4c4 !important;
  background-color: #ffffff12 !important;
}

.contactPhone svg {
  color: #c4c4c4 !important;
}

.nextBTN {
  color: #191919;
  user-select: none;
  background-color: #ddd;
  border: 1px solid #ddd;
  width: fit-content;
  font-weight: 500;
}

.nextBTN:hover {
  color: #ddd;
  background-color: #191919;
  border: 1px solid #ddd;
}

.nextBTN:active {
  border: 1px solid #191919;
}

.nextText {
  color: #ddd;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}

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

.subTXT {
  color: #cfcfcf;
  width: fit-content;
  font-weight: 400;
}

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

.olanona {
  outline: none !important;
}

.detailsDescription, .detailsDescription p, .detailsDescription a, .detailsDescription li .detailsDescription span {
  color: #acacac;
}

[dir="rtl"] .detailsDescription *, [dir="rtl"] .detailsDescription :before, [dir="rtl"] .detailsDescription :after {
  color: #acacac;
  text-align: right;
  font-family: var(--font-cairo) !important;
}

[dir="ltr"] .detailsDescription *, [dir="ltr"] .detailsDescription :before, [dir="ltr"] .detailsDescription :after {
  color: #acacac;
  text-align: left;
  font-family: var(--font-poppins) !important;
}

.blogDetailsImg {
  height: 450px;
}

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

  .nextText {
    font-size: 26px;
  }
}

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

  .nextText {
    font-size: 22px;
  }

  .blogDetailsImg {
    height: 380px;
  }
}

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

  .footerIcons {
    width: 40px;
    height: 40px;
  }

  .nextText {
    font-size: 20px;
  }

  .blogIMGRound {
    height: 420px !important;
  }

  .blogDetailsImg {
    height: 330px;
  }
}

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

  .footerIcons {
    width: 35px;
    height: 35px;
  }

  .nextText {
    font-size: 18px;
  }

  .blogIMGRound {
    height: 300px !important;
  }

  .blogDetailsImg {
    height: 280px;
  }
}

@media (width <= 500px) {
  .blogDetailsImg {
    height: 230px;
  }
}

@media (width <= 400px) {
  .blogDetailsImg {
    height: 200px;
  }
}


/* [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/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_f8823426._.css.map*/