@import url("https://use.typekit.net/luy8gzq.css");

@font-face {
  font-family: "TT Neoris";
  src: url("https://websitedemonow.com/ccs/Fonts/font.woff2") format("woff2"),
    url("https://websitedemonow.com/ccs/Fonts/font.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

body {
  height: 100vh;
  width: max-content;
  overflow: hidden;
}

h1 {
  font-family: "TT Neoris", sans-serif;
}

h2 {
  font-family: "area-normal";
}

p {
  font-family: "area-normal";
}

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  transform: translateX(100%);
  z-index: 9;
  pointer-events: none;
}

.NavbarContainer {
  position: fixed; /* Stick to viewport */
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

/* Modify this to align vertically inside sticky navbar */
.NavbarClose {
  width: 72px;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  user-select: none;
}

/* This is the open navbar */
.NavbarOpen {
  width: 416px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  justify-content: space-between;
  transform: translateX(100%);
}

#openNavBtn {
  cursor: pointer;
  user-select: none;
  user-select: none;
}

.navicon {
  margin-top: 40px;
  background-color: #fff;
  padding: 12px 16px;
  user-select: none;
}

.NavbarClosebtndiv {
  display: block;
  text-align: end;
  padding: 0;
  width: 100%;
}

.NavLayout {
  width: 256px;
  font-family: "TT Neoris", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.Navlayfirst {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.NavLayoutText {
  display: block;
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px solid black;
  color: black;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

.NavLink {
  padding: 16px 0px;
  display: flex;
  gap: 1rem;
  cursor: pointer;
  user-select: none;
}

.NavLayoutDown {
  width: 256px;
  padding-bottom: 48px;
  height: 288px;
  position: absolute;
  bottom: 0;
  justify-content: end;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: normal;
}

.NavbarPera {
  font-weight: 900;
  font-family: "Area Normal", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
}

.NavComPera {
  width: 200px;
}
.NavComtitle {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.NavCloseBtn {
  align-items: end;
  background-color: #fff;
  cursor: pointer;
  border: none;
}

/* Main Content */
main {
  display: flex;
  height: 100vh;
  width: max-content;
}

.homepage-section-one {
  height: 100%;
  width: 100vw;
  background-color: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background-image: url(https://websitedemonow.com/ccs/Res/Home/BGDots.svg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 0;
  user-select: none;
}

.HomeLogo {
  position: absolute;
  z-index: 2;
  max-width: 20vw;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.left-arm,
.right-arm {
  position: absolute;
  bottom: 0;
  max-width: 40vw;
  height: auto;
  z-index: 1;
  user-select: none;
  -webkit-user-drag: none;
}

.left-arm {
  left: 0;
}

.right-arm {
  right: 0;
}

.homepage-section-popup {
  width: 919px;
  height: 186px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin-bottom: 3rem;
  background-color: #ff8599;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-context {
  width: 791px;
  height: 90px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#PopupText {
  font-size: 1.5rem;
  font-weight: 900;
}

#poupclose {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.homepage-section-two{
  height: 100%;
  width: 100vw;
  background-color: #0237f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-two-design{
  width: 976px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

#section-two-title {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #9fe203;
}

.section-two-title-small {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.25;
  color: white;
}

#section-two-title-mid{
  font-weight: 900;
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #ff8599;
}

/* Section 3 */

.homepage-section-three{
  width: 100vw;
  display: flex;
  justify-content: center;
  height: 100%;
  background-color: #0237f7;
}

.section-three-design{
  margin-right: 16.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  width: 976px;
}

.section-three-title{
  font-size: 3rem;
  font-weight: 600;
  color: white;
}

#section-three-title-mid {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #bbb2fc;
}
