/* Reset & fonts */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Medium.woff2") format("woff2"),
    url("../font/AvenirLTStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-MediumOblique.woff2") format("woff2"),
    url("../font/AvenirLTStd-MediumOblique.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Black.woff2") format("woff2"),
    url("../font/AvenirLTStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../fontAvenirLTStd-Light.woff2") format("woff2"),
    url("../font/AvenirLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Heavy.woff2") format("woff2"),
    url("../font/AvenirLTStd-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-LightOblique.woff2") format("woff2"),
    url("../font/AvenirLTStd-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-HeavyOblique.woff2") format("woff2"),
    url("../font/AvenirLTStd-HeavyOblique.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Book.woff2") format("woff2"),
    url("../font/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Roman.woff2") format("woff2"),
    url("../font/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-BookOblique.woff2") format("woff2"),
    url("../font/AvenirLTStd-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Oblique.woff2") format("woff2"),
    url("../font/AvenirLTStd-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-BlackOblique.woff2") format("woff2"),
    url("../font/AvenirLTStd-BlackOblique.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body,
html {
  height: 100%;
}

/* Main wrapper */
.coming-soon-wrapper {
  position: relative;
  height: 100vh;
  background: url("../img_new/sporca.webp") no-repeat;
  color: #acb4c17b;

  /* text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; */
  background-size: cover;
  overflow: hidden;
}

/* Dark overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.278);
  z-index: 1;
}

/* Content */
.content {
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  /* padding: 20px; */
  position: relative;
}

.logo {
  width: 42.3%;
  margin-top: 1.3%;
  /* margin-bottom: 20px;
  top: 45%;
  position: relative;
  left: 35%; */
  /* margin-top: 20px; */
  /* transform: rotate(-18deg); */
}

.object {
  width: 23%;
  position: absolute;
  z-index: 1;
}

.object img {
  width: 100%;
}

.obj1 {
  top: 0;
  left: 0;
}

.obj2 {
  right: 0;
  bottom: -3px;
}

.text1 {
  position: absolute;
  left: 12%;
  top: 28%;
  z-index: -1;
  transform: rotate(-19deg);
}

h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* font-weight: 800; */
  line-height: 1em;
}

.text2 {
  position: absolute;
  top: 66%;
  left: 56%;
  transform: rotate(-22deg);
}

.text2 h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* font-weight: 800; */
  line-height: 1em;
}

.text2 h2 span.ib {
  font-weight: 800;
  font-style: italic;
}

.text3 {
  position: absolute;
  right: 5%;
  top: 5%;
}

.text3 h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 10px;

  /* font-weight: 800; */
  line-height: 1em;
  text-align: center;
}

p {
  font-size: 16px;
  margin-bottom: 30px;
}

.footer-note {
  margin-top: 40px;
  font-size: 1.1rem;
  bottom: 1%;
  position: absolute;
  left: 3%;
  /* transform: translate(-50%); */
  color: #fff;
  font-weight: 300;
  font-family: "Avenir LT Std";
  /* transform: rotate(-20deg); */
}

.top-note {
  font-size: 1.4rem;
  top: 3.8%;
  letter-spacing: 2px;
  position: absolute;
  right: 3%;
  /* transform: translate(-50%); */
  color: #fff;
  font-weight: 500;
  font-family: "Avenir LT Std";
  /* transform: rotate(-20deg); */
}

.mobile-bg-outer {
  display: none;
}

/* Responsive */
@media (max-width: 900px) {
  .object {
    width: 40%;
  }
  .text1 {
    left: 8%;
    top: 32%;
  }
  .logo {
    width: 60%;
  }
  .text2 {
    top: 70%;
    /* left: 67%; */
  }

  .footer-note {
    bottom: 0%;
  }
}

.mobile-bg {
  display: none;
}

/* For mobile devices (screens up to 600px wide) */
@media (max-width: 600px) {
  /* .mobile-bg-outer {
    display: block;
    position: relative;
    overflow: hidden;
  } */

  /* .content {
    display: none;
  } */
  .coming-soon-wrapper {
    background-size: cover;
    background-position: center;
	  height: 100%;
  }

  .top-note {
    font-size: 0.8rem;
  }

  .footer-note {
    font-size: 0.6rem;
    transform: none;
    left: 6%;
  }

  .object {
    width: 45%;
  }

  .logo {
    width: 68.3%;
  }
  /* .mobile-bg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  } */
  /* .text1 {
    left: 3%;
    top: 35.5%;
    transform: rotate(-10deg);
    display: none;
  }
  h1 {
    font-size: 13px;
    display: none;
  }

  .text2 {
    top: 59.5%;
    transform: rotate(-13deg);
    left: 61%;
    display: none;
  }
  .text2 h2 {
    font-size: 13px;
    display: none;
  }

  .text3 h3 {
    font-size: 20px;
    display: block;
    color: #acb4c17b;
    line-height: 0em;
  }

  .footer-note {
    bottom: 0%;
    font-size: 10px;
    display: block;
    color: #acb4c17b;
  }
  .logo {
    width: 55%;
    display: none;
  } */
}
