@media (min-width:1024px) {
div#page {
    overflow: visible;
}
    
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: white;
}

.contact-fold {
    background: white;
}

.half .service-fold1-main .subtext {
    margin: 0px;
}

.gallery-folda img {
    max-height: 640px;
}

.gallery-folda li.splide__slide {
    display: flex;
}

.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: var(--primary-color1);
}

.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(--third-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(--third-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;
}

main .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: 80px;
    padding: 50px 0px 100px;
    align-items: flex-start;
    position: relative;
}

.category-folda-item-img > picture {
    display: flex;
}

.category-folda-item-img > picture img {
    flex:1;
    width:100%;
    height:unset;
}

.post-folda-content {
    flex: 1;
    position: relative;
    z-index: 7;
    padding: 30px;
    background: #eeeeee;
}

.post-folda-content-img-slider .splide__slide {
    display: flex;
    align-items: center;
}

.blog-img-row-item img {
    border-radius: 20px;
}

.blog-column {
    max-width: 440px;
    background: #eeeeee;
    border-radius: 0px;
}

.post-folda-content-img {
    display: flex;
    justify-content: center;
    flex: 1;
}

@media (min-width:1024px) {
.blog-column {
    position: sticky;
    top: 120px;
    right: 0px;
}
}

.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(--third-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) {
    display: block;
    padding: 10px;
    background: var(--primary-color1);
    color: white;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'prohibition';
}

.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;
}

.post-folda-content-img img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.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:first-child {
    font-weight: 600;
}

.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;
    flex: 0 0 150px;
    padding: 5px;
    border-radius: 20px;
}

.blog-column-header p {
    margin: 0px;
}

.post-folda-content-title .title {
    margin: 0px;
    font-size: 40px;
    line-height: 48px;
}

.post-folda-content a {
}

.post-folda-content ul {
    padding-left: 20px;
    text-align: left;
    margin-left: 10px;
    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;
    align-items: center;
    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-img img {
    border-radius: 0px;
    width: 100%;
    object-fit: cover;
    max-height: 90px;
}

div#ebook-fold {
    background: whitesmoke;
}

.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 a {
    color:black;
    transition:all 500ms ease;
}

.category-folda-item-content-header-subtext {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: var(--primary-color1);
    line-height: 28px;
}

.category-folda-item-content-header-subtext span {
    display: flex;
    align-items: center;
}

.category-folda-item-content-header-subtext .subtext {
    color: #878787;
    margin: 0px;
}

.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;
}

.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);
    transition: all 500ms ease;
}

.category-folda-item:hover .category-folda-item-content {
    opacity: .5;
}

.category-folda-item-padding {
    display: flex;
    gap: 40px;
    padding: 60px 0px;
    flex: 1;
    transition: all 500ms ease;
}

.category-folda-item-img {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 580px;
    height: 100%;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.category-folda-item:nth-of-type(2n) .category-folda-item-img {
    right: unset;
    left: 0px;
}

.category-folda {
    clear: both;
}

.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;
}

.site-main {
}

div#fold4 {
    text-align: center;
}

.strip-content .title {
    color: white;
}

#fold4::before, #fold4::after {
    display:none;
}

.container-fold-c-wrapper {
    display: flex;
    padding: 0px 0px 100px;
    flex-wrap: wrap;
    gap: 40px;
}

.container-foldc-fold3-item {
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 calc(100% / 3 - 27px);
    transition: all 0.5s ease;
    background: whitesmoke;
}

.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: var(--primary-color1);
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-foldc-fold3-item-content p, .fold3-item-content h2 {
    font-weight: 300;
    color: #000;
    line-height: 24px;
    font-size:  Ascendingly: 15px;
}

.container-foldc-fold3-item a {
    color: #333;
    display: flex;
    flex-direction: column;
}

.view-blog-button {
    color: var(--primary-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;
}

.container-foldc-fold3-item-content {
    padding: 20px 0px;
    flex: 1;
}

.container-foldc-fold3-item-content p {
    margin: 0px;
}

.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%);
    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;
}