@media (min-width:1024px) {
    div#page {
        overflow: visible;
    }
}

.category-folda-item-content-readmore a {
    background: whitesmoke;
}

.post-folda-content-inner ul>li {
    margin-bottom: 0px;
}

.post-folda-content-inner p :is(strong, b) {
    color: var(--primary-color1);
}

.post-folda-content-inner p strong.black {
    color: #666;
}

.post-folda-content-inner ol>li::marker {
    font-size: 24px;
    left: 20px;
    position: relative;
}

.post-folda-content a.scroll-menu {
    width: 320px;
}

.bump {
    margin: 20px;
}

.post-folda-content-inner h2 :is(strong, b) {
    color: #db1200;
}

.post-folda-content::before {
    bottom: -90px;
    right: 150px;
    content: '';
    position: absolute;
    height: 206px;
    width: 142px;
    background-image: url(/wp-content/uploads/2021/04/homepage-plane.png);
    background-size: contain;
    z-index: 4;
    pointer-events: none;
}

.post-folda-content::after {
    bottom: -180px;
    right: 370px;
    content: '';
    position: absolute;
    height: 206px;
    width: 142px;
    background-image: url(/wp-content/uploads/2021/04/homepage-plane.png);
    background-size: contain;
    z-index: 4;
    pointer-events: none;
}

.fold2.animate.animate-complete .row-container::after,
.fold2.active.animate-on-load .row-container::after {
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transition-delay: 1.9s;
}

.fold2.animate.animate-complete .row-container::before,
.fold2.active.animate-on-load .row-container::before {
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transition-delay: 1.7s;
}

.post-folda-column-item-title p:last-child {
    color: var(--primary-color1);
    font-size: 14px;
    line-height: 1;
}

.post-folda-content-inner ol>li::before {
    content: counter(list-item) ". ";
    position: absolute;
    font-size: 20px;
    color: var(--primary-color1);
    left: -25px;
    top: 0px;
}

.post-folda-content-inner ol h2 {
    padding-left: 30px;
}

.post-folda-content-inner {
    margin: auto;
}

.post-folda-content-inner p:first-child {
    margin-top: 0px;
}

img.banner-img {
    border-radius: 4px;
    margin-top: 10px;
}

.post-folda-content-inner h2 {
    color: #333;
    font-size: 1.5em;
    margin-top: 10px;
    font-weight: 500;
}

.post-folda-content-inner p {
    color: #666;
    margin: 10px 0;
}

.post-folda-content-inner ol {
    margin: 20px 0;
    padding-left: 0px;
    list-style: none;
    padding-left: 20px;
}

.post-folda-content-inner li {
    margin-bottom: 20px;
    position: relative;
    color: #666;
}

.post-folda-content-inner li strong {
    font-weight: 500;
}

.post-folda-content-inner p strong {
    font-weight: 500;
}

.post-folda-content-inner li::marker {
    color: var(--primary-color1);
}

.post-folda-content-inner img.float-left {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 220px;
    border-radius: 4px;
}

.fold1-bar {
    background: #333;
    height: 200px;
}

.subtitle {
    font-size: 32px;
    line-height: 40px;
}

.post-folda-content-inner img.float-right {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 220px;
    border-radius: 4px;
    margin-top: 10px;
}

.clear {
    clear: both;
}

.post-folda-wrapper {
    display: flex;
    gap: 60px;
    padding: 30px 0px 120px;
    align-items: start;
    position: relative;
    justify-content: space-between;
}

.category-folda-item-img>picture {
    display: flex;
}

.category-folda-item-img>picture img {
    flex: 1;
    width: 100%;
    height: unset;
}

