.home-fold2-text h2 {
    margin-bottom: 40px;
    position: relative;
}

.home-fold2-text h2::after {
    content: '';
    height: 8px;
    width: 50px;
    background: var(--grey-text);
    position: absolute;
    bottom: -15px;
    left: 0;
}

.home-fold3-top-text h2 {
    position: relative;
}

.home-fold3-top-text h2::after {
    content: '';
    height: 8px;
    width: 50px;
    background: var(--grey-text);
    position: absolute;
    bottom: -15px;
    left: 45%;
}

.home-fold4-text h2 {
    margin-bottom: 60px;
    position: relative;
}

.tested-products-card:hover {
    background-color: #e7e7e7;
}

.home-fold4-text h2::after {
    content: '';
    height: 8px;
    width: 50px;
    background: var(--grey-text);
    position: absolute;
    bottom: -15px;
    left: 0;
}

.stats-wrapper::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: -20px;
    background: var(--grey-text);
}








.home-fold1-line {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.line1 {
    background: white;
}

.line2 {
    background: white;
}

.line3 {
    background: white;
}

.line4 {
    background: white;
}

.fold1-item-background::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.6;
}


.fold1-item {
    position: relative;
}

.fold1-label-item a p {
    margin-top: 15px;
    padding-right: 10px;
}

.fold1-item-content-inner .title {
    font-size: 64px;
    line-height: 72px;
    margin:0px;
}

.fold1-item-background {
    width: 100%;
    height: 100%;
    position: relative;
}

.fold1-item-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fold1 {
    height: 100%;
}

.fold1-slider {
    height: 100%;
}

.fold1-label-item p {
    font-size: 24px;
    line-height: 1;
    font-family: 'Protest Strike';
    color: var(--grey-text);
}

.fold1-item {
    height: 100%;
}

.fold1-label-container {
    /* background: white; */
    width: 100%;
    /* position: relative; */
    /* transform: translatey(-50%); */
    /* left: 20px; */
    /* box-shadow: 0px 0px 15px 0px #0000005e; */
    position: absolute;
    bottom: 20px;
    left: 0;
}

.fold2 {
    position: relative;
}

.fold1-slider-container {
    position: relative;
}

.fold1-purple-triangle {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.item2:hover::after {
    left: 490px;
}

.item3:hover::after {
    left: 950px;
}

.fold1-label-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}

.fold1-label-item a {
    margin-bottom: 10px;
    /* margin-left: 10px; */
    display: block;
    /* padding: 15px 20px 0px; */
    color: white;
    transition: all 500ms ease;
    font-size: 25px;
    font-family: "Protest Strike";
    /* text-transform: lowercase; */
    font-weight: 600;
    transition: all 1s ease;
    width: 100%;
    letter-spacing: 1px;
}

.fold1-label-item a:hover .subtext,
.active.fold1-label-item a .subtext{
    color: black;
}

.fold1-label-item a:hover,
.active.fold1-label-item a{
}

.fold1-label-item {
    flex: 1;
    /* min-height: 120px; */
    display: flex;
    position: relative;
    /* align-items: flex-end; */
    transition: all 1s ease;
    /* height: 80px; */
    flex-direction: column;
    opacity: 0.5;
    cursor: pointer;
}

.fold1-label-item.active {
    opacity:1;
}

.fold1-label-item:hover {
    opacity: 1;
}


.fold1-item-background-outer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fold1-item-content {
    padding: 250px 0px;
    position: relative;
    /* max-width: 1280px; */
    margin: 0px auto;
    box-sizing: border-box;
}

.fold1-item-content-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
    max-width: 767px;
}

.fold1-item-content-inner p {
    color: white;
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
}

.fold1-item-content-inner .readmore {
    margin-top: 0px !important;
}

p.title {
    overflow: visible !important;
}

.home-fold2-wrapper {
    display: flex;
    gap: 80px;
    z-index: 1;
    position: relative;
}

