.bridalTitleContainer{

    width: 100%;

    display: flex;

    justify-content: end;

}



.bridalStories{

    padding: 50px 80px;

}



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

    .bridalStories{

        padding: 30px 30px;

    }

}



.bridalTitle{

    display: flex;

    flex-direction: column;

    justify-content: end;

    margin-right: 0;

    text-align: right;

    width: fit-content;

}


/*
.bridalTitle h2{

    font-size: 50px;

    font-weight: 300;

}*/

.bridalTitle h4{

    font-size: 40px;

    text-align: left;

}

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

    .bridalTitle{

        display: flex;

        justify-content: center;

        text-align: center;

        width: 100%;

    }

    .bridalTitle h2{

        font-size: 30px;

        text-align: center;

    }

    .bridalTitle h4{

        font-size: 20px;

        text-align: center;

    }

}



.container_dress{

    padding: 0 20px;

}



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

    .container_dress{

        padding: 0 30px;

    }

}

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

    .container_dress{

        padding: 0 0px;

    }

}



.card_dress_container{

    display: flex;

    justify-content: center;

    align-items: center;

    margin: auto;

    max-width: 450px;

}



.card_dress{

    position: relative;

    overflow: hidden;

   /* width: 310px;*/

   width: 90%;

    height: 500px;

    display: flex;

    justify-content: center;

    align-items: end;

    transition: 500ms;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}



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

    .card_dress {

        max-width: 290px;
        width: 290px;
    }

}



.card_dress:hover{

    transform: scale(1.1);

    transition: 500ms;

    z-index: 20;

}

.owl-item.active.center .card_dress{

    transform: scale(1.1);

    transition: 500ms;

    z-index: 20;

}



.card_dress > img{

    position: absolute;

    width:100%;

    height: 100%;

    top: 0;

    left: 0;

    object-fit: cover;

}



.content_center{

    height: 80px;

    width: 100%;

    background: #ffffff54;

    position: relative;

    z-index: 1;

    padding: 5px 10px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    bottom: 30px;

}



.content_center h2{

    font-size: 23px;

    margin-bottom: 5px;

}



.content_center p{

    font-weight: 600;

    font-size: 18px;

}



/* content hover */

.content_hover_dress{

    position: absolute;

    width: 100%;

    height: 100%;

    top: -500px;

    left: 0;

    background: var(--color_primary);

    z-index: 2;

    transition: 500ms;

}



.card_dress:hover .content_hover_dress{

    transform: translateY(500px);

    transition: 500ms;

}
/*
.owl-item.active.center .content_hover_dress{

    transform: translateY(500px);

    transition: 500ms;

}
*/


.img_dress_hover{

    width: 100%;

    height: 200px;

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    z-index: 3;

}

.img_dress_hover::before{

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #4b4b4b54;

    z-index: 2;

}

.img_dress_hover img{

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0; 

    left: 0;

    object-fit: cover;

}

.title_dress{

    z-index: 5;

}

.img_dress_hover .title_dress h3{

    position: relative;

    z-index: 3;

    color: #fff;

    font-size: 20px;

    padding-bottom: 20px;

}

.line_dress{

    position: relative;

    z-index: 5;

    height: 2px;

    width: 50%;

    background: #fff;

}

.ubication_dress{

    position: relative;

    z-index: 5;

    font-size: 17px;

    font-weight: 600;

    color: #fff;

    padding-top: 20px;

}



.body_dress_hover{

    width: 220px;

    height: 170px;

    margin: 40px auto;

    overflow: auto;

    padding-right: 10px;


}



.button_bridal{

    padding: 15px 70px 20px 70px;

}



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

    .button_bridal{

        display: flex;

        justify-content: center;

        padding: 15px 30px 20px 30px;

    }

}



/* owl */


@media screen and (min-width:768px) {
   /* .dress-carousel .owl-stage{
        left: -155px !important;
    }*/
    .dress-carousel .owl-item {

        padding: 30px 0;
    
        z-index: -1;
    
    }
}


@media screen and (max-width:768px){
    .dress-carousel{
        padding-top: 20px;
    }
}



.dress-carousel .owl-item:hover {

    z-index: 11;

}

.dress-carousel .owl-item.active.center {

    z-index: 10 !important;

}

/* button for video testimony */

.button_play_testi{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_play_testi a{
    width: 70px;
    height: 70px;
}

.button_play_testi a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.close_button.play_certification{
    background: #D9BFF5;
    color: #fff;
    margin: 5px 10px 10px 10px;
}