@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@700&family=Josefin+Sans&family=Montserrat&family=Rubik&display=swap');

/***************Default setting****************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    
}
body{
    overflow-x: hidden;
    
}

html{
    scroll-behavior: smooth;
    background: transparent;
}
/**************** Loader *****************/
#preloader{
    background: #000 url(../Images/loader.gif) no-repeat center center;
    background-size: 5%;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 10001;
}
/**************** Navbar *****************/
#nav-bar{
    position: fixed;
    width: 100%;
    z-index: 10000;
    background: #130d08;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 10vh;
    list-style: none;
}

#nav-links a, li, span{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 0 15px;
    transition: all ease 0.5s;
}

#nav-item:hover{
    transform: translateY(-15%);
    color: rgb(219, 218, 218)
}

.sandwich-bar{
    display: none;
}
.company-name img{
    width: 250px;
}

/**************** Slider *****************/
#slider{
    overflow: hidden;
    position: relative;
    width: 500%;
    height: 100vh;
    margin: 0;
    top: 5vh;
    left: 0;
    animation: 30s slideImages infinite;
}
#slider .slider-item{
    height: 600px;
    width: 20%;
    float: left;
    position: relative;
}
#slider img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slider-text{
    position: absolute;
    width: 60%;
    top: 50%;
    left: 0;
    height: 30vh;
    font-size: 10px;
    color: #fff;
    background: rgba(0,0,0,0.9);
    padding: 25px;
}
.slider-text h5{
    font-size: 25px;
}
.slider-text p{
    font-size: 18px;
    padding-top: 20px;
}
/*************** Presentation ******************/

#mainImg{
    width: 100vw;
    height: 100vh;
    min-height: 500px;
}
.present{
    height: 100%;
    width: 100%;
    position: relative;
}

.name-slogan{
    position: absolute;
    margin: 0 auto;
    height: 50%;
    width: 70%;
    top: 30%;
    left: 15%;
    min-height: 200px;
    z-index: 3;
}
.present img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.present h1{
    position: relative;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 50px;
    z-index: 3;
    margin-top: 50px;
    margin-bottom: 10px;
}
.present p{
    position: relative;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 50px;
    font-size: 20px;
    z-index: 3;
}
.covering{
    width: 100%;
    height: 100%;
    background: #111111a1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/*********************** Quem Somos **********************/
#quemSomos{
    width: 100%;
    min-height: 500px;
    height: auto;
    background: #ddd;
    padding-bottom: 50px;
}
#quemSomos a{
    text-decoration: none;
    color: #fff;
}
#quemSomos h1{
    padding-top: 50px;
}
.quem-somos{
    text-align: center;
    margin: 30px;
}
#presentation{
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    display: block;
    border-radius: 5px;
}

.title-section{
    text-transform: uppercase;
    font-size: 40px;   
}
#line-section{
    height: 5px;
    width: 150px;
}
.main-text{
    width: 80%;
    color: #111111;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
}
.main-text p{
    margin-top: 15px;
    padding-bottom: 30px;
}

/**************** Projetos **********************/

#projects-title{
    font-size: 45px;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 0px;
}
.presentation-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 90%;
}
.presentation-photo img{
    width: 400px;
    height: 450px;
    
}
.cards{
    display: block;
    padding-top: 70px;
}
.card-presentation{
    min-height: 350px;
    max-height: auto;
    min-width: 700px;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0;
    padding-bottom: 30px;
    margin: 150px auto 80px auto;
    margin-top: 0;
    margin-bottom: 80px;
    border-radius: 13px;
    box-shadow: .5rem .5rem 3rem 1px rgba(0,0,0,0.5);
    text-align: center;
}
.presentation-img{
    min-width: 300px;
    max-width: 300px;
    height: 300px;
    position: relative;
    transform: translateX(6rem);
    
}
.presentation-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 13px;
}
.presentation-img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(160, 160, 160, 0.164),rgba(12, 12, 12, 0.8));
    box-shadow: .5rem .5rem 3rem 1px rgba(0,0,0,0.5);
    border-radius: 13px;
}
.presentation-text h2{
    font-size: 25px;
    font-weight: 1000;
    padding-bottom: 10px;
}
.presentation-text{
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: start;
}
.modal-btn{
    margin-top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #343434;
    color: #fff;
}