.home-fold2-left {
    flex: 0 0 48%;
}

.home-fold2-right {
    flex: 1 0;
    display: flex;
    align-items: center;
}

.home-fold2-img-sticky {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 200px;
}

.home-fold2-img {
    position: relative;
    flex: 1;
}

.home-fold2-container {
    padding: 100px 0px;
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.stats-wrapper {
    display: flex;
    justify-content: space-between;
	margin-top: 60px;
	position: relative;
}

.big-text {
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
}

.home-fold2-container.animate.animate-complete::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/03/logo-icon.png);
    height: 60%;
    width: 30%;
    background-repeat: no-repeat;
    bottom: 6%;
    left: -1%;
    opacity: 0.05;
    z-index: 0;
    transform: rotate(-45deg);
}

.home-fold2-container.animate.animate-complete::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/03/logo-icon.png);
    height: 60%;
    width: 30%;
    background-repeat: no-repeat;
    top: 6%;
    right: -1%;
    opacity: 0.05;
    z-index: 0;
    transform: rotate(135deg);
}
























.service-card-text lord-icon {
    margin-left: -15px;
}

.home-fold3-container {
    padding: 100px 0px;
    background: #e7e7e7;
}

.home-fold3-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.home-fold3-top-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 75%;
}

.home-fold3-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.service-card-wrapper:hover .service-card-img img {
    filter: blur(3px);
    transition: all 1s ease;
}

.service-card-img img {
    transition: all 1s ease;
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-card-wrapper {
    flex: 0 0 23%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.service-card-text {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
    position: absolute;
    top: calc(100% - 160px);
    width: 100%;
    transition: all 1s ease;
    padding: 0 25px;
    box-sizing: border-box;
}

.service-card-text p, .service-card-text a {
    opacity: 0;
    transition: all 1s ease;
}

.service-card-text h3, .service-card-text p {
    color: white;
    font-family: 'Poppins';
}

.service-card-wrapper:hover .service-card-text {
    top: 0;
    transition: all 1s ease;
    /* height: 100%; */
}

.service-card-wrapper:hover .service-card-text p {
    opacity: 1;
    transition: all 1s ease;
}

.service-card-wrapper:hover .service-card-text a {
    opacity: 1;
    transition: all 1s ease;
}

.service-card-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.service-card-img > picture {
    display: flex;
    flex: 1;
    width: 100%;
}

.service-card-img > picture > img {
    width: 100%;
}

.service-card-img::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    top: 0;
    opacity: 0.5;
}

.service-card-text p {
    font-size: 14px;
    line-height: 20px;
}














ul#service-card-slider-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
    justify-content: flex-start;
}

.home-fold3-cards-wrapper li {
    flex: 0 0 calc(100% / 4 - 23px);
    /* height: 430px; */
}









.home-fold4-wrapper {
    display: flex;
    gap: 80px;
    /* align-items: center; */
    justify-content: center;
    z-index: 10;
    position: relative;
    pointer-events: all;
    flex-direction: column;
}

.tested-products-card a {
    color: black;
}

.products-tested-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

ul#module-c-splide-list {
    display: flex;
    flex-wrap: wrap;
}

ul#module-c-splide-list li {
    flex: 0 0 33%;
}

.tested-products-card {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    z-index: 10;
    transition: all 1s ease;
    box-sizing: border-box;
}

.home-fold4-right {
    flex: 0 0 33%;
    width: 33%;
    align-self: end;
    margin-top: -360px;
    background: #dbdcdd;
    padding: 40px;
    box-sizing: border-box;
}

.home-fold4-left {
    flex: 0 0 100%;
}

.home-fold4-container {
    padding: 100px 0px;
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.tested-products-card h3 {
    font-family: 'Poppins';
    margin-bottom: 30px;
}

.home-fold4-container::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/03/logo-icon.png);
    height: 50%;
    width: 20%;
    background-repeat: no-repeat;
    top: -6%;
    right: -2%;
    opacity: 0.05;
    z-index: 0;
    transform: rotate(-45deg);
}
























