/* tester Home */

.featured-post::before {
    background-color: #F1F2F5 !important;
}

.tags a {
    background: white !important;
}

.date {
    transition: transform 0.2s;
}

/*
.home-tester-animapackage {
    height: auto;
    padding-top: 100px !important;
    position: relative;
    overflow: hidden;
}

.home-tester {
    height: auto;
    padding-top: 100px !important;
    animation: move 30s infinite alternate linear;
    position: relative;
    overflow: hidden;
}

.home-purple {
    background-image: linear-gradient(45deg, #421d60, #5938ba);
    transition: background-image 3s;
}

.home-red {
    background-image: linear-gradient(45deg, #9A183D, #B71E48);
    transition: background-image 3s;
}

.home-blue {
    background-image: linear-gradient(45deg, #192936, #1C2E40);
    transition: background-image 3s;
}*/

.container::before {
    display: none;
}

#customer_story_top_text {
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

#customer_story_top_text h1 {
    font-weight: bold;
    padding: 0 25px;
    letter-spacing: -0.03em;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.testimonial_industries_container {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 40px;
}

.testimonial_industries_box1 {
    width: 40%;
    float: left;
}

.partner_logo {
    width: 200px;
}

.partner_img {
    border-radius: 50%;
    width: 80px;
}

.client_table {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 25px;
}

.client_table h3 {
    color: white;
    margin-left: 20px;
}

.client_table h4 {
    color: white;
    margin-left: 20px;
    width: 200px;
    line-height: 1.4;
    font-weight: 250;
}

.project-link {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-top: 20px;
    position: absolute;
    bottom: 50px;
}

.project-card-text strong {
    height: 65px;
}

.project-link::after {
    content: ' ';
    background: url(../img/icons/arrow-white.svg);
    width: 26px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.project-link:hover::after {
    transform: translateX(30px);
}

.testimonial_industries_box2 {
    width: 60%;
    float: left;
    padding: 0 15px;
    text-align: center;
}

.testimonial_industries_box2 p {
    color: white;
    line-height: 1.4;
    font-size: 27px;
    font-weight: 220;
}

#icon1 {
    content: " ";
    background-image: url('../img/icons/01-cross-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 30vw;
    height: 30vw;
    top: 30%;
    left: 50%;
    animation: move1 30s infinite alternate linear;
    opacity: .1;
    filter: blur(1px);
}

#icon2 {
    content: " ";
    background-image: url('../img/icons/01-cross-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 25vw;
    height: 25vw;
    top: -20%;
    left: -20%;
    animation: move2 30s infinite alternate linear;
    opacity: .1;
    filter: blur(1px);
}

#icon3 {
    content: " ";
    background-image: url('../img/icons/01-cross-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 30vw;
    *border-radius: 100%;
    height: 30vw;
    margin-top: -200px;
    top: 0;
    left: 60%;
    animation: move1 40s infinite alternate linear;
    opacity: .1;
    filter: blur(1px);
}

#icon4 {
    content: " ";
    background-image: url('../img/icons/01-cross-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 20vw;
    height: 20vw;
    margin-top: -150px;
    top: 0;
    left: 20%;
    animation: move2 20s infinite alternate linear;
    opacity: .1;
    filter: blur(1px);
}

@keyframes move1 {
    0% {
        transform: translate(-10%, 10%);
    }
    100% {
        transform: translate(10%, -10%);
    }
}

@keyframes move2 {
    0% {
        transform: translate(10%, 10%);
    }
    100% {
        transform: translate(-10%, -10%);
    }
}

@media all and (max-width: 478px) {
    .about-info h1 {
        font-size: 28px;
    }
    .about-content {
        padding: 25px 0 30px 0;
    }
    .customer_story_top_text h1 {
        font-size: 23px;
    }
    #customer_story_top_text {
        width: 100%;
    }
    .testimonial_industries_box1 {
        width: 100%;
    }
    .testimonial_industries_box2 {
        width: 100%;
        padding: 10px 10px 150px 10px;
    }
    .testimonial_industries_box2 p {
        font-size: 18px;
    }
    .client_table {
        top: auto;
        bottom: 50px;
    }
}
/*
@media all and (min-width: 478px) {
    .home-tester {
        *height: 640px;
        padding-top: 275px !important;
    }
}
*/
#page-container.intro {
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    animation: overflow 0s ease-in-out forwards 7s;
}

@keyframes overflow {
    to {
        overflow: visible;
    }
}

#page-container.intro .home-tester {
    height: 100vh;
    animation: slidein .75s ease-in-out forwards 5s;
}

@keyframes slidein {
    to {
        height: 541px;
    }
}

