.landing{
    background: url(../../images/consultation.webp) no-repeat center center / cover;

    color: #fff!important;
}

.landing .head_desc{
    color: #fff!important;

}
.landing .head_after{
    color: #fff!important;

}
.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 */
.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; */
    max-height: 453px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.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;
}








