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

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

@font-face {
    font-family: a;
    src: url(./NimbusSanL-Reg.otf);
}
  
@font-face {
    font-family: b;
    src: url(./NimbusSanL-Bol.otf);
}

#main {
    width: 100%;
}

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

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

#nav a {
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

#nav #centeratag {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hero {
    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: .5;
    font-size: 12px;
    margin: 10px 0;
}

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

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

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

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

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

#imgntext p {
    margin-top: 30px;
    letter-spacing: -.08vw;
    font-size: 1.4vw;
    width: 45%;
    line-height: 1.3;
}

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

#headings h1 {
    letter-spacing: -.4vw;
    line-height: 1;
    font-size: 6vw;
    font-weight: 400;
}

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

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

#circlev i {
    color: #5e5e5e;
}

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

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

#motive p {
    line-height: 1.5;
    letter-spacing: -.15vw;
    position: relative;
    width: 72%;
    font-size: 2vw;
    text-align: right;
}

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

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

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

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

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

#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;
    letter-spacing: -.07vw;
    opacity: .8;
    font-size: 1vw;
    margin: 10px 0;
}

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

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

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

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

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

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

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

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

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

#future {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 110vh;
    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;
    background-color: #fff;
    padding: 1vw 2vw;
    border-radius: 10px;
}

#ftext button {
    padding: .8vw 1.7vw;
    font-size: .6vw;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: -.05vw;
    font-weight: 700;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color: #6f6f6f;
}