/*!
Theme Name: SPLIT
Author: SPLIT Development
Author URI: http://splitdev.com/
Description: Description
Version: 3.3.1
Tested up to: 6.2.2
Requires PHP: 8.0
Text Domain: splitdev
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

form.submitting [type="submit"] {
    cursor: wait;
    pointer-events: none;
}

.spinner {
    border: 4px solid rgba(20, 20, 20, 0.7);
    border-radius: 50%;
    border-top: 4px solid #141414;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    right: 20px;
    visibility: hidden;
}

.submitting .spinner {
    visibility: visible;
}

.submitting .buttonRed::after {
    content: none !important;
}

.submitting .buttonRed {
    pointer-events: none !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

:root {
    --black: #141414;
    --blackDark: rgba(20, 20, 20, 1);
    --white: #ffffff;
    --red: #ea3939;
    --redDark: rgba(255, 65, 65, 1);
    --grey: #F9F9F9;
    --lightGrey: rgba(237, 237, 237, 1);
    --darkGrey: rgba(97, 97, 97, 1);
}

a, button {
    cursor: pointer;
}

img {
    vertical-align: bottom;
}

body {
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
    margin: 0;
    position: relative;
}

/*html {*/
/*    overflow-x:hidden;*/
/*}*/

/*@media (pointer: fine) {*/
/*    .cursor {*/
/*        position: fixed;*/
/*        z-index: 300;*/
/*        top: 0;*/
/*        left: 0;*/
/*        width: 0;*/
/*        height: 0;*/
/*        pointer-events: none;*/
/*        transform: translate(var(--x, 0), var(--y, 0));*/
/*        will-change: transform;*/
/*        mix-blend-mode: normal;*/
/*        display: none;*/
/*    }*/

/*    .cursor-parent {*/
/*        position: absolute;*/
/*        width: 40px;*/
/*        height: 40px;*/
/*        top: -1.25rem;*/
/*        left: -1.25rem;*/
/*        border-radius: 50%;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        transition: scale 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;*/
/*    }*/

/*    #invertedcursor {*/
/*        background: var(--red);*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        border-radius: 50%;*/
/*        !*transform: translate( -50%, calc( -50% - var(--wp-admin--admin-bar--height, 0px)));*!*/
/*    }*/

/*    !*    .cursor {*!*/
/*    !*        transform: translate( var(--x, 0), var(--y, 0));*!*/
/*    !*        will-change: transform;*!*/
/*    !*        z-index: 100;*!*/
/*    !*        position: relative;*!*/
/*    !*        mix-blend-mode: normal;*!*/
/*    !*        pointer-events: none;*!*/
/*    !*        width: 0;*!*/
/*    !*        height: 0;*!*/
/*    !*        display: none;*!*/
/*    !*    }*!*/
/*    .cursor.moreBigger .cursor-parent {*/
/*        width: 110px;*/
/*        height: 110px;*/

/*        transition: scale 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;*/
/*    }*/

/*    .cursor.moreBigger #invertedcursor {*/
/*        display: flex;*/
/*    }*/

/*    .cursor #invertedcursor:before {*/
/*        color: transparent;*/
/*        content: 'READ';*/
/*    }*/

/*    .cursor.moreBigger #invertedcursor:before {*/
/*        color: var(--white, #FFF);*/
/*        text-align: center;*/
/*        font-family: Figtree, sans-serif;*/
/*        font-size: 16px;*/
/*        font-style: normal;*/
/*        font-weight: 700;*/
/*        line-height: normal;*/
/*        text-transform: uppercase;*/
/*        opacity: 1;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-content: center;*/
/*        align-items: center;*/
/*        justify-items: center;*/
/*        margin: auto;*/
/*        transition: color 0.1s ease-in-out 0.9s;*/
/*    }*/

/*    .cursor.moreBiggerWhite .cursor-parent {*/
/*        width: 110px;*/
/*        height: 110px;*/

/*        transition: scale 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;*/
/*    }*/

/*    .cursor.moreBiggerWhite #invertedcursor {*/
/*        display: flex;*/
/*        background: var(--white);*/
/*    }*/

/*    .cursor.moreBiggerWhite #invertedcursor:before {*/
/*        content: 'Play';*/
/*        color: var(--red);*/
/*        text-align: center;*/
/*        font-family: Figtree, sans-serif;*/
/*        font-size: 16px;*/
/*        font-style: normal;*/
/*        font-weight: 700;*/
/*        line-height: normal;*/
/*        text-transform: uppercase;*/
/*        opacity: 1;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-content: center;*/
/*        align-items: center;*/
/*        justify-items: center;*/
/*        margin: auto;*/
/*        transition: color 0.1s ease-in-out 0.9s;*/
/*    }*/


/*    !*    .cursor-parent {*!*/
/*    !*        position: relative;*!*/
/*    !*    }*!*/
/*    !*    #invertedcursor {*!*/
/*    !*        position: absolute;*!*/
/*    !*        width: 40px;*!*/
/*    !*        height: 40px;*!*/
/*    !*        background: var(--red);*!*/
/*    !*        border-radius: 50%;*!*/
/*    !*        top: 50%;*!*/
/*    !*        left: 50%;*!*/
/*    !*        transform: translate( -50%, calc( -50% - var(--wp-admin--admin-bar--height, 0px)));*!*/
/*    !*        pointer-events: none;*!*/
/*    !*        will-change: transform;*!*/
/*    !*        transition: scale 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;*!*/
/*    !*transform-origin: center;*!*/
/*    !*    }*!*/
/*    .cursor.ItsMultiply {*/
/*        mix-blend-mode: multiply !important;*/
/*    }*/

/*    .cursor.ItsButtonProject {*/
/*        mix-blend-mode: color !important;*/
/*    }*/

/*    .cursor.ItsButtonProject .cursor-parent {*/
/*        scale: 1.25;*/
/*    }*/

/*    .cursor.ItsButtonProject #invertedcursor {*/
/*        background: var(--black);*/

/*        !*box-shadow: 5px 0 10px 0 #141414;*!*/
/*    }*/

/*    .cursor.ItsButton {*/
/*        mix-blend-mode: darken !important;*/
/*    }*/

/*    .cursor.ItsButtonOP {*/
/*        opacity: 0.5;*/
/*    }*/

/*    .cursor.ItsButton .cursor-parent {*/
/*        scale: 1.25;*/
/*        !*box-shadow: 5px 0 10px 0 #141414;*!*/
/*    }*/

/*    .cursor.ItsButtonRed {*/
/*        mix-blend-mode: difference !important;*/
/*    }*/

/*    .cursor.ItsButtonRed #invertedcursor {*/
/*        background: var(--black);*/
/*        transition: scale 0.2s ease-in-out;*/
/*        !*box-shadow: 5px 0px 10px 0px #141414;*!*/
/*    }*/

/*    .cursor.elementsDodgeHover {*/
/*        mix-blend-mode: color-dodge !important;*/
/*    }*/

/*    !*a:hover #invertedcursor {*!*/
/*    !*    opacity: 0;*!*/
/*    !*}*!*/
/*}*/

body.StopScroll {
    overflow: hidden;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

.container {
    display: flex;
    flex-direction: column;
    max-width: var(--container, 1216px);
    margin-inline: auto;
    padding-inline: 16px;
    /*padding-inline: clamp(1rem, 11vw - 2.75rem, 7rem); !* Min value (16px) ends at 600 px. Max value (112px) starts at 1440 px. *!*/
    box-sizing: content-box;

}


.fadeInUp {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}

.fadeInUp.visible {
    opacity: 1;
    transform: translate(0, 0);
}

header {
    position: sticky;
    padding: 24px 0 24px;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 15;
    max-height: 96px;
    width: 100%;
}


.header-content {
    display: grid;
    grid-template-columns: repeat(2, auto);
}



.header-content__links {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 39px;
    margin-left: 24px;
}

a {
    text-decoration: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.header-content__links ul {
    padding-left: 0;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
    justify-content: end;
    gap: 39px;
}

.header-content__links ul li {
    width: fit-content;
}

.header-content__links ul li a {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--black);
    transition: 0.3s;
}

.header-content__links ul li a:hover {
    color: var(--red);
    text-decoration: none;
    transition: 0.3s;
}

.btn-mobile {
    display: none !important;
}

.buttonHeader {
    background: var(--red);
    border-radius: 49px;
    outline: none;
    border: 1px solid var(--red);
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--white);
    width: 100%;
    padding: 11.5px 37.5px;
    max-height: 40px;
    transition: 0.3s;
}

.buttonHeader:hover {
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid var(--black);
    border-radius: 48px;
    color: var(--black);
    background: var(--white);
}

a {
    color: var(--red);
}

.buttonRed {
    background: var(--red);
    border: 1px solid var(--red);
    border-radius: 48px;
    padding: 10px 10px 10px 22.5px;
    outline: none;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--white);
    display: flex;
    align-items: center;
    max-width: 232px;
    width: 100%;
    min-width: 232px;
    justify-content: space-between;
    position: relative;
    min-height: 60px;
    max-height: 60px;
    transition: 0.3s;
}

.buttonRed:after {
    content: '';
    border-radius: 38px;
    min-width: 40px;
    height: 16px;
    transition: 0.3s;
    position: absolute;
    right: 10px;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    background: url("./icon/black-arrow.svg") no-repeat center;
}

form[data-status="submitting"] .buttonRed:after {
    animation: sending 1.5s ease-in-out infinite;
}

form[data-status="submitting"] .buttonRed {
    pointer-events: none;
}

@keyframes sending {
    0% {
        background-position-x: center;
    }

    50% {
        background-position-x: calc(100% + 40px);
    }
    50.01% {
        background-position-x: calc(-100% - 40px);
    }
    100% {
        background-position-x: center;
    }
}

.contact-content__form .buttonRed:after {
    display: block;
}

.buttonRed:before {
    content: ' ';
    background: var(--white);
    border-radius: 38px;
    display: flex;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    transition: 0.3s;
    transform-origin: top left;
    transform: scaleX(1);
    position: absolute;
    right: 10px;
}

.buttonRed:hover {
    border: 1px solid var(--black);
    color: var(--black);
    transition: 0.3s;
    text-decoration: none;
    background: var(--white);
}

.buttonRed:hover:after {
    animation: rotate 0.3s ease-in forwards;

}

.buttonRed:hover:before {
    background: var(--black);
    transition: 0.3s;
}

@keyframes rotate {
    0% {
        opacity: 0;
        transform: translate(-50%, 5%) scale(1);
        content: url("./icon/white-arrow.svg");
    }
    100% {
        opacity: 1;
        transform: translate(0%, 5%) scale(1);
        content: url("./icon/white-arrow.svg");

    }
}

@keyframes rotate-link {
    0% {
        opacity: 0;
        transform: translate(-50%, 5%) scale(1);
        content: url("./icon/black-arrow.svg");
    }
    100% {
        opacity: 1;
        transform: translate(0%, 5%) scale(1);
        content: url("./icon/black-arrow.svg");

    }
}

.buttonBlack {
    border: 1px solid var(--white);
    border-radius: 48px;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 10px 10px 10px 22.5px;
    outline: none;
    color: var(--white);
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 232px;
    justify-content: space-between;
    position: relative;
    min-height: 60px;
    max-height: 60px;
    transition: 0.3s;
}


.buttonBlackSecond {
    border: 1px solid var(--black);
    border-radius: 48px;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--black);
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 232px;
    justify-content: space-between;
    position: relative;
    min-height: 60px;
    max-height: 60px;
    transition: 0.3s;
    max-width: 232px;
    padding: 10px 10px 10px 22.5px;
    outline: none;
    margin: 48px auto 0;

    background-color: transparent;
}

.footer .buttonBlack {
    min-height: 72px;
    max-height: 72px;
}

.buttonBlack:after {
    content: url("./icon/black-arrow.svg");
    border-radius: 38px;
    padding: 12px 12.5px;
    min-width: 40px;
    min-height: 40px;
    right: 8px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    transform: rotate(-35deg);
}

.footer .buttonBlack:after {
    transform: none;
    top: 15px;
    min-width: 52px;
    min-height: 52px;
    right: 3px;
}

.buttonBlackSecond:after {
    content: url("./icon/white-arrow.svg");
    right: 21px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    min-height: 16px;
    max-height: 16px;
}

.buttonBlack:before {
    content: '';
    right: 10px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    padding: 12px 12.5px;
    border-radius: 38px;
    min-width: 40px;
    min-height: 40px;
    background: var(--white);
}

.footer .buttonBlack:before {
    min-width: 52px;
    min-height: 52px;
    right: 10px;
}

.buttonBlackSecond:before {
    content: '';
    background: var(--black);
    border-radius: 38px;
    padding: 12px 12.5px;
    min-width: 40px;
    min-height: 40px;
    right: 10px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.buttonBlackSecond:hover {
    background: var(--red);
    border: 1px solid var(--red);
    color: var(--white);
    transition: 0.3s;
    text-decoration: none;
}

.buttonBlack:hover {
    border: 1px solid var(--black);
    color: var(--black);
    transition: 0.3s;
    text-decoration: none;
    background: var(--white);
}

.buttonBlackSecond:hover:after {
    transition: 0.3s;
    animation: rotateBlackS 0.3s ease-in forwards;
}

.footer .buttonBlack:hover:after {
    transition: 0.3s;
    animation: rotateFooter 0.3s ease-in forwards;
}

.buttonBlack:hover:after {
    transition: 0.3s;
    animation: rotateBlack 0.3s ease-in forwards;
}


.buttonBlackSecond:hover:before {
    background: var(--white);
    transition: 0.3s;
}

.buttonBlack:hover:before {
    background: var(--black);
    transition: 0.3s;
}

@keyframes rotateBlack {
    0% {
        opacity: 0;
        transform: translate(-50%, 5%) scale(1);
        content: url("./icon/white45.svg");
        right: 18px;
        top: 6px;
    }
    100% {
        opacity: 1;
        transform: translate(0%, 5%) scale(1);
        content: url("./icon/white45.svg");
        right: 18px;
        top: 6px;

    }
}

@keyframes rotateBlackS {
    0% {
        opacity: 0;
        transform: translate(-50%, 5%) scale(1);
        content: url("./icon/black-arrow.svg");
    }
    100% {
        opacity: 1;
        transform: translate(0%, 5%) scale(1);
        content: url("./icon/black-arrow.svg");
    }
}

@keyframes rotateFooter {
    0% {
        opacity: 0;
        top: 12px;
        right: 3px;
        transform: translate(-50%, 5%) scale(1);
        content: url("./icon/white-arrow.svg");
    }
    100% {
        opacity: 1;
        top: 12px;
        right: 3px;
        transform: translate(0%, 5%) scale(1);
        content: url("./icon/white-arrow.svg");
    }
}

p, dl, ol, ul, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    margin-top: 0;
}

/*Hero section style (Home page)*/

.hero-top {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 33px;
    border-bottom: 1px solid #EDEDED;
    z-index: 1;
    position: relative;
    justify-items: flex-end;
}

.hero-top div {
    position: relative;
}

.hero h1 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 76.8px;
    color: var(--black);
    /*display: inline;*/
    margin-bottom: 8px;
    position: relative;
}

.fadeInUp_visible {
    animation: fadeInUp 1s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.hero-top video {
    border-radius: 20px;
    object-fit: cover;
    outline: none;
    cursor: url("./icon/video-cursor.svg") 50 50, auto;
}

/*.hero-top p {*/
/*    display: inline-flex;*/
/*    top: 55%;*/
/*    position: absolute;*/
/*    padding-left: 40px;*/
/*}*/


.hero-bottom {
    padding-top: 20px;
    /*padding-top: 32px;*/
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 53px;
    /*gap: 28px;*/
    z-index: 1;
    position: relative;
}

.hero-bottom p {
    font-family: Figtree, sans-serif;
    font-size: 11px;
    /*font-size: 16px;*/
    font-weight: 400;
    line-height: 16px;
    /*line-height: 25px;*/
    text-align: left;
    color: var(--black);
    max-width: 569px;
}

@media (max-width: 992px) {
    .hero-bottom p {
        max-width: 350px;
    }
}

@media (max-width: 815px) {
    .hero-bottom p {
        max-width: 100%;
    }
}

.hero-bottom ul {
    padding-left: 0;
    display: flex;
    /*grid-template-columns: repeat( auto-fit, minmax(6px, auto) );*/
    flex-wrap: wrap;
    justify-content: end;
    gap: 12px;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
    /*gap: 15px;*/
}

.hero-bottom ul svg:last-of-type {
    display: none;
}

.hero-bottom ul li, .hero-bottom ul li a {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--black);
    transition: 0.3s;

}

.hero-bottom ul li {
    animation: fadeInDown 0.3s ease-in both;
}

.hero-bottom ul li:nth-child(2) {
    animation-delay: 0.4s;
}

.hero-bottom ul li:nth-child(3) {
    animation-delay: 0.5s;
}

.hero-bottom ul li:nth-child(4) {
    animation-delay: 0.6s;
}

.hero-bottom ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.hero-bottom ul li:nth-child(6) {
    animation-delay: 0.8s;
}

.hero-bottom ul li:nth-child(7) {
    animation-delay: 0.9s;
}

.hero-bottom ul li:nth-child(8) {
    animation-delay: 1s;
}

