.testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding-bottom: 120px;
    position: relative;
    position-left: 1rem;
    position-right: 1rem;
}

.testimonials.expanded-height {
    padding-bottom: 600px;
}

.testimonials__title {
    color: #fff;
    text-align: center;
    font-kerning: none;
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 79.2px;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.testimonials__container {
    max-width: 1420px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr) );
    gap: 22px;
    width: 100%;
    justify-content: center;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.testimonials__container-item {
    /*width: 460px;*/
    position: relative;
    height: 100%;
    min-height: 650px;
    flex-shrink: 0;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    box-sizing: border-box;
    will-change: transform, opacity;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.testimonials__description-container {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(35%);
    display: flex;
    flex-direction: column;
    width: 746px;
    padding: 42px 62px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    height: 0;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
    border: 1px solid #777;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.testimonials__top-text-container {
    display: flex;
    padding: 22px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 573px;
    height: 138px;
    background-color: #1d1d1d;
    border-radius: 10px;
}

.open .testimonials__top-text-container {
    min-width: auto;
    width: 100%;
    height: auto;
    border: 1px solid rgb(255 255 255 / 50%);
}

.testimonials__description-container-text {
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: 28.8px;
}

.testimonials__container-item.open .testimonials__description-container {
    height: auto;
    max-height: none;
    opacity: 1;
    overflow: visible;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.testimonials__container-item:not(.open) .testimonials__description-container {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.testimonials__container-item.shrink {
    transform: translateX(100%);
    opacity: 0;
}

.testimonials__photo-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.7s ease, opacity 0.7s ease;
    opacity: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.testimonials__container-item.open .testimonials__photo-hover {
    width: 586px;
    height: 664px;
    transition: width 0.5s ease, height 0.5s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.testimonials__container-item:hover .testimonials__photo-hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.testimonials__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.testimonials__container-item.open .testimonials__play {
    display: none;
}

.testimonials__text-container {
    display: inline-flex;
    padding: 22px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid rgb(255 255 255 / 50%);
    background-color: #1d1d1d;
    width: 357px;
    height: 160px;
    position: absolute;
    bottom: 49px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.testimonials__container-item.open .testimonials__text-container {
    display: none;
}

.testimonials__container-title {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.8px;
    text-transform: uppercase;
}

.testimonials__subtitle {
    color: #fff;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.testimonials__text {
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.8px;
}

@media screen and (max-width: 1490px) {
    .testimonials__container {
        grid-template-columns: repeat(3, minmax(0, 1fr) );

    }

    .testimonials__container-item {
        /*width: 460px;*/
    }

    .testimonials__container-title {
        font-size: 16px;
    }

    .testimonials__subtitle {
        font-size: 18px;
    }

    .testimonials__text {
        font-size: 12px;
    }

    .testimonials__text-container {
        width: 357px;
        height: 160px;
    }

    .testimonials__title {
        font-size: 60px;
        line-height: 66px;
    }
}

@media screen and (max-width: 1330px) {
    .testimonials__container-item.open .testimonials__photo-hover {
        width: 486px;
        height: 564px;
    }

    .testimonials__description-container {
        transform: translateX(26%);
    }
}

@media screen and (max-width: 1230px) {
    .testimonials__description-container {
        position: absolute;
        top: 550px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
        width: 746px;
        padding: 42px 62px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

@media screen and (max-width: 990px) {
    .testimonials__container {
        grid-template-columns: repeat(1, 460px);
    }

    .testimonials__container-item {
        width: 460px;
    }

    .testimonials__container-title {
        font-size: 16px;
    }

    .testimonials__subtitle {
        font-size: 18px;
    }

    .testimonials__text {
        font-size: 12px;
    }

    .testimonials__text-container {
        width: 357px;
        height: 160px;
    }

    .testimonials__title {
        font-size: 48px;
        line-height: 52.8px;
    }
}

@media screen and (max-width: 800px) {
    .testimonials {
        gap: 60px;
    }

    .testimonials__title {
        font-size: 42px;
        line-height: 46.2px;
        width: 460px;
    }

    .testimonials__description-container {
        width: 600px;
        padding: 42px 62px;
    }

    .testimonials__top-text-container {
        min-width: 460px;
    }
}

@media screen and (max-width: 635px) {
    .testimonials {
        gap: 42px;
    }

    .testimonials__title {
        font-size: 36px;
        line-height: 39.6px;
        width: 335px;
    }

    .testimonials__container {
        gap: 22px;
        justify-content: center;
        padding: 0;
    }

    .testimonials__description-container {
        width: 400px;
        padding: 22px;
        top: 550px;
    }

    .testimonials__description-container-text {
        font-size: 14px;
        line-height: 22.4px;
    }

    .testimonials__top-text-container {
        min-width: 360px;
    }
}

@media screen and (max-width: 500px) {
    .testimonials__container-item.open .testimonials__photo-hover {
        width: 386px;
        height: 500px;
    }

    .testimonials__description-container {
        top: 550px;
    }

    .testimonials__container {
        grid-template-columns: repeat(1, 335px);
        gap: 32px;
        justify-content: center;
        padding: 0;
    }

    .testimonials__container-item {
        width: 335px;
        height: 437px;
    }

    .testimonials__text-container,
    .testimonials__top-text-container {
        width: 312px;
        height: 140px;
        padding: 18px;
        gap: 6px;
        bottom: 12px;
    }

    .testimonials__container-title {
        font-size: 16px;
    }

    .testimonials__subtitle {
        font-size: 20px;
    }

    .testimonials__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 430px) {
    .testimonials__container {
        gap: 22px;
    }

    .testimonials__container-item {
        width: 335px;
        height: 437px;
    }

    .testimonials__text-container {
        width: 312px;
        height: 140px;
        padding: 18px;
        gap: 6px;
        bottom: 12px;
    }

    .testimonials__description-container {
        width: 335px;
        padding: 22px 12px;
    }

    .testimonials__top-text-container {
        min-width: 325px;
    }

    .testimonials__container-title {
        font-size: 16px;
    }

    .testimonials__subtitle {
        font-size: 20px;
    }

    .testimonials__text {
        font-size: 14px;
    }
}
