/* card-banner */

.offer-heading {
    background-color: #1F1347;
    border-radius: 4px 0 20px 0;
    width: 200px;
    height: 30px;

    h5 {
        color: #fff;
        text-align: center;
        padding: 1px;
        font-size: 0.9rem;
    }
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.btn-xs {
    padding: .375rem 1rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .375rem;
}

.watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem; /* Adjust as needed */
    color: rgba(0, 0, 0, 0.15); /* Light opacity for a subtle effect */
    font-weight: bold;
    z-index: 0; /* Ensures it stays behind other content */
    white-space: nowrap;
    pointer-events: none; /* Prevents interaction with other elements */
}

.bg-card-premier {
    background: linear-gradient(50deg, #E5C06E 0, #E5C06E 100%) !important;
}

.bg-size--contain {
    background-size: contain;
}
.bg-absolute-cover {
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.text-premier {
    color: #000000 !important;
}
.surtitle {
    color: #718096;
    font-size: .675rem;
    font-weight: 400;
    text-transform: uppercase;
}

.badge-premier {
    color: #fff;
    background: #2B9241;
}
.card-serial-number {
    display: flex;
    justify-content: space-between;
}
.card-serial-number>div:not(:last-child) {
    display: flex;
    flex: 1 1 auto;
}
.card-serial-number>div:not(:last-child):after {
    content: "-";
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    left: -2px;
}

.custom-list-group {
    list-style-type: none;
}

.custom-list-group-flush {
    border-radius: 0;
}

.custom-list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .375rem;
}
.custom-list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.custom-list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.custom-list-group-item {
    font-size: .875rem;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.custom-list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    background-color: #fff;
}
.progress-text {
    color:#000;
}

/* card-feature */

.card-choose-item__icon {
        display: flex;
        height: 50px;
        padding: 25px;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        margin-bottom: 35px;
        border-radius: 12px;
        transition: 0.3s linear;
}

.choose-item:hover .card-choose-item__icon {
    background: var(--base-gradient);
}

.position-relative {
    position: relative !important;
}
.feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid hsl(var(--white) / 0.1);
    border-radius: .75rem;
}
.feature-card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05);
}
.feature-card-header:first-child {
    border-radius: calc(.75rem - 1px) calc(.75rem - 1px) 0 0;
}
.feature-card-header {
    border-bottom: 0;
    padding-bottom: 0;
}
.feature-card-header {
    padding: 1.25rem 1.75rem;
    margin-bottom: 0;
    background-color: transparent;
}
.feature-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.75rem;
    color: #718096;
}
.feature-card:hover {
    background: inherit;
    box-shadow: none;
    transform: none;
}

.list-group {
    list-style-type: none;
}
.bg-transparent {
    background-color: transparent !important;
}
.list-group-flush {
    border-radius: 0;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .375rem;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item {
    font-size: .875rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    background-color: #fff;
    border: 1px solid #eaecf3;
}

.list-group-item h6 {
    font-size: 0.91rem;
}

.zindex-100 {
    z-index: 100 !important;
}
@media (min-width: 1200px) {
    .right-xl-n6 {
        right: -4.5rem !important;
    }
}
@media (min-width: 768px) {
    .top-md-0 {
        top: 0 !important;
    }
}
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
}
.border-0 {
    border: 0 !important;
}

figure {
    max-width: 100%;
    min-height: 1px;
}
figcaption, figure, main {
    display: block;
    margin: 0;
}
.mt-6 {
    margin-top: 5.5rem !important
}


/* custom card  */

