/**------POST-CAT------*/
/**------POST-CAT------*/
/**------POST-CAT------*/
.ba-item-category-intro .intro-post-title-wrapper {
    width: 100% !important;
}
.ba-item-category-intro .intro-post-title {
    background-image: linear-gradient(270deg, #ff2e80 0%, #3f3cff 100%) !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/**------POST-CAT------*/
/**------POST-CAT------*/
/**------POST-CAT------*/

/**------POST------*/
/**------POST------*/
/**------POST------*/
.ba-item-post-intro .intro-post-title-wrapper {
    width: 100% !important;
    margin-bottom: 80px;
    border-bottom: 1px solid #424141;
}
.ba-item-post-intro .intro-post-title-wrapper h1 {
    max-width: 1300px;
}
.content-depo {
    max-width: 930px;
}
.gradient-1 {
    left: 0;
    top: -340px;
}
.gradient-1 svg {
    width: 800px;
    height: 950px;
}
.blog-relative-head .content-text {
    max-width: 1000px;
}
.ba-item-recent-posts-slider .carousel-type .ba-slideshow-caption > * {
    padding: 0 0px !important;
}
.recent-posts .ba-slideset-nav,
.recent-posts .ba-slideshow-nav {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
    height: 48px;
    position: absolute;
    top: -150px;
    right: 0;
    width: 160px;
}
.recent-posts .ba-slideset-nav a {
    position: static;
    width: 72px !important;
    height: 46px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0%);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
.recent-posts .ba-slideset-nav a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    background: linear-gradient(270deg, var(--color-1) 0%, var(--color-2) 100%) !important;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.recent-posts .ba-slideset-nav a:hover:before {
    opacity: 1;
}
.recent-posts .ba-slideset-nav a {
    width: 72px;
    height: 46px;
    left: 0;
    right: 0;
}
.recent-posts .ba-slideset-nav a:before {
    width: 72px;
    height: 46px;
}
.recent-posts .ba-slideset-nav a:before {
    position: absolute;
    content: "";
}
.recent-posts .ba-slideset-nav a i {
    display: flex;
    justify-content: center;
    width: 20px !important;
}
.recent-posts .ba-slideset-nav a i:before {
    content: "";
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 7.5px);
    opacity: 1;
    transition: all 0.5s ease-in-out !important;
}
.recent-posts .ba-slideset-nav a i:after {
    content: "";
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 7.5px);
    opacity: 0;
    transition: all 0.5s ease-in-out !important;
}
.recent-posts .ba-slideset-nav a:hover i:before {
    opacity: 0;
}
.recent-posts .ba-slideset-nav a:hover i:after {
    opacity: 1;
}
.recent-posts .ba-slideset-nav a i:before {
    width: 184px;
    height: 37px;
}
.recent-posts .ba-slideset-nav a.slideset-btn-prev i:before {
    background-image: url(/images/icons/blog/arrow-left.svg);
    width: 18px;
    height: 15px;
    top: calc(50% - 7.5px);
}
.recent-posts .ba-slideset-nav a.slideset-btn-prev:hover i:after {
    background-image: url(/images/icons/blog/arrow-left-white.svg);
    width: 18px;
    height: 15px;
    top: calc(50% - 7.5px);
}
.recent-posts .ba-slideset-nav a.slideset-btn-next i:before {
    background-image: url(/images/icons/blog/arrow-right.svg);
    width: 18px;
    height: 15px;
    top: calc(50% - 7.5px);
}
.recent-posts .ba-slideset-nav a.slideset-btn-next:hover i:after {
    background-image: url(/images/icons/blog/arrow-right-white.svg);
    width: 18px;
    height: 15px;
    top: calc(50% - 7.5px);
}

/**------POST------*/
/**------POST------*/
/**------POST------*/
@media (max-width: 1250px) {
    .ba-item-post-intro .intro-post-title-wrapper {
        margin-bottom: 40px;
    }
    .ba-item-blog-posts .ba-blog-post-content {
        padding: 0 0px!important;
    }
    #item-16897566920 {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .recent-posts .ba-slideset-nav, .recent-posts .ba-slideshow-nav {
        top: initial;
        bottom: -80px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
