.container-video{
    width: 50%;
}
.bg-video{
    width: 100%;
    height: 75vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.video-box{
    z-index: 2;
    width: 100%;
    height: 70vh;
}
.user-box{
    padding: 10px;
    background: #696969;
}
.user-box .profile{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.border-green{
    border-radius: 25px;
    border: 4px solid #4da26b;
}
.border-red{
    border-radius: 25px;
    border: 4px solid #fa0605;
}
.border-yellow{
    border-radius: 25px;
    border: 4px solid #ffcc03;
}
.border-white{
    border-radius: 25px;
    border: 4px solid #fff;
}
.status-txt{
    background: #fff;
    color: #000;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    height: 36px;
    margin-bottom: 5px;
}
.svg-link{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

ul.starts {
    margin: 2px auto;
    padding-right: 0px;
    text-align: center;
}
.starts li {
    display: inline;
    text-align: center;
}
.green-svg{
    fill: #03fd5e;
}
.red-svg{
    fill: #fa0605;
}
.white-svg{
    fill: #fff;
}
.golden-svg{
    fill: #ffcc03;
}
.gx-4{
    --bs-gutter-x: 1.5rem;
}

.slide-item .block-images::before{
    border-radius: unset !important;
}
.item-tool-like{
    background: #ddddddb2;
    color: #000;
    border-radius: 15px;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    display: inline-block;
}
.item-tool-liked{
    background: #fff !important;
}
.yellow-title{
    color: #ffcb08;
    font-size: 1.3rem;
}
.sharee-box{
    background: #fff;
    border-radius: 30px;
    padding-right: 0px;
    width: 50%;
    margin-top: 10px;
    color: #0000;
    text-align: center;
    padding: 5px;
}
.sharee-box li{
    margin-left: 0.75em;
    display: inline-block;
}

.shape-left{
    position: absolute;
    left: 0px;
    width: 100px;
    top: 50%;
}
.shape-right{
    position: absolute;
    right: 0px;
    width: 100px;
    top: 60%;
}
.profile{
    height: 500px;
    background-repeat: no-repeat, repeat;
}
.profile img{
    width: 400px;
    border-radius: 50%;
    height: 400px;
    object-fit: cover;
    left: 70px;
    position: absolute;
    top: 30px;
}
.participant-title{
    font-size: 1.4rem;
}

@media screen and (max-width: 1152px) {
    .shape-right {
        width: 80px;
        top: 72%;
    }
    .shape-left{
        width: 80px;
    }
}
@media screen and (max-width: 1070px) {
    .shape-right {
        width: 60px;
        top: 80%;
    }
    .shape-left{
        width: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .container-video{
        width: 70%;
    }
    .profile img {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 800px) {
    .container-video{
        width: 80%;
    }
}
@media screen and (max-width: 786px) {
    .profile img {
        width: 60vw;
        height: 60vw;
        top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .bg-video{
        height: 300px;
    }
    .video-box{
        height: 300px;
        width:unset;
    }
    .video-box video{
        height: 200px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .profile img{
        width: 74vw;
        height: 74vw;
        margin-top: 10px;
    }
    .shape-right {
        display: none;
    }
    .shape-left {
        top: -130px;
    }
    .participant-box{
        padding-right: 1.5rem !important;
    }
    .sharee-box{
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .starts li svg {
        width: 20px !important;
    }
    .profile img {
        width: 70vw;
        height: 70vw;
    }
}
