* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  overflow-x: hidden !important;
  background: #0f0f0f;
  font-family: "Noto_Sans", sans-serif;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/fonts/Arimo/static/Arimo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto_Sans";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Noto_Sans/static/NotoSans-Light.ttf) format("truetype");
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #242421;
}
::-webkit-scrollbar-thumb {
  background: #0a0a0a;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.hero {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 3em;
  background-color: #0f0f0f;
  overflow-x: hidden !important;
  pointer-events: none;
}

.hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.hero-imgs {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow-x: hidden !important;
}

.pre-9 {
  filter: brightness(70%);
}

.website-content {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow-x: hidden !important;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 2em;
  z-index: 100;
  transform: translateY(0);
  transition: none;
}

.site-info {
  text-align: center;
}

.menu {
  text-align: right;
}

.image-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.image-section .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-section .img-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  filter: brightness(90%);
}

.img-1 {
  filter: brightness(70%);
}
.img-2 {
  filter: brightness(80%);
}
.img-2-2 {
  filter: brightness(45%);
}
.img-3 {
  filter: brightness(45%);
}
.img-4 {
  filter: brightness(50%);
}
.img-5 {
  filter: brightness(50%);
}

.dubai {
  object-position: top top;
}

.text-content {
  position: absolute;
  bottom: 20%;
  left: 10%;
  right: 10%;
  z-index: 2;
  color: #dbd5c9;
  width: 100%;
  overflow: hidden !important;
  padding: 5% 0 5% 0;
}

.adress-flex {
  display: flex;
  align-items: center;
  overflow: hidden !important;
}

.text-content h2 {
  font-size: 4.4rem;
  line-height: 4.2rem;
  font-weight: 800;
  width: 80%;
}

.hyphens {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.text-content a {
  font-size: 1.1rem;
  font-weight: 200;
  color: #dbd5c9;
  text-decoration: none;
}

.site-btn {
  height: 50px;
  width: 150px;
  border: 1px solid #dbd5c9;
  background-color: transparent;
  cursor: pointer;
  color: #dbd5c9;
  font-family: "Noto_Sans", sans-serif !important;
  font-weight: 200;
  font-size: 1rem;
  align-items: center;
  position: relative;
  margin-top: 2%;
  padding: 0 5px 0 0;
}

.arrow-right {
  position: absolute;
  margin: 4px 0 0 4px;
}

.overflow {
  overflow: hidden;
}

.legal {
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.legal a {
  color: #f49b1f;
  display: inline-block;
  font-weight: 200;
  position: relative;
  text-decoration: none;
  font-size: 0.9rem;
  word-break: break-all;
}
.legal a:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.legal a:hover:before {
  width: 100%;
}

.legal span {
  color: #fff;
}

footer {
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  text-align: right;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  pointer-events: none;
}

footer p {
  color: #dbd5c9;
  font-size: 0.9rem;
  font-weight: 100;
  opacity: 1;
  transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
  nav {
    padding: 1.5em 1.7em 1.7em 3%;
  }
  .text-content {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
  }
  .text-content h2 {
    font-size: 2.7rem;
    line-height: 3rem;
    width: 100%;
  }
  .text-content p {
    font-size: 1rem;
  }
  .adress-flex {
    margin-top: 3%;
  }
  .site-btn {
    margin-top: 9%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .text-content {
    left: 4%;
    right: 4%;
    bottom: 7%;
  }
  .text-content h2 {
    font-size: 3.4rem;
  }
}
