/*CONTENT FOLD C*/
.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 150px 0px;
    gap: 40px;
    justify-content: flex-end;
}

.content-fold-c-img-box img {
    height: 100%;
    object-fit: cover;
}

.content-fold-c-img {
    position: absolute;
    width: calc(50% - 50px);
    height: 100%;
}

.content-fold-c-content .title br {
    display: none;
}

.rounded-fold .content-fold-c-img{
    border-radius: 30px;
    overflow: hidden;
}

.circle-fold .content-fold-c-img{
    left: -200px
}

.circle-fold .flipped .content-fold-c-img{
	right: -200px;
	left: auto;
}

.content-fold-c-img-box img {
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    width: 100%;
}


.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: calc(50% + 10px);
}

.content-fold-c {
    position: relative;
}


.content-fold-c-content .title {
    margin-bottom: 20px;
}
/*== FLIPPED ==*/

.flipped .content-fold-c-wrapper{
    flex-direction: row-reverse;
}

.flipped .content-fold-c-img {
    right: 0;
}

.content-fold-c.flipped::before {
    opacity: 0;
}

.content-fold-c.flipped {
    background: var(--color0);
}

.flipped .content-fold-c-content .title {
    color: var(--color0b);
}

.flipped .content-fold-c-content .title span {
    color: var(--color1);
}

.flipped .content-fold-c-content-inner p {
    color: var(--color0b);
}

.content-fold-c-img-box {
    position: relative;
    height: 100%;
}

.content-fold-c-caption {
    position: absolute;
    bottom: 45px;
    background: #82b51cbf;
    color: var(--color0b);
    padding: 15px;
    width: 400px;
    left: 20px;
}

.content-fold-c-caption p {
    color: var(--color0b);
    font-size: 18px;
    font-weight: 700;
}

.content-fold-c-img img {
    height: 100%;
    min-height: 500px;
    width: 100%;
    object-fit: cover;
}

.content-fold-c-img .owl-stage-outer,
.content-fold-c-img .owl-stage,
.content-fold-c-img .owl-item, 
.content-fold-c-img .content-fold-c-img-item {
    height: 100%;
}


	/*== == FLIPPED END == ==*/

.content-fold-c::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 10px;
    background: url(/wp-content/uploads/2022/08/jade-arrows.png) no-repeat right bottom / contain;
    z-index: -1;
    opacity: .15;
}

.content-fold-c-img .owl-dots {
    position: absolute;
    bottom: 10px;
    height: 20px;
    width: 80px;
    display: flex;
    left: 20px;
    column-gap: 7.5px;
    background: var(--color0);
    padding: 2.5px;
    justify-content: center;
    border-radius: 5px;
}

.content-fold-c-img .owl-stage-outer {
    position: relative;
}

.content-fold-c-img button.owl-dot {
    background: #333333cf;
    color: var(--color2);
    border-style: solid;
    padding: 7.5px !important;
    border-radius: 50%;
    border-color: #82b51cbf;
    transition: all .3s ease;
}

.content-fold-c-img button.owl-dot.active {
    background: #82b51cbf;
    transition: all .3s ease;
}



/* == MODULE FOLD B == */

.module-fold-b {
    padding: 70px 0px;
    background: var(--color3b);
	position: relative;
}


.module-fold-b::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2022/08/jade-arrows.png) no-repeat right bottom / contain;
    z-index: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.module-fold-b .owl-item {
    padding: 0px 7.5px;
    box-sizing: border-box;
    transform: scale(0.95);
    transition: all .3s ease;
}

.module-fold-b .owl-item.center {
    transform: scale(1.05);
}

.module-fold-b .owl-stage{
    padding: 20px 0px;
}

p.product-title {
    font-weight: bold;
    font-size: 26px;
}

.module-fold-b-item-content p {
    color: var(--color0);
    font-family: 'Oswald';
    font-size: 20px;
}

.module-fold-b-wrapper {
    padding: 0px 20px;
    display: flex;
    gap: 40px;
    margin-top: 70px;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
}

.module-fold-b-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: white;
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
    transition: all .5s ease;
    overflow: hidden;
	position: relative;
}

.rounded-fold .module-fold-b-item{
    border-radius: 20px;
    overflow: hidden;
}

.circle-fold .module-fold-b-item{
    border-radius: 20px;
    overflow: hidden;
}

.module-fold-b-item-img {
    margin-bottom: 0px;
    border-bottom: solid 6px var(--color1);
    overflow: hidden;
	width: 100%;
}

.module-fold-b-item a.product-button {
    display: block;
    width: 100%;
    padding: 15px 0px;
    background: #222;
    color: #18a71e;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 18px;
	opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
	transition: all 0.3s ease;
} 

.module-fold-b-item a.product-button:hover {
	letter-spacing: 1px;
}

.module-fold-b-item-img img {
    object-fit: cover;
    width: 120% !important;
    height: 120% !important;
}

.owl-item.center .module-fold-b-item .product-button {
    opacity: 1;
    -webkit-transform: translateX(0,0);
    transform: translate(0,0);
}


.module-fold-b .subtitle, .module-fold-b .title {
    text-align: center;
}

/*=== == MODULE FOLDB END == ==*/