.hero-bottom ul li:nth-child(9) {
    animation-delay: 1.1s;
}

.hero-bottom ul li:nth-child(10) {
    animation-delay: 1.2s;
}

.hero-bottom ul li:nth-child(11) {
    animation-delay: 1.3s;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.hero-bottom ul li:not(:last-of-type):after {
    content: url("/wp-content/themes/splitdev/icon/homepage/services_sl.svg");
    padding-left: 12px;
}

.hero-bottom ul li a:hover {
    color: var(--red);
    text-decoration: none;
    transition: 0.3s;
}

/*expertise block in Home*/
.expertise {
    position: relative;
}

.expertise:before {
    content: ' ';
    position: absolute;
    top: -15%;
    min-width: 684px;
    max-height: 525px;
    min-height: 525px;
    object-fit: cover;
    left: -29%;
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    background: url("./icon/render.webp") no-repeat;
    background-size: cover;
}

.expertise-content {
    background: var(--black);
    border-radius: 20px;
    margin: 97px 31px 0;
    z-index: 1;
    position: relative;
    padding: 104px 0;
}

.expertise-content .container {
    padding: 0 78px 0 82px;
}

.expertise-content h2 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    color: var(--white);
    padding: 0 0 56px;
    margin: auto;
    text-align: center;
}

.expertise-content__boxes {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 32px;
}

.expertise-content__boxes_box {
    display: grid;
    grid-template-rows: repeat(2, auto);
    gap: 32px;
}

.expertise-content__boxes_box img {
    border-radius: 25px;
    max-width: 280px;
    object-fit: cover;
    height: 100%;
    min-height: 374px;
    max-height: 374px;
}

.expertise-content__boxes_box:nth-child(2n) img {
    order: -1;
}

.expertise-content__boxes_box_content {
    background: linear-gradient(180deg, rgba(50, 50, 50, 0.22) 0%, rgba(12, 12, 12, 0.5) 98.86%);
    border: 1px solid #2F2F2F;
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 29px 22px 29px 18px;
}

.expertise-content__boxes_box_content span {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--red);
}

.expertise-content__boxes_box_content span:before {
    margin-right: 5px;
    content: url("/wp-content/themes/splitdev/icon/homepage/red-slash.svg");
}

.expertise-content__boxes_box_content h3 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: var(--white);
    margin: 14px 0;
}

.expertise-content__boxes_box_content p {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
}

/*projects section (Home)*/

.projects {
    overflow: hidden;
    padding: 104px 0;
}

.projects-content {
    position: relative;

}

.projects-content h2 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    color: var(--black);
    margin-bottom: 24px;
}

.projects-content p {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--black);
    max-width: 65%;

}

@media (max-width: 816px) {
    .projects-content p {
        max-width: 100%;
    }
}

.swiper-slider {
    margin-top: 52px;

}

.projects-contentSlider {
    max-width: 1326px;
    margin-left: auto;
    position: relative;
}

.swiper {
    overflow: visible !important;
}

.swiper-slide img {
    border-radius: 20px; /*  border-radius: 16px;*/
    /*cursor: none;*/
    width: 100%;
    object-fit: cover;
    max-height: 555px;
    min-height: 555px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    content: url("./icon/slider-arr.svg") !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 1;
    transform: translate(-40%, 5%) scale(1);
    height: 16px;
}

.swiper-rtl .swiper-button-prev:before, .swiper-button-prev:before {
    content: url("./icon/slider-arr.svg") !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 0;
    height: 16px;
    transform: translate(2000%, 5%) scale(0);
}

.swiper-rtl .swiper-button-next:before, .swiper-button-next:before {
    content: url("./icon/next-arr.svg") !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 0;
    transform: translate(-150%, 5%) scale(0);
    height: 16px;
}

.swiper-rtl .swiper-button-next:after, .swiper-button-next:after {
    content: url("./icon/next-arr.svg") !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 1;
    transform: translate(-40%, 5%) scale(1);
    height: 16px;
}

.swiper-rtl .swiper-button-next:hover:after, .swiper-button-next:hover:after {
    animation: after 0.3s ease-in forwards;

}

.swiper-rtl .swiper-button-next:hover:before, .swiper-button-next:hover:before {
    animation: before 0.3s ease-in forwards;
}

.swiper-button-prev:hover:after, .swiper-rtl .swiper-button-prev:hover:after {
    animation: afterPrev 0.3s ease-in forwards;

}

.swiper-button-prev:hover:before, .swiper-rtl .swiper-button-prev:hover:before {
    animation: beforePrev 0.3s ease-in forwards;
}

@keyframes beforePrev {
    0% {
        opacity: 0;
        transform: translate(200%, 5%) scale(1);
    }
    100% {
        opacity: 1;
        transform: translate(40%, 5%) scale(1);

    }
}

@keyframes afterPrev {
    0% {
        opacity: 1;
        transform: translate(-40%, 5%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-250%, 5%) scale(1);

    }
}

@keyframes before {
    0% {
        opacity: 0;
        transform: translate(-50%, 5%) scale(1);
    }
    100% {
        opacity: 1;
        transform: translate(50%, 5%) scale(1);

    }
}

@keyframes after {
    0% {
        opacity: 1;
        transform: translate(0%, 5%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(150%, 5%) scale(1);

    }
}

.swiper--navigations {
    position: absolute;
    top: 90px;
    right: 0;
    display: flex;
    gap: 21px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    border: 1px solid #D6D6D6;
    border-radius: 47px;
    padding: 22px 32px;
    min-height: 60px;
    min-width: 80px;
    position: relative;
    left: unset;
    right: unset;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    border: 1px solid #D6D6D6;
    border-radius: 47px;
    padding: 22px 32px;
    min-height: 60px;
    min-width: 80px;
    position: relative;
    left: unset;
    right: unset;
}

.projects-content__box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: grid;
    align-items: center;
    align-content: center;
    grid-auto-rows: auto;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    border-radius: 16px;
    opacity: 0;
    transition: 0.3s;
}

.swiper-slide:hover img {
    transition: 0.3s;
}

.swiper-slide:hover .projects-content__box {
    opacity: 1;
    transition: 0.3s initial;
}

.projects-content__boxmobile {
    display: none;
}

.projects-content__box h3 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: var(--white);
    text-align: center;
    margin-bottom: 24px;
    min-height: 116px;
    z-index: 3;
    position: relative;
}

.projects-content__box_link {
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 259px;
    margin: 0 auto 124px;
}

.projects-content__box_link a {
    background: rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(7px);
    border-radius: 42px;
    padding: 14px;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    max-height: 45px;
}

.projects-content__box_link a:hover {
    background: var(--red);
    transition: 0.3s;
    color: var(--white);
    text-decoration: none;
}

.projects-content__box_category {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4.5px);
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 30px 10px 18px;
    margin: auto;
    position: absolute;
    bottom: 24px;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}

.projects-content__box_category p {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: var(--white);
    margin: 0;
}

.projects-content__box_category p:not(:first-of-type):before {
    content: '•';
    margin-right: 12px;
}

.projects-content .buttonRed {
    margin: 48px auto 0;
}

/*infoNumbers block (Home)*/
.infoNumber {
    overflow: hidden;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.infoNumber-content {
    animation: brand 10s linear infinite;
    width: 200%;
    display: flex;
}


.infoNumber-content .infoNumber-content__wrap {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

@keyframes brand {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.infoNumber-content__box {
    border-left: 1px solid #EDEDED;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.infoNumber-content__box p {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.3px;
    color: var(--black);
    padding: 18px 32px;
    background: #F9F9F9;
    border-radius: 60px;
    display: flex;
    justify-content: center;
}

.infoNumber-content__box h4 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--black);
    margin: 0;
}


/*Awards section (Home)*/
.awards {
    background: var(--black);
    padding: 112px 0 112.21px;
}

.awards h2 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    color: var(--white);
    max-width: 866px;
    margin: 0 auto 56px;
}

.awards-content {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(78px, 1fr) );
}

.awards-content__box {
    border-radius: 100%;
    padding: 1px;
    position: relative;
    height: 242px;
    width: 242px;
}

.awards-content__box_imageWrap {
    background: var(--black);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: solid 1px transparent;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
}

.awards-content__box_imageWrap a {
    z-index: 2;
}

.awards-content__box_imageWrap:before {
    position: absolute;
    content: '';
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    top: -4px;
    left: -4px;
    border-radius: inherit;
    animation: spin-s 10s linear infinite;
    background: url("./icon/circle.svg") no-repeat top;

}

.awards-content__box:nth-child(even) .awards-content__box_imageWrap:before {
    background-position: bottom center;
}

.awards-content__box:nth-child(even):before {
    background: linear-gradient(to right, black 50%, white 32%);
    background-position: top center;
}

.awards-content__box::before {
    content: ' ';
    background: linear-gradient(to right, white 50%, black 32%);
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    animation: spin-s 10s linear infinite;
    background-position: bottom center;
}


@keyframes spin-s {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotateZ(-360deg);
    }
}

.awards-content__box img {
    width: 100%;
    max-width: 166px;
    max-height: 166px;
    border-radius: 100%;
}

/*Single project*/
.heroImage {
    max-height: 726px;
    overflow: hidden;
}

.heroImage img {
    width: 100%;
}

.heroInfo {
    padding: 60px 0;
}

.heroInfo h1 {
    margin-bottom: 60px;
    font-family: Figtree, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    text-align: left;
    color: var(--black);
}

.heroInfo-content {
    background: var(--grey);
    border-radius: 20px;
    padding: 48px 40px 54px;
    display: grid;
    gap: 40px;
}

.heroInfo-content h3 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: var(--black);
    margin-bottom: 16px;
}

.heroInfo-content__meta {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px
}

.heroInfo-content__meta span {
    border: 1px solid #D6D6D6;
    background: var(--white);
    border-radius: 38px;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: var(--black);
    padding: 10px 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroInfo-content__meta_category, .heroInfo-content__meta_tag, .heroInfo-content__meta_year {
    display: grid;
    grid-auto-rows: max-content;
}

.heroInfo-content__meta_category div, .heroInfo-content__meta_tag div {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.heroInfo-content__meta_year p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
}

.heroInfo-content__description p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--black);
    margin-bottom: 20px;
}

.heroInfo-content__social {
    display: flex;
    gap: 16px;
}

.heroInfo-content__social a {
    border-radius: 42px;
    background: var(--black);
    padding: 10.5px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: left;
    color: var(--white);
    text-transform: uppercase;
    transition: 0.3s;
    min-height: 45px;
}

.heroInfo-content__social a:hover {
    background: var(--red);
    transition: 0.3s;
}

.projectContent {
    margin-bottom: 104px;
}

.projectContent-topImage, .projectContent-bottomImage {
    --max-columns: 6;
    display: grid;
    grid-auto-flow: row dense;
    gap: 32px;
    grid-template-columns: repeat(var(--max-columns), 1fr);
}

.projectContent-topImage img:first-of-type {
    border-radius: 20px;
}

.projectContent-topImage img, .projectContent-bottomImage img {
    grid-column: auto/span min(var(--grid-column-span), var(--max-columns)); /* 6-4 3-4 2-2*/
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projectContent-quote {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 124px 0;
}

.projectContent-quote p {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
}

.projectContent-quote h2 {
    font-family: Figtree, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: var(--black);
    max-width: 798px;
    margin-bottom: 0;

}

.relatedProject {
    background: #F9F9F9;
    padding: 104px 0 93px;
    overflow: hidden;
}

.relatedProject h2 {
    font-family: Figtree, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    text-align: left;
    color: var(--black);
    margin-bottom: 24px;
}

.relatedProject .container > p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--black);
    margin-bottom: 49px;
}

.relatedProject .buttonRed {
    margin: auto;
}

.relatedProject-slider {
    margin-bottom: 48px;
}

.relatedProject-slider__swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.relatedProject-slider__swiper .swiper-slide img {
    min-height: 540px;
}

/*End Single project*/


/*Hire us start*/


.HeroHire {
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    overflow-x: hidden;
}

.HeroHire h1 {
    font-family: Figtree, sans-serif;
    font-size: 84px;
    font-weight: 700;
    line-height: 87px;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
    max-width: 852px;
    position: absolute;
    top: 20px;
}


.HeroHire-slider p {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    margin-top: 17px;
    color: var(--black);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}

.HeroHire-slider p:first-of-type {
    animation: textOpacityFirst 21s ease-in-out infinite;
}

.HeroHire-slider p:nth-child(4) {
    animation: textOpacityThird 21s ease-in-out infinite;
}

.HeroHire-slider p:last-of-type {
    animation: textOpacitySecond 21s ease-in-out infinite;
}

@keyframes textOpacityFirst {
    0% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
    }


    41.7% {
        opacity: 0;
    }

    99.8% {
        opacity: 0;
    }
}

@keyframes textOpacitySecond {
    0% {
        opacity: 0;
    }

    33.3% {
        opacity: 0;
    }


    41.7% {
        opacity: 1;
    }

    66.6% {
        opacity: 1;
    }


    74.9% {
        opacity: 0;
    }

    99.8% {
        opacity: 0;
    }
}

@keyframes textOpacityThird {
    0% {
        opacity: 0;
    }
    66.6% {
        opacity: 0;
    }


    74.9% {
        opacity: 1;
    }

    99.8% {
        opacity: 1;
    }
}

.HeroHire-slider {
    display: flex;
    gap: 32px;
    padding: 100px 0;
    height: 551px;
    --slider-width: min(1240px, calc(100vw - clamp(1rem, 11vw - 2.75rem, 7rem) * 2));
}


.HeroHire-slider__box {
    animation: autoplayCenter 21s ease-in-out 0s infinite;
    transform: translate(330px, 30px);
    position: absolute;
    transform-origin: center;
    will-change: transform;

    --smallwidth: 280px;
    --smallheight: 201px;

    --bigwidth: 592px;
    --bigheight: 334px;

    /* x */
    --rightPlus: 40px;
    --rightMin: 20px;
    --rightStatic: 0px;

    --centerStatic: calc(var(--slider-width) / 2 - var(--bigwidth) / 2);
    --centerPlus: calc(var(--centerStatic) + 20px);
    --centerMin: calc(var(--centerStatic) - 20px);

    --leftPlus: -5px;
    --leftMin: 15px;
    --leftStatic: 10px;

    /* y */

    --leftY: 250px;
    --rightY: -50px;
    --centerY: 30px;

}

@media (max-width: 1420px) {
    .HeroHire-slider__box {
        --bigwidth: 412px;
        --centerPlus: calc(var(--centerStatic) + 15px);
        --centerMin: calc(var(--centerStatic) - 15px);
    }
}

@media (max-width: 1230px) {
    .HeroHire-slider__box {
        --smallwidth: 192px;
        --smallheight: 138px;


        --bigheight: 233px;
    }
}

@media (max-width: 960px) {
    .HeroHire-slider {
        height: 330px;
    }

    .HeroHire h1 {
        font-size: 44px;
        line-height: 46px;
        position: relative;
    }

    .HeroHire-slider__box {
        --smallwidth: 140px;
        --smallheight: 100px;
        --bigwidth: 304px;
        --bigheight: 180px;

        /* x */
        --leftPlus: -20px;
        --leftMin: -45px;
        --leftStatic: -10px;

        /* y */
        --leftY: 70px;
        --rightY: -100px;
        --centerY: -50px;
    }
}

@media (max-width: 650px) {

    .HeroHire-slider__box {

        /* x */
        --rightPlus: 160px;
        --rightMin: -120px;
        --rightStatic: 140px;


        --leftPlus: -110px;
        --leftMin: -150px;
        --leftStatic: -140px;
    }
}


.HeroHire-slider__box:first-of-type {
    animation: leftPosition 7s ease-in-out, autoplayCenter 21s ease-in-out 7s infinite;

}


.HeroHire-slider__box:last-of-type {
    animation: rightPosition 14s ease-in-out, autoplayCenter 21s ease-in-out 14s infinite;

}

/*Second V*/


.SecondV .HeroHire-slider__box {
    animation: autoplayCenterSV 21s cubic-bezier(.83, 1.52, .62, .9) 0s infinite;
}

.SecondV .HeroHire-slider__box:first-of-type {
    animation: leftPositionSV 7s cubic-bezier(.83, 1.52, .62, .9), autoplayCenterSV 21s cubic-bezier(.83, 1.52, .62, .9) 7s infinite;
    transform-origin: center;
}


.SecondV .HeroHire-slider__box:last-of-type {
    animation: rightPositionSV 14s cubic-bezier(.83, 1.52, .62, .9), autoplayCenterSV 21s cubic-bezier(.83, 1.52, .62, .9) 14s infinite;
    transform-origin: center;
}

@keyframes leftPositionSV {
    0% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    24.9% {
        z-index: 2;
        /*transform: translate(var(--centerPlus), var(--centerY));*/
        /*max-width: var(--bigwidth);*/
        /*max-height: var(--bigheight);*/
    }

    33.2% {
        z-index: 2;
        /*transform: translate(var(--centerMin), var(--centerY));*/
        /*max-width: calc(var(--bigwidth) - 20px);*/
        /*max-height: var(--bigheight);*/
    }

    100% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }
}

