@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HT Baybars Display Bold;
  src: url('../fonts/HTBaybarsDisplay-Bold-1.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HT Baybars Display Thin;
  src: url('../fonts/HTBaybarsDisplay-Thin-1.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HT Baybars Display Extra Bold;
  src: url('../fonts/HTBaybarsDisplay-ExtraBold-1.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Theyearofhandicrafts;
  src: url('../fonts/TheYearofHandicrafts-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Theyearofhandicrafts;
  src: url('../fonts/TheYearofHandicrafts-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Theyearofhandicrafts;
  src: url('../fonts/TheYearofHandicrafts-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itfomnianaskh;
  src: url('../fonts/itfOmniaNaskh-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Itfomnianaskh;
  src: url('../fonts/itfOmniaNaskh-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itfomnianaskh;
  src: url('../fonts/itfOmniaNaskh-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itfomnianaskh;
  src: url('../fonts/itfOmniaNaskh-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #0b2242;
  --crimson: #f5333f;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.header {
  background-image: none;
  background-position: 0 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100vh;
  margin: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.body {
  background-color: var(--midnight-blue);
  direction: rtl;
  text-align: right;
  cursor: crosshair;
  mix-blend-mode: normal;
  object-fit: contain;
  border: 1px #000;
  max-width: 100%;
  height: 100%;
  font-family: HT Baybars Display Thin, sans-serif;
  font-weight: 100;
  overflow: visible;
}

.tobeapartner {
  z-index: 2000;
  clear: none;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: none;
  align-self: flex-start;
  width: 30vw;
  margin: 0 0% 5rem;
  padding-left: 0%;
  padding-right: 0%;
  position: absolute;
  inset: auto 0 2.5vh auto;
}

.title {
  color: #fff;
  text-align: right;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 2.3rem;
  display: none;
  overflow: visible;
}

.button {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/Squircle-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 11rem;
  height: 4rem;
  margin-top: 1rem;
  margin-right: 0;
  padding: 1.3rem 1.6rem;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: all .2s;
}

.button:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--crimson);
  background-image: url('../images/Squircle-button-Grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.2);
}

.button:active {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: url('../images/Squircle-button.svg');
}

.button.w--current {
  text-align: center;
  width: 9.7rem;
  height: 4.4rem;
  padding: 1.5rem 0;
  position: static;
  left: auto;
  right: 0;
}

.brand {
  float: right;
  mix-blend-mode: normal;
  background-image: url('../images/white-logo-with-icon-copy.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30rem;
  min-width: 20rem;
  padding: 3rem;
  transition: all .4s cubic-bezier(.6, .04, .98, .335);
}

.brand.w--current {
  background-image: url('../images/white-logo-with-icon-copy.svg');
  padding: 5rem;
}

.about-hamah {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Pattren.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  grid-template-rows: 33.3% minmax(33.33%, 1fr) minmax(33.33%, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: block;
  overflow: visible;
}

.text-block-2 {
  color: #0b2242;
  text-align: right;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.9rem;
}

.text-block-3 {
  color: var(--crimson);
  text-align: right;
  padding-bottom: 16px;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 3rem;
}

.hamah-descreption {
  clear: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: none;
  order: 0;
  align-self: flex-end;
  width: 30%;
  margin: 0 7.5% 10% 0%;
  position: relative;
}

.html-embed {
  border: 1px solid var(--midnight-blue);
  transition: top .4s, opacity .2s;
  display: none;
}

.heading-2 {
  text-align: right;
  text-shadow: 0 0 20px #0003;
  margin-top: 0;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 7rem;
  position: relative;
}

.heading-2.heading-service {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-2.heading-service-2 {
  text-align: right;
  margin-bottom: 0;
  padding-top: 0%;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
  display: none;
}

.serviceshorizontal {
  background-color: #000;
  width: 100%;
  height: 237.5vw;
  overflow: visible;
}

.servicescamera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.servicesframe {
  height: 100%;
  padding-right: 7.5vw;
  display: flex;
}

.heading-copy {
  color: #f5333f;
  text-align: center;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 2px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  top: 9%;
  left: 7.5%;
  right: auto;
}

.workshorizontal {
  width: 100%;
  height: 207.5vw;
  padding-right: 0;
  transition: background-color .5s;
  overflow: visible;
}

.workscamera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.worksframe {
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
  padding-right: 7.5vw;
  display: flex;
}

.wroksitem {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  padding: 8% 0% 12%;
  display: flex;
}

.workinfo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  place-items: center stretch;
  height: 20%;
  margin-top: 10%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.workdesc {
  color: #fff;
  text-align: right;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 100%;
  height: 5rem;
  padding: 0 0% 0 0;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1rem;
}

.worksloading {
  background-color: #ffffff1a;
  border-radius: 20px;
  height: .5vh;
  display: flex;
  position: absolute;
  bottom: 7.5%;
  left: 7.5%;
  right: 7.5%;
}

.worksloadingred {
  background-color: var(--crimson);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.customerslogo {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2%;
  display: flex;
  position: static;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.zoom-header {
  z-index: 1;
  color: #152133;
  padding-left: .6vw;
  padding-right: .6vw;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.zoom-header.right {
  text-align: right;
}

.video {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.svg {
  width: 100%;
  max-width: none;
  margin-top: 1.5vh;
  margin-bottom: .5vh;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 50vw #fff;
}

.section {
  height: 100vh;
  position: relative;
}

.section.hero {
  height: 300vh;
}

.zoom {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 2vh 0;
  display: flex;
  position: relative;
}

.heading-4 {
  z-index: 1;
  color: #3330;
  text-align: center;
  letter-spacing: .8vw;
  margin-bottom: 40px;
  padding-left: 4px;
  font-family: HT Baybars Display Extra Bold, sans-serif;
  font-size: 11vw;
  font-weight: 100;
  line-height: .8;
  position: absolute;
}

.sticky-div {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-block-6 {
  text-align: left;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
}

.text-block-7 {
  text-align: right;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
}

.svg-copy {
  width: 100%;
  max-width: none;
  margin-top: 1.5vh;
  margin-bottom: .5vh;
  margin-right: 0;
  padding-right: 0;
  display: none;
  position: relative;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 50vw #fff;
}

.footer {
  background-color: var(--midnight-blue);
  flex-flow: column;
  grid-template-rows: 33.3% minmax(33.33%, 1fr) minmax(33.33%, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end flex-start;
  align-items: center;
  width: auto;
  height: 97vh;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: flex;
  overflow: hidden;
}

.sectionbody-footer {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  width: 100%;
  padding-bottom: 5vh;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
  position: static;
  top: 2.5%;
  left: 7.5%;
}

.footerheading {
  float: none;
  clear: none;
  color: #f5333f;
  text-align: left;
  -webkit-text-stroke-color: transparent;
  flex: none;
  width: 100%;
  margin-top: 0;
  padding: 4.5% 0% 2vh 0;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 3rem;
  position: static;
  top: 7.5%;
  left: 7.5%;
}

.officess {
  flex-direction: row;
  width: 100%;
  height: 30vh;
  display: flex;
}

.office-1 {
  object-fit: fill;
  flex: none;
  width: 50%;
  height: 35vh;
  padding: 1vh 1vh 1vh 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.officebackgroundvideo {
  z-index: 100;
  text-align: left;
  border-radius: 3vw;
  width: 100%;
  height: 100%;
  padding: 0%;
}

.officevideobackground {
  background-image: linear-gradient(32deg, #0b2242bf, #0b224200 49%);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 5% 4.5%;
  display: flex;
}

.contactusad {
  background-image: url('../images/Service-Back.jpg');
  background-position: 50%;
  background-size: auto 100%;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20% 5%;
  display: flex;
  position: static;
  overflow: hidden;
}

.background-video {
  flex: none;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: flex;
  inset: 0;
}

.showreel {
  z-index: 2000;
  background-image: linear-gradient(#000, #000);
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  overflow: hidden;
}

.html-embed-3 {
  width: 100%;
  height: auto;
}

.text-span-6 {
  font-family: "Fa Solid 900", sans-serif;
}

.div-block-14 {
  width: 100%;
  min-width: 100px;
}

.navbar-section {
  z-index: 9999;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.5%;
  padding: 0 7.5% 0 0;
  display: flex;
  position: fixed;
}

.menu_container {
  justify-content: center;
  align-items: stretch;
  margin-left: 3.5%;
  display: flex;
}

.menu_buttoncontainer {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0%;
  padding: 1.5rem .9rem .9rem;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 11% auto auto 16%;
}

.closex {
  position: absolute;
  inset: 42% 0% auto 112px;
}

.menu-item {
  color: #fff;
  background-image: url('../images/Squircle-button-Grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  margin-bottom: 1rem;
  transition: all .2s;
  display: block;
}

.menu-item:hover {
  background-image: url('../images/Squircle-button-Blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: HT Baybars Display Bold, sans-serif;
  font-weight: 700;
  transform: scale(1.2);
}

.menu-item:focus {
  background-image: url('../images/Squircle-button-Grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-16 {
  background-color: #000;
  width: 30px;
  height: 2px;
  transform: rotate(45deg);
}

.full-menu {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--crimson);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  padding: 135px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.link-block {
  color: #fff;
  object-fit: contain;
  flex: none;
  width: 20rem;
  height: 6rem;
  font-size: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.div-block-17 {
  background-color: #000;
  width: 30px;
  height: 2px;
  transform: rotate(-45deg)translate(1px, -2px);
}

.text-block-11 {
  color: var(--crimson);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 2rem;
  transition: font-size .4s;
}

.text-block-11:hover {
  font-size: 3rem;
}

.heading-7 {
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-weight: 100;
}

.contactform {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 20vh;
  margin-top: 6rem;
  display: flex;
}

.heading-8 {
  direction: ltr;
  color: var(--crimson);
  text-align: right;
  cursor: pointer;
  background-image: linear-gradient(#f5333f00, #f5333f00);
  border-radius: 20px;
  height: 2.9rem;
  padding-top: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 200;
  text-decoration: none;
  transition: all .475s;
  position: static;
}

.heading-8:hover {
  background-image: linear-gradient(to bottom, var(--crimson), var(--crimson));
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.lebal {
  color: #fff;
  text-align: right;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 3rem;
}

.div-block-19 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.socila-media-icons {
  display: flex;
}

.sm-icon {
  color: var(--crimson);
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  width: 5rem;
  margin-left: 2rem;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  transition: all .5s;
}

.sm-icon:hover {
  color: #fff;
  text-align: center;
  border-radius: 35px;
  width: 5rem;
  font-size: 3rem;
}

.text-block-13 {
  color: #fff;
  text-align: center;
}

.socila-media-icons-marcom {
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
}

.sm-icon-marcom {
  color: var(--crimson);
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  width: 1rem;
  margin-left: 2rem;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  transition: all .425s;
}

.sm-icon-marcom:hover {
  color: #fff;
  text-align: center;
  border-radius: 35px;
  width: 5rem;
  font-size: 3rem;
}

.marcomlink {
  color: #f04549;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: color .45s;
}

.marcomlink:hover {
  color: #fff;
}

.link-block-2 {
  text-decoration: none;
}

.text-block-14 {
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 35px;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 2rem;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.menu-item-profile {
  color: #fff;
  background-image: url('../images/Squircle-button-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  margin-bottom: 1rem;
  transition: all .2s;
  display: block;
}

.menu-item-profile:hover {
  background-image: url('../images/Squircle-button-Blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: HT Baybars Display Bold, sans-serif;
  font-weight: 700;
  transform: scale(1.2);
}

.menu-item-profile:focus {
  background-image: url('../images/Squircle-button-Grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-profile {
  color: var(--midnight-blue);
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 35px;
  font-family: HT Baybars Display Extra Bold, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
}

.text-block-profile:hover {
  color: #fff;
}

.text-span-7 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.4rem;
}

.preloader {
  z-index: 9999999;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 3rem;
  line-height: 5rem;
  display: block;
  position: absolute;
  inset: auto 0% 26%;
}

.lottie-animation-2, .lottie-animation-enter {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.div-block-24 {
  min-width: 25%;
}

.worksframe-en {
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
  padding-left: 4.5vw;
  padding-right: 0;
  display: flex;
}

.servicesframe-en {
  height: 100%;
  padding-left: 7.5vh;
  padding-right: 0;
  display: flex;
}

.text-block-profile-ar {
  color: var(--midnight-blue);
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 35px;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 1.7rem;
  font-weight: 100;
}

.text-block-profile-ar:hover {
  color: #fff;
}

.worktitle {
  color: #fff;
  width: 100%;
  padding-bottom: 1rem;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.client-logo {
  width: auto;
  height: 50%;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.workimage1-new {
  background-color: #000;
  background-image: url('../images/Artboard-22-copy.png'), linear-gradient(#0000001a, #0000001a), url('../images/story_1.webp');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage1-new:hover {
  background-image: url('../images/Artboard-22-copy.png'), linear-gradient(#00000040, #00000040), url('../images/story_1.webp');
  background-size: 80%, auto, 130%;
}

.workimage-terhal {
  background-color: #000;
  background-image: url('../images/Artboard-53.png'), linear-gradient(#0000001a, #0000001a), url('../images/enhanced_WhatsApp-Image-2025-08-03-at-14-48-05.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage-terhal:hover {
  background-image: url('../images/Artboard-53.png'), linear-gradient(#00000080, #00000080), url('../images/enhanced_WhatsApp-Image-2025-08-03-at-14-48-05.jpg');
  background-position: 50%, 0 0, 50% 100%;
  background-size: 80%, auto, 130%;
}

.workimage-moewa {
  background-color: #000;
  background-image: url('../images/Artboard-1.png'), linear-gradient(#0000000d, #0000000d), url('../images/Story.png');
  background-position: 50%, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage-moewa:hover {
  background-image: url('../images/Artboard-1.png'), linear-gradient(#0003, #0003), url('../images/Story.png');
  background-position: 50%, 0 0, 50% 100%;
  background-size: 80%, auto, 120%;
}

.workimage-nadec {
  background-color: #000;
  background-image: url('../images/0-Powder-Sticker.webp'), linear-gradient(#0000001a, #0000001a), url('../images/nadec-posters-Story-13-1.webp');
  background-position: 30%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage-nadec:hover {
  background-image: url('../images/0-Powder-Sticker.webp'), linear-gradient(#0003, #0003), url('../images/nadec-posters-Story-13-1.webp');
  background-position: 50%, 0 0, 50%;
  background-size: 80%, auto, 130%;
}

.workimage-bestsheild {
  background-color: #000;
  background-image: url('../images/Artboard-22-copy.png'), linear-gradient(#0000001a, #0000001a), url('../images/BESTSHIELD-FINAL-16.webp');
  background-position: 50%, 0 0, 35%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, auto 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage-bestsheild:hover {
  background-image: url('../images/Artboard-22-copy.png'), linear-gradient(#0000004d, #0000004d), url('../images/BESTSHIELD-FINAL-16.webp');
  background-position: 50%, 0 0, 35%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, auto 130%;
}

.workimage-tarif {
  background-color: #000;
  background-image: url('../images/Artboard-1-copy.png'), linear-gradient(#0000001a, #0000001a), url('../images/Screenshot-2025-09-16-at-19.43.24.png');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage-tarif:hover {
  background-image: url('../images/Artboard-1-copy.png'), linear-gradient(#0000004d, #0000004d), url('../images/Screenshot-2025-09-16-at-19.43.24.png');
  background-size: 80%, auto, 130%;
}

.service_section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 100vh;
  padding: 12.5vh 0 15vh 2.5vh;
  display: flex;
}

.serviceitem {
  color: #fff;
  border: 1px solid #363636;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4.5%;
  display: flex;
}

.serviceitem.servicesbg-right {
  background-image: url('../images/Service-Back.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-width: 1px;
  padding-top: 1%;
  padding-bottom: 1%;
}

.serviceitem.servicesbg-mid {
  background-image: url('../images/Service-Back.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.serviceitem.servicesbg-left {
  background-image: url('../images/Service-Back.jpg');
  background-position: 0%;
  background-size: cover;
}

.service-descreption {
  text-align: center;
  text-shadow: 0 0 20px #00000080;
  padding-top: 0;
  padding-bottom: 1rem;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1rem;
}

.text-block-17 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 4rem;
}

.servicesbackgroundvideobreak-v2 {
  z-index: 100;
  filter: drop-shadow(0 3px 3px #0000004a) drop-shadow(0 8px 30px #00000029);
  border: 1px solid #303030;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 1% 13%;
  padding: 18% 4% 2% 2%;
  display: flex;
}

.service_02-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: start stretch;
  width: 40vw;
  height: 100vh;
  padding: 12.5vh 0 15vh 2.5vh;
  display: grid;
}

.service_02-sm-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  flex: none;
  grid-template-rows: minmax(auto, .5fr) minmax(.5px, .5fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center stretch;
  width: 20vw;
  height: 100vh;
  padding: 12.5vh 0 15vh 2.5vh;
  display: grid;
}

.card-2c {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  padding-bottom: 0;
  display: flex;
}

.div-block-28 {
  background-color: #3a3aef;
  background-image: url('../images/Hi-Lab-Pattren-2.svg');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: 135%;
  border: 1px #8a8ad1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  height: 100%;
  margin: 0% 0 0 0;
  padding: 2.5rem 1rem;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/image-40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px #333;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 75%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0;
  padding: 3%;
  transition: all .2s;
  display: grid;
}

.div-block-30:hover {
  background-size: auto 120%;
}

.heading-11 {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.text-block-18 {
  color: #fff;
  width: 100%;
  font-family: Itfomnianaskh, Arial, sans-serif;
}

.text-block-19 {
  color: #fff;
  width: 100%;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-weight: 700;
}

.div-block-31 {
  width: 80%;
  margin-top: 0;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.button-more-copy {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/Squircle-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 11rem;
  height: 3.8rem;
  margin-top: 1rem;
  margin-right: 0;
  padding: 1.3rem 1.6rem;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: all .2s;
}

.button-more-copy:hover {
  color: var(--crimson);
  background-image: url('../images/Squircle-button-Grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.2);
}

.button-more-copy:active {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: url('../images/Squircle-button.svg');
}

.button-more-copy.w--current {
  text-align: center;
  width: 9.7rem;
  padding: 1.5rem 0;
  position: static;
  left: auto;
  right: 0;
}

.image-26 {
  vertical-align: baseline;
  width: auto;
  padding-bottom: 1rem;
  overflow: hidden;
}

.workimage-ensan {
  background-color: #000;
  background-image: url('../images/Adrk.svg'), linear-gradient(#0000001a, #0000001a), url('../images/EnsanThumb-p-1080_1.webp');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, auto 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage-ensan:hover {
  background-image: url('../images/Adrk.svg'), linear-gradient(#0000004d, #0000004d), url('../images/EnsanThumb-p-1080_1.webp');
  background-size: 80%, auto, auto 120%;
}

.workimage-dkh {
  background-color: #000;
  background-image: url('../images/Dkhunlogoicon.svg'), linear-gradient(#0000001a, #0000001a), url('../images/image-9.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, auto 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage-dkh:hover {
  background-image: url('../images/Dkhunlogoicon.svg'), linear-gradient(#000c, #000c), url('../images/image-9.jpg');
  background-position: 50%, 0 0, 30%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 80%, auto, auto 150%;
}

.workimage-thobi {
  background-color: #000;
  background-image: url('../images/Thobi-Logo-1.svg'), linear-gradient(#0000001a, #0000001a), url('../images/Rectangle-23-p-1600_1.webp');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 0%, auto, auto 100%;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.workimage-thobi:hover {
  background-image: url('../images/Thobi-Logo-1.svg'), linear-gradient(#000c, #000c), url('../images/Rectangle-23-p-1600_1.webp');
  background-size: 80%, auto, auto 140%;
}

.image-27 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  width: 50%;
}

.image-28 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-29 {
  flex: 0 auto;
  width: 80%;
  height: auto;
  padding-bottom: 5rem;
  overflow: clip;
}

.text-block-20 {
  color: #fff;
  width: 80%;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.button-contact-us {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/Squircle-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 11rem;
  height: 3.8rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1.3rem 1.6rem;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: all .2s;
}

.button-contact-us:hover {
  background-image: url('../images/Squircle-button-Grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.2);
}

.button-contact-us:active {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: url('../images/Squircle-button.svg');
}

.button-contact-us.w--current {
  text-align: center;
  width: 9.7rem;
  padding: 1.5rem 0;
  position: static;
  left: auto;
  right: 0;
}

.text-block-21 {
  color: #fff;
  padding-bottom: 26px;
  font-family: Theyearofhandicrafts, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.others {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500vh;
  padding-top: 0%;
  display: block;
  overflow: visible;
}

.other-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: flex;
  position: sticky;
  top: 16vh;
  overflow: visible;
}

.others-headling {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  position: static;
  top: 9%;
  left: 7.5%;
  right: 7.5%;
}

.div-block-32 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  background-color: #0c0c0cd9;
  border-radius: 20px;
  width: 100%;
  height: 80%;
  padding: 2.5%;
  overflow: hidden;
}

.card-2c-info {
  border: .5px solid #292929;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  height: 100%;
  margin: 0% 0 0 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.card-2c-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid #292929;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 75%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0;
  padding: 0%;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.card-2c-images:hover {
  background-size: auto 120%;
}

.marcomtalkimages {
  background-image: url('../images/Marcom2x.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.teamimage {
  background-color: #000;
  background-image: url('../images/TeamImage.jpg');
  background-position: 50%;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2%;
  display: flex;
  position: static;
}

.text-block-22 {
  color: #fff;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Itfomnianaskh, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
}

.image-31 {
  width: 80%;
  padding-bottom: 36px;
}

.teampic {
  filter: grayscale(46%);
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/TeamPic.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.teampic:hover {
  filter: grayscale(0%);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/TeamPic.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-32 {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.div-block-33 {
  font-family: Theyearofhandicrafts, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .sectionbody {
    padding-right: 7.5%;
    position: static;
  }

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

  .heading-2.heading-service-2 {
    position: static;
  }

  .text-block-5 {
    padding-top: 5.1rem;
  }

  .serviceshorizontal {
    height: auto;
  }

  .servicescamera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .servicesframe {
    flex-direction: column;
    padding-right: 0;
  }

  .service_01 {
    width: 100vw;
    height: 75vh;
    padding: 3vh 3.5vh 0;
  }

  .heading-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20%;
    padding-bottom: 34px;
    padding-left: 9%;
    position: static;
  }

  .servicebackground {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .workshorizontal {
    background-color: #000;
    height: auto;
  }

  .workscamera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .worksframe {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: minmax(25%, 1fr) auto auto auto auto auto;
    grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: end stretch;
    width: 100%;
    height: 100%;
    padding-bottom: 10%;
    padding-right: 7.5vw;
    display: grid;
  }

  .wroksitem {
    object-fit: fill;
    flex: 0 auto;
    width: 40vw;
    margin-bottom: 5vh;
    padding-top: 5%;
    position: static;
    overflow: visible;
  }

  .worksheading {
    margin-top: 0;
    padding-top: 20%;
    padding-bottom: 10%;
    position: static;
  }

  .worksloading {
    display: none;
  }

  .customers {
    height: auto;
  }

  .pattren {
    object-fit: cover;
    background-image: url('../images/Pattren.svg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 0%;
  }

  .customerslogo {
    padding-top: 25%;
    display: block;
  }

  .marcom {
    background-image: linear-gradient(#1f1f1f, #1f1f1f), linear-gradient(#0000001a, #0000001a);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    height: auto;
  }

  .image-8 {
    object-fit: contain;
    flex: none;
    width: 50%;
  }

  .splide__track {
    padding-bottom: 5vh;
  }

  .splide__slide {
    width: 25%;
  }

  .paragraph-2 {
    padding-top: 0%;
  }

  .div-block-7 {
    flex-flow: column wrap;
    place-content: center flex-start;
    align-self: center;
    align-items: center;
  }

  .section.hero {
    height: 100vh;
  }

  .teamcard {
    align-items: center;
    margin-top: 0;
  }

  .teamtitle {
    margin-top: 0;
  }

  .teamname {
    font-size: .8rem;
  }

  .bold-text {
    font-size: .5rem;
  }

  .teamcard2 {
    width: auto;
    margin: 0 0 -1rem;
    padding-bottom: 0;
  }

  .pattren-copy {
    width: 100%;
    height: auto;
  }

  .excimage {
    object-fit: contain;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teamwarp {
    width: 100%;
  }

  .teamheading {
    margin-top: 0;
    padding-top: 20%;
    padding-bottom: 10%;
    position: static;
  }

  .text-block-8 {
    margin-top: 0;
    font-size: .55rem;
  }

  .teamlist-exc {
    width: 100%;
    height: auto;
  }

  .sectionbody-copy {
    padding-right: 7.5%;
    position: static;
  }

  .heading-copy-copy {
    margin-top: 0;
    padding-top: 7.5%;
    padding-bottom: 5%;
    padding-left: 7.5%;
    position: static;
  }

  .customerlogos {
    flex: none;
    margin-top: 0;
    margin-bottom: -3rem;
  }

  .sectionbody-copy {
    padding-bottom: 5rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: static;
  }

  .marcomtalk {
    margin-top: 0;
    padding-top: 20%;
    position: static;
  }

  .swiper-slide {
    width: 50%;
  }

  .header-2 {
    width: 100%;
    height: auto;
  }

  .swiper-component.slider1.pill {
    padding-right: 6vw;
  }

  .container-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__arrows {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    inset: auto 0% 0%;
  }

  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    width: 5vh;
    padding-top: 0;
  }

  .disappear {
    display: none;
  }

  .splide__pagination {
    flex-direction: row-reverse;
  }

  .splide__-pagination__item {
    margin-left: 0;
    display: none;
  }

  .splide__pagination__page {
    display: none;
  }

  .customerslogo-mobile {
    flex-direction: column;
    height: auto;
    padding-left: 7.5%;
    padding-right: 7.5%;
    display: flex;
  }

  .sectionbody-team {
    padding-bottom: 5rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: static;
  }

  .pattren-map {
    width: 100%;
    height: auto;
  }

  .riyadh-office, .cairo {
    padding-bottom: 5rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: static;
  }

  .footer {
    height: auto;
    padding-bottom: 7.5%;
    overflow: visible;
  }

  .sectionbody-footer {
    padding-bottom: 0;
    padding-left: 7.5%;
    padding-right: 7.5%;
    font-size: 1rem;
    line-height: 1.2rem;
    position: static;
  }

  .footerheading {
    margin-top: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 3rem;
    line-height: 3rem;
    position: static;
  }

  .officess {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    height: auto;
    display: grid;
  }

  .office-1 {
    width: 100%;
    height: 40vh;
    padding: 1vh 1vh 0;
  }

  .officevideobackground {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .contactusad {
    flex-flow: column;
    display: flex;
  }

  .html-embed-3 {
    display: block;
    position: absolute;
    top: 50%;
  }

  .html-embed-mobile {
    display: block;
  }

  .full-menu {
    flex-flow: wrap;
    padding: 0;
  }

  .contactform {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .heading-8 {
    text-align: center;
    font-size: 1rem;
  }

  .lebal {
    text-align: right;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .div-block-19 {
    flex-flow: row;
  }

  .socila-media-icons {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .sm-icon {
    width: 2rem;
  }

  .text-block-13 {
    padding-top: 3rem;
  }

  .link-block-2 {
    flex: 1;
    padding-left: 0;
  }

  .link-block-4 {
    line-height: 20px;
  }

  .heading-en {
    margin-top: 0;
    padding-top: 20%;
    position: static;
  }

  .sectionbody-en {
    padding-right: 7.5%;
    position: static;
  }

  .heading-copy-copy-en {
    margin-top: 0;
    padding-top: 7.5%;
    padding-bottom: 5%;
    padding-left: 7.5%;
    position: static;
  }

  .worksheading-en {
    margin-top: 0;
    padding-top: 20%;
    padding-bottom: 10%;
    position: static;
  }

  .sectionbody-copy-en {
    padding-bottom: 5rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: static;
  }

  .pattren-en {
    object-fit: cover;
    background-image: url('../images/Pattren.svg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 0%;
  }

  .worksframe-en {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: minmax(25%, 1fr) auto;
    grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-items: center;
    width: 100%;
    padding-right: 7.5vw;
    display: grid;
  }

  .servicesframe-en {
    flex-direction: column;
    padding-right: 0;
  }

  .marcomtalk-en {
    margin-top: 0;
    padding-top: 20%;
    position: static;
  }

  .teamheading-en {
    margin-top: 0;
    padding-top: 20%;
    padding-bottom: 10%;
    position: static;
  }

  .sectionbody-team-en {
    padding-bottom: 5rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: static;
  }

  .footerheading-en {
    margin-top: 0;
    padding-top: 20%;
    padding-bottom: 10%;
    position: static;
  }

  .sectionbody-footer-copy {
    padding-bottom: 5rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: static;
  }

  .lebal-en {
    text-align: center;
  }

  .text-block-5-en {
    padding-top: 5.1rem;
  }

  .servicebackground-en {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .teamtitle-en {
    margin-top: 0;
  }

  .text-block-8-en {
    margin-top: 0;
    font-size: .55rem;
  }

  .officevideobackground-en {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .paragraph-2-en {
    padding-top: 0%;
  }

  .service_section {
    width: 100vw;
    height: 30vh;
    padding: 3vh 9% 0;
  }

  .serviceitem {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .service-descreption {
    padding-top: 0;
  }

  .service_02-break {
    width: 100vw;
    height: 75vh;
    padding: 3vh 3.5vh 0;
  }

  .servicesbackgroundvideobreak-v2 {
    flex-flow: row;
    padding-top: 11%;
    display: flex;
  }

  .service_02-block {
    width: 100vw;
    height: 55vh;
    padding: 0 9%;
  }

  .service_02-sm-block {
    grid-template-rows: minmax(auto, .5fr);
    grid-template-columns: 1fr 1fr;
    width: 100vw;
    height: 27vh;
    padding: 0 9%;
  }

  .hilab {
    height: auto;
  }

  .hilab-camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .text-block-21 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    display: block;
  }

  .others {
    height: auto;
  }

  .other-card {
    width: auto;
    height: 750px;
    overflow: visible;
  }

  .others-headling {
    margin-top: 0;
    padding-top: 2%;
    position: static;
  }

  .div-block-32 {
    height: 600px;
  }

  .teamimage {
    display: block;
  }

  .heading-sticky {
    margin-top: 0;
    padding-top: 20%;
    position: static;
  }

  .text-block-23, .text-block-24 {
    font-family: Itfomnianaskh, Arial, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .tobeapartner {
    width: 60vw;
    margin-bottom: 3rem;
  }

  .heading-2 {
    font-size: 6rem;
    line-height: 7rem;
  }

  .wroksitem {
    width: 100%;
  }

  .pattren {
    background-image: linear-gradient(#0000, #0000), url('../images/Pattren-Long.svg');
    background-position: 0 0, 50%;
    background-size: auto, contain;
    height: auto;
  }

  .splide__slide {
    width: 30%;
  }

  .svg {
    display: none;
  }

  .zoom {
    justify-content: flex-start;
    padding-top: 20vh;
  }

  .svg-copy {
    display: block;
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 70vw #fff;
  }

  .teamcard {
    width: 30%;
  }

  .teamname {
    font-size: .7rem;
    line-height: 1rem;
  }

  .pattren-copy {
    background-image: linear-gradient(#0000, #0000), url('../images/Pattren-Long.svg');
    background-size: auto, contain;
    height: 100vh;
  }

  .teamlist-exc {
    align-items: flex-end;
  }

  .customerlogos {
    margin-bottom: -2rem;
  }

  .sectionbody-copy {
    padding-bottom: 7.5%;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-component.slider1.pill {
    padding-right: 0;
  }

  .container-3 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .customerslogo-mobile, .sectionbody-team {
    padding-bottom: 7.5%;
  }

  .pattren-map {
    background-image: linear-gradient(#0000, #0000), url('../images/Pattren-Long.svg');
    background-size: auto, contain;
    height: 100vh;
  }

  .riyadh-office, .cairo, .sectionbody-footer {
    padding-bottom: 7.5%;
  }

  .menu_container {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .menu_buttoncontainer {
    align-self: center;
    align-items: center;
  }

  .svg-en {
    display: none;
  }

  .tobeapartner-en {
    width: 60vw;
    margin-bottom: 3rem;
  }

  .sectionbody-copy-en {
    padding-bottom: 7.5%;
  }

  .pattren-en {
    background-image: linear-gradient(#0000, #0000), url('../images/Pattren-Long.svg');
    background-position: 0 0, 50%;
    background-size: auto, contain;
    height: auto;
  }

  .sectionbody-team-en, .sectionbody-footer-copy {
    padding-bottom: 7.5%;
  }

  .heading-2-en {
    font-size: 6rem;
    line-height: 7rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .tobeapartner {
    width: 60%;
    margin-bottom: 15%;
    margin-right: 0%;
    padding-right: 7.5%;
  }

  .title {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .navbar {
    margin-top: 0;
  }

  .brand {
    width: 10rem;
    min-width: 10rem;
  }

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

  .about-hamah {
    background-image: linear-gradient(#0000, #0000), url('../images/Pattren-Long.svg');
    background-repeat: repeat, repeat-y;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .heading {
    font-size: 2.5rem;
  }

  .text-block-2 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .text-block-3 {
    padding-bottom: 0;
    font-size: 7vw;
  }

  .hamah-descreption {
    width: 60%;
    margin-bottom: 25%;
  }

  .services {
    background-image: linear-gradient(#0000, #0000), url('../images/Pattren-Long.svg');
    background-repeat: repeat, repeat-y;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    grid-template-columns: minmax(200px, 1fr);
  }

  .servicesblocks {
    height: auto;
    overflow: scroll;
  }

  .heading-2 {
    font-size: 2.7rem;
    line-height: 3rem;
  }

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

  .text-block-5 {
    padding-top: 5rem;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .service {
    width: 100%;
    overflow: visible;
  }

  .serviceshorizontal {
    padding-top: 50px;
  }

  .servicesframe {
    padding-right: 0;
    display: flex;
  }

  .service_01 {
    height: 60vh;
  }

  .heading-copy {
    padding-left: 7.5%;
    padding-right: 7.5%;
    font-size: 2.5rem;
  }

  .workshorizontal {
    background-color: #000;
    padding-top: 0;
  }

  .workscamera {
    padding-top: 0;
  }

  .worksframe {
    padding-right: 0;
    display: flex;
  }

  .wroksitem {
    width: 90%;
    height: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .workinfo {
    margin-top: 2.5%;
    padding-left: 7.5%;
    padding-right: 5%;
  }

  .workdesc {
    height: auto;
  }

  .worksheading {
    font-size: 2.5rem;
  }

  .customers {
    background-image: linear-gradient(#0000, #0000);
    padding-top: 50px;
  }

  .pattren {
    background-image: url('../images/Pattren-Long.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    height: auto;
    padding-top: 20%;
  }

  .paragraph {
    padding: 35px;
    position: static;
  }

  .customerslogo {
    justify-content: center;
    align-items: center;
    min-height: 20vh;
    display: flex;
    position: static;
  }

  .marcom {
    background-image: linear-gradient(#1f1f1f, #1f1f1f);
    width: 100%;
    padding-top: 50px;
  }

  .image-8 {
    width: 60%;
  }

  .splide__slide {
    width: 25%;
  }

  .heading-3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph-2 {
    float: none;
    clear: none;
    flex: none;
    width: auto;
    margin-right: 0%;
    padding: 0% 7.5%;
    font-size: 1.2rem;
    line-height: 1.3rem;
    position: static;
    right: 7.5%;
  }

  .div-block-7 {
    width: 80%;
    padding-top: 0;
  }

  .div-block-6-copy {
    height: 30vh;
  }

  .namedestn {
    background-image: linear-gradient(#0000, #0000), url('../images/Pattren-Long.svg');
    background-repeat: repeat, repeat-y;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .zoom-header.right {
    padding-left: 0;
  }

  .svg {
    display: none;
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 70vh #fff;
  }

  .zoom {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 30vh;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .text-block-6, .text-block-7 {
    font-size: 5vw;
  }

  .svg-copy {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 70vh #fff;
  }

  .team {
    background-image: linear-gradient(#0000, #0000);
    height: auto;
    padding-top: 50px;
  }

  .teamtitle {
    margin: -10px -3px 20px;
  }

  .teamname {
    line-height: .7rem;
  }

  .pattren-copy {
    height: 100vh;
    padding-top: 20%;
  }

  .teamheading {
    text-align: right;
    padding-bottom: 0%;
    padding-right: 7.5%;
    font-size: 2.5rem;
  }

  .heading-copy-copy {
    text-align: right;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 7.5%;
    font-size: 2.5rem;
  }

  .customerlogos {
    margin-bottom: -1rem;
  }

  .sectionbody-copy {
    text-align: right;
    padding-bottom: 7.5%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .marcomtalk {
    text-align: right;
    font-size: 2.5rem;
  }

  .header_sub-line {
    width: 2em;
  }

  .customerslogo-mobile {
    height: 80%;
    padding-bottom: 15%;
    position: static;
  }

  .sectionbody-team {
    text-align: right;
    padding-bottom: 7.5%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .div-block-11 {
    display: none;
  }

  .pattren-map {
    height: 100vh;
    padding-top: 0%;
  }

  .riyadh-office, .cairo {
    padding-bottom: 7.5%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .footer {
    background-image: linear-gradient(#0000, #0000);
    height: auto;
    padding-top: 50px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sectionbody-footer {
    text-align: left;
    padding-bottom: 7.5%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .footerheading {
    text-align: left;
    padding-bottom: 0%;
    padding-right: 7.5%;
    font-size: 2.5rem;
    font-weight: 800;
  }

  .officess {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .office-1 {
    height: 40vh;
  }

  .contactusad {
    padding-left: 0%;
    padding-right: 0%;
  }

  .html-embed-3 {
    top: 33.33%;
  }

  .navbar-section {
    padding-right: 6.5%;
  }

  .menu_buttoncontainer {
    align-self: center;
  }

  .div-block-2 {
    align-self: auto;
    top: 10%;
    left: 7%;
  }

  .menu-item {
    width: 9rem;
    height: 5rem;
    margin-bottom: 0;
  }

  .full-menu {
    flex-direction: row;
    display: none;
  }

  .link-block.w--current {
    width: 10rem;
  }

  .contactform {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 1.8rem;
  }

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

  .div-block-19 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sm-icon {
    width: 100%;
  }

  .text-block-13 {
    font-size: 10px;
  }

  .socila-media-icons-marcom {
    flex: none;
    align-self: center;
    padding-top: 2rem;
  }

  .link-block-2 {
    text-align: center;
  }

  .campaigntitle {
    font-size: 2rem;
  }

  .text-block-14 {
  /*  padding-top: 25px;*/
    font-size: 1.4rem;
  }

  .link-block-3 {
    display: block;
  }

  .link-block-4 {
    font-size: 20px;
  }

  .menu-item-profile {
    width: 10rem;
    margin-bottom: 0;
  }

  .text-block-profile {
    font-size: 1.2rem;
  }

  .text-block-15 {
    font-size: 1rem;
    inset: auto 0% 36%;
  }

  .lottie-animation-enter {
    display: none;
  }

  .div-block-23 {
    align-self: center;
    width: 100%;
  }

  .div-block-24 {
    flex: 0 auto;
    align-self: center;
    width: 100%;
  }

  .div-block-25 {
    margin-top: 2rem;
  }

  .title-en {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .button-en {
    text-align: center;
  }

  .button-en.w--current {
    width: auto;
    margin-top: 0;
  }

  .svg-en {
    display: none;
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 70vh #fff;
  }

  .text-block-3-en {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .text-block-6-en {
    margin-top: 0;
  }

  .heading-en {
    padding-right: 7.5%;
    font-size: 2.5rem;
  }

  .sectionbody-en {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 7.5%;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .navbar-section-en {
    padding-left: 7.5%;
    padding-right: 0%;
  }

  .text-block-15-en {
    font-size: 1rem;
    inset: auto 0% 36%;
  }

  .brand-en {
    width: 10rem;
    min-width: 10rem;
  }

  .tobeapartner-en {
    width: 80%;
    margin-bottom: 0%;
    padding-top: 20%;
    position: static;
    top: 0;
    bottom: 0;
  }

  .heading-copy-copy-en {
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: 2.5rem;
  }

  .worksheading-en {
    padding-bottom: 0%;
    padding-right: 7.5%;
    font-size: 2.5rem;
  }

  .sectionbody-copy-en {
    width: 100%;
    padding-bottom: 7.5%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .pattren-en {
    background-image: url('../images/Pattren-Long.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    height: auto;
    padding-top: 20%;
  }

  .worksframe-en {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(25%, 1fr) auto;
    grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
    grid-auto-columns: 1fr;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hamah-descreption-en {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 25%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 7.5%;
    padding-right: 7.5%;
    display: flex;
  }

  .text-block-2-copy {
    font-size: 1.2rem;
  }

  .text-block-2-en {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .servicesframe-en {
    padding-left: 0;
    padding-right: 0;
  }

  .marcomtalk-en {
    font-size: 2.5rem;
  }

  .maren {
    width: 100%;
  }

  .socila-media-icons-marcom-en {
    justify-content: center;
    width: 100%;
  }

  .teamheading-en {
    margin-right: 0%;
    padding-bottom: 0%;
    font-size: 2.5rem;
  }

  .sectionbody-team-en {
    margin-right: 0%;
    padding-bottom: 7.5%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .footerheading-en {
    padding-bottom: 0%;
    font-size: 2.5rem;
    font-weight: 800;
  }

  .sectionbody-footer-copy {
    padding-bottom: 7.5%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .heading-2-en {
    font-size: 2.7rem;
    line-height: 3rem;
  }

  .div-block-23-en, .div-block-24-en {
    align-self: center;
  }

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

  .text-block-5-en {
    padding-top: 5rem;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .teamtitle-en {
    margin: -10px -3px 20px;
  }

  .text-block-8-en {
    line-height: .7rem;
  }

  .text-block-14-en {
    padding-top: 25px;
    font-size: 1.4rem;
  }

  .text-block-profile-en {
    font-size: 1.2rem;
  }

  .closex-en {
    padding-top: 45px;
    position: static;
  }

  .div-block-27 {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .text-block-profile-ar {
    font-size: 1.2rem;
  }

  .menu-item-langauge {
    width: 10rem;
    margin-bottom: 0;
  }

  .div-block-27-copy {
    flex-direction: column;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .worktitle {
    padding-top: 1rem;
    padding-bottom: .25rem;
  }

  .client-logo {
    height: 2%;
    max-height: 2.4rem;
    margin-top: 13px;
    padding: 0;
    overflow: hidden;
  }

  .workimage1-new {
    padding: 10rem 0;
  }

  .workimage-terhal {
    height: 80%;
    padding: 10rem 0;
  }

  .workimage-moewa, .workimage-nadec, .workimage-bestsheild, .workimage-tarif {
    padding: 10rem 0;
  }

  .service_section {
    width: 100%;
    height: 50%;
    display: block;
  }

  .serviceitem.servicesbg-right {
    height: auto;
  }

  .service-descreption {
    padding-top: .25rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .service_02-break {
    height: 60vh;
  }

  .servicesbackgroundvideobreak-v2 {
    height: 50%;
    margin-right: 0%;
  }

  .service_02-block {
    height: auto;
    display: flex;
  }

  .service_02-sm-block {
    height: auto;
    padding-bottom: 2vh;
    display: flex;
  }

  .card-2c {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-28 {
    background-position: 10% 180%;
    background-size: 320%;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .hilab {
    padding-top: 50px;
  }

  .workimage-ensan, .workimage-dkh, .workimage-thobi {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .image-29 {
    width: 40%;
    padding-bottom: 1rem;
  }

  .text-block-20 {
    font-weight: 400;
  }

  .text-block-21 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .others {
    padding-top: 50px;
    display: flex;
  }

  .other-card {
    flex-flow: column;
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
    position: static;
  }

  .others-headling {
    text-align: right;
    padding-right: 7.5%;
    font-size: 2.5rem;
  }

  .div-block-32 {
    flex-flow: column;
    height: 100%;
    padding-top: 5%;
    display: flex;
  }

  .card-2c-info {
    width: 100%;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .card-2c-images {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .marcomtalkimages {
    background-position: 50%;
    background-size: cover;
    min-height: 25vh;
  }

  .teamimage {
    min-height: 26vh;
    max-height: 50vh;
    display: block;
    position: static;
  }

  .teampic {
    background-image: linear-gradient(to bottom, null, null), url('../images/TeamPic.webp');
    background-position: 0 0, 50%;
    min-height: 42vh;
  }

  .heading-sticky {
    padding-right: 7.5%;
    font-size: 2.5rem;
  }
}

#w-node-cfc82fa2-cee8-db39-a4f2-1f5938c950f1-ac3f8a95 {
  place-self: start;
}

#w-node-_642973e2-1d0d-4cda-c9f4-3bd67160f784-ac3f8a95 {
  order: 9999;
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: end;
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HT Baybars Display Bold';
  src: url('../fonts/HTBaybarsDisplay-Bold-1.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HT Baybars Display Thin';
  src: url('../fonts/HTBaybarsDisplay-Thin-1.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HT Baybars Display Extra Bold';
  src: url('../fonts/HTBaybarsDisplay-ExtraBold-1.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theyearofhandicrafts';
  src: url('../fonts/TheYearofHandicrafts-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theyearofhandicrafts';
  src: url('../fonts/TheYearofHandicrafts-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theyearofhandicrafts';
  src: url('../fonts/TheYearofHandicrafts-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theyearofhandicrafts';
  src: url('../fonts/TheYearofHandicrafts-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theyearofhandicrafts';
  src: url('../fonts/TheYearofHandicrafts-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itfomnianaskh';
  src: url('../fonts/itfOmniaNaskh-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itfomnianaskh';
  src: url('../fonts/itfOmniaNaskh-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itfomnianaskh';
  src: url('../fonts/itfOmniaNaskh-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itfomnianaskh';
  src: url('../fonts/itfOmniaNaskh-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itfomnianaskh';
  src: url('../fonts/itfOmniaNaskh-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}