.hero-mixed {
    min-height: 600px;
    background: linear-gradient(185.89deg, #F7941D -24.84%, #61509E 69.3%);
    position: relative;
    z-index: 10;
}

.inner-hero-mixed {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    position: relative;
    z-index: 10;
}

.hero-mixed-left {
    width: 50%;
    /* height: 500px; */
    aspect-ratio: 16/9;
}

.hero-mixed-right {
    width: 45%;
    border-radius: 12px;
}

.hero-mixed-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    filter: brightness(85%);
}

.hero-mixed-left iframe {
    height: 100%;
    border-radius: 12px;
}

.video-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.hero-mixed-title {
    font-size: 32px;
    font-weight: 400;
    color: white;
}

.hero-mixed-subtitle {
    font-family: 'Lifta';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 72px;
    /* or 112% */
    text-align: right;
    color: white;
    text-shadow:
            -1px -1px 0 #7869AA,
            1px -1px 0 #7869AA,
            -1px 1px 0 #7869AA,
            1px 1px 0 #7869AA,
            0px 12px 12px #3C4046A3;
}

.hero-mixed-description {
    font-size: 20px;
    font-weight: 500;
    color: white;
    width: 80%;
    margin-top: 25px;
}

.hero-mixed-info {
    background-color: #D5D9DF33;
    box-shadow: 0px 4px 4px 0px #00000059;
    border-radius: 12px;
    width: 75%;
    padding: 20px;
    margin-top: 30px;
    color: white;
}

.div-hero-button {
    position: relative;
    margin-top: 40px;
}

.hero-button {
    position: relative;
    margin-top: 30px;
}

.logo-featured-img {
    position: absolute;
    z-index: 10;
    width: 140px !important;
    height: 80px !important;
    top: 5px;
    right: 25px;
    object-fit: fill !important;
    filter: none !important;
}

.hero-button {
    width: 70%;
    background-color: #6f5cb1;
    border: none;
    padding: 18px 50px;
    color: white;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 5px 5px #4E407E;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 20;
}

.closer-hero-button {
    position: absolute;
    width: 44px;
    height: 44px;
    top: -23px;
    right: 250px;
    z-index: 10;
}

.hero-mixed-info-res, .hero-button-res {
    display: none;
}

.btn-about {
    margin-top: 0px !important;
}

.about-bundle {
    padding-top: 50px !important;
}

.closer-about-button {
    display: none;
}

.btn-about {
    position: relative;
    z-index: 20;
}

.reserve-mixed-courses {
    position: relative;
    margin-top: 80px;
}

.div-reserve-img {
    position: relative;
    width: 65%;
    height: 660px;
}

.div-reserve-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reserve-mixed-info {
    background-color: #61509E;
    position: absolute;
    left: 0px;
    width: 47%;
    top: 10%;
    padding: 40px;
    height: 500px;
}

.title-reserve-info {
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.desc-reserve-info {
    font-size: 25px;
    font-weight: 400;
    color: white;
    margin-top: 25px;
    line-height: 2;
}

.bg-reserve-mixed-info {
    position: absolute;
    bottom: 0;
    left: 0;
}

.reserve-this-course {
    width: 85%;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 20;
    background-color: #6FDDBC;
    margin-top: 50px;
    padding: 20px 40px 20px 20px;
    box-shadow: -3px 5px 6px 0px #00000073;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-reserve-this-course {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    width: 100%;
    padding: 10px 0px;
}

.price-this-course {
    font-size: 80px;
    color: white;
    font-weight: 800;
}

.instead-price-this-course {
    font-size: 25px;
    color: white;
    font-weight: 600;
    white-space: nowrap;
}

.info-reserve-this-course {
    background-color: #61509E;
    border-radius: 10px;
    padding: 15px;
}

.bundles-mixed {
    margin-top: 70px;
    width: 90%;
    margin: 70px auto;
}

.title-bundles-mixed {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #e52e2e;
}

.tabs-bundles-mixed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.tab-bundles-mixed {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #61509E;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #61509E;
    cursor: pointer;
}

.tab-bundles-mixed.active-mixed {
    background-color: #61509E;
    color: white;
}

.cards-in-person-mixed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(333px, 1fr));
    gap: 26px;
    margin-top: 30px;
}

