.title-hero-event {
    font-size: 24px;
    color: white;
}

.desc-hero-event {
    font-size: 20px;
    color: white;
    margin-top: 30px;
    line-height: 1.6;
    width: 90%;
}

.hero-mixed-subtitle {
    font-family: 'Cairo' !important;
    font-size: 45px !important;
}

.hero-event-res-info, .hero-mixed-left-res {
    display: none;
}

.recorded-event {
    width: 85%;
    margin: 60px auto;
    position: relative;
}

.top-recorded-event {
    background-color: #4E407E;
    height: 200px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    border-top-right-radius: 32px;
    box-shadow: 4px 4px 4px 0px #33333352;

}

.top-recorded-event p {
    color: white;
    font-size: 24px;
    font-weight: 500;
    width: 75%;
    margin-top: 35px;
}

.border-top-recorded-event {
    height: 15px;
    width: 93%;
    margin: auto;
    margin-top: 20px;
    border-top: 2px solid #9589EA;
    border-left: 2px solid #9589EA;
    border-right: 2px solid #9589EA;
    margin-left: 30px;
}

.flower-recorded-event {
    position: absolute;
    right: 20px;
    width: 85px;
    height: 85px;
    top: -15px;
}

.div-reserve-img {
    height: 460px !important;
}

.reserve-mixed-info {
    height: 340px !important;
    padding: 30px 0px 0px 0px !important;
}

.desc-reserve-info {
    margin-top: 0px !important;
    font-size: 21px !important;
    padding: 0px 40px;
}

.div-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4E407E;
    padding: 0px 40px;
    height: 180px;
}

.div-offer img {
    margin-top: -80px;
}

.div-offer p {
    font-size: 25px;
    color: white;
     margin-top: -50px;
}
#myVideoIframe{
    height: 100% !important;
}
.join-mixed-button {
    background-color: #F7941D;
    box-shadow: 5px 5px #C36D06;
    color: white;
}

.card-recorded-event {
    padding: 25px;
    border-radius: 8px;
    background-color: #D5D9DF;
    width: 50%;
    margin: -50px auto 0px auto;
    position: relative;
    z-index: 50;
}

.price-event {
    font-size: 40px;
    color: #EA3D3D;
    font-weight: 700;
    margin-left: 10px;
}

