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

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

#main{
    width: 100%;
}

nav a{
    display: inline-block;
}
#nav-left{
    font-weight: 600;
}

#nav-right{
    font-weight: 600;
}

#nav-mid{
    font-size: 1.8vw;
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}


#sustainabilitywrapper{
    height: 18vw;
    width: 12vw;   
}


#sustainabilitywrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
    
}
#right-shift p{
    position: relative;
    
}
#right-shift span{
       
    margin: 0px 12px;
    margin-bottom: -12px;
    display: inline-block;
    border-radius: 20px;
    justify-content: center;
    align-items: center;

}

#span1{
    width: 60px;
    height: 40px;
    background-size: cover;
    background-position: 0% 60%;
    background-image: url(/images/design_1_11zon.jpg);
}

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

#span3{
    width: 60px;
    height: 40px;
    background-size: cover;
    background-position: 0% 60%;
    background-image: url(/images/cloud_10_11zon.jpg);
}

#packaging img{
    object-position: 0% 70%;
}


#think-of-future{
    height: 100vh;
    width: 100%;
    position: relative;
}

#think-of-future video{
    height: 100vh;
    width: 100%;
    position: absolute;
    opacity: 0;
    object-fit: cover;
}




#futuretxt{
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%) ;
}


#loader{
    height: 100vh;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    
}

#loading-txt{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-family: 'Gilroy';
    font-weight: bold;
    
}

#counter{
    padding-right: 5px;
    width: 9vw;
    text-align: right;
}


#my-cursor{
    position: absolute;
    z-index: 9999;
    height: 25px;
    width: 25px;
    pointer-events: none;
    border-radius: 50%;
    background-color: black;
    border: 1px solid black;
    transition: all 0.1s ease;
    transform: translate(-50% , -50%) scale(1);
    opacity: 1;
}

