
.footer-container{
    border-top: 1px solid var(--border-normal-50, #ECEFF3);
    background: #030326;
    width: 100%;
    padding-top: 64px;
}

.footer-top{
    display: flex;
    align-items: center;
    padding: 0 0 80px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 66px;
}

.footer-mainTitleSection h1{
    color: var(--background-white, #FFF);
    font-feature-settings: 'cv10' on, 'ss01' on;
    font-family: 'ClashGrotesk-medium';
    font-size: 48px;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.48px;
    margin-bottom: 0;
}

.footer-mainTitleSection p{
    color: rgb(255 255 255 / 82%);
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.footer-mainTitleSection{
    max-width: 542px;
}

.footer-ctaSection{
    max-width: 392px;
    margin-left: 121px;
    position: relative;
}

.footer-ctaText{
    color: rgba(255, 255, 255, 0.56);
    font-size: 16px;
    line-height: 24px; /* 150% */
}

.footer-ctaBtnLinks{
    display: flex;
    gap: 24px;
    margin-top: 24px;
}

.footer-ctaBtnLinks .btnLink-primary , .footer-ctaBtnLinks .btnLink-wIcon{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    white-space: nowrap;
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    padding-bottom: 102px;

}

.footer-bottom-left{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-socialLinks{
    display: flex;
    gap: 12px;
}

.footer-socialLink-item{
    width: 36px;
    height: 36px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.72); ;
}

.footer-socialLink-item svg *{
    fill: rgba(255, 255, 255, 0.72);
}

.footer-brandLogo-wrapper{
    height: 40px;
    width: fit-content;
}

.footer-brandLogo-wrapper img{
    width: 100%;
    height: 100%;
}

.footer-bottom-left p{
    color: rgba(255, 255, 255, 0.56);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 0;
    white-space: nowrap;
}

.footer-pageLinks-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-pageLinks-container span{
    color: var(--text-white, #FFF);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 28px; /* 155.556% */
}

.footer-pageLinks-container a{
    color: rgba(255, 255, 255, 0.56);
    font-size: 16px;
    line-height: 24px; /* 150% */
}

.footer-pageLinks-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.f-pl-last{
    margin-top: 49px;
}

.footer-license{
    color: var(--text-normal-500, #666D80);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 0 64px 0;
}

.footer-registerNowBtnWrapper{
    position: relative;
    display: flex;
}

.footer-registerBtn-threeLine--left{
    position: absolute;
    top: -22px;
    left: -14px;
    transform: rotate(270deg);
}

.footer-registerBtn-threeLine--right{
    position: absolute;
    top: -19px;
    right: -19px;
}

.footer-tiltedArrow--desktop{
    position: absolute;
    top: -118px;
    left: -123px;
}
.footer-divider-mobile{
    display: none;
}
.footer-straightArrow--mobile{
    display: none;
}

.footer-bottom-right{
    display: flex;
    gap: 40px;
}

.footer-bottom-right a:hover{
    text-decoration: underline;
}

.footer-pageLinks-outerWrapper{
    display: flex;
}



@media only screen and (max-width: 991px) {
    .footer-highlighted-blog{
        align-items: center !important;
    }
    .footer-highlighted-blog a{
        width: 100%;
        text-align: center;
    }

    .footer-top{
        flex-direction: column;
        align-items: center;
        gap: 32px;
        text-align: center;
    }
    .footer-ctaSection{
        margin-left: 0;
        max-width: 542px;
    }
    .footer-divider-mobile{
        display: flex;
        height: 1px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        width: 100%;
    }
    .footer-top{
        border-bottom: none;
    }
    .footer-tiltedArrow--desktop{
        display: none;
    }
    .footer-straightArrow--mobile{
        display: block;
    }
    .footer-ctaSection{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-ctaBtnLinks{
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .footer-ctaBtnLinks{
        margin-top: 16px;
    }
    .footer-mainTitleSection h1{
        font-size: 32px;
    }
    .footer-bottom-right{
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    .footer-bottom-right >div:nth-child(1){grid-area: 1 / 1 / 2 / 2;}
    .footer-bottom-right >div:nth-child(3){grid-area: 1 / 2 / 2 / 3;}
    .footer-bottom-right >div:nth-child(2){grid-area: 2 / 1 / 3 / 3;}
    .footer-bottom-right >div:nth-child(2) > div{
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: min-content;
    }


    .footer-bottom{
        flex-direction: column;
        margin-top: 0;
        gap: 48px;
    }
    .footer-bottom-right{
        align-self: center;
        margin-left: 10%;
    }
    .footer-bottom-left{
        align-items: center;

    }
    .footer-pageLinks-container{
        align-items: flex-start;
    }

}

@media only screen and (max-width: 767px) {

    .footer-mainTitleSection h1{
        font-size: 24px;
        line-height: 32px;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: center;

    }
    .footer-bottom-left{
        align-items: center;
        text-align: center;
    }


}

@media only screen and (max-width: 575px) {

    .footer-bottom-right{
        display: grid;
        grid-template-columns: 1fr;
    }
    .f-pl-last {
        margin-top: -28px;
    }



}

@media only screen and (max-width: 470px) {
    .footer-bottom-right >div:nth-child(1){grid-area: auto;}
    .footer-bottom-right >div:nth-child(3){grid-area: auto;}
    .footer-bottom-right >div:nth-child(2){grid-area: auto;}
    .footer-bottom-right >div:nth-child(2) > div{
        display: flex;
    }
}


.payment-img{
    width: 450px;
    opacity: 60%;
    display: block;
    margin-left: auto;
    object-fit: contain;
}

.payment-qr {
    width: 65px;
    height: 70px;
}

@media only screen and (max-width: 575px) {
    .payment-img{
        width: 350px;
    }
}

.payment-img-qr {
    display: flex;
    justify-content: center;
    gap:20px;
    width: 100%;
    margin-right: 15px;
}

@media(max-width: 450px){
    .payment-img-qr {
        margin: 0 20px 0 0;
    }

    .payment-img{
        width:320px;
    }

    .payment-qr {
        width:41px;
        height:45px;
    }
}

@media(max-width: 400px){
    .payment-img{
        width:250px;
    }

    .payment-qr {
        width:35px;
        height:40px;
    }
}

@media(max-width: 350px){
    .payment-img{
        width:200px;
    }

    .payment-qr {
        width:35px;
        height:40px;
    }
}

@media (max-width: 768px) {
    .footer-bottom-right {
        margin-left: 0 ;
    }
}

@media (max-width: 470px) {
    .footer-pageLinks-container {
        align-items: center;
    }
    .footer-pageLinks-outerWrapper {
        justify-content: center;
        align-items: center;
    }
}