*{margin: 0;
padding: 0;
box-sizing: border-box;}

body{
    background-color: #0B0016;;
}
header{
    height: 15vh;
    width: 100%;
    
   
    }

#backsala{
    background-image:url(https://preview.colorlib.com/theme/belara/assets/img/hero/h1_hero1.jpg);
    background-size: cover;
    height: 114.5vh;
    color: aliceblue;
    background-color: rgba(0, 0, 0, .5) ;
    background-blend-mode: multiply;
    position: relative;
}

#logo{
    margin-top: 35px;
    margin-left: 145px;
}

#numeros{position: absolute;
margin-left: 65%;
margin-top: -2%;
font-size: 1.1rem;
font-family: Arial, Helvetica, sans-serif;}

#getfree{
    position: absolute;
    bottom: -70%;
    margin-left: 20%;    
    border: 1px solid #D6A04C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    display: inline-block;
    padding: 14px 24px;
    background-color: #D6A04C;
    text-align: center;
    width: 113%;}

#getfree:hover{
    transition: 0.4s;
    background: none;
    color: #D6A04C;
    border-width: 1px;
    cursor: pointer;
}

.h1txt{
    font-size: 3.7rem;
    font-family: "Cabin", sans-serif;
    font-weight: 200;
}

.txts{
    position: absolute;
    left: 16%;
    top: 44%;

}

.salt{
    font-family: 16px 'Times New Roman', Times, serif;
    color: #E9E3D9;
    
}
#play{
    position: absolute;
    top: 55%;
    left: 70%;
    margin-right: 42px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
}
#btnplay{
    position: absolute;
    top: 52%;
    left: 77%;
    background-color: #ffffff;
    padding: 35px 35px;
    border-radius: 50%;
    z-index: 1;
    border: 2px solid #D6A04C; 
    cursor: pointer;
}

#btnplay:hover{
    transition: 0.4s;
    background-color: #D6A04C;
    color: #D6A04C;
    border-width: 2px;}

#seta {
    height: 30px;
    fill: #D6A04C ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    }
#seta:hover{
transition: 0.4s;
fill: #ffffff;
border-width: 3px;}   
        

#pelota{
    position: absolute;
    top: 49.5%;
    left: 75.8%;
    background-color: #ffffff;
    padding: 55px 55px;
    border-radius: 55%;
    z-index: 0;
    opacity: 0.2;
    
}

#rodapeAmarelo{
    background-color: #D6A04C;
    width: 65%;
    height: 13vh;
    position: absolute;
    right: 0;
    bottom: 0;
    
}


#rodapetxt1{
    text-align: left;
    width: 40%;
    height: 100%;
    padding: 40px;
    padding-right: 10px;
    font-family: "Questrial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
}

#rodapetxt2{
    text-align: left;
    
    width: 40%;
    height: 100%;
    padding: 33px;
    padding-right: 10px;
    font-family: "Questrial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
}
#menu{
    display: inline-block;
    height: 12px;
    width: 2%;
    border-bottom: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    margin-left: 72%;
    margin-bottom: 0.5%;
    cursor: pointer;

}

aside{
    width: 335px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -335px;
    background-color: #111111;
    z-index: 99;
    transition: 0.5s;

}

#check{
    
    width: 100%;
    height: 189%;
    opacity: 0; 
    
}

#check:checked+aside{
    right: 0;
}

#check2{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5%;
    left: 3%;
    z-index: 1;
    opacity: 0;
}

.x{
    position: absolute;
    height: 25px;
    fill: #ffffff;
    top: 5%;
    left: 3%;
    cursor: pointer;
}

#check2:hover+.x{fill: #D6A04C;}

#lista{
    font-family: "Questrial", sans-serif;
    font-size: 1.2rem;
    font-weight: 50;
    text-align: center;  
    list-style: none;  
    margin-top: 40%;
    line-height: 3;
}

/* About*/

#about{
    color: #ffffff;
    font-size:310%;
    font-family: "Cabin", sans-serif;
    font-weight: normal;
    margin-left: 8%;
    margin-top: 6%;

}

#abouttxt1{
    color: #e9e3d0 ;
    font-size: 170%;
    font-family: "Questrial", sans-serif;
    font-weight: normal;
    margin-left: 15%;
    margin-top: 3%;
    line-height: 5vh;
    display: inline-block ;

}
#abouttxt2{
    color: #e9e3d0 ;
    font-size: 110%;
    font-family: "Questrial", sans-serif;
    font-weight: normal;
    margin-left: 10%;    
    line-height: 1.5;
    display: inline-block ;
}

