.footerContact {
    display: flex;
    flex-direction: row;
      margin-top: 1.7em;
    margin-bottom: 1.1em;
}

    .footerCSL {
    width: 90%;
}
.footerContact p {
    color: #DCF716;
    margin: 0em 1em;
    font-weight: 700;
}


.footerEmailAndText h2 {
    color: #EDEDEB;
    font-family: 'Campton';
    font-weight: 600;
    width: fit-content;
    margin: 0;
    font-size: 2.2em;
}

.footerEmailAndText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footerInstagram img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.footerEmailAndText a {
    color: #DCF716;
    text-decoration: unset;
    font-family: 'Campton';
    font-weight: 400;
    font-size: 1em;
}


.footerCategories a {
    color: #fff;
    font-family: 'Campton';
    text-decoration: unset;
    font-weight: light;
    transition: all 0.25s ease-in-out;
    font-size: 0.9em;
}

.footerCategories p {
    color: #fff;
    margin: 0 1.4em;
    font-family: 'Campton';
    font-weight: light;
    font-size: 1.1em;
}

.footerCategories a:hover {
    color: #DCF716;
}

.footerCategories {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 2.1em 0;
}

.footerLegal a {
    font-family: 'Campton';
    font-weight: 100;
    color: rgba(237,237,235,0.8);
    text-decoration: unset;
    margin: 0;
    font-size: 0.9em;
}

.footerLegal {
    display: flex;
    flex-direction: row;
}

.footerLegal p {
    color: rgba(237,237,235,0.8);
    margin: 0 1em;
    font-family: 'Campton';
    font-weight: 500;
    font-size: 0.9em;
}

.footerCopyright p {
    margin: 0;
    font-family: 'Campton';
    color: #EEEDE9;
    font-weight: 600;
    font-size: 1em;
}

.footerSocials {
    flex-direction: row;
    justify-content: flex-end;
}

.footerFacebook, .footerInstagram {
    margin-right: 0.5em;
}

.footerCSL {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%;
}

.footerPlannet a {
    font-family: 'Campton';
    color: #ededeb;
    text-decoration: unset;
    font-size: 0.7em;
    font-weight: 500;
}

.footerPlannet {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.1em;
    padding-bottom: 0.5em;
}

.footer {
    background-color: #1a1a1a;
    padding: 2em 0em;
    padding-bottom: 0.6em;
}

.footerCSL>div {
    display: flex;
    flex: 1;
}

.footerLegal {
    justify-content: center;
    align-items: center;
}

.footerCopyright {
    justify-content: flex-start;
    align-items: center;
}

.footerFacebook img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footerFacebook a {
    display: block;
    width: 100%;
    height: 100%;
}

.footerTiktok a {
    display: block;
    width: 100%;
    height: 100%;
}


.footerInstagram, .footerFacebook, .footerTiktok {
    height: 42px;
    width: 42px;
}
.footerTiktok img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



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

    .footerLegal :is(a,p) {
        white-space: nowrap;
        font-size: 0.8em;
    }
    .footerEmailAndText h2 {
        font-size: 1.8em;
    }
    .footerEmailAndText a {
        font-size: 0.8em;
    }

    .footerCategories a {
        font-size: 0.8em;
    }

    .footerCopyright p {
        font-size: 0.8em;
    }
    .footerInstagram, .footerFacebook, .footerTiktok {
        height: 38px;
        width: 38px;
    }
    

}

@media only screen and (max-width:1000px){
    .footerEmailAndText h2 {
        text-align: center;
        font-size: 1.5em;
    }

}

@media only screen and (max-width:700px){
    .footerContact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footerContact p {
    opacity: 0;
}

    .footerCategories {
        flex-direction: column;
    }
    .footerCategories p {
        display: none;
    }
    .footerCategories a {
        margin: 0.9em 0em;
        font-size: 0.8em;
    }
    .footerCSL {
        flex-direction: column-reverse;
    }
    .footerSocials {
        margin-bottom: 2em;
    }
    .footerCopyright {
        display: none!important;
    }


}

@media only screen and (max-width:500px){
    .swiperCategoriesBG {
        height: 60vh;
    }
    .footerLegal {
        flex-direction: column;
    }
    .footerLegal p {
        display: none;
    }
    .footerLegal a {
        margin: 0.8em 0;
    }
    .footerEmailAndText h2 {
        font-size: 1em;
        padding: 0 6%;
    }

}