/* dilog css */


@charset "UTF-8";

:root {
    --bs-primary: #152B55;
    --bs-secondary: #607d8bff;
    --bs-page-bg: #F7F1E9;
    --bs-primary-rgb:;
    --bs-secondary-rgb: 96, 125, 139;
    --bs-primary-text-emphasis: var(--bs-primary);
    --bs-secondary-text-emphasis: var(--bs-secondary);
    --bs-primary-bg-subtle: var(--bs-primary);
    --bs-secondary-bg-subtle: var(--bs-secondary);
    --bs-primary-border-subtle: var(--bs-primary);
    --bs-secondary-border-subtle: var(--bs-secondary);
    --bs-form-field-border: #006bdeff;
    --bs-form-select-arrow: #006bdeff;
    --bs-footer-bg: #4E5859;
    --bs-header-bg: #ffffff;
    --bs-form-details-bg: #f5f5f5;
    --bs-form-details-color: #484848;
    --bs-form-details-title: #323232;
    --bs-step-item-bg: #eff0ef;
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-hover-color-rgb: var(--bs-primary-rgb);
    --bs-dropdown-link-hover-color: var(--bs-primary);
    --bs-dropdown-link-active-color: var(--bs-primary);
    --bs-dropdown-link-hover-bg: rgba(var(--bs-primary-rgb), 0.1);
    --bs-dropdown-link-active-bg: rgba(var(--bs-primary-rgb), 0.1);
    --bs-step-item-active: var(--bs-primary);
    --bs-banner-title-bg: var(--bs-primary);
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-link-color-rgb: 81, 67, 217;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    overflow: auto;
    scrollbar-width: none;
    min-height: 100%;
    background: #f5f5f5;
}
html, body {
    height: 100%;
}
.mud-progress-circular {
    color: var(--bs-primary) !important;
}

.mud-overlay-content h6 {
    color: var(--bs-primary) !important;
}

.app-loading h6 {
    color: var(--bs-primary) !important;
}


/* header */
.textFadeUp {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUpText 1s ease-out 0.3s forwards;
}

.main-content a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    font-weight:400;
}
.main-content {
    padding: 3%;
}

.main-content h3 {
    color: #152B55;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 16px 0;
}

.main-content > p:first-of-type {
    margin: 0;
}

.main-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #424242;
    margin-bottom:16px;
}

.btn-redeem-block {
    width: fit-content;
    min-width: 240px;
    text-transform: none;
}

.btn-redeem-block .btn-redeem-main {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-radius: 20px;
    border: 1px solid #000;
    padding: 5px 17px;
    border: none;
    background-color: #152B55;
    cursor: pointer;
    width: fit-content;
    min-width: 240px;
    text-transform: none;
}

.home-des-details {
    margin-top: 38px;
}

.home-des-details sup {
    font-size:12px;
}
.home-des-details p{
    line-height:20px;
}

@media (max-width: 767px) {
    .footer {
        flex-direction: column-reverse;
        padding: 0 1.6rem 1.6rem !important;
    }

        .footer ul {
            flex-direction: column !important;
            display: flex !important;
            margin-top: 20px !important;
            gap:1.6px;
        }

    .footer-right {
        margin-left: unset !important;
        text-align: center;
    }
    .footer-left {
        font-size: 13px !important;
        margin-top: 20px !important;
    }

    .qffn-valdiatation-tooltip {
        margin-right: 35px !important;
    }

}


.footer {
    padding: 20px 43px;
    display: flex;
}

.footer-right ul {
    display: flex;
    list-style-type: none;
    gap: 20px;
}

.footer-right li {
    color: blue;
    cursor: pointer;
    font-size:16px;
}
.footer-right li:hover {
    text-decoration:underline;
}
.footer-right a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    cursor: pointer;
}

.footer-right {
    margin-left: auto;
}


.footerFadeIn {
    opacity: 0;
    transform: translateY(10px);
    animation: footerFadeIn 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
}

@keyframes footerFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-left {
    font-size: 16px;
}

.profile-validation-modal .mud-dialog-title {
    padding: 0 !important;
}

.profile-validation-modal {
    height: fit-content;
    border-radius: 25px !important;
    width: 600px !important;
    padding: 20px 0;
    margin: 0 20px;
}

.profile-validation-modal .btn-submit-wrapper button {
    width: 105px !important;
    height: 40px;
    border-radius: 20px;
    text-transform: none;
}


.profile-validation-modal .mud-dialog-title{
    padding:0;
}


