
.post-card {
    /* background-color: #8b51e0; */
    /* background-color: rgba(145, 53, 219, 0.5); */
    /* background-color: #410900; */
    /* background-color: #c58805; */
    /* background-color: #9841ff; */
    /* background-color: rgb(85, 3, 3); */
    /* border: 1px solid #fec340; */
    
   
    
}

.post-card .post-thumb {
    position: relative;
    padding: 30px 0 0 0;
}

.post-content-wrap {
    padding: 0 80px 10px 80px;
    /* background: linear-gradient(to right bottom, #1312138c, #16151685, #2523258c, #2220226e, #302d3086, #3d3c3d88, #55525588, #6d6c6d85, #79787980, #9c9c9c7e, #b9b7b973, #30012d6c); */
}

.post-card .post-content h3 {
    font-family: oxanium, sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1px;
    transition: all .3s ease;
    text-transform: capitalize;
    position: relative
}

.post-card .post-content h3 a {
    background-image: linear-gradient(#9841ff 0%, #9841ff 98%);
    background-size: 0 4px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.post-card .post-content h3 a:hover {
    background-size: 100% 4px
}

.post-card .post-content h3 a {
    color: #fff
}

.post-card .post-content p{
    text-align: center;
}


.classic-post .post-card .post-thumb {
    min-height: 350px
}

.classic-post .post-card .post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center
}


.post-category {
    background-image: linear-gradient(to right bottom, #c38a00, #b78816, #dfa306, #c79615, #efb31f, #efb932, #ffd05d, #efcb73, #ffd86d, #ffe7a6, #fffbb9, #fffcd2);
    clip-path: polygon(90% 0, 100% 35%, 100% 100%, 0% 100%, 0 66%, 0 0);
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: oxanium, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer
}

.post-category:hover {
    color: #fff
}

.social-icon {
    margin-left: -3px
}

.social-icon li {
    display: inline-block
}

.social-icon li a:hover {
    color: #9841ff
}

.social-icon li:not(:last-of-type) {
    margin-right: 10px
}


.widget-title {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.widget-title h3 {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
    line-height: 1
}

.widget-title h3:before {
    background-color: #fec342;
    width: 50%;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

@media(max-width:992px) {

    .padding {
        padding: 50px 0
    }

    .sm-padding {
        padding: 15px
    }

    p br {
        display: none
    }

    span br {
        display: none
    }

    .default-btn {
        padding: 0 30px
    }

    .post-card .post-content h3 {
        font-size: 20px;
        line-height: 26px
    }
    
}

@media all and (max-width:767px) {

    .padding {
        padding: 50px 0
    }

    .xs-padding {
        padding: 15px
    }

    p br {
        display: none
    }
}

@media all and (max-width:580px) {

    #scrollup {
        bottom: 20px;
        right: 20px
    }
}