@font-face {
  font-family: "cabinet-grotesk-thin";
  src: url("../assets/fonts/cabinet/CabinetGrotesk-Thin.otf") format("opentype");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "cabinet-grotesk-regular";
  src: url("../assets/fonts/cabinet/CabinetGrotesk-Regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cabinet-grotesk-light";
  src: url("../assets/fonts/cabinet/CabinetGrotesk-Light.otf")
    format("opentype");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "cabinet-grotesk-medium";
  src: url("../assets/fonts/cabinet/CabinetGrotesk-Medium.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cabinet-grotesk-bold";
  src: url("../assets/fonts/cabinet/CabinetGrotesk-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "cabinet-grotesk-extra-bold";
  src: url("../assets/fonts/cabinet/CabinetGrotesk-Extrabold.otf")
    format("opentype");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "cabinet-grotesk-black";
  src: url("../assets/fonts/cabinet/CabinetGrotesk-Black.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "cabinet-grotesk-extra-light";
  src: url("../assets/fonts/cabinet/CabinetGrotesk-Extralight.otf")
    format("opentype");
  font-weight: light;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "cabinet-grotesk-medium", sans-serif;
}

body {
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}
.nav1 {
  display: flex;
  align-items: center;
  gap: 14rem;
}
.container {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
  height: 100%;
}
.container .arrow {
  position: absolute;
  right: -10px;
  width: 200px;
}
.container img {
  height: 90vh;
  width: 100%;
}
.contentContainer {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  top: 0;
}
.contentContainer nav {
  padding: 0.9rem 3rem;
  display: flex;
  justify-content: space-between;
}
.contentContainer nav .logo {
  color: #fff;
  font-family: "cabinet-grotesk-bold", sans-serif;
  font-size: 19px;
}
.contentContainer nav ul {
  display: flex;
  list-style: none;
  gap: 7rem;
  color: #fff;
  font-family: "cabinet-grotesk-regular", sans-serif;
  font-size: 15px;
}

.contentContainer nav ul li {
  cursor: pointer;
}
.disabled {
  color: #ffffffa4;
  cursor: not-allowed !important;
}
.comingSoon {
  background-color: #ff8200;
  color: #fff;
  padding: 7px 30px;
  border-radius: 20px;
  cursor: default;
  font-size: 11px;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
.content .heading {
  position: relative;
  width: 700px;
  height: 140px;
}
.content .heading .scribble {
  position: absolute;
  width: 190px;
  height: 24px;
  right: 20px;
  top: 60px;
  z-index: 1;
}
.content .heading h1 {
  color: #fff;
  font-size: 60px;
  font-family: "cabinet-grotesk-extra-bold";
  text-align: center;
  position: absolute;
  z-index: 2;
}
.content p {
  color: #eeeeee;
  font-size: 18px;
  font-family: "cabinet-grotesk-light";
  text-align: center;
  line-height: 1.2;
  margin-top: 0.8rem;
}
.comingSoon2 {
  background-color: #ff8200;
  color: #fff;
  padding: 7px 10px;
  border-radius: 8px;
  cursor: default;
  font-family: "cabinet-grotesk-bold";
  font-size: 20px;
  margin-top: 18px;
}
.content .mockup {
  width: 850px;
  margin-top: 30px;
  height: 460px;
}

@media screen and (max-width: 1139px) {
  .nav1 {
    display: flex;
    align-items: center;
    gap: 7rem;
  }
  .contentContainer nav ul {
    display: flex;
    list-style: none;
    gap: 3rem;
    color: #fff;
    font-family: "cabinet-grotesk-regular", sans-serif;
    font-size: 15px;
  }
  .container .arrow {
    position: absolute;
    right: -10px;
    width: 100px;
  }
  .content .mockup {
    width: 650px;
    margin-top: 30px;
    height: 360px;
  }
  .comingSoon2 {
    background-color: #ff8200;
    color: #fff;
    padding: 7px 10px;
    border-radius: 8px;
    cursor: default;
    font-family: "cabinet-grotesk-bold";
    font-size: 16px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 975px) {
  .content .mockup {
    width: 650px;
    margin-top: 30px;
    height: 360px;
  }
  .comingSoon2 {
    background-color: #ff8200;
    color: #fff;
    padding: 7px 10px;
    border-radius: 8px;
    cursor: default;
    font-family: "cabinet-grotesk-bold";
    font-size: 16px;
    margin-top: 18px;
  }
  .content .heading {
    position: relative;
    width: 450px;
    height: 120px;
  }
  .content .heading .scribble {
    position: absolute;

    width: 90px;
    height: 14px;
    right: 80px;
    top: 40px;
    z-index: 1;
  }
  .content .heading h1 {
    color: #fff;
    font-size: 40px;
    font-family: "cabinet-grotesk-extra-bold";
    text-align: center;
    position: absolute;
    z-index: 2;
  }
  .content p {
    color: #eeeeee;
    font-size: 13px;
    font-family: "cabinet-grotesk-light";
    text-align: center;
    line-height: 1.2;
    margin-top: 0.8rem;
  }
}

@media screen and (max-width: 724px) {
  .contentContainer nav ul {
    display: none;
  }
  .content .mockup {
    width: 450px;
    margin-top: 30px;
    height: 260px;
  }
}
@media screen and (max-width: 500px) {
  .contentContainer nav {
    padding: 0.6rem 2rem;
    display: flex;
    justify-content: space-between;
  }
  .contentContainer nav .logo {
    font-size: 14px;
  }
  .comingSoon {
    padding: 5px 15px;
    font-size: 11px;
  }
  .content .heading {
    position: relative;
    width: 350px;
    height: 80px;
  }
  .content .heading .scribble {
    position: absolute;
    width: 60px;
    height: 7px;
    right: 40px;
    top: 30px;
    z-index: 1;
  }
  .content .heading h1 {
    font-size: 30px;
  }
  .content p {
    font-size: 10px;
  }
  .container .arrow {
    position: absolute;
    right: -10px;
    width: 50px;
  }
  .content .mockup {
    width: 350px;
    margin-top: 30px;
    height: 200px;
  }
  .container img {
    height: 70vh;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .content p {
    font-size: 9px;
  }
}
@media screen and (max-width: 353px) {
  .content p {
    font-size: 9px;
  }
  .content .heading h1 {
    font-size: 25px;
  }
  .content .heading {
    position: relative;
    width: 290px;
    height: 80px;
  }
  .content .heading .scribble {
    position: absolute;
    width: 60px;
    height: 5px;
    right: 20px;
    top: 30px;
    z-index: 1;
  }
}
