/*

Pixel pusher, exploring creativity as a tool
full names: tshidiso brandon sibiya
alies: stbrandon
handler :@stbrandondoncanvas
phone: +27 (0) 65 848 7526
email: tshidisosibiya@gmail.com
website : www.teecubesolutions.com
email brandon@teecubesolutions.com

*/

/*@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;600&family=Josefin+Sans:wght@500&family=Montserrat:wght@1,900&family=Poppins:wght@800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&family=Roboto&display=swap');
*{
    border:0;
    padding: 0;
    margin:0;
    outline: none;
    text-decoration:none;
    list-style:none;
    font-size: 14px;
    color: #111111; 
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
    outline: none;

}
@media only screen and (min-width : 1024px) {
    *{  
        cursor: none;
    }
}
h1,  h2, h3, h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
a,li{
    font-family: 'Roboto', sans-serif;  
}
p{
    font-family: 'Roboto', sans-serif; 
}
html {
    position:relative;
    top:0;
    left: 0;
    width: 100%;
    height:100%;  
    overflow: hidden;
}
body {
    position:relative;
    top:0;
    left: 0;
    width: 100%;
    height:100%; 
    background: #000;
    overflow-x:hidden;
    min-height: 320px;
}
input:focus{
    outline:none;
}
textarea:focus{
    outline:none;
}
/*end rest html*/

/*start main content*/
.mainContent{
    z-index: 2;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height:100%; 
    background-color: rgba(1,1,1,.6);
}
.theLoader{
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;  

}
#outerLoader{

    display: block;
    z-index: 4; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: black;
}
/*end main content*/

/*end other content*/
#Aloader{


} 
.theAloader{
    z-index: 10;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
    position: absolute;
    bottom: 4em;
    left: 4em;
    width: auto;
    height: auto;   

    transition: all 0.4s ease-in-out; 
} 

.theAloaderMini{
    z-index: 10;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
    position: absolute;
    bottom: 4em;
    left: -100%;
    width: 100%;
    height: auto;    

    transition: all 0.4s ease-in-out;
} 


.Aloader li{
    color: #fff; 
    font-family: 'Raleway', sans-serif;

}
.AloaderStep1 li{
    line-height: 100%;
    font-size: 10em;
    transition: all 0.4s ease-in-out; 
    letter-spacing: .24em;
}
.AloaderStep2 li{  
    font-size: 2.6em;
    transition: all 0.4s ease-in-out; 
    letter-spacing: .18em;
}
.AloaderStep3 li{ 
    transition: all 0.4s ease-in-out; 
    font-size: 1.4em;
    letter-spacing: .1em;
}

/*start additional style*/

.AloaderStep2 li{  
    color:#6c6c6c;
}

.AloaderStep2 li:hover{  
    color:white;
}

.AloaderAdd li{ 
    color: #6c6c6c;
}
.AloaderAdd:hover li {
    color: grey;
}
.AloaderAdd li:hover{ 
    transition: all 0.2s ease-in-out; 
    color: #000;
}
.AloaderStep2 li.activeL{
    color: white;
}

.AloaderAdd li.activeL{
    color: #000;
}
/*end additional style*/

