/* FONTS START */
@font-face {
    font-family: 'Playfair-Display-Bold';
    src:  url('../font/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Playfair-Display-ExtraBold';
    src:  url('../font/PlayfairDisplay-ExtraBold.ttf') format('truetype');
    /* url('../font/PlayfairDisplay-ExtraBold.ttf') format('truetype'); */
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Playfair-Display-Heavy';
    src:  url('../font/PlayfairDisplay-ExtraBold.ttf') format('truetype');
    /* url('../font/PlayfairDisplay-ExtraBold.ttf') format('truetype'); */
    font-weight: 900;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src:  url('../font/OpenSans-ExtraBold.ttf') format('truetype');
    /* url('../font/OpenSans-ExtraBold.ttf') format('truetype'); */
    font-weight: 800;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src:  url('../font/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.slider__feedback {
    z-index: 1;
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
}
.ifrm_u {
    width: 75%;
}
a.show__more.frst{
    display: flex;
    justify-content: flex-end;
}
.pre_slide_feed, .next_slide_feed {
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #b17b57;
    font-size: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -40px;
}
.next_slide_feed {
    right: 2%;
}
.pre_slide_feed {
    left: 2%;
}
.bk_slide, .slider_container_b {
    width: 100%;
    height: auto;
    z-index: 0;
    overflow: hidden;
}
.slider_track_b {
    display: flex;
    transition: .6s;
}
.content_slide_feed {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 600px;
}

/* FONTS END */
.first__feedback{
    width: 1400px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 102px;
}
.feedbacks__header h1{
    font-size: 375%;
    text-transform: uppercase;
    color: #b17b57;
    font-weight: 700;
    font-family: "Playfair-Display-Bold";
    text-align: center;
    margin-bottom: 103px;
}
.feedbacks{
    font-size: 15px;
    color: #000;
    font-weight: 800;
    font-family: "OpenSans-Regular";
    text-align: left;
    white-space: pre-line;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.show__more{
    font-size: 150%;
    color: #b17b57;
    font-weight: 800;
    font-family: "Playfair-Display-ExtraBold";
    text-align: right;
    text-decoration: underline !important;
    text-transform: lowercase;

}
.bk__feedback{
    background-image: url('../img/bkfeedbackst.svg');
    background-size: 103%;
    background-position-x: -15px;
    background-position-y: 15px;
    background-repeat: no-repeat;
    margin-top: -200px;
}

.second__feedback{
    display: flex;
    flex-direction: row-reverse;
    width: 1400px;
    margin: 0 auto;
    padding-top: 310px;
}
.girl{
    padding-bottom: 70px;
}
.feedbacks__sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec__p{
    text-align: left;
    margin-top: 100px;
}
.sec{
    color: #fff;
}
.video{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.link_video{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1475%;
    color: #ffffff;
    font-weight: 900;
    font-family: "Playfair-Display-Heavy";
    z-index: 2;
}
.video img{
    width: 100%;
    display: block;
    z-index: 1;
}
.hidden{
    visibility: hidden;
}
.ifrm_u{
    width: 70%;
    height: 100%;
    border-radius: 24px;
}
.be_musical{
    background-color: #ffa683;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
}
.author_detal{
    text-align: right;
    width: 77%;
    font-size: 15px;
    color: #b17b57;
    font-weight: 800;
    line-height: normal;
    font-family: "Playfair-Display-ExtraBold";
    text-transform: uppercase;
}
.author_name{
    font-size: 22px;
}
.author_info{
    margin: 25px 0 10px 0;
}

.author_detal.second_a{
width: 72%;
    margin-left: 19.8%;
    color: #fff;
    margin-top: 20px;
}
a.be_music{
    display: inline-block;
    font-size: 300%;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    font-family: "Playfair-Display-Heavy";
}

