.hero-mixed {
    background: linear-gradient(341.49deg, #002D72 -19.4%, #09CDCD 86.79%) !important;

}

.hero-mixed-subtitle {
    text-shadow: 0px 12px 12px #3C4046A3 !important;
}

.desc-reserve-info {
    line-height: 2 !important;
}

.reserve-mixed-info {
    height: 450px !important;
}

.bottom-reserve-dazzle {
    margin-top: 100px !important;
}

.need-mixed {
    background: linear-gradient(to bottom, #002D72 -7.06%, #09CDCD 92.9%);
}

.div-btn-effective {
    width: 30% !important;

}

.outer-circle {
    width: 48px;
    height: 48px;
    background-color: #A0E5D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-circel {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
}

.card-in-person-mixed {
    height: 800px !important;
}

.book-event {
    width: 90%;
    margin: 100px auto;
}

.book-event-info {
    width: 50%;
}

.title-book-event-info {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.flower-book {
    top: 5px !important;
    right: 36% !important;
}

.book-cover-container-mixed img {
    width: 16vw;
}

.custom-height {
    min-height: 330px !important;
}

.custom-height1 {
    min-height: 280px !important;
}

.card-in-person-mixed {
    width: 100% !important;
}

.tab-bundles-mixed {
    border: none !important;
    gap: 5px !important;
    color: #81459E !important;
}

.tab-bundles-mixed.active-mixed {
    background-color: #81459E !important;
    color: white !important;
    gap: 5px !important;
}

.tabs-bundles-mixed {
    background-color: #D5D9DF !important;
    width: fit-content !important;
    margin: 30px auto !important;
    padding: 12px !important;
    border-radius: 8px !important;
    gap: 0px !important;
    margin-bottom: 80px !important;
}

.new-top-titlee {
    position: absolute;
    background-color: #81459E;
    width: fit-content;
    right: 50%;
    transform: translateX(50%);
    top: -35px;
    padding: 7px 30px 7px 15px;
    text-align: center;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.new-top-titlee {
    white-space: nowrap;
}

.div-recording-dot{
    background-color: #fceaea;
    display: flex;
    flex-direction: row-reverse;
    align-items:  center;
    gap: 10px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    padding: 7px 18px;
    border-radius: 50px;
    color: red;
    font-weight: bold;
}
.div-recording-dot p{
    font-size: 25px;
}
.recording-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.7);
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@media screen and (max-width: 778px) {
    .div-recording-dot{
        top: 8px;
        padding: 3px 20px;
    }
    .div-recording-dot p{
    font-size: 23px;
}
    .recording-dot {
        width: 15px;
        height: 10px;
    }

    .recording-dot1 {
        width: 10px !important;
        height: 10px !important;
    }

    .logo-bundle-mixed {
        top: -8% !important;
        width: 60px;
        height: 60px;
        right: 3% !important;
    }

    .logo-bundle-mixed img {
        width: 100%;
        height: 100%;
    }

    .card-in-person-mixed:last-child .logo-bundle-mixed {
        top: -7% !important;
    }

    .live-logo-bundle-mixed {
        top: -10% !important;
    }

    .card-in-person-mixed:last-child .live-logo-bundle-mixed {
        top: -9% !important;
    }
}

@media screen and (max-width: 1190px) {
    .div-btn-effective {
        width: 50% !important;

    }
}

@media screen and (max-width: 1003px) {
    .book-event {
        flex-direction: column;
        margin: 120px auto 60px auto;
    }

    .book-event-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;
    }

    .title-trip-event-info {
        font-size: 24px;
        width: 100%;
    }

    .book-event-info p {
        text-align: center;
    }

    .img-book-event {
        background-color: white;
        padding: 10px;
        box-shadow: 0px 0px 20px 0px #00000033;
        border-radius: 12px;
        width: 100%;
        height: 308px;
        margin-bottom: 30px;
    }

    .img-book-event img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .book-btn {
        width: 100% !important;
    }

    .book-cover-container-mixed img {
        width: 70% !important;
    }

    .path-section {
        margin-top: 200px !important;
    }

    .title-faq-mixed {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 791px) {
    .div-btn-effective {
        width: 80% !important;

    }

    .card-in-person-mixed {
        margin-top: 40px !important;
        height: auto !important;
    }

    .book-btn {
        width: 100% !important;
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 711px) {
    .book-cover-container-mixed img {
        margin-top: -15px;
        margin-bottom: -70px;

    }

    .circle-55 {
        width: 20px !important;
        height: 20px !important;
    }

    .p-55 {
        width: 90% !important;
    }

    .card-in-person-mixed {
        position: relative;
    }

    .book-cover-container-mixed {
        position: absolute;
        top: 18px;
        width: 65%;
        left: -40px;
    }

    .custom-height,
    .custom-height1 {
        min-height: auto !important;
        margin-bottom: -40px;
    }

    .btn-idea {
        width: 100% !important;
        position: absolute !important;
        bottom: -100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tabs-bundles-mixed {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 600px) {
    .hero-mixed-subtitle {
        font-size: 37px !important;
    }

    .hero-mixed-title {
        font-size: 22px !important;
    }

    .hero-mixed-title span {
        font-size: 29px !important;
    }

    .reserve-mixed-courses {
        margin-bottom: 460px !important;
    }
}

@media screen and (max-width: 480px) {
    .desc-reserve-info {
        line-height: 1.6 !important;
    }

    .new-top-titlee {
        right: 53%;
    }
}