.AloaderStep1 li:hover {
    transition: all 0.2s ease-in-out; 
    letter-spacing: .1em;
    font-weight: 300;
}
@media only screen and (max-width : 1280px) {
    .AloaderStep1 li, .AloaderStep2 li{ 

        letter-spacing: .1em; 
    }
    .AloaderStep1 li{
        letter-spacing: .1em; 
        font-size: 9em;  
        line-height: 90%;
    }
}
@media only screen and (max-width : 1024px) {
    .theAloader{ 
        bottom: 3.4em;
        left: 6em;    
    } 
    .theAloaderMini{ 
        bottom: 3.4em; 
        left: -100%;
    } 
    .AloaderStep1 li, .AloaderStep2 li{ 
        line-height: 100%;
        letter-spacing: .1em;
        font-size: 8em; 
    }

}
@media only screen and (max-width : 900px) {
    .theAloader{ 
        bottom: 1.8em;
        left: 4em;    
    } 
    .theAloaderMini{ 
        bottom: 1.8em; 
        left: -100%;
    } 
    .AloaderStep1 li, .AloaderStep2 li{ 
        font-size: 5.8em; 
    }

    #outerLoader{
        display: none;
    }

}
@media only screen and (max-width : 800px) {
    .theAloader{ 
        bottom: 3em;
        left: 4em;    
    } 
    .theAloaderMini{ 
        bottom: 3em; 
        left: -100%;
    } 
    .AloaderStep1 li, .AloaderStep2 li{  
        font-size: 5em; 
    }

}
@media only screen and (max-width : 768px) {
    .theAloader{ 
        bottom: 2em;
        left: 4em;    
    } 
    .theAloaderMini{ 
        bottom: 2em; 
        left: -100%;
    } 
    .AloaderStep1 li, .AloaderStep2 li{  
        font-size: 5.2em; 
    }
}
@media only screen and (max-width : 700px) {
    .theAloader{ 
        bottom: 2em;
        left: 4em; 
    } 
    .theAloaderMini{ 
        bottom: 2em;  
        left: -100%;
    } 
    .AloaderStep1 li, .AloaderStep2 li{

        font-size: 4.2em;
    }

}
@media only screen and (max-width : 416px) {
    .theAloader{ 
        bottom: 4em;
        left: 2em;
        width: 100%;   
    } 
    .theAloaderMini{ 
        left: -100%;
        bottom: 4em;  
    } 
    .AloaderStep1 li, .AloaderStep2 li{
        font-size: 3.4em; 
    }
}
@media only screen and (max-width : 320px) {
    .AloaderStep1 li, .AloaderStep2 li{
        font-size: 3em; 
    }
}

.Bloader{
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    position: absolute;
    top:0;
    left: 0;
    background-color: #000;
    transition: all 0.4s ease-in-out;
}
.BloaderStep1 {
    left: 100%;
    width: calc(98% - 30em);
    height: 100%; 
}
.BloaderStep2 {
    left: 0;
    width: 100%;
    height: 100%; 
}
.BloaderStep3 {
    left: 0;
    width: 50%;
    height: 100%;  
}
.BloaderStep4 {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.BloaderStep6 {
    left: -150%;
}
@media only screen and (max-width : 1024px){
    .BloaderStep1 {
        left: 100%;
        width: 100%;
        height: 100%; 
    }
    .BloaderStep2, .BloaderStep4 {

        left: 0;
        width: 100%;
        height: 100%; 
    }
    .BloaderStep3 {
        left: -100%;
        width: 50%;
        height: 100%; 
    }
}

@media only screen and (max-width : 900px){}
@media only screen and (max-width : 800px){}
@media only screen and (max-width : 768px){}
@media only screen and (max-width : 640px){}
@media only screen and (max-width : 416px){}
@media only screen and (max-width : 320px){}

/*@media only screen and (max-width : 400px) {
    .BloaderStep1 {
        left: 100%;
        width: 100%;
        height: 100%; 
    }
    .BloaderStep2, .BloaderStep4 {
        left: 0;
        width: 100%;
        height: 100%; 
    }
    .BloaderStep3 {
        left: -100%;
        width: 100%;
        height: 100%; 
    }
}*/
#ContentFixedOut{
    z-index: 4;
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width:  100%;
    height: 100%;   
    margin-bottom: 1em;
}
#Cloader{

    overflow-x: hidden;
    overflow-y: auto;

    z-index: 5; 
    display: inline-block;
    position: absolute;
    top:0;
    right:-50%;
    width: 48%;
    height: 100%;  
}
@media only screen and (max-width : 1024px){
    #Cloader{
        right:-100%;
        right:100%;
        width: 100%;   
    }
}
@media only screen and (max-width : 900px){
    #ContentFixedOut{
        display: none}

}
@media only screen and (max-width : 800px){}
@media only screen and (max-width : 768px){}
@media only screen and (max-width : 640px){}
@media only screen and (max-width : 416px){}
@media only screen and (max-width : 320px){}
@media only screen and (max-width : 400px) {
    /*    #Cloader{
            right:-100%;
            right:100%;
            width: 100%;   
        }*/
}
