/** ================== // SITE FOOTER CSS START // ================== **/
.site-footer {
    background: #111111;
    padding: 60px 0 0;
}
.site-footer .container {
    max-width: 1244px;
    padding: 0;
}
.site-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-top-wrap {
    border-bottom: 1px solid #252525;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 46px;
    gap: 10px;
}
.footer-top-content p {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #C6C6C6;
    margin: 0;
}
.footer-social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: wrap;
}
.footer-social ul li {

}
.footer-social ul li a {
    width: 32px;
    height: 32px;
    background: #373737;
    border-radius: 1000px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 4px;
    transition: 0.3s;
}
.footer-social a img {
    display: block;
    width: 14px;
    height: 14px;
    object-fit: contain;
    transition: 0.3s;
}
.footer-social ul li a:hover {
	background: #fff;
}
.footer-social ul li a:hover img {
	filter: brightness(0);
}
.footer-mwnu-wrap {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 29px;
    margin-bottom: 89px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.footer-menu h4 {
    margin-bottom: 8px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F2F2F2;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #6D6D6D;
    list-style: none;
    margin-bottom: 8px;
}
.footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-menu ul li a {
    color: #6D6D6D;
}
.footer-menu ul li a:hover{
    color: #fff;
}
.footer-logo {
    text-align: center;
}
.footer-logo a {
    text-align: center;
    display: block;
}
.footer-logo a svg {
    width: 100%;
    height: auto;
}
.footer-logo a img {
    width: 100%;
    height: auto;
}
.footer-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
.footer-badges img {
    height: 56px;
    width: auto;
    display: block;
}
.footer-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
    padding-bottom: 24px;
    border-top: 1px solid #252525;
    padding-top: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
}
.footer-bottom-bar p {
    margin: 0;
    color: #6d6d6d;
}
.footer-bottom-bar a {
    color: #6d6d6d;
    transition: 0.3s;
}
.footer-bottom-bar a:hover {
    color: #fff;
}
/** ================== // SITE FOOTER CSS END // ================== **/

/** ================== // RESPONSIVE CSS START // ================== **/

@media (max-width:1439px) {
    .site-footer .container {
        max-width: 1084px;
    }
    .footer-logo a svg {
        width: 100%;
    }
}
@media (max-width:1279px) {
    .site-footer .container {
	    max-width: 995px;
	}
}
@media (max-width:1199px) {
    .site-footer .container {
	    max-width: 100%;
	}
    .footer-top, .footer-mwnu-wrap, .footer-logo {
        max-width: 828px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-mwnu-wrap {
        margin-bottom: 50px;
    }
}
@media (max-width:1023px) {
    .site-footer .container {
        max-width: 100%;
        padding: 0 26px;
    }
    .footer-top, .footer-mwnu-wrap, .footer-logo {
        max-width: 100%;
    }
    .footer-top-content p {
        font-size: 14px;
        line-height: 16px;
    }
    .footer-mwnu-wrap {
        gap: 20px;
        margin-bottom: 60px;
    }
    .footer-menu h4 {
        font-size: 8px;
        line-height: 16px;
        margin-bottom: 6px;
    }
    .footer-menu ul li {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
}
@media (max-width:767px) {
	.footer-mwnu-wrap {
	    grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width:575px) {
    .site-footer .container {
        padding: 0 16px;
    }
	.footer-mwnu-wrap {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width:767px) {
    .footer-badges {
        justify-content: center;
        margin-top: 40px;
    }
    .footer-bottom-bar {
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width:575px) {
    .footer-badges {
        gap: 16px;
    }
    .footer-badges img {
        height: 40px;
    }
}
/** ================== // RESPONSIVE CSS END // ================== **/
