:root{
    --plyr-color-main:#C35C57;
}

.top-article{
    background-color: var(--mounten-color);
}
.divOne{
    width: 32px;
height: 32px;
}
.top-article h4,.divTwo h6{
    color: var(--main-color-2);
}
h1,h2,.divTwo span{
    color: var(--fff-color)!important;
}
.top-article >p{
    color: var(--white, #FFF);
font-size: 12px;
font-weight: 400;
line-height: 180%;
margin-left: auto;
}
.top-article >p span{
    color: var(--desert, #F5B078);
text-align: right;
font-size: 12px;
font-weight: 400;
line-height: 180%; /* 21.6px */
}
.under-div{
    background-color: var(--mounten-color);
    padding-top: 16px;
}
.under-div >div{
    background-color: var(--fff-color);
    border-radius: 40px 40px 0 0;
}
.under-div >div ul{
    position: relative;
    padding: 22px 50px 16px;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 56px;
}
.under-div >div ul::after{
    content: "";
    position: absolute;
    opacity: 0.15;
background: #5D5C64;
width: 100%;
height: 1px;
left: 0;
bottom: 0;
}
.under-div ul li{
    position: relative;
color: var(--gray-blue, #5D5C64);
cursor: pointer;

font-size: 14px;

font-weight: 700;
line-height: 130%; /* 18.2px */
}
.under-div ul li.active::before{
         content: "";
    position: absolute;
    background: #F5B078;
    width: 141%;
    height: 1px;
    left: -6px;
    bottom: -16px;
    z-index: 5;
}
li.active{
    color: var(--black, #222)!important;
text-align: right;
font-size: 14px;
font-weight: 700;
line-height: 130%; /* 18.2px */
}
.under-div .content{
    padding: 20px 22px;
}
.under-div .content p{
    color: var(--black, #222);
text-align: right;
font-size: 14px;
font-weight: 400;
line-height: 180%; /* 25.2px */
}
.parent-slick-rels{
    border-radius:0;
}
.playy{
    position: absolute;
top: 0;
left: 0;
    width: 100%;
    height: 100%;
}
.playy div{
width: 50px;
height: 50px;
background-color: #ffffff80;
border: 2px solid #fff;
}
.crom div{
    justify-content: start;
}
/******************************** vid ****************/


 .section{
   width: 316px;
/*height: 191.786px;*/
flex-shrink: 0;
border-radius: 20px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
margin:20px auto ;
overflow: hidden;
}

.sonson a{
  color: var(--black, #222);
text-align: center;
font-size: 12px;
font-weight: 700;
line-height: 130%; /* 15.6px */
}
.a-img{
    margin-left: auto;
    width: 316px ;
}
@media (max-width: 768px){
    .a-img{
        width: 100%;
    }
}
