.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;
}

.body {
  background-color: #f4e3c4;
  direction: rtl;
}

.brand {
  left: auto;
  float: none;
  clear: none;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container {
  text-align: center;
}

.image {
  overflow: visible;
  max-width: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  background-color: #9bd9ef;
}

.menu-button {
  float: left;
}

.menu-button-3.w--open {
  background-color: #9bd9ef;
}

.div-block {
  margin-top: 20px;
  padding-left: 10px;
  float: left;
}

.link {
  display: block;
  color: #020202;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.link.lang-btn {
  margin-top: 5px;
  font-size: 12px;
}

.nav-menu {
  border-top: 1px dashed #000;
  background-color: #9bd9ef;
}

.bg1 {
  overflow: visible;
  min-height: 80vh;
  /* background-image: url('../images/_Image_.png'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  overflow: visible;
  min-width: 100vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 70%;
  min-height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: static;
  top: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  max-width: 50%;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b5865e), to(#f4e3c4));
  background-image: linear-gradient(180deg, #b5865e, #f4e3c4);
}

.columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-height: 40vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  font-family: 'Abjad manchette', sans-serif;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.heading-2 {
  font-family: 'Abjad manchette', sans-serif;
  text-align: center;
}

.paragraph {
  font-family: 'Abjad manchette', sans-serif;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
}

.column {
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  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 auto;
  grid-template-rows: auto auto;
}

.column-2 {
  -o-object-fit: fill;
  object-fit: fill;
}

.button {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.button-2 {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Abjad manchette', sans-serif;
  color: #333;
  font-weight: 700;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-2.custom-big-button {
  font-size: 20px;
}

.grid {
  grid-template-areas: "Area Area-2";
}

.image-3 {
  clear: none;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  float: none;
  clear: none;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-3 {
  margin-top: 40px;
}

.grid-3 {
  grid-template-areas: "Area";
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.grid-2-2 {
  grid-auto-flow: row;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  margin-top: -10px;
  margin-bottom: -5px;
}

.div-block-4 {
  height: 80px;
  margin-bottom: 100px;
  padding-right: 0px;
  float: none;
  clear: none;
  background-image: url('../images/_Path_.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-3 {
  margin-top: 100px;
  margin-bottom: 40px;
}
 

.heading-3 {
  padding-right: 0px;
  font-family: 'Abjad manchette', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
}

.paragraph-2 {
  overflow: visible;
  direction: rtl;
  font-family: 'Abjad manchette', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.bold-text {
  margin-right: 0px;
  padding-right: 0px;
  color: #fff;
}

.div-block-6 {
  padding-right: 10px;
}

.bold-text-2 {
  font-family: 'Abjad manchette', sans-serif;
  text-align: center;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abjad manchette', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/_Path_-1.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-8 {
  position: static;
  background-image: url('../images/_Path_-2.svg');
  background-position: 50% 0%;
  background-size: 500px 200px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/_Image_-5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ba8d64), to(#f4e3c4));
  background-image: linear-gradient(180deg, #ba8d64, #f4e3c4);
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.heading-4 {
  direction: rtl;
  font-family: 'Abjad manchette', sans-serif;
  text-align: center;
}

.heading-5 {
  font-family: 'Abjad manchette', sans-serif;
  text-align: center;
}

.column-4 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-3 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

@media screen and (max-width: 1991px) {
  .body {
    font-size: 15px;
  }

  .menu-button-2 {
    float: left;
  }

  .menu-button-3 {
    float: right;
  }

  .list {
    float: left;
    font-size: 1px;
    text-align: left;
  }

  .list-item {
    font-size: 12px;
    text-align: right;
    list-style-type: none;
  }

  .div-block {
    position: static;
    overflow: visible;
    margin-top: 20px;
    padding-left: 10px;
    float: left;
    clear: none;
  }

  .link {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
  }

  .link.lang-btn {
    margin-top: 5px;
    font-size: 12px;
  }

  .bg1 {
    overflow: auto;
    min-width: auto;
    clear: none;
    background-position: 50% 50%;
    background-size: auto;
    background-attachment: scroll;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-2 {
    max-width: 80%;
  }

  .heading {
    font-size: 50px;
    line-height: 70px;
  }

  .paragraph-2 {
    text-align: right;
  }

  .bold-text {
    font-size: 10px;
    text-align: right;
  }

  .div-block-8 {
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/_Image_-5.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    max-width: 90%;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-2 {
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    max-width: 100%;
  }

  .heading {
    font-size: 35px;
    line-height: 50px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 50px;
  }

  .columns-2 {
    display: block;
  }

  .column-3 {
    margin-bottom: 10px;
  }
}

#w-node-da74f718-598b-9344-6dbe-7ed9ea883eea-962b8aef {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-da74f718-598b-9344-6dbe-7ed9ea883eea-962b8aef {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-da74f718-598b-9344-6dbe-7ed9ea883eea-962b8aef {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-2>#w-node-da74f718-598b-9344-6dbe-7ed9ea883eea-962b8aef {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_97962108-b0ec-a7ae-8964-3a4b2d225381-962b8aef {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

.grid-2>#w-node-_97962108-b0ec-a7ae-8964-3a4b2d225381-962b8aef {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-2>#w-node-_97962108-b0ec-a7ae-8964-3a4b2d225381-962b8aef {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-f307388d-45cf-8789-563c-25ddfd9c7cf1-962b8aef {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-_1f8d3d5c-fe85-69e0-65e7-93a2ebcd159e-962b8aef {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

@media screen and (max-width: 767px) {
  .grid-2>#w-node-da74f718-598b-9344-6dbe-7ed9ea883eea-962b8aef {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2>#w-node-_97962108-b0ec-a7ae-8964-3a4b2d225381-962b8aef {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-f307388d-45cf-8789-563c-25ddfd9c7cf1-962b8aef {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_1f8d3d5c-fe85-69e0-65e7-93a2ebcd159e-962b8aef {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

#w-node-_2766d7f0-3b83-4ad3-741a-053c5ccc2975-962b8aef {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8df5b236-4f53-eb93-fd36-6af92cb12614-962b8aef {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Abjad manchette';
  src: url('../fonts/Abjad---Manchette-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abjad manchette';
  src: url('../fonts/Abjad---Manchette-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}