.text-center {
    text-align: center !important;
}
/*.mud-overlay,
.mud-dialog-container {
    position: fixed !important;
    inset: 0;
}*/
.mud-grid-item.mud-grid-item-xs-12.btn-submit-wrapper.text-center.p-0 {
    padding: 0 !important;
}
.mud-grid-spacing-xs-3 > .mud-grid-item {
    padding: 8px !important;
}
.title-form-modal{
    font-size:16px;
}

.btn-submit-wrapper{
    padding:0 !important;
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: 0.65;
}
.btn.btn-primary:disabled {
    color: #fff !important;
    opacity: 50%;
    font-size:16px;
}

    .create-nid {
        padding: 3%;
        display: flex;
        width: 100%;
    }
.left-side{
    padding:20px;
}
.left-side, .right-side {
    width: 50%;
}

.create-nid .left-side h3,
.create-nid .left-side h4 {
    color: var(--bs-primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}
.create-nid p,
.create-nid li {
    color: #424242 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.dymamic-page-slug{
    padding:3%;
}
.dymamic-page-slug p, .dymamic-page-slug li {
    color: #424242 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 24px;
}

dl, ol, p, ul {
    margin-bottom: 1rem
}
b, strong {
    font-weight: bolder;
}

.anz-confirm-modal {
    height: fit-content;
    border-radius: 25px;
    width: 400px;
    padding: 20px 0;
    margin: 0 20px;
}
.anz-confirm-modal .mud-dialog-title {
    padding:0;
}
.anz-confirm-modal .btn-submit-wrapper button {
    width: 105px !important;
    height: 40px;
    border-radius: 20px;
    text-transform: none;
}

h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--bs-heading-color);
    font-size: 1.3rem;
}
.p-4 {
    padding: 1.6rem !important;
}
.fs-16{
    font-size:16px !important;
}
.nid-submit-button button {
    width: 105px !important;
    height: 40px;
    border-radius: 20px;
    text-transform: none;
}

