/* Video Slider */

.vt-slide{
position:relative;
}

.vt-slide img{
width:100%;
display:block;
border-radius:10px;
}

.vt-play{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:rgba(0,0,0,0.6);
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.vt-play::before{
content:"▶";
font-size:28px;
color:#fff;
}

.vt-video-slider{
width:100%;
overflow:hidden;
}

.vt-video-slider .swiper-slide{
height:auto;
}

.vt-slide img{
width:100%;
display:block;
border-radius:10px;
}


.vt-image{
    border-radius: 10px!important;
}

.vt-content{
padding-top:10px;
}

.vt-title{
    font-family:'Urbanist', sans-serif;
font-size:28px;
font-weight:700;
margin-bottom:5px;
}

.vt-desc{
    font-family:'Urbanist', sans-serif;
font-size:20px;
font-weight: 500;
color:#666;
line-height:1.4;
}