@import "footer.css";
@import "nav.css";

@font-face {
    font-family: 'Metropolis-Regular';
    src: url(../fonts/Metropolis-Regular.otf);
}

/*	CSS DOCUMENT	*/

*{
	margin: 0px;
	padding: 0px; 
}

html{
    scroll-behavior: smooth;
}

body{
    width: 100%;
    font-family: Metropolis;
}

a{
    text-decoration: none;
}


/*  	BODY CHARACTERISTICS	*/

@media only screen and (max-width: 1920px){
.img-banner{
    width: 100%;
    margin-top: 4.4rem;
}

#our-prds-ctn{
    width: 100%;
    margin-top: 5rem;
}

.info-our-prds{
    display: grid;
    width: 80%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(1, 100%);
}

h1{
    font-size: 36px;
    font-weight: 400;
    color: #000;
    padding-bottom: 4rem;
}

.title-section{
    text-align: center;
}

h3{
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    line-height: 1.3rem;
    margin-bottom: 2rem;
}

.info-imp-direct-ctn{
    text-align: end;
}

.cta-info{
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #EB0200;
    border-radius: 1rem;
}

.img-our-prds{
    width: 100%;
}

.imgclient{
    width: 50%;
}

#contact-ctn{
    display: grid;
    width: 80%;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1rem;
    padding-bottom: 4rem;
}

.contact-item{
    background-color: #EB0200;
    border-radius: 1rem;
    text-align: center;
    padding: 2rem;
}

.img-contact-item{
    width: 40%;
    padding-bottom: 1rem;
}

.cta-contact-ctn{
    color: #fff;
}
}


@media only screen and (max-width: 1366px){
    .img-banner{
        width: 100%;
    }
    
    #our-prds-ctn{
        width: 100%;
        margin-top: 5rem;
    }
    
    .info-our-prds{
        display: grid;
        width: 80%;
        margin: 0 auto;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(1, 100%);
    }
    
    h1{
        font-size: 2.5rem;
        font-weight: 400;
        color: #000;
        padding-bottom: 3rem;
    }
    
    .title-section{
        text-align: center;
    }
    
    h3{
        font-size: 1.2rem;
        font-weight: 400;
        color: #707070;
        letter-spacing: 0.3px;
        word-spacing: 1px;
        line-height: 1.2rem;
        margin-bottom: 2rem;
    }
    
    .info-imp-direct-ctn{
        text-align: end;
    }
    
    .cta-info{
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
        color: #fff;
        background-color: #EB0200;
        border-radius: 1rem;
    }
    
    .img-our-prds{
        width: 100%;
    }
    
    .imgclient{
        width: 50%;
    }
    
    #contact-ctn{
        display: grid;
        width: 95%;
        margin: 0 auto;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 1rem;
        padding-bottom: 4rem;

    }
    
    .contact-item{
        background-color: #EB0200;
        border-radius: 1rem;
        text-align: center;
        padding: 2rem 1rem;
    }
    
    .img-contact-item{
        width: 30%;
        padding-bottom: 1rem;
    }
    
    .cta-contact-ctn{
        color: #fff;
    }
    
    #experience-ctn{
        background-color: #EFEFEF;
        display: grid;
        width: 100%;
        margin: 0 auto;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 12rem);
        grid-gap: 2rem;
        justify-items: center;
        align-items: center;
    }
    
    .img-client{
        width: 75%;
    }
}


@media only screen and (max-width: 1024px){

}


@media only screen and (max-width: 640px){
    #landing-carrusel{
        display: none;
    }

    #our-prds-ctn{
        width: 100%;
        margin-top: 4em;
        margin-bottom: 3rem;
    }

    #our-imp-ctn{
        margin-bottom: 4rem;
    }

    .info-our-prds{
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    h1{
        font-size: 1.8rem;
        font-weight: 400;
        color: #000;
        padding-bottom: 2rem;
    }
    
    .title-section{
        text-align: center;
    }
    
    h3{
        font-size: 1rem;
        font-weight: 400;
        color: #707070;
        letter-spacing: 0.3px;
        word-spacing: 1px;
        line-height: 1.2rem;
        margin-bottom: 2rem;
    }

    .cta-info{
        display: block;
        text-align: center;
        padding: 0.3rem 0.8rem;
        font-size: 0.8rem;
        color: #fff;
        background-color: #EB0200;
        border-radius: 1rem;
    }
    
    .img-our-prds{
        margin-top: 1.5rem;
        width: 100%;
    }
    
    .img-client{
        width: 100%;
    }

    .title-section{
        text-align: center;
    }

    #contact-ctn{
        display: grid;
        width: 90%;
        margin: 0 auto;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
        padding-bottom: 3rem;
    }

    .cta-contact-ctn{
        color: #fff;
        font-size: 1rem;
    }
    
    #experience-ctn{
        background-color: #EFEFEF;
        display: grid;
        width: 100%;
        margin: 0 auto;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 0rem;
        padding: 1rem 0rem;
        justify-items: center;
        align-items: center;
    }
    
    .imgclient{
        width: 70%;
    }
}