.breadcrumb-item+.breadcrumb-item:lang(ar)::before {

    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb a {
    color: rgba(94, 94, 94, 1);
}

.video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    /* object-fit: cover; */
    /* height: 453px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.video-wrapper video {
    width: 100%;
    display: block;
    max-height: 300px;
    object-fit: cover;
}

.icon_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(115 108 97);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 3;
}


.circ_after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 51px;
    height: 51px;
    background-color: #00000033;
    z-index: 2;
}

.circ_before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgb(0 0 0 / 9%);
    z-index: 1;
}

.custom-play-btn i {
    font-size: 22px;
    color: #c8a976;
}

.video-wrapper video.playing+.custom-play-btn {
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}
.gray_color{
    color: rgba(59, 61, 76, 1);
}
/* btn_services */
.btn_services{
    background: rgba(59, 61, 76, 1);

}
.btn_services:before,
.btn_services:after {
    background: var(--main);

}
.bg_white {
    background-color: #fff;
}