.container-card {
    perspective: 1000px;
    max-width: 260px;
    position: relative;
    width: 100%;

    .card-front {
        border-radius: 8px;
        padding: 20px;
        border: 1px solid hsl(var(--white) / 0.1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backface-visibility: hidden;
        position: absolute;
        transform-style: preserve-3d;
        transition: transform 0.99s ease-out;
        background-color: #04233E;

        &:hover {
            box-shadow: 0 5px 10px #04233E;
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        .card-custom {

            .card-header-custom {

                color: #fff;
                font-weight: bold;
                border-bottom: none;
            }

            .card-title-custom {
                font-size: 20px;
                font-weight: bold;
                color: #fff;
                margin: 10px 0;
                border-bottom: 1px solid hsl(var(--white) / 0.1);
            }

            .card-content-custom {
                font-size: 16px;
                color: #fff;
                line-height: 1.5;
                margin: 0 0 20px;
            }

            .card-footer-custom {
                display: flex;
                align-items: center;
                justify-content: space-between;
                background-color: transparent;

                img {
                    width: 60px;
                    height: auto;
                }

                .plus-icon-custom {
                    font-size: 24px;
                    color: #ffffff;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 40px;
                    width: 40px;
                    border-radius: 50%;
                    border: 1px solid #ddd;
                }
            }
        }
    }

    /* back side */

    .card-back {
        border-radius: 8px;
        padding: 20px;
        border: 1px solid hsl(var(--white) / 0.1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backface-visibility: hidden;
        transform: rotateY(180deg);
        transform-style: preserve-3d;
        transition: transform 0.9s ease-out;
        background-color: #04233E;

        .card-custom-back {

            .card-header-custom-back {
                display: flex;
                align-items: center;

                img {
                    width: 60px;
                    height: auto;
                }
            }
        }

        .card-title-custom-back {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            margin: 10px 0;
            border-bottom: 1px solid hsl(var(--white) / 0.1);
        }

        .card-content-custom-back {
            font-size: 16px;
            color: #fff;
            line-height: 1.5;
            margin: 0 0 20px;
        }

        .card-footer-custom-back {
            display: flex;
            align-items: center;
            justify-content: end;

            .plus-icon-custom-back {
                font-size: 24px;
                color: #ffffff;
                cursor: pointer;
                display: flex;
                align-items: end;
                justify-content: center;
                height: 40px;
                width: 40px;
                border-radius: 50%;
                border: 1px solid #ddd;
            }
        }
    }
}

.container-card.flip .card-front {
    transform: rotateY(180deg);
}
.container-card.flip .card-back {
    transform: rotateY(0deg);
}

/* end custom card  */

/* feature benefit */


.card-container-feature {
    perspective: 1000px;
    position: relative;
    width: 100%;
    height: 100%;

    /* front side */

    .card-feature-front {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        transition: transform 0.99s ease-out;
        position: absolute;
        border: 1px solid hsl(var(--white) / 0.1);

        &:hover {
            box-shadow: 0 5px 10px #04233E;
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        .card-feature {

            .card-image-feature {
                display: flex;
                align-items: center;

                img {
                    width: 100%;
                    height: auto;
                }
            }

            .card-content-feature {
                padding: 15px;

                .card-title-feature {
                    font-size: 1.2em;
                    font-weight: bold;
                    color: #fff;
                    margin: 0 0 10px;
                }

                .card-text-feature {
                    font-size: 0.85em;
                    color: #fff;
                    line-height: 1.5;
                    margin: 0 0 10px;
                }

                .card-note-feature{
                    font-size: 0.85em;
                    color: #fff;
                }

                .card-footer-feature {
                    display: flex;
                    align-items: center;
                    justify-content: end;

                    .plus-icon-custom-feature {
                        font-size: 20px;
                        color: #ffffff;
                        cursor: pointer;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        height: 30px;
                        width: 30px;
                        border-radius: 50%;
                        border: 1px solid #ddd;
                    }
                }
            }
        }
    }

    /* back side */

    .card-feature-back {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backface-visibility: hidden;
        transform: rotateY(180deg);
        transform-style: preserve-3d;
        transition: transform 0.9s ease-out;
        border: 1px solid hsl(var(--white) / 0.1);

        .card-back-feature {

            .card-image-feature {
                display: flex;
                align-items: center;

                img {
                    width: 100%;
                    height: auto;
                }
            }

            .card-content-feature-back{
                padding: 15px;

                .card-title-feature-back {
                    font-size: 1.2em;
                    font-weight: bold;
                    color: #fff;
                    margin: 0 0 10px;
                }

                .card-text-feature-back {
                    font-size: 0.85em;
                    color: #fff;
                    line-height: 1.5;
                    margin: 0 0 10px;
                }

                .card-note-feature-back {
                    font-size: 0.85em;
                    color: #fff;
                }

                .card-footer-feature-back {
                    display: flex;
                    align-items: center;
                    justify-content: end;

                    .plus-icon-custom-feature-back {
                        font-size: 20px;
                        color: #ffffff;
                        cursor: pointer;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        height: 30px;
                        width: 30px;
                        border-radius: 50%;
                        border: 1px solid #ddd;
                    }
                }
            }
        }
    }
}

.card-container-feature.flip .card-feature-front {
    transform: rotateY(180deg);
}
.card-container-feature.flip .card-feature-back {
    transform: rotateY(0deg);
}

/* card feature end */

/* footer custom design */

.bg-card-premier {
    background: linear-gradient(50deg, #E5C06E 0, #E5C06E 100%) !important;
}

.card-premier {
    width: 380px;
    height: 190px;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    border-radius: .75rem;
    overflow: hidden;
}

.watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem; /* Adjust as needed */
    color: rgba(0, 0, 0, 0.15); /* Light opacity for a subtle effect */
    font-weight: bold;
    z-index: 0; /* Ensures it stays behind other content */
    white-space: nowrap;
    pointer-events: none; /* Prevents interaction with other elements */
}

.card-premier-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.75rem;
    color: #718096;
    z-index: 1;
}

.badge-premier {
    color: #fff;
    background: #2B9241;
}
.text-premier {
    color: #000000 !important;
}

.card-premier-serial-number {
    display: flex;
    justify-content: space-between;
}

.card-premier-serial-number>div:not(:last-child) {
    display: flex;
    flex: 1 1 auto;
}

.card-premier-serial-number>div:not(:last-child):after {
    content:"-";
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    left: -2px;
}


/* footer-custom design */

/* staking plan cards */

.single-plan {
    max-width: 350px;
    background: #001937;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 1px rgba(55, 235, 236, 0.75);
}

.single-plan:hover {
    box-shadow: 0 10px 25px 1px rgba(55, 235, 236, 0.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

.single-plan h4 {
    font-size: 24px;
    font-weight: 400;
    padding-top: 22px;
    padding-bottom: 16px;
}

.single-plan .part-parcent {
    background:#35536D;
    padding: 21px 0 37px;
    transition: all 0.3s ease-in;
}

.single-plan .plan-thumb {
    overflow: hidden;
}

.single-plan .part-parcent h4 {

    font-size: 24px;
    font-weight: 400;
    padding-top: 22px;
    padding-bottom: 16px; 
}

.single-plan .part-feature .single-plan-feature {
    padding: 14px 0 17px;
    border-bottom: 1px solid hsl(var(--white) / 0.1); 
}
.single-plan .part-feature .single-plan-feature span {
    display: block; 
}
.single-plan .part-feature .single-plan-feature span.small-text {
    font-size: 14px; 
}
.single-plan .part-feature .single-plan-feature span.large-text {
    font-size: 26px;
    font-weight: 600; 
}
.single-plan .part-button {
    padding: 40px 0; 
}