@font-face {
  font-family: FS Albert Arabic Regular;
  src: url("../fonts/alfont_com_AlFont_com_FSAlbertArabic-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: "FS Albert Arabic Regular", Arial, sans-serif;
  --text-dark: #191919;
  --primary: #0e3b68;
  --white: white;
  --light-grey: #f9f9fa;
  --black: #191919;
  --round-50: 50%;
  --grey: #c2c2c2;
  --dark-grey-50: #afafaf80;
  --white-80: #fffc;
  --white-50: #ffffff80;
  --primary-light: white;
  --dark-grey: #afafaf;
  --paragraph-grey: #535353;
  --round-30: 30px;
  --secondary-font: Lora, sans-serif;
}

body {
  direction: rtl;
  font-family: var(--body);
  color: #333;
  font-size: 18px;
  line-height: 1em;
}

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  color: var(--text-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  color: var(--text-dark);
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.nav-container {
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.nav-brand {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.navbar {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0 0 auto;
}

.nav-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  direction: ltr;
}

.primary-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.475s;
  display: flex;
}

.primary-button:hover {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.primary-button.margin-top-button {
  margin-top: 40px;
}

.primary-button.margin-top-button:hover,
.primary-button.light-button:hover {
  color: var(--white);
}

.primary-button.contact-button {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}

.primary-button.small-button {
  max-width: 30%;
  margin-top: 20px;
}

.primary-button.medium-button {
  max-width: 60%;
}

.nav-dropdown-list.w--open {
  background-color: #202020;
  border: 1px solid #ffffff0d;
  border-radius: 10px;
  min-width: 340px;
  margin-top: 15px;
  padding: 20px 20px 16px;
  left: -95px;
  right: auto;
}

.nav-dropdown-list.w--open {
  direction: rtl;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.padding-top-0 {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.grey-section {
  background-color: var(--light-grey);
}

.section.grey-section.overflow-hidden {
  overflow: hidden;
}

.section.main-section {
  background-color: var(--black);
  background-image: url("../images/square.svg");
  background-position: 50%;
  background-size: cover;
  padding-top: 160px;
  overflow: hidden;
}

.section.hero-section {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section.services-banner {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.services-banner.network-infrastructure {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/data-center.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.services-banner.media-glass {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/centro-comercial-01-1.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.services-banner.security-solutions {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/StockCake-Surveillance-Control-Center_1758287436.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.services-banner.smart-home {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/Grundkurs-Titelbild.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.padding-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.background-video {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-overlay {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.base-container {
  z-index: 3;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-banner-text {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-title-description {
  color: var(--white);
  max-width: 650px;
  margin-top: 25px;
  line-height: 1.5em;
}

.icon {
  margin-right: 0;
}

.white-text {
  color: var(--white);
}

.white-text {
  font-size: 40px;
}

.inner-block {
  background-color: var(--light-grey);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.text-wrap-half {
  max-width: 50%;
}

.feature-grid-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.feature-icon-container {
  border-radius: var(--round-50);
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.flex-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.flex-block-container {
  justify-content: space-between;
  display: flex;
}

.flex-block-container.block-with-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
}

.half-section-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
}

.half-section-block.block-with-image {
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 150px;
}

.list-items-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--black);
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: 30px;
  display: flex;
}

.big-text-number {
  color: var(--primary);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}

.max-width-heading {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.3em;
}

.rounded-image {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  height: 100%;
}

.rounded-image.feature {
  width: 78%;
  height: 380px;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-left: 40px;
  position: static;
}

.mini-feature-image {
  border-radius: 10px;
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.mini-feature-image.feature-top-image {
  width: 280px;
  inset: 10px 25px auto auto;
}

.content-block {
  z-index: 2;
  position: relative;
}

.big-text-about {
  color: var(--text-dark);
  max-width: 60%;
  font-size: 40px;
  line-height: 1.2em;
}

.statistics-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 65%;
  margin-top: 40px;
  display: grid;
}

.statistic-item {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 20px;
}

.statistic-item.statistic-item-about-us {
  z-index: 3;
  border-style: none;
  max-width: 270px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.statistic-item.statistic-item-about-us {
  left: auto;
  right: 20px;
}

.statistic-number {
  color: var(--primary);
  font-size: 65px;
  font-weight: 500;
  line-height: 0.9em;
}

.statistic-number-description {
  border-top: 1px solid var(--grey);
  color: var(--text-dark);
  margin-top: 20px;
  padding-top: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.lottie-item {
  z-index: 0;
  position: absolute;
  inset: 0% auto 0% -15%;
}

.solutions-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.solution-item {
  border: 1px solid var(--black);
  background-color: var(--light-grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-icon {
  z-index: 5;
  border-radius: var(--round-50);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
  position: relative;
}

.solution-title {
  z-index: 5;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 24px;
  position: relative;
}

.solution-title {
  width: 85%;
}

.title-wrapper-small {
  max-width: 200px;
}

.quotation-mark {
  color: #0e3b68;
}

.testimonial-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-wrapper {
  direction: ltr;
}

.testimonial-slider-wrapper {
  width: 70%;
}

.slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.right-arrow {
  justify-content: center;
  align-items: center;
}

.testimonial-arrow {
  inset: auto 0% 0% auto;
}

.testimonial-arrow.right-arrow {
  margin-right: 0;
}

.testimonial-arrow.right-arrow {
  margin-left: 100px;
  left: 0;
  right: auto;
}

.testimonial-arrow.left-arrow {
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  display: flex;
}

.testimonial-arrow.left-arrow {
  left: 0;
  right: auto;
}

.testimonial-text {
  min-height: 190px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1em;
}

.testimonial-text {
  direction: rtl;
  text-align: right;
}

.slide-nav {
  display: none;
}

.testimonial-author-image {
  border-radius: var(--round-50);
  width: 75px;
  height: 75px;
}

.mask {
  overflow: hidden;
}

.testimonial-author {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-author {
  direction: rtl;
}

.testimonial-slide {
  min-height: 300px;
}

.testimonial-author-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3em;
}

.testimonial-author-info {
  text-align: right;
}

.testimonial-icon {
  color: var(--primary);
  margin: 0 0 5px;
}

.nav-menu {
  background-color: #202020;
  border: 1px solid #ffffff0d;
  border-radius: 30px;
  padding: 10px 40px;
}

.dropdown {
  position: relative;
}

.slide-number {
  font-size: 22px;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: auto 73px 5px auto;
}

.slide-number {
  left: 73px;
  right: auto;
}

.brand-logo-image {
  width: 75px;
}

.brand-text {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: var(--white);
  flex-flow: column;
  margin-bottom: 5px;
  display: flex;
}

.english-name {
  font-size: 14px;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-wrapper-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.footer-brand {
  display: block;
}

.footer-brand {
  direction: ltr;
}

.footer-wrapper {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.footer-contact {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-contacts-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-brand-wrapper {
  width: 40%;
}

.ikonik-i9ccd,
.ikonik-7ytq7 {
  color: #fff;
}

.footer-nav-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.card-hover {
  background-color: var(--black);
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: -10vw;
  right: -10vw;
}

.feature-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  backface-visibility: hidden;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0;
}

.feature-title-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.feature-description {
  backface-visibility: hidden;
  text-align: center;
  transform-style: preserve-3d;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.feature-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: var(--white);
  background-color: var(--primary);
  border-radius: 50%;
  border: 2px solid #0e3b68;
}

.feature-link:hover {
  background-color: var(--white);
  color: #191919;
}

.feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  position: relative;
}

.inner-banner-wrapper {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.banner-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-description {
  color: var(--white);
}

.story-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.position-relative {
  border-radius: 20px;
  position: relative;
}

.our-mission {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-mission {
  justify-content: flex-end;
  align-items: flex-end;
}

.our-mission-icon {
  width: 200px;
}

.heading-2 {
  font-size: 38px;
  font-weight: 600;
}

.image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image.noise-texture {
  opacity: 0.4;
}

.about-banner-statistics {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--light-grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  margin-top: 1px;
  margin-left: 60px;
  padding: 80px 40px;
  display: flex;
}

.about-banner-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-overlay {
  z-index: 2;
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.about-banner-content {
  color: #64b1ff;
  max-width: 100%;
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

.about-banner-cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span {
  color: var(--primary);
  font-weight: 400;
}

.faq-title {
  margin-top: 0;
}

.story-image-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.faq {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ikonik-8vrvh {
  color: #fff;
}

.faq-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-icon {
  border-radius: var(--round-50);
  background-color: var(--primary);
  color: var(--text-dark);
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px;
  display: flex;
}

.accordion-icon {
  margin-left: 0;
  margin-right: 20px;
}

.accordion-icon.show-room {
  background-color: #0000;
}

.faq-title-wrapper {
  position: relative;
}

.accordion-item {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: 10px 30px;
}

.accordion-item.show-room-accordion {
  border-top: 1px solid var(--dark-grey-50);
  border-bottom: 1px none var(--dark-grey-50);
  background-color: #0000;
  border-radius: 0;
}

.accordion-item.show-room-accordion.last-accordion {
  border-bottom-style: solid;
}

.accordion-title {
  font-size: 24px;
}

.faq-accordion-list-content {
  font-size: 16px;
}

.faq-accordion-list {
  overflow: hidden;
}

.accordion-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  direction: rtl;
  flex-flow: column;
  display: flex;
}

.hero-image {
  z-index: 4;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  position: absolute;
  top: 140px;
  object-fit: cover;
}

.hero-image.hero-bottom-right-image {
  width: 350px;
  height: 350px;
  top: auto;
  bottom: 40px;
  right: 120px;
}

.hero-image.hero-bottom-right-image {
  z-index: 4;
}

.hero-image.hero-left-image {
  top: 220px;
  left: 25px;
}

.hero-image.hero-left-image {
  z-index: 5;
}

.hero-image.hero-top-right-image {
  right: 60px;
}

.hero-image.hero-top-right-image {
  z-index: 3;
  width: 250px;
  height: 250px;
}

.dropdown-links-wrapper {
  overflow: hidden;
}

.utility-page-wrap {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.error-page-h1 {
  color: var(--white);
  font-size: 160px;
}

._404-paragraph {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
}

.heading-7 {
  color: var(--white-80);
}

.contact-form {
  background-color: var(--light-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.text-field {
  background-color: var(--white);
  color: var(--text-dark);
  border: 1px solid #eee;
  border-radius: 10px;
  flex: 0 auto;
  height: 57px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 5px 4px #ebebeb59;
}

.text-field:focus {
  border-color: var(--primary);
}

.text-field::placeholder {
  direction: ltr;
  color: gray;
  text-align: right;
}

.text-field.text-area {
  width: 100%;
  height: 252px;
}

.field-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: stretch;
}

.rich-text-block {
  line-height: 1.5em;
}

.form-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.contact-paragraph {
  color: gray;
  max-width: 420px;
  font-size: 16px;
  font-weight: 500;
}

.header-block {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.full-container {
  max-width: 100%;
}

.services-row {
  grid-template-rows: auto;
  height: 450px;
}

.network-service-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.network-service-wrapper.right {
  justify-content: center;
  align-items: flex-start;
}

.network-service-wrapper.left {
  justify-content: center;
  align-items: flex-end;
}

.network-service-content {
  max-width: 100%;
}

.network-service-image-wrapper {
  width: 50%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.service-image {
  width: 100%;
  height: 100%;
  position: absolute;
}

.service-image.service-3 {
  background-image: linear-gradient(#0000004d, #0000004d),
    url("../images/f1-7.png");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-image.service-3.media-glass-service {
  background-image: linear-gradient(#0000004d, #0000004d),
    url("../images/pantalla-led-exterior-fachada.webp");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.service-image.service-4 {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/132828451.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-image.service-4.media-glass-service {
  background-image: linear-gradient(#0000004d, #0000004d),
    url("../images/132828451.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-image.service-2 {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/centro-comercial-01-1.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-image.service-2.media-glass-service {
  background-image: linear-gradient(#0000004d, #0000004d),
    url("../images/centro-comercial-01-1.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-image.service-1.media-glass-service {
  background-image: linear-gradient(#0000004d, #0000004d),
    url("../images/Transparent-OLED-5.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.contact-label {
  color: var(--primary);
  font-weight: 700;
}

.contact-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.contact-box {
  direction: rtl;
}

.cantact-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.contact-link-span {
  direction: ltr;
  text-align: right;
  text-decoration: underline;
  display: inline-block;
}

.contact-details {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-details {
  direction: rtl;
  text-align: right;
}

.network-services-header {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.service-title-h2 {
  text-align: center;
  width: 650px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.room-tab-container {
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tabs-content {
  min-height: 450px;
}

.tabs {
  width: 50%;
  max-width: 50%;
  position: static;
}

.private-media-glass {
  display: flex;
  position: relative;
  overflow: hidden;
}

.private-media-glass-content {
  color: var(--light-grey);
  background-color: #111725;
  max-width: 50%;
  padding: 60px;
}

.tabs-menu {
  background-color: var(--primary);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 60px 20% auto;
}

.switch-tab-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--primary);
  color: var(--white-50);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.switch-tab-link.w--current {
  background-color: var(--light-grey);
  color: var(--text-dark);
}

.light-paragraph {
  color: var(--primary-light);
}

.show-room-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  direction: ltr;
  display: flex;
}

.show-room-div {
  min-width: 50%;
  max-width: 50px;
}

.slide-nav-2,
.arrow {
  display: none;
}

.show-room-image {
  border-radius: 20px;
  height: 100%;
}

.show-room-image.smart-home {
  border-radius: 10px;
  width: 100%;
}

.show-room-slider {
  background-color: #0000;
  border-radius: 20px;
  min-height: 500px;
}

.plus-icon {
  display: none;
}

.room-tab-image {
  flex: 1;
  height: 100%;
  min-height: 450px;
}

.ikonik-c7cmz,
.ikonik-26lek,
.ikonik-e8lpzk,
.ikonik-okmv,
.ikonik-7fjdh,
.ikonik-51ry9,
.ikonik-4gixa,
.ikonik-e0hkk,
.ikonik-bwkwk,
.ikonik-12h8q {
  color: #fff;
}

.heading-8 {
  font-size: 36px;
}

.security-services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.security-service-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-grey-50);
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.security-service-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}

.service-icon {
  border-radius: var(--round-50);
  background-color: var(--primary);
  color: var(--white);
  width: 65px;
  height: 65px;
  padding-left: 10px;
  padding-right: 10px;
}

.service-description {
  font-size: 14px;
}

.service-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.about-security-service-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-security-content {
  max-width: 50%;
}

.image-5 {
  border-radius: 10px;
  width: 45%;
  max-width: 90%;
  box-shadow: 20px -20px 2px #0e3b6824;
}

.about-security-solutions {
  font-size: 14px;
  font-weight: 300;
}

.about-security-advantage {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-security-advantage-icon {
  color: var(--primary);
}

.security-advantages-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.smart-home-model {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.model-content {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: var(--light-grey);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  max-width: 50%;
  padding: 40px;
  display: flex;
}

.model-image {
  border-radius: 10px;
  width: 65%;
  max-width: 70%;
}

.show-room-tab {
  border-bottom: 1px solid var(--dark-grey-50);
  text-align: center;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.show-room-tab.w--current {
  border-bottom-color: var(--primary);
  text-align: center;
  background-color: #0000;
}

.show-room-tab-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.primary-button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #0e3b68;
  border: 2px solid #0e3b68;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.475s;
  display: flex;
}

.primary-button-2:hover {
  color: #0e3b68;
  background-color: #0000;
  border: 2px solid #0e3b68;
}

.primary-button-2.light-button:hover {
  color: #fff;
}

.language-toggle {
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}

.language-toggle p {
  display: block;
  text-align: center;
  margin: 0;
}

.brand-text-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fff;
  flex-flow: column;
  margin-bottom: 5px;
  display: flex;
}

.language-menu.w--open {
  z-index: 10;
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 150px;
  margin-top: 10px;
  display: flex;
  left: -41px;
  right: auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.language-toggle-container {
  color: #fff;
}

.nav-link {
  color: var(--white);
  border: 1px #000;
  border-bottom: 1px solid #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 0;
  font-size: 16px;
  transition: all 0.5s;
}

.nav-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #0e3b68;
}

.nav-link {
  font-size: 16px;
}

.nav-link.w--current {
  color: #228cf6;
  border-bottom-style: none;
  border-bottom-color: #0e3b68;
}

.nav-link.w--current:hover {
  border-bottom-style: none;
}

.nav-link.dropdown-link {
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.nav-link.dropdown-link:hover {
  margin-right: 20px;
}

.nav-link.dropdown-link.w--current:hover {
  border-bottom-style: none;
}

.nav-dropdown-line-2 {
  background-color: #0e3b68;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: block;
}

.nav-dropdown-line-2 {
  margin-left: 15px;
  margin-right: 0;
}

.dropdown-item-2 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 20px 5px 0;
  font-size: 16px;
  overflow: hidden;
}

.language-link {
  color: #191919;
  padding: 15px;
  text-decoration: none;
}

.language-link.current-language,
.language-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.footer-link {
  direction: ltr;
  color: #fffc;
  font-weight: 300;
  text-decoration: none;
}

.footer-top-block-2 {
  border-bottom: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-top-block-2 {
  direction: ltr;
}

.social-link-2 {
  color: #fffc;
  transition: color 0.2s;
}

.social-link-2:hover {
  color: #0e3b68;
}

.footer-big-text {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.6em;
}

.brand-text-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fff;
  flex-flow: column;
  margin-bottom: 5px;
  display: flex;
}

.footer-paragraph-2 {
  color: var(--white-80);
  margin-bottom: 20px;
  font-weight: 300;
}

.secondary-button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  border: 2px solid #0e3b68;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  display: flex;
}

.secondary-button-2:hover {
  background-color: #0e3b68;
}

.working-hours-2 {
  color: #fffc;
}

.footer-nav-link-2 {
  color: #fffc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
}

.footer-nav-link-2:hover {
  color: #fff;
}

.footer-social-icons-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  direction: rtl;
  color: #fffc;
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
}

.flex-block {
  justify-content: space-between;
  align-items: flex-start;
}

.service-list {
  margin-top: 10px;
  padding-right: 25px;
  line-height: 1.5em;
}

.dropdown-icon {
  margin-right: 0;
}

.language-menu-2.w--open {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  width: 150px;
  margin-top: 5px;
  display: flex;
  left: -41px;
  right: auto;
}

.language-link-2 {
  color: #191919;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.menu-button-wrapper {
  display: none;
}

.text-span-5 {
  color: #0e3b68;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 54px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .primary-button.light-button {
    padding: 10px 20px;
  }

  .feature-grid-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .max-width-heading {
    max-width: 270px;
  }

  .big-text-about {
    font-size: 45px;
  }

  .statistics-wrapper {
    margin-top: 50px;
  }

  .lottie-item {
    left: -140%;
  }

  .testimonial-text {
    min-height: 210px;
    font-size: 38px;
  }

  .mask {
    min-height: 340px;
  }

  .testimonial-author {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .testimonial-slide {
    min-height: 365px;
  }

  .nav-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand-text {
    font-size: 16px;
  }

  .english-name {
    font-size: 12px;
  }

  .primary-button-2.light-button {
    padding: 10px 20px;
  }

  .brand-text-2,
  .brand-text-3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button.light-button {
    padding: 14px 28px;
  }

  .nav-dropdown-list.w--open {
    top: 125%;
  }

  .section.grey-section {
    background-color: var(--light-grey);
  }

  .base-container.footer-container {
    max-width: 1360px;
  }

  .text-wrap-half {
    max-width: 60%;
  }

  .feature-item-wrapper {
    z-index: 5;
    background-color: #0000;
    border-style: none;
  }

  .list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .max-width-heading {
    max-width: 380px;
    margin-top: 0;
  }

  .content-block {
    z-index: 5;
  }

  .lottie-item {
    top: 0;
    bottom: 0;
    left: -5%;
  }

  .testimonial-author-image {
    width: 100px;
    height: 100px;
  }

  .testimonial-author-name {
    margin-bottom: 0;
  }

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

  .feature-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    backface-visibility: hidden;
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
  }

  .feature-description {
    background-color: var(--white);
    backface-visibility: hidden;
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    position: absolute;
    inset: 0;
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
  }

  .feature-item {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    padding: 0;
    display: block;
  }

  .hero-image.hero-bottom-right-image {
    width: 220px;
    height: 220px;
    left: 140px;
    right: auto;
  }

  .hero-image.hero-left-image {
    width: 200px;
    height: 200px;
    top: 140px;
    left: 25px;
  }

  .hero-image.hero-top-right-image {
    width: 400px;
    height: 400px;
  }

  .hero-image.hero-top-right-image {
    width: 300px;
    height: 300px;
  }

  .network-service-wrapper.left {
    justify-content: center;
    align-items: flex-end;
  }

  .network-service-content {
    width: 85%;
    max-width: 100%;
  }

  .tabs {
    width: 50%;
  }

  .private-media-glass-content {
    padding-left: 140px;
    padding-right: 140px;
  }

  .tabs-menu {
    bottom: 38%;
    right: 140px;
  }

  .room-tab-image {
    max-width: 100%;
  }

  .primary-button-2.light-button {
    padding: 14px 28px;
  }

  .language-menu.w--open {
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-menu-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrapper {
    direction: ltr;
  }

  .primary-button.light-button {
    padding: 14px 28px;
  }

  .section.services-banner.network-infrastructure {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .base-container.footer-container {
    max-width: 1630px;
  }

  .banner-title-description {
    max-width: 100%;
    font-size: 20px;
  }

  .feature-item-wrapper {
    z-index: 5;
    justify-content: center;
    align-items: center;
    height: 220px;
    position: relative;
  }

  .lottie-item {
    left: 0%;
  }

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

  .brand-logo-image {
    width: 90px;
  }

  .brand-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 20px;
  }

  .english-name {
    font-size: 15px;
  }

  .feature-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    backface-visibility: hidden;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .feature-description {
    z-index: -1;
    backface-visibility: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
  }

  .story-image-wrapper {
    border-radius: 10px;
  }

  .hero-image {
    width: 200px;
    height: 200px;
  }

  .hero-image.hero-bottom-right-image {
    width: 220px;
    height: 220px;
    bottom: 10px;
    left: 230px;
    right: auto;
  }

  .hero-image.hero-left-image {
    width: 400px;
    height: 400px;
    top: 140px;
    left: 60px;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .field-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .contact-paragraph {
    color: gray;
    font-weight: 500;
  }

  .services-row {
    height: 450px;
  }

  .network-service-content {
    max-width: 65%;
  }

  .private-media-glass-content {
    padding: 140px;
  }

  .tabs-menu {
    bottom: 35%;
    left: auto;
  }

  .primary-button-2.light-button {
    padding: 14px 28px;
  }

  .brand-text-2,
  .brand-text-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .primary-button {
    margin-top: 25px;
    display: flex;
  }

  .primary-button.margin-top-button {
    margin-top: 25px;
  }

  .primary-button.small-button {
    max-width: 25vw;
  }

  .nav-dropdown-list {
    position: absolute;
  }

  .nav-dropdown-list.w--open {
    z-index: 3;
    text-align: center;
    min-width: 100%;
    position: static;
    inset: 0% auto auto 100px;
  }

  .section.grey-section {
    background-color: var(--light-grey);
  }

  .base-container.hero-container {
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-banner-text {
    z-index: 6;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 550px;
  }

  .banner-title-description {
    max-width: 400px;
  }

  .white-text {
    font-size: 45px;
  }

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

  .text-wrap-half {
    text-align: center;
    max-width: 100%;
  }

  .feature-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .rounded-image.feature {
    width: 90%;
    height: 320px;
  }

  .mini-feature-image.feature-top-image {
    width: 250px;
    top: -23px;
    right: 0;
  }

  .content-block {
    z-index: 5;
  }

  .big-text-about {
    max-width: 400px;
  }

  .statistics-wrapper {
    z-index: 3;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 100%;
  }

  .lottie-item {
    z-index: 1;
  }

  .lottie-item {
    left: -67%;
  }

  .solutions-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .title-wrapper-small {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1005px;
    display: flex;
  }

  .quotation-mark {
    margin-bottom: -22px;
    transform: rotate(-180deg);
  }

  .testimonial-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .testimonial-slider-wrapper {
    width: 100%;
  }

  .testimonial-text {
    min-height: 220px;
  }

  .testimonial-slide {
    min-height: 300px;
  }

  .nav-menu {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding: 0;
  }

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

  .dropdown {
    text-align: center;
    display: block;
    position: relative;
  }

  .text-block {
    display: inline;
  }

  .footer-wrapper {
    flex-flow: wrap;
  }

  .footer-brand-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .feature-title-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: static;
  }

  .feature-description {
    backface-visibility: hidden;
    border-style: none;
    padding: 0;
    position: static;
    transform: none;
  }

  .feature-item {
    background-color: var(--white);
    border: 1px solid #000;
    height: 100%;
    padding: 30px;
    display: flex;
    text-align: center;
  }

  .inner-banner-wrapper {
    width: 90%;
  }

  .story-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .our-mission-icon {
    width: 160px;
  }

  .about-banner-content {
    margin-top: 20px;
    font-size: 30px;
  }

  .faq {
    grid-template-columns: 1fr;
  }

  .accordion-icon {
    min-width: 45px;
  }

  .hero-image.hero-bottom-right-image {
    right: 20px;
  }

  .form {
    margin-bottom: 40px;
  }

  .services-row {
    height: 550px;
  }

  .network-service-content {
    max-width: 100%;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .contact-details {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-right: 1.5rem;
  }

  .tabs-content {
    min-height: 480px;
  }

  .tabs {
    width: 100%;
    min-height: 100%;
  }

  .private-media-glass-content {
    padding: 20px 20px 140px;
  }

  .tabs-menu {
    bottom: 15%;
    left: auto;
    right: 20px;
  }

  .room-tab-image {
    min-height: 480px;
  }

  .security-services-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .security-service-div {
    width: 45%;
  }

  .smart-home-model {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  .model-content {
    width: auto;
    max-width: 100%;
    padding: 40px;
  }

  .model-image {
    width: 100%;
    max-width: 100%;
  }

  .primary-button-2 {
    margin-top: 25px;
    display: flex;
  }

  .language-toggle {
    color: var(--white);
    background-color: #0000;
    border-radius: 0%;
    padding: 10px;
    display: flex;
  }

  .toggle-menu-icon {
    color: #fff;
    font-size: 36px;
  }

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

  .nav-link {
    text-align: center;
    border-bottom-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link:hover,
  .nav-link.w--current {
    border-bottom-style: none;
  }

  .nav-link.dropdown-link {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-link.dropdown-link.w--current {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-line-2 {
    display: none;
  }

  .dropdown-item-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    display: inline-block;
  }

  .dropdown-item-2.w--open {
    display: inline-block;
  }

  .footer-big-text {
    max-width: 400px;
  }

  .menu-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .lanugage-text {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  .primary-button.small-button {
    max-width: 30vw;
  }

  .nav-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-grid-block {
    grid-template-columns: 1fr;
  }

  .flex-block-container.block-with-image {
    flex-flow: column;
  }

  .half-section-block {
    width: 100%;
  }

  .half-section-block.block-with-image {
    order: -1;
    display: flex;
    position: relative;
    top: 0;
  }

  .rounded-image.feature {
    height: 400px;
    margin-left: 0;
  }

  .mini-feature-image.feature-top-image {
    top: 0;
  }

  .content-block {
    z-index: 100;
    position: relative;
  }

  .big-text-about {
    text-align: center;
    max-width: 100%;
  }

  .statistics-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
    position: static;
  }

  .statistic-item {
    width: 250px;
  }

  .lottie-item {
    display: none;
  }

  .solutions-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    margin-bottom: 10px;
  }

  .text-wrapper-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-contact {
    display: block;
  }

  .footer-brand-wrapper {
    text-align: center;
  }

  .business-hours-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .story-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-banner-statistics {
    flex-flow: row;
    width: auto;
    min-width: 260px;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-banner-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: ltr;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-banner-content {
    text-align: center;
  }

  .about-banner-cta {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-title {
    font-size: 40px;
  }

  .about-statistic-item {
    text-align: center;
    width: 33%;
  }

  .hero-image {
    display: none;
  }

  .services-row {
    flex-flow: column;
    height: auto;
  }

  .network-service-wrapper.right,
  .network-service-wrapper.left {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .network-service-image-wrapper {
    order: -1;
    width: 100%;
  }

  .service-image {
    position: static;
  }

  .service-title-h2 {
    width: 90vw;
    font-size: 32px;
  }

  .tabs-content {
    min-height: auto;
  }

  .tabs {
    order: -1;
    max-width: 100%;
  }

  .private-media-glass {
    flex-flow: column;
  }

  .private-media-glass-content {
    max-width: 100%;
  }

  .tabs-menu {
    bottom: 5%;
  }

  .show-room-wrapper {
    flex-flow: column;
  }

  .show-room-div {
    max-width: 100%;
  }

  .security-services-grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .security-service-div {
    width: 100%;
  }

  .about-security-service-wrapper {
    flex-flow: column;
  }

  .about-security-content {
    max-width: 100%;
  }

  .image-5 {
    order: -1;
    width: auto;
  }

  .show-room-tab {
    padding-left: 15px;
    padding-right: 15px;
  }

  .show-room-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 40px;
  }

  .footer-link {
    margin-left: 10px;
  }

  .footer-top-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-big-text {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 40px;
  }

  .nav-brand {
    justify-content: center;
    align-items: flex-end;
  }

  .primary-button.small-button {
    max-width: 60vw;
  }

  .primary-button.medium-button {
    max-width: 100%;
  }

  .nav-dropdown-list.w--open {
    display: block;
    position: static;
  }

  .section.padding-top-0 {
    padding-top: 0;
  }

  .section.grey-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.services-banner.smart-home {
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/Grundkurs-Titelbild.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .home-banner-text {
    max-width: 550px;
  }

  .white-text {
    font-size: 38px;
  }

  .rounded-image.feature {
    margin-left: 0;
  }

  .big-text-about {
    font-size: 28px;
  }

  .statistics-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .statistic-item {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .statistic-number {
    font-size: 32px;
  }

  .statistic-number-description {
    border-top-style: none;
    flex: 1;
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
  }

  .quotation-mark {
    height: 100px;
  }

  .testimonial-arrow.right-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 25%;
    left: auto;
  }

  .testimonial-arrow.left-arrow {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    left: 25%;
    right: auto;
  }

  .testimonial-text {
    text-align: center;
    width: 100%;
    font-size: 26px;
  }

  .mask {
    min-height: 385px;
  }

  .testimonial-author {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .testimonial-slide {
    position: static;
  }

  .testimonial-author-info {
    text-align: center;
  }

  .testimonial-icon {
    display: block;
  }

  .slide-number {
    bottom: 5px;
    right: 22%;
    transform: translateX(45%);
  }

  .brand-logo-image {
    width: 55px;
  }

  .brand-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .arabic-brand {
    font-size: 12px;
  }

  .english-name {
    font-size: 10px;
  }

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

  .footer-contact {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-brand-wrapper {
    text-align: center;
  }

  .footer-nav-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .feature-item {
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-banner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title {
    font-size: 40px;
  }

  .our-mission {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-banner-statistics {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-banner-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-overlay {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .about-banner-content {
    font-size: 24px;
  }

  .faq-title {
    font-size: 36px;
  }

  .accordion-title {
    font-size: 20px;
  }

  .about-statistic-item {
    width: auto;
  }

  .hero-image {
    display: none;
  }

  .form {
    margin-bottom: 0;
  }

  .field-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .services-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: auto;
    margin-bottom: 20px;
  }

  .network-service-wrapper.right,
  .network-service-wrapper.left {
    width: 100%;
  }

  .network-service-image-wrapper {
    flex: 0 auto;
    order: -1;
    width: 100%;
  }

  .service-image {
    height: 450px;
    position: static;
  }

  .service-image.service-3,
  .service-image.service-4,
  .service-image.service-2 {
    position: static;
  }

  .service-title-h2 {
    padding-bottom: 40px;
  }

  .private-media-glass-content {
    padding-bottom: 100px;
  }

  .tabs-menu {
    bottom: 3%;
  }

  .security-advantages-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .model-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-text-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .footer-big-text {
    font-size: 28px;
    line-height: 1.4em;
  }

  .brand-text-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .footer-copyright-2 {
    text-align: center;
  }

  .flex-block {
    flex-flow: column;
  }
}

#w-node-_1ee70425-4167-96a5-d373-f5253a9664ff-c44d37b3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2c868cc2-8cc3-e810-2293-664cc547ba45-c44d37b3,
#w-node-_2e81a662-3b73-4e2f-f8f1-b4ea7672ff9a-c44d37b6 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-fd98cbed-6d9c-eafc-970d-10eab60bdfea-c44d37b2 {
    place-self: stretch stretch;
  }

  #w-node-c362deb3-8cef-a8eb-e344-20f659fd6ca9-c44d37b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c498ea7-3e3f-3672-8b28-4962364cc6f6-c44d37b3 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c362deb3-8cef-a8eb-e344-20f659fd6ca9-c44d37b3 {
    grid-column: span 1 / span 1;
  }
}

@font-face {
  font-family: "FS Albert Arabic Regular";
  src: url("../fonts/alfont_com_AlFont_com_FSAlbertArabic-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
