/*
full names: tshidiso brandon khoza
alies: stbrandon
handler :@stbrandondoncanvas
phone: +27 (0) 67 8959 224
email: 8brandonkhoza@gmail.com 
https://github.com/tshidisobrandonkhoza 
*/

/*main styles | cover | services */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=Montserrat:wght@500&family=Mukta:wght@300&display=swap');
*{
    border:0;
    padding: 0;
    margin:0;
    outline: none;
    text-decoration:none;
    list-style:none;
    font-size: 14px;
    color: #000;  
    font-weight: 300;
    outline: none; 
    font-family: 'Mukta', sans-serif;

}
@media only screen and (min-width : 900px) {
    /*    *{  cursor: none;  }*/
}
h1, h2, h3, h4{ 
    font-weight: 900;

    font-family: 'Kanit', sans-serif;
}
a,li{ 
    font-weight: 700;
}
p{  

    font-family: 'Mukta', sans-serif;
}
html, body {
    position: relative;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    /*background-color: #000;*/

} 
input:focus{
    outline:none;
}
textarea:focus{
    outline:none;
}
/*end rest html*/
/*start main content*/
.main--Content{
    overflow: hidden;
    z-index: 2;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: auto;   
}
/*end main content*/
/*start navigation content*/
.nav_button { 
    z-index: 99; 
    display: inline-block;
    position: fixed;
    top: 6em;
    right: 8em;
    width: 2.5em;
    height: 2.5em;
    text-align: right;  
    text-align: center;     
} 
.nav_button div{
    position: absolute;
    right: 0;
    width: 2.5em;
    height: 4px;

    border-radius: 10px;
}
.nbA{
    background: #353535; 
    top: 25%;   
    transition: all .1s ease-in-out;
}
.nbB{
    top: 50%;   

    background: #353535; 

    transition: all .2s ease-in-out;
}
.nbC{
    top: 75%;   
    transition: all .1s ease-in-out;
    background: #353535; 
}
.nav_button:hover .nbA{
    transition: all .1s ease-in-out;
    top: 15%; }
.nav_button:hover .nbC{
    transition: all .1s ease-in-out;
    top: 85%; 
}
#main--Head { 
    z-index: 90; 
    display: inline-block;
    position: fixed;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 4em;
    left: 1%;
    width: 98%;
    height: 6em; 
    transition: all .4s ease-in-out; 
}
.mainLogo{ 
    position: absolute;
    top: .4em;
    left: 2em;
    width: 20em;
    height: auto;
    background-image: url(../tiltdigitalstudio-img/evolvesystemssalogo.png);
}
.mainLogo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
/*start other content*/
@media only screen and (max-width : 900px) {

    .nav_button:hover .nbA{ 
        top: 25%; }
    .nav_button:hover .nbC{ 
        top: 75%; 
    }
    .nav_button {  
        top: 5em;
        right: 5em;
    }
    #main--Head {  
        top: 3.2em; 
        /*background-color: green;*/
    }}
@media only screen and (max-width : 600px) {
    #main--Head { top: 4em; }
    .mainLogo{ width: 15em; }
    .nav_button {  
        top: 5em;
        right: 3em;
    }
}
@media only screen and (max-width : 500px) {
    #main--Head { top: 2em; }
    .mainLogo{ }
    .nav_button {  
        top: 3em;
        right: 3em;
    }
}
@media only screen and (max-width : 380px) {

    #main--Head { top: 2.4em; }
    .mainLogo{ width: 13em;
               left: 1.6em;
    } 
}
/*end navigation content*/
/*start header*/
.the--Before{
    overflow: hidden;
    margin: 0 auto;
    margin-top: 22em; 

    position: relative;
    top: 0;
    left: 0;
    width:90%;
    height: auto;  
    border-bottom: 1PX solid  #000;

    padding-bottom: 2.8em;
}
.the--Before h1{
    font-family: 'Kanit', sans-serif;
    font-size: 4.6em; 
    color:  #000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke:  #000;
    -webkit-text-stroke-width: 1px;
}
@media only screen and (max-width :800px) {   .the--Before h1{  font-size: 4em;}}
@media only screen and (max-width :600px) { 
    .the--Before { margin-top: 16em;  }}
@media only screen and (max-width :500px) { 
     .the--Before { margin-top: 12em;  }
    .the--Before h1{  font-size: 3em;}}
