#page {
    overflow:hidden;
}

/*=== == HOME FOLD1 == ==*/

.main-fold-a-background img {
    width: 100%;
    object-fit: cover;
    height: 750px;
}

@keyframes zoom-effect{
from{
	transform:scale(1);
}

to{
	transform:scale(1.05);
}
}

#main-fold-a-splideb .splide__slide {
    display: flex;
}

.main-fold-a {
    flex: 1;
    display: flex;
}

.main-fold-a-item {
    flex: 1;
    display: flex;
}

.main-fold-a-background {
    display: flex;
    flex: 1;
}

.main-fold-a-text :is(.title, .subtitle) {
    text-shadow: 12px 2px 9px black;
    text-transform: uppercase;
}

.main-fold-a-text .title {
    font-size: 72px;
    line-height: 1;
    max-width: 1380px;
    width: 100%;
}

.main-fold-a-text .subtitle{
    font-size: 40px;
    line-height:1.2;
    margin:0px auto;
    width:100%;
}

.main-fold-a-item {
    position: relative;
}

.main-fold-a-text {
    position: absolute;
    max-width: 1280px;
    left: 50%;
    transform: translatex(-50%) translatey(0%);
    width: 100%;
    bottom: 100px;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0px 20px;
}

.main-fold-a-text .title {
    margin: 0px auto 20px;
}

.splide__slide .main-fold-a-background img {
    filter: brightness(1);
    transition: all 2s ease;
}

.splide__slide.is-visible .main-fold-a-background img {
    filter: brightness(0.8);
}

.main-fold-a-text .title span {
    display: block;
    text-shadow: 0px 0px 21px black;
}


  /*=== == HOME FOLD1 END === ==*/

/*== === == Module Fold J === == ==*/

.module-fold-j-container {
    display: flex;
    gap: 80px;
    padding-top: 100px;
}

.module-fold-j-content-header-subtext .subtext {
    margin: 0px;
}

.module-fold-j-content {
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 160px 0px 160px 40px;
}

.readmore::before {
    content: '';
    background: var(--primary-color1);
    width: calc(100% + 25px);
    height: calc(100% + 30px);
    left: -25px;
    top: -15px;
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
    margin-left: 15px;
    position: absolute;
    z-index: -1;
}

.module-fold-j-content-header-title .title span {
    display: block;
    margin: 0px;
    width: fit-content;
}

.module-fold-j-content-header {
    padding-bottom: 30px;
}

.module-fold-j-content-inner {
    padding-bottom: 40px;
}

.module-fold-j-content-readmore .readmore {
    margin: 0px;
}

.module-fold-j-item-wrapper {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 20px;
    width: calc(100% - 520px);
    height: calc(100% - 80px);
    bottom: 20px;
}

.module-fold-j-item-block {
    position: relative;
    display: flex;
    flex: 1 0 calc(25% - 40px);
    transition: all 500ms ease;
}

.module-fold-j-item-block-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.module-fold-j-item-block-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.module-fold-j-item-block-content {
    position: absolute;
    z-index: 3;
}

.module-fold-j {
    position: relative;
}

.module-fold-j-item-block-padding {
    padding: 40px 40px 100px;
    display: flex;
    gap: 100px;
}

.module-fold-j-item-block a {
    color: white;
    display: flex;
    align-items: flex-end;
}

.module-fold-j-item-block-background-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    opacity: 0;
}

.module-fold-j-item-block-background-title p {
    opacity: .4;
}

.module-fold-j-item-block-background-title p{
    bottom:20px;
}

.module-fold-j-item-block-vertical-title p {
    bottom: 100px;
}

.module-fold-j-item-block-content-inner-text {
    margin-bottom: 40px;
}

.module-fold-j-item-block-content-inner {
    transition: all 300ms ease;
    opacity: 0;
}

.module-fold-j-item-block:hover .module-fold-j-item-block-content-inner {
    opacity: 1;
    transition: all 300ms ease 300ms;
}

.module-fold-j-item-block:hover .module-fold-j-item-block-background-title {
    opacity: .6;
    transition: all 300ms ease 300ms;
}

.module-fold-j-item-block:hover {
    flex: 1 0 50%;
}

    /*== == == Module Fold J END == == ==*/
