@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  scroll-behavior: smooth;
  padding: 0;
  font-family: "Poppins";
}
div#webcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

div#navbar {
  gap: 1.5em;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-self: center;
  align-items: center;
  box-shadow: 0 0 2rem 2px #00000087;
  justify-content: center;
}

div#navbar ul {
  display: flex;
  list-style: none;
  gap: 1.5em;
}

body {
  width: 100%;
}

video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  max-height: 100vh;
  filter: grayscale(1);
}

div#hero {
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  max-height: 100vh;
}
div#navbar ul li a {
  text-decoration: none;
  color: white;
  font-weight: 100;
  font-family: "Poppins";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#navbar ul li a::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  transition: all ease 0.25s;
  background-color: white;
}
div#navbar ul li a:hover::after {
  width: 80.9%;
}

div#navbar {
  backdrop-filter: blur(76px);
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 1em 4em;
  height: fit-content;
  margin: 1em;
  width: fit-content;
  border-radius: 34rem;
}

div#navbar ul {
  margin-top: 6px;
}
i {
  font-size: 17px;
}

div#navbar h1 {
  font-weight: 600;
}
button#abt {
  position: absolute;
  right: 2%;
  top: 4%;
  padding: 2em;
  border-radius: 5em;
  border: solid 1px white;
  background-color: white;
  transition: 0.25s ease all;
  cursor: pointer;
  color: black;
}
button#abt:hover {
  background-color: black;
  color: white;
}
.conten {
  box-shadow: 0rem -8rem 6rem 1px #000000d9 inset;
  position: absolute;
  bottom: 0;
  backdrop-filter: blur(0px);
  overflow: visible;
  height: 40%;
  width: 100%;
}

.conten h1 {
  color: transparent;
  background: url(https://www.shutterstock.com/image-photo/abstract-landscape-mountains-fog-forest-260nw-1325187167.jpg);
  background-clip: text;
  font-size: 9rem;
  font-weight: 700;
  line-height: 105%;
}

.conten p {
  color: white;
  font-weight: 100;
  font-size: 24px;
  margin-left: 2rem;
  padding-left: 2rem;
  width: 55%;
  border-left: 1px solid white;
}
.conten p::after {
  display: block;
  height: 1px;
  width: 30%;
  right: 10%;
  top: 60%;
  position: absolute;
  content: "";
  background-color: white;
}

.conten {
  display: flex;
  flex-direction: column;
  padding: 1% 7%;
}
.about {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.img {
  width: 100%;
  height: 45rem;
  background: #0c0c0c;
  overflow: hidden;
  padding: 3%;
}

.img img {
  transform: translateY(-20%);
  filter: grayscale(1);
}

.la p {
  font-style: italic;
  margin-left: 2rem;
  border-left: 1px solid black;
  margin-top: 0.25rem;
  padding-left: 2rem;
}

.la h1 {
  font-size: 5rem;
  font-weight: 100;
}

.la {
  width: fit-content;
  padding: 1% 7%;
}
.la button {
  padding: 2em 2.5em;
  font-size: 21px;
  font-weight: 200;
  background: transparent;
  border: 1px solid black;
  border-radius: 18rem;
  margin-top: 5%;
  cursor: pointer;
  margin-left: 5%;
  transition: all ease 0.25s;
}

.la button:hover {
  background-color: black;
  color: white;
}
img.c {
  width: 400px;
  border-radius: 4rem;
  height: 550px;
  object-fit: cover;
  background: black;
}

.ccd button {
  padding: 2em 2.5em;
  font-size: 21px;
  font-weight: 300;
  background: transparent;
  border: 1px solid white;
  border-radius: 18rem;
  color: white;
  margin-top: 5%;
  cursor: pointer;
  margin-left: 5%;
  transition: all ease 0.25s;
}
.ccd button:hover {
  background-color: white;
  color: black;
}
div#cs {
  display: flex;
  flex-direction: column;
  background: black;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 5% 10%;
}

.deforest > .cs {
  display: flex;
  align-items: center;
  padding: 3% 0%;
}

.deforest > .cs:nth-child(1),
.deforest > .cs:nth-child(3) {
  flex-direction: row;
}

.deforest > :nth-child(2) {
  flex-direction: row-reverse;
}
.ccd {
  padding: 1% 5%;
  align-items: center;
}

.ccd h1 {
  font-family: "Poppins";
  font-size: 4rem;
  font-weight: 100;
  line-height: 100%;
  margin-bottom: 2%;
}

.ccd p {
  font-weight: 200;
  font-style: italic;
  padding-left: 1rem;
  border-left: 1px solid white;
}
.cd {
  display: flex;
  margin: 2% 0%;
  align-items: center;
}
.cdsa {
  display: flex;
  margin: 2% 0%;
  align-items: center;
  flex-direction: row-reverse;
}
div#footer {
  background: black;
  text-align: center;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer h1 {
  color: white;
  background: url(https://www.shutterstock.com/image-photo/abstract-landscape-mountains-fog-forest-260nw-1325187167.jpg);
  background-clip: text;
  font-size: 11rem;
  font-weight: 800;
  position: relative;
}

#footer h1::after {
  content: "";
  display: block;
  width: 100%;
  background: white;
  position: absolute;
  left: -98%;
  top: 0;
  border-radius: 0 6rem 0rem 0rem;
  height: 100%;
}

#footer p {
  color: white;
  font-weight: 200;
  font-style: italic;
  width: 50%;
  text-align: justify;
}

.fotnav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 11% 0;
  gap: 2em;
}

.fotnav ul li a {
  color: white;
  text-decoration: none;
  font-weight: 100;
}

p.pcp {
  text-align: center;
}
p.pcp {
  padding: 0% 0px 3% 0;
  letter-spacing: 0.1em;
}
