/* Footer */
footer{
    max-width: 100vw;
    /* height: 560px; */
    height: 511px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-top: 13vw;
}
footer svg{
    position: absolute;
    top: -22vw;
    left: 0;
}
.container-footer{
    width: 100%;
    height: 100%;
    background-color: var(--orange);
    align-items: start;
}

.container-footer_items{
    width: 80%;
    max-width: 332px;
    /* background-color: black; */
    height: 450px;
    align-items: normal;
    flex-wrap: wrap;
}
footer label, footer p, footer span{
    color: var(--white);
    flex: 100%;
}
.footer_items_container_p{
    flex: 100%;
}
footer section{
    height: fit-content;
    flex-wrap: wrap;
    margin-top: 30px;
}
footer section:first-of-type{
    margin-top: 0;
}
.container-footer_logo{
    text-align: center;
}
@media only screen and (min-width: 600px) {
    .container-footer_items{
        width: 80%;
        max-width: 500px;
    }
    .container-footer_items_contactUS{
        order: 3;
        flex-basis: 45%;
        margin-top: 30px;
    }
    .container-footer_socialMedia{
        order: 2;
        flex-basis: 45%;
    }
    .container-footer_logo{
        order: 1;
        flex-basis: 100%;
        margin-top: 3px;
    }
    .container-footer_message{
        order: 4;
    }

}
@media only screen and (min-width: 1000px) {
    footer{
        height: 200px;
        align-items: center;
    }
    .container-footer_items{
        max-width: 1091px;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 166px;
        position: absolute;
        top: -136px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        align-items: end;
        justify-content: space-between;
    }
    footer section{
        margin-top: 0px;
    }
    /* section:nth-child(3){
        margin-top: 0px;
    } */
    .container-footer_items_contactUS{
        order: 4;
        flex-basis: 265px;
    }
    .container-footer_socialMedia{
        order: 3;
        flex-basis: 149px;

    }
    .container-footer_logo{
        order: 1;
        flex-basis: auto;
        height: 100%;
    }
    .container-footer_message{
        order: 2;
        flex-basis: 305px;
    }
}

@media only screen and (min-width: 1500px) {
    .container-footer_items{
        max-width: 1643px;
    }
    .container-footer_items{
        top: -190px;
        height: 221.67px;
    }
    .container-footer_message{
        flex-basis: 440px;
    }
}
/* //contact us */
footer label{
    font-size: 0.875rem;
    letter-spacing: 0.14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    
}
.container-footer_items_contactUS span{
    margin-bottom: 5px;
}
footer span, .container-footer_items_contactUS p{
    font-size: 0.875rem;
    max-width: 230px;
    line-height: 18px;
    letter-spacing: 0px;
}

.footer-title{
    font-family: 'poppins_bold';
    text-transform: uppercase;
}
.footer-text{
    font-family: 'Montserrat_Bold';
    text-transform: capitalize;
}
.text_center{
    text-align: center;
}
/* Social Media */
.container-footer_socialMedia-icons{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 26px;
}
.container-footer_socialMedia-icons img{
    width: 19px;
    height: 19px;
}
.social_media_span{
    display: none;
}
/* Icon */

/* Slogan */
#slogan{
    max-width: 220px;
    font-size: 0.75rem;
    letter-spacing: 0.10px;
    line-height: 14px;
    margin-bottom: 5px;
}
#copyright{
    font-family: 'Montserrat_regular' !important;
    font-size: 0.75rem !important;
    text-align: center !important;
}
@media only screen and (min-width: 1000px) {
    .container-footer_items_contactUS span{
        margin-bottom: 13px;
    }
    footer label, footer span, footer p{
        text-align: initial !important;
        max-width: 100% !important;
    }
    footer label{
        font-size: 0.875rem !important;
        line-height: 18px !important;
        margin-bottom: 16px;
    }
    #slogan{
        max-width: 100%;
        margin-bottom: 35px;
    }
    #copyright{
        text-align: initial !important;
        font-size: 0.875rem !important;
    }
    .container-footer_socialMedia-icons{
        justify-content: initial;
    }
    .social_media_span{
        display: inline-block;
    }
    .container-footer_socialMedia-icons a{
        width: 127px;
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
    }
    .container-footer_socialMedia-icons a:first-of-type{
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1500px) {
    .container-footer_logo-icon a img{
        width: 200px;
        height: 221.67px;
    }
    footer label{
        font-size: 1rem !important;
        line-height: 19px !important;
        margin-bottom: 16px;
    }
    #copyright{
        text-align: initial !important;
        font-size: 1rem !important;
    }
    footer span, .container-footer_items_contactUS p{
        font-size: 1rem;
        line-height: 19px;
    }
}