/*
Theme Name: Archo-group
Theme URI:
Author: REDSTONE
Author URI:
Version: 1.0
*/

/*.filter-block {opacity: 1; transition: 0.5s}*/
/*.choose-filters {opacity: 1; transition: 0.5s}*/


.wpcf7-spinner {
    position: absolute;
}
.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    visibility: hidden;
}


.screen-reader-response, .wpcf7-response-output {
    display: none;
}


.review-text {
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 5; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* position: relative; */
    /* max-height: 7.5em; */
    /* line-height: 1.5em; */
}

.review-text {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;

}

.review-text.more-text:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1.5em;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, #fff 100%);;
}

.read-more {
    display: none;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 1.4375rem;
    padding: 2px 5px;
    cursor: pointer;
    font-weight: bold;
}

.more-text .read-more {
    display: block;
    z-index: 1;
}



.type2 .qtranxs_language_chooser li a {
    color: var(--clr-black);
}

.section.row.goals-item .h5 p + p {
    margin-top: var(--sp-sms);
}

.wpcf7-list-item {
    --ch-size: 1rem;
    --lh-size: calc(var(--ch-size) * 1.25);
    display: flex;
    flex-wrap: wrap;
    gap: var(--lh-size);
}

.wpcf7-list-item {
    margin-bottom: 1.5rem;
}

.wpcf7-list-item label {
    cursor: pointer;
    display: inline-block;
    line-height: var(--lh-size);
    font-size: var(--ch-size);
    text-align: left;
}

.wpcf7-list-item label span {
    font-size: var(--h5);
    letter-spacing: 0,15em;
}

.wpcf7-list-item label input[type=radio], .wpcf7-list-item label input[type=checkbox] {
    display: inline-block;
    position: relative;
    color: var(--clr-input);
    height: 16px;
    width: 16px;
    margin-right: calc(var(--ch-size) / 2);
    border-radius: 0.15rem;
    border: 0.0625rem solid var(--clr-grey);
}

.wpcf7-list-item label input[type=radio]:before, .wpcf7-list-item label input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) scale(0);
    border-radius: inherit;
    background-color: var(--clr-primary);
    transition: var(--transition-1);
}

.wpcf7-list-item label input[type=radio]:checked:before, .wpcf7-list-item label input[type=checkbox]:checked:before {
    transform: translate(-50%, -50%) scale(1);
}

.section .banner-info h2 {
    opacity: 1;
}


.wpcf7-not-valid-tip {
    font-size: 0.75rem;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--clr-red);
    margin-top: 0.25rem;
}
.input.wpcf7-not-valid {
    border-color: var(--clr-red);
}

.section .image_revers {
    flex-direction: row-reverse;
}

.hidden-fields-container {
    margin: 0;
}

.wpcf7-submit {
    cursor: pointer;
}


@media (min-width: 1025px) {
    .desktop_fit {
        aspect-ratio: auto!important;
    }

    .desktop_fit img {
        -o-object-fit: contain;
        object-fit: contain;
        position: relative;
        /*width: auto;*/
        /*height: auto;*/
    }
}


@media (max-width: 1024px) and (min-width: 767px) {

    .tablet_fit {
        aspect-ratio: auto!important;
    }
    .tablet_fit img {
        -o-object-fit: contain;
        object-fit: contain;
        position: relative;
        width: auto;
        height: auto;
    }
}

@media (max-width: 767px) {
    .mobile_fit {
        aspect-ratio: auto!important;;
    }
    .mobile_fit img {
        -o-object-fit: contain;
        object-fit: contain;
        position: relative;
        width: auto;
        height: auto;
    }
}

.gallery-img.gallery-img__full {
    aspect-ratio: 2;
}


.goals-image-block.goals-image-block__full .goals-image.size_xl {
    aspect-ratio: 1.26;
}

.h-logo, header.open-menu .burger-1024{
    z-index: 99999;
    color: var(--clr-black);
}


@media (min-width: 1024px) {
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
}

.cards-wrapper .section.cards-block:last-child .cards-bottom {
    margin-bottom: 0;
}

.lg-outer .lg-item .lg-object {
    width: auto !important;
    height: auto!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.other_works .cards-block .goals-image-block > * + * {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .other_works .cards-block .goals-image {
        aspect-ratio: 1;!important;
    }
}

@media (max-width: 767px) {
    .btn-project.cards-btn {
        display: none;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .h-menu {
        padding-bottom: 15%;
    }

    .h-links ul {
        gap: 30px;
    }
    .h-links {
        gap: 30px;
    }

    .h-langs {
        bottom: -40px;
    }

}