/* [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;
  }
}


/* [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/branches/branches.css [app-client] (css) */
.brachesBG {
  background-color: #1a1a1a;
}

.branchDetailsBG {
  background-color: #222;
}

.arroowww {
  z-index: 0;
  background-color: #222;
  border-radius: 20px;
  top: 40px;
  right: 13px;
}

.branchCard {
  background-color: #222;
  border: 1px solid #cfcfcf;
}

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

.branchDes {
  font-weight: 400;
  line-height: 1.4;
  color: #cfcfcf !important;
}

.DBranchesDesc {
  font-weight: 400;
  line-height: 1.4;
  color: #acacac !important;
}

.LastDetailsBG {
  background-color: #191919;
}

.madinah {
  color: #ddd;
  font-size: 30px;
  font-weight: 600;
}

.regionBranch {
  color: #e9e2d8;
  font-weight: 600;
}

.formBG {
  color: #ddd;
  background-color: #222;
  box-shadow: none !important;
  border: 1px solid #e9e2d833 !important;
}

.formBG:focus {
  color: #ddd;
  background-color: #222;
}

.formBG::placeholder {
  color: #e9e2d866;
}

.selectPos {
  top: -45px;
}

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

.branchBig, .branchMid, .branchSmall, .branchPhotos {
  object-fit: cover !important;
}

@media (width <= 1800px) {
  .arroowww {
    top: 55px;
  }

  .selectPos {
    top: -55px;
  }
}

@media (width <= 1600px) {
  .arroowww {
    top: 50px;
  }

  .madinah {
    font-size: 28px;
  }
}

@media (width <= 1400px) {
  .arroowww {
    top: 45px;
  }

  .madinah {
    font-size: 26px;
  }

  .selectPos {
    top: -50px;
  }
}

@media (width <= 1200px) {
  .arroowww {
    width: 20px;
    top: 40px;
  }

  .selectPos {
    top: -40px;
  }

  .madinah {
    font-size: 24px;
  }
}

@media (width <= 991px) {
  .arroowww {
    top: 36px;
  }

  .selectPos {
    top: -45px;
  }

  .madinah {
    font-size: 22px;
  }

  .branchBig {
    height: 429px !important;
  }

  .branchMid {
    height: 243px !important;
  }

  .branchSmall {
    height: 169px !important;
  }
}

@media (width <= 767px) {
  .arroowww {
    top: 38px !important;
  }

  .selectPos {
    top: -80px;
  }

  .madinah {
    font-size: 20px;
  }

  .branchBig, .branchMid, .branchSmall, .branchPhotos {
    height: 300px !important;
  }
}

@media (width <= 575px) {
  .arroowww {
    top: 33px !important;
  }

  .madinah {
    font-size: 18px;
  }

  .branchBig, .branchMid, .branchSmall, .branchPhotos {
    height: 250px !important;
  }
}


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