.footer {
    background-image: url("../img/emblaze/emblaze_footer_background_01.png");
    background-repeat: repeat;
    background-color: #f5f7eb;
    background-size: contain;
    position: relative;
    padding-bottom: 4rem;
}

.footer .footer-wrapper {
    padding: 5rem 10rem;
    display: flex;
}

.footer .footer-menu {
    padding-left: 0;
    list-style-type: none;
    font-size: 1.3rem;
}

.footer .footer-menu-item {
    font-family: AmsiPro-Regular;
    padding-bottom: 1rem;
}

.footer .footer-menu-item a {
    color: #000;
}

.footer .footer-menu-item a:hover {
    text-decoration: none;
    color: #F00;
}

.footer .footer-logo {
    margin-bottom: 2.1rem;
    height: 71px;
    /* width: 240px; */
}

.footer .youtube-logo {
    position: absolute;
    left: .7rem;
    top: .9rem;
}

.footer .youtube-arrow {
    position: absolute;
    left: 1.4rem;
    top: 1.3rem;
}

.footer .linkedin-logo {
    position: absolute;
    left: .8rem;
    top: .6rem;
}

.footer .twitter-logo {
    position: absolute;
    left: .7rem;
    top: .6rem
}

.footer .twitter-link,
.footer .linkedin-link,
.footer .youtube-link {
    position: relative;
    margin-right: 1rem;
}

.footer .twitter-link img,
.footer .linkedin-link img,
.footer .youtube-link img {
    height: 32px;
}

.footer .social-media-icons {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-left: 50%;
}

.footer .social-media-title {
    font-family: AmsiPro-Regular;
    font-size: 1.3rem;
    padding-left: 50%;
}

.footer .btn.btn-contact-us {
    background: #00F7D0;
    border-radius: 4.9rem !important;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
    font-size: 1.3rem;
    width: 15.9rem;
    font-weight: 700 !important;
    display: block;
    color: #000 !important;
}

.btn.btn-join-now {
    background: #001A29;
    color: #fff !important;
    border-radius: 4.9rem !important;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
    font-size: 1.3rem;
    width: 15.9rem;
    display: block;
    font-weight: 700 !important;
    transition: all 0.2s ease;
}

.btn.btn-join-now:hover {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transform: translateY(-1px);
}

.footer .footer-buttons {
    height: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 50%;
    margin-top: 4.9rem;
}

.footer-line {
    height: 2rem;
    background: linear-gradient(270deg, #F00 0%, #FFAD00 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer .back-to-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: AmsiPro-Black;
    font-size: 1.3rem;
    gap: 1rem;
    color: #000;
}

@media screen and (max-width: 768px) {
    .footer .footer-wrapper {
        padding: 2rem;
        flex-direction: column;
        text-align: center;
    }
    .footer .footer-menu {
        padding-left: 0;
    }
    .footer-wrapper .col-sm-4:nth-of-type(2) {
        order: 3;
        margin-top: 10rem;
    }
    .footer .social-media-title,
    .footer .social-media-icons,
    .footer .footer-buttons {
        padding-left: 0;
    }

    .footer .social-media-icons {
        justify-content: center;
    }

    .footer .footer-buttons {
        align-items: center;
    }
}