@font-face {
  font-family: Htmoshreqpro;
  src: url('../fonts/HTMoshreqPro-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Htmoshreqpro;
  src: url('../fonts/HTMoshreqPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container-hero-v1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  padding: 0 0 100px;
  display: flex;
  position: relative;
}

.horizontal-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content-wrapper.hero-v1-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.content-wrapper.hero-v1-copy:lang(ar) {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
}

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.about {
  background-image: linear-gradient(360deg, #000000b8, #fff0), url('../images/ImagesBird.webp');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto;
  border-top: 0 #57b6b2;
  border-bottom: 0 #57b6b2;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

.about.homedescrption {
  background-image: linear-gradient(0deg, #00000057, #fff0), linear-gradient(#000000ed, #fff0), url('../images/Screenshot-2025-06-30-173913.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 100vh;
  padding-left: 15vh;
  padding-right: 15vh;
  position: relative;
}

.body {
  background-color: #000;
}

.button-wrap {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  line-height: 160%;
  display: flex;
  overflow: visible;
}

.icon-circle {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.3em;
  height: auto;
  display: flex;
}

.icon-cta {
  flex: none;
  width: 16px;
  height: 16px;
}

.heading {
  color: #fff;
  font-family: Htmoshreqpro, Arial, sans-serif;
  font-size: 2.4rem;
}

.utility-page-wrap {
  background-image: linear-gradient(#0000005e, #0000007a), url('../images/Screenshot-2025-06-30-173913.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-bottom: 0;
  display: flex;
}

.heading-68 {
  color: #b4b4b4;
  margin-bottom: 20px;
  font-family: Htmoshreqpro, Arial, sans-serif;
  font-weight: 900;
}

.paragraph-18 {
  color: #bdbdbd;
  margin-bottom: 26px;
  font-family: Htmoshreqpro, Arial, sans-serif;
}

.button {
  color: #dad7d4;
  background-color: #0000;
  border: 2px solid #dad7d4;
  border-radius: 100px;
  padding: 22px 45px;
  font-family: Htmoshreqpro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  color: #000;
  background-color: #dad7d4;
}

@media screen and (min-width: 1440px) {
  .container-hero-v1 {
    max-width: 1600px;
  }

  .horizontal-wrap {
    padding-top: 1rem;
  }

  .div-block-8 {
    padding-top: 0;
  }

  .about {
    padding: 15vh;
  }

  .about.homedescrption {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4vh;
    display: flex;
  }

  .icon-circle {
    width: 3.4em;
  }

  .icon-cta {
    width: 1.3rem;
    height: 1.3rem;
  }

  .heading {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  .container-hero-v1 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 2rem;
  }

  .div-block-8 {
    width: 100%;
  }

  .about {
    padding-bottom: 0;
  }

  .about.homedescrption {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .button-wrap {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .icon-circle {
    width: 2.8em;
  }

  .heading {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .container-hero-v1 {
    margin-left: 0;
    padding-bottom: 100px;
  }

  .horizontal-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .content-wrapper.hero-v1-copy {
    width: 100%;
  }

  .div-block-8 {
    width: auto;
  }

  .about {
    padding-top: 0;
  }

  .about.homedescrption {
    padding-left: 2.7vh;
    padding-right: 2.7vh;
  }

  .button-wrap {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .heading {
    color: #fff;
    font-family: Htmoshreqpro, Arial, sans-serif;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .container-hero-v1 {
    width: 100%;
    padding-bottom: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    display: block;
  }

  .content-wrapper.hero-v1-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-8 {
    width: auto;
    padding-top: 0;
  }

  .about.homedescrption {
    background-position: 0 0, 0 0, 62% 100%;
    padding-left: 1.7vh;
    padding-right: 1.7vh;
  }

  .button-wrap {
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .icon-circle {
    width: 2.8em;
  }

  .heading {
    font-size: 22px;
  }

  .utility-page-content-2 {
    padding-left: 3vw;
    padding-right: 5vw;
  }

  .heading-68 {
    font-size: 27px;
  }
}


@font-face {
  font-family: 'Htmoshreqpro';
  src: url('../fonts/HTMoshreqPro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Htmoshreqpro';
  src: url('../fonts/HTMoshreqPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}