.button {
	pointer-events: auto;
	cursor: pointer;
	background: #e7e7e7;
	border: none;
	padding: 10px 10px;
	margin: 30px 0px 10px 0px;
    margin-bottom: 0;
	position: relative;
	display: inline-block;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button--pan {
	font-weight: 100;
	border: 2px solid #000;
	border-radius: 3rem;
	overflow: hidden;
	color: #fff;
}

.button--pan span {
	position: relative;
	mix-blend-mode: difference;
    font-size: 18px;
}

.button--pan::before {
	content: '';
	background: #000;
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before {
	transform: translate3d(0,-100%,0);
}

/***************** Clientes ***************************/
#clientes{
    min-height: 100vh;
    min-width: 100vw;
    height: auto;
    background: #343434;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}
#clientes h1{
    padding-top: 50px;
}
.clientes-wrapper{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.client-card{
    background: #fff;
    height: 400px;
    min-width: 200px;
    max-width: 350px;
    margin: 10px auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 15px 15px 20px #000;
}
.client-img{
    padding-top: 30px;
}
.client-img img{
    height: 180px;
    width: 180px;
    border-radius: 50%;
    border: 5px solid #343434;
}
.client-name{
    padding-top: 10px;
    font-weight: 800;
    font-size: 20px;
    color: rgb(56, 22, 0);
    text-transform: uppercase;
}
.client-review{
    font-size: 20px;
    padding:  20px;
    color: #343434;
    font-style: italic;
}
/***************** Footer ***************************/
#footer{
    height: 40vh;
    min-height: 20vh;
    max-height: 100vh;
    background: #000;
    width: 100vw;
    padding-top: 35px;
    color: #fff;
}
.footer-wrap{
    flex-wrap: wrap;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-style: 14px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials li{
    margin: 0 10px;
}

.socials a{
    text-decoration: none;
    color: #fff;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom span{
    opacity: .4;
    font-weight: 200;
    font-size: 25px;
}
.footer-bottom span a{
    text-decoration: none;
    color: inherit;
}



/***************** Modal ****************************/
.modal{
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.modal-container{
    width: 60%;
    min-width: 300px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-container img{
    width: 100%;
    height: 100%;
    border-radius: 13px;
    min-height: 600px;
    min-width: 600px;
    max-width: 600px;
    max-height: 600px;
}
#forward-btn{
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 10%;
}
#backward-btn{
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 10%;
}
#close-btn{
    position: absolute;
    cursor: pointer;
    top: 50px;
    right: 50px;
}

/***************** Media Queries **************************/
@media (max-width: 1024px) {

    .clientes-wrapper{
        display: inline-block;
    }
    .client-card{
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .slider-text{
        top: 65%;
        height: 50vh;
        width: 100vw;
    }
    .title-section{
        font-size: 28px;
    }
    .main-text{
        font-size: 18px;
    }

    .modal-container img{
        min-height: 400px;
        min-width: 400px;
        max-width: 400px;
        max-height: 400px;
    }
    
}
@media (max-width: 880px) {
    .client-card{
        margin: 40px auto;
    }
    .presentation-wrapper{
        flex-direction: column-reverse;
    }
    .presentation-photo img{
        height: 350px;
        width: 300px;
    }
    .card-presentation{
        flex-direction: column-reverse;
        min-width: 300px;
        max-width: 860px;
        min-height: 600px;
        margin: 150px 20px 80px 20px;
        
    }
    
    .presentation-img{
        transform: translateX(0);
        transform: translateY(-6rem);
        height: 250px;
        width: 200px;
    }
    .slider-text h2{
        font-size: 18px;
    }
    .slider-text p{
        font-size: 15px;
    }

    #nav-links{
        position: fixed;
        width: 100%;
        height: 95vh;
        background: #343434;
        top: 60px;
        left: 100%;
        text-align: center;
        transition: 0.8s ease;
        z-index: 1;
        
    }
    #nav-item{
        width: 100%;
        display: block;
        margin: 30px auto;
        line-height: 10px;
    }

    .sandwich-bar{
        display: block;
    }
    .sandwich-bar a{
        color: #fff;
        cursor: pointer;
    }
    .sandwich-bar img{
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
    }
    
}
@media (max-width: 490px) {
    
    .company-name img{
        width: 150px;
    }
}
@media (max-height:500px) {
    
    #footer{
        height: 100vh;
    }
}