.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  text-align: center;
  text-decoration: underline;
}

.section__hero {
  position: static;
  height: auto;
  margin-top: 0px;
  padding: 5px 50px 90px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.body {
  direction: rtl;
  font-family: Cairo, sans-serif;
  color: #3e2b2f;
}

.section__content {
  position: relative;
  padding: 120px 50px;
}

.section__content.footer {
  padding-bottom: 20px;
}

.paragraph__l {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
}

.heading {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Mirza, sans-serif;
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.heading.alt {
  text-align: right;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.alt {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.paragraph__m {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #3e2b2f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.paragraph__m.alt {
  text-align: right;
}

.paragraph__m.alt.bold {
  font-weight: 700;
}

.paragraph__m.alt.space {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph__m.footer {
  font-weight: 600;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  margin-bottom: 0px;
}

.slider {
  width: auto;
  height: 70vh;
  margin-top: -100px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  direction: ltr;
}

.container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div__color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -200;
  background-color: #f2dab2;
}

.div__color.alt {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 241, 216, 0.78)), to(rgba(255, 241, 216, 0.78))), url('../images/16.jpg');
  background-image: linear-gradient(180deg, rgba(255, 241, 216, 0.78), rgba(255, 241, 216, 0.78)), url('../images/16.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-5 {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.basma {
  height: 690px;
  background-image: url('../images/Screen-Shot-2019-08-29-at-9.08.27-PM.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading__small {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 84px;
  font-weight: 400;
  text-align: right;
}

.heading__small.products {
  line-height: 42px;
  text-align: center;
}

.grid__2 {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map {
  height: 640px;
  background-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/art.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3e2b2f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: underline;
}

.link:hover {
  color: rgba(62, 43, 47, 0.6);
}

.paragraph__s {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #3e2b2f;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.slide-1 {
  position: static;
  background-image: url('../images/14.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  position: static;
  background-image: url('../images/12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  position: static;
  background-image: url('../images/17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  position: static;
  background-image: url('../images/13.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  position: static;
  background-image: url('../images/11.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  position: static;
  background-image: url('../images/16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .paragraph__l {
    font-size: 22px;
    line-height: 35px;
  }
  .heading {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
  }
  .paragraph__m.alt {
    font-size: 18px;
    line-height: 30px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .slider {
    height: 60vh;
    margin-top: -82px;
  }
  .basma {
    height: 340px;
  }
  .heading__small {
    font-size: 28px;
    line-height: 46px;
    text-align: right;
  }
  .grid__2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .map {
    height: 370px;
  }
  .div__logo {
    width: 480px;
  }
}

@media (max-width: 767px) {
  .section__hero {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .section__content {
    padding: 60px 20px;
  }
  .paragraph__l {
    font-size: 18px;
    line-height: 28px;
  }
  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 56px;
  }
  .heading.alt {
    text-align: center;
  }
  .div-block {
    padding: 0px 0px 30px;
  }
  .div-block.alt {
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph__m.alt {
    text-align: center;
  }
  .paragraph__m.alt.space {
    text-align: center;
  }
  .paragraph__m.alt.c {
    text-align: center;
  }
  .paragraph__m.footer {
    font-size: 19px;
    line-height: 30px;
  }
  .div-block-2 {
    padding-bottom: 10px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .slider {
    height: 310px;
    margin-top: -58px;
    margin-bottom: 10px;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .basma {
    height: 260px;
  }
  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .heading__small {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .grid__2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .map {
    height: 280px;
    margin-bottom: 20px;
  }
  .link {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .paragraph__s {
    font-size: 14px;
  }
  .div__logo {
    width: 360px;
  }
}

@media (max-width: 479px) {
  .section__hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section__content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider {
    margin-top: -43px;
  }
  .basma {
    height: 260px;
    background-position: 0% 50%;
    background-size: cover;
  }
  .map {
    height: 181px;
    background-size: cover;
  }
}

#w-node-393ef9236cfb-3884872d {
  -ms-grid-column-align: center;
  justify-self: center;
}