@media (max-width: 1200px) {
    .create-nid {
        display: flex;
        flex-direction: column;
    }
    .left-side,.right-side{
        width:100%;
    }
}
h3 {
    color: var(--bs-primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}


.popup-alert {
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    max-width: 500px;
    width: calc(20vw + 250px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*    animation: popupAnimation 0.3s ease-out forwards;
*/ z-index: 9999999;
}

    .popup-alert button {
        width: 105px !important;
        height: 40px;
        border-radius: 20px;
        text-transform: none;
    }

    .popup-alert .alert-type {
        font-weight: bold;
        margin-bottom: 10px;
    }

/* Popup animation */
@keyframes popupAnimation {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional: Add a close button if needed */
.popup-alert .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
    background: none;
    border: none;
    color: #ccc;
}

    .popup-alert .close-button:hover {
        color: #000;
    }

/* Body */
.popup-body {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 10px 0;
    margin-bottom: 20px;
}

/* Footer for Buttons */
.popup-footer {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

    .popup-footer button {
        padding: 10px 20px;
        font-size: 1rem;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        /* Confirm Button Info */
        .popup-footer button.confirm-info {
            border: 2px solid black;
            border-radius: 0;
            background-color: white;
            color: black;
            padding: 10px 15px;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
        }

            .popup-footer button.confirm-info:hover {
                background-color: lightgray;
                color: black;
            }
        /* Confirm Button */
        .popup-footer button.confirm {
            background-color: var(--bs-primary);
            color: white;
        }

            .popup-footer button.confirm:hover {
                background-color: var(--bs-primary);
                opacity: 80%;
            }

        /* Cancel Button */
        .popup-footer button.cancel {
            background-color: #aaa;
            color: white;
        }

            .popup-footer button.cancel:hover {
                background-color: #888;
            }



/* Warning Icon */

.sa {
    padding: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sa-warning {
    border-radius: 50%;
    border: 4px solid #F8BB86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: scaleWarning 0.75s infinite alternate;
}

    .sa-warning:after,
    .sa-warning:before {
        background: #fff;
        content: '';
        border-radius: 50%;
        height: 100%;
        width: 100%;
    }

    .sa-warning:before {
        display: inline-block;
        opacity: 0;
        animation: pulseWarning 2s linear infinite;
    }

/*    .sa-warning:after {
        display: block;
        z-index: 1;
    }*/

.sa-warning-body {
    background-color: #F8BB86;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.sa-warning-dot {
    background-color: #F8BB86;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #F8BB86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}


/*Error */


.sa-error {
    border-radius: 50%;
    border: 4px solid #F27474;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: animateErrorIcon 0.5s;
}

    .sa-error::after,
    .sa-error::before {
        background: #fff;
        content: '';
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .sa-error::before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .sa-error::after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.sa-error-x {
    display: block;
    position: relative;
    z-index: 2;
}

.sa-error-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(200, 0, 0, .2);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-error-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-error-left,
.sa-error-right {
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
    background-color: #F27474;
    top: 37px;
    width: 47px;
}

.sa-error-left {
    left: 17px;
    transform: rotate(45deg);
    animation: animateXLeft 0.75s;
}

.sa-error-right {
    right: 16px;
    transform: rotate(-45deg);
    animation: animateXRight 0.75s;
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}
/*Success icon*/


.sa-success {
    border-radius: 50%;
    border: 4px solid #A5DC86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
}

    .sa-success::after,
    .sa-success::before {
        background: #fff;
        content: '';
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .sa-success::before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .sa-success::after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip,
.sa-success-long {
    background-color: #A5DC86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.info-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-inline {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #616161;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: wrap;
    opacity: 0;
    width: 200px;
    transition: opacity .15s ease;
    pointer-events: none;
}

@media (max-width: 1000px) {
    .tooltip-inline {
        position: absolute !important;
        bottom: -60px !important;
        left: 0% !important;
        transform: translateX(-55%) !important;
        background: #616161;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: wrap;
        opacity: 0;
        width: 200px;
        transition: opacity .15s ease;
        pointer-events: none;
    }
}


.info-wrapper:hover .tooltip-inline {
    opacity: 1;
}


.info-wrapper-email {
    position: relative;
    display: inline-block;
}

.tooltip-inline-email {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #616161;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: wrap;
    opacity: 0;
    width: 200px;
    transition: opacity .15s ease;
    pointer-events: none;
}

@media (max-width: 1000px) {
    .tooltip-inline-email {
        position: absolute !important;
        bottom: -25px !important;
        left: 0% !important;
        transform: translateX(-55%) !important;
        background: #616161;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: wrap;
        opacity: 0;
        width: 200px;
        transition: opacity .15s ease;
        pointer-events: none;
    }
}

.mud-autocomplete .mud-input-adornment-end {
    display: none !important;
}
.info-wrapper-email:hover .tooltip-inline-email {
    opacity: 1;
}





@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}
.w-100 {
    width: 100% !important;
}
.dymamic-page-slug .request-acknowleage-block, .dymamic-page-slug .verified-redemption {
    display: flex;
}
.dymamic-page-slug .verified-acknowledge,
.dymamic-page-slug .request-acknowledge, .dymamic-page-slug .image {
    width: 50%;
}
.dymamic-page-slug .image img {
    margin: 40px 40px 0;
    max-height: 200px;
}
@media (max-width: 1000px) {
    .dymamic-page-slug .verified-acknowledge,
    .dymamic-page-slug .verified-redemption,
    .dymamic-page-slug .request-acknowleage-block {
        display: flex;
        flex-direction: column !important;
    }

    .dymamic-page-slug .verified-acknowledge,
    .dymamic-page-slug .verified-redemption,
    .dymamic-page-slug .request-acknowledge, .dymamic-page-slug .image {
        width: 100% !important;
    }
    .dymamic-page-slug .image img {
        margin: 40px 0 0;
        max-height: 200px;
    }
}

.verified-btn-block button {
    width: fit-content;
    border-radius: 24px;
    text-transform: none;
    padding: 8px 28px;
    font-size: 16px;
}
.verified-btn-block {
    margin-top: 20px;
    font-size: 16px;
}
.border-secondary {
    border: 1px solid rgb(96, 125, 139) !important;
}
h6 {
    font-size: 1rem;
    color: #0B0A12;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 400;
}
.validate-city-nid, .validate-state-nid {
    font-size: 16px;
    color: #f44336;
    margin-left: 5px;
    font-weight: 300;
}
.state-nid .mud-input-outlined-border {
    border-color: var(--mud-palette-lines-inputs) !important;
}

.city-nid .mud-input-outlined-border {
    border-color: var(--mud-palette-lines-inputs) !important;
}
.hide-autocomplete-arrow .mud-input-adornment-end {
    display: none !important;
}

.tooltip-hide .qffn-valdiatation-tooltip .mud-tooltip,
.tooltip-hide .qffn-valdiatation-tooltip .mud-tooltip-root,
.tooltip-hide .mud-popover {
    display: none !important;
}
ol, ul {
    padding-left: 2rem;
}
ul {
    list-style: unset;
}
.error-form-nid {
    color: var(--mud-palette-error) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.mud-dialog-container {
    position: fixed !important;
    inset: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1400;
}
.header-area{
    position:relative;
}





.header-sticky {
    background: #ffffff;
}

    .header-sticky .navbar {
        height: fit-content;
        padding-top: 1%;
        padding-bottom: 1%;
        padding-left: 3%;
        padding-right: 3%;
    }

.logo-image {
    display: flex;
    gap: 22px;
}

@media (max-width: 767px) {
    .header-sticky .navbar {
        padding: unset !important;
    }

    .header-sticky .logo-image .logo-img-wrapper {
        max-width: calc(20vw);
        max-height: calc(4vh);
    }

    .block-btn-home .btn-redeem-wapprer .btn-redeem, .block-btn-home .btn-home-wapprer .btn-home {
        font-size: calc(1vw + 7px) !important;
        padding: 5px 10px;
    }

    .block-btn-home .btn-home-wapprer {
        width: 0;
    }

    .logo-image {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .container-fluid.header-nav {
        height: fit-content;
        padding-top: 1%;
        padding-bottom: 1%;
        padding-left: 5px;
        padding-right: 0;
    }

    .block-btn-home {
        padding: 8px 20px;
        gap: 15px !important;
    }

    .title-intro {
        left: 0 !important;
        height: unset !important;
    }

        .title-intro .title-intro-text {
            font-size: calc(3vw + 10px);
        }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .title-intro {
        padding: 16px !important;
        left: 3% !important;
        height: 2.75rem !important;
        font-size: calc(3vw + 2px) !important;
    }
}




@media (max-width: 1199px) {
    .block-btn-home {
        padding: 8px 20px !important;
    }
}

.header-sticky .container-fluid.header-nav {
    display: flex;
}



.container-fluid.header {
    height: 100%;
}



.block-btn-home {
    display: flex;
    gap: 32px;
    margin-left: auto;
    align-items: center;
    padding: 0px;
}

.logo-img-wrapper {
    height: 50px;
    width: auto;
    flex-shrink: 0;
}

    .logo-img-wrapper img {
        max-width: 100%;
        width:auto;
        height: 100%;
        cursor: pointer;
        object-fit:contain;
    }





.btn-redeem-wapprer {
    margin-left: auto;
    display: flex;
    align-items: center;
}

    .btn-redeem-wapprer .btn-redeem:hover, .btn-home-wapprer .btn-home:hover {
        text-decoration: underline;
    }

    .btn-redeem-wapprer .btn-redeem {
        height: 40px;
        padding: 5px 30px;
        border-radius: 36px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-size: 16px;
        font-style: normal;
        text-align: center;
        color: white;
        background: #152B55;
        border: unset;
        cursor: pointer;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    }

.title-intro {
    position: absolute;
    bottom: 0;
    left: 3%;
    padding: 0 16px;
    background: #152B55;
    color: white;
    font-size: 36px;
    line-height: normal;
    text-align: center;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}

.container-fluid.header-nav {
    display: flex;
}

.fade-in {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.banner-soft {
    position: relative;
    overflow: hidden;
}

    .banner-soft img {
        width: 100%;
        height: auto;
        aspect-ratio: 1440/480;
        object-fit: cover;
        opacity: 0;
        transform: scale(1.03);
        animation: bannerFadeIn 1.8s ease-out forwards;
    }

.fade-up {
    animation: fadeUpText 1.2s ease-out 0.6s forwards;
}

/* Animation keyframes */
@keyframes bannerFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.05);
        filter: brightness(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
    }
}

@keyframes fadeUpText {
    0% {
        opacity: 0;
        transform: translate(-50%, 20px);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.banner {
    position: relative;
}

.banner-fade {
    position: relative;
    overflow: hidden;
}

    .banner-fade img {
        width: 100%;
        height: auto;
        object-fit: cover;
        opacity: 0;
        transform: scale(1.03);
        animation: fadeZoom 1.6s ease-out forwards;
        transition: opacity 0.8s ease, transform 1.2s ease;
        transition-delay: 2s;
    }


@keyframes fadeZoom {
    0% {
        opacity: 0;
        transform: scale(1.08);
        filter: brightness(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
    }
}

@keyframes fadeUpSync {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up-synced {
    opacity: 0;
    animation: fadeUpSync 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation-delay: 0.8s;
}

.btn-home-wapprer {
    height: 40px;
    padding: 5px 28px !important;
    border-radius: 36px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-size: 16px !important;
    font-style: normal;
    line-height: 32px;
    text-align: center;
    background: var(--bs-page-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
}

    .btn-home-wapprer .btn-home {
        color: var(--bs-primary);
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600
    }
