.margin_for_the_separation {
    margin-bottom: 50px;
    background-color: rgba(231, 231, 231, 0.350);
    padding-block: 50px;
    margin-top: -36px;
    text-align: center;
    color: var(--ai-blue-color);
    border-radius: 12px;
}

.review .margin_for_the_separation {
    text-align: right;
    padding-right: 36px;
    border-radius: 12px;
    height: 50px;
    padding-top: 21px;
    padding-bottom: 82px;
    margin-bottom: 0;
}

.content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.text-section {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-section p {
    margin-bottom: 0px;
    font-size: 25px;
    text-align: justify;
    padding: 0px 20px 0px 20px;
    font-weight: normal;
}

.red-text-for-description {
    color: rgb(205, 70, 70);
}

.price {
    font-size: 40px;
    font-weight: bolder;
    background-color: rgba(231, 231, 231, 0.350);
    border-radius: 15px;
    width: 80%;
    text-align: center;
    padding: 10px 60px;
    height: auto;
    color: var(--ai-blue-color);
}

.cta-button {
    width: 100%;
    font-size: 50px;
    text-align: center;
    border-radius: 15px;
    margin: 0px auto 0;
    background-color: var(--ai-blue-color);
    color: var(--ai-white-color);
    font-weight: bolder;
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3;
    color: #e0e0e0;
}

.buttons_section_width {
    width: 100%;
    flex: 1;
    padding: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.buttons_section_width p {
    width: 100%;
    flex: 1;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 40px;
    font-weight: normal;
}

.image-section img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
    }

    .text-section,
    .image-section {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .text-section {
        order: 2;
    }

    .image-section {
        order: 1;
    }

    .text-section p {
        font-size: 20px;
        text-align: center;
    }
}

.container {
    max-width: 1200px;
    margin-top: 20px;
    /*margin: 10 auto;*/
    background: #fff;
    padding: 20px;
    padding-inline: 100px;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}

.header h1 {
    font-size: 30px;
    background-color: rgba(231, 231, 231, 0.350);
    padding-inline: 130px;
    padding-block: 10px;
    font-weight: bold;
    text-align: right;
    color: var(--ai-blue-color);
    margin-top: 20px;
}

.avatar {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-content {
    flex: 1;
    width: 80%;
    margin: auto;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.review-header .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.review-header .date {
    font-size: 14px;
    color: #888;
}

.stars {
    display: flex;
    gap: 5px;
    margin: 5px 0;
}

.line_break {
    padding-block: 100px;
}

.stars img {
    width: 70px;
    height: 20px;
    display: inline-block;
}

.review-text {
    font-size: 16px;
    color: #555;
}

.content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 20px;
}

.image-section {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.main-image img {
    max-width: 100%;
    padding-block: 30px;
    border-radius: 30px;
    border: 1px solid;
    max-height: 100%;
    margin-top: 0;
}

.thumbnail-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 30px;
}

.thumbnail-images img {
    width: 650px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-block: 8px;
}

.thumbnail-images img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}



.profile-pic img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySlides {
    opacity: 0;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    padding-block: 108px;
    margin: auto;
}

.mySlides.active {
    opacity: 1;
    position: relative;
    background-color: #ededed;
    border-radius: 20px;
}

img {
    vertical-align: middle;
}

.slideshow-container {
    height: auto;
    max-width: 100%;
    position: relative;
    margin: auto;
    justify-content: center;
    justify-items: center;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border: none;
    background-color: #ededed;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    user-select: none;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
}

.prev {
    left: 2%;
}

.next {
    right: 2%;
}

/* .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    /* position: absolute;
    bottom: 8px;
    width: 70%; */
    margin: auto;
    text-align: center;
} */

.prev img {
    height: 30px;
}

.next img {
    transform: rotate(180deg);
    height: 30px;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.slider-height-content {
    display: flex;
    height: 700px;
}


@media (max-width: 768px) {

    .content {
        flex-direction: column;
    }

    .header h1 {
        padding-inline: 0;
    }

    .avatar {
        margin-bottom: 10px;
    }

    .container {
        padding-inline: 20px;
    }

    .profile-pic img {
        border-radius: 20px;
        width: 100%;
    }

    .image-section {
        flex-direction: column;
        align-items: center;
    }

    .thumbnail-images {
        flex-direction: row;
        gap: 5px;
    }

    .thumbnail-images img {
        width: 60px;
    }

    .profile-pic img {
        width: 100%;
    }
}

.review .slider-container  {
    height: 435px;
}


.review .slider-nav {
    top: 292px;
}

.review .slider-container .card {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    padding-right: 12px;
    padding-left: 12px;
}

.text-light {
    display: flex;
    justify-content: space-around;
    padding-right: 60px;
    padding-left: 60px;
    height: 234px;
}

.review .review_container {
    width: 601px;
    height: 292px;
}

.review .review_container .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    background-color: #ededed;
    padding-right: 14px;
    padding-left: 13px;
    padding-top: 21px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    padding-bottom: 20px;
}

.review .review_container .header img {
    width: 76px;
    height: 16px;
    margin-top: 4px;
}

.review .review_container .header h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.review .review_container p {
    padding-right: 18px;
    padding-left: 20px;
}

.review .slider-nav-next {
    right: -15px;
}

.review .slider-nav-previous {
    left: -29px;
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    .margin_for_the_separation{
        margin-top: 13px;

    }
    .slideshow-container {
        height: auto;
    }

    .prev,
    .next {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-top: -15px;
        line-height: 30px;
    }

    .review-text {
        font-size: 14px;
    }

    .review .slider-nav-next {
        right: 0;
    }

    .review .slider-nav-previous {
        left: 0;
    }
}

@media only screen and (max-width: 480px) {

    .prev,
    .next {
        width: 25px;
        height: 25px;
        font-size: 16px;
        margin-top: -12.5px;
        line-height: 25px;
    }

    .review-text {
        font-size: 12px;
    }
}
