.review_main_section {
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.swiper {
    height: 100%;
}

.mySwiper {
    overflow: hidden !important;
    text-align: center;
}

.mySwiper div {
    align-items: center;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}




.primary-slider-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 4px 15px !important;
    margin-top: 8px;

}

.primary-slider-btn:hover {
    background-color: transparent;
    color: var(--secondary-text);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 4px 15px !important;
    margin-top: 8px;

}


.slider_button {
    display: flex;
    width: 100%;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1;
}

.slider_subtitle {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    font-weight: 200;
    line-height: 1.5;
    color: var(--secondary-text);
}

.btn_next, .btn_prev {
    cursor: pointer;
    font-size: 35px !important;
    color: var(--secondary-text);
    stroke-width: 1;
    stroke: var(--secondary);
}

@media(max-width: 991px) {
    .slider_text_section .slider_title {
        display: block;
    }

    .slider_text_section {
        left: 0;
    }

    .slider_button {
        display: inherit;
        row-gap: 5px;
    }

    .review_main_section {
        padding: 20px 0;
    }

    .btn_next, .btn_prev {
        cursor: pointer;
        font-size: 25px !important;
        color: var(--secondary-text);
        stroke-width: 1;
        stroke: var(--secondary);
    }

}

@media(max-width: 400px) {
    .slider_text_section {
        left: 0;
    }

    .slider_text_section .slider_title {
        font-size: 25px;
    }

    .primary-slider-btn {
        margin-top: 8px;

    }

    .primary-slider-btn:hover {
        margin-top: 8px;
    }

    .slider_text_section .slider_title {
        font-size: 23px;
        margin-bottom: 4px;
    }

}

.image {
    position: relative !important;
}

.review_section {
    /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4); */
    padding: 20px;
    padding-top: 10px;
    border-radius: 10px;
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_text_section {
    text-align: center;
    width: 100%;
    color: var(--secondary-text);
}

.heading {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 25px;
}


.by_text {
    font-size: 14px;
    margin-top: 5px;

}

.rating {
    color: var(--orange);
    margin: 5px 0;
}