@font-face {
  font-family: Nimbus Sans;
  src: url(./nimbus-sans/NimbusSanL-Reg.ttf);
}

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

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

#main {
  width: 100%;
}

#nav {
  display: flex;
  justify-content: space-between;
  padding: 2vw 10vw;
  position: relative;
}

#nav a {
  color: black;
  text-decoration: none;
  display: inline-block;
}

#nLeft {
  display: flex;
  gap: 30px;
}

#nav a#center-a-tag {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

#sustain {
  width: 10vw;
}

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

#sustain #sus-image-wrapper {
  width: 100%;
  height: 15vw;
  position: relative;
  overflow: hidden;
}

#sus-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

#ephemeral #headings {
  position: absolute;
  top: -19%;
  left: -15%;
}

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

#ephemeral #image-content {
  width: fit-content;
  height: fit-content;
}

#ephemeral p {
  width: 40%;
  margin-top: 30px;
  font-size: 1.3vw;
  letter-spacing: -0.05vw;
  line-height: 1.6vw;
}

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

#visit {
  display: flex;
  align-items: center;
  gap: 20px;
}

#circle-v {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  border: 1px solid #5e5e5e;
}

#circle-v i {
  color: #5e5e5e;
}

#visit h3 {
  color: #5e5e5e;
  font-weight: 400;
}

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

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

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

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

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

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

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

#first-pic {
  width: 17vw;
}

#second-pic {
  width: 25vw;
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}

#first-pic #pic-image {
  width: 100%;
  height: 22vw;
  margin-bottom: 1vw;
}

#second-pic #pic-image {
  width: 100%;
  height: 37vw;
  margin-bottom: 1vw;
}

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

#pictures p {
  font-size: 1vw;
  letter-spacing: -0.07vw;
  opacity: 0.8;
  margin-top: 10px;
}

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

#second-pic p {
  width: 50%;
}

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

#b-img {
  width: 65%;
  height: 60vh;
}

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

#b-text {
  width: 35%;
  padding: 0 3vw;
}

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

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

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

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

#f-text {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 1vw 2vw;
  border-radius: 10px;
}

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