.card-in-person-mixed {
    padding: 20px;
    border-radius: 8px;
    height: 865px;
    position: relative;
}

.card-in-person-mixed:first-child, .card-in-person-mixed:last-child {
    background-color: #D5D9DF;
}

.card-in-person-mixed:nth-child(2) {
    background-color: #61509E;
}

.price-bundle-mixed {
    font-size: 40px;
    font-weight: 700;
}

.instead-bundle-mixed {
    font-size: 20px;
    color: #8A8A8A;
    font-weight: 600;
}

.taj-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-card-in-person-mixed {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.div-bundles-mixed-button {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.bundles-mixed-button {
    width: 90%;
    background-color: #61509E;
    border: none;
    padding: 15px 0px;
    color: white;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 5px 5px #4E407E;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 20;
}

.bundles-mixed-button.two {
    background-color: #6FDDBC;
    box-shadow: 5px 5px #45907A;
    color: #333333;
}

.closer-bundles-mixed {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -23px;
    left: 120px;
}

.diffrence-mixed {
    width: 90%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-diffrence-mixed {
    width: 52%;
}

.image-diffrence-right {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.trainer-diffrence {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 244px;
    height: 128px;
    background-color: #6FDDBC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333333;
    border-top: 4px solid white;
}

.trainer-diffrence p:first-child {
    font-size: 24px;
    font-weight: 700;
}

.title-diffrence-mixed {
    font-size: 32px !important;
    font-weight: 700;

}

.info-diffrence-mixed p {
    margin-bottom: 13px;
    font-size: 17px;
    line-height: 1.7;
}

.title-idea {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.btn-ideas {
    width: 100%;
    background-color: #61509E;
    border: none;
    padding: 15px 0px;
    color: white;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 5px 5px #4E407E;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 20;
}

.join-mixed {
    background-color: #D5D9DF;
    padding: 60px 0px;
}

.inner-join-mixed {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.join-mixed-right {
    width: 40%;
}

.join-mixed-left {
    width: 50%;
}

.card-mixed-left {
    background-color: #61509E;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.card-mixed-left:last-child {
    margin-bottom: 0px;
}

.icon-mixed-left {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background-color: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;

}

.info-mixed-left {
    width: 90%;
}

.title-mixed-left {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.desc-mixed-left {
    color: white;
    margin-top: 8px;
}

.title-mixed-right {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}

.desc-mixed-right {
    font-weight: 400;
}

.hint-mixed-right {
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}

.div-join-mixed-button {
    position: relative;
    margin-top: 80px;
}

.join-mixed-button {
    width: 70%;
    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;
}

.closer-join-mixed {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -23px;
    left: 210px;
}

.inner-join-mixed-mobile {
    display: none;
}

.title-join-mixed-mobile {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.desc-join-mixed-mobile {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.card-join-slide {
    background-color: #61509E;
    padding: 25px;
    margin-top: 50px;
    border-radius: 4px;
}

.icon-join-slide {
    width: 48px;
    height: 48px;
    background-color: #F1F1F1;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -45px auto 20px auto;
}

.title-join-slide {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    color: white;
    margin-top: 5px;
}

.line-join-slide {
    width: 42px;
    height: 2px;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
}

.desc-join-slide {
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    color: white;
    line-height: 1.7;
    margin-top: 10px;
}

.swiper-pagination-join {
    gap: 10px;
    margin-top: 20px;
    display: flex;
}

.swiper-pagination-join .swiper-pagination-bullet {
    background-color: #4E407E !important;
}


.swiper-pagination-join .swiper-pagination-bullet-active {
    background-color: #F7941D !important;
}

.swiper-pagination-about {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 20px;
}

.swiper-pagination-about .swiper-pagination-bullet {
    background-color: #4E407E !important;
}

.swiper-pagination-about .swiper-pagination-bullet-active {
    background-color: #F7941D !important;
}

.hint-mixed-mobile {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.inner-join-mixed-mobile .swiper,
.inner-join-mixed-mobile .swiper-wrapper,
.inner-join-mixed-mobile .swiper-slide {
    width: 100% !important;
    box-sizing: border-box !important;
}

.join-mixed-slider .swiper-wrapper {
    display: flex !important;
}

.card-join-slide {
    width: 100% !important;
}

.learning-mixed {
    width: 90%;
    margin: 100px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.learning-mixed-left {
    width: 50%;
    background-color: #D9D2ED;
    border-radius: 4px;
    padding: 30px 25px;
}

.learning-mixed-right {
    width: 40%;
}

.title-learning-mixed {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 17px;
}

.line-learning {
    width: 100%;
    height: 1px;
    background-color: #BABABA;
    margin: 20px 0px;
}

.title-learning-mixed-right {
    font-size: 32px;
    font-weight: bold;
    width: 80%;
    margin-bottom: 20px;
}

.desc1-learning-mixed {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.desc2-learning-mixed {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.title-reviews-mixed {
    font-size: 30px !important;
    font-weight: bold;
}

.subtitle-reviews-mixed {
    font-size: 30px !important;
    font-weight: bold;
    margin-bottom: 20px;
}

.description-reviews-mixed {
    font-size: 18px;
    width: 80%;
}

.bg-reviews-mixed {
    margin-right: 100px !important;
    margin-left: -20px !important;
}

.info-reviews-mixed {
    width: 60% !important;
}

.need-mixed {
    background: linear-gradient(205.67deg, #F7941D -17.82%, #61509E 68.91%);
    padding: 50px 0px;
    position: relative;
    margin: 50px 0px;
}

.inner-need-mixed {
    width: 90%;
    margin: auto;
    text-align: center;
}

.title-need-mixed {
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 45%;
    margin: 0px auto 30px auto;
}

.subtitle-need-mixed {
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 45%;
    margin: 0px auto 30px auto;
}

.desc-need-mixed {
    color: white;
    font-size: 20px;
    font-weight: bold;
    width: 45%;
    margin: auto;
}

.btn-need {
    width: 20% !important;
}

.left-need {
    left: 42% !important;
}

.title-faq-mixed {
    text-align: center;
    margin-top: 70px;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
}

.accordion-item-mixed .accordion-header {
    padding: 25px 20px !important;
}

.accordion-item-mixed .accordion-header h3 {
    font-size: 20px !important;
}

.accordion-item-mixed {
    width: 49.5% !important;
    margin-bottom: 15px !important;
}

.accordion-container-mixed {
    width: 90% !important;
}

.title-about-mixed {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.subtitle-about-mixed {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

.title-one-about-mixed {
    font-size: 25px !important;
    margin-bottom: 8px !important;
}

.subtitle-one-about-mixed {
    font-size: 18px !important;
    color: #333333;
    text-align: center;
    margin: auto;
}

.page-mixed-courses ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.color-white-mixed ul li span {
    color: white;
}

.color-white-mixed p {
    color: white;
}

.div-featured-images {
    width: 90%;
    margin: 40px auto 100px auto;
    height: 660px;
    position: relative;
}

.bg-featured-images {
    width: 100%;
    height: 100%;
    background: linear-gradient(166.41deg, #F7941D -1.95%, #61509E 98.12%);

    transform: rotate(4deg);
}

.featured-images-container {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100%;
}

.one-featured-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.one-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(75%);
}

.title-featured-images {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.arrow-featured-images {
    width: 40px !important;
    height: 40px !important;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    z-index: 10;
}

.arrow-featured-images.swiper-button-next::after,
.arrow-featured-images.swiper-button-prev::after {
    font-size: 16px !important;
    color: #F7941D;
    font-weight: bold !important;
}

.featured-image-info {
    width: 50%;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.featured-image-info p {
    color: white;
    text-align: center;
}

.featured-image-info p:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
}

.new-banner {
    margin: 50px 0px 100px 0px;
    position: relative;
}

.out-right-info-bannerr {
    border: 2px solid #6FDDBC;
    padding: 0px 0px 12px 12px;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 40;
    border-bottom-left-radius: 50px;
}

.info-bannerr {
    width: 100%;
    background-color: #4E407E;
    height: auto;
    padding: 20px 70px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 700;
}

.right-info-bannerr {
    background-color: #4E407E;
    padding: 30px;
    color: white;
    margin-top: -20px;
    box-shadow: 0px 4px 2px 0px #00000059;
    border-bottom-left-radius: 50px;
}

.right-info-bannerr p:first-child {
    font-size: 24px;
    margin-bottom: 10px;
}

.right-info-bannerr p:last-child {
    font-size: 32px;
    font-weight: 700;
}

.div-img-new-banner {
    width: 70%;
    position: relative;
    z-index: 20;
}

.img-new-banner {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.logo-banner {
    position: absolute;
    z-index: 20;
    width: 450px;
    height: 120px;
    top: 20px;
    left: 20px;
    background-color: #4E407E;
    padding: 15px;
    border-radius: 12px;
}

.info-new-banner {
    /* position: absolute; */
    /* right: 0; */
    position: relative;
    width: 35%;
    background-color: #61509E;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 60px 0px;
    z-index: 30;
}

.top-border-new-banner {
    top: -45px;
    position: absolute;
    width: 65%;
    border: 1px solid #61509E;
    height: 50px;
}

.bottom-border-new-banner {
    bottom: -95px;
    position: absolute;
    width: 65%;
    border: 1px solid #61509E;
    border-bottom-left-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100px;
    font-size: 18px;
    color: #3C4046;
}

.square-new-banner {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 14px;
    height: 14px;
    background-color: #61509E;
}

.info-new-banner1 {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.info-new-banner2 {
    font-size: 35px;
    font-weight: bold;
    color: white;
}

.info-new-banner button {
    border: none;
    outline: none;
    background-color: #6FDDBC;
    border-radius: 100px;
    box-shadow: 0px 4px 4px 0px #4cb494;
    color: #3C4046;
    font-size: 20px;
    margin-top: 40px;
    cursor: pointer;
    padding: 15px 40px;
    font-weight: 700;
}

.count-down {
    background-color: #4E407E;
    height: 136px;
    position: relative;
}

.inner-count-down {
    width: 85%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div-timer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.title-count-down {
    font-size: 32px;
    color: white;
    font-weight: 700;
}

.one-timer {
    background-color: #F0F0F03D;
    width: 88px;
    height: 72px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.one-timer p:first-child {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: -10px;
}

.one-timer p:last-child {
    font-size: 14px;
}

.circle-count-down {
    position: absolute;
    right: 120px;
}

.warning-seats {
    background-color: #E5454529;
    border-radius: 8px;
    margin-top: 20px;
    color: #e52e2e;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 600;
}

.warning-seats img {
    width: 45px;
    height: 45px;
}

.overview-mixed-courses {
    background-color: #61509E;
    height: 192px;
    margin-top: 180px;
    margin-bottom: 130px;
    position: relative;
}

.inner-overview-mixed-courses {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 90%;
    background-color: #D5D9DF;
    margin: auto;
    box-shadow: 0px 8px 7px 0px #00000073;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}

.checked-svg {
    margin-top: -60px;
}

.info-overview-mixed-courses {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0px 25px 0px;
}

.one-info-overview-mixed-courses {
    display: flex;
    align-items: center;
    gap: 20px;
}

.one-info-overview-mixed-courses p {
    font-size: 25px;
}

@media screen and (max-width: 1482px) {
    .reserve-mixed-info {
        width: 52%;
        height: 470px;
    }

    .title-learning-mixed-right {
        width: 100%;
    }
}

@media screen and (max-width: 1427px) {
    .info-bannerr p {
        width: 40%;
    }
}

@media screen and (max-width: 1392px) {
    .reserve-mixed-info {
        height: 460px;
    }
}

@media screen and (max-width: 1341px) {
    .title-diffrence-mixed {
        font-size: 29px !important;
    }

    .info-diffrence-mixed {
        width: 47%;
    }

    .info-diffrence-mixed p {
        line-height: 1.6;
        font-size: 16px;
    }

    .title-reserve-info {
        font-size: 28px;
    }

    .desc-reserve-info {
        font-size: 20px;
    }

    .reserve-mixed-info {
        height: 430px;
    }
}

@media screen and (max-width: 1273px) {
    .title-diffrence-mixed {
        font-size: 26px !important;
    }

    .one-info-overview-mixed-courses p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1310px) {
    .hero-mixed-description, .hero-mixed-info {
        width: 100%;
    }
}

@media screen and (max-width: 1195px) {
    .title-learning-mixed-right {
        font-size: 28px;
    }

    .reserve-mixed-info {
        width: 60%;
    }

    .title-diffrence-mixed {
        font-size: 22px !important;
    }

    .info-diffrence-mixed {
        width: 43%;
    }
}

@media screen and (max-width: 1134px) {
    .new-banner {
        flex-direction: column-reverse;
    }

    .info-new-banner, .div-img-new-banner {
        width: 100%;
    }

    .info-new-banner {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .btn-rev-mixed {
        width: 90% !important;
        position: absolute !important;
        bottom: -70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btnn-rev-mixed {
        width: 75%;
        font-size: 14px;
        font-weight: bold;
    }

    .title-reviews-mixed {
        font-size: 24px !important;
        text-align: center;
    }

    .subtitle-reviews-mixed {
        font-size: 18px !important;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
        font-weight: normal;
    }

    .description-reviews-mixed {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .bg-reviews-mixed {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .reviews-mixed {
        margin-bottom: 105px;
    }

    .info-reviews-mixed {
        width: 100% !important;
        margin-top: 40px;
    }

    .hero-mixed-description, .hero-mixed-info {
        width: 100%;
    }

    .hero-mixed-title, .hero-mixed-subtitle {
        font-size: 55px;
        text-align: center;
        font-weight: 800;
        line-height: 60px;
    }

    .hero-mixed-description {
        font-size: 19px;
    }
}

@media screen and (max-width: 1123px) {
    .overview-mixed-courses {
        height: 330px;
    }

    .info-overview-mixed-courses {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .title-faq-mixed {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .accordion-item-mixed .accordion-header {
        padding: 20px !important;
    }

    .accordion-item-mixed .accordion-header h3 {
        font-size: 18px !important;
    }

    .accordion-item-mixed .accordion-content p {
        font-size: 18px !important;
    }

    .accordion-item-mixed {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .diffrence-mixed {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .info-diffrence-mixed {
        width: 100%;
        margin-bottom: 20px;
    }

    .info-diffrence-mixed p {
        text-align: center;
    }

    .closer-idea-mixed {
        top: -5px !important;
    }
}

@media screen and (max-width: 1040px) {
    .bg-count-down, .circle-count-down {
        display: none !important;
    }

    .title-count-down {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .one-timer {
        width: 48px;
        height: 44px;
    }

    .one-timer p:first-child {
        font-size: 16px;
        margin-bottom: -4px;
    }

    .one-timer p:last-child {
        font-size: 12px;
    }

    .inner-count-down {
        flex-direction: column;
        justify-content: center;
    }

    .out-right-info-bannerr {
        bottom: 103px;
    }

    .img-new-banner {
        height: 448px;
    }

    .info-bannerr p {
        width: 100%;
        text-align: center;
    }

    .info-bannerr {
        padding: 45px 10px;
    }

    .right-info-bannerr p:first-child {
        font-size: 16px;
    }

    .right-info-bannerr p:last-child {
        font-size: 18px;
    }

    .logo-banner {
        width: 250px;
        height: 90px;
    }

    .subtitle-need-mixed {
        font-size: 18px;
    }

    .desc-need-mixed {
        font-size: 20px;
    }

    .title-need-mixed, .subtitle-need-mixed, .desc-need-mixed {
        width: 100%;
    }

    .btn-need {
        width: 80% !important;
    }

    .left-need {
        left: 20% !important;
    }

    .bg-need {
        display: none;
    }
}

@media screen and (max-width: 1003px) {
    .overview-mixed-courses{
        margin-top: 400px;
        margin-bottom: 70px;
    }
    .title-learning-mixed-right {
        font-size: 24px;
    }

    .desc1-learning-mixed {
        font-size: 18px;
    }

    .title-learning-mixed {
        font-size: 20px;
    }

    .info-learning-mixed {
        font-size: 18px;
        width: 90%;
        text-align: right !important;
    }

    .learning-mixed-right, .learning-mixed-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .learning-mixed-left {
        margin-top: 20px;
    }

    .learning-mixed {
        flex-direction: column;
        margin: 50px auto 130px auto;
    }

    .inner-join-mixed {
        display: none;
    }

    .join-mixed {
        padding: 20px 0px;
    }

    .inner-join-mixed-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 91%;
        margin: 10px auto;
    }

    .desc-time-bundle {
        width: 60% !important;
    }

    .title-reserve-info {
        font-size: 24px;
    }

    .price-this-course {
        font-size: 40px;
    }

    .instead-price-this-course, .title-reserve-this-course {
        font-size: 18px;
    }

    .instead-price {
        font-size: 16px !important;
    }

    .SAR-white {
        width: 40px;
        height: 50px;
    }

    .SAR-red {
        width: 18px;
        height: 20px;
    }

    .desc-reserve-info {
        font-size: 18px;
        line-height: 1.4;
    }

    .price-reservation {
        margin-top: 0px !important;
    }

    .reserve-this-course {
        width: 70%;
    }

    .div-reserve-img {
        width: 100%;
        height: 328px;
    }

    .div-reserve-img img {
        object-fit: cover;
    }

    .reserve-mixed-info {
        width: 90%;
        top: 70%;
        left: 50%;
        transform: translate(-50%, 0%);
        height: 300px;
    }

    .reserve-mixed-courses {
        margin-bottom: 300px;
        margin-top: 50px;
    }

    .inner-hero-mixed {
        flex-direction: column;
        padding-top: 30px;
    }

    .hero-mixed-info, .div-hero-button {
        display: none;
    }

    .hero-mixed-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hero-mixed-left {
        margin-top: 30px;
        width: 60%;
        background-color: white;
        padding: 13px;
        border-radius: 12px;
        margin-bottom: 40px;
    }

    .youtube-lazy-load.video-playing {
        padding-bottom: 50px;
    }

    .hero-mixed-info-res {
        display: block;
        background-color: #D5D9DF;
        padding: 15px;
        border-radius: 12px;
        margin-top: 20px;
    }

    .hero-mixed-info-res p {
        font-size: 18px;
        font-weight: 500;
    }

    .hero-button-res {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #61509E;
        border: none;
        padding: 12px 50px;
        color: white;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
        box-shadow: 5px 5px #4E407E;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .hero-mixed-left iframe {
        height: 55%;

    }
}

@media screen and (max-width: 778px) {
    .video-svg {
        top: 56%;
    }

    .space-featured-images {
        margin: 60px 0px -15px 0px !important;
    }

    .title-featured-images {
        font-size: 24px;
        margin-bottom: -10px;
    }

    .featured-image-info {
        width: 100%;
    }

    .featured-image-info p:first-child {
        font-size: 18px;
        text-shadow: 1px 2px #0f0f0fe8 !important;
    }

    .featured-image-info p:last-child {
        font-size: 16px;
        text-shadow: 1px 1px #0f0f0fe8 !important;
    }

    .div-featured-images {
        height: 380px;
    }

    .subtitle-about-mixed {
        font-size: 18px !important;
        margin-bottom: 20px;
    }

    .title-about-mixed {
        font-size: 25px !important;
    }

    .page-mixed-courses button {
        font-size: 18px !important;
        font-weight: bold;
    }

    .logo-bundle-mixed {
        position: absolute !important;
        left: 50%;
        top: -10%;
        transform: translate(-50%);
    }

    .card-in-person-mixed:last-child .logo-bundle-mixed {
        top: -5% !important;
    }

    .top-price-mixed {
        margin-top: 25px;
    }

    .cards-in-person-mixed {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }

    .bundles-mixed-button {
        font-size: 14px;
    }

    .title-info-card-mixed {
        font-size: 14px;
        /* width: 95%; */
    }

    .page-mixed-courses ul li span {
        font-size: 18px;
    }

    .info-card-in-person-mixed p {
        font-size: 18px;
    }

    .card-in-person-mixed {
        height: auto;
        margin-top: 43px;
    }

    .card-in-person-mixed:first-child {
        margin-top: 25px;
    }

    .info-card-in-person-mixed {
        margin-bottom: 110px;
    }
}

@media screen and (max-width: 711px) {
    .top-border-new-banner {
        display: none;
    }


    .info-new-banner2 {
        font-size: 29px;
    }

    .info-new-banner1 {
        font-size: 20px;
    }

    .info-new-banner {
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .info-new-banner button {
        margin-top: 20px;
    }

    .title-bundles-mixed {
        font-size: 25px;
        margin-bottom: -12px;
        padding-top: 20px;
    }

    .desc-time-bundle {
        width: 70% !important;
    }

    .reserve-mixed-info {
        height: 330px;
    }

    .reserve-this-course {
        width: 110%;
        right: -35px;
        padding: 15px 40px 15px 20px;
    }

    .title-reserve-info, .desc-reserve-info {
        text-align: center;
    }

    .btn-about {
        box-shadow: 5px 5px #4E407E;
    }

    .closer-about-button {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        top: -20px;
        left: 35%;
        transform: translate(-35%);
        z-index: 10;

    }

    .about-bundle {
        padding-top: 30px !important;
    }

    .hero-mixed {
        min-height: 580px;
    }

    .hero-mixed-left {
        width: 100%;
    }

    .hero-mixed-title {
        font-size: 30px;
        font-weight: bold;
    }

    .hero-mixed-subtitle {
        font-size: 50px;
        text-align: center;
        font-weight: 800;
        line-height: 55px;
    }

    .hero-mixed-description {
        font-size: 20px;
    }


    .hide-side {
        display: none;
    }

    .desc-path {
        width: 100% !important;
        font-size: 18px !important;
    }

    .normal-idea {
        width: 95%;
        font-size: 18px !important;
        text-align: right !important;
    }

    .btn-idea {
        width: 90% !important;
        position: absolute !important;
        bottom: -100px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .btn-ideas {
        width: 60%;
    }


    .img-path {
        margin-top: -30px !important;
    }

}

@media screen and (max-width: 600px) {
    .overview-mixed-courses{
        margin-top: 580px;
        margin-bottom: 70px;
    }
    .svg-overview-info{
        width: 50px !important;
        height: 50px !important;
    }
    .one-info-overview-mixed-courses{
        width: 100%;
    }
    .one-info-overview-mixed-courses p {
        width: 90%;
    font-size: 18px;
}
    .reserve-mixed-courses {
        margin-bottom: 460px;
    }

    .reserve-mixed-info {
        height: 500px;
    }

    .new-reservee {
        width: 100% !important;
        justify-content: center !important;
    }

    .info-diffrence-mixed p {
        font-size: 18px;
    }

    .title-diffrence-mixed {
        font-size: 24px !important;
    }

    .images-diffrence-mixed {
        width: 100%;
        height: 350px;
    }

    .image-diffrence-main {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image-diffrence-right {
        width: 55%;
        height: 180px;
        object-fit: cover;
        border-top: 3px solid white;
        border-left: 5px solid white;
        border-top-left-radius: 4px;
    }

    .trainer-diffrence {
        width: 45%;
        height: 120px;
    }
}

@media screen and (max-width: 760px) {
    .out-right-info-bannerr {
        bottom: 130px;
    }
}

@media screen and (max-width: 661px) {
    .warning-seats {
        flex-direction: column;
        height: auto;
        gap: 10px;
        font-size: 16px;
        text-align: center;
        padding: 15px;
        margin-top: 30px;
    }

    .new-banner {
        margin: 50px 0px;
    }

    .right-info-bannerr {
        padding: 25px;
    }

    .logo-featured-img {
        width: 90px !important;
        height: 50px !important;
        right: 20px !important;
    }
}

@media screen and (max-width: 500px) {
    .desc-time-bundle {
        width: 100% !important;
        font-size: 18px !important;
        margin: 20px auto !important;
    }

    .closer-about-button {
        left: 25%;
        transform: translate(-25%);
    }
}

/* @media screen and (max-width: 472px) {
    .reserve-mixed-info {
        height: 350px;
    }
} */

@media screen and (max-width: 434px) {


    .reserve-this-course {
        width: 112%;

        bottom: -60px;
    }


}

@media screen and (max-width: 410px) {
    .reserve-this-course {
        bottom: -80px;
    }

    .out-right-info-bannerr {
        bottom: 145px;
    }
}