/* SECTION 1 - Banner */
section.banner {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.banner ._spacer {
    display: none;
}

section.banner .row._custom .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}


section.banner .row._custom .content figure.image {
    width: 100%;
    height: 100%;
}

section.banner .row._custom .content figure.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner .row._custom figure.image {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

section.banner .row._custom figure.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner .row._custom figure.image:last-child {
    margin-bottom: 0;
}

section.banner .row._custom {
    margin-bottom: 60px;
}

section.banner .row._custom:last-child {
    margin-bottom: 0;
}

section.banner ._spacer .contents {
    display: flex;
    gap: 30px;
    justify-content: start;
    align-items: end;
    width: 100%;
    height: 100%;
    min-height: 180px;
}

section.banner .header {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

section.banner .header h1 {
    margin-bottom: 0;
}

section.banner .header h2 {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

section.banner .header p {
    font-family: "Giga Sans";
    font-style: normal;
    font-weight: 300;
}

section.banner .inner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

section.banner .inner-content a {
    color: var(--ColorRed);
    font-family: "Giga Sans Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration-line: underline;
}

section.banner .content-banner-header {
    border-radius: 20px;
    min-height: 672px;
}

section.banner .content-banner-header .content-box {
    width: 100%;
}

section.banner .circle-container-parent {
    display: flex;
    justify-content: end;
    align-items: start;
    width: 100%;
    height: 100%;
    /* min-height: 672px; */
}


section.banner .circle-container-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(test-content-bg-top-right.png) no-repeat top right / cover;
    width: 100%;
    max-width: 340px;
    height: 380px;
    transform: translate(2px, -2px);
    z-index: 2;
}

section.banner .sub-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.banner .sub-header h2 {
    margin-bottom: 20px;
}

section.banner .sub-header span {
    color: var(--ColorRed);
}

section.banner .circle-container-child .circle {
    transform: translate(20px, -20px);
}

section.banner .image-banner {
    display: none !important;
}

section.banner .image-banner img {
    border-radius: 20px;
}

section.banner .inner-content p {
    margin-bottom: 0;
}

section.banner .achievements {
    background: url(test-content-bg-bottom-left.png) no-repeat bottom left / cover;
    width: 100%;
    min-height: 255px;
    max-width: 1600px;
    height: 292px;
    margin-right: auto;
    transform: translate(-2px, 2px);
    z-index: 2;
}

section.banner .achievements .contents {
    display: flex;
    gap: 30px;
    justify-content: start;
    align-items: end;
    width: 100%;
    height: 100%;
    min-height: 180px;
}

section.banner .achievements .image-banner {
    min-height: 255px;
}

section.banner .achievements .contents .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

section.banner .achievements .contents .inner-content span {
    color: var(--Red, #D11242);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

section.banner .achievements div .inner-content {
    width: 295px;
    height: 225px;
}

section.banner .achievements div .inner-content p {
    max-width: 170px;
    margin-bottom: 0;
}

section.banner div#brands {
    margin: 60px 0;
}

section.banner .achievements .box-0 {
    background: url('mobile-banner.jpg')no-repeat center center/cover;
    border-radius: 20px;
}

section.banner .achievements .box-1 {
    background: url('box-1.png')no-repeat center center/cover;
    border-radius: 20px;
}

section.banner .achievements .box-2 {
    background: url('box-2.png')no-repeat center center/cover;
    border-radius: 20px;
}

section.banner .achievements .box-3 {
    background: url('box-3.png')no-repeat center center/cover;
    border-radius: 20px;
}

section.banner .box-4 {
    display: none !important;
}

section.banner .company-logos {
    margin: 60px 0;
}


section .wpcf7-spinner {
    position: absolute !important;
}


section .wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 10px;
}

section .wpcf7-response-output {
    color: #FFF;
    position: absolute;
    right: 15%;
}

section.banner .owl-item img {
    width: 230px;
    height: 85px;
    object-fit: cover;
    overflow: hidden;
}

section.banner .row._custom .header {
    align-items: start;
}

@media(max-width: 1440px) {
    section.banner .achievements {
        width: calc(100% + 3px);
        min-height: 255px;
        max-width: 1000px;
    }
}

@media(max-width: 1199px) {


    section.banner .row._custom .content figure.image {
        margin-bottom: 30px;
    }

    section.banner .row._custom {
        margin-bottom: 70px;
    }

    section.banner .header {
        max-width: 100%;
        align-items: start;
    }

    section.banner .header h1 {
        margin-bottom: 30px;
    }

    section.banner .achievements div .inner-content p {
        max-width: 165px;
    }

    section.banner .achievements div .inner-content {
        width: 100%;
        min-width: 280px;
    }

    section.banner .inner-content p {
        margin-bottom: 0;
    }

    section.banner .image-banner.large {
        display: block !important;
        height: 380px;
        width: 100%;
        max-height: 100%;
    }

    section.banner .image-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
    }

    section.banner .circle-container-parent {
        justify-content: space-between;
    }

    section.banner .image-banner {
        display: block !important;
        height: 380px;
        width: 50%;
    }

    section.banner .achievements .contents {
        justify-content: center;
        flex-wrap: wrap;
    }

}


@media(max-width: 991px) {

    section.banner .achievements {
        height: 100%;
        min-height: auto;
    }

    section.banner .content-banner-header {
        min-height: auto;
    }



    section.banner ._spacer .contents,
    section.banner ._spacer {
        display: none;

    }

    section.banner .achievements .contents {
        justify-content: start;
        flex-wrap: wrap;
    }


    section.banner .achievements div .inner-content {
        width: 100%;
        min-width: 100%;
    }

    section.banner .content-banner-header {
        background: url('') no-repeat center center / cover;
    }

    section.banner .image-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    section.banner .achievements .box-1 {
        width: 30%;
        height: 100%;
    }

    section.banner .achievements .box-2 {
        width: 30%;
        height: 100%;
    }

    section.banner .achievements .box-3 {
        width: 30%;
        height: 100%;
    }


    section.banner .circle-container-parent {
        justify-content: center;
        align-items: center;
        min-height: auto;
        height: auto;
    }

    section.banner .circle-container-child .circle {
        transform: translate(0px, 0px);
    }

    section.banner .circle-container-child {
        max-width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-bottom: 0;
    }

    section.banner .image-banner.large {
        display: block !important;
        margin-bottom: 0;
    }


}

@media(max-width: 767px) {


    section.banner .circle-container-child {
        max-width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-bottom: 60px;
    }

    section.banner .row._custom .content {
        align-items: center !important;
    }

    section.banner .row._custom .content h2 {
        text-align: center;
    }


    section.banner .row._custom {
        margin-bottom: 50px;
    }

    section.banner .header h1,
    section.banner .inner-content p {
        text-align: center;
        width: 100%;
    }


    section.banner .achievements div .inner-content p {
        max-width: 100%;
    }

    section.banner .circle-container-parent {
        flex-direction: column-reverse;
    }

    section.banner .image-banner {
        width: 100%;
    }

    section.banner .achievements .box-1 {
        width: 100%;
        height: 100%;
    }

    section.banner .achievements .box-2 {
        width: 100%;
        height: 100%;
    }

    section.banner .achievements .box-3 {
        width: 100%;
        height: 100%;
    }

    section.banner .achievements div .inner-content {
        height: 175px
    }


}

@media(max-width: 575px) {

    section.banner .custom {
        margin-bottom: 40px;
    }

}

.fadeInUp {
    animation-name: fadeInUp
}

.hero_carousel .owl-nav button.owl-prev,
.hero_carousel .owl-nav button.owl-next {
    position: absolute;
    bottom: 50%;
    right: 50%;
    color: #000;
}

.hero_carousel .owl-nav button.owl-prev {
    left: 0
}

.hero_carousel .owl-nav button.owl-next {
    right: 0
}

.hero_carousel.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
    color: #444;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.hero_carousel.owl-carousel.owl-theme.owl-loaded a {
    text-decoration: none;
}