@media all and (min-width: 478px) {
    @keyframes slidein {
        to {
            height: 640px;
        }
    }
}
/*
.home-tester h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 115%;
    margin: 5px 0;
    color: #ffffff;
    letter-spacing: -.03em;
    max-width: 920px;
    transform: scale(1);
    transform-origin: bottom left;
    text-align: center;
}

#page-container.intro .home-tester h1 {
    transform: scale(0);
    opacity: 0;
    animation: h1_fadein 1s ease-in-out forwards 5s;
}
@keyframes h1_fadein {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media all and (min-width: 478px) {
    .home-tester h1 {
        font-size: 38px;
        line-height: 42px;
        letter-spacing: -1px;
        text-align: left;
    }
}

@media all and (min-width: 768px) {
    .home-tester h1 {
        font-size: 50px;
        line-height: 54px;
        letter-spacing: -1px;
    }
}

.home-tester h2 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.035em;
}

@media all and (min-width: 478px) {
    .home-tester h2 {
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }
}

@media all and (min-width: 768px) {
    .home-tester h2 {
        font-size: 25px;
        line-height: 27px;
    }
}

#page-container.intro .home-tester h2 span {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -.04em;
    display: inline-block;
    transform: translateX(0px);
}

@media all and (min-width: 478px) {
    #page-container.intro .home-tester h2 span {
        font-size: 58px;
        line-height: 60px;
        letter-spacing: -.03em;
    }
}

@media all and (min-width: 768px) {
    #page-container.intro .home-tester h2 span {
        font-size: 98px;
        line-height: 100px;
    }
}

#page-container.intro .home-tester h2 span.architect {
    width: 100%;
    transform: translateX(-100%);
    opacity: 0;
    animation: fadein_architect .75s ease-in-out forwards .75s, slidein_text 1s linear forwards 5s;
}

#page-container.intro .home-tester h2 span.design {
    transform: translateX(-100%);
    opacity: 0;
    animation: fadein_design .75s ease-in-out forwards 1.5s, slidein_text 1s linear forwards 5s;
}

#page-container.intro .home-tester h2 span.build {
    transform: translateX(30vw);
    opacity: 0;
    animation: fadein_build .75s ease-in-out forwards 2.25s, slidein_text 1s linear forwards 5s;
}

#page-container.intro .home-tester h2 span.complex {
    transform: translateX(-100%);
    opacity: 0;
    animation: fadein_complex .75s ease-in-out forwards 3s, slidein_text 1s linear forwards 5s;
}

#page-container.intro .home-tester h2 span.solutions {
    transform: translateX(30vw);
    opacity: 0;
    animation: fadein_solutions .75s ease-in-out forwards 3.75s, slidein_text 1s linear forwards 5s;
}

@keyframes fadein_architect {
    to {
        transform: translateX(0vw);
        opacity: 1;
    }
}

@keyframes fadein_design {
    to {
        transform: translateX(0vw);
        opacity: 1;
    }
}

@keyframes fadein_build {
    to {
        transform: translateX(0vw);
        opacity: 1;
    }
}

@keyframes fadein_complex {
    to {
        transform: translateX(0vw);
        opacity: 1;
    }
}

@keyframes fadein_solutions {
    to {
        transform: translateX(0vw);
        opacity: 1;
    }
}

@media all and (min-width: 478px) {
    @keyframes fadein_architect {
        to {
            transform: translateX(3vw);
            opacity: 1;
        }
    }
    @keyframes fadein_design {
        to {
            transform: translateX(10vw);
            opacity: 1;
        }
    }
    @keyframes fadein_build {
        to {
            transform: translateX(12vw);
            opacity: 1;
        }
    }
    @keyframes fadein_complex {
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes fadein_solutions {
        to {
            transform: translateX(6%);
            opacity: 1;
        }
    }
}

@keyframes slidein_text {
    to {
        font-size: 13px;
        line-height: 17px;
        transform: translateX(0);
        width: auto;
        margin-right: 5px;
    }
}

@media all and (min-width: 478px) {
    @keyframes slidein_text {
        to {
            font-size: 18px;
            line-height: 22px;
            transform: translateX(0);
            width: auto;
            margin-right: 5px;
        }
    }
}

@media all and (min-width: 768px) {
    @keyframes slidein_text {
        to {
            font-size: 25px;
            line-height: 27px;
            transform: translateX(0);
            width: auto;
            margin-right: 5px;
        }
    }
}

.home-tester .inline-block .et_pb_module {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

@media all and (min-width: 478px) {
    .home-tester .inline-block .et_pb_module {
        display: inline-block;
        margin-bottom: 30px;
    }
    .home-tester .inline-block .et_pb_module+.et_pb_module {
        margin-left: 25px;
    }
}

#page-container.intro .home-tester .inline-block {
    opacity: 0;
    animation: button_fadein 1s forwards 6s;
}

@keyframes button_fadein {
    to {
        opacity: 1;
    }
}

.home-tester .et_pb_button {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 18px;
}

@media all and (min-width: 768px) {
    .home-tester .et_pb_button {
        width: auto;
    }
}

*/

/* Valtira 55 - Carbon Footprint */