.category-folda-item-img::before {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.post-folda-content {
    position: relative;
    z-index: 7;
    flex: 100;
    padding: 30px;
    background: #eee;
    border-radius: 35px;
}

.post-folda-content-img-slider .splide__slide {
    display: flex;
    align-items: center;
}

.blog-img-row-item img {
    border-radius: 20px;
}

.blog-column {
    background: #eee;
    border-radius: 35px;
}

.post-folda-content-img {
    display: flex;
    justify-content: center;
}

@media (min-width:1024px) {

    .blog-column {
        position: sticky;
        top: 120px;
        right: 0px;
        width: 480px;
    }

}

.blog-img-row {
    display: flex;
    gap: 20px;
}

.post-folda-content-img-slider ul.splide__pagination {
    position: absolute;
    top: 0px;
    left: 0px;
    gap: 7px;
    background: #ffffffa6;
    padding: 0px;
    padding: 5px;
    border-radius: 5px;
}

.post-folda-content-img-slider {
    position: relative;
}

.post-folda-content-img-slider ul.splide__pagination button {
    padding: 5px;
    border-radius: 50%;
    border: none;
    background: var(--main-color1);
    transition: all 500ms ease;
    opacity: .6;
}

.post-folda-content-img-slider ul.splide__pagination button.is-active {
    opacity: 1;
}

.post-folda-content-img-slider ul.splide__pagination>li {
    display: flex;
}

.post-folda::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/12/dot-pattern-flip.png');
    position: absolute;
    top: 50%;
    left: 0px;
    background-size: contain;
    max-width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    width: 100%;
}

div#custom_html-2 {
    position: relative;
    z-index: 7;
}

.post-folda-column-item-view-all {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.post-folda-column-item-view-all :is(a, a:visited, a:hover) {
    background: var(--secondary-color1);
    border-radius: 20px;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.post-folda-content-inner .subtext {
    margin: 10px 0px;
    color: var(--primary-color1);
}

.post-folda-column-item-view-all a:hover {
    opacity: .6;
}

.post-folda {
    position: relative;
    padding-top: 120px;
}

.post-folda-content-img img {
    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    object-position: center;
}

.post-folda-content-date p:last-child a {
    font-weight: 400;
    text-decoration: underline !important;
    color: var(--primary-color1);
}

.post-folda-content-date {
    display: flex;
    justify-content: space-between;
}

.post-folda-content-date p {
    font-size: 24px;
    line-height: 1;
    margin: 0px;
    color: var(--primary-color1);
}

.post-folda-column-padding {
    padding: 20px 20px 30px;
}

.blog-column-header {
    text-align: center;
    padding-bottom: 20px;
}

.blog-column-header p {
    font-size: 24px;
    line-height: 32px;
}

.post-folda-column-item-title p {
    margin: 0px;
    font-size: 16px;
    line-height: 28px;
}

.post-folda-column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
}

.post-folda-column-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.post-folda-column-item-img {
    display: flex;
    width: 180px;
    padding: 5px;
    border-radius: 20px;
    min-width: 180px;
}

.blog-column-header p {
    margin: 0px;
}

.post-folda-content-title .title {
    margin: 0px;
    font-size: 40px;
    line-height: 48px;
}

.post-folda-content ul {
    padding-left: 0px;
    text-align: left;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-folda-content-header {
    padding: 20px 0px;
}

.post-folda-column-item :is(a, a:visited) {
    display: flex;
    gap: 20px;
    color: #333;
    transition: all 500ms ease;
    width: 100%;
}

.post-folda-column-item-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.post-folda-column-item a:hover {
    opacity: .6;
}

.post-folda-column-item-img img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    max-height: 100px;
    height: 100px;
}

/*== == CATEGORY == ==*/

.category-folda-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 100px 0px;
}

.category-folda-item {
    flex: 1 0 100%;
    display: flex;
    gap: 20px;
    position: relative;
}

.category-folda-item-content-header-subtext {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: var(--secondary-color1);
    line-height: 28px;
}

.category-folda-item-content-header-subtext .subtext {
    color: #333;
}

.category-folda-item-img {
    flex: 0 0 400px;
    display: flex;
}

.category-folda-wrapper .category-folda-item:nth-of-type(2n) {
    flex-direction: row-reverse;
    background: #333;
    border-radius: 10px;
    color: white;
}

.category-folda-item-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.category-folda-item-content-header .subtitle {
    margin: 0px;
    padding: 0px;
    background: none;
}

.category-folda-item-content-header {
    padding-bottom: 20px;
}

.category-folda-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 calc(100% - 610px);
}

.category-folda-item-padding {
    display: flex;
    gap: 40px;
    padding: 60px 40px;
    flex: 1;
    justify-content: right;
}

