.home-banner-new h1 {
    font-size: 60px;
    font-weight: 500 !important;
    line-height: 62px;
}

.min-header {
    margin-top: 121px;
}

.width-img {
    width: 60%;
}

.logo-left {
    border-right: 1px solid #35353547;
    height: 41px;
    padding-left: 10px;
    margin-right: 10px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #ffffffff !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-weight: 500;
}

.headr-p,
.oct-text,
.date-text {
    font-size: 18px;
}

.primary-btn:hover svg path {
    fill: #fff !important;
}

.primay-btn .arrow-icon {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    animation: moveArrow 1.5s infinite;
}

@keyframes moveArrow {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    /* Move down */
    100% {
        transform: translateY(0);
    }

    /* Move back to top */
}
.toggle-icon::before {
    content: "+";
    font-weight: bold;
    font-size: 30px;
    transition: all 0.3s;
}

.accordion-button:not(.collapsed) .toggle-icon::before {
    content: "−"; /* minus sign */
}

.section-sapce {
    padding: 80px 0px;
}

.big-size-text {
    font-size: 50px;
    font-weight: 400;
       
}
.text-line{
     text-decoration: line-through;
}
.gradient-btns {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background-color: #27272A;
    border: none;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
}

ul.features-list {
    color: #BBBBBB;
}

.gradient-btns::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #6DDCFF -25.96%, #51FF00 117.95%);
    border-radius: 50px;
    z-index: -1;
}

.gradient-btns::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #27272A;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.4s ease;
}

