@font-face {
    font-family: nimbus-sans-l;
    src: url("./NimbusSanL-Reg.otf");
}

* {
    margin: 0;
    padding: 0;
    font-family: nimbus-sans-l;
    box-sizing: border-box;
}

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

#main {
    width: 100%;
}

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

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

#nav a {

    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    color: black;
}

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

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

#sustain {
    width: 10vw;
    height: 23..2vw;    
}

#sustain p {
    font-size: 13px;
    margin: 10px 0px;
    opacity: 0.5;
}

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

#susimagewrapper img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    object-fit: cover;
}

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

#hero-part2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-bottom-right-radius: 60px;
}

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

#hero-part2 #heading {
    position: absolute;
    top: -12%;
    left: -15%;
}

#hero-part2 h1 {
    letter-spacing: -0.4vw;
    font-size: 6vw;
    font-weight: 100;
    line-height: 1;
    z-index: 999;
}

#hero-part2 p {
    text-align: left;
    line-height: 1.3;
    font-size: 1.4vw;
    width: 45%;
    text-transform: capitalize;
    letter-spacing: -0.6px;
    margin-top: 30px;
}

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

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

#circlev i {
    color: #8a8989;
}


#visit h3 {
    font-weight: 400;
    color: #8a8989;
}

#motive {

    display: flex;
    justify-content: space-between;
    padding: 3vw 10vw;
    font-weight: 100;
    letter-spacing: 2;
    margin-top: 4vw;
}

#motive p {
    font-weight: 800;
    margin-top: 7vw;
    position: relative;
    font-size: 2.2vw;
    text-align: right;
    width: 80%;
    right: 0;
}

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

#one {
    width: 80px;
    height: 50px;
    background-image: url("growth.jpg");
    background-size: cover;
    background-position: center;
}

#two {
    width: 60px;
    height: 50px;
    background-image: url("respo.jpg");
    background-position: center;
    background-size: cover;
}

#three {
    width: 70px;
    height: 50px;
    background-image: url("planet.jpg");
    background-position: center;
    background-size: cover;
}

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

#firstpic {
    width: 17vw;
}

#firstpic #pic {
    width: 100%;
    height: 28vw;
    margin-bottom: 2vw;
}

#pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#firstpic h1 , #secpic h1{
    letter-spacing: -.1vw;
    font-weight: 100;
    font-size: 2vw;
}

#firstpic p , #secpic p {
    font-size: 15px;
    opacity: .6;
    margin-top: 10px;
    line-height: 1.2;
    width: 70%;
    text-align: left;
}
#secpic{

    margin-top: 6vw;
    width: 24vw;
    display: flex;
    flex-direction: column;
    align-items:end;
}
#secpic #pic2{
    width: 100%;
    height: 46vw;
    margin-bottom: 3vw;
}
#pic2 img {
   height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
#secpic p{
    text-align: right;
}


#banner{
    display: flex;
    align-items: center;

    width: 100%;
}
#bimg{
    width: 60%;
    height: 60vh;

}
#bimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 50px;
}
#btext{
    width: 40%;
    padding: 0 4vw;
}
#btext h1{
    font-size: 2.8vw;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.1vw;
}
#btext p{
    margin-top: 10px;
    width: 60%;
    font-size: 1vw;
}
#future{    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}
#future video{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

#ftext{
    font-size: 1vw;
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 2vw 2vw;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #383737;
}

#ftext button{
    text-transform: capitalize;
    margin: 10px;
    padding: 1vw 1.3vw;
    font-size: .8vw;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #8a8989;
    font-weight: 800;
    color: #8a8989;
}

