.btn-bundle {
    width: fit-content;
    padding: 15px 70px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #61509E;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    outline: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

.my-carousel-container {
    position: relative;
    width: 100%;
    height: 630px;
    background: linear-gradient(318.89deg, #F7941D -24.84%, #61509E 69.3%);

    /* لمنع ظهور شريط التمرير */
    /* cursor: grab; */
}

.row-carousel {
    width: 90%;
    margin: auto;
}

.my-carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
}

.my-carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    pointer-events: none;
    padding-top: 40px;
}

.img-carousel {
    width: 950px;
    height: auto;
    /* position: absolute; */
    /* margin-top: 10px; */
    margin-top: -128px;
    margin-left: -215px;
}

.img-bundles {
    margin-right: -75px;
    margin-top: 25px;
}

.my-carousel-slide .title {
    /* text-align: center; */
    font-size: 37px;
    color: #333333;
    font-weight: bold;
}

.my-carousel-slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.my-carousel-prev,
.my-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
}

.my-carousel-prev {
    left: 10px;
}

.my-carousel-next {
    right: 10px;
}

.my-carousel-dots {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
}

.my-carousel-dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.my-carousel-dot.active {
    background-color: #717171;
}

.gift-new-res {
    display: none !important;
}

.about-bundle {
    width: 90%;
    margin: auto;
    padding-top: 70px;

}

