@import url(fonts/fonts.css);

.landing-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 83px 100px;
  position: relative;
  background-image: url(./img/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden; /* <--- prevents scrolling */
}

.landing-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.landing-page .header {
  position: relative;
  align-self: stretch;
  width: 300px;
  flex: 0 0 auto;
}

.landing-page .frame {
  flex-direction: column;
  height: 255px;
  gap: 40px;
  padding: 44px 0px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.landing-page .coming-soon {
  
    position: relative;
  align-self: stretch;
  font-family: 'Ivy Mode', Helvetica;
  font-weight: 400;
  color: var(--d-9d-9d-9);
  font-size: 118px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.landing-page .div {
  gap: 10px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.landing-page .vector {
  position: relative;
  width: 50px;
  height: 50px;
}

.landing-page .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Zain-Light", Helvetica;
  font-weight: 300;
  color: var(--d-9d-9d-9);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 90px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px)  {

.landing-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 72px 48px;
  position: relative;
  background-image: url(./img/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

  .landing-page .coming-soon {
  
    position: relative;
  align-self: stretch;
  font-family: 'Ivy Mode', Helvetica;
  font-weight: 400;
  color: var(--d-9d-9d-9);
  font-size: 96px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .vector {
  position: relative;
  width: 42px;
  height: 42px;
}

.landing-page .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Zain-Light", Helvetica;
  font-weight: 300;
  color: var(--d-9d-9d-9);
  font-size: 28px;
  letter-spacing: 0;
  line-height: 90px;
  white-space: nowrap;
}

  }


@media screen and (max-width: 768px) { 

html, body {
    overflow: hidden;
    height: 100%;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
  }

.landing-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 64px 32px 120px 32px;
  position: relative;
  background-image: url(./img/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.landing-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.landing-page .header {
  position: relative;
  align-self: stretch;
  width: 240px;
  flex: 0 0 auto;
}

.landing-page .frame {
  flex-direction: column;
  height: 255px;
  gap: 40px;
  padding: 44px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.landing-page .coming-soon {
  position: relative;
  align-self: stretch;
  font-family: 'Ivy Mode', Helvetica;
  font-weight: 400;
  color: var(--d-9d-9d-9);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.landing-page .div {
  gap: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.landing-page .vector {
  position: relative;
  width: 28px;
  height: 28px;
}

.landing-page .text-wrapper {
  display: none;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Zain-Light", Helvetica;
  font-weight: 300;
  color: var(--d-9d-9d-9);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.landing-page .frame-2 {
  gap: 10px;
  flex: 0 0 auto;
  margin-top: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}
}