* {
    margin: 0;
    padding: 0;
}

#banner a{
    text-decoration: none;
    outline: 0;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#banner img{
    height: auto;
    vertical-align: top;
    max-width: 100%;
}

#banner .banner_container{
    width: 100%;
    height: 864px;
    position: relative;
    overflow: hidden;
}

#banner .banner_container-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/wp-content/themes/dcsofttheme/elementors/images/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .post__info{
    width: 90%;
    text-align: center;
    position: absolute;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin-top: 0;
    transform: translate(-50%, -50%);
    height: 9em;
    display: block;
    padding: 0 0.8rem;
}

#banner .post__categories{
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    margin-top: -2px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

#banner .post__categories a{
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(28, 25, 44, 0.17);
    padding: 0.6em 0.9em;
    margin-bottom: 0.7em;
}

#banner .post__categories a:before{
    content: "";
    background-color: #fec632;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: skew(20deg);
}

#banner .post__categories a:hover{
    color: #1c192c;
}

#banner .post__title{
    margin: 0;
    letter-spacing: 0;
    font-size: 3.28em;
    margin-top: 0.17em;
    margin-bottom: 0.35em;
    font-weight: 700;
    line-height: 1.35em;
}

#banner .post__title a{
    color: #ffffff;
}

#banner .post__title a:hover{
    color: #28ae4e;
}

#banner .post__meta{
    font-size: 13px;
    font-weight: 500;
    margin: 0.2em 0 1em;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
}

#banner .post__date{
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}

#banner .post__date a{
    color: #ffffff;
}

#banner .post__counters-comments{
    color: #ffffff;
    margin-left: 14px;   
}

#banner .post__counters-comments i{
    font-size: 18px;
    margin-right: 0.2em;
    vertical-align: top;
    margin: 0 0.2em 0 0;
}

#banner .post__counters-heart{
    color: #ffffff;
    margin-left: 14px;
}

#banner .post__counters-heart i{
    font-size: 18px;
    margin-right: 0.2em;
    vertical-align: top;
    margin: 0 0.2em 0 0;
}

#banner .post_counters-number{
    margin-right: 0.2em;
    line-height: 1.5;
    margin: 0 0.2em;
    font-size: 13px;
}

#banner .banner_container-wrapper{
    max-width: var(--content-width);
    margin-top: -11.5em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#banner .wrap__columnn{
    display: flex;
    margin-left: 0px;
    margin-right: 0;
    gap: 1rem;
    padding: 0;
}

#banner .wrap__columnn-1_3{
    flex: 1;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
}

#banner .post__item{
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#banner .post__item-thumb{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

#banner .post__item-thumb::before{
    background: rgba(255, 255, 255, 0) url('/wp-content/themes/dcsofttheme/elementors/images/bg_cover.png') no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#banner .gamezone__image{
    aspect-ratio: 6 / 4;
    object-fit: cover;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
}

#banner .btn-play::before{
    content: ""; 
    top: 32.5%;
    width: 75px;
    line-height: 58px;
    height: 75px;
    left: 49.5%;
    text-align: right;
    background-color: rgba(255, 255, 255, 0);
    z-index: 999;
    transform: none;
    margin: -25px 0 0 -25px;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.15);
    display: block;
    position: relative;
    text-indent: 3px;
    letter-spacing: 0;
    transition: all 0.3s ease;
    font-weight: 400;
}

#banner .btn-play::after{
    content: "\f04b"; 
    text-align: center;
    color: #1c192c;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-color: #ffffff;
    width: 65px;
    line-height: 60px;
    height: 65px;
    top: 32.5%;
    left: 49.5%;
    display: block;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    z-index: 4;
    margin: -20px 0 0 -20px;
}

#banner .btn-play{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
}

#banner .btn-play:hover:before{
    border-color: rgba(255, 255, 255, 0.6);
}

#banner .hover__simple{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 103;
}