.carbon-footprint .box {
    border: 2.5px solid #E0E6EB;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.carbon-footprint .box .top {
    border-bottom: 2.5px solid #E0E6EB;
    display: flex;
    padding: 35px 30px;
    justify-content: center;
    align-items: center;
}

.carbon-footprint .box .top h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #162431;
    padding: 0;
}

.carbon-footprint .box .top h2 em {
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: -0.035em;
    font-style: initial;
}

.carbon-footprint .box .top span {
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.035em;
    color: #162431;
    white-space: initial;
    width: 1px;
    padding-right: 90px;
    margin-left: 15px;
}

.carbon-footprint .box .top img {
    max-width: 47px;
}

.carbon-footprint .box .bottom {
    display: flex;
}

.carbon-footprint .box .bottom div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    width: 50%;
}

.carbon-footprint .box .bottom div:first-child {
    border-right: 2.5px solid #E0E6EB;
    padding-right: 5px;
}

.carbon-footprint .box .bottom h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #162431;
    padding: 0;
}

.carbon-footprint .box .bottom h4 em {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -0.035em;
    color: #162431;
}

.carbon-footprint .box .bottom span {
    font-weight: 600;
    font-size: 11.8865px;
    line-height: 100%;
    letter-spacing: -0.035em;
    color: #162431;
}

@media all and (min-width: 768px) {
    .carbon-footprint .box .top h2 {
        font-size: 82px;
    }
    .carbon-footprint .box .top h2 em {
        font-size: 32px;
    }
    .carbon-footprint .box .top span {
        font-size: 20px;
    }
    .carbon-footprint .box .top img {
        max-width: 64px;
    }
    .carbon-footprint .box .bottom {
        flex-direction: row;
    }
    .carbon-footprint .box .bottom div {
        flex-direction: row;
        padding: 25px 30px;
    }
    .carbon-footprint .box .bottom span {
        width: 1px;
        padding-right: 80px;
        margin-left: 15px;
    }
}

.carbon-footprint .et_pb_button {
    width: 100%;
    font-size: 18px;
}

@media all and (min-width: 768px) {
    .carbon-footprint .et_pb_button {
        width: auto;
    }
}


/* testerimonial Slider */

.carousel-cell {
    width: 100%;
    max-width: 90vw;
    min-height: 510px;
    display: inline-flex;
    flex-direction: column-reverse;
    position: relative;
    padding: 85px 25px 25px;
    justify-content: space-between;
    background: #b6bfb654;
    border-radius: 10px;
    transition: .5s filter linear;
    filter: grayscale(1);
    filter: blur(8px) grayscale(1);
}

.carousel-cell.is-selected {
    transition-timing-function: linear;
    filter: blur(0px) grayscale(0);
}

.carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1;
}

.carousel-author {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-start;
}

.carousel-author .company-logo {
    height: 50px;
    max-width: 150px;
    margin-bottom: 20px;
    position: absolute;
    top: 25px;
}

.carousel-author .company-logo img {
    max-width: 100%;
    max-height: 100%;
}

.carousel-author .carousel-person {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.carousel-author .carousel-person-text strong {
    font-weight: 700;
    font-size: 18.623px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #fff;
    padding-bottom: 5px;
}

.carousel-author .carousel-person span {
    font-size: 15px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

.carousel-author .carousel-person-image {
    min-width: 70px;
    height: 70px;
    margin-right: 1em;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    max-width: 70px;
}

.carousel-author .carousel-person-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-author .project-link {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 30px auto 10px;
}

.carousel-author .project-link::after {
    content: ' ';
    background: url(../img/icons/arrow-white.svg);
    width: 26px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.carousel-author .project-link:hover::after {
    transform: translateX(30px);
}

.carousel-testerimonial {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.carousel .flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
    opacity: 0;
}

.carousel .flickity-button:hover {
    background: transparent;
    cursor: pointer;
}

.carousel .flickity-button:active {
    opacity: 0;
}

.carousel .flickity-prev-next-button {
    top: 0;
    bottom: 0;
    width: 5vw;
    height: 100%;
    border-radius: 0;
    transform: translate(0);
}

.carousel .flickity-prev-next-button.next {
    right: 0;
}

.carousel .flickity-prev-next-button.previous {
    left: 0;
}

@media all and (min-width: 768px) {
    .carousel-cell {
        max-width: 990px;
        flex-direction: row;
        padding: 3.5em;
        min-height: 360px;
    }
    .carousel-author {
        width: 30%;
    }
    .carousel-testerimonial {
        width: 70%;
        padding: 0 5%;
        font-size: 26px;
        line-height: 37px;
    }
    .carousel-author .company-logo {
        position: relative;
        top: 0;
    }
    .carousel-author .carousel-person {
        margin: 0;
    }
    .carousel-author .project-link {
        margin: auto 0 0;
        font-size: 16px;
    }
    .carousel-author .company-logo {
        height: 70px;
        max-width: 200px;
    }
}