* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-family: "NimbusSansL";
}
html,
body {
  width: 100%;
  height: 100%;
}
#main {
  width: 100%;
}
/* NavBar */
#nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 3vw 10vw;
}
#nleft {
  display: flex;
  gap: 30px;
}
#nav a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
#nav #centeratag {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

/* Sustain */

#sustain {
  width: 10vw;
}
#sustain p {
  font-weight: 800;
  opacity: 0.5;
  line-height: 1;
  font-size: 12px;
  margin: 10px 0;
}
#sustain #susimagewrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15vw;
}
#susimagewrapper img {
  /* position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%; */
  width: 100%;
  height: 100%; 
  object-fit: cover;
}

/* Ephemeral */

#ephemeral {
  position: relative;
  width: 30vw;
  min-height: 42vw;
}
#ephemeral #headings {
  position: absolute;
  top: -22%;
  left: -20%;
}
#imgntext {
  width: fit-content;
  height: fit-content;
}
#ephemeral img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ephemeral p {
  font-size: 1.3vw;
  letter-spacing: -0.07vw;
  line-height: 1.3;
  width: 40%;
  margin-top: 30px;
}
#ephemeral h1 {
  letter-spacing: -0.4vw;
  line-height: 1;
  font-size: 6vw;
  font-weight: 400;
}

/* visit */

#visit {
  display: flex;
  gap: 10px;
  align-items: center;
}
#circlev {
  border-radius: 50%;
  border: 1px solid #5e5e5e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
}
#circlev i {
  color: #5e5e5e;
}
#visit h3 {
  font-weight: 400;
  color: #5e5e5e;
}

/* Motive */

#motive {
  display: flex;
  justify-content: space-between;
  padding: 3vw 10vw;
}
#motive p {
  line-height: 1.7;
  letter-spacing: -0.12vw;
  margin-top: 7vw;
  position: relative;
  right: 0;
  text-align: right;
  width: 83%;
  font-size: 2.1vw;
}
#motive h3 {
  margin-top: 6vw;
  color: #5e5e5e;
}
#motive span {
  display: inline-block;
  width: 120px;
  height: 45px;
  margin: 0 10px;
  border-radius: 100px;
  margin: 0 13px;
  margin-bottom: -12.5px;
}
#motive #onespan {
  width: 80px;
  height: 50px;
  background-image: url(/img/bluegirl.jpg);
  background-size: cover;
  background-position: 0% 60%;
}
#motive #twospan {
  width: 130px;
  height: 60px;
  background-image: url(/img/shaljam.jpg);
  background-size: cover;
  background-position: 0% 48%;
}
#motive #threespan {
  width: 80px;
  height: 50px;
  background-image: url(/img/grass.jpg);
  background-size: cover;
  background-position: 0% 60%;
}

/* Pictures  */

#pictures {
  display: flex;
  justify-content: space-between;
  padding: 3vw;
  margin-top: 8vw;
  padding-left: 14vw;
  padding-right: 12vw;
}
#firstpic {
  width: 17vw;
}
#firstpic #picimg {
  width: 100%;
  height: 24vw;
  margin-bottom: 1vw;
}
#firstpic img,
#secpic img {
  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 {
  font-size: 1vw;
  margin-top: 10px;
  letter-spacing: -0.07vw;
  line-height: 1;
  opacity: 0.8;
}
#secpic {
  width: 22vw;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#secpic #picimg {
  width: 100%;
  height: 37vw;
  margin-bottom: 1vw;
}
#secpic p {
  width: 50%;
  text-align: right;
}

/* Banner */

#banner {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 8vw;
}
#bimg {
  width: 65%;
  height: 60vh;
}
#bimg img {
  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 */
#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 {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#ftext{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9999;
    background-color: #fff;
    padding: 1vw 2vw;
    border-radius: 10px;
}
#ftext button{
    padding: .8vw 1.7vw;
    font-size: .6vw;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 700;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #c6c6c6 ;
    color: #6f6f6f;
}