/* body {
    margin: 0; 
    font-family: Arial, Helvetica, sans-serif;
    background: #333;
}
h1 {
    color: #fff;
    text-align: center;
    margin: 3em 0;
    font-size: 3em;
} */

/* footer style starts here */
footer * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
footer ul {
    list-style: none;
}
footer {
    color: #fff;
    background: #121315;
}
footer p {
    color: #fff;
    max-width: 25em;
    font-size: 0.9em;
    line-height: 23px;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer h4 {
    margin-bottom: 1em;
    text-transform: uppercase;
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
}
.footer1 {
    position: relative;
    background: 
        url(../images_test/export_footer_background.webp)
        no-repeat center;
    background-size: cover;
}
.footer1::before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.footer1 .container {
    position: relative;
}
.footer1 .container_copyright {
    position: relative;
}

.footer1 .footer-top .container,
.footer1 .col2,
.footer1 .footer-bottom .container {
    display: flex;
    justify-content: space-between;
    gap: 2em;
}
.footer1 .footer-bottom .container {
    padding: 1em 2em;
    align-items: center;
}
.footer1 .footer-bottom .container_copyright {
    padding: 1em 2em;
    align-items: center;
}

.footer1 .footer-bottom .container p{
    color: #ccc;
    font-size: 1.3em;
}
.footer1 .footer-bottom .container a{
    color: #031b2e;
    font-size: 1em;
}
.footer1 .menu li {
    margin-bottom: 0.6em;
}

.brand {
    display: block;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 1em;
}
.media-icons li,
.service-icons li {
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
}
.media-icons a {
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.icon {
    width: 30px;
    height: auto;
    overflow: hidden;
    transition: all 0.5s ease;
}
.icon a i img{
    width: 100%;
    height: auto;
    display: block;
}
.icon:hover {
    transform: translateY(-10px) scale(1.1);

}
.media-icons a:hover {

    color: #111;
}
.service-icons a {
    font-size: 1.6em;
}
.service-icons a:hover {
    background: #fff;
    color: #dbdbdb;
}
.footer-bottom {
    border-top: 1px #dbdbdb solid;
}


@media screen and (max-width: 900px){
    .footer1 .footer-top .container,
    .footer1 .footer-bottom .container {
        flex-direction: column;
    }
    .footer1 .footer-bottom .container_copyright {
        flex-direction: column;
    }
}
.footer1 .col2 {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer1 img {
    max-height: 10%;
    width: auto;
}




footer .container_copyright {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-code {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 200px;
}
.qr-code img {
  max-width: 100%;
  max-height: 100%;
}