:root {
  --main-font: 'Cairo', sans-serif;
  --second-font: 'Almarai', sans-serif;
  --main-color: #000;
}

body {
  font-family: var(--main-font);
}

/* h1 is treated always as page title */
h1, h2 {
  text-align: center;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: var(--main-color);
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0px;
}

ol {
  padding: 0px;
}

.nav-link {
  color: #000;
  font-weight: 600;
  margin-right: 15px;
  margin-left: 15px;
}

.site-logo {
  width: 150px;
  height: 120px;
}

.container, .container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form-control {
  border-color: #000;
  padding: .5rem 1rem;
}

.btn-dark, .btn-danger {
  padding: .5rem 1.5rem;
  border-radius: 10px;
}

.banner-img {
  height: 400px;
  border-radius: 25px;
}

.sec-banner-img, .third-banner-img {
  height: 300px;
  border-radius: 25px;
}

.img-fluid {
  max-height: 500px;
  border-radius: 25px;
}

.store-img {
  height: 250px;
  border-radius: 25px;
}

.main-store-img {
  height: 188px;
  border-radius: 25px;
}

.store-box {
  border-radius: 25px;
}

.store-cover-img {
  height: 400px;
  border-radius: 25px;
}

.store-logo-img {
  width: 100px;
  height: auto;
  border-radius: 20px;
}

.news-img {
  height: 250px;
  border-radius: 25px;
}

.new-img-cont {
  border-radius: 25px;
}

.bg-gray {
  background-color: #dee2e65c;
}

.main-color-text {
  color: var(--main-color)
}

.service-box {
  position: relative;
  margin-top: 40px;
  padding-top: 70px;
  border-radius: 25px;
  width: calc(25% - 1rem);
}

.service-img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.item-img {
  height: 180px;
  border-radius: 25px;
}

.modal-body {
  padding-top: 70px;
}

.fa-facebook-f {
  color: #1877F2;
}

.fa-whatsapp {
  color: #25d366;
}

.fa-youtube {
  color: #FF0000;
}

.fa-check {
  color: green;
}

.fa-times {
  color: red;
}

footer {
  background-color: #000;
  color: #fff;
  a {
    color: #fff;
  }
  a:hover {
    color: #fff;
  }
  .fa-facebook-f {
    color: #fff;
  }
  .fa-instagram {
    color: #fff;
  }
}

.sliding-menu {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.menu-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.menu-scroll::-webkit-scrollbar {
  display: none;
}

.navbar-nav {
  display: flex;
  flex-wrap: nowrap;
}

.nav-item {
  padding: 5px 0;
}

.nav-link {
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.fa-brands {
  color: black;
}

.news-content {
  text-align: justify;
}

.news-content[lang="en"] {
  direction: ltr;
  text-align: left;
}

.news-content[lang="ar"] {
  direction: rtl;
  text-align: right;
}

.store-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.store-name-overlay {
  position: absolute;
  width: 100%;
  min-height: 150px;
  height: fit-content;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  align-content: end;
  padding-bottom: 15px;
}

#storesCarousel {
  position: relative;
}

#storesCarousel .carousel-control-prev,
#storesCarousel .carousel-control-next {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.lang-container {
  right: 90%;
}

.store-type-text {
  border-radius: 25px;
}

@media (max-width: 800px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding: 0px 5px;
  }

  .site-logo {
    width: 50%;
    height: auto;
  }

  .banner-img {
    height: 200px;
  }

  .sec-banner-img, .third-banner-img {
    height: 150px;
  }

  #tertiaryCarouselThird {
    margin-top: 20px;
  }
  .service-box {
    padding-top: 70px;
    width: 100%;
  }

  .item-img {
    height: 135px;
  }

  .navbar-toggler {
    border: none;
  }

  .fa-bars {
    color: #000;
  }

  .main-store-img {
    height: 188px;
    border-radius: 25px;
  }
}
