footer{
    left: 0;
    padding: 0;
    width: 100%;
    background-image: url("../img/footer_banner.jpg");
}
#footer-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#footer-1-a {
    background: var(--bg-color-aqua);
    flex: 49%;
    padding: 15px;
}
#footer-1-a > h1 {
    padding: 0;
    margin: 0;
    font-family: metropolisextrabold;
    font-size: 40px;
    text-align: center;
}
#footer-1-a p {
    color: white;
    line-height: 1.5;
    padding-left: 25px;
}
#footer-1-a > ul {
    list-style: none;
    color: white;
    margin: 0 0 0 25px;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 20px;
}
#footer-1-a > ul > li:nth-child(1) {
    background-image: url("../img/contact-icon-phone.png");
    background-repeat: no-repeat;
    background-size: contain;
    line-height:65px;
    padding-left: 65px;
}
#footer-1-a > ul > li:nth-child(2) {
    background-image: url("../img/contact-icon-mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    line-height:65px;
    padding-left: 65px;

}
#footer-1-a > ul > li:nth-child(3) {
    background-image: url("../img/contact-icon-facebook.png");
    background-repeat: no-repeat;
    background-size: contain;
    line-height:65px;
    padding-left: 65px;

}
#footer-1-a > ul > li:nth-child(4) {
    background-image: url("../img/contact-icon-instagram.png");
    background-repeat: no-repeat;
    background-size: contain;
    line-height:65px;
    padding-left: 65px;

}
#footer-1-a > ul > li:nth-child(5) {
    background-image: url("../img/contact-icon-youtubel.png");
    background-repeat: no-repeat;
    background-size: contain;
    line-height:65px;
    padding-left: 65px;

}

#footer-1-b {
    position: relative;
    background: var(--bg-color-white);
    flex: 51%;
}
#footer-1-b > h1 {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0;
    margin: 0;
    font-family: metropolisextrabold;
    font-size: 40px;
    color: var(--font-color-orange);
    /* z-index: 899; */
}
#footer-1-b img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    z-index: 898;
}
#footer-2 {
    background: url(../img/footer_bg1.jpg), var(--bg-color-white);
    /* background: var(--bg-color-white); */
    background-repeat: no-repeat;
    background-position: top;
    background-size:contain;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#footer-2-a {
    flex: 50%;
}
#footer-2-a img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
#footer-2-b {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 50%;
}
#footer-2-b-item-a {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-2-b-item-a > span  {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5%;
}
#footer-2-b-item-a .thirdrail {
    font-family: thirdrail;
    font-size: 45px;
    margin-top: 5%;
    margin-left: 10px;
    margin-right: 40px;
}
#footer-2-b-item-b {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
}
#footer-2-b-item-b div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 50%;
    font-family: metropolisbold;
}
#footer-2-b-item-b div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 50%;
    font-family: metropolisbold;
}
#footer-2-b-item-b div:nth-child(2) span {
    text-align: center;
}
/* #footer-2 {
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#footer-2 > span  {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#footer-2 > img {
    width: 150px;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
}
#footer-2 .thirdrail {
    font-family: thirdrail;
    font-size: 45px;
    margin-left: 10px;
    margin-right: 40px;
} */
#footer-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-logo {
    width: 220px;
    height: auto;
}
#footer-3 > div > h5 {
    font-family: metropolisextrabold;
    font-size: 20px;
    color: var(--font-color-white);
    margin-bottom: 10px;
}
#footer-3 > div > ul {
    list-style: none;
    line-height: 25px;
}
#footer-3 > div > ul > li > a:link, a:active, a:visited {
    color: var(--font-color-white);
}
#footer-3 > div > ul > li > a:hover {
    color: var(--font-color-grey);
}
#footer-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
#footer-4 > div {
    padding: 15px;
}
#footer-4 > div > img:nth-child(1) {
    width: 70px;
    height: auto;
}
#footer-4 > div > img:nth-child(2) {
    width: 130px;
    height: auto;
}