/*

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

*/

@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');

*{
    border:0;
    padding: 0;
    margin:0;
    outline: none;
    text-decoration:none;
    list-style:none;
    font-size: 14px;
    color: #000; 
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    outline: none;
     
}
@media only screen and (min-width : 900px) {
    *{  cursor: none;  }
}
h1,  h2, h3, h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}
a,li{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
p{
}
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: green;*/
    background-color: rgba(1,1,1,.6);
}
.main--Content{
    overflow: hidden;
    z-index: 2;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: auto; 
    /*background-color: green;*/
    background-color: rgba(1,1,1,.6);
}
/*end main content*/


/*start navigation content*/
.nav_button {
    z-index: 99;
    overflow: hidden;
    display: inline-block;
    position: fixed;
    top: 3em;
    right: 3em;
    width: 6em;
    height: 2em;
    text-align: right;  
    text-align: center; 
}
.nav_button h4{
    font-weight: 900;
}

#n_close h4, #n_open h4{
    line-height: 2em;
    font-size: 1em;
    color: #fff;
}
#n_open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#n_close {
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    height: 100%;
}

/*end navigation content*/
/*start header*/
.main--Head {
    z-index: 5;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 3em;
    left: 4em;
    width: 20em;
    height: 8em;
    text-align: right;  
    text-align: center;
    /*background-color: pink;*/
}
.main--Head img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media only screen and (max-width : 900px) {
    .nav_button { 
        top: 3.5em;
        right: 1em;
        width: 6em;
        height: 2em; 
    }
    .main--Head { 
        top: 2em;
        left: 2em;
        width: 16em;
        height: 8em;
    }

}
@media only screen and (max-width : 740px) {
    .main--Head { 
        top: 2em;
        left: 1em;
        height: 4em;
    }
}
@media only screen and (max-width : 320px) {

    .main--Head{ 
        right: .5em;
        width: 14em;   
    } 
    .nav_button { 
        top: 3em;
        right: .5em;    
    } 
}
/*end other content*/

/*start other content*/

.mainIntro{  
    overflow: hidden;
    position: relative;
    top: 65%;
    left: 22%;
    transform: translate(-22%, -65%);
    width: 40em;
    height: auto;
    max-height: 800px;
}
.mainIntro h1{  
    font-size: 4.6em; 
    color:  #790c5a
}
.mainIntro h1:nth-child(2){
    margin-top: -.2em;
}
.mainIntro p{ 
    padding: 1em;
    margin: 0em auto;
    font-size: 1.3em;
    color: #fff;
}


.mainLogo {

    z-index: 1;
    overflow: hidden;
    display: inline-block;
    position: absolute; 
    top: 75%;
    right: 5em;
    width: 40em;
    height: 30em; 
    text-align: right;  
    text-align: center; 
    transform: translateY(-75%);
    -moz-filter: blur(1px);
    filter: blur(1px);
}

@media only screen and (max-width : 9000px) {
    .mainLogo {
        width: 35em;
        height: 26em; 
        top: 90%;
        transform: translateY(-90%);
    }
}
@media only screen and (max-width : 740px) {
    .mainLogo {
        width: 35em;
        height: 26em; 
        top: 90%;
        transform: translateY(-90%);
    }
}
@media only screen and (max-width : 740px) {
    .mainIntro{   
        top: 75%;
        left: 50%;
        transform: translate(-50%, -75%);
        width: 80%; 
    }
    .mainIntro h1{  
        font-size: 4em;
    }
    .mainIntro p{ 
        padding: .8em; 
        font-size: 1.2em;
        color: #fff;
        margin: 0 auto;
        width: 90%; 
    }
}
@media only screen and (max-width : 480px) {
    .mainIntro{   
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        width: 88%; 
    }
    .mainIntro h1{  
        font-size: 2.5em; }

    .mainIntro p{
        margin: -.2em;
        padding: .8em; 
        font-size: 1em; 
        width: 90%; 
    }
    .mainLogo {
        width: 35em;
        height: 26em; 
        top: 70%;
        transform: translateY(-70%);
        right: 2em;
    }
}
/*end other content*/

/*start contact form*/
.contact--form {
    position: relative;
    top:0;
    margin: 0 auto;
    width: 92%;
    text-align: center; 
    padding-bottom: 3em;
}
.contact--form  form .xmsg{
    color: #fff;
    margin: .3em auto;
    width: 100%;
    height: auto;
    min-height: 2em;
}
.contact--form  form .xmsg p{
    color:  #000;
    left: 3em;
    width: calc(100% - 3em);
    text-align: left;
    margin: 0.5em auto;
    margin-left: 3em;
    font-size: 1em;
}
#ixshow_load{
    display: none;
    position: absolute;
    top: .5em;
    left:.5em;
    width: 1.5em;
    height: 1.5em;
    border-bottom:rgba(255,255,255,.8) 0.2em solid;
    border-radius: 100%;
    transform:rotate(0deg);

    -webkit-animation: rotating_load 2s linear infinite;
    transition: all 0.4s ease-in-out;
}
#show_load{
    z-index: 10;
    position:absolute;
    top:5%;
    left: 2em;
    width: 60%;
    height:auto;
    min-height: 90%;
    max-height: 90%;
    overflow: auto;
    background: #25ddcf;
    border-radius: 0.3em;
    transition: all 0.2s ease-in-out;
}
#show_load div{
    position:absolute;
    top:48%;
    left: 48%;
    width: 2em;
    height: 2em;
    border-bottom: 0.2em solid rgba(255,255,255,.8);
    transform:rotate(0deg);
    border-radius: 100%;
    -webkit-animation: rotating_load 2s linear infinite;
    transition: all 0.4s ease-in-out;
    transition: display 0.6s ease-in-out;
}
@-webkit-keyframes  rotating_load {
    25%{
        border-bottom:0.2em solid rgba(255,255,255,.6);
    }
    50%{
        border-bottom:0.2em solid rgba(255,255,255,.4);
    }
    50%{
        border-bottom:0.2em solid rgba(255,255,255,.2);
    }
    75%{
        border-bottom:0.2em solid rgba(255,255,255,.4);
    }
    100%{
        border-bottom:0.2em solid rgba(255,255,255,.6);
        transform:rotate(360deg);
    }
}
.hide_load{

    transition: all 0.6s ease-in-out;
    animation: hide_load .6s linear;
    -webkit-animation: hide_load .6s linear;
    transform: scale(0);
}
@-webkit-keyframes  hide_load {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(0);
    }}