#banner .hover__simple::before{
    top: 27%;
    content: "\f0c1"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    color: #ffffff;
    left: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    margin: -20px 0 0 -15px;
    opacity: 0;
}

#banner .post__item:hover .hover__simple::before{
    opacity: 1;
}

#banner .post__meta-item{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: auto;
    z-index: 103;
    opacity: 0;
    bottom: 8%;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500;
    margin: 0.2em 0 1em;
}

#banner .post__item:hover .post__meta-item{
    opacity: 1;
}

#banner .meta__post-comments::before{
    content: "\f075"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    margin-right: 0.2em;
    font-size: 1.4em;
    margin: 0 0.2em 0 0;
    vertical-align: top;
    color: #cdcdd5;
}

#banner .post__counters-number{
    margin-right: 0.2em;
    line-height: 1.5;
    margin: 0 0.2em;
    color: #cdcdd5;
}

#banner .meta__post-likes{
    color: #cdcdd5;
    margin-left: 14px;
}

#banner .meta__post-likes::before{
    content: "\f004"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    margin-right: 0.2em;
    font-size: 1.4em;
    margin: 0 0.2em 0 0;
    vertical-align: top;
    color: #cdcdd5;
}

#banner .meta__post-comments:hover::before{
    color: #eeb82b;
}

#banner .meta__post-comments:hover span{
    color: #eeb82b;
}

#banner .meta__post-likes:hover::before{
    color: #eeb82b;
}

#banner .meta__post-likes:hover span{
    color: #eeb82b;
}

#banner .entry__title{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 103;
    width: 70%;
    font-size: 1.6em;
    line-height: 1.038em;
    font-weight: 700;
}

#banner .entry__title a{
    color: #ffffff;
}

#banner .hover__video{
    opacity: 0;
    color: #ffffff;
    transition: all 0.3s ease-out;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
}

#banner .post__item:hover .hover__video{
    opacity: 1;
}

#banner .hover__video::before{
    top: 21%;
    border-width: 2px;
    line-height: 47px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    text-align: center;
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0);
    z-index: 999;
    left: 50%;
    transform: none;
    margin: -25px 0 0 -25px;
    opacity: 1;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    content: "\f04b";
    font-weight: 900;
    display: block;
    position: relative;
    text-indent: 3px;
    letter-spacing: 0;
    transition: all 0.3s ease;
}

#banner .post__item a:hover{
    color: #eeb82b;
}

#banner .title__middle:hover + .hover__video::before{
    border-color: red;
}

#banner .post__date a:hover{
    color: #28ae4e;
}
#banner  .post__counters-comments:hover i,
.post__counters-comments:hover .post_counters-number {
    color: #28ae4e;
}

#banner .post__counters-heart:hover i,
.post__counters-heart:hover .post_counters-number {
    color: #28ae4e;
}

@media only screen and (max-width: 767px) {
    #banner .banner_container {
        height: 500px;
    }
    #banner .btn-play::before{
        top: 20%;
        left: 48.5%;
        width: 64px;
        line-height: 55px;
        height: 65px;
    }
    #banner .btn-play::after{
        top: 20%;
        left: 48.4%;
        width: 55px;
        line-height: 55px;
        height: 55px;
    }
    #banner .post__title{
        font-size: 2em;
        margin-top: 0.17em;
        margin-bottom: 0.35em;
    }
    #banner .banner_container-wrapper{
        margin-top: 2em;
    }
    #banner .wrap__columnn{
	flex-direction: column;
        flex-wrap: wrap;
		padding: 10px;
    }
    
    #banner .wrap__columnn-1_3{
        width: 100%;
        padding-right: 0px;
    }
    #banner .wrap__columnn-1_3:nth-child(2),
    .wrap__columnn-1_3:nth-child(3) {
        padding-top: 20px;
    }
    #banner .post__date{
        margin-bottom: 0.5em;
    }
}