@keyframes rightPositionSV {
    0% {
        z-index: 1;
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
        transform: translate(calc(var(--slider-width) - var(--smallwidth) + var(--rightStatic)), var(--rightY));
    }

    12.45% {
        z-index: 1;
        /*transform: translate(var(--leftPlus), var(--leftY));*/
        /*max-width: var(--smallwidth);*/
        /*max-height: var(--smallheight);*/
    }

    25.35% {
        z-index: 1;
        /*transform: translate(var(--leftMin), var(--leftY));*/
        /*max-width: var(--smallwidth);*/
        /*max-height: var(--smallheight);*/
    }

    37.8% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    49.95% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    /* Go to center */

    62.55% {
        z-index: 2;
        /*transform: translate(var(--centerPlus), var(--centerY));*/
        /*max-width: calc(var(--bigwidth) - 20px);*/
        /*max-height: var(--bigheight);*/
    }

    75% {
        z-index: 2;
        /*transform: translate(var(--centerMin), var(--centerY));*/
        /*max-width: calc(var(--bigwidth) - 20px);*/
        /*max-height: var(--bigheight);*/
    }

    100% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }
}

@keyframes autoplayCenterSV {
    /* Start Center */
    0% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }

    8.3% {
        z-index: 2;
        /*max-width: var(--smallwidth);*/
        /*max-height: var(--smallheight);*/
        /*transform: translate(calc(var(--slider-width) - var(--smallwidth) + var(--rightPlus)), var(--rightY));*/
    }

    16.9% {
        z-index: 2;
        /*transform: translate(calc(var(--slider-width) - var(--smallwidth) - var(--rightMin)), var(--rightY));*/
        /*max-width: var(--smallwidth);*/
        /*max-height: var(--smallheight);*/
    }

    /* Right */
    25.2% {
        z-index: 1;
        transform: translate(calc(var(--slider-width) - var(--smallwidth) + var(--rightStatic)), var(--rightY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }
    33.3% {
        z-index: 1;
        transform: translate(calc(var(--slider-width) - var(--smallwidth) + var(--rightStatic)), var(--rightY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }


    41.7% {
        z-index: 1;
        /*transform: translate(var(--leftPlus), var(--leftY));*/
        /*max-width: var(--smallwidth);*/
        /*max-height: var(--smallheight);*/
    }

    50% {
        z-index: 1;
        /*transform: translate(var(--leftMin), var(--leftY));*/
        /*max-width: var(--smallwidth);*/
        /*max-height: var(--smallheight);*/
    }

    /* Left */
    58.3% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }
    66.6% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }


    74.9% {
        z-index: 2;
        /*transform: translate(var(--centerPlus), var(--centerY));*/
        /*max-width: calc(var(--bigwidth) - 20px);*/
        /*max-height: var(--bigheight);*/
    }

    83.2% {
        z-index: 2;
        /*transform: translate(var(--centerMin), var(--centerY));*/
        /*max-width: calc(var(--bigwidth) - 20px);*/
        /*max-height: var(--bigheight);*/
    }

    /* Center */
    91.5% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }
    100% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }
}


/*End Second V*/


@keyframes leftPosition {
    0% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    24.9% {
        z-index: 2;
        transform: translate(var(--centerPlus), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }

    33.2% {
        z-index: 2;
        transform: translate(var(--centerMin), var(--centerY));
        max-width: calc(var(--bigwidth) - 20px);
        max-height: var(--bigheight);
    }

    100% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }
}

@keyframes rightPosition {
    0% {
        z-index: 1;
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
        transform: translate(calc(var(--slider-width) - var(--smallwidth) + var(--rightStatic)), var(--rightY));
    }

    12.45% {
        z-index: 1;
        transform: translate(var(--leftPlus), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    25.35% {
        z-index: 1;
        transform: translate(var(--leftMin), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    37.8% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    49.95% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    /* Go to center */

    62.55% {
        z-index: 2;
        transform: translate(var(--centerPlus), var(--centerY));
        max-width: calc(var(--bigwidth) - 20px);
        max-height: var(--bigheight);
    }

    75% {
        z-index: 2;
        transform: translate(var(--centerMin), var(--centerY));
        max-width: calc(var(--bigwidth) - 20px);
        max-height: var(--bigheight);
    }

    100% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }
}

@keyframes autoplayCenter {
    /* Start Center */
    0% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }

    8.3% {
        z-index: 2;
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
        transform: translate(calc(var(--slider-width) - var(--smallwidth) + var(--rightPlus)), var(--rightY));
    }

    16.9% {
        z-index: 2;
        transform: translate(calc(var(--slider-width) - var(--smallwidth) - var(--rightMin)), var(--rightY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    /* Right */
    25.2% {
        z-index: 1;
        transform: translate(calc(var(--slider-width) - var(--smallwidth) + var(--rightStatic)), var(--rightY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }
    33.3% {
        z-index: 1;
        transform: translate(calc(var(--slider-width) - var(--smallwidth) + var(--rightStatic)), var(--rightY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }


    41.7% {
        z-index: 1;
        transform: translate(var(--leftPlus), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    50% {
        z-index: 1;
        transform: translate(var(--leftMin), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }

    /* Left */
    58.3% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }
    66.6% {
        z-index: 2;
        transform: translate(var(--leftStatic), var(--leftY));
        max-width: var(--smallwidth);
        max-height: var(--smallheight);
    }


    74.9% {
        z-index: 2;
        transform: translate(var(--centerPlus), var(--centerY));
        max-width: calc(var(--bigwidth) - 20px);
        max-height: var(--bigheight);
    }

    83.2% {
        z-index: 2;
        transform: translate(var(--centerMin), var(--centerY));
        max-width: calc(var(--bigwidth) - 20px);
        max-height: var(--bigheight);
    }

    /* Center */
    91.5% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }
    100% {
        z-index: 2;
        transform: translate(var(--centerStatic), var(--centerY));
        max-width: var(--bigwidth);
        max-height: var(--bigheight);
    }
}

.HeroHire-slider__box:not(:nth-child(2)) p {
    font-size: 0;
}

.HeroHire-slider__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.HeroHire .slider {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 100px;
    margin: 40px 0 0;
}

.HeroHire .swiper-slide {
    font-size: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.HeroHire .swiper-slide-active p {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;;
    margin-top: 17px;
    color: var(--black);
}

.HeroHire .swiper-slide-active {
    transform: scale(1.3) translateY(0);
}

.HeroHire .swiper-slide img {
    max-width: 192px;
    width: 100%;
    max-height: 138px;
    min-height: 138px;
    height: 100%;
}

.HeroHire .swiper-slide-active img {
    max-width: 412px;
    max-height: 233px;
    width: 100%;
}

.HeroHire .swiper-slide-prev, .HeroHire .swiper-slide-duplicate-prev {
    transform: translateY(130%);
    text-align: center;
}

.HeroHire .swiper-slide-next,
.HeroHire .swiper-slide-duplicate-next {
    transform: translateY(-80%);
    text-align: center;
}

.HeroHire .swiper-slide-before-prev {
    transform: translateY(-80%);
    text-align: center;
}

.HeroHire .swiper-slide-duplicate-prev.swiper-slide-after-next {
    transform: translateY(-80%);
    text-align: center;
}

.hireExpertise {
    padding: 48px 0;
    position: relative;
    /*overflow-x: hidden;*/
}


.hireExpertise:before {
    position: absolute;
    top: -70%;

    max-height: 600px;
    object-fit: cover;

    z-index: -1;
    background: url("./icon/render.webp") no-repeat;
    background-size: cover;
    content: '';
    min-width: calc(100vw - 90vw);
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    min-height: 600px;
    right: 0;
}


.hireExpertise h2 {
    font-family: Figtree, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
    color: var(--black);
    margin-bottom: 45px;
}

.hireExpertise-content__tab {
    overflow: hidden;
    display: flex;
    gap: 32px;
}

.hireExpertise-content {
    position: relative;
    z-index: 2;
}

.hireExpertise-content__tab button {
    border: 1px solid #EDEDED;
    border-radius: 20px;
    float: left;
    outline: none;
    /*cursor: none;*/
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    transition: 0.3s;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black);
    background: none;
}


.hireExpertise-content__tab button.active_tab {
    color: var(--red);
}

.hireExpertise-content__tab button.active_tab:before {
    content: '•';
    color: var(--red);
    margin: 0 8px;
}


.hireExpertise-content__tabcontent {
    display: none;
    padding: 12px;
    border-top: none;
    animation: fadeTabcontent 1s;
    background: var(--grey);
    grid-template-columns: repeat(2, auto);
    gap: 32px;
    margin-top: 37px;
}

.hireExpertise-content__tabcontent img {
    border-radius: 16px;
    width: 100%;
}

.hireExpertise-content__tabcontent_info {
    display: grid;
    align-items: center;
    grid-template-rows: 0.5fr 1fr 1fr;
}

.hireExpertise-content__tabcontent_info h4 {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--black);
    margin-top: 36px;
    margin-bottom: 20px;
}

.hireExpertise-content__tabcontent_info p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--black);
}

.hireExpertise-content__tabcontent_info div {
    display: flex;
    gap: 15px;
}

.hireExpertise-content__tabcontent_info div a {
    max-height: 46px;
}

.hireExpertise-content__tabcontent_info div img {
    border-radius: 6px;
    max-height: 46px;
    max-width: 46px;
    object-fit: contain;
}

@keyframes fadeTabcontent {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.whatNeed {
    margin: 24px 0 41px;
}

.whatNeed .container {
    background: var(--black);
    border-radius: 20px;
    padding: 80px 0;
    width: fit-content;
}

.whatNeed h2 {
    font-family: Figtree, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    margin-bottom: 48px;
    color: var(--white);
}

.whatNeed-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    padding: 0 40px;
    width: 100%;
    max-width: fit-content;
}

.whatNeed-content__points {
    display: flex;
    gap: 32px;
    flex-direction: column;
    max-width: 656px;
}

.whatNeed-content__points_accordion {
    background: #2F2F2F;
    padding: 0 24px;
    border: 1px solid #2F2F2F;
    backdrop-filter: blur(6px);
    border-radius: 20px;
}

.whatNeed-content__points_accordion_btn {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--grey);
    border: 0;
    background: none;
    outline: none !important;
    transition: 0.4s;
    /*cursor: none;*/
    width: 100%;
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    padding: 24px 0 24px 5.33px;
}

.whatNeed-content__points_accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--white);
    padding: 0 0 0 5.33px;
}

.whatNeed-content__points_accordion_content.show {
    max-height: var(--max-height, 1000px);
    transition: max-height 0.2s ease-in-out;
}

.whatNeed-content__points_accordion_content p {
    padding: 0 0 32px;
}

.whatNeed-content__points_accordion_btn::after {
    content: url("./icon/faq.svg");
    float: left;
    transition: 0.3s;
}

.whatNeed-content__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 78px;
    position: relative;
}

.whatNeed-content__bottom h4 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--white);
    margin-bottom: 0;

}

.whatNeed-content__bottom a {
    justify-self: end;
    margin-right: 15px;
}

.whatNeed-content__bottom:before {
    content: '👇Click';
    font-family: Hanken Grotesk, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--white);
    background: #FFFFFF12;
    border-radius: 19px;
    position: absolute;
    right: 0;
    top: 15%;
    min-height: 34px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(16deg);
}

.whatNeed-content img {
    border-radius: 16px 16px 216px 16px;
    border: 1px solid var(--black);
    max-width: 448px;
}

.methods {
    padding: 120px 0 108px;
    position: relative;
}

.methods:before {
    content: url("./icon/render.webp");
    position: absolute;
    top: 25%;
    min-width: 684px;
    max-height: 425px;
    object-fit: cover;
    left: -29%;
}

.methods h2 {
    margin-bottom: 57px;
    font-family: Figtree, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
    color: var(--black);
}

.methods-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.methods-content__box {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    align-items: center;

    position: relative;
}

.methods-content__box_content {
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@keyframes spinBlack {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes spinBlackBack {
    100% {
        transform: rotateZ(-360deg);
    }
}

.methods-content__box_content_back {
    position: absolute;
    transition: all 1.5s;
    transform: translateX(140%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    max-width: 350px;
    max-height: 350px;
    margin: auto;
    opacity: 0;
    pointer-events: none;
}

.methods-content__box_content_back p {
    margin-bottom: 0;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15.64px;
    text-align: left;
    color: var(--black);
    max-width: 207px;
}

.methods-content__box_content_front {
    max-width: 240px;
    transition: all 1.5s;
    opacity: 1;
}

.methods-content__box_content_front span {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: var(--red);
}

.methods-content__box_content_front h3 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black);
    margin: 16px 0 0;

}

.spinner-circle--white:hover .methods-content__box_content_front {
    transition: all 1.5s;
    opacity: 0;
}

.spinner-circle--white:hover .methods-content__box_content_back {
    transition: all 1.5s;
    transform: translateX(0);
    opacity: 1;
}

.spinner-circle--white:hover {
    --background-color: #f9f9f9;
}

.HireUsPage .faq {
    padding: 104px 0 164px;
}

.HireUsPage .footer, .PortfolioPageTemplate .footer {
    background-color: var(--white);
}


/*Hire us end*/


/*testimonial section (Home)*/
.testimonial {
    padding: 64px 0 128px;
    position: relative;
}

/*.testimonial:after {*/
/*    content: url('./icon/render.webp');*/
/*    position: absolute;*/
/*    top: 39%;*/
/*    min-width: 600px;*/
/*    max-height: 400px;*/
/*    object-fit: cover;*/
/*    right: -18%;*/
/*    max-width: 600px;*/
/*}*/

/*@media (max-width: 1450px) {*/
/*    .testimonial:after {*/
/*        content: url('./icon/render.webp');*/
/*        position: absolute;*/
/*        top: 40%;*/
/*        min-width: 500px;*/
/*        max-height: 225px;*/
/*        object-fit: cover;*/
/*        right: -31%;*/
/*    }*/
/*}*/

.testimonial-content {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.testimonial-content__box:first-of-type {
    background: var(--black);
    border-radius: 20px;
    padding: 40px 19px 40px 32px;
    position: relative;
    overflow: hidden;
}

.testimonial-content__box h3 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    z-index: 1;
    position: inherit;
}

.testimonial-content__box:first-of-type .testimonial-content__box_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 22px;
    margin-top: 88px;
    z-index: 1;
    position: inherit;
    max-width: 307px;
}

.testimonial-content__box:first-of-type:before {
    content: url("./icon/black.svg");
    position: absolute;
    min-width: 684px;
    max-height: 425px;
    object-fit: cover;
    left: -85%;
    opacity: 0.3;
}

.testimonial-content__box:first-of-type .testimonial-content__box_info_star {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px 17px 18px;
    text-align: center;
}

.testimonial-content__box:first-of-type .testimonial-content__box_info_star p {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.testimonial-content__box:not(:first-of-type) {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    padding: 36px 28px 28px 21px;
    position: initial;
    z-index: 1;
}

.testimonial-content__box:not(:first-of-type) .testimonial-content__box_rating {
    display: flex;
    align-items: center;
}

.testimonial-content__box:not(:first-of-type) .testimonial-content__box_rating span {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--black);
    padding: 0 6px 0 11px;
}

.testimonial-content__box:not(:first-of-type) .testimonial-content__box_text {
    padding-top: 192px;
    background-repeat: no-repeat;
    background-position: 0 -50px;
    background-image: url('./icon/icomoon-free_quotes-left.svg');
    background-size: contain;
    padding-left: 7px;
}

.testimonial-content__box:not(:first-of-type) .testimonial-content__box_text h4 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 40px;
}

.testimonial-content__box:not(:first-of-type) .testimonial-content__box_text h5 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #2F2F2F;
}

.testimonial-content .buttonBlack {
    max-width: 307px;
    min-width: 307px;
}

.testimonial-content .buttonBlack:hover:after {
    transition: 0.3s;
    animation: rotateBlackTest 0.3s ease-in forwards;
}

.testimonial-content .buttonBlack:after {
    top: 8px;
}

@keyframes rotateBlackTest {
    0% {
        opacity: 0;
        transform: translate(-50%, 5%) scale(1);
        content: url("./icon/white45.svg");
        right: 10px;
        top: 8px;
    }
    100% {
        opacity: 1;
        transform: translate(0%, 0%) scale(1);
        content: url("./icon/white45.svg");
        right: 10px;
        top: 8px;

    }
}

/*FAQ section (Home)*/

.faq {

}

.faq h2 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: var(--black);
    margin-bottom: 56px;
}

.faq-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px 32px;
}

.faq-content__accordion {
    background: rgba(255, 255, 255, 0.56);
    padding: 0 24px;
    border: 1px solid #D6D6D6;
    backdrop-filter: blur(6px);
    border-radius: 20px;
}

.faq-content__accordion:not(:last-of-type) {
    margin-bottom: 33px;
}

.faq-content__accordion_btn {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
    border: 0;
    background: none;
    outline: none !important;
    transition: 0.4s;
    width: 100%;
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    padding: 24px 0 24px 5.33px;
    align-items: flex-start;
}

.faq-content__accordion_btn:after {
    content: url("./icon/faq.svg");
    float: left;
    transition: 0.3s;
    max-height: 20px;
    margin-top: 2px;
    margin-left: 10px;
}

.active:after {
    transform: rotate(90deg);
    transition: 0.3s;
}

/*.faq-content__accordion_btn p {*/
/*    max-width: 520px;*/
/*    margin-top: 0;*/
/*}*/

