@font-face {
    font-family: Nimbus Sans L;
    src: url(./fonts/NimbusSanL-Reg.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nimbus Sans L";
}

html, body {
    width: 100%;
    height: 100%;
}

#main {
    width: 100%;
}

#nav {
    position: relative;
    display: flex;
    padding: 3vw 10vw;
    justify-content: space-between;
}

#nleft {
    display: flex;
    gap: 30px;
}

#nav a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: black;
}

#nav #centeratag {
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0vw 10vw;
    margin-top: 15vw;
}

#sustain {
    width: 10vw;
}

#sustain p {
    text-transform: capitalize;
    font-weight: 600;
    opacity: .5;
    font-size: 12px;
    margin: 10px 0;
}

#sustain #susimagewrapper {
    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 {
    width: fit-content;
    height: fit-content;
}

#ephemeral #headings {
    top: -22%;
    left: -20%;
    position: absolute;
}

#ephemeral img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ephemeral p{
    margin-top: 30px;
    font-size: 1.3vw;
    letter-spacing: -.07vw;
    line-height: 1.3;
    width: 40%;
}

#ephemeral h1{
    letter-spacing: -.4vw;
    font-size: 6vw;
    font-weight: 400;
    line-height: 1;
}

#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 {
    color: #5e5e5e;
    font-weight: 400;
}

#motive {
    margin-top: 7vw;
    display: flex;
    justify-content: space-between;
    padding: 3vw 10vw;
}

#motive p{
    line-height: 1.7;
    letter-spacing: -.12vw;
    font-weight: 500;
    position: relative;
    right: 0;
    width: 85%;
    text-align: right;
    font-size: 2.1vw;
}

#motive span {
    display: inline-block;
    width: 120px;
    height: 50px;
    margin: 0 10px;
    background-color: red;
    margin: 0 13px;
    border-radius: 100px;
    margin-bottom: -12.5px;
}

#onespan {
    width: 80px;
    height: 50px;
    background-image: url(./assets/grass.jpg);
    background-size: cover;
    background-position: 0% 60%;
}

#twospan {
    width: 130px;
    height: 60px;
    background-image: url(./assets/shaljam.jpg);
    background-size: cover;
    background-position: 0% 48%;
}

#threespan {
    width: 80px;
    height: 50px;
    background-image: url(./assets/bluegirl.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 {
    width: 100%;
    height: 24vw;
    margin-bottom: 1vw;
}

#picimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#firstpic h1, #secpic h1{
    letter-spacing: -.1vw;
    font-weight: 100;
    font-size: 2vw;
}

#firstpic p, #secpic p {
    opacity: .8;
    font-size: 1vw;
    letter-spacing: -.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 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8vw;
}

#bimg {
    width: 65%;
    height: 60vw;
}

#bimg img {
    width: 100%;
    height: 100%;
    object-position: 0% 70%;
    object-fit: cover;
}

#btext {
    width: 35%;
    padding: 0 3vw;
}

#btext h1 {
    font-size: 2.4vw;
    font-weight: 400;
    letter-spacing: -.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: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    width: 100%;
    z-index: 0;
}

#ftext {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9999;
    background-color: #fff;
    padding: 1vw 2vw;
    border-radius: 10px;
}

#ftext h1 {
    mix-blend-mode: difference;
}

#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;
}