.pessoa{
    margin-left: 15%;
    margin-top: 3.5%;
    display: inline-block;
}

#learn{
    color: #ffffff;
    position: absolute;
    bottom: -74%;
    margin-left: 9%;    
    border: 1px solid #D6A04C;
    font-family: "Questrial", sans-serif;
    font-size: 0.9rem;
    display: inline-block;
    padding: 14px 24px;
    background: none;
    text-align: center;
    width: 10%;
    background: none;
    
    
}

#learn:hover{
    transition: 0.4s;
    background-color: #D6A04C;
    color: #ffffff;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
}

.mulher{
    margin-left: 9%;    
    display: inline-block;
}

/* What we do*/

#what{
    color: #ffffff;
    font-size:270%;
    font-family: "Cabin", sans-serif;
    font-weight: normal;
    margin-left: 8%;
    margin-top: 6%;
    
}

#piramede{
    margin-top: 3.5%;
    margin-left: 8%;
    position: relative;
    display: inline-block;
    top: 0;
    transition: 0.5s;
}

#piramede:hover{
    transition: 0.5s;    
    top: 20px;
    cursor: pointer;
}

#piramede:hover img{
    filter: grayscale(.5);
}

#piramede:hover .comercial{
    color: #D6A04C;
}

.comercial{
    color: #E9E3D9;
    font-family: "Cabin", sans-serif;
    font-weight: normal;
    
}

.design{
    color: #E9E3D9;
    font-family: "Questrial", sans-serif;
    font-weight: normal;
    font-size: 80%;
    margin-top: 2.5%;
    
}

#predio{
    margin-top: 3.5%;
    margin-left: 3%;
    display: inline-block;
    position: relative;
    top: 0;
    transition: 0.5s;
    
}
#predio:hover{
    transition: 0.5s;    
    top: 20px;
    cursor: pointer;
}
#predio:hover img{
    filter: grayscale(.5);
}
#predio:hover .comercial{
    color: #D6A04C;
}

/*Projects*/

#projectsdiv{
    background-color: #1E1E1E;
    height: 121.6vh;
    margin-top: 10%;
    position: relative;
}

.projects{
    font-family: "Cabin", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #E9E3D9;
    font-size: 215px;
    font-weight: 600;
    margin-left: 11%;
    margin-top: 6%;
    padding-top: 8%;
}

#salaprojects{
    margin-left: 11%;
    margin-top: -5.8%;
}

#proamarelo{
    width: 48%;
    height: 25vh;
    background-color: #D6A04C;
    position: absolute;
    left: 11%;
    bottom: -9%;
    transition: 0.7s;
}

#proamarelo:hover{
    transition: 0.7s;
    background-color: #1E1E1E;
}

.casa{
    color: #ffffff;
    font-family: "Questrial", sans-serif;
    font-size: 30px;
    font-weight: 4;
    margin-left: 10%;
    margin-top: 5%;
    display: inline-block;

}

#bolaamarela{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #D6A04C;
    display: inline-block;
    margin-left: 20%;
    position: absolute; 
    top: 35%;
    cursor: pointer;
}

.setadireta{
fill: #ffffff;
width: 43%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-width: 10%;

}

.design2{
    color: #E9E3D9;
    font-family: "Questrial", sans-serif;
    font-weight: normal;
    font-size: 80%;
    margin-top: 3%;
    margin-left: 10%;
}

/*Why Us*/ 

.Whyussec{
    background-color: #1E1E1E;
    height: 121.6vh;
    margin-top: 10%;
    position: relative;
    display: inline-block;
}

#moca{
    margin-left: 10%;
    margin-top: 20%;
    display: inline-block;
    vertical-align: middle;
   
}

#whydiv{
    display: inline-block;
    margin-left: 3%;
    vertical-align: bottom;
    padding-bottom: 100px;
    
}

#whyus{
    color: #ffffff;
    font-size: 50px;
    font-family: "Cabin", sans-serif;
    font-weight: 10;
    margin-bottom: 5%;

}

#txtwhy{
    color: #E9E3D9;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
    
}

