:root{
    --lazos-bronce: rgb(199,144,59);
    --lazos-bronce-text: rgb(137,86,28);

    --mezcal-bronce: rgb(165,140,110,0.85);
    --mezcal-bronce-text: rgb(137,86,28);

    --altius-gray: rgb(59, 63, 64);
    --altius-gray-70: rgb(59, 63, 64,0.1);
}


@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;
}


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

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



h1{
   font-family: Copperplate, "Copperplate Gothic Light";
   font-size: 4em;
}

h2{
   font-family: Copperplate, "Copperplate Gothic Light";
   font-size: 3em;
}

h3{
   font-family: Copperplate, "Copperplate Gothic Light";
   font-size: 2.25em;
}

h4{
  font-family: Copperplate, "Copperplate Gothic Light";
  font-size: 1.5em;
}

p{
    font-family:Avenir, "Century Gothic", sans-serif; 
    font-weight:100; 
    font-style:normal;
    font-size: 1em;
}



body{
    overflow-x: hidden;
}

body::after{
    content: "";
    position: fixed;
    background-image: url("../img/FesuleSliderImages/Slider-bg-1.jpg");
    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;

}


.divider{
    content:' ';
    display: block;
    top:0;
    left:50%;
    margin:0 auto;
    height:5px;
    width:80%;
    background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,255,255,1) 35%, rgba(250,251,250,1) 65%, rgba(0,68,23,1) 100%);

}




.parallaxParent {
    height: fit-content;
    overflow: hidden;
}
.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
}


.navbar{
    background-color: var(--mezcal-bronce);
}



#brands-section{
    min-height: 50vh;
    height: 100vh;
    width: 100%;
    background:linear-gradient(rgba(49, 49, 49, 0.3)0%,rgba(49, 49, 49, 0.3)100%), url("../img/FesuleSliderImages/Slider-bg-2.jpg");
    background-size: cover;
    background-position: center;
}

#pricipal-brand{
    position: sticky;
    position: -webkit-sticky;
    top: 30%;
}


#pricipal-brand h1{
    padding-top: 1rem;
    text-transform: uppercase;
    color: white;

}

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

  #pricipal-brand .image-conteiner{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;

  }


#about{
    background: rgba(0, 0, 0, 0.3);
}  


#about .cards-container{

    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;

}

#about .card-conteiner{
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
    color: white;
    font-weight: 400;
    font-size: 1.25rem;
    width: 70%;
    margin-bottom: 1rem;
}

#services .content-container ul {
    list-style-position: inside !important;

}


#image-gallery .image-container{
    width: 25%;
    height: 450px;
    overflow: hidden;
}

#image-gallery .image-container:nth-child(2){
    width: 50%;
}

#image-gallery .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(0.1);
    -webkit-filter: grayscale(10%);
    transition: ease-in 0.5s;
}

#image-gallery .image-container img:hover{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
    -webkit-filter: none;
	filter: none;
    transform: scale(1.1);
}


.mezcal-gallery .image-container{
    width: 25%;
    height: 150px;
    overflow: hidden;
    background-color: var(--altius-gray-70);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mezcal-gallery .image-container:nth-child(2){
    width: 50%;
}

.mezcal-gallery .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(0.1);
    -webkit-filter: grayscale(10%);
    transition: ease-in 0.5s;
}


.mezcal-gallery .image-container img{
     filter: grayscale(0.10)  brightness(0.90) !important;
    -webkit-filter: grayscale(10%) brightness(90%) !important;

}
.mezcal-gallery .image-container img:hover{
    -webkit-filter: grayscale(0) brightness(100%) !important;
	filter: grayscale(0)  brightness(1);
    -webkit-filter: none;
	filter: none;
    transform: scale(1.1);
}



.mezcal-gallery .image-container h4{
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    font-size: 3rem;
    font-family: 'Mirage';
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
}

.mezcal-gallery .image-container h4:hover{
    font-size: 3.5rem;
}


.mezcal-gallery .image-container h4:nth-child(2){
    position: relative;
    color: white;
    text-transform: uppercase;
}

#services{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-weight:600;
    background: rgba(255, 255, 255, 0.65);
    margin:0 !important;
    padding: 2rem 0;
    color: var(--altius-gray);

}

#services .header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem 0;

}


#services .image-container{
    height: 250px;

}



#services .image-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 4px 10px #000000de);

}


#services .content-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    gap: 1.5rem 2rem;
    padding: 2rem 0;
    font-weight: 400;
    font-size: 1.25rem;

}

#services .content-container ul{
    padding-left: 0 !important;
}

#services .text-container{
    display: flex;
    width: 60%;
    max-width: 450px;
    flex-direction: column;
    text-align: center;
    color: white;
    text-transform: uppercase;
    gap:0;
}


.section-2 .text-container{
    width: 65%;
    padding: 2rem 0;
}

 .map-container{
    width: 50%;
  }


/*********/

.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;
}


 .section-2 .image-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

   .display-map .map-container{
        width: 50%
    }

    .display-map .text-container{
        width: 50%;
        background-color: black;
        text-align: center;
    }



@media screen and (max-width: 900px) {
    #image-gallery .image-container{
     width: 33%;
     height: 300px;

    }

    #image-gallery .image-container:nth-child(2){
        width: 33%;
    }

    #image-gallery .image-container:last-child{
        width: 100%;
    }

    .mezcal-gallery .image-container{
        width: 33%;
    }

    .mezcal-gallery .image-container:nth-child(2){
        width: 33%;
    }

    .display-map .map-container{
        width: 40%
    }

    .display-map .text-container{
        width: 60%;
    }

}


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


       .display-map .map-container{
        width: 100%
    }

    .display-map .text-container{
        background-color: black;
        width: 100%;
    }



}






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

    h1,
    #contacto h2{
        font-size: 3rem;
    }
    #pricipal-brand .image-conteiner{
        width: 90%;
        min-width: 300px;
    }

    #pricipal-brand {
        height: 50%;
        min-height: 400px;
    }

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


    #image-gallery .image-container{
        width: 50%;
        filter: grayscale(0.2);
        -webkit-filter: grayscale(20%);
    }

    #image-gallery .image-container:nth-child(2){
        width: 50%;
    }


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

    #services .clients-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0rem;
    gap: 1.25rem 0;


}

    #services .clients-container .image-container{
        width: 75%;
    }

    #services .clients-container .image-container:nth-child(2){
        width: 50%;
    }



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

    .mezcal-gallery .image-container,
    .mezcal-gallery .image-container:nth-child(2){
        width: 50%;
    }

    .mezcal-gallery .image-container:last-child{
        width: 100%;
    }


       .display-map .map-container{
        width: 100%
    }

    .display-map .text-container{
        background-color: black;
        width: 100%;
    }



}





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

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

    }

    .footer-seyco-step-2 img{
        width: 80px;
        height: auto;
    }

    .footer-seyco-step-2{

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

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

    #image-gallery .image-container{
    width: 100%;
    }

    #image-gallery .image-container:nth-child(2){
        width: 100%;
    }

    .mezcal-gallery .image-container,
    .mezcal-gallery .image-container:nth-child(2){
        width: 100%;
    }

    .mezcal-gallery .image-container{
        height: fit-content;
    }

    .mezcal-gallery .image-container h4{
        padding: 1.5rem 0;
        font-size: 2rem;
    }

    .mezcal-gallery .image-container h4:hover{
        font-size: 2.5rem;
    }



}

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

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

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

    
 




}