@media only screen and (max-height:500px) and (min-width :500px) {
    .the--Before{ 
        margin-top: 10em;
    }
    .the--Before h1{
        margin-left: .2em;
        font-size: 4em; 
    }
}
/*start mission and vision*/
.the--Before--A{
    overflow: hidden;
    margin: 0 auto;
    margin-top: 2em;
    position: relative;
    top: 0;
    left: 0;
    width:90%;
    height: auto;  
    border-bottom: 1PX solid  #000;
    padding-bottom: 3em;
}
.the--Before--A h1{

    font-family: 'Kanit', sans-serif;

    font-size: 4.6em; 

    -webkit-text-fill-color: transparent;
    -webkit-text-stroke:  #000;
    -webkit-text-stroke-width: 1px;
}
.the--Before--A p{
    font-weight: 600;
    font-size: 1.4em;
    width: 50%;

    margin: 0 auto;
    margin-right: 4em;
}
.the--Before--A:nth-last-child{

    margin-bottom: 2em;
}
@media only screen and (max-width :800px) {  
    .the--Before--A h1{  font-size: 4em;}
    .the--Before--A p{ 
        font-size: 1.2em;
        width: 80%;
        margin-right: 2em;
    }
}
@media only screen and (max-width :500px) { 
    .the--Before--A h1{  font-size: 3em;}
    .the--Before--A p{ 
        font-size: 1.1em;
        width: 80%;
        margin-right: 1em;
    }
}
/*end mission and vision */
/*start the company*/
.the--After{
    overflow: hidden;
    margin-top: 5em;
    margin-bottom: 10em; 
    position: relative;
    top: 0;
    left: 4%; 
    width: 96%;
    transform: translateX(4%);
    height: auto; 
    background-color: #000; 
} 
.theAfter--Header {
    overflow: hidden;
    margin-top: 10%;
    position: relative;
    top: 0;
    left: 10%;
    width: 90%; 
    transform: translateY(10%); 
}
.theAfter--Header h1{

    font-family: 'Kanit', sans-serif;
    color: #fff;
    font-size: 4em;
}
.theAfter--Body{  
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 6%; 
    position: relative;
    top: 0; 
    left: 10%;
    width: 90%;
    height: auto;
    background-color:  #20a7d6;
    padding: .1em; 
}
.theAfter--Body h4{
    width: 19em;


    font-family: 'Kanit', sans-serif;
    font-size: 2.9em;
    line-height: 100%;
    color: #fff; 
    margin: 1.2em auto;

}
.theBody-list h4{
    
    margin: .4em auto;
} 
.theAfter--Body p{
    width: 35em;;
    color: #fff;

    line-height: 100%;
    font-size: 1.4em; 
    margin: 1.2em auto;  

}
.the--Ending{  
    position: relative;
    top: 0; 
    left: 0;
    width: 100%;
    height: 2em;
    background-color: #fff; 
}
.edit--cover .the--Ending{
    background-color: transparent;
}
.end--div{
    position: relative;
    top: 0; 
    left: 10%;
    width: 90%;
    height: 2em;
    background-color: #20a7d6; 


}
.join--us{

    margin: 2em auto;
    position: relative;
    top: 0; 
    left: 0;
    width: 90%;
    height:2em;
}
.join--us a{
    font-family: 'Kanit', sans-serif;
    font-size: 1.6em;
    color: #fff;

    transition: all .3s ease-in-out;
}
.join--us a:hover{
    color: #f1f1f1;
    transition: all .3s ease-in-out;
}
@media only screen and (max-width :1023px) {
    .the--After{ 
        margin-top: 5em;
        margin-bottom: 8em; 
    }
    .theAfter--Body h4{
        width: calc(80% - 2em);  
        font-size: 2.6em;
    }
    .theAfter--Body p{
        width: calc(70% - 2em);  
    }
}
@media only screen and (max-width :900px) {
    .the--After{
        margin-top: 5em;
        margin-bottom: 6em; 

    }
}
@media only screen and (max-width :800px) {
    .the--After{
        margin-top: 5em;
        margin-bottom: 4em; 

    }
    .theAfter--Header h1{

        font-size: 3.8em;
    }
    .theAfter--Body h4{  
        font-size: 2.2em;
    } 
    .theAfter--Body p{
        font-size: 1.2em; 
        margin: 1.2em auto;
    }
}
@media only screen and (max-width :736px) {
    .the--After{
        margin-top: 5em;
        margin-bottom: 3.6em; 

    }
}
@media only screen and (max-width :600px) {
    .the--After{
        margin-top: 5em;
        margin-bottom: 2.8em; 

        left: 2%; 
        width: 98%;
    }

    .theAfter--Body{  
        left: 5%;
        width: 95%;
        padding: 1.2em;
    }

    .end--div{  
        left: 5%;
        width: 95%;}
    .theAfter--Body h4{  
        font-size: 1.6em;
    } 

}
@media only screen and (max-width :500px) {
    .the--After{
        margin-top: 4em;
        margin-bottom: 2.4em; 

    }
    .theAfter--Header h1{

        font-size: 2.8em;
    }
    .theAfter--Body{  

        padding: .4em;
    }
    .theAfter--Body h4{
        width: calc(90% - 1em);  
    }
    .theAfter--Body p{
        font-size: 1.2em; 
        width: calc(90% - 1em);  
    }
    .join--us{

        margin: 1em auto;

        width: 90%;
        height:2em;
    }

}
@media only screen and (max-width :412px) {
    .the--After{
        margin-top: 4em;
        margin-bottom: 2em; 

    }
    .theAfter--Body{  

        padding: .6em;
        
        padding-top: 1em;
        padding-bottom: 1.4em;
    }
    .theAfter--Body h4{  
        font-size: 1.4em;
    } 
    .theAfter--Body p{
        font-size: 1em; 
        margin: .8em auto;
        padding: .2em;

    }
}
/*start the company*/
.edit--cover {

    background-color: #fff;
}
.edit--cover h1{
    color: #000;
}
.edit--cover h4{
    color: #fff;
}
.theContent-cover{ 
    padding-top: 6em;
    background-image: url(../tiltdigitalstudio-img/evolvesystemssaimage.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;

    background-repeat: no-repeat; 
    background-color: #000;

}