*{
    margin: 0;
    padding: 0;
    font-family: "NimbusSansL-Reglta";
    box-sizing: border-box;
}

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

#main{
    width: 100%;
}
#home{
      
}
#nav{
    
    display: flex;
    justify-content: space-between;
    padding: 3vw 10vw;
    position: relative;
}
#nleft{
    display: flex;
    gap: 30px;

}
#nav a{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: black;
}
#nav #centeratag{
    font-size: 14px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#hero{
    display: flex;
    justify-content: space-between;
    width: 100%;
  
    margin-top: 15vw;
  
    padding: 0vw 10vw;
}
#sustain{
    width: 10vw;
}
#sustain p{
    font-size: 12px;
    margin: 10px 0;
    font-weight: 600;
    opacity: 0.5;
    text-transform: capitalize;
}
#sustain #susimagewrapper{
    width: 100%;
    height: 15vw;
    overflow: hidden;
    position: relative;
}
#susimagewrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 

#ephemeral{
    min-height: 42vw;
    width: 30vw;
    position: relative;
}
#ephemeral img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ephemeral p{
    font-size: 1.3vw;
    line-height: 1.3vw;
    width: 40%; 
    letter-spacing: -.1;
}
#ephemeral #headings {
    top: -22%;
    left: -20%;
    position: absolute;
}
#ephemeral h1{
    font-size: 6vw;
    letter-spacing: -0.4vw;
    font-weight: 500;
    line-height: 1;
}
#visit{
    display: flex;
    align-items: center;
    gap:20px;
}

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

#circlev i{
    color: grey;
}
#visit h3{
    font-weight: 400;
    color: grey;
}

#motive{
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
    padding: 3vw 10vw;
    font-weight: 300;
}
#motive p{
    line-height: 1.7;
    letter-spacing: -.15vw;
    font-weight: 500;
    position: relative;
    right: 0;
    width: 85%;
    font-size: 2vw;
    text-align: right;
    
}
#motive span{
    display: inline-block;
    background-color: red;
  border-radius: 100px;
  margin: 0 13px;
  margin-bottom: -17.5px;
}

#onespan{
    width: 80px;
    height: 50px;
    background-image: url(./resources/drive-download-20250614T184552Z-1-001/bluegirl.jpg);
    background-size: cover;
    background-position: 0% 60%;
}

#twospan{
    width: 120px;
    height: 50px;
    background-image: url(./resources/drive-download-20250614T184552Z-1-001/shaljam.jpg);
    background-size: cover;
    background-position: 0% 48%;
}

#threespan{
    width: 80px;
    height: 50px;
      background-image: url(./resources/drive-download-20250614T184552Z-1-001/grass.jpg);
    background-size: cover;
    background-position: 0% 48%;
}

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

#firstpic{
    width: 17vw;
} 
#firstpic #picimg{
    width: 17vw;
    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: 17vw;
    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: 50vh;
    background-color: red;
}
#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: -.12vw;
    line-height: 1;
}

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

}

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

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

#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: 0.8vw 1.7vw;
    font-size: .7vw;
    font-weight: 500;
    border-radius: 100px;
    text-transform: capitalize;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color : #5e5e5e;
}

nav a {
  position: relative;
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
}

nav a {
  position: relative;
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
}
