body {
  padding-top: 0px;
}

header {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  background-color: var(--bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.trans {
  transform: translateY(-150px);
}

.box {
  position: relative;
}
.box .icon {
  position: absolute;
  top: 30px;
  opacity: 0.3;
  margin-bottom: 30px;
}
.box .icon svg,
.box .icon img {
  width: 75px;
  height: 75px;
}

html[lang=en] .box .icon {
  right: 30px;
}

html[lang=ar] .box .icon {
  left: 30px;
}

#about {
  padding-bottom: 1px;
}

@media (max-width: 500px) {
  .box .icon {
    top: 20px;
  }
  .box .icon svg,
  .box .icon img {
    width: 50px;
    height: 50px;
  }
  html[lang=en] .box .icon {
    right: 20px;
  }
  html[lang=ar] .box .icon {
    left: 20px;
  }
}/*# sourceMappingURL=index.css.map */