* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "nimbus";
}

@font-face {
    font-family: nimbus;
    src: url(/fonts/nimbus-sans-l/NimbusSanL-Bol.ttf);
}

html,
body {
    width: 100%;
    height: 100%;
}

#main {
    width: 100%;
}

#home {
    position: relative;
}

#nav {
    position: relative;
    justify-content: space-between;
    display: flex;
    padding: 2.4vw 10vw;
}

#nav a {
    display: inline-block;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    color: black;

}

#nav #centeratag {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#nleft {
    display: flex;
    gap: 30px;
}

#hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 12.4vw;
    padding: 0vw 10vw;
}

#sustain {
    width: 10vw;
}

#sustain p {
    text-transform: capitalize;
    font-weight: 800;
    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;
}

#susimagewrapper img:hover {
    cursor: pointer;
}

#ephemeral {
    position: relative;
    width: 30vw;
    min-height: 42vw;
}

#ephemeral img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ephemeral img:hover{
    cursor: pointer;
}

#ephemeral p {
    margin-top: 30px;
    font-size: 1.2vw;
    font-weight: 800;
    letter-spacing: -.05vw;
    line-height: -1;
    opacity: .8;
    width: 40%;
}

#ephemeral #headings {
    position: absolute;
    top: -22%;
    left: -20%;
}

#ephemeral h1 {
    opacity: 0.8;
    line-height: 1;
    letter-spacing: -.5vw;
    font-size: 6vw;
    font-weight: 400;
}

#imgntext {
    width: fit-content;
    height: fit-content;
}

#circlev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3vw;
    height: 3vw;
    border: 1px solid #5E5E5E;
    border-radius: 50%;
}

#circlev i {
    color: #5E5E5E;

}

#circlev:hover {
    cursor: pointer;
}

#visit {
    display: flex;
    gap: 10px;
    align-items: center;
}

#visit h3 {
    font-weight: 400;
    color: #5E5E5E;
}

#motive {
    left: 23px;
    padding: 3vw 10vw;
}

#motive h3 {
    opacity: .5;
}

#motive p {
    font-weight: bold;
    position: relative;
    left: 8%;
    padding: 2vw 0vw;
    font-size: 1.4vw;
    text-align: right;
    text-transform: capitalize;
    opacity: .8;
}

#motive span {
    position: relative;
    display: inline-block;
    top: 12px;
    margin: 0px 10px;
    border-radius: 100px;
    /* background-color: red; */
}

#motive #onespan {
    width: 70px;
    height: 45px;
    background-image: url(/images/bluegirl.jpg);
    background-size: cover;
    background-position: 0% 60%;
    cursor: pointer;
}

#twospan {
    width: 70px;
    height: 45px;
    background-image: url(/images/grass.jpg);
    background-size: cover;
    background-position: 0% 65%;
    cursor: pointer;
}

#threespan {
    width: 90px;
    height: 35px;
    background-image: url(/images/shaljam.jpg);
    background-size: cover;
    background-position: 0% 50%;
    cursor: pointer;
}

#pictures {
    justify-content: space-between;
    display: flex;
    padding: 3vw;
    padding-left: 14vw;
    padding-right: 12vw;
}

#first-pic {
    width: 17vw;
}

#first-pic #pic-img {
    width: 100%;
    height: 29vw;
}
#pic-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#pic-img img:hover{
    cursor: pointer;
}
#first-pic h1, #sec-pic h1{
    opacity: 0.8;
    letter-spacing: -.1vw;
    font-size: 3vw;
}
#first-pic p,  #sec-pic p{
    margin-top: 10px;
    font-size: 14px;
    opacity: .7;
}

#sec-pic {
    width:22vw;
    text-align: right;
}

#sec-pic #pic-img {
    width: 100%;
    height: 35vw;
}
#sec-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sec-pic img:hover{
    cursor: pointer;
}

#banner{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8vw;
}
#bimg{
    width: 63%;
    height: 80vh;
}
#bimg img{
    width: 100%;
    height: 100%;
    object-position: 0% 70%;
    object-fit: cover;
    cursor: pointer;
}

#btext{
    width: 35%;
    padding: 0 3vw;
}

#btext h1{
    font-size: 2.8vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.15vw;
    opacity: .8;
}
#btext p{
    margin-top: 20px;
    width: 79%;
    font-size: 1.2vw;
    opacity: .7;
}

#future{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    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: 99;
    opacity: .9;
    background-color: #fff;
    padding: 1vw 1.7vw;
    border-radius: 9px;
}
#ftext h1{
    font-size: 2.6vw;
    letter-spacing: -.15vw;
    opacity: 0.8;
}
#ftext button{
    padding: .6vw .8vw;
    font-size: .8vw;
    font-weight: 700;
    margin-top: 5px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    color: #7b7b7b;
}
#ftext button:hover{
    cursor: pointer;
}