/** Shopify CDN: Minification failed

Line 17:23 Expected ":"

**/
.banner-content {
  position: relative;
}
.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 30px; وكل
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-text .heading-title.h5 span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-decoration: underline;
}
.banner-text .heading.description {
  line-height: 1;
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0;
}
.banner-text .heading.description span > span {
  color: var(--primary);
  font-size: 32px;
  font-family: var(--hd-font-family);
  text-decoration: underline;
  font-weight: 600;
}
.banner-text .heading-title.p {
  text-transform: none;
  margin-bottom: 10px;
  text-transform: uppercase;

}
.banner-text .heading-title.h4 {
  margin: 0;
}
.banner-text .heading-center.h2 {
  margin: 0 0 5px;
  text-transform: uppercase;
  line-height: 1;
}
.banner-col-3 .banner-text .heading-center.h2 {
  margin: 0 0 20px;
}
.banner-col-3 .heading.description {
  margin-bottom: 74px;
}
.banner-col {
  padding: 0 15px;
}

img.banner-list-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-grid .heading-center span span {
  color: var(--color-accent-4);
}

.banner-grid .heading-title.h6 {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.banner-grid .heading-center.h1 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -1px;
}
.banner-grid .heading-title.h3 {
  margin: 0;
}
banner-content {
  display: block;
  height: 100%;
}
.banner-image,
.banner-content {
  height: 100%;
}
.banner-image-child {
  margin-bottom: 14px;
}

.banner-text .heading-title.h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  font-family: var(--body-font-family);
}

/* Banner content bottom */

.banner-content-bottom .banner-text {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  padding: 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.banner-content-bottom a.button.btn-base {
  margin: auto;
}

@media (max-width: 1299px) {
  .banner-grid .banner-list-image {
    min-height: 250px;
  }
}
/* Col FULL */

.banner-grid .col-full {
  padding: 0;
}

.col-full .heading.description {
  margin-bottom: 19px;
}

.col-full .banner-text {
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
}

.col-full .heading-center {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0;
  margin-bottom: 35px;
}

@media (max-width: 1501px) {
  .heading-title {
    margin-bottom: 15px;
  }
  .heading-center {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .banner-content-bottom .banner-text {
    padding: 30px 15px 30px;
  }
}
