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