/* GENERIC CSS */ 

*{
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    height: 100%;
    margin: 0;
    scroll-snap-type: y mandatory;
}

body {
    padding: 0;
    height: 100%;
    max-width: 100vw;
    margin: 0;
    overscroll-behavior-y: none;
}


h1 {
    font-size: 12.5vh;
    padding: 0;
    display: block;
    text-decoration: none;
}

/* IPAD PRO IN PORTRAIT */

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    h1 {
        font-size: 7vh;
    }
}


h2 {
    font-weight: 600;
    font-size: 40px;
    margin: 0px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (max-width: 815px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 36px;
    font-weight: 600;
    color: #3865AE;
}

h6 {
    font-size: 14px;
    display: inline;
}

p {
    font-size: 12px;
    font-weight: 300;
}

a {
    font-size: 14px;
    text-decoration: none;
}



/* HEADER */


.headerhello {
    position: absolute;
    color: black;
    padding: 30px 100px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 3;
    box-sizing: border-box;
}


.hellolinks { 
    padding: 0px 30px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.logo {
    width: 60px;
}

.logomobile {
    display: none;
    width: 30px;
}

.burgerwhite {
    display: none;
    width: 25px;
}

.mobilenavcont {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
    
    height: 80%;
    width: 90%;
    left: 5%;
    top: 9%;
    background-color: #F5F5F5;
    border-radius: 10px;
    z-index: 20;
    overflow-x: hidden;
    padding-top: 30%;
    padding-bottom: 10%;
    box-sizing: border-box;

    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobilenavlinkscont a {
    font-size: 18px;
    color: black;
    display: block;
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 5px 0px;
    width: 195px;
    text-align: center;
    border-radius: 15px;
}

.mobilenavconnectcont {
    text-align: center;
    width: 60%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobilesnavconnect {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.mobilenavsocialiconscont {
    height: 40px;
    display: flex;
    justify-content: space-evenly;
}

.mobilenavsocialiconscont a {
    font-size: 0;
}

/* ANIMATED BURGER ICON */ 

.animatedburgerwhite {
    z-index: 30;
    display: none;
}

.animatedburgerwhitebar1, .animatedburgerwhitebar2, .animatedburgerwhitebar3 {
    width: 27px;
    height: 3px;
    margin-bottom: 6px;
    transition: 0.4s;
    background-color: black;
}

/* Rotate first bar */
.change .animatedburgerwhitebar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 4px) ;
    transform: rotate(-45deg) translate(-8px, 4px) ;
  }
  
/* Fade out the second bar */
.change .animatedburgerwhitebar2 {
    opacity: 0;
  }

/* Rotate last bar */
.change .animatedburgerwhitebar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -4px) ;
    transform: rotate(45deg) translate(-8px, -4px) ;
  }
 

/* HEADER FOR MOBILE */

@media only screen and (max-width: 815px) {
    .burgerwhite {
        display: none;
    }

    .animatedburgerwhite {
        display: block;
    }

    .hellolinks {
        display: none;
    }

    .letschat {
        display: none;
    }

    .logo {
        display: none;
    }

    .logomobile {
        display: initial;
    }

    .headerhello {
        padding: 15px 5%;
        width: 100vw;
        z-index: 15;
    }


} 


/* LETS CHAT BUTTON + FORM */ 

.letschat {
    background-color: black;
    color: white;
    border-radius: 50px;
    padding: 5px 30px;
    text-align: center;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.letschatform {
    position: fixed;
    width: 0;
    height: 510px;
    background-color: white;
    right: 0;
    top: 20%;
    z-index: 5;
    border-radius: 25px 0 0 25px;
    transition: 1s;
    overflow: hidden;
}

.letschatform .closebtn {
    position: absolute;
    right: 40px;
    top: 30px;
    text-decoration: none;
    color: grey;
}

.kwes-form {
    padding: 30px 30px 30px 45px;
}

.formtitle {
    color: black;
    margin: 0 0 30px 0;
}

.submitbutton {
    position: relative;
    display: block;
    background-color: black;
    color: white;
    border: none;
    padding: 5px 30px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.singlelineinput {
    background-color: #F7F7F7;
    border: none;
    color: black;
    height: 44px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding-left: 20px;
    width: 80%;
    margin-top: 10px;
}

.messageinput {
    background-color: #F7F7F7;
    color: black;
    border: none;
    border-radius: none;
    width: 80%;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 14px;
    resize: none;
}


/* BACK TO PROJECTS BUTTON */ 


.backtoprojectsarrow {
    position: fixed;
    bottom: 25px;
    left: 100px;
    z-index: 50;
    color: black;
    text-decoration: none;
  } 

.backtoprojectstext {
    display: inline-block;
    padding-left: 20px;
}










/* HERO IMAGE */ 

.heroimage {
    padding: 0px 250px; 
    box-sizing: border-box;
    min-height: 100%;
    position: relative;
    background-image: url("Images/03_PUR/Hero\ Image\ Final\ copy.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: #F8CA3F;
}

.projectinfocont {
    padding: 10vh 0;
    height: 100vh;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.heroimage h1 {
    font-size: 12.5vh;
    line-height: 11vh;
    margin: 6vh 0 0 0;
    font-weight: 600;
}

.projectinfocont p {
    font-size: 16px;
    margin-top: 30px;
    max-width: 305px;
}

.herodescriptionmobile {
    display: none;
    position: absolute;
    left: 5%;
    top: 10%;
    color: black;
}

.herodescriptionmobile h1{
    font-size: 9vh;
    line-height: 8vh;
    font-weight: 600;
}

.herodescriptionmobile p {
    width: 70%;
}

/* BIGGER THAN MAC */ 

@media only screen and (min-width: 1793px) {
    .heroimage {
        padding: 0 350px;
    }
}

/* IPAD PRO */

@media only screen and (max-width: 1367px) {
    .heroimage {
        padding: 0 100px;
    }
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .heroimage h1 {
        font-size: 9vh;
        line-height: 8vh;
        margin-top: 6vh;
    }
}

/* HERO FOR MOBILE */ 

@media only screen and (max-width: 800px) {
    .heroimage {
        height: 100vh;
        padding: 0;
    }

    .projectinfocont {
        display: none;
    }

    .herodescriptionmobile {
        display: initial;
    }

    .skillsandyears {
        display: none;
    }

    .backtoprojectsarrow {
        display: none;
    }

}















/* PROJECT DIAGRAM SECTION */

.projectdiagramsection {
    height: 100vh;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 200px;
    justify-content: space-between;
}

.projectoverview {
    max-width: 305px;
}

.projectoverview h4 {
    width: 320px;
}

.designprocessdiagram {
    width: 65%;
}


/* IPAD PRO */

@media only screen and (max-width: 1367px) {
    .projectdiagramsection {
        padding: 0 100px;
    }
}


/* IPAD */

@media only screen and (max-width: 1024px) {
    .projectoverview {
        max-width: 250px;
    } 
}


/* SMALLER THAN IPAD */

@media only screen and (max-width: 1023px) {
    .projectdiagramsection {
        padding: 0 100px;
        flex-direction: column-reverse;
        height: auto;
    }

    .skillsandyears {
        display: none;
    }

    .projectoverview p {
        margin-bottom: 5vh;
    }

    .designprocessdiagram {
        width: 90%;
        margin: 30px 0;
    }
}

/* MOBILE */

@media only screen and (max-width: 767px) {
    
    .projectdiagramsection {
        padding: 0 20px;
        margin: 0;
    }

    .projectoverview {
        max-width: 100%;
    }

    .projectoverview h4 {
        margin: 3vh 0;
    }
}















/* 1.0 SECTION */ 

.stage1cont {
    position: relative;
}


/* WALL SCANNER */ 

.wallscannersectioncont {
    height: 100vh;
    padding: 0 200px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.wallscannerdiagramcont {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.wallscannerdiagram {
    height: 80%;
}

.wallscannerdiagramcont p {
    position: absolute;
    max-width: 150px;
    bottom: 10vh;
    right: 10vw;
    font-size: 10px;
}

.wallscannerdescont {
    width: 50%;
}

.onetitle {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.onetitle h1 {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #3865AE;
}

.onetitle h4 {
    display: inline-block;
    padding-left: 20px;
}

.rapidprototypingdes {
    max-width: 305px;
    padding: 15px;
    box-sizing: content-box;
}

.siteselectiondes {
    max-width: 305px;
    padding: 15px;
    box-sizing: content-box;
}

.onedescont {
    display: flex;
}



/* IPAD PRO */

@media only screen and (max-width: 1367px) {
    .wallscannersectioncont {
        padding: 0px 100px;
        width: 100vw;
    }

}


/* IPAD */

@media only screen and (max-width: 1024px) {
    .wallscannerdescont {
        flex-direction: column;
    }

    .wallscannersectioncont {
        display: inline-flex;
        height: auto;
    }

    .wallscannerdiagramcont {
        height: 100vh;
    }

    .onedescont {
        flex-direction: column;
    }

}

/* IPAD POR */

@media only screen and (max-width: 768px) {
    .onetitle {
        max-width: 305px;
        margin: 0 auto;
    }

    .onetitle h1 {
        display: none;
    }

    .onedescont {
        align-items: center;
    }

    
}

/* SMALLER THAN IPAD */

@media only screen and (max-width: 1023px) {
    .wallscannersectioncont {
        flex-direction: column;
        padding: 20px 20px;
    }

    .wallscannerdescont {
        width: 100%;
    }

    .wallscannerdiagramcont {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .wallscannerdiagram {
        width: 100%;
    }

    .wallscannerdiagramcont p {
        position: relative;
        bottom: 0;
        right: 0;
        max-width: 100%;
    }
}


/* MOBILE */

@media only screen and (max-width: 767px) {
    .onetitle {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .onetitle h4 {
        padding-left: 0;
        margin: 3vh 0;
    }

    .rapidprototypingdes {
        max-width: 100%;
        padding: 0;
        box-sizing: content-box;
    }
    
    .siteselectiondes {
        max-width: 100%;
        padding: 0;
        box-sizing: content-box;
    }
}





/* SOUND CIRCLE SECTION */ 

.soundcirclesectioncont {
    width: 100%;
    padding: 100px 200px;
    box-sizing: border-box;
}

.soundmappingsection {
    width: 100%;
    box-sizing: border-box;
    padding: 5% 2%;
    background-color: #F5F5F5;
}

.texturetosoundmapping {
    box-sizing: border-box;
    width: 100%;
}

.soundmappingtextcont {
    display: flex;
    justify-content: space-between;
    padding: 7% 5% 0 5%;

}

.soundmappingtext {
    max-width: 305px;
    padding: 0 15px;
}

.soundmappingtext h3 {
    display: inline;
}


.soundmappingtextarrow {
    display: inline;
    padding-left: 20px;
}

.soundcircleimagescont {
    display: flex;
    justify-content: space-between;
    padding: 1% 0;
}

.soundcircleimagescont div {
    width: 49.5%;
    height: 25vw;
    background-color: lightskyblue;
}

.scannerimage {
    background-image: url("Images/03_PUR/24321755_10214598519215610_1596983050_o.jpg");
    background-size: cover;
    background-position: 50% 60%;
}

.circleimage {
    background-image: url("Images/03_PUR/IMG_7374.JPG");
    background-size: cover;
    background-position: center;
}



/* IPAD PRO */

@media only screen and (max-width: 1367px) {
    .soundcirclesectioncont {
        padding: 100px 100px;
    }
}

/* SMALLER THAN IPAD */

@media only screen and (max-width: 1023px) {
    .soundcirclesectioncont {
        padding: 20px 20px;
    }

    .soundmappingtextcont {
        flex-direction: column;
        align-items: center;
    }

    .soundcircleimagescont {
        flex-direction: column;
        padding: 0;
        margin: 20px 0;
    }

    .soundcircleimagescont div {
        width: 100%;
        height: 25vh;
    }

    .scannerimage {
        margin-bottom: 10px;
    }

    .circleimage {
        margin-top: 10px;
    }
}

/* MOBILE */

@media only screen and (max-width: 767px) {
    .soundmappingtextcont {
        padding: 0;
    }

    .soundmappingtext {
        padding: 0;
        width: 100%;
    }

    .soundmappingsection {
        padding: 5% 0;
    }

    .soundmappingtextarrow {
        display: none;
    }
}











/* 2.0 Section */ 

.stage2cont {
    position: relative;
    background-color: #F5F5F5;
    width: 100%;
    padding: 0 0 100px 200px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30vh;
}







.twoaxisscannercont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
}

.twotextcont {
    width: 305px;
    height: 500px;
    z-index: 5;
}

.twotitle {
    width: 600px;
    display: flex;
}

.twotitle h1 {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 11vh;
    color: #3865AE;
}

.twotitle h4 {
    display: inline;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

.twoarendercont {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
}

.twoarender {
    height: 90vh;
}

.twopowered{
    position: absolute;
    top: 25vh;
    right: 20vw;
}

.twopowered p {
    padding: 0;
    margin: 0;
}

.arduinologo {
    padding: 0;
    margin: 0;
}




.hapticglovecont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 200px;
}

.gloveanddescont {
    display: inline-flex;
    align-items: center;
}

.gloveimage {
    height: 40vh; 
    padding-right: 3vw;
}

.glovedescont {
    display: inline-block;
    max-width: 305px;
}


.gloveuserflowdia {
    width: 40vw;
    height: auto;
}






/* IPAD PRO */

@media only screen and (max-width: 1367px) {
    .stage2cont {
        padding-left: 100px;
    }

    .twopowered {
        right: 8vw;
    }
    
    .hapticglovecont {
        padding-right: 100px;
    }
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .twopowered {
        display: none;
    }
}

/* SMALLER THAN IPAD */

@media only screen and (max-width: 1023px) {
    .stage2cont {
        padding: 20px 20px;
    }

    .twoaxisscannercont {
        flex-direction: column;
        height: auto;
    }

    .twoarendercont {
        width: 100%;
    }

    .twoarender {
        width: 100%;
        height: auto;
    }

    .twotitle {
        width: 100%;
    }

    .twotitle h1 {
        display: none;
        position: absolute;
    }

    .twotitle h4 {
        padding: 0;
    }

}


/* IPAD POR */ 

@media only screen and (max-width: 768px) {
    .hapticglovecont {
        flex-direction: column;
        padding-right: 20px;
        align-items: center;
    }

    .gloveuserflowdia {
        width: 100%;
        height: auto;
        padding: 5vh 0;
    }
}


/* MOBILE */

@media only screen and (max-width: 767px) {
    .twotextcont {
        width: 100%;
        height: auto;
    }

    .gloveimage {
        width: 30vw;
        height: auto;
    }
    
    .hapticglovecont {
        padding-right: 0;
    }
}




































/* SECTION 3.0 */ 

.stage3cont {
    width: 100%;
    padding: 0 0 0 200px;
    box-sizing: border-box;
    display: relative;
    margin-bottom: 10vh;
}

.threemaincontmob {
    display: none;
}

.threemaincont {
    width: 100%;
    height: 155vh;
    position: relative;
}

.threetextcont {
    width: auto;
    margin-right: 200px;
    background-color: #F5F5F5;
    position: sticky;
    position: -webkit-sticky;
    top: 20vh;
    padding: 5vh 0;
}

.threeimgcont {
    position: absolute;
    right: 0;
    top: -5vh;
    z-index: 2;
    height: auto;
}

.parthenonvisual {
    width: auto;
    height: 60vh;
    padding: 0;
    display: block;
    margin-top: 5vh;
}

.edivisual {
    margin-top: 30vh;
    width: auto;
    height: 60vh;
    display: block;
    float: right;
}

.threetextcont {
    padding-left: 30px;
}

.threetextcont h4 {
    display: block;
}

.threeparatext {
    display: flex;
}

.threetext {
    display: inline-block;
    max-width: 305px;
    padding: 0 10px;
}

.threetitle {
    width: 600px;
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.threetitle h1 {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 11vh;
    color: #3865AE;
}

.threetitle h4 {
    display: inline;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}




@media (max-aspect-ratio: 27/16) {
    .threeparatext {
        display: flex;
        flex-direction: column;
    }

    .threetextcont {
        top: 15vh;
    }

    .threeimgcont {
        top: 0vh;
    }

    .threetitle {
        flex-direction: column;
        width: 400px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .threetitle h4 {
        padding-left: 0;
    }
    
    .threetext {
        padding: 0;
    }

    .threemaincont {
        height: 158vh;
    }
    
}


/* IPAD PRO */

@media only screen and (max-width: 1367px) {
    .stage3cont {
        padding: 0 0 0 100px;
    }
}


/* IPAD */

@media only screen and (max-width: 1024px) {
    .parthenonvisual, .edivisual {
        height: 50vh;
    }

    .threeimgcont {
        top: 20vh;
    }

    .threemaincont {
        height: 165vh;
    }
}

/* IPAD PRO IN PORTRAIT */

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .parthenonvisual, .edivisual {
        height: 30vh;
    }

    .threemaincont {
        height: 115vh;
        top: 0;
    }

    .stage2cont {
        margin-bottom: 10vh;
    }
}

/* IPAD POR */

@media only screen and (max-width: 768px) {
    .stage3cont {
        padding: 20px 20px;
        margin-bottom: 0vh;
    }

    .stage2cont {
        margin-bottom: 0vh;
    }

    .threemaincont {
        display: none;
    }

    .threemaincontmob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .threeparatextmob {
        max-width: 305px;
        display: inline-block;
    }

    .threecitycontmob {
        background-color: khaki;
    }

    .parthenonvisual, .edivisual {
        display: inline-block;
        max-width: 50%;
        height: auto;
        margin: 0;
    }

    .threecitycont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F5F5F5;
        padding: 20px;
    }


}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .threetext {
        max-width: 100%;
    }

    .threecitycont {
        flex-direction: column;
    }

    .parthenonvisual, .edivisual {
        max-width: 100%;
        height: auto;
    }

    .threetitlemob h4 {
        margin: 3vh;
    }
}




















/* SECTION 4.0 */

.stage4cont {
    width: 100vw;
    height: auto;
    padding: 0 100px;
}

.stepcont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20vh 0;
}

.densityscanning {
    width: 100%;
    height: auto;
}

.fourdescont {
    max-width: 305px;
    margin: 0 150px;
}


.densitydia {
    width: 40vw;
    height: auto;
}

.scanningdia {
    width: 40vw;
    height: auto;
}

.ultradia {
    width: 40vw;
    height: auto;
}

.viewplatdia {
    width: 42vw;
    height: auto;
}

.nightlightdia {
    width: 42vw;
    height: auto;
}




/* IPAD PRO */

@media only screen and (max-width: 1367px) {
    .stage4cont {
        padding: 100px 100px;
    }
}

/* IPAD POR */

@media only screen and (max-width: 768px) {
    .stage4cont {
        padding: 0 20px;
    }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .stepcont {
        flex-direction: column;
    }

    .densitydia, .scanningdia, .ultradia, .viewplatdia, .nightlightdia {
        width: 100%;
        height: auto;
    }

    .buildingscanning {
        flex-direction: column-reverse;
    }

    .viewingplatform {
        flex-direction: column-reverse;
    }

    .stepcont {
        margin: 10vh 0;
    }

    .densityscanning {
        margin-top: 1vh;
    }

    .fourdescont {
        max-width: 100%;
        margin: 50px 0 0 0;
    }
}











/* FINAL SECTION - 5.0 */ 

.stage5cont {
    width: 100%;
    background-color: #F5F5F5;
}

.fivetextcont {
    padding: 0 200px;
}

.fiveparatext {
    display: flex;
}

.fivetext {
    display: inline-block;
    max-width: 305px;
    padding: 0 15px;
    box-sizing: content-box;
}

.fivetitle {
    width: 600px;
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.fivepiccont {
    display: flex;
    height: 70vh;
    width: 100%;
    margin: 75px 0 0 0;
    overflow: scroll;
    padding-bottom: 100px;
}

.fiveimage {
    display: inline-block;
    height: 100%;
    margin: 0 10px;
}

.edincloseup {
    margin-left: 20px;
}

.athenswide {
    padding-right: 20px;
}





/* IPAD PRO */

@media only screen and (max-width: 1367px) {
    .fivetextcont {
        padding: 0 100px;
    }


}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .fivetextcont {
        padding: 0 20px;
    }

    .fiveparatext {
        flex-direction: column;
    }

    .fivetitle {
        width: 100%;
        padding: 0;
    }

    .fivetitle h4 {
        margin: 3vh;
    }
    
    .fivetext {
        max-width: 100%;
        padding: 0;
    }

    .fiveimage {
        display: inline-block;
        height: auto;
        width: 100%;
        margin: 0 10px;
    }

    .edincloseup {
        margin-left: 0px;
    }
    
    .athenswide {
        padding-right: 0px;
    }

    .fivepiccont {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        margin: 50px 0 0 0;
        padding-bottom: 0;
    }

    .fiveimage {
        margin: 10px 0;
        padding: 0 10px;
    }

    .stage5cont {
        padding-bottom: 30px;
    }

    .nightillumination {
        margin-bottom: 3vh;
        padding-bottom: 0;
    }

    .densityscanning {
        margin-top: 3vh;
    }
}









/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
.projectslist::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.projectslist {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


  /* Hide scrollbar for Chrome, Safari and Opera */
  .cvinfo::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.cvinfo {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


  /* Hide scrollbar for Chrome, Safari and Opera */
  .fivepiccont::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.fivepiccont {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

