@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;
}

h2 {
  font-family: "TT Neoris", sans-serif;
}

h3 {
  font-family: "TT Neoris", sans-serif;
}

p {
  font-family: "Area Normal", sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

body {
  height: 100vh;
  overflow: hidden;
}

body.preload main {
  background-color: #dfcc22;
  pointer-events: none;
}

#Logo {
  width: 81.55px;
  height: 40px;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  transform: translateX(100%);
  z-index: 9999;
  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 {
  display: flex;
  width: max-content;
  height: 100vh;
  transition: opacity 0.3s ease-in-out;
}

.parallax-image {
  opacity: 0;
  transform: translateY(50px); /* smooth upward entry */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Section 1 */
.Section-one {
  display: flex;
  height: 100vh;
  width: 100vw;
}

.left {
  background-color: #bbb2fc;
  width: 784px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: end;
}

#TextBlue {
  color: #0237f7;
  font-size: 24px;
  font-weight: 900;
  text-transform: capitalize;
  width: 640px;
}

#detailsText {
  font-size: 56px;
  font-weight: 900;
  text-transform: capitalize;
  width: 640px;
  color: #0a0b14;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 12rem 3rem 0;
  width: 640px;
  gap: 1rem;
}

.Section-one-rightimg {
  z-index: -10;
  width: inherit;
  height: 100%;
  position: relative;
  background-color: #dfcc22;
  overflow: hidden; /* Prevents overflow */
}

.Right {
  width: 118%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-image: url(https://websitedemonow.com/ccs/Res/Aboutus/Rightimg.png);
}

/* Section 2 */

.Section-two {
  height: 100%;
  width: 100vw;
  background-color: #0a0b14;
  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-first {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 32px;
  color: #bbb2fc;
}

.Section-two-pera {
  color: #ffffff;
  /* font-weight: 600; */
  font-size: 20px;
  line-height: 150%;
}

/* Section3 */

.Section-three-left {
  width: auto;
  margin: 2%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: end;
}

.Section-three-content {
  width: 392px;
  justify-self: center;
  height: 432px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 10;
}

#Section-three-pera {
  font-size: 24px;
  font-weight: 600;
}

.Section-three-rightimg {
  width: inherit;
  height: 100%;
  position: relative;
  background-color: #dfcc22;
  overflow: hidden; /* Prevents overflow */
}

.Section-three-right {
  width: 118%;
  height: 100%;
  background-image: url(https://websitedemonow.com/ccs/Res/Aboutus//Sec3rightimg.svg);
  background-repeat: no-repeat;
  background-size: cover; /* Ensures image covers the div, without spilling */
  background-position: center right; /* Keeps image aligned to the right */
}

/* Section 4 */

.Section-four {
  width: 100vw;
  display: flex;
}

.left {
  width: 1384px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.textcontain {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 976px;
}

.textcontain h3 {
  color: #0237f7;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.textcontain p {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.Section-four-right {
  width: 536px;
  background-color: #0a0b14;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: end;
  align-items: center;
}

.Section-four-Heading h2 {
  width: 344px;
  font-weight: 900;
  font-size: 56px;
  align-self: flex-end;
  text-transform: uppercase;
}

.Section-four-pera {
  width: 344px;
  height: 432px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.Section-four-pera h2 {
  font-size: 24px;
  font-weight: 900;
  color: #bbb2fc;
  text-transform: uppercase;
}

.Section-four-pera p {
  font-size: 24px;
}

/* Section 5 */
.Section-five {
  width: max-content;
  height: 100%;
  display: flex;
  background-color: #ebebec;
}

.profile-setup{
  display: flex;
  width: min-content;
}

.profile-contain {
  height: 100%;
  width: 536px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

#imgcontain {
  width: 504px;
  height: 341.18px;
  background: transparent;
}

#noneprofile {
  width: 504px;
  height: 341.18px;
  background-color: black;
}

.Section-five-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.Section-five-title h2 {
  text-transform: uppercase;
  color: #0237f7;
  font-size: 24px;
  font-weight: 900;
}

.Section-five-title p {
  font-size: 24px;
  font-weight: 600;
  color: #0a0b14;
  text-align: center;
}

.profile-contain a {
  font-family: 24px;
  font-weight: 800;
  color: #0a0b14;
}
.profile-details {
  display: none; /* Hidden by default */
  position: relative;
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 2em;
  box-sizing: border-box;
}

.profile-details.show {
  display: flex;
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 72px;
  height: 78.89px;
  cursor: pointer;
}

.Closeicon {
  text-align: left;
}

.profile-details p {
  width: 512px;
  height: 832px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rightmargin {
  padding-right: 416px;
}