.faq-content__accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-content__accordion_content p {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #2F2F2F;
    padding: 0 0 32px;
}


/*footer style*/
.footer {
    background-image: url("./icon/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    position: relative;
    background-color: #f9f9f9;
    overflow: hidden;
}

.footer:after {
    content: url("./icon/footer-animation.svg");
    position: absolute;
    top: 0;
}

.footer .container {
    z-index: 1;
    position: inherit;
}

.footer h2 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    color: #FFFFFF;
    max-width: 1088px;
    margin: 0 auto 40px;
    padding-top: 125px;
}

.footer .buttonBlack {
    max-width: 270px;
    margin: auto;
}

.footer .buttonBlack:before {
    transform: inherit;
}

.footer-menu {
    border-top: 1px solid #2F2F2F;
    border-bottom: 1px solid #2F2F2F;
    padding: 31.95px 0 36.05px;
    margin-top: 79.05px;
    display: grid;
    grid-template-columns: 0.5fr 0.75fr 1fr 1fr;
    gap: 20px;
}

.footer-menu h3 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 32px;
}

.footer-menu__box ul {
    list-style: none !important;
    padding-left: unset;
    margin-bottom: 0;
}

.footer-menu__box ul li:not(:last-of-type) {
    margin-bottom: 24px;
}

.footer-menu__box ul li a {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-menu__box ul li a:hover {
    text-decoration: none;
    color: #bdbdbd;
}

.footer-menu #menu-follow-us {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 74px;
}

.footer-menu #menu-follow-us li {
    position: relative;
}

.footer-menu #menu-follow-us li:after {
    right: 0;
    content: url("./icon/footer-arr-white.svg");
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.footer-menu #menu-follow-us li:hover a {
    color: #bdbdbd;
    text-decoration: none;
}

.footer-menu #menu-follow-us li:hover:after {
    content: url("./icon/footer-arr-red.webp");
}

.footer-menu__details {
    display: grid;
    justify-content: end;
    text-align: end;
    align-content: center;
    gap: 24px;
}

.footer-menu__details p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    margin-bottom: 0;
}

.footer-menu__details a {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
}

.footer-menu__details a:hover {
    color: #bdbdbd;
    transition: 0.3s;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-top: 31.95px;
    padding-bottom: 50px;
}

.footer-bottom p {
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
}

.footer-bottom__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
}

.footer-bottom__links a {
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
}

.footer-bottom__links a:hover {
    color: #bdbdbd;
    transition: 0.3s;
}

/*Portfolio page*/

.portfolioHead {
    min-height: 574px;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1056) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.portfolio-container {
    max-width: var(--container, 1440px);
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    padding-inline: 32px;
    box-sizing: content-box;
}

.portfolioHead video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.portfolioHead-content {
    position: relative;
    z-index: 1;
    padding: 120px 0 112px;
    max-width: 799px;
    margin: auto;
}

.portfolioHead-content h1 {
    font-family: Figtree, sans-serif;
    font-size: 84px;
    font-weight: 700;
    line-height: 87px;
    text-align: center;
    color: var(--black);
    margin-bottom: 24px;
}

.portfolioHead-content h2 {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 24px;
}

.portfolioHead-content p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: var(--black);
    margin-bottom: 40px;
}

.portfolioHead-content__box {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.portfolioHead-content__box a {
    background: var(--red);
    border: 1px solid var(--red);
    padding: 10.5px 14px;
    border-radius: 42px;
    display: flex;
    transition: 0.2s;
}

.portfolioHead-content__box a:hover {
    background: var(--white);
    border: 1px solid var(--black);
    transition: 0.2s;
}

.portfolioHead-content__box a:hover img {
    filter: invert(100%);
    transition: 0.2s;
}

.portfolioFilter {
    padding: 32px 0;
}

.portfolioFilter .portfolio-container {
    display: grid;
}

#portfolio_filter_desktop {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.portfolioFilter-category__tabs {
    display: flex;
    padding-left: 0;
    gap: 10px 6px;
    list-style: none;
    flex-wrap: wrap;
}

.portfolioFilter-category__tabs_tab {
    position: relative;
}

.portfolioFilter-category__tabs_tab label {
    font-family: Figtree, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #9B9B9B;
    padding: 6px 14px;
    position: relative;
    min-height: 40px;
    max-height: 40px;
    display: grid;

}

.portfolioFilter-category__tabs_tab:hover label {
    color: rgba(47, 47, 47, 1);
}

.portfolioFilter-category__tabs_tab input:checked + label {
    border: 1px solid #D6D6D6;
    border-radius: 32px;
    color: #2F2F2F;
}

.portfolioFilter-category__tabs_tab input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.portfolioFilter-tag {
    justify-self: end;
}

.portfolioFilter-category__select-wrapper, .portfolioFilter-category__select-wrapper-serv {
    position: relative;
    display: inline-block;
    user-select: none;
}

.portfolioFilter-category__select-wrapper select, .portfolioFilter-category__select-wrapper-serv select {
    display: none;
}

.portfolioFilter-category__select {
    position: relative;
    display: inline-block;
}

.portfolioFilter-category__select-trigger {
    position: relative;
    font-family: Figtree, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #2F2F2F;
    padding: 6px 16px;
    min-width: 208px;
    border: 1px solid #D6D6D6;
    border-radius: 32px;
    min-height: 40px;
    max-height: 40px;
}

.portfolioFilter-category__select-trigger.value_selected:before {
    color: var(--red);
    content: '•';
    margin-right: 8px;
}

.portfolioFilter-category__select-trigger:hover {
    color: #616161;
}

.portfolioFilter-category__select-trigger:after {
    position: absolute;
    display: block;
    content: '+';
    font-size: 20px;
    right: 10px;
    margin-top: -3px;
    transition: all .4s ease-in-out;
}

.portfolioFilter-category__select.opened .portfolioFilter-category__select-trigger:after, .portfolioFilter-mobile__content_category.opened .portfolioFilter-category__select-trigger:after {
    content: '-';
}

.custom-options {
    position: absolute;
    display: grid;
    gap: 16px;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 6px 0;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    transition: all .4s ease-in-out;
    z-index: 2;
    padding: 16px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.portfolioFilter-category__select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-option {
    position: relative;
    display: block;
    font-family: Figtree, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #616161;
    transition: all .4s ease-in-out;
}

.custom-option:before {
    content: '•';
    margin-right: 8px;
}

.custom-option.select_val, .custom-option.select_category {
    color: #2F2F2F;
}

.custom-option.select_val:before, .custom-option.select_category:before {
    color: var(--red);
}

.custom-option:hover {
    color: #2F2F2F;
}

.portfolioLoop {
    margin-bottom: 120px;
    padding-top: 32px;
}

.portfolioLoop-content {
    display: grid;
    grid-template-columns: 586px auto 586px;
    grid-auto-flow: row dense;
    gap: 32px;
}

.portfolioLoop-content_box__box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: grid;
    align-items: center;
    align-content: center;
    grid-auto-rows: auto;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    border-radius: 16px;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}


.portfolioLoop-content_box__box h3 {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
    z-index: 3;
    position: relative;
}

.portfolioLoop-content_box__box_link {
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    /*margin: 0 auto 124px;*/
    justify-content: center;
}

.portfolioLoop-content_box__box_link a {
    background: rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(7px);
    border-radius: 42px;
    padding: 14px;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
    max-height: 45px;
    min-height: 45px;
    z-index: 3;
}

.portfolioLoop-content_box__box_link a:hover {
    background: var(--red);
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}

.portfolioLoop-content_box__box_link a.behance_link:before, .projects-content__boxmobile_link a.behance_link:before,
.portfolioLoop-content_box__boxmobile_link a.behance_link:before {
    content: url("/wp-content/themes/splitdev/icon/homepage/service/behance.svg");
    display: block !important;
    line-height: normal;
}

.portfolioLoop-content_box__box_link a.dribble_link:before, .projects-content__boxmobile_link a.dribble_link:before,
.portfolioLoop-content_box__boxmobile_link a.dribble_link:before {
    content: url("/wp-content/themes/splitdev/icon/homepage/service/dribble.svg");
    display: block !important;
    line-height: normal;
}

.portfolioLoop-content_box__box_link a.service_live:before, .projects-content__boxmobile_link a.service_live:before,
.portfolioLoop-content_box__boxmobile_link a.service_live:before {
    content: url("/wp-content/themes/splitdev/icon/homepage/service/live.svg");
    display: block !important;
    line-height: normal;
    max-height: 21px;
}

.portfolioLoop-content_box__box_link a.service_review:before, .projects-content__boxmobile_link a.service_review:before,
.portfolioLoop-content_box__boxmobile_link a.service_review:before {
    content: '';
    background: url("/wp-content/themes/splitdev/icon/homepage/service/star.svg") no-repeat center;
    display: block !important;
    line-height: normal;
    height: 21px;
    width: 21px;
}

.portfolioLoop-content_box__box_link a.service_view_cases:before, .projects-content__boxmobile_link a.service_view_cases:before,
.portfolioLoop-content_box__boxmobile_link a.service_view_cases:before {
    content: url("/wp-content/themes/splitdev/icon/homepage/service/view_cases.svg");
    display: block !important;
    line-height: normal;
    max-height: 25px;
}

.projects-content__boxmobile_link a.behance_link:before, .projects-content__boxmobile_link a.dribble_link:before,
.projects-content__boxmobile_link a.service_live:before, .projects-content__boxmobile_link a.service_view_cases:before,
.portfolioLoop-content_box__boxmobile_link a.behance_link:before, .portfolioLoop-content_box__boxmobile_link a.dribble_link:before,
.portfolioLoop-content_box__boxmobile_link a.service_live:before, .portfolioLoop-content_box__boxmobile_link a.service_view_cases:before,
.portfolioLoop-content_box__boxmobile_link a.service_review:before {
    filter: invert(1);
    display: flex;
}

.projects-content__boxmobile_link a.behance_link:hover:before, .projects-content__boxmobile_link a.dribble_link:hover:before,
.projects-content__boxmobile_link a.service_live:hover:before, .projects-content__boxmobile_link a.service_view_cases:hover:before,
.portfolioLoop-content_box__boxmobile_link a.behance_link:hover:before, .portfolioLoop-content_box__boxmobile_link a.dribble_link:hover:before,
.portfolioLoop-content_box__boxmobile_link a.service_live:hover:before, .portfolioLoop-content_box__boxmobile_link a.service_view_cases:hover:before,
.portfolioLoop-content_box__boxmobile_link a.service_review:hover:before {
    filter: invert(0);
}

.portfolioLoop-content_box__box_category {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4.5px);
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 30px 10px 18px;
    /*width: max-content;*/
    margin: auto;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}

.overflowScroll {
    overflow: scroll;
    display: flex;
    height: inherit;
    flex-direction: column;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.overflowScroll::-webkit-scrollbar {
    display: none;
}

.portfolioLoop-content_box__box_category p {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    margin: 0;
}

.portfolioLoop-content_box__box_category p:not(:first-of-type)::before {
    content: '•';
    margin-right: 12px;
}

.portfolioLoop-content .portfolioLoop-content_box:hover .portfolioLoop-content_box__box {
    opacity: 1;
}

.portfolioLoop-content .portfolioLoop-content_box img {
    width: 100%;
    border-radius: 16px;
    object-position: top;
    min-width: 100%;
    transition: 0.3s;
}

.portfolioLoop-content_box:hover img, .portfolioLoop-content_box:hover .portfolioLoop-content_box__box {
    transition: 0.3s;
}


.portfolioLoop-content .portfolioLoop-content_box:first-of-type img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) img {
    max-width: 776px;
    /*max-height: 868px;*/
    /*min-height: 868px;*/
    height: 100%;
    background-color: var(--lightGrey);
}

@media (max-width: 1439px) {
    .portfolioLoop-content .portfolioLoop-content_box:first-of-type img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) img, .portfolioLoop-content .portfolioLoop-content_box img {
        object-fit: cover;
    }
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(2) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3) img,
.portfolioLoop-content .portfolioLoop-content_box:nth-child(2n + 8) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3n + 8 ) img,
.portfolioLoop-content .portfolioLoop-content_box:nth-child(5) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(6) img {
    max-width: 568px;
    /*max-height: 418px;*/
    /*min-height: 418px;*/
    height: 100%;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 1) {
    grid-column: auto / span 2;
    grid-row: auto / span 2;
    height: 100%;
}

.portfolioLoop-content .portfolioLoop-content_box img {
    display: none;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 1) img:first-of-type {
    display: block;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(4n + 4) img {
    max-width: 1440px;
    /*max-height: 510px;*/
    /*min-height: 510px;*/
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(4n + 4) img:last-of-type {
    display: block;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 2),
.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 3) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 2) img:nth-child(2),
.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 3) img:nth-child(2) {
    display: block;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(4n + 4) {
    grid-column: auto / span 3;
    grid-row: auto / span 1;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 5), .portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 6) {
    grid-column: 1 / span 1;
    grid-row: auto / span 1;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 5) img:nth-child(2),
.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 6) img:nth-child(2) {
    display: block;
}

.portfolioLoop-content_box__wrap {
    position: relative;
    height: 100%;
}

.portfolioLoop-project--link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

@media (max-width: 1200px) {
    .portfolioLoop-content_box__wrap {
        height: auto;
    }
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 7) {
    grid-column: auto / span 2;
    grid-row: auto / span 2;
}

.portfolioLoop-content .portfolioLoop-content_box:nth-child(8n + 7) img:first-of-type {
    display: block;
}

.portfolioFilter-mobile, .portfolioLoop-content_box__boxmobile {
    display: none;
}

.has_select:before {
    color: var(--red);
    content: '•';
    margin-right: 8px;
}


/*Contact Us page*/

.contact {
    padding: 32px 0 300px;
    position: relative;
}

.contact-content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 127px;
}

.contact::after {
    position: absolute;
    min-width: 684px;
    max-height: 425px;
    top: 75%;
    left: -10%;
    z-index: -1;
    content: '';
    display: block;
    height: 100%;
    object-fit: contain;
    background: url("./icon/render.webp") no-repeat;
    background-size: cover;
}

.contact-content__hero {
    padding-top: 22px;
}

.contact-content__hero h4 {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    color: rgba(255, 65, 65, 1);
    margin-bottom: 17px;
}

.contact-content__hero h2 {
    margin-bottom: 24px;
}

.contact-content__hero h1 {
    font-family: Figtree, sans-serif;
    font-size: 84px;
    font-weight: 700;
    line-height: 87px;
    text-align: left;
    color: rgba(20, 20, 20, 1);
    margin-bottom: 14px;
}

.contact-content__hero h1 span {
    color: rgba(255, 65, 65, 1);
}

.contact-content__hero p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(20, 20, 20, 1);
    margin-bottom: 48px;
}

.contact-content__hero_links {
    display: grid;
    gap: 22px;
}

.contact-content__hero_links a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: rgba(20, 20, 20, 1);
    transition: 0.3s;
}

.contact-content__hero_links a img {
    z-index: 2;
}

.contact-content__hero_links a span {
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 50%;
    min-width: 56px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-content__hero_links a span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background-color: transparent;
    border: 27px solid var(--white);
    border-radius: 50%;
    z-index: 0;
    -webkit-transition: border cubic-bezier(.2, .6, .45, .65) 600ms, background-color cubic-bezier(.2, .6, .45, .65) 600ms;
    transition: border cubic-bezier(.2, .6, .45, .65) 600ms, background-color cubic-bezier(.2, .6, .45, .65) 600ms;
}

.contact-content__hero_links a:hover {
    transition: 0.3s;
    color: rgba(0, 0, 0, 0.37);
}

.contact-content__hero_links a:hover span:before {
    border: 0 solid var(--white);
    background-color: #ff4141;
}

.contact-content__hero_links a:hover img {
    filter: brightness(0) invert(1);
}

.contact-content__form {
    background: rgba(249, 249, 249, 1);
    border-radius: 20px;
    padding: 40px 32px 48px;
    max-width: 592px;
}

.contact-content__form h3 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--blackDark);
    margin-bottom: 14px;
}

.contact-content__form_input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

.contact-content__form_input span {
    max-width: 260px;
}

.contact-content__form_input span.wpcf7-not-valid-tip, .contact-content__form_checkbox span.wpcf7-not-valid-tip,
.contact-content__form_input--single span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 50%;
    left: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

@media (max-width: 880px) {
    .contact-content__form_input span.wpcf7-not-valid-tip, .contact-content__form_checkbox span.wpcf7-not-valid-tip,
    .contact-content__form_input--single span.wpcf7-not-valid-tip {
        position: relative;
        bottom: unset;
        right: unset;
        left: unset;
        margin: 10px auto;
    }
}

.contact-content__form_checkbox {
    position: relative;
    max-width: max-content;
}

.wpcf7 form .wpcf7-response-output {
    /*display: block !important;*/
    border: none !important;
}


.contact-content__form_checkbox .wpcf7-form-control-wrap {
    position: initial;
}

.contact-content__form_input input {
    max-height: 60px;
    height: 100%;
    max-width: 260px;
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 60px;
    padding-left: 18px;
    border-radius: 12px;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--blackDark);
    outline: none;
}

.contact-content__form_input input::placeholder {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--blackDark);
}

.contact-content__form_checkbox {
    margin-bottom: 32px;
}