.hero_carousel i.owl-direction {
    margin: 0 13px;
    font-size: 3em;
    padding: 0;
    color: #607D8B;
}

.hero_carousel .owl-nav button.owl-next,
.hero_carousel .owl-nav button.owl-prev {
    outline: 0;
    background: #FFF;
    width: 36px;
}

.tag {
    display: inline-block;
}

.desc {
    position: absolute;
    padding: 8%;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.item-img {
    height: 100%;
    position: relative;
    margin-bottom: 30px;
}

.btn-gradient-bg {
    color: #fff;
    display: inline-block;
    padding: 11px 33px;
    background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
    border-radius: 30px;
}

.delay-1 {
    animation-delay: .2s;
}

.delay-2 {
    animation-delay: .4s;
}

.delay-3 {
    animation-delay: .6s;
}

.delay-4 {
    animation-delay: .8s;
}

.slider-counter {
    z-index: 99;
    bottom: 1%;
    position: absolute;
    text-align: center;
    right: 4%;
    font-size: 120px;
    color: rgba(242, 242, 242, 0.7);
    font-weight: 700;
}

@media (max-width: 767px) {
    .slider-counter {
        font-size: 80px;
        font-weight: 600;
        bottom: 0
    }
}

@media (max-width: 576px) {
    .slider-counter {
        font-size: 30px;
        font-weight: 500;
        bottom: 0
    }
}

.credit-footer a {
    text-decoration: none;
    color: #E91E63;
}

.credit-footer {
    margin-top: 100px;
    color: #646464;
    font: 500 12px/22px "Roboto", Arial, sans-serif;
    letter-spacing: -0.25px;
    text-align: center;
}

.credit-footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0;
    text-align: center;
}

.credit-footer-nav li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    color: #aaa;
}

.credit-footer-nav li a {
    display: block;
    color: #424242;
    font-weight: 400;
    transition: all .3s ease;
    text-decoration: none;
}

.credit-footer-nav li:not(:last-child):after {
    content: "/";
    margin-right: 6px;
    margin-left: 6px;
}

.credit-footer-wrap {
    padding-bottom: 4%;
}


.badge {
    position: relative;
    --badge-size: 200px;
    background: url(consult-logo.png) no-repeat center center/contain;
    display: flex;
    justify-content: center;
    align-items: center;

    width: var(--badge-size);
    height: var(--badge-size);

    border-radius: 100%;
    animation: identifier 20s linear infinite;
}

.badge-svg {
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;

    &:hover {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

.badge__char {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - var(--char-width) / 2);
    height: calc(var(--badge-size) / 2);
    width: var(--char-width);
    background-repeat: round;
    text-align: center;
    line-height: normal;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: var(--Red, #D11242);
    font-family: "Giga Sans";
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
}