.title-card-recorded-event {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.img-path {
    box-shadow: 0px 0px 20px 0px #00000033;
    height: 600px;
    border-radius: 12px;
}

.img-path img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.start-button {
    width: 50%;
    background-color: #6FDDBC;
    border: none;
    padding: 15px 0px;
    color: #333333;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 5px 5px #45907A;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 20;
}

.recorded-event-flower {
    right: 420px;
    top: 5px
}

.inner-top-recorded-event {
    width: 100%;
}

.title-recorded-event-res {
    display: none;
}

.decision-btn {
    width: 60% !important
}

.rec-top-btn {
    display: none !important;
}

.trip-event {
    width: 90%;
    margin: 120px auto;
}

.trip-event-info {
    width: 50%;
}

.title-trip-event-info {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.flower-trip {
    top: 5px !important;
    right: 36% !important;
}

.trip-btn {
    width: 50% !important;
}

.img-single-video {
    width: 90%;
}

.section-key {
    width: 90%;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-key {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    width: 50%;
}

.desc-key {
    text-align: center;
    margin-top: 20px;
    width: 60%;
    line-height: 1.6;
}

.cards-section-key {
    display: grid;
    /* grid-column: 1 / 4; */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 100px;
}

.card-section-key {
    background-color: #D5D9DF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.card-section-key p {
    text-align: center;
    margin-bottom: 15px;
}

.card-section-key img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.title-cards-section-key {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.desc-cards-section-key {
    min-height: 200px;
}

.cards-section-key-slider {
    display: none !important;
}

@media screen and (max-width:1525px) {
    .div-offer p{
       
    }
    .div-offer {
        height: 200px;
    }

    .new-btn-event {
        bottom: -125px !important;
    }
}

@media screen and (max-width:1285px) {
    .cards-section-key {
        grid-template-columns: repeat(3, 1fr);
    }

    .card-section-key {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1250px) {
    .trip-btn {
        width: 70% !important;
    }
}

@media screen and (max-width:1482px) {
    .div-offer {
        height: 220px;
    }

    .new-btn-event {
        bottom: -70px !important;
    }
}

@media screen and (max-width:1430px) {

    .recorded-event-flower {
        right: 320px;
    }

    .div-offer {
        height: 220px;
    }

    .new-btn-event {
        bottom: -110px !important;
    }
}

@media screen and (max-width:1381px) {
    .new-btn-event {
        bottom: -130px !important;
    }
}

@media screen and (max-width:1003px) {

    .title-key, .title-trip-event-info {
        font-size: 24px;
        width: 100%;
    }

    .desc-key {
        width: 100%;
    }

    .cards-section-key {
        grid-template-columns: repeat(2, 1fr);
    }

    .trip-event {
        flex-direction: column;
        margin: 120px auto 60px auto;
    }

    .trip-event-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;
    }

    .trip-event-info p {
        text-align: center;
    }

    .trip-btn {
        width: 100% !important;
    }

    .img-trip-event {
        background-color: white;
        padding: 10px;
        box-shadow: 0px 0px 20px 0px #00000033;
        border-radius: 12px;
        width: 100%;
        height: 308px;
    }

    .img-trip-event img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-button {
        width: 100%;
    }

    .title-card-recorded-event {
        display: none;
    }

    .one-card-recorded-event1 {
        margin-top: 20px;
    }

    .one-card-recorded-event p {
        font-size: 16px;
        width: 90%;
    }

    .card-recorded-event img {
        margin-top: -58px;
        width: 68px;
        height: 68px;
    }

    .price-event {
        font-size: 33px;
    }

    .price-event-svg {
        width: 30px;
        height: 34px;
    }

    .div-price-event {
        margin-top: 5px;
    }

    .title-recorded-event-res {
        display: block;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        margin-top: 60px;
    }

    .top-card-recorded-event {
        flex-direction: column-reverse;
    }

    .recorded-event {
        width: 100%;
        margin-top: -100px;
    }

    .card-recorded-event {
        width: 85%;
        margin: 65px auto 0px auto;
        padding: 25px 15px;
    }

    .recorded-event-flower {
        right: 500px;

    }

    .inner-top-recorded-event {
        width: 90%;
        position: relative;
    }

    .border-top-recorded-event {
        width: 86%;
        margin-right: 14%;
        margin-left: 0px;
        border-top-right-radius: 30px;
    }

    .flower-recorded-event {
        top: 0;
        right: 10px;
        width: 60px;
        height: 60px;
    }

    .top-recorded-event p {
        font-size: 14px;
        margin-top: 0px;
    }

    .top-recorded-event {
        align-items: center;
        height: 140px;
    }

    .hero_event {
        margin-bottom: 300px;
        padding-bottom: 50px;
    }

    .desc-hero-event {
        display: none;
    }

    .hero-mixed-left {
        display: none;
    }

    .hero-mixed-left-res {
        display: block;
        background-color: transparent !important;
        width: 100% !important;
        padding: 0px !important;
    }

    .hero-event-res-info {
        display: block;
        background-color: #D5D9DF;
        position: absolute;
        padding: 25px;
        margin-top: 25px;
    }

    .hero-event-res-info .desc {
        color: #333333;
        margin-bottom: 50px;
        text-align: center;
        font-family: 'Cairo' !important;
    }

    .hero-event-res-info button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80% !important;
        margin-top: 70px !important;

    }

    .hero-event-res {
        background-color: #9589EA;
        width: 100%;
        padding: 20px;
        border-top-left-radius: 30px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .reserve-mixed-courses {
        margin-bottom: 450px !important;
    }
    .new-btn-event {
        bottom: -60px !important;
    }
}

@media screen and (max-width: 711px) {
    .hero-mixed-subtitle {
        font-size: 37px !important;
        margin-bottom: 10px !important;
            }
}

@media screen and (max-width: 640px) {
    .section-key {
        margin: 30px auto;
    }

    .title-cards-section-key {
        font-size: 18px;
    }

    .desc-cards-section-key {
        font-size: 15px;
        min-height: 180px;
    }

    .cards-section-key-slider.swiper {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .cards-section-key-slider.swiper-wrapper {
        display: flex !important;
    }

    .cards-section-key {
        display: none;
    }

    .cards-section-key-slider {
        display: block !important;
    }

    .card-section-key {
        margin-top: 70px;
    }
}

@media screen and (max-width: 600px) {
    .reserve-mixed-courses {
        margin-bottom: 450px !important;
    }
}

@media screen and (max-width: 791px) {
    .title-hero-event {
        font-size: 18px;
    }

    .div-offer {
        height: 230px;
        flex-direction: column-reverse;
        padding: 40px;
        align-items: center;

    }

    .div-offer img {
        margin-top: -60px;
        margin-bottom: 10px;
        width: 100px;
        height: 100px;
    }

    .div-offer p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .new-btn-event {
        bottom: -165px !important;
    }

    .desc-reserve-info {
        padding: 10px 40px;
    }

    .recorded-event-flower {
        right: 300px;
        top: 66px;
        width: 40px !important;
        height: 40px !important;
    }

    .start-button {
        width: 100%;
    }

    .btn-ideas {
        width: 80%;
    }

    .closer-idea-mixed {
        top: 0 !important;
    }

    .decision-btn {
        width: 80% !important
    }

    .title-need-mixed {
        font-size: 18px;
    }

    .rec-btn {
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }

    .rec-top-btn {
        display: block !important;
        margin-left: 20px !important;
    }

    .rec-top-btn button {
        width: 100% !important;

    }
}

@media screen and (max-width: 535px) {
    .hero-event-res-info button {
        margin-top: 100px !important;

    }

    .card-recorded-event {
        width: 90%;
    }

}

@media screen and (max-width: 490px) {
    .recorded-event-flower {
        right: 200px;
    }

    .new-btn-event {
        bottom: -207px !important;
    }
}