/* Default styles (mobile-first approach) */
/* Your existing CSS goes here */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #nav {
        padding: 4vw 6vw;
    }
    
    #hero {
        margin-top: 10vw;
        padding: 0 6vw;
    }
    
    #motive {
        padding: 3vw 6vw;
    }
    
    #picture {
        padding-left: 8vw;
        padding-right: 6vw;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #nav a {
        font-size: 14px;
    }
    
    #nav #centeratag {
        font-size: 18px;
    }
    
    #hero {
        margin-top: 8vw;
    }
    
    #sustain {
        width: 12vw;
    }
    
    #hero-part2 {
        width: 35vw;
        min-height: 45vw;
    }
    
    #motive p {
        font-size: 2vw;
    }
    
    #btext h1 {
        font-size: 3vw;
    }
    
    #btext p {
        font-size: 1.2vw;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #nav {
        padding: 3vw 8vw;
    }
    
    #hero {
        margin-top: 6vw;
        padding: 0 8vw;
    }
    
    #sustain {
        width: 10vw;
    }
    
    #hero-part2 {
        width: 30vw;
        min-height: 42vw;
    }
    
    #motive {
        padding: 3vw 8vw;
    }
    
    #motive p {
        font-size: 1.8vw;
    }
    
    #picture {
        padding-left: 10vw;
        padding-right: 8vw;
    }
    
    #btext h1 {
        font-size: 2.5vw;
    }
    
    #btext p {
        font-size: 1vw;
        width: 70%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #nav {
        padding: 3vw 10vw;
    }
    
    #hero {
        padding: 0 10vw;
    }
    
    #motive {
        padding: 3vw 10vw;
    }
    
    #picture {
        padding-left: 14vw;
        padding-right: 12vw;
    }
    
    #btext h1 {
        font-size: 2.2vw;
    }
    
    #btext p {
        width: 60%;
    }
}

/* Mobile-specific adjustments (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #nav {
        padding: 5vw;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    #nleft {
        gap: 20px;
    }
    
    #nav #centeratag {
        position: static;
        transform: none;
        order: -1;
    }
    
    #hero {
        flex-direction: column;
        margin-top: 10vw;
        padding: 0 5vw;
        gap: 30px;
    }
    
    #sustain {
        width: 100%;
    }
    
    #susimagewrapper {
        height: 50vw !important;
    }
    
    #hero-part2 {
        width: 100%;
        min-height: auto;
    }
    
    #hero-part2 #heading {
        position: static;
    }
    
    #hero-part2 h1 {
        font-size: 10vw;
    }
    
    #hero-part2 p {
        font-size: 4vw;
        width: 100%;
    }
    
    #circlev {
        width: 8vw;
        height: 8vw;
    }
    
    #motive {
        flex-direction: column;
        padding: 10vw 5vw;
    }
    
    #motive p {
        font-size: 5vw;
        width: 100%;
        text-align: center;
        margin-top: 5vw;
    }
    
    #picture {
        flex-direction: column;
        padding: 5vw;
        gap: 30px;
    }
    
    #firstpic, #secpic {
        width: 100%;
    }
    
    #firstpic #pic, #secpic #pic2 {
        height: 80vw;
    }
    
    #firstpic h1, #secpic h1 {
        font-size: 6vw;
    }
    
    #firstpic p, #secpic p {
        width: 100%;
        font-size: 4vw;
    }
    
    #banner {
        flex-direction: column;
    }
    
    #bimg, #btext {
        width: 100%;
    }
    
    #bimg {
        height: 40vh;
    }
    
    #btext {
        padding: 5vw;
    }
    
    #btext h1 {
        font-size: 6vw;
    }
    
    #btext p {
        width: 100%;
        font-size: 4vw;
    }
    
    #ftext {
        font-size: 4vw;
        padding: 5vw;
    }
    
    #ftext button {
        padding: 2vw 4vw;
        font-size: 3vw;
    }
}

/* Tablet landscape adjustments */
@media (min-width: 768px) and (max-width: 991.98px) and (orientation: landscape) {
    #hero {
        margin-top: 5vw;
    }
    
    #hero-part2 {
        width: 40vw;
        min-height: 50vw;
    }
    
    #hero-part2 h1 {
        font-size: 7vw;
    }
    
    #hero-part2 p {
        font-size: 2vw;
    }
}

/* High-resolution devices (2x and up) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
 
}
