* {
  margin: 0;
  padding: 0;
  font-family: "gilroy";
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

#main {
  width: 100%;
  height: 100vh;
}

#back {
  cursor: pointer;
  width: 100%;
  height: 100vh;
}

#back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#workingarea {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 100vh;
  max-width: 1920px;
}

#nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

#nav img {
  height: 50px;
}

#nleft {
  display: flex;
  align-items: center;
  gap: 60px;
}

#nav a {
  pointer-events: all;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}

#hero {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translate(0%, -50%);
  display: flex;
  justify-content: space-between;
  width: 15%;
}

#hleft .elem {
  height: 12vw;
}

#hleft .elem p {
  margin-left: 5px;
  line-height: 30px;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px white;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 0.8vw;
}

#subhero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15vw;
  padding: 0vw 10vw;
}

#sustain {
  width: 10vw;
}

#sustain p {
  text-transform: capitalize;
  font-weight: 800;
  opacity: 0.5;
  font-size: 12px;
  margin: 10px 0;
}

#sustain #susimagewrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15vw;
}

#susimagewrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ephemeral {
  position: relative;
  width: 30vw;
  min-height: 42vw;
}

#imgntext {
  cursor: pointer;
  width: fit-content;
  height: fit-content;
}

#ephemeral img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ephemeral #headings {
  top: -22%;
  left: -20%;
  position: absolute;
}

#ephemeral h1 {
  letter-spacing: -0.4vw;
  line-height: 1;
  font-size: 6vw;
  font-weight: 400;
}

#motive {
  margin-top: 7vw;
  display: flex;
  justify-content: space-between;
  padding: 3vw 10vw;
}

#motive p {
  line-height: 1.7;
  letter-spacing: -0.12vw;
  position: relative;
  right: 0;
  width: 85%;
  text-align: right;
  font-size: 2.1vw;
}

#motive span {
  display: inline-block;
  border-radius: 100px;
  background-color: red;
  margin: 0px 13px;
  margin-bottom: -12.5px;
}

#onespan {
  width: 80px;
  height: 50px;
  background-image: url(./images/i1.jpg);
  background-size: cover;
  background-position: 0% 60%;
}

#twospan {
  width: 130px;
  height: 60px;
  background-image: url(./images/i2.jpg);
  background-size: cover;
  background-position: 0% 48%;
}

#threespan {
  width: 80px;
  height: 50px;
  background-image: url(./images/i3.jpg);
  background-size: cover;
  background-position: 0% 60%;
}

#pictures {
  display: flex;
  justify-content: space-between;
  margin-top: 8vw;
  padding: 3vw;
  padding-left: 14vw;
  padding-right: 12vw;
}

#firstpic {
  width: 17vw;
}

#firstpic #picimg {
  cursor: pointer;
  width: 100%;
  height: 24vw;
  margin-bottom: 1vw;
}

#picimg img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#firstpic h1,
#secpic h1 {
  letter-spacing: -0.1vw;
  font-weight: 100;
  font-size: 2vw;
}

#firstpic p,
#secpic p {
  opacity: 0.8;
  font-size: 1vw;
  letter-spacing: -0.07vw;
  line-height: 1;
  margin-top: 10px;
}

#secpic {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 25vw;
}

#secpic #picimg {
  width: 100%;
  height: 37vw;
  margin-bottom: 1vw;
}

#secpic p {
  width: 50%;
  text-align: right;
}

#banner {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 8vw;
}

#bimg {
  width: 65%;
  height: 60vh;
}

#bimg img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-position: 0% 70%;
  object-fit:cover;
}

#btext {
  width: 35%;
  padding: 0 3vw;
}

#btext h1 {
  font-size: 2.8vw;
  font-weight: 400;
  letter-spacing: -0.15vw;
  line-height: 1;
}

#btext p {
  margin-top: 20px;
  width: 60%;
  font-size: 1vw;
}

#future {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

#future video {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#ftext {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9999;
  padding: 1vw 2vw;
  border-radius: 10px;
}

#ftext button {
  cursor: pointer;
  padding: 0.8vw 1.7vw;
  font-size: 0.6vw;
  text-transform: capitalize;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  color: #6f6f6f;
}

@media (max-width: 1050px) {
  #back{
    background-size: cover;
    height: 25vh;
  }
  #workingarea{
    width: 97%;
  }
  #nav{
    padding: 1px 0;
  }
  #nav img{
    height: 20px;
  }
  #nleft{
    gap: 60px;
  }
  #nav a{
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: capitalize;
  }
  #hero{
    top: 15%;
    width: 35%;
  }
  #hleft .elem p {
    line-height: 10px;
    font-size: 1.5vw;
  }
  #subhero{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
    margin-top: 20px;
  }
  #sustain{
    width: 15vw;
  }
  #sustain #susimagewrapper {
    height: 27vw;
  }
  #ephemeral {
    width: 50vw;
    min-height: 42vw;
    margin-left: 120px;
  }
  #ephemeral #headings {
    top: -15%;
    left: -12%;
  }
  #motive p {
    line-height: 2.7;
    width: 85%;
    font-size: 2.7vw;
  }
  #onespan {
    width: 70px;
    height: 30px;
  }
  #twospan {
    width: 100px;
    height: 30px;
    background-position: 0% 10%;
  }
  #threespan {
    width: 80px;
    height: 30px;
    background-position: 0% 50%;
  }
  #pictures {
    padding-left: 7vw;
    padding-right: 6vw;
  }
  #firstpic {
    width: 20vw;
  }
  
  #firstpic #picimg {
    height: 30vw;
  }
  #firstpic h1,
#secpic h1 {
  font-size: 5vw;
}
#firstpic p,
#secpic p {
  font-size: 2.5vw;
}
#secpic {
  width: 40vw;
}

#secpic #picimg {
  height: 65vw;
}
#banner{
  padding: 3vw;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
}
#bimg {
  width: 100%;
  height: 20vh;
}
#btext {
  width: 35%;
  padding: 0 2vw;
  margin-left: -2vw;
  margin-top: 2vw;
}
#btext p {
  margin-top: 5px;
  width: 100%;
  font-size: 1.5vw;
}
#future {
  width: 100%;
  height:35vh;
}
#ftext {
  padding: 1vw 2vw;
  border-radius: 10px;
}
#ftext h1{
  font-size: 4vw;
  font-weight: 200;
}
#ftext button {
  padding: 0.9vw 1.5vw;
  font-size: 1vw;
  margin-top: 3.5px;
  font-weight: 500;
  background-color: rgba(255, 250, 250,02.5vw);
}
}
