*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body{
    overflow: scroll;
    background-color: black;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
 
img{
    display: block;
}

#loading{
    position: fixed;
    z-index: 10000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    background-color: black;
    opacity: 0.9;
}  

.pace {
    /* justify-self: center; */
    pointer-events: none;
    user-select: none;
    z-index: 1000000000099;
    position: absolute;
    margin: auto;
    margin-top: 23vh;
    width: 40vw;
    border: 2px transparent;
    height: 5vh;
    overflow: hidden;
    background:#bbafd5;
    border-radius: 20vh;
  }
  
  .pace .pace-progress {
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    max-width: 40vw;
    /* position: relative; */
    z-index: 1000000000099;
    display: block;
    /* position: absolute; */
    top: 0;
    background: black;
    right: 100%;
    height: 100%;
    width: 100%;
  }
  
  .pace.pace-inactive {
    display: none;
  }

#blur{
    position: fixed;
    z-index: 1000000000;
    backdrop-filter: blur(10px);
    width: 100vw;
    height: 100vh;
} 

#logo{
    position: fixed;
    width: 10%;
    top: 0%;
    right: 0%;
    z-index: 1000000;
    cursor: pointer;
}

#bulb-off-wrap{
    position: fixed;
    z-index: 10000001;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    display: none;
}

#bulb-off{
    /* position: absolute; */
    width: 30vw;
    cursor: pointer;    
}


#nav{
    display: flex;
    width: 100vw;
    height: 16vh;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    z-index: 20;
}

#about-div{
    margin-right: 19vw;
}

#about-btn{
    width: 25vh;
    cursor: pointer;
}

#about-box{
    width: 25vh; 
    margin-left: 10vh;
    opacity: 0;
}

#contact-btn{
    width: 25vh;
    cursor: pointer;
    align-self:flex-end
}


#bg-01{
    width: 100vw;
    height: 100vh;
    position:sticky;
    top: 0;
    z-index: 5;
    background-image: url('/src/img/bg-01.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform, opacity;
    display: flex;

}

#parallax{
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100;
    position: sticky;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
#parallax::-webkit-scrollbar {
    display: none;
}

#bg-02{
    width: 100vw;
    height: 178vh;
    z-index: 100;
    position: relative;
    background-image: url('/src/img/bg-02.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:initial;
}

#bg-03{
    width: 100vw;
    height: 420vh;
    z-index: 100;
    background-image: url('/src/img/bg-03-v2.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    opacity: 0.04;
    display: flex;
    justify-content: center;
    flex-direction: row;
    overflow: hidden;

}

#tb-01{
    width: 110%;
    margin-left: -5%;
    position: relative;
    z-index: 100;
    display: block;
}

#tb-02{
    position:absolute;
    z-index: 150;
    width: 66vw;
    top: 42%;
    

}

#tb-03{
    position: absolute;
    z-index: 150;
    width: 70vw;
    top: 71%;
    will-change: transform, opacity;

}

#obj-in{
    position: absolute;
    top: 47.8%;
    display: none;
    width: 7vh;
}

#pipes{
    background-image: url('/src/img/pipe.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 89vh;
    position: relative;
    z-index: 120;
    top: 33%;
}

#contact-form{
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px) brightness(40%);
    display: none;
}


#form{
    display:  block;
    border-radius: 30px;
    background-color: #bce1bf;
    padding: 2%;
    line-height: 200%;

}

#question{
    width: 50vw;
    height: 30vh;
    padding: 2%;
    resize: none;
    border-radius: 30px;
    border-width: 2px;
    border-color: black;
    background-color:beige;
    -ms-overflow-style: none; 
    scrollbar-width: none;
    font-size:xx-large;
 }
 
#question::-webkit-scrollbar {
     display: none;
 }

#uName, #uEmail{
    width: 55vw;
    height: 5vh;
    border-radius: 10px;
    border-width: 2px;
    background-color:beige;
    padding: 2%;
    border-color: black;
    font-size:x-large;
}

.form-btns{
    float: right;
    margin-right: 1%;
    padding: 1%;
    border-radius: 10px;
    background-color:beige;
    cursor: pointer;
}

label, .form-btns, #close-btn{
    font-size:x-large;
    font-family: 'MarkerFelt-Thin';
    
}

#close-btn{
    float: right;
    margin-right: 1%;
    padding: 1%;
    border-radius: 20%;
    background-color:crimson;
    cursor: pointer;
}

#endNotification{
    position: absolute;
    z-index: 20000;
    width: 20vw;
    margin-top: 390vh;
    left: 2.5%;
    will-change: transform, opacity;
    display: block;
}

#leadToContactForm{
    justify-self: center;
    position: absolute;
    width: 60%;
    height:100vh;
    bottom: 0;
    opacity: 0.5;
    z-index: 100000000;
    cursor: pointer;
}









@media all and (max-width: 1921px) {
    #logo{
        width: 12%;
        }
}



@media all and (max-width: 1470px) {
    #logo{
        width: 15%;
    }
    
}

@media all and (max-width: 800px) {
    #logo{
    width: 25%;
    }
}