.contact-content__form_checkbox .wpcf7-checkbox, .contact-content__form_checkbox .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.contact-content__form_checkbox label span {
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 30px;
    background: rgb(255, 255, 255);
    padding: 12px 16px;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: var(--blackDark);
    text-transform: uppercase;
    min-height: 40px;
    max-height: 40px;
    display: block;
}


.contact-content__form_checkbox label input:checked + span {
    border: 1px solid rgba(255, 65, 65, 1);
    background: rgba(255, 65, 65, 0.06);
}

.contact-content__form_checkbox .wpcf7-list-item {
    margin: 0;
}

.contact-content__form_checkbox label {
    position: relative;
}

.contact-content__form_checkbox label input {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.contact-content__form textarea {
    border: 1px solid rgba(237, 237, 237, 1);
    background: rgb(255, 255, 255);
    border-radius: 12px;
    resize: none;
    padding: 17px 16px;
    max-width: 512px;
    max-height: 120px;
    width: 100%;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--blackDark);
    outline: none;
}

.contact-content__form textarea::placeholder {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--blackDark);
}

.contact-content__form_file {
    margin: 12px 0 32px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px dashed rgba(214, 214, 214, 1);
    max-height: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
    position: relative;
    border-radius: 10px;
}

.contact-content__form_file p {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: var(--blackDark);
}

.contact-content__form_file span, .contact-content__form_file span input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.contact-content__form_file span input {
    opacity: 0;
    z-index: 2;
}

.contact-content__form_file span.wpcf7-not-valid-tip {
    opacity: 1;
}

.contact-content__form button {
    margin: auto;
}

.contact-us .footer {
    background-color: transparent;
    background-size: cover;
}

.contact-us .footer::after {
    content: none !important;
}

.contact-us .footer-menu {
    border: 0;
}


/*End Contact Us page*/


/*Blog page style*/

.blogHero {
    position: relative;
    height: 100%;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 82px 0 116px;
}

.blogHero video {
    position: absolute;
    z-index: -1;
    object-fit: inherit;
    object-position: center;
}

.blogHero h1 {
    font-family: Figtree, sans-serif;
    font-size: var(--wp--preset--font-size--heading-1);
    font-weight: 700;
    line-height: 87px;
    text-align: left;
    color: var(--blackDark);
    margin-bottom: 0;
}

@media (max-width: 816px) {
    .blogHero h2 {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

.blogHero p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--blackDark);
    margin-bottom: 0;
    justify-self: end;
    max-width: 410px;
}

.blogHero-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.blogHero-content > div {
    display: grid;
    gap: 10px;
}


.blogContent {
    display: grid;
    padding: 20px 0 104px;
}

.blogContent .container {
    width: calc(100% - 20%);
}

.blogContent-filter {
    margin-bottom: 40px;
    padding: 22px 0;
    border-bottom: 1px solid var(--lightGrey);
}

.blogContent-filter__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-left: 0;
    list-style: none;
}

.blogContent-filter__tabs_tab {
    position: relative;
}

.blogContent-filter__tabs .blogContent-filter__tabs_tab label {
    border: 1px solid var(--lightGrey);
    border-radius: 30px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 1);
    transition: 0.3s;

    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: var(--blackDark);
    text-transform: uppercase;
}

.blogContent-filter__tabs .blogContent-filter__tabs_tab input:checked + label {
    border: 1px solid var(--blackDark);
    background: var(--blackDark);
    transition: 0.3s;
    color: rgba(255, 255, 255, 1);
    /* */
}

.blogContent-filter__tabs_tab .blog-filter {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    min-height: 40px;
}

.blog-content-posts__loop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
    width: fit-content;
}

.blog-content-posts .buttonBlackSecond {
    margin: 104px auto 0;
}

.blog-content-posts__loop_box {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 40px 32px;
}

@media (max-width: 1199px) {
    .blog-content-posts__loop_box {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: dense;
        justify-items: center;
    }

    .blog-content-posts__loop_box .blog-content-posts__hero_boxBig {
        grid-column: 1/3;
        max-width: 100%;
        width: 100%;
    }

    .blog-content-posts__loop_box .blog-content-posts__hero_boxBig_info {
        max-width: 100%;
    }

    .blog-content-posts__loop_box .blog-content-posts__hero_boxSmall {
        max-width: 100%;
    }
}

.blog-content-posts__hero_boxSmall {
    max-width: 280px;
}

.blog-content-posts__hero_boxSmall:last-of-type {
    justify-self: end;
}

.blog-content-posts__hero_boxBig {
    max-width: 592px;
}

.blog-content-posts__hero_boxNormal {
    max-width: 384px;
}

.blog-content-posts__hero_boxBig img {
    max-width: 592px;
    min-width: 592px;
    max-height: 454px;
    min-height: 454px;
}

.blog-content-posts__loop img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.blog-content-posts__loop a {
    display: flex;
    flex-direction: column;
    position: relative;
    /*cursor: url("./icon/Icon read.svg") 50 50, auto;*/


}

/*.blog-content-posts__loop a:hover {*/
/*    transition: cursor 0s 1s;*/
/*    cursor: url("./icon/Icon read.svg") 50 50, auto;*/
/*}*/


.blog-content-posts__hero_boxBig {
    position: relative;
}

.blog-content-posts__hero_boxBig_info {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(22.5px);
    border-radius: 12px;
    position: absolute;
    padding: 13px 20px 20px;
    bottom: 16px;
    right: 16px;
    left: 16px;
    max-width: 560px;
    transition: 0.3s;
}

.blog-content-posts__hero_boxBig:hover {
    background: rgba(255, 255, 255, 1);
    transition: 0.3s;
}

.blog-content-posts__loop a.blog-content-posts__hero_boxSmall:not(:first-of-type) .blog-content-posts__hero_boxSmall_info {
    order: -1;
}

.blog-content-posts__hero_boxNormal .blog-content-posts__hero_boxNormal_info {
    margin-top: 14px;
}

.blog-content-posts__hero_boxSmall span, .blog-content-posts__hero_boxNormal span, .blog-content-posts__hero_boxBig span {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: var(--darkGrey);
    text-transform: uppercase;
}

.blog-content-posts__loop a.blog-content-posts__hero_boxSmall:first-of-type .blog-content-posts__hero_boxSmall_info span {
    margin: 10px 0 6px;
    display: flex;
}

.blog-content-posts__loop a.blog-content-posts__hero_boxSmall:not(:first-of-type) .blog-content-posts__hero_boxSmall_info h3 {
    margin: 6px 0 22px;
    max-height: 46px;
    overflow: hidden;
}

.blog-content-posts__hero_boxBig h3 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: var(--blackDark);
    margin: 6px 0 12px;
    transition: 0.3s;
}

.blog-content-posts__hero_boxSmall h3 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    color: var(--blackDark);
    transition: 0.3s;
}

.blog-content-posts__hero_boxNormal h3 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: var(--blackDark);
    margin: 9px 0 6px;
    transition: 0.3s;
}

.blog-content-posts__loop a:hover h3 {
    color: var(--redDark);
    transition: 0.3s;
}

.blog-content-posts__hero_boxNormal p {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--blackDark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content-posts__hero_boxBig p {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--darkGrey);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content-posts__hero_boxNormal img {
    max-height: 330px;
    max-width: 384px;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 12px;
    aspect-ratio: 4 / 3;
}

.blog-content-posts__hero_boxNormal_info div {
    display: flex;
    justify-content: space-between;
}

.blog-content-posts__hero_boxNormal div h5 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-align: right;
    color: var(--blackDark);
}

.blog .footer {
    background-color: var(--white);
}

/*end Blog page style*/

/*Single Post style*/

.singlePost-breadcrumb {
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 16px 0;
}

.singlePost-breadcrumb, .singlePost-breadcrumb li a {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: var(--blackDark);
}

.singlePost-breadcrumb li:last-of-type {
    color: rgba(125, 125, 125, 1);
}

.singlePost img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    max-height: 584px;
    height: 100%;
}

.singlePost-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 16px 0;
}

.singlePost-info span {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: var(--darkGrey);
}

.singlePost-info h5 {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    color: var(--blackDark);
    justify-self: end;
}

.singlePostContent {
    padding: 32px 0 60px;
    margin: auto;
}

.singlePostContent h1 {
    font-family: Figtree, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    margin-bottom: 48px;
    color: var(--blackDark);
}

.singlePostContent-content {
    margin: auto;
    min-width: 783px;
}

@media (max-width: 992px) {
    .singlePostContent-content {
        min-width: 100%;
    }
}

.singlePostContent-content h2, .singlePostContent-content h3 {
    margin: 20px 0;
}

.singlePostContent-content h4, .singlePostContent-content h5, .singlePostContent-content h6 {
    margin: 10px 0;
}

.singlePostContent p {
    max-width: 783px;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(47, 47, 47, 1);

}

.singlePostContent img {
    margin: 48px 0;
}

.singlePostContent-navigation {
    margin-top: 92px;
    display: flex;
    justify-content: space-between;
}

.singlePostContent-navigation a {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--blackDark);
    display: flex;
    gap: 15px;
    align-items: center;
}

.singlePostContent-navigation__arr {
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 47px;
    min-height: 60px;
    min-width: 80px;
    color: var(--blackDark);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.singlePostContent-navigation__arr.ImActive:before {
    content: url("./icon/next-arr.svg") !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 0;
    transform: translate(-150%, 5%) scale(0);
    height: 16px;
}

.singlePostContent-navigation__arr.ImActive:after {
    content: url("./icon/next-arr.svg") !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 1;
    transform: translate(-40%, 5%) scale(1);
    height: 16px;
}

.singlePostContent-navigation__arr.ImActive.previousPost:before {
    content: url("./icon/slider-arr.svg") !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 0;
    height: 16px;
    transform: translate(2000%, 5%) scale(0);
}

.singlePostContent-navigation__arr.ImActive.previousPost:after {
    content: url("./icon/slider-arr.svg") !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 1;
    transform: translate(-40%, 5%) scale(1);
    height: 16px;
}

.singlePostContent-navigation__arr.ImActive:hover:after {
    animation: after 0.3s ease-in forwards;

}

.singlePostContent-navigation__arr.ImActive:hover:before {
    animation: before 0.3s ease-in forwards;
}


.singlePostContent-navigation__arr.ImActive.previousPost:hover:after {
    animation: afterPrev 0.3s ease-in forwards;

}

.singlePostContent-navigation__arr.ImActive.previousPost:hover:before {
    animation: beforePrev 0.3s ease-in forwards;
}

.singlePostContent-navigation__arr.previousPost svg {
    transform: rotate(180deg);
}

.singlePostContent-navigation a.notActive {
    pointer-events: none;
}

.singlePostContent-navigation a.notActive svg path {
    fill: rgba(214, 214, 214, 1);
}

.singlePostRelated {
    background: rgba(249, 249, 249, 1);
    padding: 104px 0 96px;
}

.singlePostRelated h2 {
    font-family: Figtree, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    text-align: left;
    color: var(--blackDark);
    margin-bottom: 48px;
}

.singlePostRelated-loop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.singlePostRelated-loop .blog-content-posts__hero_boxNormal {
    display: flex;
    flex-direction: column;
}

.singlePostRelated .buttonRed {
    margin: 48px auto 0;
}

/*End Single Post Style*/

/*Privacy Policy Style*/

.privacy {
    padding: 48px 0 383px;
    position: relative;
}

.privacy::before {
    content: url("./icon/render.webp");
    position: absolute;
    top: 20%;
    min-width: 583px;
    max-height: 225px;
    object-fit: cover;
    left: -450px;
}

.privacy-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px;
}

.privacy-content__navigation {
    margin-top: 9px;
}

.privacy-content__navigation ul {
    padding-left: 0;
    display: grid;
    gap: 12px;
    list-style: none;
    max-width: 280px;
}

.privacy-content__navigation ul.fixed-nav {
    position: sticky;
    top: 120px;
}

.privacy-content__navigation ul li {
    display: grid;
}

.privacy-content__navigation ul li a {
    border: 1px solid var(--lightGrey);
    border-radius: 20px;
    padding: 24px 24px 24px 22px;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    color: var(--blackDark);
    transition: 0.3s;
}

.privacy-content__navigation ul li.active-block a {
    color: var(--redDark);
    transition: 0.3s;
}

.privacy-content__navigation ul li.active-block a:before {
    content: url("./icon/red-circle.svg");
    margin-right: 8px;
}

.privacy-content__info {
    display: grid;
}

.privacy-content__info_box {
    display: grid;
    gap: 24px;
    scroll-margin-top: 100px;
}

.privacy-content__info_box:not(:first-of-type) {
    padding-top: 48px;
}

.privacy-content__info_box h1 {
    font-family: Figtree, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    color: var(--blackDark);
    margin-bottom: 8px;
}

.privacy-content__info_box h2 {
    font-family: Figtree, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: var(--blackDark);
}

.privacy-content__info_box p, .privacy-content__info_box ul {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}

.page-template-privacy .footer {
    background-color: var(--white);
}

#mobileScrollToTop {
    opacity: 0;
    position: fixed;
}

/*End Privacy Policy style*/

/*desktop - tablet 1439*/


@media (max-width: 1439px) {
    .awards-content__box {
        height: 220px;
        width: 220px;
    }

    .awards-content {
        gap: 40px;
    }

    .awards-content__box img {
        max-width: 124px;
        max-height: 166px;
    }

    /*.hero-top div {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/
    .hero h1 {
        font-size: 44px;
        line-height: 46px;
        /*max-width: 372px;*/
    }

    /*.hero-top p {*/
    /*    top: 72%;*/
    /*    right: 0;*/
    /*}*/
    .hero-top video {
        max-width: 416px;
        max-height: 262px;
    }

    .hero-bottom ul {
        display: flex;
    }

    .expertise-content__boxes {
        grid-template-columns: repeat(2, auto);
        gap: 28px;
    }

    .expertise-content .container {
        padding: 0 50px;
    }

    .expertise-content__boxes_box img {
        max-width: 412px;
        width: 100%;
        max-height: 331px;
        min-height: 331px;
        margin: auto;
    }

    .expertise-content__boxes_box_content {
        padding: 29px 18px;
    }


    .contact::after {
        top: 75%;
        left: -12%;
        min-width: 610px;
    }

    /*Blog page style (1439)*/
    .blog-content-posts__loop {
        justify-content: center;
    }

    .blog-content-posts__hero_boxBig img {
        max-width: 100%;
        min-width: 100%;
        max-height: 100%;
    }


    /*end Blog page style*/


}

@media (max-width: 1300px) {
    .awards-content__box {
        height: 200px;
        width: 200px;
    }

    .methods-content__box_content_back {
        max-width: 200px;
        max-height: 200px;
    }

    /*    Portfolio page 1300*/
    .portfolioLoop-content {
        grid-template-columns: 400px auto 400px;
    }
}