.home-fold5-wrapper {
    display: flex;
    /* background: linear-gradient(to right, rgba(24,36,74,1) 50%, rgba(242, 242, 243, 0) 100%); */
    background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(242, 242, 243, 0) 100%);
    height: 100%;
}

.home-fold5-container {/* max-height: 650px; */height: 100%;}

.home-fold5-left {
    flex: 50%;
    /* padding: 100px 0px; */
    display: flex;
    align-items: center;
}

.home-fold5-right {
    flex: 0 0 50%;
    z-index: -1;
}

.home-fold5-img {
    height: 100%;
    width: 100%;
    max-height: 700px;
}

.home-fold5-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.casestudy-info {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-bottom: 30px;
}

.casestudy-info p {
    color: white;
}

.casestudy-text p {
    color: white;
}

.home-fold5-text {
    padding-left: 75px !important;
    z-index: 1;
    position: relative;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



















.home-fold6-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.home-fold6-blog-posts {
    /* display: flex; */
    /* gap: 50px; */
    /* width: 100%; */
    /* padding: 80px; */
    /* box-sizing: border-box; */
    /* position: relative; */
}

.home-fold6-container {
    padding: 100px 0px;
    background: #f2f2f2;
    position: relative;
}

.home-blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-blog-text {
    margin-top: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

p.home-blog-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

p.home-blog-date {
    color: var(--grey-text) !important;
}



.home-blog-post-card {
    display: flex;
    flex-direction: column;
    /* padding: 20px; */
    box-sizing: border-box;
    height: 100%;
    /* align-items: center; */
    /* height: 500px; */
}

.home-blog-img {
    width: 400px;
    margin-bottom: 5px;
    height: 400px;
    height: 100%;
    width: 100%;
}

.home-blog-img img {
    height: 100%;
    object-fit: cover;
    /* object-position: center; */
    width: 100%;
    /* max-height: 200px; */
    /* height: 400px; */
    /* width: 400px; */
}



.home-fold6-top-text {
    width: 75%;
    position: relative;
}

.splide__arrows.splide__arrows--ltr {
    position: absolute;
    top: -140px;
    right: 0px;
    gap: 20px;
    display: flex;
}

button.splide__arrow.splide__arrow--prev {
    transform: rotate(180deg);
}


.splide__arrows.splide__arrows--ltr button {
    border: unset;
    cursor: pointer;
    display: flex;
    margin: 0;
    padding: 0 !important;
}

.splide__arrows.splide__arrows--ltr button svg {
    background: var(--grey-text);
    padding: 10px;
    height: 30px;
    width: 30px;
    fill: white;
}



.case-study-wrapper {
    display: flex;
    background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(242, 242, 243, 0) 100%);
}

.casestudy-text {
    width: 80%;
}

.home-blog-text p {
    color: black;
}

.home-fold5-text .readmore-white {
    color: var(--grey-text);
    border: 2px solid var(--grey-text) !important;
}

.home-fold6-top-text h2 {
    position: relative;
    margin-bottom: 50px;
}

.home-fold6-top-text h2::before {
    content: '';
    height: 8px;
    width: 50px;
    background: var(--grey-text);
    position: absolute;
    bottom: -15px;
    left: 0;
}

.home-fold6-top-text::before {
    content: '';
    position: absolute;
    width: 133.3%;
    bottom: -20%;
    left: 0;
    height: 2px;
    background: var(--grey-text);
}

.home-fold6-container::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/03/logo-icon.png);
    height: 50%;
    width: 20%;
    background-repeat: no-repeat;
    top: -10%;
    left: -2%;
    opacity: 0.05;
    z-index: 0;
    transform: rotate(-125deg);
}