:root{
    --linneo-green: rgb(78, 122, 32);
    --smart-blue: rgb(37,67,108,0.85);
    --altius-gray: rgb(59, 63, 64);
    --altius-gray-op70: rgb(59, 63, 64,0.7);
    --altius-gray-op90: rgb(59, 63, 64,0.9);
}


@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-Light.woff");
    font-weight: lighter;
}

@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-Bold.woff");
    font-weight: bold;
}


@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-ExtraLight.woff");
    font-weight: 100;
}

@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-Medium.woff");
    font-weight: 400;
}

@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-SemiBold.woff");
    font-weight: 600;
}

h1{
    font-size: 4rem;
    font-family: 'Kanit', sans-serif;
    font-weight:400;
    text-transform: uppercase;
}

h2{
    font-family: 'Kanit';
    font-weight:400;
    font-size: 2.5rem;
    text-transform: uppercase;
}

body{
    overflow-x: hidden;
}

body::after{
    content: "";
    position: fixed;
    background-image: url("../img/smart/Fondo Smart.png");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100%;
    /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -2;

}

.navbar{
    width: 100vw;
    background-color: var(--smart-blue);
}



#brands-section{
    min-height: 95vh;
    width: 100vw;
    background-position: center;
    background-size: cover;

}

#brands-section h1{
    color: white;
}

#pricipal-brand{
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
}


#pricipal-brand h1{
    text-transform: uppercase;
    color: var(--seyco-red);
    padding: 3rem 0;
}

 #pricipal-brand {
        display: flex;
        justify-content: center;
        align-items: center;
  }

  #pricipal-brand .image-conteiner{
    padding: 15vh 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

#services{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#services .title{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 2rem 0;
}

#services .cards-container{
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 0  5% ;
    background-color: var(--altius-gray-op90);
    padding: 3rem 0;
    margin: 0 1rem;
}

#services .card-conteiner{
    color: white;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
    

}

#services .card-conteiner:nth-child(2){
    width: 30%;
}

#services .text-content{
    font-family: 'Kanit';
    font-weight: 100;
    font-size: 1.2rem;
    text-align: justify;
}

#clients .title{
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 1rem 0;
}

#clients .logos-container{
    display: grid;
    grid-template-columns: 2rem repeat(8,1fr) 2rem;
    grid-template-rows: repeat(3,1fr);
    grid-auto-columns: minmax(200px, auto);
    grid-auto-rows: minmax(200px, auto);
    background: var(--altius-gray-op70);
    padding: 3rem 0;
}



#clients .logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}


#clients .logo-container:first-child{
    padding: 25%;

}
#clients .logo-container:last-child{
    padding: 10%;
}
#clients .logo-container img{
    width: 90%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out 0.5s;
}

#clients .logo-container img:hover{
    transform: scale(1.1);

}

#clients .logo-container:first-child{
    grid-column: 2/4;
    grid-row: 1/4;   
}

#clients .logo-container:first-child img{
    width: 70%;

}



#clients .logo-container:nth-child(2){
    grid-column: 4/6;
    grid-row: 1/span 2;   
}
#clients .logo-container:nth-child(3){
    grid-column: 6/8;
   grid-row: 1/span 2;   
   padding: 10%;
}
#clients .logo-container:nth-child(4){
    grid-column: 4/8;
    grid-row: 2/ span 2;   
    padding: 15%;
}


#clients .logo-container:last-child{
    grid-column: 8/10;
    grid-row: 1/4;   
}


#contacto{
    background-color: var(--altius-gray-op90);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem 0;
    margin: 5rem 0 0 0;
    padding: 2rem 0;
}

#contacto h2{
    font-family: 'Kanit';
    font-weight:400;
    font-size: 4rem;
    text-transform: uppercase;
    color: white;
}

#contacto h4{
    font-family: 'Kanit';
    font-weight:100;
    color: white;
}


#contacto .cards-conatiner{
    width: 75%;
}
#contacto .image-container{
    width: 30%;
    height: fit-content;
}

#contacto .image-container img{
    object-fit: cover;
    width: 100%;
}

#contacto .icon-conteiner{
    font-size: 4rem;
    color: white;
}




/*********/

.icon-conteiner{
    display: flex;
    justify-content: center;
    align-items: center;

}
.icon-conteiner img{
    width: auto;
    height: 164px;
}

.image-conteiner img{
    object-fit: cover;
    width: 100%;
    height: auto;
}

footer{
    background-color: var(--altius-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 2rem;
    color: white;
}

footer p,
footer a{
    font-size: 1rem;
    color: white;
}
footer a{
    text-decoration: underline;
}

footer a:hover{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}



footer .image-container{
    width: 64px;
    height: fit-content;
}

footer .image-container img{
    object-fit: cover;
    width: 100%;
}

.footer-seyco-step-2{
        display: flex;
        flex-grow: 2;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
.footer-seyco-step-2 p{
    position: relative;
    left: 45%;
    transform: translateX(-50%);
    flex-grow: 2;
    text-align: center;

}

/*********/

@media screen and (max-width: 600px) {

    #pricipal-brand {
        height: auto;

    }

    #pricipal-brand .image-conteiner{
        width: 85%;
    }

    #seyco-about .card-conteiner{
    width: 60%;
    }

    #services .text-container{
        width: 85%;
    }

    #contacto .icon-conteiner{
    font-size: 2.5rem;
}

#services .card-conteiner{
    color: white;
    width: 100%;
}

#services .card-conteiner img{
    width: 30%;
    height: auto;
}

#services .card-conteiner,
#services .card-conteiner:nth-child(2){
    width: 80%;

}


#clients .logo-container:first-child{
    grid-column: 2/6;
    grid-row: 1/1;   
}

#clients .logo-container:first-child img{
    width: 50%;

}



#clients .logo-container:nth-child(2){
    grid-column: 2/5;
    grid-row: 2/span 1;   
}
#clients .logo-container:nth-child(3){
    grid-column: 5/10;
   grid-row: 2/span 1;   
}
#clients .logo-container:nth-child(4){
    grid-column: 2/10;
    grid-row: 3/ span 1;   
}


#clients .logo-container:last-child{
    grid-column: 6/10;
    grid-row: 1/1;   
}

#clients .logo-container:first-child,
#clients .logo-container:last-child{
    padding: 0%;
}

    




}


@media screen and (max-width: 520px) {
    #services .card-conteiner{
    width: 80%;

    

    }

    #brands-section{
        min-height: auto;
    }

     #contacto h2{
        font-size: 3rem;
    }


    footer{
        padding: 1rem;
        flex-direction: row-reverse;
        gap:1.25rem;
    }
    footer .text-container {
        gap: 0.5em;

    }

    .footer-seyco-step-2{

        flex-direction: column;
        gap: 0.5em;
    
    }

    .footer-seyco-step-2 p{
     left: 0%;
     transform: translateX(0%);
     text-align: left;

}

}

@media screen and (max-width: 375px) {

    #contacto .card-icon-continer{
        flex-direction: column;
    }

    h2{
    font-size: 2rem;

    }
    
    #contacto h2{
    font-size: 2.25rem;
    }


    #services .card-conteiner{
    width: 80%;

    

    }

    #services .card-conteiner:nth-child(2){
        width: 80%;
    }



}