/*tablet 1199.9*/
@media (max-width: 1199.99px) {

    /*Hero section style (Home page)*/
    .hero-top {
        padding: 40px 0 30px;
        column-gap: 28px;
    }


    /*.hero-top p {*/
    /*    top: 60%;*/
    /*    right: 65px;*/
    /*}*/
    .hero-bottom {
        padding-top: 32px;
        gap: 56px;
    }

    .hero-bottom p {
        line-height: 24.8px
    }

    .hero-bottom ul {
        flex-wrap: wrap;
        justify-content: end;
        gap: 12px;
        align-content: baseline;
    }

    .hero-bottom ul li, .hero-bottom ul li a {
        font-size: 14px;
        line-height: 16.8px;
    }


    /*expertise block in Home*/
    .expertise:before {
        left: -54%;
    }

    .expertise-content {
        margin: 40px 20px 0;
        padding: 80px 0;
    }

    .expertise-content .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .expertise-content h2 {
        font-size: 64px;
        line-height: 76.8px;
        padding: 0 0 48px;
    }


    /*projects section (Home)*/
    .projects {
        padding: 180px 0 80px;
    }

    .projects-content h2 {
        margin-bottom: 20px;
    }


    .swiper-slider {
        margin-top: 38px;
    }


    .swiper-slide img {
        min-height: 412px;
        max-height: 412px;
    }


    .projects-content__box {
        background: none;
        backdrop-filter: none;
        opacity: 1;
    }

    .projects-content__box h3 {
        opacity: 0;
    }

    .projects-content__box_link {
        opacity: 0;
        margin: 0 auto 4px;
    }

    .projects-content__boxmobile {
        display: grid;
        gap: 18px;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .projects-content__boxmobile h3 {
        font-family: Figtree, sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        text-align: left;
        color: var(--black);
    }

    .projects-content__boxmobile_link {
        display: flex;
        gap: 12px;
        flex-direction: row;
        flex-wrap: wrap;
        /*max-width: 259px;*/
        margin: 0;
    }

    .projects-content__boxmobile_link a {
        /*background: rgba(0, 0, 0, 0.37);*/
        backdrop-filter: blur(7px);
        border-radius: 42px;
        /*padding: 14px;*/
        /*font-family: 'Figtree', sans-serif;*/
        font-style: normal;
        /*font-weight: 700;*/
        /*font-size: 14px;*/
        /*line-height: 17px;*/
        /*max-height: 45px;*/
        text-transform: uppercase;
        /*color: var(--white);*/
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        font-family: Hanken Grotesk, sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
        max-height: 36px;
        min-width: 48px;
        background: var(--lightGrey);
        color: var(--blackDark);
        justify-content: center;

    }


    .projects-content__boxmobile_link a {
        background: var(--lightGrey);
        color: var(--blackDark);
    }

    .projects-content__boxmobile_link a svg path {
        fill: var(--blackDark);
    }

    .projects-content__boxmobile_link a:hover svg path {
        fill: var(--white);
    }

    .projects-content__boxmobile_link a:hover {
        background: var(--red);
        transition: 0.3s;
        color: #fff;
        text-decoration: none;
    }

    .projects-content .buttonRed {
        margin: 38px auto 0;
    }

    /*Awards section (Home)*/
    .awards {
        padding: 100px 0;
    }

    .awards h2 {
        margin: 0 auto 46px;
    }

    .awards-content__box img {
        max-width: 116px;
        max-height: 102px;
    }


    /*testimonial section (Home)*/
    .testimonial {
        padding: 109px 0 134px;
    }


    .testimonial-content {
        gap: 28px;
    }

    .testimonial-content__box:first-of-type {
        border-radius: 14px;
        padding: 28px 18px 20px 23px;
    }

    .testimonial-content__box h3 {
        font-size: 22px;
        line-height: 28.67px;
    }

    .testimonial-content__box:first-of-type .testimonial-content__box_info {
        gap: 9px;
        margin-bottom: 18px;
        margin-top: 66px;
    }

    .testimonial-content__box:first-of-type:before {
        content: url("./icon/black.svg");
        position: absolute;
        min-width: 684px;
        max-height: 425px;
        object-fit: cover;
        left: -85%;
        opacity: 0.3;
    }

    .testimonial-content .buttonBlack {
        max-width: 220px;
        min-width: 220px;
    }

    .testimonial-content__box:first-of-type .testimonial-content__box_info_star {
        padding: 8.28px 11.6px 12.52px 11.73px;
    }

    .testimonial-content__box_info_star img {
        max-width: 15.18px;
        max-height: 15.18px;
    }

    .testimonial-content__box_info > img {
        width: 100%;
    }

    .testimonial-content__box:first-of-type .testimonial-content__box_info_star p {
        font-size: 12px;
        line-height: 18.6px;
        margin-bottom: 0;
    }

    .testimonial-content__box:not(:first-of-type) {
        border-radius: 14px;
        padding: 26px 20px 20px;
    }

    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_rating span {
        font-weight: 700;
        font-size: 12px;
        line-height: 18.6px;
        padding: 0 6px 0 0;
    }

    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_text {
        padding-top: 74px;
        background-repeat: no-repeat;
        background-position: 0 -50px;
        background-image: url('./icon/icomoon-free_quotes-left.svg');
        background-size: contain;
        padding-left: 0;
    }

    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_text h4 {
        font-size: 18px;
        line-height: 23.45px;
        margin-bottom: 30px;
        min-height: 92px;
        display: flex;
        align-items: end;
    }

    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_text h5 {
        font-size: 14px;
        line-height: 21.7px;
    }

    /*FAQ section (Home)*/
    .faq h2 {
        margin-bottom: 46px;
    }

    .faq-content {
        gap: 24px 28px;
    }

    /*footer style*/
    .footer h2 {
        font-size: 34px;
        line-height: 40.8px;
        margin: 0 auto 30px;
        padding-top: 110px;
    }

    .footer-menu {
        padding: 32px 0 39px;
        margin-top: 60px;
    }

    .footer-menu #menu-follow-us {
        gap: 0 28px;
    }

    .footer-bottom {
        padding-top: 32px;
    }

    .footer-bottom p {
        line-height: 16.8px;
    }

    .footer-bottom__links a {
        line-height: 16.8px;
    }


    .portfolioLoop-content_box__box {
        align-content: end;
        opacity: 1;
    }

    .portfolioLoop-content_box__box h3 {
        display: none;
    }

    .portfolioLoop-content_box__box_link {
        display: none;
    }

    .portfolioLoop-content_box__box_category {
        padding: 10px 18px 10px 18px;
        margin: auto auto 10px;
    }

    .portfolioLoop-content_box__boxmobile {
        display: grid;
        gap: 18px;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .portfolioLoop-content_box__boxmobile h3 {
        font-family: Figtree, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: left;
        color: var(--black);
    }

    .portfolioLoop-content_box__boxmobile_link {
        display: flex;
        gap: 12px;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
    }

    .portfolioLoop-content_box__boxmobile_link a svg path {
        fill: var(--blackDark);
    }

    .portfolioLoop-content_box__boxmobile_link a {
        /*background: rgba(0, 0, 0, 0.37);*/
        backdrop-filter: blur(7px);
        border-radius: 42px;
        /*padding: 14px;*/
        /*font-family: 'Figtree', sans-serif;*/
        font-style: normal;
        /*font-weight: 700;*/
        /*font-size: 14px;*/
        /*line-height: 17px;*/
        text-transform: uppercase;
        /*color: #FFFFFF;*/
        display: flex;
        align-items: center;
        /*gap: 10px;*/
        padding: 10px;
        gap: 10px;
        font-family: Hanken Grotesk, sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
        max-height: 36px;
        min-width: 48px;
        background: var(--lightGrey);
        color: var(--blackDark);
        justify-content: center;
    }

    .portfolioLoop-content_box__boxmobile_link a:hover {
        background: var(--red);
        transition: 0.3s;
        color: #fff;
        text-decoration: none;
    }

    .portfolioFilter-mobile {
        display: none;
    }

    .hireExpertise:before {
        top: -55%;
        z-index: -1;
    }

    .methods::before {
        left: -500px;
    }

    .portfolioLoop-content_box__box {
        background: none;
        backdrop-filter: blur(0px);
    }

    .footer {
        background-position-x: center;
    }

    .whatNeed-content__bottom::before {
        top: 15%;
    }
}

@media (max-width: 1099px) {
    .awards-content__box {
        height: 180px;
        width: 180px;
    }

    /*Contact Us page*/
    .contact {
        padding: 24px 0 60px;
        overflow: hidden;
    }


    /*see later*/
    .contact::after {

    }

    .contact-content__hero {
        padding-top: 20px;
    }

    .contact-content {
        gap: 90px;
    }

    .contact-content__hero h4 {
        margin-bottom: 16px;
    }

    .contact-content__hero h1 {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 14px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .contact-content__hero p {
        margin-bottom: 38px;
    }

    .contact-content__form {
        padding: 24px 32px 41px;
        max-width: 412px;
    }

    .contact-content__form h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .contact-content__form_input {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 24px;
    }

    .contact-content__form_input span {
        max-width: 364px;
    }

    .contact-content__form_input input {
        max-width: 364px;
        padding-left: 16px;
        width: 100%;
        min-width: 364px;
    }

    .contact-content__form_checkbox {
        margin-bottom: 24px;
    }

    .contact-content__form textarea {
        max-width: 364px;
    }

    .contact-content__form_file {
        margin: 12px 0 24px;
        padding: 34px 0 33px;
    }

    .contact-content__form_file p {
        font-size: 18px;
        line-height: 23px;
    }

    .contact-content__form_file span, .contact-content__form_file span input {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
    }

    .contact-us .footer {
        background-color: var(--black);
    }

    .contact-us .footer::after {
        content: url("./icon/footer-animation.svg");
    }

    .contact-us .footer-menu {
        border-bottom: 1px solid rgba(47, 47, 47, 1);
    }


    /*End Contact Us page*/


}

#open_portfolioFilter, #close_portfolioFilter {
    position: relative;
}

#open_portfolioFilter:after {
    content: url("/wp-content/themes/splitdev/icon/portfolio/open_portfolioFilter.svg");
    line-height: 24px;
    height: 24px;
}

#close_portfolioFilter:after {
    content: url("/wp-content/themes/splitdev/icon/portfolio/close_portfolioFilter.svg");
}

/*mobile 992*/
@media (max-width: 992px) {


    header {
        padding: 24px 0;
    }

    .header-content {
        grid-template-columns: auto 1fr;
        gap: 153px;
    }

    /*.hero-top p {*/
    /*    top: 65%;*/
    /*    right: 55px;*/
    /*}*/
    .hero-top {
        border-bottom: 1px solid #D6D6D6;
    }

    .expertise-content {
        margin: 64px 20px 0;
    }

    .expertise-content .container {
        padding: 0 50px;
    }

    .expertise::before {
        left: -64%;
    }

    .infoNumber-content__box h4 {
        white-space: nowrap;
    }


    /*Portfolio page*/
    .portfolioHead {
        min-height: 393px;
        /*max-height: 393px;*/
    }

    .portfolioHead-content {
        padding: 60px 16px;
    }

    .portfolioHead-content h1 {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 16px;
    }

    .portfolioHead-content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 32px;
    }

    .portfolioFilter {
        padding: 20px 0;
    }

    .portfolio-container {
        padding-inline: 16px;
    }

    .portfolioFilter .portfolio-container {
        grid-template-columns: 1fr;
    }

    .portfolioFilter-mobile {
        display: grid;
    }

    .portfolioFilter-category, .portfolioFilter-tag {
        display: none;
    }

    #open_portfolioFilter {
        font-family: Figtree, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
        color: #2f2f2f;
        border: 1px solid #EDEDED;
        padding: 6px 20px;
        border-radius: 30px;
        display: grid;
        grid-template-columns: 1fr auto;
        max-height: 40px;
        align-items: center;
    }

    #open_portfolioFilter.has_select {
        grid-template-columns: auto 1fr auto;
    }

    .portfolioFilter-mobile form {
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 3;
        height: 100vh;
        right: 0;
        left: 0;
        top: 132px;
        padding: 21px 16px 80px;
        opacity: 0;
        transform: translateX(-100%);
    }

    .portfolioFilter-mobile form.filter_open {
        opacity: 1;
        transform: translateX(0);
    }

    .portfolioFilter-mobile form {
        top: calc(60px + var(--wp-admin--admin-bar--height, 0px));
        max-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 60px);
        overflow-y: auto;
    }


    .custom-options {
        border: 0;
    }

    .portfolioFilter-mobile__head {
        display: grid;
        grid-template-columns: 1fr auto;
        margin-bottom: 28px;
    }

    .portfolioFilter-mobile__head h4 {
        font-family: Hanken Grotesk, sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        color: #000;
    }

    #close_portfolioFilter {
        background: #EDEDED;
        border-radius: 100%;
        padding: 12px 14.5px;
        align-items: center;
        max-height: 40px;
        display: flex;
        min-width: 40px;
        min-height: 40px;
    }

    .portfolioFilter-mobile__content {
        display: grid;
    }

    .portfolioFilter-category__select-wrapper, .portfolioFilter-category__select-wrapper-serv {
        position: relative;
        display: inline-block;
        user-select: none;
    }

    .portfolioFilter-category__select-wrapper select, .portfolioFilter-category__select-wrapper-serv select {
        display: none;
    }

    .portfolioFilter-category__select, .portfolioFilter-mobile__content_category {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 24px;
    }


    .portfolioFilter-category__select.opened .custom-options, .portfolioFilter-mobile__content_category.opened .custom-options {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateY(0);
        position: relative;
    }


    .portfolioLoop {
        margin-bottom: 120px;
    }

    .portfolioLoop-content {
        grid-template-columns: 340px auto 340px;
        gap: 20px 28px;
    }

    .portfolioLoop-content .portfolioLoop-content_box:first-of-type img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) img {
        min-height: 630px;
    }

    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3) img,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2n + 8) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3n + 8 ) img,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(5) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(6) img {
        min-height: 305px;
    }

    .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n + 4) img {
        min-height: 460px;
    }

    .portfolioLoop-content .portfolioLoop-content_box:first-of-type .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) .portfolioLoop-content_box__boxmobile,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n + 4) .portfolioLoop-content_box__boxmobile {
        margin-top: 24px;
        gap: 30px;
    }

    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3) .portfolioLoop-content_box__boxmobile,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2n + 8) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3n + 8 ) .portfolioLoop-content_box__boxmobile,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(5) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(6) .portfolioLoop-content_box__boxmobile {
        margin-top: 20px;
    }

    .awards-content {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
        justify-content: center;
    }

    .awards-content__box {
        height: 242px;
        width: 242px;
    }

    .awards-content__box img {
        max-width: 166px;
        max-height: 166px;
    }

    /*Hire us start (992px)*/
    .HeroHire .slider {
        padding-bottom: 160px;
    }

    .hireExpertise {
        padding: 38px 0;
    }

    .hireExpertise-content__tab button {
        font-size: 18px;
        line-height: 23px;
        max-width: 100%;
    }

    .hireExpertise-content__tab button:nth-child(2) {
        order: 4;
    }

    .hireExpertise-content__tab button:nth-child(3), .hireExpertise-content__tab button:nth-child(4) {
        width: 100%;
        max-width: 48.9%;
    }

    .hireExpertise-content__tabcontent img {
        max-width: 400px;
        object-fit: cover;
        max-height: 348px;
        height: 100%;
    }

    .hireExpertise-content__tabcontent_info {
        grid-template-rows: 0.2fr 1fr 0.1fr;
    }

    .hireExpertise-content__tabcontent_info h4 {
        margin-top: 3.41px;
        margin-bottom: 30.7px;
    }

    .hireExpertise h2 {
        margin-bottom: 47px;
    }

    .whatNeed {
        margin: 30px 0;
    }

    .whatNeed .container {
        max-width: 852px;
        padding: 60px 0;
    }

    .whatNeed h2 {
        margin-bottom: 38px;
    }

    .whatNeed-content {
        gap: 38px;
        padding: 0 30px;
    }

    .whatNeed-content__bottom {
        padding-top: 42px;
    }

    .whatNeed-content__bottom h4 {
        min-width: 274px;
        max-width: 274px;
        margin-top: -30px;
    }

    .whatNeed-content__bottom:before {
        top: 0;
    }

    .whatNeed-content img {
        max-width: 272px;
        width: 100%;
    }

    .methods {
        padding: 100px 0 80.8px;
    }

    .methods h2 {
        margin-bottom: 47.92px;
    }

    .HireUsPage .faq {
        padding: 80px 0 120px;
    }

    /*Hire us end*/
    /*Blog page style*/
    .blogContent {
        display: grid;
        padding: 16px 0 80px;
    }

    .blogContent-filter {
        margin-bottom: 31px;
    }

    .blog-content-posts__loop {
        gap: 31px 28px;
        margin: auto;
    }

    .blog-content-posts__hero_boxBig_info {
        padding: 13px 16px 16px;
        bottom: 14px;
        right: 14px;
        left: 14px;
    }

    .blog-content-posts__loop a.blog-content-posts__hero_boxSmall:not(:first-of-type) .blog-content-posts__hero_boxSmall_info {
        order: 1;
    }

    .blog-content-posts__hero_boxNormal .blog-content-posts__hero_boxNormal_info {
        margin-top: 14px;
    }


    .singlePostRelated-loop .blog-content-posts__hero_boxNormal img {
        border-radius: 5px;
    }

    .blog-content-posts__hero_boxSmall span, .blog-content-posts__hero_boxNormal span, .blog-content-posts__hero_boxBig span {
        font-weight: 700;
    }

    .blog-content-posts__hero_boxSmall span {
        margin: 10px 0 6px;
        display: block;
    }

    .blog-content-posts__hero_boxBig h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-content-posts__hero_boxSmall h3 {
        font-size: 16px;
        line-height: 21px;
    }


    /*end Blog page style*/
    /* Single post style 992px */
    .singlePost-breadcrumb {
        padding: 12px 0 10px;
    }

    .singlePost img {
        max-height: 400px;
    }

    .singlePost-info {
        padding: 10px 0 12px;
    }

    .singlePostContent {
        padding: 24px 0 40px;
    }

    .singlePostContent p {
        max-width: 632px;
        min-width: 632px;
    }

    .singlePostContent img {
        margin: 38px 0;
    }

    .singlePostContent-navigation a {
        gap: 10px;
        font-size: 14px;
    }

    .singlePostContent-navigation {
        margin-top: 40px;
        gap: 10px;
    }

    .singlePostRelated {
        padding: 80px 0;
    }

    .singlePostRelated h2 {
        margin-bottom: 38px;
    }

    .singlePostRelated-loop {
        gap: 28px;
    }

    .singlePostRelated .buttonRed {
        margin: 38px auto 0;
    }

    /*End Single post style*/
    /*Privacy Policy Style*/
    .privacy {
        padding: 38px 0 300px;
    }

    .privacy::before {
        top: 35%;
    }

    .privacy-content {
        gap: 28px;
    }

    .privacy-content__navigation {
        margin-top: 6px;
    }

    .privacy-content__navigation ul {
        gap: 15px;
        max-width: 192px;
    }

    .privacy-content__navigation ul li a {
        padding: 24px 24px 24px 17px;
        font-size: 18px;
        line-height: 23px;
    }

    .privacy-content__info_box:not(:first-of-type) {
        padding-top: 38px;
    }

    /*End Privacy Policy style*/
    .filters-btn {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 15px;
        width: fit-content;
    }

    .all_listen_filter-reset {
        border: 1px solid var(--black);
        font-family: Figtree, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: left;
        color: var(--black);
        max-width: 164px;
        min-width: 164px;
        width: 100%;
        max-height: 72px;
        min-height: 72px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 48px;
        text-transform: uppercase;
    }

    .second-filter_box__sbm {
        max-width: 164px;
        min-width: 164px;
        width: 100%;
        max-height: 72px;
        min-height: 72px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 48px;
        font-family: Figtree, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
        color: #fff;
        border: 1px solid var(--red);
        background: var(--red);
        text-transform: uppercase;
    }

    .projects-content__box_category {
        margin-bottom: 12px;

    }


    .portfolioLoop-content_box:hover .portfolioLoop-content_box__box_category {
        padding: 10px 5px 10px 5px;
        transition: 0.3s;
    }

    header {
        padding: 10px 0;
        max-height: 60px;
    }

    .header-content {
        display: none;
    }






    .testimonial-content {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .testimonial-content .buttonBlack {
        max-width: 304px;
        min-width: 304px;
    }

    .testimonial-content__box {
        max-width: 344px;
        margin: auto;
    }
}