.category-folda-item-img {
    position: absolute;
    top: 0px;
    left: 0;
    max-width: 580px;
    height: 100%;
    display: flex;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.category-folda-item:nth-of-type(2n) .category-folda-item-img {
    right: unset;
    left: 0px;
}

.category-folda {
    clear: both;
    background: white;
}

.category-folda-item:nth-of-type(2n) .category-folda-item-img img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media (min-width:1024px) {
    .category-folda-wrapper .category-folda-item:nth-of-type(2n) .category-folda-item-padding {
        flex-direction: row-reverse;
    }
}

.post-folda-content-inner p a {
    color: var(--primary-color1);
    font-weight: 600;
    transition: all 500ms ease;
}

.post-folda-content-inner p a:hover {
    opacity: .5;
}

/*== == CATEGORY END == ==*/

/*== == == Fold1 / Fold4 =-= == ==*/

.site-main {
    /* margin-top: 100px; */
}

div#fold4 {
    text-align: center;
}

#fold4::before,
#fold4::after {
    display: none;
}

/*== == == Fold1 / Fold4 END == == ==*/

/*=== == == Container FoldC === == ==*/

.container-fold-c-wrapper {
    display: flex;
    padding: 80px 0px;
    flex-wrap: wrap;
    gap: 40px;
}

.container-foldc-fold3-item {
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 calc(100% / 3 - 27px);
    border-radius: 15px;
    transition: all 0.5s ease;
    background: #482865;
}

.container-foldc-fold3-item-title picture>img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.container-foldc-fold3-item-title>.subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-foldc-fold3-item-content p,
.fold3-item-content h2 {
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}

.container-foldc-fold3-item a {
    color: #333;
    display: flex;
    flex-direction: column;
}

.view-blog-button {
    color: var(--secondary-color1);
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
    margin: 0px;
}

.view-blog-button i {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

.container-foldc-fold3-date {
    font-size: 14px;
    line-height: 1;
    margin: 0px;
    color: var(--secondary-color1);
}

.container-foldc-fold3-item-content {
    padding: 20px 0px;
    flex: 1;
}

.container-foldc-fold3-item-content p {
    margin: 0px;
    color: #fff;
}

.container-foldc-fold3-item-title picture::before {
    box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}

.container-foldc-fold3-item-title picture {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}

.container-foldc-fold3-item:hover * :not(.subtitle) {
    opacity: .75;
}


.container-foldc-fold3-item-content p strong {
    font-weight: 600;
    color: var(--primary-color1);
}

.container-foldc-fold3-item * {
    transition: all 500ms ease;
}

/*== == == Container FoldC END == == ==*/

.blog-template-default #masthead {
    background: var(--primary-color1);
}

.blog-template-default #masthead .menu-outer {
    padding: 20px 0px;
}

.post-folda-content-inner img {
    max-height: 400px;
    border-radius: 20px;
    object-fit: cover;
    margin: 20px 0px;
}

.blogs-filters-item:not(.active):hover {
    opacity: .6;
}

.post-folda-content-inner a {
    color: var(--primary-color1);
}

.container-foldc-fold3-item img {
    box-shadow: 0px 0px 10px -4px #000;
    border-radius: 20px;
    height: 140px;
    width: 100%;
    object-fit: cover;
}

.blogs-filters-main {
    padding: 20px;
    border-radius: 20px;
    background: var(--primary-color1);
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 20px;
}

.blogs-filters-item.active {
    color: var(--secondary-color1);
}

.blogs-filters-item {
    cursor: pointer;
    transition: all 300ms ease;
}

.container-foldc-fold3-item {
    transform: translateY(100px);
    opacity: 0;
}

.container-foldc-fold3-item.active {
    transform: translateY(0);
    opacity: 1;
}

.row-container {}

form.blog-search-form {
    margin: 20px auto;
    background: var(--primary-color1);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.blog-search-form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px 0px 0px 10px;
    font-family: 'Roboto';
}

form.blog-search-form button[type="submit"] {
    background: var(--secondary-color1);
    height: 40px;
    border: 0;
    width: 40px;
    color: white;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
}