.show_load{

    transition: all 0.4s ease-in-out;
    transform: scale(1);
    opacity: 1;
    animation: show_load 0.4s linear;
    -webkit-animation: show_load 0.4s linear;
}
@-webkit-keyframes  show_load {
    from{
        transform: scale(0);
    }
    to{
        transform: scale(1);
    }}

.cc-kontack{ 
    display: inline-block;
    overflow: hidden;
    position: relative; 
    top:0;
    left: 0;
    width: calc(48% - 1em);
    height: auto; 
    transition: all 0.4s ease-in-out;
    margin: .4em;
    margin-top: 2em;
}
.ftext{

    font-size: 1.6em;
    background-color: #000; 
    color: #fff;
    margin: .6em auto;
    position: relative; 
    top:0;
    left: 0;
    width: 100%;
    height: 3em; 
    padding: .1em;
    border-bottom: #fff 1px solid;
}

::placeholder {
    color: #790c5a;
}
.farea{  
    width: calc(98% - 2em);
    height: 5em;
}
#selectAcces{
    padding-top: .4em;
    padding-bottom: .4em;
}
.fbutt{
    margin: .4em auto;
    color: #fff;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;

    border-bottom: .4px solid #000;
    font-size: 1.2em;
    transition: all 0.2s ease-in-out;
}
.fbutt:hover{
    transition: all 0.2s ease-in-out;
    color: #790c5a;
}
.parag{
    position: relative;
    top: 0;
    text-align: left;
    margin: .6em;
    margin-top: 4em; 
    left:2em;
    width: 500px;
    /*background-color: pink;*/
}
.parag p {
    color: #fff;
    font-size: 1.3em;
}

.kon-details{

    overflow: hidden;
    margin: 2em auto;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;

    width: 100%;
    height:auto;
}
.kon-details ul{
    margin: 2em;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    width: 500px;
    height:auto;
    display: inline-block;
    /*background-color: green;*/
}
.kon-details ul li{
    margin-left: .3em; 
    font-size: 1.4em;
    color: #fff;
}
.kon-details ul li:nth-child(2){

    margin-left: -.2em;
    font-size: 3em;
    color: #790c5a;
    font-weight: 700;
}

/*start maps*/
.kon--map{
    position: relative;
    top: 0;
    left: 0;
    /*background-color: green;*/
    overflow: hidden; 
    padding-top: 6em;
    padding-bottom: 6em;
}
.kon--map section{

    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 750px;
    height: 35em;
    background-color: #fff;
}

.kon--map section {}
.kon--map aside{ 
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width:auto;  
    height: 30em;
    margin: 1em;
    /*background-color: pink;*/
}
.kon--map aside h3{

    color: #790c5a;
    font-size: 1.6em;
    font-weight: 700;
}
/*end maps*/

@media only screen and (max-width : 1200px) {
    .kon--map section{


        width: 650px;
    } 
    .kon--map aside{  
        margin: .2em;
    }
}
@media only screen and (max-width : 1024px) {
    .kon--map section{


        width: 600px;
    }

    .kon--map aside{

        margin: .6em;
    }
    .kon--map aside h3{

        font-size: 1.2em;
    }
}
@media only screen and (max-width : 900px) {
    .kon--map aside{  
        position: absolute;
        top: 2em;
        left: 75%;
        transform: translateX(-75%);
        width:250px;
        height: auto;
        padding: 1em;
    } .kon--map aside h3{

        font-size: 1.6em;
    }
    .cc-kontack{ 
        display: inline-block;
        overflow: hidden;
        position: relative; 
        top:0;
        left: 0;
        width: 98%;
    }

}
@media only screen and (max-width : 740px) {
    .kon--map aside h3{

        font-size: 1.4em;
    }
    .kon-details ul{
        margin: 2em;

        width: 300px;
    }
    .kon-details ul li{ 
        font-size: 1.2em; 
    }
    .kon-details ul li:nth-child(2){

        font-size: 2.6em; 
    }
    .cc-kontack{ 
        display: inline-block;
        overflow: hidden;
        position: relative; 
        top:0;
        left: 0;
        width: 98%;
    }
    .farea{  
        width: 100%;
        height: 5em;
    }
    .parag{  
        left: 0;
        width: 400px; 
    }
    .kon--map section{


        width: 100%;
        height: 30em;
        background-color: #fff;
    }
}
@media only screen and (max-width : 480px) {
    .kon-details ul{
        margin: 1em auto;

        width: calc(100% - 3em);
    }
    .kon--map section{


        width: 100%;
        height: 30em;
        background-color: #fff;
    }
    .parag{    
        width: 98%; 
    }  
}