@media (max-width: 960px) {
    .blog-content-posts__hero_boxSmall {
        max-width: 100%;
        width: 100%;
    }

    .blog-content-posts__hero_boxBig {
        max-width: 100%;
        width: 100%;
    }


    /*end Blog page style*/

}


@media (max-width: 870px) {
    .header-content {
        gap: 100px;
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
        display: none;
    }

    .swiper-rtl .swiper-button-prev:before, .swiper-button-prev:before {
        display: none;
    }

    .swiper-rtl .swiper-button-next:before, .swiper-button-next:before {
        display: none;
    }

    .swiper-rtl .swiper-button-next:after, .swiper-button-next:after {
        display: none;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
        display: none !important;
    }

    .faq-content__accordion_btn {
        align-items: center;
    }

    /*.faq-content__accordion_btn p {*/
    /*    padding-right: 10px;*/
    /*}*/
    .faq-content__accordion_btn::after {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    .projects-content__box_category {
        padding: 10px 10px 10px 10px;
    }


}


/*mobile 800*/

@media (max-width: 816px) {
    .heroImage img {
        min-height: 280px;
        object-fit: cover;
    }

    .btn-mobile {
        display: flex !important;
        margin: auto;
    }


    .buttonRed {
        max-width: 343px;
        min-width: 343px;
    }

    .buttonRed:after {
        right: 10px;
    }

    .buttonRed:before {
        right: 10px;
    }

    .buttonBlack {
        min-width: 343px;
    }

    .buttonBlackSecond {
        min-width: 343px;
        min-height: 72px;
        max-width: 343px;
        padding: 10px 10px 10px 28px;
        margin: 32px auto 0;
    }

    .posts .buttonBlackSecond {
        margin: 32px 0 0;
    }

    .instagram .buttonBlackSecond {
        min-height: 60px;
    }

    .instagram .buttonBlackSecond::before {
        border-radius: 38px;
        padding: 12px 12.5px;
        min-width: 40px;
        min-height: 40px;
    }

    .buttonBlackSecond:after {
        right: 27px;
    }

    .buttonBlackSecond:before {
        border-radius: 35px;
        padding: 14px;
        min-width: 52px;
        min-height: 52px;
    }

    /*Hero section style (Home page)*/
    .hero-top {
        grid-template-columns: 1fr;
        gap: 24px;
        border-bottom: 1px solid #EDEDED;
        padding: 24px 0 32px;
    }

    .hero h1 {
        max-width: 100%;
    }

    .hero-top p {
        display: none;
    }

    .hero-top video {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        height: 100%;
    }


    .hero-bottom {
        padding-top: 20px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hero-bottom ul {
        justify-content: left;
    }

    .hero-bottom p {
        font-size: 14px;
        line-height: 22px;
    }

    /*expertise block in Home*/
    .expertise:before {
        top: -4%;
        left: 60%;
        right: 0;
        min-width: initial;
    }

    .expertise-content {
        background: var(--black);
        border-radius: 20px;
        margin: 80px 16px 0;
        padding: 48px 0 15px;
    }

    .expertise-content .container {
        padding: 0 15px;
    }

    .expertise-content h2 {
        font-size: 34px;
        line-height: 41px;
        padding: 0 0 32px;
    }

    .expertise-content__boxes {
        grid-template-columns: repeat(1, auto);
        gap: 15px;
    }

    .expertise-content .container {
        padding: 0 15px;
    }

    .expertise-content__boxes_box {
        gap: 15px;
    }

    .expertise-content__boxes_box img {
        max-width: 100%;
    }

    .expertise-content__boxes_box:nth-child(2n) img {
        order: 1;
    }

    .expertise-content__boxes_box_content {
        padding: 15px 20px;
    }

    .expertise-content__boxes_box_content h3 {
        font-size: 22px;
        line-height: 29px;
        margin: 15px 0;
    }

    .expertise-content__boxes_box_content p {
        font-size: 14px;
        line-height: 22px;
    }

    /*projects section (Home)*/
    .projects {
        padding: 63px 0 41px;
    }

    .projects-content h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 15px;
    }

    .projects-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .swiper-slider {
        margin-top: 24px;
    }

    .swiper-slide img {
        max-height: 342px;
        min-height: 342px;
    }


    .swiper-slide:hover img {
        transition: 0.3s;
    }

    .swiper-slide:hover .projects-content__box {
        opacity: 1;
        transition: 0.3s initial;
    }


    .projects-content__box h3 {
        display: none;
    }

    .projects-content__box_link {
        display: none;
    }

    .projects-content__box_category {
        display: none;
    }

    .projects-content__boxmobile {
        gap: 12px;
    }

    .projects-content__boxmobile h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .projects-content__boxmobile_link {
        gap: 5px;
        max-width: 100%;
    }

    .projects-content__boxmobile_link a {
        padding: 10px;
        gap: 10px;
        font-family: Hanken Grotesk, sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
        max-height: 36px;
        min-width: 48px;
    }

    .projects-content__boxmobile_link a:not(.service_live, .service_view_cases) {
        font-size: 0;
        gap: 0;
    }

    .projects-content .buttonRed {
        margin: 32px auto 0;
    }

    /*infoNumbers block (Home)*/
    .infoNumber-content__box {
        padding: 16px;
        gap: 8px;
    }

    .infoNumber-content__box span {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 16px;
        background: #EDEDED;
        border-radius: 32px;
    }

    .infoNumber-content__box h4 {
        color: #2F2F2F;
        font-family: Hanken Grotesk, sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
    }


    /*Awards section (Home)*/
    .awards {
        background: var(--black);
        padding: 60px 0;
    }

    .awards h2 {
        font-size: 34px;
        line-height: 41px;
        margin: 0 auto 32px;
    }

    .awards-content {
        grid-template-columns: 1fr;
    }


    /*testimonial section (Home)*/
    .testimonial {
        padding: 60px 0 32px;
    }

    .testimonial:after {
        content: none;
    }


    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_text h4 {
        min-height: 69px;
    }

    .testimonial-content__box:first-of-type {
        padding: 40px 20px;
        border-radius: 20px;
    }

    .testimonial-content__box:first-of-type h3 {
        padding: 0 4px;
    }

    .testimonial-content__box h3 {
        font-size: 22px;
        line-height: 29px;
    }

    .testimonial-content__box:first-of-type .testimonial-content__box_info {
        gap: 15px;
        margin-bottom: 24px;
        margin-top: 112px;
    }

    .testimonial-content__box_info > img {
        max-height: 81px;
    }

    .testimonial-content__box:first-of-type:before {
        left: -113%;
    }

    .testimonial-content__box:first-of-type .testimonial-content__box_info_star {
        padding: 12px 17px 18px 13px;
    }

    .testimonial-content__box:first-of-type .testimonial-content__box_info_star p {
        font-size: 14px;
        line-height: 22px;
    }

    .testimonial-content__box:not(:first-of-type) {
        padding: 33px 24px 32px;
    }

    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_rating span {
        font-size: 18px;
        line-height: 23px;
        padding: 0 6px 0 0;
    }

    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_text {
        padding-top: 207px;
        padding-left: 0;
    }

    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_text h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 32px;
    }

    .testimonial-content__box:not(:first-of-type) .testimonial-content__box_text h5 {
        font-size: 14px;
        line-height: 22px;
    }

    /*FAQ section (Home)*/
    .faq h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 32px auto;
    }

    .faq-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .faq-content__accordion {
        padding: 0 16px;
    }

    .faq-content__accordion:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .faq-content__accordion_btn {
        font-size: 16px;
        line-height: 19px;
        padding: 20px 0;
    }

    .faq-content__accordion_content p {
        padding: 0 0 20px;
        font-size: 14px;
        line-height: 21.7px;
    }

    /*footer style*/
    .footer {
        background-position: 100% 0;
        background-size: contain;
    }

    .home .footer {
        background-color: var(--white);
    }

    .footer .container {
        background: linear-gradient(to bottom, transparent 5%, var(--black) 5% 100%);
    }

    .footer:after {
        content: none;
    }

    .footer h2 {
        font-size: 34px;
        line-height: 41px;
        margin: 0 auto 32px;
        padding-top: 81px;
    }

    .footer .buttonBlack {
        max-width: 343px;
        min-height: 60px;
        max-height: 60px;
    }

    .footer .buttonBlack::before {
        min-width: 40px;
        min-height: 40px;
    }

    /*here*/
    .footer .buttonBlack::after {
        top: 9px;
        min-width: 40px;
        min-height: 40px;
        right: 6px;
        transform: rotate(-35deg);
    }

    .footer .buttonBlack:hover:after {
        transition: 0.3s;
        animation: rotateFooterMobile 0.3s ease-in forwards;
    }

    @keyframes rotateFooterMobile {
        0% {
            opacity: 0;
            transform: translate(-50%, 5%) scale(1);
            content: url("./icon/white45.svg");
            right: 6px;
            top: 9px;
        }
        100% {
            opacity: 1;
            transform: translate(-5%, 1%) scale(1);
            content: url("./icon/white45.svg");
            right: 6px;
            top: 9px;

        }
    }

    .footer-menu {
        border-top: 0;
        border-bottom: 0;
        padding: 0;
        margin-top: 55px;
        grid-template-columns: repeat(4, 1fr);
        gap: 48px;
    }

    .footer-menu h3 {
        margin-bottom: 28px;
    }

    .footer-menu__box ul li {
        white-space: nowrap;
    }

    .footer-menu__box ul li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .footer-menu__box:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .footer-menu__box:nth-child(2) {
        grid-column-start: 3;
        grid-column-end: 5;
    }

    .footer-menu__box:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 5;
    }

    .footer-menu #menu-follow-us {
        column-gap: 45px;
    }

    .footer-menu__details {
        justify-content: start;
        text-align: start;
        gap: 20px;
        grid-column-start: 1;
        grid-column-end: 5;
    }

    .footer-menu__details p {
        font-weight: 300;
    }

    .footer-menu__details a {
        font-weight: 300;
    }


    .footer-bottom {
        grid-template-columns: 1fr;
        padding-top: 48px;
        gap: 20px;
    }

    .footer-bottom p {
        font-weight: 300;
    }

    .footer-bottom__links {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        order: -1;
    }

    .footer-bottom__links a {
        font-weight: 300;
    }


    /*Single project*/
    .heroInfo {
        padding: 40px 0 24px;
    }

    .heroInfo h1 {
        margin-bottom: 20px;
        font-size: 34px;
        line-height: 41px;
    }

    .heroInfo-content {
        padding: 32px 15px;
        gap: 20px;
    }

    .heroInfo-content h3 {
        margin-bottom: 12px;
    }

    .heroInfo-content__meta {
        grid-template-columns: repeat(1, auto);
        gap: 16px;
    }

    .heroInfo-content__meta_category div, .heroInfo-content__meta_tag div {
        gap: 8px;
        flex-wrap: wrap;
    }

    .heroInfo-content__meta_year p {
        font-family: Figtree, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        color: var(--black);
        margin-bottom: 0;
    }

    .heroInfo-content__social {
        margin-top: 4px;
        gap: 12px;
    }

    .heroInfo-content__social a:not(:last-of-type) {
        font-size: 0;
        gap: 0;
    }

    .heroInfo-content__social a {
        min-height: 45px;
    }

    .projectContent {
        margin-bottom: 24px;
    }

    .projectContent-topImage, .projectContent-bottomImage {
        --max-columns: 4;
        gap: 24px 15px;
    }

    .projectContent-topImage img, .projectContent-bottomImage img {
        grid-column: auto/span min(var(--grid-column-span-mobile), var(--max-columns));
    }

    .projectContent-quote {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 0;
    }

    .projectContent-quote p {
        font-size: 18px;
        line-height: 23px;
    }

    .projectContent-quote h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .relatedProject {
        padding: 40px 0 25px;
        margin-bottom: 24px;
    }

    .single-projects .footer {
        background-color: #fff;
    }

    .relatedProject h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 12px;
    }

    .relatedProject .container > p {
        margin-bottom: 24px;
    }

    .relatedProject-slider {
        margin-bottom: 32px;
    }

    .relatedProject-slider__swiper .swiper-slide img {
        min-height: 342px;
        min-width: 320px;
    }

    .relatedProject-slider .projects-content__box {
        min-height: 342px;
        max-height: 342px;
        min-width: 320px;
    }

    /*End Single project*/
    /*Hire us start (mobile)*/
    .HeroHire {
        padding-top: 24px;
    }


    .HeroHire .slider {
        overflow: visible;
    }

    .HeroHire .swiper-slide img {
        max-width: 140px;
        max-height: 100px;
        min-height: 100px;
    }

    .HeroHire .swiper-slide-active img {
        max-width: 304px;
        max-height: 180px;
    }

    .hireExpertise {
        padding: 40px 0 32px;
    }

    .hireExpertise::before {
        right: -55%;
    }

    .hireExpertise h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    .hireExpertise-content__tab {
        flex-wrap: wrap;
        gap: 15px;
    }

    .hireExpertise-content__tab button {
        font-size: 18px;
        line-height: 23px;
    }

    .hireExpertise-content__tabcontent {
        padding: 32px 15px 15px;
        grid-template-columns: repeat(1, auto);
        margin-top: 40px;
    }

    .hireExpertise-content__tabcontent_info {
        order: -1;
    }

    .hireExpertise-content__tabcontent_info h4 {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .hireExpertise-content__tabcontent_info p {
        margin-bottom: 20px;
    }

    .hireExpertise-content__tabcontent_info div {
        gap: 12px;
    }

    .hireExpertise-content__tabcontent img {
        width: 100%;
    }

    .whatNeed {
        margin: 32px 16px;
    }

    .whatNeed .container {
        padding: 32px 0 15px;
    }

    .whatNeed h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .whatNeed-content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0 15px;
    }

    .whatNeed-content__points {
        gap: 16px;
    }

    .whatNeed-content__points_accordion {
        padding: 0 15px;
    }

    .whatNeed-content__points_accordion_btn {
        font-size: 18px;
        padding: 20px 0 20px 5.33px;
        line-height: 23px;
    }

    .whatNeed-content__points_accordion_content {
        font-size: 14px;
        line-height: 22px;
    }

    .whatNeed-content__points_accordion_content p {
        padding: 0 0 20px 0;
    }

    .whatNeed-content__bottom {
        grid-template-columns: repeat(1, 1fr);
    }

    .whatNeed-content__bottom h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .whatNeed-content__bottom::before {
        top: 40%;
    }

    .whatNeed-content__bottom a {
        margin-top: 52px;
        margin-right: auto;
        margin-left: auto;
        max-width: 303px;
        min-width: 303px;
    }

    .whatNeed-content img {
        border-radius: 6px 6px 120px 6px;
        max-width: 313px;
        max-height: 320px;
        object-fit: cover;

    }

    .methods {
        padding: 32px 0 0;
    }

    .methods h2 {
        margin-bottom: 32px;
        font-size: 34px;
        line-height: 41px;
    }

    .methods-content {
        grid-template-columns: 1fr;
        padding: 0 22px;
    }


    .methods-content__box_content_back p {
        font-size: 12px;
        line-height: 16px;
    }

    .methods-content__box_content_front h3 {
        font-size: 18px;
        line-height: 23.45px;
    }

    .HireUsPage .faq {
        padding: 40px 0 76px;
    }

    .hireExpertise::before {
        top: -35%;
        right: -65%;
    }

    /*Hire us end*/
    /*Contact Us page*/
    .contact {
        padding: 29px 0 62px;
        overflow: visible;
    }

    .contact-content {
        grid-template-columns: repeat(1, auto);
        gap: 49px;
    }

    .contact::after {
        left: -32%;
    }

    .contact-content__hero {
        padding-top: 0;
    }

    .contact-content__hero h4 {
        margin-bottom: 12px;
    }

    .contact-content__hero h1 {
        font-size: 44px;
        line-height: 46px;
    }

    .contact-content__hero p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .contact-content__hero_links {
        gap: 16px;
    }

    .contact-content__hero_links a {
        gap: 20px;
        font-size: 18px;
        line-height: 23px;
    }

    .contact-content__hero_links a span {
        min-width: 52px;
        min-height: 52px;
    }

    .contact-content__hero_links a span:before {
        width: 49px;
        height: 49px;
        border: 25px solid var(--white);
    }

    .contact-content__form {
        padding: 40px 15px;
        max-width: 100%;
    }

    .contact-content__form h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 16px;
    }

    .contact-content__form_input {
        gap: 16px;
        margin-top: 4px;
        margin-bottom: 28px;
    }

    .contact-content__form_input span, .contact-content__form textarea {
        max-width: 100%;
    }

    .contact-content__form_input input {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .contact-content__form_checkbox {
        margin-bottom: 28px;
    }

    .contact-content__form_checkbox .wpcf7-checkbox {
        gap: 12px;
    }

    .contact-content__form textarea {
        max-height: 160px;
    }


    .contact-content__form_file {
        margin: 16px 0 32px;
        max-height: 100px;
        padding: 38px 0 39px;
    }

    .contact-content__form button {
        min-width: 313px;
    }

    .contact-us .footer {
        background-color: transparent;
        background-size: contain;
    }

    .contact-us .footer::after {
        content: ' ';
    }

    .contact-us .footer-menu {
        border: 0;
    }

    .contact-us .footer-bottom__links {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-us .footer-bottom p {
        text-align: center;
    }


    /*End Contact Us page*/
    /*Blog page style (816-mobile)*/
    .blogHero {
        padding: 60px 0 64px;
    }

    .blogHero h1 {
        display: flex;
        justify-content: center;
    }

    .blogHero p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin: auto;
    }

    .blogHero-content {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .blogContent {
        padding: 20px 0 62px;
    }

    .blogContent-filter {
        margin-bottom: 32px;
        padding: 20px 0;
    }

    .blogContent-filter__tabs {
        gap: 12px 8px;
        flex-wrap: wrap;
    }

    .blog-content-posts__loop {
        gap: 20px 15px;
        grid-template-columns: repeat(4, 1fr);
    }

    .blog-content-posts__loop_box {
        grid-template-columns: 1fr;
        gap: 32px 32px;
        grid-column: auto / span 4;
        grid-auto-flow: unset;
    }

    .blog-content-posts__loop_box .blog-content-posts__hero_boxBig {
        grid-column: unset;
    }

    .blog-content-posts__loop .blog-content-posts__hero_boxSmall img {
        min-height: 420px;
        max-height: 420px;
    }

    .blog-content-posts__loop .blog-content-posts__hero_boxNormal img {
        min-height: 140px;
        max-height: 140px;
    }

    .blogContent .buttonBlackSecond {
        min-height: 60px;
        max-height: 60px;
    }

    .blog-content-posts .buttonBlackSecond::before {
        border-radius: 38px;
        padding: 12px 12.5px;
        min-width: 40px;
        min-height: 40px;
    }

    .blog-content-posts .buttonBlackSecond::after {
        right: 21px;
    }

    .blog-content-posts__hero_boxNormal_info div {
        display: grid;
    }

    .blog-content-posts__hero_boxNormal div h5 {
        text-align: start;
    }

    .blog-content-posts__hero_boxNormal img {
        min-height: 168px;
    }

    .blog-content-posts__hero_boxBig img {
        min-height: 420px;
    }

    .blog-content-posts__hero_boxSmall, .blog-content-posts__hero_boxBig {
        max-width: 100%;
    }

    .blog-content-posts__hero_boxNormal {
        max-width: 100%;
        grid-column: auto / span 2;
    }

    .blog-content-posts__hero_boxBig_info {
        padding: 20px 15px;
        bottom: 15px;
        right: 15px;
        left: 15px;
    }

    .blog-content-posts__loop a.blog-content-posts__hero_boxSmall:not(:first-of-type) .blog-content-posts__hero_boxSmall_info {
        order: 1;
    }

    .blog-content-posts__hero_boxNormal .blog-content-posts__hero_boxNormal_info {
        margin-top: 10px;
    }

    .blog-content-posts__hero_boxBig span {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-transform: inherit;
    }

    .blog-content-posts__loop a.blog-content-posts__hero_boxSmall .blog-content-posts__hero_boxSmall_info span {
        margin: 10px 0 6px;
        font-weight: 600;
    }

    .blog-content-posts__loop a.blog-content-posts__hero_boxSmall:not(:first-of-type) .blog-content-posts__hero_boxSmall_info h3 {
        margin: 0;
    }

    .blog-content-posts__hero_boxBig h3 {
        font-size: 18px;
        line-height: 23px;
        margin: 8px 0 12px;
    }

    .blog-content-posts__hero_boxSmall h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .blog-content-posts__hero_boxSmall h3, .blog-content-posts__hero_boxSmall span {
        font-weight: 600;
    }

    .blog-content-posts__hero_boxNormal h3 {
        font-size: 18px;
        line-height: 23px;
        margin: 10px 0 0;
    }

    .blog-content-posts__hero_boxNormal p {
        display: none;
    }


    /*end Blog page style*/
    .hireExpertise-content__tabcontent_info div img {
        max-height: 40px;
        max-width: 40px;
    }


    /*    Portoflio page 816*/
    .portfolioLoop-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .portfolioLoop {
        padding-top: 0;
    }

    .portfolioLoop-content .portfolioLoop-content_box:nth-child(8n+1), .portfolioLoop-content .portfolioLoop-content_box:nth-child(8n+2),
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(8n+3), .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n+4),
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(8n+5), .portfolioLoop-content .portfolioLoop-content_box:nth-child(8n+6),
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(8n+7) {
        grid-column: inherit;
        grid-row: inherit;
    }

    .portfolioLoop-content .portfolioLoop-content_box:first-of-type .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n+4) .portfolioLoop-content_box__boxmobile,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(2n+8) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3n+8) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(5) .portfolioLoop-content_box__boxmobile,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(6) .portfolioLoop-content_box__boxmobile {
        margin-top: 20px;
    }

    .portfolioLoop-content .portfolioLoop-content_box:first-of-type img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) img,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3) img,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2n+8) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3n+8) img,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(5) img, .portfolioLoop-content .portfolioLoop-content_box:nth-child(6) img,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n+4) img, .portfolioLoop-content .portfolioLoop-content_box img {
        min-height: 500px;
        max-height: 500px;
    }

    .portfolioLoop-content .portfolioLoop-content_box:first-of-type img:first-of-type, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) img:first-of-type,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2) img:first-of-type, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3) img:first-of-type,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2n+8) img:first-of-type, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3n+8) img:first-of-type,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(5) img:first-of-type, .portfolioLoop-content .portfolioLoop-content_box:nth-child(6) img:first-of-type,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n+4) img:first-of-type, .portfolioLoop-content .portfolioLoop-content_box img:first-of-type {
        display: block;
    }

    .portfolioLoop-content .portfolioLoop-content_box:first-of-type img:nth-child(2), .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) img:nth-child(2),
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2) img:nth-child(2), .portfolioLoop-content .portfolioLoop-content_box:nth-child(3) img:nth-child(2),
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2n+8) img:nth-child(2), .portfolioLoop-content .portfolioLoop-content_box:nth-child(3n+8) img:nth-child(2),
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(5) img:nth-child(2), .portfolioLoop-content .portfolioLoop-content_box:nth-child(6) img:nth-child(2),
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n+4) img:nth-child(2), .portfolioLoop-content .portfolioLoop-content_box img:nth-child(2) {
        display: none;
    }

    .portfolioLoop-content .portfolioLoop-content_box:first-of-type img:last-of-type, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) img:last-of-type,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2) img:last-of-type, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3) img:last-of-type,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(2n+8) img:last-of-type, .portfolioLoop-content .portfolioLoop-content_box:nth-child(3n+8) img:last-of-type,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(5) img:last-of-type, .portfolioLoop-content .portfolioLoop-content_box:nth-child(6) img:last-of-type,
    .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n+4) img:last-of-type, .portfolioLoop-content .portfolioLoop-content_box img:last-of-type {
        display: none;
    }

    .portfolioLoop-content_box:hover .portfolioLoop-content_box__box_category {
        padding: 10px 18px 10px 18px;
    }

    .portfolioLoop-content_box__boxmobile_link a {
        padding: 10px;
        gap: 10px;
        font-family: Hanken Grotesk, sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
        max-height: 36px;
        min-width: 48px;
        background: var(--lightGrey);
        color: var(--blackDark);
        justify-content: center;
    }

    .portfolioLoop-content_box__boxmobile_link a.linkNoTextMob {
        font-size: 0;
        gap: 0;
    }

    .portfolioLoop-content_box__box {
        overflow: hidden;
    }

    .portfolioLoop-content_box__boxmobile_link a svg path {
        fill: var(--blackDark);
    }

    .portfolioLoop-content_box__boxmobile_link a:hover svg path {
        fill: var(--white);
    }

    .portfolioLoop-content_box__boxmobile h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .portfolioLoop-content .portfolioLoop-content_box:first-of-type .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(7) .portfolioLoop-content_box__boxmobile, .portfolioLoop-content .portfolioLoop-content_box:nth-child(4n+4) .portfolioLoop-content_box__boxmobile,
    .portfolioLoop-content_box__boxmobile {
        gap: 12px;
    }
}

