
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
@font-face {
    src: url('../fonts/SVN-Poppins-Regular.ttf');
    font-family: 'SVN-Poppins';
    font-display: swap;
    ascent-override: normal;
    ascent-override: 90%;
    font-weight: 400;
}
.box-text-category {
    height: 100%;
}
.box-text-category h2 {
    font-size: 30px;
    font-family: 'SVN-Poppins',sans-serif;
    margin-bottom: 0;
    font-weight: bold;
}
.box-text-category h2 span {
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(to right,#f2761f,#fbaf14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-text-category p {
    font-family: 'SVN-Poppins',sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
}
#video-list .col {
    padding-top: 3rem;
    padding-bottom: 0;
}
#video-list .box-text {
    padding: 8px 0 0 0;
}
#video-list .post-title {
    margin: 0;
    text-align: left;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    -webkit-text-fill-color: #000;
    background: transparent;
    font-family: 'SVN-Poppins';
}
.more-video {
    padding-top: 3rem;
}
.more-video a {
    margin: 0;
}
.single-video #dark-breadcrumbs,
.single-video .bannerBlock {
    display: none;
}
.title-video span {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    background: linear-gradient(to right, #f2761f, #fbaf14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-video .post-related {
    margin-top: 0;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (min-width: 700px) and (max-width: 1079.98px) {

}
@media only screen and (max-width: 849.98px) {
   
}

@media only screen and (max-width: 699.98px) {

}

@media only screen and (max-width: 549.98px) {
    
}

@media only screen and (min-width: 300px) {
    
}

@media only screen and (min-width: 550px) {
    
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 850px) {
    #video-list:nth-of-type(2n) .row > .large-7 {
        order: -1;
    }
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {
 
}