#learn2{
    color: #D6A04C;
    border: 1px solid #D6A04C;
    font-family: "Questrial", sans-serif;    
    font-weight: 30px;
    display: inline-block;
    padding: 14px 24px;
    background: none;
    text-align: center;
    width: 40%;
    background: none;
    cursor: pointer;
}

#learn2:hover{
    transition: 0.8s;
    background-color: #ffffff;
}

/*Designer*/

#designersec{
    background: #0A0A0A;
    position: relative;
    height: 70vh;
}

#conjunto{
       
    text-align: center;
    position: absolute;
    top: 25%;
    width: 100%;
    color: #C1C1C1;
    
}

.pontas{
    align-self: center;
    
}

.belaratxt{
    
    margin-bottom: 3%;
    margin-top: 3%;
    font-size: 24px;
    font-family: "Questrial", sans-serif;
    line-height: 1.5;
    text-align: center;

}
.cara{
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
}

/*Curating*/

#curating{
    height: 100%;
}

#quarto{
    border: 1px solid #696969;
    background: none;
    padding: 30px;
    margin-left: 10%;
    margin-right: 10%;
}

#quarto:hover{
    transition: 0.5s;
    background-color: #1E1E1E;
}

#quarto:hover
{
    transition: 0.5s;
    background-color: #1E1E1E;
}
#quarto:hover .curatingtxt{
    transition: 0.5s;
    color: #D6A04C;
}
#quarto:hover #bolacurating{
    background-color: #D6A04C;
    transition: 0.5s;
}

#bolacurating{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1E1E1E;
    display: inline-block;
    margin-left: 57%;
    margin-top: 6%;
    position: absolute; 
    vertical-align: middle;   
}

#bolacurating:hover{
background-color: #D6A04C;
transition: 0.5s;
cursor: pointer;
}

#quarto2{
    border: 1px solid #696969;
    background: none;
    padding: 30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3%;
    margin-bottom: 10%  ;
    
}

#quarto2:hover
{
    transition: 0.5s;
    background-color: #1E1E1E;
}
#quarto2:hover .curatingtxt{
    transition: 0.5s;
    color: #D6A04C;
}
#quarto2:hover #bolacurating{
    background-color: #D6A04C;
    transition: 0.5s;
}



.cama{
    display: inline-block;
}

.archdesign{
    display: inline-block;
    margin-left: 3%;
    color: #ffffff;
    font-family: "Questrial", sans-serif;
    position: relative;
    
}
.architecture{
    color: #ffffff;
    font-family: "Questrial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    top: -30%;
}
.curatingtxt{
    font-size: 35px;
    font-weight: lighter;
    padding-bottom: 13%;
}

.curatingtxt:hover{
    transition: 0.5s;
    color: #D6A04C;
}

.data{
    font-weight: normal;
    font-family: "Questrial", sans-serif;  
    
}

/*Roda pé*/


#rodape{
    background-color: #1E1E1E;
    height: 65vh;

}

.ajustelogo{
    margin-left: 145px;
    margin-bottom: 6%;
    width: 10%;
    height: 20vh;
    display:inline-block;
    
    vertical-align: top;
}

#txtspe{
    
    width: 10%;
    height: 20vh;
    margin-left: 5%;    
    display:inline-block;
    
}

#rodapemeio{
padding-top: 8%;
}

.quick{
    color: #ffffff;
    font-weight: normal;
    font-family: "Questrial", sans-serif; 
    
}

.work{
    color: #e9e3d0;
    font-weight: normal;
    font-family: "Questrial", sans-serif; 
    line-height: 2.5;

}

#txtspe2{
    vertical-align: top;
    width: 10%;
    height: 20vh;
    margin-left: 5%;    
    display:inline-block;
    
}

#news{
    vertical-align: top;
    width: 30%;
    height: 20vh;
    margin-left: 18%;    
    display:inline-block;
}

.sub{
    color: #7a7a7a;
    font-weight: normal;
    font-family: "Questrial", sans-serif; 
    line-height: 2.5;
}

#inputpe{
    height: 5vh;
    width: 50%;
    border-radius: 6%;
}

#aviao{
    height: 4.8vh;
    width: 10%; 
    background-color: #D6A04C;
    display: inline-block;
    vertical-align: middle;
    margin-left: -2%;
}

#aviaozin{
    
    margin-top: 40%;
    margin-left: 50%;
    transform: translate(-50%,-50%);
}