/*

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.tiltdigitalstudio.com
email hello@tiltdigitalstudi.com

*/

/*start loading*/

#tilt_load{
    z-index: 599;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height:100%; 

    background: #4c0a39;

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

.tilt_loadA{
    z-index: 2;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%; 
    background: #000;
    transition: all 0.4s ease-in-out;
}
.tilt_loadA p{  
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2em;
    color: #fff;
}
.tilt_loadB{

    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;  
    background: #790c5a;
    transition: all 0.4s ease-in-out;
}

/*end loading*/

/*start mouse*/
#cursor{overflow: hidden;
        z-index: 500;
        position: fixed;


}
.cursor{

    top:30px;
    left: 10px;
    width:30px;
    height: 30px;
    border: #790c5a 2px solid;
    border-radius: 50%; 
    transition: all 200ms ease-out;
    pointer-events: none;
    animation: curAn .8s infinite alternate;
}
.cursorBtn{ 
    opacity: 0;
    z-index: 500;
    position: fixed;
    top:0;
    left: 10px;
    width: 8em;
    height: 8em;
    transform: rotate(-90deg);  
    background-image: url(../tiltdigitalstudio-img/mahodiscrolldown.png);
    background-size: 100% 100%;
    pointer-events: none;
}
.c--circle{
    overflow: hidden;
    z-index: 500;
    position: fixed; 
    top:30px;
    left: 10px;
    width:3px;
    height: 3px;
    background-color: #fff;
    pointer-events: none;
    transition: all 100ms ease-out;
    animation: curAn .8s infinite alternate;
}


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

    .cursorBtn , .c--circle{

        display: none;
    }
}
/*end mouse*/

.mainLogo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.mainTitle{
    float: right;
    position: relative;
    top: 68%;
    left: 70%;
    transform: translate(-25%, -65%);
    width: 100%;
    height: 10em;
}
.mainTitle h1{
    margin: -.3em;
    font-size: 6.2em;
    color: #fff;
    text-spacing: 5px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: #fff;
    -webkit-text-stroke-width: 2px;
}
/*main slider */
.otherTitle{
    position: relative;
    top: 50%;
    left: 40%;
    transform: translate(-25%, -65%); 
}
.otherTitle h1{
    font-size: 8em;
}
#wrap_ctext  .show{ display:none; }
#wrap_ctext .is-showing { display: inline; }

@media only screen and (max-width : 900px) {
    .mainTitle{ 
        top: 50%;
        left: 35%;
        transform: translate(-25%, -25%);
        height: 6em;
    }
    .mainTitle h1{
        font-size: 5em;
    }
}
@media only screen and (max-width : 740px) {
    .mainTitle{ 
        top: 55%;
        left: 35%;
        transform: translate(-25%, -25%);
        height: 6em;
    }
    .mainTitle h1{
        margin: -.3em;
        font-size: 4em; 
    }


}
@media only screen and (max-width : 500px) {
    .mainTitle{ 
        top: 55%;
        left: 35%;
        transform: translate(-25%, -25%);
        height: 6em;
    }
    .mainTitle h1{
        margin: -.3em;
        font-size: 2.8em; 
    }


}

@media only screen and (max-width : 320px) {
    .mainTitle{  
        left: 40%;
        transform: translate(-25%, -55%);
        width: 100%; 
    }
    .mainTitle h1{
        margin: -.3em;
        font-size: 2.8em; 
    } 
}