.elementor-190 .elementor-element.elementor-element-adb4bf8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-190 .elementor-element.elementor-element-adb4bf8:not(.elementor-motion-effects-element-type-background), .elementor-190 .elementor-element.elementor-element-adb4bf8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-190 .elementor-element.elementor-element-adb4bf8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-190 .elementor-element.elementor-element-fe4d01c{--display:flex;}.elementor-190 .elementor-element.elementor-element-7079c9b > .elementor-widget-container{margin:0px 0px 48px 0px;}.elementor-190 .elementor-element.elementor-element-7079c9b .elementor-heading-title{font-family:"Albert Sans", Sans-serif;font-size:48px;font-weight:700;color:#FFFFFF;}.elementor-190 .elementor-element.elementor-element-3596b7b{--display:flex;}@media(min-width:651px){.elementor-190 .elementor-element.elementor-element-fe4d01c{--width:1200px;}}@media(max-width:1366px) and (min-width:651px){.elementor-190 .elementor-element.elementor-element-fe4d01c{--width:100%;}}@media(max-width:1366px){.elementor-190 .elementor-element.elementor-element-adb4bf8{--padding-top:60px;--padding-bottom:60px;--padding-left:015px;--padding-right:015px;}}@media(max-width:650px){.elementor-190 .elementor-element.elementor-element-7079c9b > .elementor-widget-container{margin:0px 0px 38px 0px;}.elementor-190 .elementor-element.elementor-element-7079c9b .elementor-heading-title{font-size:38px;}}/* Start custom CSS for shortcode, class: .elementor-element-89ac152 */.all-post-archive.blog .blogue,
.load-item-post{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.load-item-post{
    margin-top:25px;
}
.all-post-archive.blog{
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #A65FFD;
}

.articles-filters{
    background:#3E4551;
    border-radius: 6px;
    padding: 16px;
    color:#fff;
    font-family: 'Albert Sans';
    font-size: 14px;
}
.articles-filters h5,
.articles-filters h4{
    font-family: 'Albert Sans';
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}
.filter-blogue{
    display: flex;
    justify-content: space-between;
    gap:16px
}

.filter-blogue .left{
    max-width: 240px;
    width: 100%;
}
.filter-blogue .left{
    
}
.filter-blogue .grid-cat{
    margin-top: 32px;
}
.filter-blogue .grid-cat span{
    color:#fff;
    font-size: 16px;
    position: relative;
    top: -4px;
}
.btn-filter{
    display: flex;
flex-direction: column;
justify-content: end;
gap: 8px;
}

.details-filter-2 label{
    margin-bottom: 3px;
    color:#fff;
    font-size: 15px;
}

.details-filter-2 input{
    width:100%;
    display: block;
    border-radius: 50px;
    max-width: 1000px;
    height: 48px;
    border: 1px solid #fff;
    color:#fff;
    background: transparent;
    padding: 8px 16px;
}
.details-filter-2 input[type='checkbox']{
    height: 18px;
    width: 18px;
}
.details-filter-2 div{
    margin-bottom: 16px;
}
.grid-cat {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    text-wrap: wrap; 
}
.grid-cat::-webkit-scrollbar {
    width: 3px;
}

.grid-cat::-webkit-scrollbar-track {
    background: #A65FFD;
    border-radius: 10px;
}

.grid-cat::-webkit-scrollbar-thumb {
    background: #2C313A;
    border-radius: 10px;
}
.flex-random {
    display: flex;
    justify-content: space-between;
    gap:32px;
    color:#fff;
    align-items: center;
}

.flex-random {
    margin-top: 60px;
}
.flex-random  .left{
    max-width: 700px;
    width:100%;
    position: relative;
}
.flex-random  .left img.filigram-post,
.article-item .post-image img.filigram-post{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    object-fit: contain;
    
}

.post-details h4{
    margin-bottom: 20px;
    line-height: 28px;
    font-family: 'Albert sans';
    color:#fff;
    margin: 0;
    margin-bottom: 32px;
}
.article-item{
    border-bottom: 2px solid#A65FFD;
    padding-bottom: 16px;
}
.article-item .post-image{
    height: 250px;
    margin-bottom: 16px;
    font-family: 'Albert sans';
    color:#fff;
    position: relative;
}
.article-item .post-image img{
    border-radius: 6px 6px  0 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.flex-random  .left img{
    border-radius: 6px;
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.bottom-post{
    display: flex;
    justify-content: space-between;
    gap:6px;
         font-family: 'Albert sans';
         color:#636F82;
}

.author-and-link a{
    text-transform: capitalize;
     color:#fff;
     font-size: 19px;
     font-weight: 600
}

.flex-random .right h3{
        font-family: 'Albert sans';
        margin: 0;
        font-size: 32px;
        line-height: 38px;
}
div#close-filter-container {
    position: absolute;
    right: 16px;
    border: 1px solid red;
    border-radius: 50%;
    cursor: pointer;
}

#form-filters{
    display: none;
    position: relative;
}
div#btn-show-filter div{
    display: flex;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 200px;
    border-radius: 6px;
    background: #3E4551;
    color: #fff;
    cursor: pointer;
    gap: 16px;
    font-family: 'Albert Sans';
    align-items: center;
}
div#btn-show-filter img,
div#btn-show-filter span{
    display: block;
}
.flex-random .right .post-excerpt{
    margin: 36px 0;
    font-size: 16px;
    line-height: 28px;
}
.flex-random  .right{
    max-width: 500px;
    width:100%;
}
.btn-filter button,
.btn-filter a{
    text-align: center;
    display: block;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 12px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #2C313A;
    background: #fff;
    cursor: pointer;
    max-width: 180px;
    margin: 0;
}
.post-nonting {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 35px 0;
    color: #fff;
    font-family: 'Albert Sans';
    background: #4D5665;
    border-radius: 6px;
}
.btn-filter button{
    background: #7A29DC;
    color:#fff;
    border-color:#A65FFD;
}
.filter-blogue .grid-cat input{
    height: 18px;
    width:18px;
    border: 1px solid #fff;
    background: transparent;
}
.filter-blogue .right{
    max-width: 960px;
    width:100%;
}

.load-more-container{
    display: flex;
    justify-content: center;
    margin-top: 75px;
}

.load-more-container button{
    text-align: center;
    display: block;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 12px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #2C313A;
    background: #fff;
    cursor: pointer;
}


@media screen and (max-width: 1024px){
    .all-post-archive.blog .blogue,
    .load-item-post{
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.load-item-post{
    margin-top: 15px;
}
.article-item .post-image{
    height: 350px;
}
.flex-random  .left img{
    height: 350px;
}

}


@media screen and (max-width: 650px){
   
.article-item .post-image{
    height: 250px;
}
.flex-random  .left img{
    height: 300px;
}
.flex-random{
    flex-direction: column;
    gap: 10px;
}

.articles-filters h5,
.articles-filters h4{
    font-size: 14px;
    line-height: 15px;
}
.filter-blogue{
    flex-direction: column;
    gap:8px;
}
.filter-blogue .left,
.filter-blogue .right{
    max-width:100%;
}
.right{
    margin-top: 25px;
}
.details-filter-2{
    margin-bottom: 25px;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
}
.btn-filter button,
.btn-filter a{
    max-width: 100%;
}
.post-nonting {
    padding: 20px 0;
}
}/* End custom CSS */