@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;
}

#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: 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 {
  display: flex;
  width: max-content;
}

/* Section 1 */
.section-one {
  display: flex;
  height: 100vh;
  width: 100vw;
}

.left {
  background-color: #bbb2fc;
  width: 784px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}


#TextBlue {
  color: #dfcc22;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: capitalize;
  width: 640px;
  user-select: none;
}

#detailsText {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: capitalize;
  width: 640px;
  user-select: none;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 12rem 3rem;
  width: 540px;
  gap: 1rem;
}

.section-one-rightimg {
  width: inherit;
  height: 100%;
  position: relative;
  background-color: #dfcc22;
  z-index: -10;
}

.Right {
  width: 118%;
  height: 100%;
  background-image: url(https://websitedemonow.com/ccs/Res/Expertise/Rightimg.png);
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: right; 
}

/* Section 2 */
.section-two {
  width: 100vw;
  background-color: #0a0b14;
  display: flex;
  justify-content: center;
}

.container {
  width: 384px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

#imgcontainer {
  width: 256px;
  height: 332px;
  max-height: 332px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.Textcontainer {
  height: 452px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}

.Textcontainer h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  color: #dfcc22;
  user-select: none;
}

.listcontainer {
  font-size: 20px;
  font-weight: 600;
  word-spacing: 8px;
  color: white;
}

/* sec 2 mid */

.content-bristol {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 12rem 3rem;
  width: 640px;
  gap: 1rem;
}

/* Section 3 (Collaborations and Icons Grid) */
.section-three {
  width: 100vw;
  background-color: #dfcc22;
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 44px;
  padding: 40px 60px;
  box-sizing: border-box;
}

.section-three-container {
  width: 100%;
  max-width: 98%;
}

.section-three h2 {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 120%;
  color: #0a0b14;
  padding-bottom: 44px;
  user-select: none;
}

.icons-grid {
  width: 100%;
  height: 50%;
  display: grid;
  align-self: center;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}

.icons-grid div {
  width: auto;
  height: 104px;
  display: flex;
  justify-self: center;
}

.icons-grid img {
  display: flex;
  align-self: center;
  object-fit: contain;
  transition: transform 0.3s ease;
  user-select: none;
}

.icons-grid img:hover {
  transform: scale(1.1);
}