@media (min-width: 816px ) and (max-width: 1080px) {
    .footer-menu #menu-follow-us li:after {
        right: -20px;
    }
}

@media (max-width: 768px) {
    .hireExpertise::before {
        top: -25%;
        right: -350px;
        min-width: 484px;
    }

    .hireExpertise-content__tab button:nth-child(3), .hireExpertise-content__tab button:nth-child(4) {
        max-width: 48.5%;
    }

    /*    Single post style 768*/
    .singlePost-breadcrumb {
        padding: 14px 0 20px;
    }


    .singlePost img {
        max-height: 336px;
    }

    .singlePost-info {
        padding: 20px 0;
    }

    .singlePost-info span {
        font-weight: 600;
    }

    .singlePostContent {
        padding: 40px 0;
    }

    .singlePostContent h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .singlePostContent p {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
        min-width: 100%;
    }

    .singlePostContent img {
        margin: 32px 0;
    }

    .singlePostContent-navigation {
        margin-top: 30px;
    }

    .singlePostRelated {
        padding: 40px 0 62px;
    }

    .singlePostRelated h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: center;
        margin-bottom: 32px;
    }

    .singlePostRelated-loop {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .singlePostRelated-loop .blog-content-posts__hero_boxNormal img {
        max-height: 168px;
    }

    .singlePostRelated-loop .blog-content-posts__hero_boxNormal:nth-child(3) {
        display: none;
    }

    .singlePostRelated .buttonRed {
        margin: 32px auto 0;
    }

    /*    End Single post*/
    /*Privacy Policy Style (768)*/
    .privacy {
        padding: 20px 0 86px;

        display: flex;
        align-items: flex-start;
    }

    .privacy::before {
        content: none;

    }

    #mobileScrollToTop {
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 2;
        opacity: 1;
    }

    .privacy-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .privacy-content__navigation {
        margin-top: 0;
    }

    .privacy-content__navigation ul {
        gap: 8px;
        max-width: 343px;
    }

    .privacy-content__navigation ul.fixed-nav {
        position: relative;
        top: 0;
    }

    .privacy-content__navigation ul li a {
        padding: 20px 16px;

    }

    .privacy-content__navigation ul li.active-block a:before {
        margin-right: 12px;
    }

    .privacy-content__info_box {
        padding-top: 24px;
    }

    .privacy-content__info_box:not(:first-of-type) {
        padding-top: 48px;
    }

    @font-face {
        font-family: 'Lato';
        src: url('./fonts/Lato-Black.ttf');
        src: url('./fonts/Lato-Black.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }

    .privacy-content__info_box h1 {
        margin-bottom: 0;
        font-family: 'Lato', sans-serif;
        font-size: 32px;
        font-weight: 900;
        line-height: 40px;
    }

    .privacy-content__info_box h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .privacy-content__info_box p, .privacy-content__info_box ul {
        font-size: 14px;
        line-height: 22px;
    }

    /*End Privacy Policy style*/
}

@media (max-width: 600px) {
    .contact::after {
        top: 85%;
        min-width: 484px;
        max-height: 225px;
    }

    .hireExpertise-content__tab button:nth-child(3), .hireExpertise-content__tab button:nth-child(4) {
        max-width: 47.5%;
    }
}




/*About us*/

.banner-about {
    position: relative;
    overflow: hidden;
}


@media (max-width: 374.9px) {
    .all_listen_filter-reset, .second-filter_box__sbm {
        max-width: 147px;
        min-width: 120px;
    }

    .portfolioLoop-content_box__box_category {
        grid-template-columns: repeat(2, max-content);
    }

    .buttonBlackSecond, .buttonBlack, .buttonRed, .contact-content__form button, .testimonial-content .buttonBlack {
        min-width: 220px;
    }

    .footer-menu {
        gap: 48px 20px;
    }
}

.modalWindow {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.99); /* Black w/ opacity */
}


.modalWindow-content {
    margin: auto;
    padding: 20px;
    width: 80%;
    position: relative;
    /*height: 100%;*/
}

#modalClose {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 816px) {
    .modalWindow-content {
        width: 100%;
    }

    .modalWindow-content video {
        object-fit: contain;
        min-width: 100%;
    }

    .hireExpertise::before {
        background: url("./icon/render.webp") no-repeat;
        background-size: cover;
        content: '';
        min-width: calc(100vw - 80vw);
        overflow-x: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        min-height: 450px;
        right: 0;
    }

    .methods::before {
        background: url("./icon/render.webp") no-repeat;
        background-size: cover;
        content: '';
        min-width: calc(100vw - 80vw);
        overflow-x: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        min-height: 550px;
        left: 0;
        background-position: right;
    }

}

#videoBig {
    width: 100%;
}

.portfolioLoop-content_box__box_wrap {
    position: absolute;
    left: 0;
    right: 0;
}

.like-this--project {
    padding: 64px 0 96px;
}

.like-this--project .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.like-this--project p {
    font-family: Figtree;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #141414;
    margin-bottom: 0;
}

@media (max-width: 816px) {
    .like-this--project .container {
        flex-direction: column;
        gap: 20px;
    }

    .like-this--project p {
        font-size: 32px;
        text-align: center;
    }
}

.red_background_image {
    background-image: url('./icon/render.webp');
    background-repeat: no-repeat;
    background-position: 133% 63%;
    background-size: 40%;
}

@media (max-width: 1240px) {
    .red_background_image {
        background-position: 153% 70%;
    }
}

@media (max-width: 1199px) {
    .red_background_image {
        background-position: 177% 70%;
    }
}

@media (max-width: 992px) {
    .red_background_image {
        background-position: 220% 70%;
    }
}

@media (max-width: 786px) {
    .red_background_image {
        background-image: unset;
    }
}

.wpcf7-form.sent .wpcf7-response-output {
    display: block !important;
    color: #46b450;
    border: none;
}

.scrollTeam-content__images div img {
    width: 100%;
}

#sb_instagram #sbi_images {
    display: flex !important;
}


/*24.02.2025*/
.seo-collapse {
    position: relative;
    max-height: 1.9em; /* Залишаємо 1 рядок тексту */
    overflow: hidden; /* Приховуємо решту тексту */
    transition: max-height 0.3s ease-in-out; /* Анімація при розкритті/згортанні */
}

.seo-collapse.expanded {
    max-height: 100%; /* При кліці покаже весь текст */
    transition: 0.3s ease-in-out;
}

.seo-collapse + .toggle-btn {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 10px;
    color: #fff;
    border: none;
    user-select: none;
    background: unset;
    max-width: var(--wp--style--global--wide-size);
    width: 100%;
}

.seo-collapse::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 0%, #fff);
    display: block;
    position: absolute;
    bottom: 0;
}

.seo-collapse.expanded::before {
    content: none;
}

.seo-collapse + .toggle-btn::after {
    content: url("./icon/faq.svg");
    transform: rotate(90deg);
    display: block;
    transition: 0.3s ease-in-out;
}

.seo-collapse.expanded + .toggle-btn::after {
    transform: rotate(270deg);
    transition: 0.3s ease-in-out;
}


.banner-about__text-wrap {
    width: auto;
    padding-right: 20px;
}

.banner-about__heading {
    font-size: var(--wp--preset--font-size--heading-2);
    line-height: 1;
}

h2.banner-about__heading {
    font-size: var(--wp--preset--font-size--heading-5);
    font-weight: 600;
    margin-top: 20px;
    font-family: var(--wp--preset--font-family--hanken-grotesk);
}

.banner-about__text {
    max-width: 80%;
}

@media (max-width: 880px) {
    .banner-about__mobile {
        display: block;
        margin-top: -150px;
    }
}

@media (max-width: 470px) {
    .banner-about__mobile {
        margin-top: 50px;

    }
}

.linked-logo a {
    flex-grow: unset !important;
}


.contact-content__form_input--single {
    margin-bottom: 24px;
}

.contact-content__form_input--single input {
    max-height: 60px;
    height: 100%;
    border: 1px solid rgb(237 237 237);
    min-height: 60px;
    padding-left: 18px;
    border-radius: 12px;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--blackDark);
    outline: none;
    max-width: 512px;
    width: 100%;
}

.contact-content__form_input--single span:not(.wpcf7-not-valid-tip) {
    display: flex;
    max-width: 512px;
    width: 100%;
    flex-direction: column;
}

@media (max-width: 880px) {
    .contact-content__form_input--single span:not(.wpcf7-not-valid-tip), .contact-content__form_input--single input {
        max-width: 100%;
    }
}

.gutenberg-full-width {
    max-width: 100%;
    padding: 0;
    margin: 0;
}