/** FOLD 1 **/

.fold1 {
    position: relative;
}

.fold1 > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.fold2-main .subtitle span {
    font-weight: 600;
    text-transform: none;
}

.fold1-title::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#242424, #242424c0);
    content: '';
    z-index: -1;
}

.fold1-title {
    width: 100%;
    height: 100%;
    padding: 220px 0px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fold1-title .title {
    text-transform: uppercase;
    font-weight: 700;
}

/** FOLD 1 END **/





/** FOLD 2 **/

.fold2 {
    position: relative;
    padding: 80px 0px;
}

.fold2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #242424;
    z-index: 0;
}

.fold2 > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.1;
    filter: contrast(1) brightness(10);
}

.fold2.flipped .fold2-main {
    flex-direction: row-reverse;
}

.fold2-main {
    display: flex;
    gap: 60px;
    position: relative;
}

.fold2-left {
    width: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fold2-right {
    display: flex;
    flex-direction: column;
    flex: 100;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    gap: 10px;
}

/** FOLD 2 END **/





/** FOLD 3 **/

.fold3 {
    background: #202020;
}

.fold3-main {
    display: flex;
    padding: 80px 0px;
    gap: 60px;
}

.fold3-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 20px;
}

.fold3-main p, .fold3-main h2, .fold3-main li {
    color: white;
}

.fold3-right {
    width: calc(50% - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fold3-right > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fold3-left {
    display: flex;
    flex: 100;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
}

.fold3-listitem {
    border-top: 1px solid #aaaaaa60;
}

.fold3-listitem:last-child {
    border-bottom: 1px solid #aaaaaa60;
}

.fold3-listitem-top {
    padding: 15px 20px 15px 5px;
    display: flex;
    justify-content: space-between;
}

.fold3-listitem-top > p {
    display: flex;
    gap: 15px;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 300;
}

.fold3-listitem-top > p.smalltitle::before {
    content: '-';
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color2);
    font-size: 15px;
}

.fold3-listitem-bottom {
    display: none;
    padding: 10px 0px;
}

.fold3-listitem-bottom p {
    color: #aaa;
}

.fold3-listitem-plus {
    color: var(--primary-color2) !important;
    transform: rotate(90deg);
}

/** FOLD 3 END **/





/** FOLD 4 START **/

.fold4 {
    display: flex;
}

.fold4-left {
    width: calc(50% - 60px);
    position: relative;
}

.fold4-left > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.fold4-right {
    flex: 100;
    padding: 120px 60px;
    display: flex;
    flex-direction: column;
    flex: 100;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    gap: 10px;
}

/** FOLD 4 END **/