.gradient-btns:hover::after {
    background: linear-gradient(90deg, #6DDCFF -25.96%, #51FF00 117.95%);
}

.gradient-btns:hover {
    color: #fff;
}

.dot-new-logo {
    height: 50px;
}

.join-card-one {
    position: relative;
    padding: 20px;
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    background: #27272A;
    /* initial background */
    z-index: 1;
    overflow: hidden;
    transition: background 0.3s ease;
    border: 1px solid #27272A
}

.join-card-one::before {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top, right, bottom, left: 0 */
    padding: 2px;
    /* border thickness */
    border-radius: 10px;
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    background: linear-gradient(90deg,
            #6DDCFF -25.96%,
            #51FF00 117.95%);
    /* Create a hollow center for border effect */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    /* hidden initially */
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 2;
    pointer-events: none;
}

.join-card-one:hover {
    background: #000000 !important;
    /* black on hover */
}

.join-card-one:hover::before {
    opacity: 1;
    visibility: visible;
}



.join-cardss {
    background: #d9d9d91f
     !important;
}


.btn-8:hover {
    background: 0 0;
    color: #333333 !important;
}

.day-date-location .day span,
.day-date-location .location span {
    font-size: 32px;
    font-weight: 500;
}



.container-fluid.max-container {
    width: 100%;
    max-width: 80%;
    padding: 0 !important;
}


.counter-box {
    position: relative;

    position: relative;
    padding: 2rem;
    border-radius: 20px !important;
    background: #000000;
    width: 100%;
    max-width: 100%;

    box-shadow: 0 0 31px 3px rgb(179 255 0 / 33%), -5px -8px 0px rgb(179 255 0 / 0%);
}

.counter-box::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg,
            #A3DD64, #155D9D, #A3DD64, #A3DD64,
            #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    background-size: 400% 400%;
    border-radius: 22px;
    z-index: -1;
    animation: gradientMove 4s ease infinite;
}

@keyframes gradientMove {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* main */
.counter-box h3 {
    font-size: 30px;
    font-weight: 400;
}

.counter-box p {
    font-size: 16px;
}

.multiple-color {
    font-size: 45px;
    font-weight: 700 !important;
    background: linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    padding-right: 5px;
}



.pass-sec {
    background-color: #000000;
}

.countdown-item {
    padding: 15px 20px;
    border-radius: 10px;
}

.countdown-number {
    font-size: 36px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.countdown-label {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center !important;
}


.badge {
    background: #e91e63;
    color: white;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: normal;
}

.top-border {
    border-top: 1px solid #535357;
}

.features-list li img {
    padding-right: 6px;
}

.features-list li {
    list-style: none;
    font-size: 16px !important;
    line-height: 35px;
    align-items: baseline;
    display: flex;
    color: #fff;
    gap: 10px;
}

.original-amount {
    font-size: 30px;
    color: #ffffff;

    margin-right: 10px;
}


.currency {
    font-size: 18px;
    font-weight: 400;
    color: #A1A1AA;
}

.amount {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    padding-right: 5px;
}

.period {
    color: #000000;
    font-size: 14px;
}

.price-note {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    margin-left: 30px;
}

.discount-badge {
    color: #eeff00;
    font-size: 18px;
    font-weight: 400;
}

.pricing-btn {
    width: 100%;
    padding: 15px 30px;
    background: #ffa726;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.pricing-btn:hover {
    background: #ff9800;
    transform: translateY(-2px);
}

.features-list {
    list-style: none;
    padding: 0;
}

.wave-text span {
    display: inline-block;

    animation: wave 2s ease-in-out infinite;
    color: #f1ff0c
}

/* Delay each letter for wave effect */
.wave-text span:nth-child(1) {
    animation-delay: 0s;
}

.wave-text span:nth-child(2) {
    animation-delay: 0.1s;
}

.wave-text span:nth-child(3) {
    animation-delay: 0.2s;
}

.wave-text span:nth-child(4) {
    animation-delay: 0.3s;
}

.wave-text span:nth-child(5) {
    animation-delay: 0.4s;
}

.wave-text span:nth-child(6) {
    animation-delay: 0.5s;
}

.wave-text span:nth-child(7) {
    animation-delay: 0.6s;
}

.wave-text span:nth-child(8) {
    animation-delay: 0.7s;
}

.wave-text span:nth-child(9) {
    animation-delay: 0.8s;
}

.wave-text span:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes wave {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}



/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media screen and (max-width: 767px) {
    .original-amount {
        font-size: 30px;
    }

    .join-card {
        padding: 10px !important;
    }

    .currency {
        font-size: 14px;
    }

    .period {
        font-size: 10px;
    }

    .amount {
        font-size: 14px;
    }

    .original-amount {

        margin-right: 1px;
    }


    .min-header {
        margin-top: 40px;
    }

    .min-header img {
        height: 40px;
    }

    .date-text {
        font-size: 44px;
        font-weight: 700;
    }

    .pricing-card .card-header {
        padding: 0px !important;
    }
}

.home_24 .secondary-btn {
    transition: all 0.5s ease-in-out;
}

.home_24 .secondary-btn:hover {
    transform: scale(1.1);
}

.pass-sec .card-header img {
    animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%;
    }

    50% {
        scale: 120%;
    }

    100% {
        scale: 100%;
    }
}

.super-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 28px;
    background: linear-gradient(145deg, #0f0f0f, #1c1c1c);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;

    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    z-index: 1;
}

.super-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, #A3DD64, #155D9D, #00ffff);
    animation: rotate 4s linear infinite;
    z-index: -2;
}

.blinks {
    color: #A3DD64;
    /* Parrot Green */
    animation: blinkParrot 1s infinite;
}

@keyframes blinkParrot {

    0%,
    100% {
        color: #A3DD64;
        /* Parrot Green */
        opacity: 1;
    }

    50% {
        color: transparent;
        opacity: 0;
    }
}

.super-button::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #0a0a0a;
    border-radius: inherit;
    z-index: -1;
}

.super-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
}

.super-button:hover .arrow {
    transform: translateX(6px);
}

.arrow {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease-in-out;
    color: #00ffff;
}

.super-button .arrow-icon {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    animation: moveArrow 1.5s infinite;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #ffffffff !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.accordion-body {
    background-color: transparent !important;
}

@keyframes moveArrow {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    /* Move down */
    100% {
        transform: translateY(0);
    }

    /* Move back to top */
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}