/* ==== FOLD 1-D ==== */
.fold1d{
	position: relative;
--color3b: #0b304d;
--color0: #fff;
	z-index: 3;
	margin-bottom: 40px;
	display: block !important;
}

.fold1d .owl-stage-outer {
    overflow: visible;
}

.fold1d-item .title span {
    display: block;
}

.fold1d-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fold1d-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fold1d-content {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 230px 0px 230px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: calc(50% + 40px);
}

.fold1d-content .title {
    margin-bottom: 20px;
    font-family: 'Oswald';
}

.fold1d-content .title ~ p{
	color: var(--color0);
	font-size: 22px;
}

.flipped .fold1d-content {
    text-align: right;
    align-items: flex-end;
    margin-left: auto;
}

.fold1d .readmore {
    margin-top: 20px;
}

.fold1d .readmore:hover, .fold1d .readmore.alt:hover{
    border-color: var(--color2);
    background: var(--color2); ;
}

.fold1d-background::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: var(--color3b);
    opacity: 0.9;
}

.fold1-wrapper {
    overflow: hidden;
    position: relative;
}

.fold1d .row-container {
    position: relative;
}

.fold1d-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fold1d-img {
    position: absolute;
    height: calc(100% + 60px);
    right: 0px;
    top: 0px;
    width: calc(50% - 100px);
}

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

.circle-fold .fold1d-img {
    border-radius: 50%;
    overflow: hidden;
    width: 800px;
    height: 800px;
    top: -40px;
    right: -200px;
}

.flipped .fold1d-img {
    left: 0px;
    right: auto;
}

/**FOLD 2**/
/* == MODULE FOLD B == */

.module-fold-b {
    padding: 70px 0px;
    background: #fff;
	position: relative;
}

.module-fold-b .owl-nav {
    display: flex !important;
    position: absolute;
    justify-content: space-between;
    width: calc(100% + 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-fold-b .owl-nav i {
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.module-fold-b .owl-nav .owl-prev i {
    background: white;
    color: #333;
}

.module-fold-b .owl-nav .owl-next i {
    background: #333;
    color: #fff;
}


.module-fold-b::before {
    background-image: url(/wp-content/uploads/2023/02/f2-curve.webp);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
}

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

.module-fold-b .owl-item.center {
    transform: scale(1.05);
	transition: all .3s ease;
}

.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 0px;
    display: flex;
    gap: 40px;
    margin-top: 70px;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
}

.module-fold-b-wrapper .owl-carousel .owl-item {
    padding: 20px;
}

.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-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 7.5px 10px 7.5px;
    transition: all .5s ease;
    width: 100%;
    transform: translatey(0%);
    border-style: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-color: var(--color1);
    border-width: 6px;
    }

.module-fold-b-item-img {
    overflow: hidden;
    width: 100%;
}

.module-fold-b-item a.product-button {
    display: block;
    width: 100%;
    padding: 10px 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;
    height: 0;
	overflow: hidden;
} 

.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: translate(0,0);
    transform: translate(0,0);
	height: auto;
	display: block;
	
}


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

.module-fold-b-item-img a br {
    display: none;
}

.module-fold-b-item p {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
    }


.center .module-fold-b-item-content {
    transform: none;                                
}


/*FOLD 3*/
/*CONTENT FOLD C*/
.content-fold-c-img .owl-dots {
    display: none;
}

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

.content-fold-c::before {
    background-image: url(/wp-content/uploads/2023/02/f3-curve.webp);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: -40px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.flipped .content-fold-c::before {
    background-image: url(/wp-content/uploads/2023/02/f4-curve.webp);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 110px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}


.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 150px 0px;
    gap: 40px;
    justify-content: flex-end;
	z-index: 3;
	position: relative;
}

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

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

.content-fold-c-img-item {
    height: 100%;
    /* min-height: 500px; */
    width: 100%;
}

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

.circle-fold .content-fold-c-img img{
    clip-path: circle(50%)
}

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


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

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


.content-fold-c-content .title {
    margin-bottom: 20px;
}

.content-fold-c-content .title:first-child {
    margin-right: 10px;
}

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

.flipped .content-fold-c-img {
    right: 0;
    left: auto;
    height: 100%;
    top: 0;
}

.content-fold-c-content-inner .title {
    display: inline-block;
}

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

.content-fold-c-content-inner-item a {
    margin: 0px;
    }


.content-fold-c-content-inner-item-padding {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.content-fold-c-content-inner-item-padding p {
    margin: 0px;
}



/*MODULES*/
.module-fold-g-modules {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.module-fold-g-module-item {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 0px;
    background: #ddd;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    width: 400px;
    overflow: hidden;
    max-width: calc(100vw - 40px);
}

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

.rounded-fold .module-fold-g-module-icon{
    border-radius: 15px;
    overflow: hidden;
}

.circle-fold .module-fold-g-module-item{
    border-radius: 60px;
    overflow: hidden;
}

.circle-fold .module-fold-g-module-icon{
    border-radius: 50%;
    overflow: hidden;
}

.module-fold-g-module-icon {
    display: flex;
    width: 75px;
    height: 75px;
    justify-content: center;
    align-items: center;
    background: none;
    color: grey;
    font-size: 30px;
    line-height: 30px;
    flex: 0 0 75px;
    position: relative;
    z-index: 2;
    transition: all .5s ease;
}


.module-fold-g-module-content .subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 600;
	color: grey;
}

.module-fold-g-module-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.module-fold-g-module-content p:last-child {
    margin: 0px;
}

.module-fold-g-module-item::before {
    width: 100%;
    height: 100%;
    background: var(--color1);
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease;
    transform: scaleX(0);
    transform-origin: left;
}

.module-fold-g-module-item:hover::before {
    transform: none;
}

.module-fold-g-module-item:hover p {
    color: white;
}

.module-fold-g-module-content p {
	transition: all .5s ease;
	color: var(--color0b);
}

.module-fold-g-module-item:hover .module-fold-g-module-icon{
    color: white;
}