.about-bundle .title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.about-bundle .sub-title {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

.one-about {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.title-one-about {
    font-size: 30px;
    font-weight: bold;
    color: #7869AA;
}

.sub-title-one-about {
    font-size: 19px;
    color: #333333;
    text-align: center;
}

.about-with-slider {
    display: none !important;
}

.one-about-slider {
    background-color: #D5D9DF;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.my-video-container {
    width: 85%;
    margin: auto;

    margin: 80px auto 50px auto;
    border: 2px solid #ccc;
    border-radius: 12px;
    overflow: hidden;

}

.hero-video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 680px;

    background: linear-gradient(210.89deg, #F7941D -24.84%, #61509E 69.3%);
}

.hero-video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    box-shadow: 0px 4px 4px 0px #00000059;
    backdrop-filter: blur(4px);
    border-radius: 10px;
}

.hero-video-container .div-loader {
    width: 100%;
    height: 100%;
    background-image: url(../img/bundle/thumbnail-video.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.hero-video-container .div-loader::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    /* الشفافية السوداء */
    border-radius: 10px;
    z-index: 1;
}

.my-video-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.register-bundle {
    background-color: #D5D9DF;
    padding: 25px 0px;
    margin-top: 140px;
    position: relative;
}

.inside-register-bundle {
    width: 100%;
    min-height: 380px;
    margin: auto;

    position: relative;
    background: url(../img/bundle/bg-register.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.div-title-register {
    width: 70%;
    margin-right: 30%;
}

.div-title2-register {
    /* margin-right: 200px; */
    background-color: #4E407E;
    padding: 35px;
    border-top-right-radius: 35px;
}

.inside-register-bundle .title1 {
    width: 80%;
    font-size: 32px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 30px;
}

.inside-register-bundle .title2 {
    font-size: 20px;
    color: white;
    font-weight: 500;
}

.img-register1 {
    position: absolute;
    right: 0;
    top: -220px;
    z-index: 50;
}

.img-register2 {
    position: absolute;
    right: 50px;
    top: -110px;
    z-index: 20;
}


.bundle-content {
    width: 90%;
    margin: 50px auto 0px auto;
}

.title-bundle-content {
    font-size: 40px;
    font-weight: bold;
    margin-top: 100px;
    background-color: #61509E;
    width: fit-content;
    padding: 7px 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: white;
}

.one-bundle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #D5D9DF;
}

.one-bundle:last-child {
    border-bottom: none
}

.div-img-bundle-content {
    background: url(../img/bundle/bg-bundle-content.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.one-bundle img {
    width: 500px;
    height: 300px;
    object-fit: contain;
}

.one-bundle .title {
    font-size: 32px;
    font-weight: bold;
}

.join-now {
    margin-top: 50px;
    margin-bottom: 150px;
    position: relative;
}

.join-now-top {
    background-color: #61509E;
    position: absolute;
    width: 100%;
    top: 80px;
    padding: 60px 0px;
}

.join-now-top img {
    width: 50%;
    position: absolute;
    left: 70px;
}

.join-now-bottom {
    background-color: #D5D9DF;
    height: 80px;
}

.price-join-now-bottom {
    width: 40%;
    position: absolute;
    background-color: #6FDDBC;
    padding: 20px 40px 20px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 10px 4px 6px 0px #00000080;
    font-size: 25px;
    top: 265px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.journey-change {
    margin-top: 70px;
}

.journey-change .title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.reviews {
    position: relative;
}

.inner-reviews {
    width: 85%;
    margin: auto;
}

.reviews .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.27;
}

.reviews .description {
    font-size: 20px;
    color: #333333;
    width: 80%;
    margin-top: 20px;
}

.journey-change .description {
    font-size: 20px;
    text-align: center;
    color: #333333;
    width: 45%;
    margin: 20px auto;
}

.divs-journey-change {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    gap: 40px;
}

.one-journey-change {
    background-color: #D5D9DF;
    border: 1px solid #BAB2D5;
    width: 38%;
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    -ms-border-radius: 64px;
    -o-border-radius: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.emoji-journey-change {
    margin-top: -50px;
    margin-bottom: 30px;
}

.row-journey-change {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 25px;
    margin-bottom: 20px;
}

.row-journey-change img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.row-journey-change p {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.journey-change-carousel {
    position: relative;
    width: 100%;
    height: 400px;
    /* overflow: hidden; */
    /* لمنع ظهور شريط التمرير */
    cursor: grab;
}


.journey-change-carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-out;
}

.journey-change-carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    transition: opacity 0.5s ease-in-out;
    padding-top: 40px;
}

.journey-change-carousel-slide-content {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.journey-change-carousel-slide.active-journey {
    display: block;
}



.journey-change-carousel-dots {
    position: absolute;
    top: 350px;
    left: 33%;
    text-align: center;
    margin-top: 10px;
}

.journey-change-carousel-dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.journey-change-carousel-dot.active-journey {
    background-color: #717171;
}

.description-journey-change {
    width: 90%;
    font-size: 23px;
    color: #333333;
    margin-top: -40px;
}

.semicolon-bottom,
.semicolon-top {
    position: absolute;

}

.semicolon-top {
    left: 0;
    top: 0;
}

.semicolon-bottom {
    bottom: 10px;
    left: 45%;
}



.accordion-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.accordion-item {
    width: 49%;
    background-color: #D5D9DF;
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.accordion-item.active {
    border: 2px solid #3a5bd9;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #D5D9DF;
    cursor: pointer;
    transition: background-color 0.3s;
}

.title-main-axes {
    text-align: center;
    margin-top: 70px;
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}

.number-main-axes {
    background-color: #CCC3E4;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .accordion-header:hover {
    background-color: #e9ecef;
} */

.accordion-header h3 {
    margin: 0;
    font-size: 24px !important;
}

.accordion-arrow {
    font-size: 18px;
    transition: transform 0.3s;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 20px;
    background-color: #D5D9DF;

}

.accordion-content p {
    margin-bottom: 10px;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    /* يمكن تعديلها حسب المحتوى */
}

.steps-section {
    width: 85%;
    margin: auto;
    padding: 50px 0px;
}

.top-minus {
    margin-top: -80px;
}

.steps-section .title {
    font-size: 40px;
    font-weight: bold;
}

.number-steps-section {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 8px solid #F7941D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7941D;
    font-size: 48px;
    background-color: white;
    font-weight: bold;
}

.div-number-steps {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 30px;
}

.img-path {
    width: 35%;
    height: 630px;
    box-shadow: 0px 0px 20px 0px #00000033;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 10px;
}

.img-path img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-path {
    font-size: 40px;
    font-weight: bold;
}

.div-payment-options {
    margin: auto;
    width: 90%;
    padding: 50px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.title-top-reg {
    display: none;
}

.btn-register {
    position: absolute;
    background-color: #6FDDBC !important;
    left: 15%;
    bottom: -20px;
    padding: 20px 40px;
    z-index: 100;
}

.toggle-description {
    display: none;
    cursor: pointer;
    margin: 10px 0;
    text-align: center;
}

.toggle-arrow {
    font-size: 40px;
    transition: transform 0.3s ease;
    display: inline-block;
    /* أو block/flex/inline-flex */
    transition: transform 0.3s ease;
}

.toggle-arrow.active {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
}

.bg-reviews {
    /* background: url(../img/bundle/bg-reviews.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    background-attachment: local; */
    height: 450px;
    width: 580px;
    /* عرض أقصى اختياري */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
    /* توسيط العنصر */
    padding: 20px;
    box-sizing: border-box;
}

.bg-reviews img {
    width: 100%;
    height: 100%;
}

.one-review {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-reviews-p {

    margin-top: 100px;
    font-size: 18px;
}

.bg-reviews svg {
    position: absolute;
    right: 100px;
    top: 50px;
}

.line-reviews {
    height: 2px;
    width: 100%;
    margin: 30px auto;
    background-color: #ADB9AF;
}

/* أنماط السلايدر اليدوي */
.reviews-container {
    /* position: relative; */
    position: absolute;
    width: 100%;
    /* overflow: hidden; */
}

.reviews-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.reviews-slider.grabbing {
    cursor: grabbing;
}

.review-slide {
    padding: 20px;
    text-align: right;
    direction: rtl;
    display: none;
    width: 70%;
    margin: auto;
    min-height: 380px;
}

.review-slide.active {
    display: block;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: space-between !important;
}

.bg-reviews-p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.review-author {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    margin-top: 15px;
    text-align: center;
}

.line-reviews {
    height: 1px;
    background: #ADB9AF;
    margin: 15px 0;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: absolute;
    top: 73%;
    left: 30%;
}

.slider-prev,
.slider-next {
    color: #333333;
    background-color: transparent;
    border: none;
}

.slider-dots {
    display: flex;
    justify-content: center;
}

.dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background: #F7941D;
}

.div-carousel-bottom {
    display: none;
}

.res-price-bundle {
    display: none;
    position: absolute;
    background-color: red;
}

.div-numbering {
    display: none;
}

.all-payment-options {
    position: relative;
}

.numbering-path {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #CCC3E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.numbering-path div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;

}

.paragraph-info-carousel {
    margin-top: 55px;
}

.normal-path {
    width: 90% !important;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.book-event {
    width: 90%;
    margin: 130px auto 40px auto;
}

.img-book-event {
    width: 40%;
    background-color: white;
    box-shadow: 0px 0px 20px 0px #00000033;
    border-radius: 12px;
}

.img-book-event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.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;
}

@media screen and (max-width: 1425px) {
    .title-price-join {
        width: 60% !important;
    }

    .instead-of {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1390px) {
    .join-now-top img {
        left: 0;
    }

    .title-join-now-top {
        width: 40% !important;
    }

}

@media screen and (max-width: 1300px) {
    .all-title2-register {
        margin-right: 50px !important;
        margin-top: 10px !important;
    }

    .div-title-register {
        width: 60%;
        margin-right: 40%;
    }

    .info-delay {
        width: 45% !important;
    }

    .shape-delay {
        width: 50% !important;
    }

    .shape-bottom-delay {
        width: 350px !important;
    }

    .step-two {
        width: 61% !important;
    }

    .join-now-top {
        height: 300px !important;
    }

    .join-now-bottom {
        height: 280px !important;
    }

    .join-now-top img {
        width: 70%;
        bottom: -155%;
        left: 15%;
        z-index: 100;
    }

    .title-join-now-top,
    .title-price-join {
        width: 90% !important;
    }

    .price-join-now-bottom {
        width: 90% !important;
        padding: 20px 40px 130px 20px;
        top: 230px;
    }

    .all-payment-options {
        margin-top: 600px !important;
    }

    .div-payment-options {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .payment-btn {
        position: absolute;
        bottom: -50px;
    }

    .journey-change .title {
        margin-top: 150px;
    }

    .payment-options-right {
        width: 70% !important;
        margin-top: -350px !important;
    }

    .payment-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .payment-options {
        flex-direction: column;
    }

    .review-slide {
        width: 60% !important;
    }
}

@media screen and (max-width: 1143px) {
    .join-now-top img {
        left: 15%;
    }

    .inner-reviews {
        flex-direction: column;
    }

    .reviews .description {
        font-size: 18px !important;
        width: 90% !important;
        margin: auto !important;
        text-align: center !important;
    }

    .reviews .title {
        font-size: 24px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .title-images {
        margin-top: 120px !important;
    }

    .reviews-btn {
        position: absolute;
        bottom: -90px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1200px) {
    .gift-new {
        display: none;
    }

    .gift-new-res {
        display: flex !important;
    }

    .my-video-container {
        margin-top: 200px;
    }

    .my-carousel-container {
        height: 850px;
    }

    .row-carousel {
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
    }

    .img-carousel {
        margin: -150px auto;
    }

    .info-carousel {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .info-carousel .title,
    .info-carousel .sub-title {
        text-align: center;
    }

    .btn-carousel {
        position: absolute;
        bottom: -200px;
        z-index: 100;
    }

    .img-bundles {
        position: absolute;
    }

    .top-dots {
        display: none;
    }

    .div-carousel-bottom {
        display: block;
        background-color: #D5D9DF;
        width: 100%;
        min-height: 150px;
        margin-top: 200px;
        padding-bottom: 20px;
    }

    .div-carousel-bottom p {
        font-size: 18px;
        font-weight: bold;
        margin: 20px;
        color: #3C4046;
        padding-top: 30px;
    }

    .my-carousel-dots {
        bottom: -90px;
    }
}

@media screen and (max-width: 1126px) {
    .btn-path-subscribe {
        font-size: 19px !important;
        position: absolute;
        bottom: -100px;

    }

    .delay-section {
        padding: 50px 30px 150px 30px !important;
    }

    .path-section {
        margin-bottom: 150px !important;
    }

    .register-bundle {
        margin-top: 40px;
    }

    .delay-btn {
        position: absolute;
        bottom: 45px;
    }

    .btn-carousel {
        bottom: -1005px;
    }

    .join-now {
        margin-bottom: 250px;
    }

    .inside-register-bundle {
        min-height: 420px;
    }

    .img-register1 {
        top: -180px;
    }

    .img-register2 {
        top: -90px;
    }

    .title-top-reg {
        display: block;
        font-size: 25px;
        color: #3C4046;
        font-weight: bold;
        text-align: center;
        width: 45%;
        margin: -100px auto 100px auto;
    }

    .register-bundle {
        padding: 130px 0px 25px 0px;
    }

    .inside-register-bundle .title1 {
        display: none;
    }

    .all-title2-register {
        margin-right: 0px !important;
        position: relative;
        z-index: 60;
    }

    .div-title-register {
        padding-top: 180px;
        width: 80% !important;
        margin-right: 20% !important;
    }

    /* .my-carousel-container {
        height: 120vh;
    } */

    .info-step-section {
        width: 100% !important;
    }

    .top-minus {
        margin-top: 0px !important;
    }

    .step-alone,
    .step-alone-1 {
        width: 90% !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 30px;
    }

    .step-alone-1 {
        flex-direction: column-reverse !important;
    }

    .steps-section .title {
        text-align: center;
    }

    .step-alone p,
    .step-alone-1 p {
        width: 100% !important;
        text-align: center;
    }

    .steps-section .steps-section-svg {
        display: none !important;
    }

    .step-two {
        width: 100% !important;
        justify-content: center !important;
    }

    .div-number-steps {
        align-items: center !important;
    }

    .row-path {
        flex-direction: column-reverse !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .info-carousel,
    .steps-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .paragraph-info-carousel {
        text-align: center;
        margin-top: 30px;
        font-size: 18px !important;
    }

    .my-carousel-slide .title {
        font-size: 30px !important;
    }

    .my-carousel-slides {
        height: fit-content;
    }

    .title-bundle-content {
        margin-bottom: 50px !important;
    }

    .one-bundle {
        flex-direction: column;
    }

    .divs-journey-change {
        flex-direction: column;
    }

    .one-journey-change {
        width: 70% !important;
    }

    .margin_30px {
        margin-top: 30px !important;
    }

    .margin__20px {
        margin-top: -20px !important;
    }

    .journey-change-carousel-slide-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }



    .video-journey-change,
    .info-journey-change {
        width: 80% !important;

    }

    .video-journey-change {
        margin-bottom: 80px !important;
    }

    .journey-change-carousel {
        margin-bottom: 230px !important;
    }

    .semicolon-top {
        left: 0;
        top: 300px;
    }

    .semicolon-bottom {
        bottom: -50px;
        right: 10% !important;
    }

    .journey-change-carousel-dots {
        top: 590px;
        left: 48%;
        text-align: center;
        margin-top: 10px;
    }

    .journey-change {
        margin-bottom: 20px !important;
    }

    .delay-top {
        flex-direction: column;
        margin-bottom: 350px !important;
        align-items: center;
        justify-content: center !important;
    }

    .info-delay,
    .info-bottom-delay {
        width: 90% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
    }

    .info-delay p,
    .info-bottom-delay p {
        text-align: center !important;
    }

    .shape-delay {
        width: 90% !important;
        margin-bottom: 200px !important;
        margin-top: 80px !important;
        margin-right: 30% !important;
    }

    .bottom-delay {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center !important;
    }

    .shape-bottom-delay {
        margin-top: 40px;
        width: 450px !important;
    }

    .accordion-container {
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
    }

    .accordion-item {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .desc-main-axes {
        font-size: 18px !important;
        margin: 40px !important;
    }

    .step-two .info-step-section {
        margin-left: 20px !important;
    }

    .info-path {
        width: 90% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .img-path {
        width: 90% !important;
    }
}

@media screen and (max-width: 976px) {
    .join-now-top img {
        left: 12%;
        bottom: -350px;
    }

    .title-top-reg {
        width: 65%;
    }
}

@media screen and (max-width: 893px) {
    .my-video-container {
        margin-top: 100px;
    }

    .shape-delay {
        margin-right: 20% !important;
    }

    .flex-close-icon {
        justify-content: center;
    }

    .flex-close-icon p {
        font-size: 14px !important;
    }

    .flex-close-icon svg {
        width: 12px !important;
        height: 12px !important;
        margin-left: 10px !important;
    }

    .title-path {
        font-size: 24px !important;
        text-align: center;
    }

    .info-path p {
        text-align: center;
    }

    .img-carousel {
        width: 800px;
    }

    /* .my-carousel-container {
        height: 115vh;
    } */
    .my-carousel-dots {
        bottom: 30px;
        left: 45%;
    }

    .btn-carousel {
        bottom: -890px;
    }
}

@media screen and (max-width: 864px) {
    .join-now-top img {
        width: 90%;
        left: 5%;
        bottom: -120%;
    }

    .title-join-now-top {
        margin-top: -40px !important;
    }
}

@media screen and (max-width: 754px) {
    .btn-carousel {
        bottom: -790px;
    }

    .join-now-top img {
        bottom: -115%;
    }

    .title-top-reg {
        width: 80%;
    }

    .all-payment-options {
        margin-top: 450px !important;
    }

    .payment-info {
        width: 100% !important;
    }

    .top-circle-icon {
        margin-top: -45px !important;
    }

    .payment-options-right {
        margin-top: -300px !important;
    }

    .circle-icon-payment {
        width: 90px !important;
        height: 90px !important;
    }

    .icon-payment {
        width: 50px !important;
        height: 50px !important;
    }

    .payment-options-right p,
    .payment-options p {
        font-size: 20px !important;
    }

    .img-carousel {
        width: 600px;
        margin-top: -100px;
    }

    .my-carousel-container {
        height: 750px;
    }

    .title-bundle-content {
        background-color: transparent;
        color: #333333;
        padding: 0px;
        text-align: center;
        margin: 60px auto 35px auto !important;
    }

    .description-content-bundle {
        display: none;
    }

    /* إظهار السهم في الشاشات الصغيرة */
    .toggle-description {
        display: block;
    }

    /* إظهار المحتوى عندما يكون نشطًا */
    .description-content-bundle.active {
        display: block;
    }

    .price-large,
    .img-large {
        display: none;
    }

    .one-bundle .title {
        width: 100% !important;
        text-align: right !important;
        font-size: 32px;
        font-weight: bold;
    }


    .description-content-bundle {
        text-align: right !important;
    }

    .bundle-content {
        margin: auto;
    }

    .one-bundle .sub-title {
        text-align: right !important;
        margin-top: -10px !important;
    }

    .header-bundle-content {
        background-color: #B7BBC2;
        padding: 20px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .one-bundle p {
        font-size: 18px !important;
        width: 100% !important;
    }

    .res-div-img-bundle-content {
        margin: 20px auto !important;
        background: url(../img/bundle/bg-img-content.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 0px 30px;
        width: 100% !important;
        position: relative;
    }

    .res-price-bundle {
        width: 90px;
        height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        background-color: #6FDDBC;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
        padding: 5px;
        left: 10%;
    }

    .div-img-bundle-content {
        width: 85% !important;
        margin: auto !important;
    }

    .one-bundle {
        align-items: flex-start !important;
        margin-bottom: 30px;
        background-color: #D5D9DF;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-bottom: none;
    }
}

@media screen and (max-width: 661px) {
    .book-event {
        flex-direction: column;
        margin: 50px auto -110px auto;
    }
    .book-bundleee{
        display: flex;
        align-items:  center;
        justify-content: center;
    }
    .img-book-event {
        width: 100%;
        margin-top: 50px;
    }

    .book-event-info {
        width: 100%;
        margin-top: 20px;
    }

    .book-event-info p {
        text-align: center;
    }

    .title-book-event-info {
        font-size: 24px;
    }

    .hero-video-container .div-loader::after {
        border-top-right-radius: 0px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .about-bundle .title {
        font-size: 24px !important;
    }

    .about-bundle .sub-title {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .btn-about {
        margin-top: 0px !important;
    }

    .about-with-slider {
        display: block !important;
    }

    .about-without-slider {
        display: none !important;
    }

    .numbering-one-bundle {
        display: none;
    }

    .div-numbering {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        background-color: #9589EA;
        width: 44px;
        height: 44px;
        color: white;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        padding: 5px;
        top: -10px;
        right: 20px;
    }

    .div-numbering div {
        border: 1px solid white;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: bold;

    }

    .payment-options-right {
        width: 90% !important;
    }

    .title-bundle-content,
    .title-images {
        font-size: 26px !important;
    }


    .slider-controls {
        top: 65%;
    }



    .reviews button {
        margin: 20px auto;
    }

    .bg-reviews {
        height: 450px;
        width: 480px;
    }



    .join-now {
        margin-bottom: 150px;
    }



    .one-journey-change {
        width: 90% !important;
    }

    .one-journey-change p {
        font-size: 15px !important;
    }

    .journey-change .title {
        font-size: 20px !important;
    }

    .journey-change .description {
        font-size: 18px !important;
        width: 90% !important;
    }

    .journey-change-carousel {
        margin-bottom: 280px !important;
    }

    .description-journey-change {
        font-size: 18px !important;
    }

    .video-journey-change,
    .info-journey-change {
        width: 95% !important;

    }

    .shape-delay {
        margin-right: 0% !important;
    }

    .shape-delay-midd {
        width: 380px !important;
    }

    .shape-delay-bottom {
        right: 130px !important;
    }

    .join-now-top img {
        bottom: -105%;
    }

    .title-payment-info {
        font-size: 20px !important;
    }

    .payment-options p {
        font-size: 16px !important;
    }

    .register-bundle {
        margin-top: 10px;
    }

    .my-video-container {
        width: 98%;
        border-radius: 0px;
        margin: 90px auto 20px auto;
    }

    .btn-path {
        bottom: 84px !important;
    }
}

@media screen and (max-width: 580px) {
    .btn-carousel {
        bottom: -710px;
    }

    .all-payment-options {
        margin-top: 370px !important;
    }

    .normal-path {
        font-size: 17px !important;
    }

    .join-now {
        margin-bottom: 400px;
    }

    .steps-section .title,
    .title-main-axes {
        font-size: 24px !important;
    }

    .step-alone p,
    .step-alone-1 p,
    .accordion-header h3 {
        font-size: 18px !important;
    }

    .accordion-content p {
        font-size: 16px !important;
    }

    .number-steps-section {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 30px;
        border: 4px solid #F7941D !important;
        font-size: 24px !important;
    }



    .img-register {
        display: none;
    }

    .inside-register-bundle {
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
    }

    .inside-register-bundle .title2,
    .inside-register-bundle .title1,
    .info-bottom-delay p {
        text-align: center;
        font-size: 18px !important;
    }

    .normal-delay {
        font-size: 18px !important;
    }

    .title-delay {
        font-size: 24px !important;
    }

    .shape-delay-midd {
        width: 330px !important;
    }

    .shape-delay-bottom {
        right: 60px !important;
    }

    .shape-bottom-delay {
        width: 350px !important;
    }

    .img-path {
        height: 400px !important;
    }

    .btn-path {
        font-size: 18px !important;
        padding: 15px 25px !important;
        margin-top: 170px !important;
    }

    .emoji-journey-change {
        width: 90px !important;
        height: 90px !important;
    }

    .join-now-top img {
        bottom: -85%;
    }

    .price-join-num {
        font-size: 40px !important;
    }

    .title-join-now-top,
    .title-price-join {
        font-size: 18px !important;
    }

    .instead-of {
        font-size: 16px !important;
    }

    .price-join-now-bottom svg {
        width: 50px !important;
        height: 57px !important;
    }

    .one-bundle img {
        width: 400px;
        height: 300px;
    }

    .div-img-bundle-content {
        width: 97% !important;
    }

    .img-carousel {
        width: 500px;
        margin-top: -60px;
    }

    .my-carousel-container {
        height: 650px;
    }

    /* .info-carousel .title, */
    .info-carousel .sub-title {
        font-size: 20px !important;
    }

    .my-carousel-dots {
        bottom: 5px;
        left: 35% !important;
    }
}

@media screen and (max-width: 522px) {
    .all-payment-options {
        margin-top: 420px !important;
    }

    .slider-controls {
        top: 95%;
    }

    .join-now-top img {
        bottom: -75%;
    }

    .join-now-bottom {
        height: 200px !important;
    }

    .bg-reviews {
        height: 500px;
        width: 400px;
    }
}

@media screen and (max-width: 473px) {
    .btn-about {
        white-space: wrap;
    }

    .all-payment-options {
        margin-top: 370px !important;
    }

    .bg-reviews {
        width: 360px;
        height: 450px;
    }

    .slider-controls {
        top: 65%;
    }

    .bg-reviews-p {
        font-size: 13px !important;
    }

    .shape-delay {
        margin-left: 10% !important;
    }

    .one-journey-change {
        width: 95% !important;
    }

    .title-price-join {
        width: 100% !important;
        font-size: 16px !important;
    }

    .join-now-top img {
        bottom: -70%;
    }

    .payment-options-right p {
        font-size: 16px !important;
    }

    .one-bundle img {
        width: 300px;
        height: 250px;
    }

}

@media screen and (max-width: 462px) {
    .img-carousel {
        margin-right: -50px;
        margin-top: -80px;
    }

    .my-carousel-dots {
        bottom: 25px;
    }
}

@media screen and (max-width: 430px) {
    .shape-delay {
        margin-left: 20% !important;
    }

    .shape-delay-bottom {
        right: 45px !important;
    }

    .shape-delay-top {
        top: -20px !important;
    }

}

@media screen and (max-width: 400px) {
    .img-carousel {
        margin-right: -70px;
    }

    .inside-register-bundle .title2 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 381px) {
    .img-carousel {
        margin-right: -90px;
    }

    .price-join-now-bottom {
        width: 98% !important;
    }

    .join-now-top img {
        bottom: -55%;
    }

    .join-now-bottom {
        height: 180px !important;
    }

    .title-price-join {
        font-size: 16px !important;
    }

    .instead-of {
        font-size: 14px !important;
    }

    .price-join-now-bottom svg {
        width: 40px !important;
        height: 47px !important;
    }
}

.slider-img {
    width: 100%;
    height: auto;
    cursor: zoom-in;
    /* تغيير شكل المؤشر عند المرور على الصور */
    border-radius: 10px;
}

.title-images {
    text-align: center;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 50px;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    display: inline-block !important;
    transform: scale(1) !important;
}

.swiper-pagination-bullet-active {
    background: #000 !important;
    opacity: 1 !important;
    transform: scale(1.2) !important;
}

.mySwiper.swiper {
    max-width: 85% !important;
}

.images-pagination {
    bottom: 0px !important;
}

.mySwiper {
    width: 85% !important;
    height: 600px;
    margin: auto;

}

.mySwiper .swiper-slide {
    margin-bottom: 50px
}

.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;

}

.images-next,
.images-prev {
    color: white !important;
    border: 1px solid white !important;
    padding: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    font-size: 15px !important;
}

.images-next::after,
.images-prev::after {
    font-size: 15px !important;
}

/* نافذة المعاينة الكبيرة */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#lightbox-img {
    max-width: 80%;
    max-height: 80vh;
    margin-bottom: 20px;
    border-radius: 10px;
}

.lightbox-nav {
    display: flex;
    justify-content: space-between;
}

.nav-btn {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

#closeLightbox {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}