/* COLORS*/

:root {
    --blue: #00F;
    --grey: #3e4043;
    --font-family: "deuterium-variable",sans-serif;
}


.hide-mobile,
.hide-mobile-small {
    display: none !important;
}

.hide-desktop,
.hide-desktop-small {
    display: block !important;
}

.hide-desktop-small-flex {
    display: flex !important;
}

@media (min-width: 990px) {
    .hide-mobile {
        display: block !important;
    }

    .hide-desktop {
        display: none !important;
    }

}

@media (min-width: 681px) {
    .hide-mobile-small {
        display: block !important;
    }

    .hide-desktop-small,
    .hide-desktop-small-flex {
        display: none !important;
    }

}

a.button.goup.to_news,
a.button.goup.to_clients,
a.button.goup.go_portfolio,
a.button.goup.go_home,
a.button.go_down,
a.button.go_down.to_contact,
a.button.to_clients.goup.to_servizi_down {
    background-color: transparent;
    width: 18px;
}

a.button.goup.to_news,
a.button.goup.to_clients,
a.button.goup.go_portfolio,
a.button.goup.go_home {
    transform: rotate(-90deg);
    right: 40px !important;
}

a.button.go_down {
    transform: rotate(90deg);
    right: 80px !important;
}

a.button.goup.to_news::after,
a.button.goup.to_clients::after,
a.button.goup.go_portfolio::after,
a.button.goup.go_home::after,
a.button.go_down::after {
    content: url(../img/arrow.svg) !important;
    filter: invert(1);
}

#clients a.button.goup.go_portfolio::after,
#clients a.button.go_down::after {
    filter: unset;
}

@media (max-width: 680px) {

    a.button.goup.to_news,
    a.button.goup.to_clients,
    a.button.goup.go_portfolio,
    a.button.goup.go_home,
    a.button.go_down,
    a.button.go_down.to_contact,
    a.button.to_clients.goup.to_servizi_down {
        display: none;
    }

}

/* @media (max-width: 900px) {
    .button {
        height: 100px;
    }
    a.button.goup.to_news,
    a.button.goup.to_clients,
    a.button.goup.go_portfolio,
    a.button.goup.go_home {
        right: 0px !important;
    }
} */

.brake_mobile {
    display: none;
}

.go_down {
    right: 40px !important;
    transform: rotate(180deg);
}

#swipe_text {
    position: absolute;
    right: 22px;
    top: 75%;
    color: white;
    z-index: 9;
    display: none;
}

#project #project-info .info-right {
    max-height: 250px;
    height: 250px;
}

.metaslider .flex-control-nav {
    display: none;
}

#swipe_text img {
    transform: rotate(90deg);
    position: absolute;
    right: 0;
}

.flex-control-paging li a {
    background: white !important;
}

.flex-control-paging li a.flex-active {
    background: gray !important;
}

#portfolio {
    bottom: 0;
    right: 0;
}

#portfolio .services-menu {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    list-style: none;
    text-align: center;
    z-index: 9;
}

#portfolio ul.services-menu li {
    display: inline;
    font-size: 14px;
    line-height: 4px;
    padding-right: 10px;
}

#portfolio ul.services-menu li span.service-mobile-menu {
    font-family: var(--font-family);
    font-size: 18px;
    text-transform: lowercase;
    color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid white;
    display: inline-block;
    width: 10px;
    height: 10px;
}

#portfolio ul.services-menu li.active span.service-mobile-menu {
    background: white;
}

.gm-bundled-control-on-bottom {
    display: none !important;
}

.clients-wrapper {
    /* position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; */
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14vh 10vh;
    justify-content: space-around;
	background: #fff;
}

@media (max-width: 1100px) {

    .clients-wrapper {
        padding: 10vh 0vh;
        flex-direction: column;
    }


}

.location {
    font-weight: 500;
}

.text-anim-items2 span {
    line-height: 1em;
}

#home {
    z-index: 9 !important;
}

#contacts .text-container .info {

    /* color: #FFF; */
    margin-left: 25%;
    /*
    font-weight: 200;
    float: left;
    width: 45%;
    overflow: hidden;
    *zoom: 1;
    overflow: visible;
    margin-top: 20px; */
}

.contact-title {
    color: #fff;
}

.contact-single {
    margin-top: 150px;
    font-family: var(--font-family);
}

.page-template-template-thankyou .contact-single {
    margin-top: 0px;
}

.link_progetto {
    color: white;
    text-decoration: none;
}

.map_mobile {
    display: none;
}

/* map */
.map {
    position: absolute;
    width: 40%;
    right: 0;
    height: 100%;
}

.ui-loader {
    display: none !important;
}

.image:hover .read_more {
    opacity: 1;
}

.pre_image_div:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    transition: all 600ms ease;
    border-radius: 11px;
}

@media (min-width: 1600px) {
    .pre_image_div:after {
        background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%);
    }
}

.image:hover .pre_image_div:after {
    opacity: 0.5;
}

.read_more {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: transparent;
    padding: 10px 25px;
    font-size: 13px;
    color: white;
    opacity: 0;
    border: 1px solid white;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.06em;
    TEXT-TRANSFORM: UPPERCASE;

    box-shadow: inset 0px 0px 50px 20px rgba(0, 0, 0, 0.25);
}

footer .socials_text {
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-right: 35px;
    top: -12px;
}

footer .socials {
    margin-bottom: 30px;
}

#project #project-info .info-left {
    min-height: 250px;
    height: 250px;
}

#project #project-info .info-left,
#project #project-info .info-right {
    display: table;
    position: relative;
}

#project #project-info .info-left .p1,
#project #project-info .info-right p {
    /*top: 50%;
     transform: translateY(-50%);
     */
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

/* scroll down */
.scrolldown_animation {
    position: absolute;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    bottom: -3px;
    left: 29px;
}

.scrolldown_animation span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 50%;
    border-bottom: 2px solid #616060;
    border-right: 2px solid #616060;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

.scrolldown_animation span:nth-child(1) {
    transform: translate(-5px, -5px);
    animation-delay: -0.4s;
}

.scrolldown_animation span:nth-child(2) {
    transform: translate(0px, 0px);
    animation-delay: -0.2s;
}

.scrolldown_animation span:nth-child(3) {
    transform: translate(5px, 5px);
    animation-delay: 0s;
}

/*header ticky shadow*/
header.sticky {
	padding: 14px;
}
header.header-pc.sticky .logo .logo-acc img {
    transform: scale(0.7);
}
header.header-pc.sticky .logo .payoff-acc {
    display: none;
}

@-webkit-keyframes animate {
    0% {
        top: -2.5px;
        left: -2.5px;
        opacity: 0;
    }

    25% {
        top: 0px;
        left: 0px;
        opacity: 1;
    }
}

@-keyframes animate {
    0% {
        top: -2.5px;
        left: -2.5px;
        opacity: 0;
    }

    25% {
        top: 0px;
        left: 0px;
        opacity: 1;
    }
}

/* clients portfolio gray scale*/
.socials a img,
#clients .image-container-clitents img {
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.portfolio-template-default .socials a img {
    filter: contrast(0);
}

.socials a:hover img,
#clients .image-container-clitents .client_hover_div:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.page {
    height: 100vh;
    width: 100%;
    background: #FFF;
    /*    position: absolute;
        left: 0px;
        top: 0px;*/
    box-sizing: border-box;
}

/* clients */
#clients {
    position: relative;
}

#clients.page {
    height: 90vh;
}

@media (max-width: 1100px) {
    #clients.page {
        height: 105vh;
    }
}

@media (max-height: 800px) {
    #clients.page {
        height: 140vh;
    }
}

#clients .image-container-clitents {
    z-index: 1;
    width: 46vw;
    /* position: absolute; */
    right: 100px;
    top: 20vh;
    /* max-width: 800px; */
    flex-wrap: wrap;
    display: grid;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(7, 1fr);
}

@media (min-width: 1700px) {
    #clients .image-container-clitents {
        width: 54vw;
        max-width: unset;
    }
}

.client_hover_div {
    /* width: 11%;
    float: left; */
    margin: 8px;
    cursor: pointer;
    max-width: 90px;
    justify-content: center;
}

#clients #canva {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 2px solid white;
    width: 100%;
    height: 100%;
}

/* portfolio iamge hover light and zoom*/
/* #clients .image-container-clitents img, */
.portfolio-fullscreen #image_wrapper div.pre_image_div img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    /* filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.4)); */
    border-radius: 11px;
}

.portfolio-fullscreen #image_wrapper div.pre_image_div:hover img {
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.4));
}

.portfolio-fullscreen #image_wrapper div.pre_image_div:hover .read_more {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    opacity: 1;
}

/* .portfolio-fullscreen #image_wrapper div.pre_image_div:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
} */

#clients .client_hover_div:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-fullscreen #image_wrapper div.pre_image_div::before {
    opacity: 0;
    position: absolute;
    top: 37px;
    left: 92px;
    z-index: 2;
    display: block;
    content: '';
    width: 8%;
    height: 86%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(0deg);
}

/* .portfolio-fullscreen #image_wrapper div.pre_image_div:hover::before {
    -webkit-animation: shine .75s;
     animation: shine .75s;
}
 @-webkit-keyframes shine {
     25%{
         opacity:1;
    }
     75%{
         opacity:0;
    }
     100% {
         opacity:0;
         left: 100%;
    }
}
 @keyframes shine {
     25%{
         opacity:1;
    }
     75%{
         opacity:0;
    }
     100% {
         opacity:0;
         left: 100%;
    }
}
 */

/* p {
    font-size: 15px !important;
} */

.blue-span {
    color: var(--blue);
    font-weight: 600;
}
.grey-span {
    color: var(--grey);
    font-style: italic;
    font-weight: 600;
}

.services-subtitle {
    font-size: 27px;
}

#image {
    transition: transform 0.5s;
}

header #main-menu li {
    padding-right: 20px;
    padding-left: 20px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

header #main-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    text-decoration: none;
    font-family: var(--font-family);
}

#services2 ul.services-menu li span {
    font-family: var(--font-family);
    font-size: 15px;
    text-transform: lowercase;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

#particles-js2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.polylang-flags {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.polylang-flags li {
    display: inline;
}

.portfolio-template-default header #main-menu li::after {
    color: white;
}

header #main-menu li.lang-item a {
    text-transform: uppercase;
}

.portfolio-template-default header #main-menu li.lang-item a {
    color: #3D4043 !important;
}

.portfolio-template-default header #main-menu li.lang-item a:hover {
    color: white
}

.portfolio-template-default header #main-menu li a {
    color: white !important;
}

header #main-menu li.current-lang a {
    font-weight: 500;
}

.portfolio-template-default header #main-menu li.current-lang a {
    color: #FFFFFF !important;
}

header #main-menu li.active a {
    border-bottom: 1px solid var(--blue);
    padding-bottom: 3px;
}

/* line 24, ../../../../scss/sass/_global.scss */

.not-sticky .logo {
    display: flex;
    align-items: center;
    gap: 13px;
}

.logo2 {
    opacity: 0;
}


#menu-contatti:after {
    display: none !important;
}

#loading_homepage {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;
}

/* HEADER MENU STICKY */
.sticky {
    background-color: white;
}

#contacts .text-container .info .business a.mail {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    position: relative;
}

#contacts .text-container .info .business {
    font-size: 15px;
}

#contacts .text-container .info .business span {
    display: block;
    margin-bottom: 2.6em;
}

#contacts .text-container .info .business span.location {
    margin-bottom: 2em;
}

#contacts .text-container .info .linkedin {
    font-weight: 500;
    margin-top: 24px;
    font-size: 15px;
}

/* line 283, ../../../../scss/sass/_pages.scss */
#contacts .text-container .info .linkedin a {
    color: #FFF;
    text-decoration: none;
    position: relative;
    font-size: 15px;
}

/* line 289, ../../../../scss/sass/_pages.scss */
#contacts .text-container .info .linkedin a:after {
    content: '';
    width: 40%;
    height: 5px;
    background: var(--blue);
    position: absolute;
    bottom: -5px;
    left: 0px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* line 301, ../../../../scss/sass/_pages.scss */
#contacts .text-container .info .linkedin a:hover:after {
    width: 100%;
}

/* line 215, ../../../../scss/sass/_pages.scss */
#contacts {
    overflow: hidden;
    position: relative;
    background: #222428;
    align-items: center;
    box-sizing: border-box;
    padding: 10% 0;
    /* height: 85vh;
    min-height: 850px; */
}

#contacts .col-sm-7,
#contacts .col-sm-5 {
    margin: 0 auto;
}

.text-container .col-sm-7 {
    padding-left: 15px;
    margin: 0px !important;
}

.error404 main,
#ty-container {
    /* overflow: hidden;
    position: relative;
    background: #222428;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 12%;
    height: 75vh;
    font-family: var(--font-family);;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    position: relative; */
    background: #222428;
    padding: 30% 12% 100%;
}

.page-template-template-thankyou {
    background: #222428;
}

.error404 main a {
    color: white;


}

/* .ty-text-container {
    position: absolute;
    top: 30%;
} */

.thank-main {
    font-size: 38px;
    color: #196194;
}

.thank-reply {
    font-size: 38px;
    color: #fff;
}

.thank-button-back {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.06em;
    width: 204px;
    height: 40px;
    left: 170px;
    top: 534px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank-button-back a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

/* line 222, ../../../../scss/sass/_pages.scss */
.contact-sect {
    display: flex;
}

.info-contact-container {
    display: flex;
    direction: row;
}

.info-container,
.form-container {
    width: 50%
}

.map {
    top: 10%;
}

/* menu mobile*/
.menu-mobile {
    visibility: hidden;
}

body.nav-active .polylang-flags {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    transition-delay: 0s, 0s, 0s;
}

body.nav-active .polylang-flags {
    transition-delay: 1s;
}

.menu-mobile-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu-mobile a {
    padding: 8px 0px;
    text-decoration: none;
    font-size: 36px;
    color: var(--blue);
    display: block;
    transition: 0.3s;
    text-transform: lowercase;
}

.portfolio-template-default .menu-mobile a {
    color: white;
}

body.nav-active .menu-icon__line {
    background-color: #000;
    transform: translateX(0px) rotate(-45deg);
}

.portfolio-template-default body.nav-active .menu-icon__line {
    background-color: white;
}

body.nav-active .menu-icon__line-left {
    transform: translateX(1px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
    transform: translateX(-2px) rotate(45deg);
}

.menu-icon {
    height: 15px;
    width: 30px;
    z-index: 2;
    left: 50px;
    top: 30px;
    cursor: pointer;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: var(--blue);
    margin-bottom: 4px;
    transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
    width: 15px;
}

.menu-icon__line-right {
    width: 15px;
    float: right;
}

.menu-mobile {
    position: fixed;
    z-index: 30;
}

.menu-mobile:before,
.menu-mobile:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(234, 234, 234, .2);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0%) translateY(-100%);
}

.menu-mobile:after {
    background: rgba(255, 255, 255, 1);
    transition-delay: 0s;
}

.portfolio-template-default .menu-mobile:after {
    background: #1E1E1E;
    transition-delay: 0s;
}

.menu-mobile:before {
    transition-delay: 0.1s;
}

.menu-mobile .polylang-flags,
.menu-mobile-content {
    padding-left: 0px;
    position: fixed;
    top: 30%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer;
}

.menu-mobile .polylang-flags li {
    display: inline-block !important;
    z-index: 99;
    width: 28px;
}

.menu-mobile .lang-item,
.nav__list-item {
    position: relative;
    width: 138px;
    list-style: none;
    text-align: left;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    margin-right: 25px;
    margin: 0 auto;
}

.menu-mobile .polylang-flags {
    top: 61%;
    transform: translate(0%, 0%);
}

.nav__list-item:before {
    content: "";
    position: absolute;
    background: #000;
    width: 20px;
    left: 0;
    height: 1px;
    top: 100%;
    transform: translate(0%, 0%);
    transition: all 0.3s ease;
    z-index: -1;
}

.portfolio-template-default .nav__list-item:before {
    background: white;
}

body.nav-active .portfolio-template-default .nav-active .menu-icon__line,
body.portfolio-template-default .menu-icon__line {
    background: white !important;
}

.nav__list-item:hover:before {
    width: 100%;
}

body.nav-active .menu-mobile .polylang-flags li.current-lang:before {
    content: "";
    position: absolute;
    background: #a6a6a6;
    width: 20px;
    left: 0;
    height: 1px;
    top: 100%;
    transform: translate(0%, 0%);
    transition: all 0.3s ease;
    z-index: -1;
}

.nav__list-item:hover:before {
    width: 100%;
}

.menu-mobile .socials {
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
}

body.nav-active .menu-mobile {
    visibility: visible;
}

body.nav-active .menu-mobile:before,
body.nav-active .menu-mobile:after {
    transform: translateX(0%) translateY(0%);
}

body.nav-active .menu-mobile:after {
    transition-delay: 0.1s;
}

body.nav-active .menu-mobile:before {
    transition-delay: 0s;
}

body.nav-active .menu-mobile .socials {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

body.nav-active .menu-mobile .polylang-flags li {
    transition-delay: 1s;
}

body.nav-active .menu-mobile .polylang-flags li {
    opacity: 1;
    width: 44px;
    top: -28px;
}

body.nav-active .menu-mobile .polylang-flags li a {
    font-size: 25px;
    color: #a6a6a6 !important;
}

body.nav-active .menu-mobile .polylang-flags li:nth-child(2) {
    margin-right: 40px;
}

body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
    transition-delay: 0.5s;
}

body.nav-active .nav__list-item:nth-child(1) {
    transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(5) {
    transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(6) {
    transition-delay: 1.1s;
}

body.nav-active .nav__list-item:last-child:before {
    background: transparent;
}

body.nav-active .socials {
    transition-delay: 1.1s !important;
}

body.nav-active .menu-mobile .socials {
    position: fixed;
    top: 56%;
    width: 100%;
    text-align: center;
    font-weight: 200;
    cursor: pointer;
    display: inline;
}

body.nav-active .menu-mobile .socials a {
    display: inline;
    padding: 10px;
}

/* line 11, ../../../../scss/sass/_pages.scss */
#clients .text-container h1,
#homepage .text-container h1 {
    font-weight: normal;
    font-size: 40px;
    color: var(--grey);
}

#homepage .text-container h1 {
    color: var(--grey);
    font-family: var(--font-family);
    font-size: 68px;
    font-style: normal;
    font-weight: 560;
    line-height: normal;
    padding-bottom: 65px;
}

#services2 .text-container p {
    line-height: 22px;
    text-align: left;
    font-size: 16px;
    color: white;
    font-weight: 200;
}

#services2 .text-container h2 {
    font-weight: 800;
    font-size: 40px;
    color: white;
    margin-top: 22vh;
}

#services2 .text-container h2 span {
    font-weight: normal;
}

/* line 16, ../../../../scss/sass/_pages.scss */
#homepage .text-container h1 .text-anim-items span {
    color: var(--blue);
    text-transform: uppercase;
    line-height: 1.1em;
}

.spinny-words-container .spinny-words {
    display: inline;
    width: 600px;
    text-align: left;
    position: absolute;
    margin-left: 2%;
}

/* * #clients .text-container{
    width: 80%;
     margin: 0 auto;
     text-align: left;
     margin-top: 21vh;
}
 */
#services2 .text-container {
    position: absolute;
    width: 53%;
    top: 29vh;
    left: 8vw;
}

#services2 .text-container {
    top: 0;
}

#portfolio .portfolio-item-donald {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 90%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 12%;
    box-sizing: border-box;
}

/* line 225, ../../../../scss/sass/_pages.scss */
#contacts .text-container h2 {
    font-weight: normal;
    font-size: 40px;
    color: #FFF;
    /* margin-top: 10%; */
    margin-bottom: 10%;
}

#portfolio .portfolio-item-donald .image {
    /* text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

/* #portfolio .portfolio-item-donald .image img {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
} */

#portfolio .is_active .image {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* #portfolio .is_active .image img {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
} */

#portfolio .is_active {
    background-color: transparent !important;
}

.background-animation {
    margin: 0px;
    display: block;
    border-radius: 50%;
    /* width: 1000px;
    height: 1000px; */
    position: fixed;
    top: auto;
    /* right: -30%; */
    left: auto;
    bottom: -60%;
    box-sizing: border-box;
    width: 0%;
    height: 0%;


    right: 0px;
    width: 0px;
    height: 0px;
}

.icon-mobile-menu {
    display: none !important;
}

.icon-mobile-menu .fa {
    color: var(--blue);
}

footer .ac-container .socials a {
    display: inline-block;
    margin-right: 15px;
    vertical-align: bottom;
    color: #8b8c8e;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    z-index: 100;
}

/* line 111, ../../../../scss/sass/_global.scss */
footer .ac-container {
    padding: 0px 0px 6px 30px;
}

/* .wpforms-validate,
.wpforms-form {
    width: 70% !important;
} */

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input {
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    background: none !important;
    color: #fff !important;
    padding: 0px 0px !important;
}

.wpforms-form input[type=text]::placeholder {}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
    max-width: 90% !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    background: #2F3033;
    border: none;
    max-width: 90%;
    color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    color: #fff;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: none !important;
    color: #fff !important;
    text-transform: uppercase;
}

/* NEWS */

#news {
    z-index: 10;
    position: relative;
    background: #fff;
    color: #333;
    /* height: 100vh; */
    padding: 120px 0px;
}

.news-header {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-header a {
    text-transform: uppercase;
}

.news-header a {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #196194;
    margin-bottom: 20px;
    text-decoration: none;
}

.news-header a:hover {
    text-decoration: underline;
}

#news h2 {
    /* font-weight: 800;
font-size: 40px;
padding: 50px 12%; */
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
}

.news-parent {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news-parent::-webkit-scrollbar {
    display: none;
}


.news-scroll button.news-dot {
    font-family: var(--font-family);
    font-size: 18px;
    text-transform: lowercase;
    color: white;
    border-radius: 50%;
    border: 1px solid white;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px;
}

.news-scroll {
    margin: 0 2em;
}

.news-scroll button.news-dot {
    border: 1px solid black;
    padding: 0;
}

.news-scroll button.news-dot.active {
    background-color: black;
}


@media screen and (max-width: 1250px) {
    .news-parent {
        max-width: 1240px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin: 2em;
        overflow: scroll;
    }

    .news-header {
        margin: 0 2em;
    }
}

@media screen and (min-width: 1250px) {
    .news-scroll {
        display: none;
    }
}

.news-child {
    width: 22%;
    font-family: var(--font-family);
    font-style: normal;
    min-width: 275px;
    margin-right: 2em;
    transition: all 1s ease;
}

main #news .news-child {
    margin-right: 0;
    margin-bottom: 2em;
}

.news-child:last-child {
    margin-right: 0
}

.news-date {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: var(--grey);
}

.news-thumb {
    display: flex;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 20px;
}

.news-thumb a {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.news-thumb a img {
    width: 100%;
    object-fit: cover;
    /* filter: grayscale(100%); */
    height: 100%;
}


.news-parent:hover .news-child {
    filter: grayscale(100%);
}

.news-child:hover {
    filter: grayscale(0%) !important;
}

.news-child:hover .news-thumb {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}

/* .news-child:hover .news-thumb a img:not(:hover) {
    filter: grayscale(0%);
}

.news-child:hover .news-thumb a img {
    box-shadow: 0px 0px 0px 0px black;
}

*/
@keyframes filter_hover {
    from {
        filter: 0%;
    }

    to {
        fikter: 100%;
    }
}

.news-title {
    margin: 20px 0px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--grey);
}

.news-title a {
    color: var(--grey);
    text-decoration: none;
}

.news-date {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #939393;
    margin: 18px 0;
}

.news-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: var(--grey);
}


#toTop {
    position: absolute;
    bottom: -83px;
    left: 0%;
    height: 100px;
    width: 100px;
    background: black;
    border-radius: 10px;
    -webkit-transform: rotate(-45deg) translate(-50%, -0%);
    -moz-transform: rotate(-45deg) translate(-50%, -0%);
    -o-transform: rotate(-45deg) translate(-50%, -0%);
    -ms-transform: rotate(-45deg) translate(-50%, -0%);
    left: 50%;
    transform: rotate(-45deg) translate(-50%, -0%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    cursor: pointer;
}

#toTop:after {
    content: "";
    display: inline-block;
    height: 0.24em;
    width: 14px;
    margin-left: 10px;
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
    top: 8px;
    position: absolute;
    right: 7px;
    background: white;
    border-radius: 21px;
}

#toTop:before {
    content: "";
    display: inline-block;
    height: 0.23em;
    width: 13px;
    margin-left: 10px;
    -webkit-transform: rotate(95deg);
    transform: rotate(95deg);
    top: 14px;
    position: absolute;
    right: 2px;
    background: white;
    border-radius: 21px;
}

/* line 65, ../../../../scss/sass/_pages.scss */
/*#portfolio .portfolio-item h3 {
     font-weight: 400;
     color: #FFF;
     font-size: 40px;
     position: absolute;
     bottom: 23vh;
     left: -32vh;
     margin: 0px;
     text-align:left !important;
}
*/
/* line 75, ../../../../scss/sass/_pages.scss */
/*#portfolio .portfolio-item h5 {
     color: #FFF;
     font-size: 18px;
     font-weight: 300;
     position: absolute;
     left: -32vh;
     bottom: 42px;
     height: 100px;
     margin: 0px;
     max-width: 76%;
     line-height: 22px;
     text-align:left !important;
}
*/
/* clietns */
.image-container-clitents img {
    padding: 3px;
    width: 100%;
    margin: 2%;
}

/* line 21, ../../../../scss/sass/_pages.scss */
#homepage .text-container p {
    color: var(--grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

#pages-container {
    z-index: 2;
}

/* footer */
.scroll-down {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 25%;
    /*border-left: 2px solid #616060;
     */
    padding-bottom: 45px;
    padding-left: 13px;
}

.scroll-down img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.single-portfolio .scroll-down {
    color: white;
}

/* line 105, ../../../../scss/sass/_global.scss */
footer {
    position: fixed;
    bottom: 0px;
    left: 3%;
    right: 0px;
    z-index: 99;
    width: 181px;
    text-align: center;
}

.footer {
    height: 100px;
    color: #fff;
    font-size: 13px;
    font-family: var(--font-family);
    position: relative;
    z-index: 8;
    background-color: #000;
}

.footer>ul>li {
    width: 50%;
    float: left;
    padding: 0 50px 0 50px;
}

.footer>ul {
    width: 100%;
    position: fixed;
    bottom: 10px;
    z-index: -1;
    list-style: none;
    padding-left: 0;
    margin: 10px 0px 10px 0px;
}

/* The links */
.footer>ul>li:nth-child(2) {
    text-align: right;
}

.footer>ul>li a {
    color: #fff !important;
    text-decoration: none !important;
    font-family: var(--font-family);
}


/* line 150, ../../../../scss/sass/_global.scss */
#homepage [data-words] {
    overflow: hidden;
    height: 5.5vw;
    position: absolute;
}

#contacts [data-words] {
    overflow: hidden;
    height: 49px;
    position: absolute;
}

[data-words]:after {
    display: none !important;
}

.text-anim-items,
.text-anim-items2 {
    width: 120% !important;
}

.text-anim-item,
.text-anim-item2 {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    width: 100%;
    top: 0;
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
}

.text-anim-item2.anim-in,
.text-anim-item.anim-in {
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
    -webkit-animation: textAnimInCenter .6s .3s forwards;
    animation: textAnimInCenter .6s .3s forwards;
}

.text-anim-item2.anim-out,
.text-anim-item.anim-out {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    -webkit-animation: textAnimOutCenter .6s forwards;
    animation: textAnimOutCenter .6s forwards;
}

@-webkit-keyframes textAnimIn {
    0% {
        -webkit-transform: translate3d(0, -120%, 0);
        transform: translate3d(0, -120%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

@keyframes textAnimIn {
    0% {
        -webkit-transform: translate3d(0, -120%, 0);
        transform: translate3d(0, -120%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

@-webkit-keyframes textAnimOut {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 120%, 0);
        transform: translate3d(0, 120%, 0);
    }
}

@keyframes textAnimOut {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 120%, 0);
        transform: translate3d(0, 120%, 0);
    }
}

@-webkit-keyframes textAnimInCenter {
    0% {
        -webkit-transform: translate3d(-50%, -120%, 0);
        transform: translate3d(-50%, -120%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 10%, 0);
        transform: translate3d(-50%, 10%, 0);
    }
}

@keyframes textAnimInCenter {
    0% {
        -webkit-transform: translate3d(-50%, -120%, 0);
        transform: translate3d(-50%, -120%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 10%, 0);
        transform: translate3d(-50%, 10%, 0);
    }
}

@-webkit-keyframes textAnimOutCenter {
    0% {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
    }

    50% {
        -webkit-transform: translate3d(-50%, -20%, 0);
        transform: translate3d(-50%, -20%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 120%, 0);
        transform: translate3d(-50%, 120%, 0);
    }
}

@keyframes textAnimOutCenter {
    0% {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
    }

    50% {
        -webkit-transform: translate3d(-50%, -20%, 0);
        transform: translate3d(-50%, -20%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 120%, 0);
        transform: translate3d(-50%, 120%, 0);
    }
}

.spinny-words-container {
    text-align: left;
    vertical-align: top;

}

.spinny-words-container * {
    vertical-align: top;
    display: block;
}

.spinny-words-container .spinny-words span {
    animation: topToBottom 10s linear infinite 0s;
    -ms-animation: topToBottom 10s linear infinite 0s;
    -webkit-animation: topToBottom 10s linear infinite 0s;
    position: absolute;
    top: -0px;
    opacity: 0;
    overflow: hidden;
}

.spinny-words-container .spinny-words span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.spinny-words-container .spinny-words span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.spinny-words-container .spinny-words span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}

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

    2% {
        opacity: 0;
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -ms-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -ms-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(48, 96, 144, 1);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

/* Single Page */
.main-single {
    margin-top: 200px;
    font-family: var(--font-family);
}

.post-intro-frame {
    width: 80%;
    margin: 0 auto;
}

.post-back-arrow {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.post-back-arrow a {
    text-transform: uppercase;
    text-decoration: none;
    color: #828282;
}

.post-back-txt {
    margin: 0 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #828282;
}

.post-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #747474;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 60px;
}

.post-meta {
    margin: 20px 0px 48px 0px;
}

.post-date {
    display: inline-block;
    margin-left: 10%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #828282;
}

.post-category {
    display: inline-block;
    margin-left: 10%;
}

.post-category a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #828282;
    text-decoration: none;
}

.post-top-image img {
    object-fit: contain;
    width: 100%;
}

.post-content-frame {
    width: 70%;
    margin: 0 auto;
}

.post-incipit {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    margin-top: 48px;
    /* width: 60%; */
}

.post-content {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #1E1E1E;
    margin: 56px 0px;
}

.post-contact {
    margin-bottom: 100px;
}

.post-contact-form form {
    width: 100% !important;
}

.post-contact-form .wpforms-field {
    display: inline-block;
    width: 31% !important;
}

.post-contact-form .wpforms-field-textarea {
    display: block;
    width: 100% !important;
}

.post-contact-form label.wpforms-field-label,
.post-contact-form label.wpforms-field-label-inline {
    color: #000 !important;
}

.post-contact-form .wpforms-form input[type=text],
.post-contact-form .wpforms-form input,
.post-contact-form .wpforms-container-full {
    border-bottom: 1px solid #000 !important;
}

.post-contact-form textarea.wpforms-field-medium {
    border-bottom: none !important;
    background: #f3f3f3 !important;
    max-width: 100% !important;
}

.post-contact-form .wpforms-form input[type=text]::placeholder,
.post-contact-form .wpforms-form input[type=email]::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

.post-contact-form .wpforms-submit,
.post-contact-form button[type=submit],
button#wpforms-submit-426,
button#wpforms-submit-452 {
    color: #000 !important;
    border: 1px solid #000 !important;
}

input#wpforms-426-field_0,
input#wpforms-426-field_1,
input#wpforms-426-field_3,
input#wpforms-452-field_0,
input#wpforms-452-field_1,
input#wpforms-452-field_3 {
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
}

textarea#wpforms-426-field_2,
textarea#wpforms-452-field_2 {
    color: #000 !important;
}

.footer-pages>ul {
    width: 100%;
    bottom: 10px;
    z-index: -1;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-pages>ul>li:nth-child(2) {
    text-align: right;
}

.footer-pages>ul>li {
    width: 50%;
    float: left;
    padding: 20px 50px 0px 50px;
}

@media (max-width: 680px) {
    .footer-pages>ul {
        padding-top: 25px;
    }

    .footer-pages>ul>li {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .footer-pages>ul>li:nth-child(2) {
        text-align: center;
    }
}

.footer-pages>ul>li a {
    color: #fff !important;
    text-decoration: none !important;
    font-family: var(--font-family);
}

.service-mobile-menu {
    display: none;
}

@media only screen and (max-width: 1097px) {
    #portfolio .portfolio-item h3 {
        text-align: center !important;
    }

    #portfolio .portfolio-item h5 {
        text-align: center !important;
    }

    #services2 .text-container,
    /* #clients .text-container, */
    #contacts .text-container {
        width: 100%;
        top: 0vh !important;
        left: 0 !important;
        right: auto;
        margin: 6vh;
    }

    #services2 .text-container h2 {
        margin-top: 15vh;
        margin-left: 7%;
    }

    #services2 .text-container p {
        text-align: left;
        font-size: 16px;
        color: white;
        padding-top: 0%;
        margin-left: 7%;
        max-width: 100%;
        font-weight: 200;
    }

    #services2 .text-container {
        position: relative;
        width: 60%;
        height: 100vh;
        margin: 0 auto;
    }

    .main-menu {
        display: none !important;
    }

    .icon-mobile-menu {
        display: block !important;
    }

    /*#homepage{
        top: 0px !important;
    }
    */
    #services2 .text-container h2 {
        font-size: 30px !important;
    }

    #pages-container {
        margin-top: 0px;
    }

    #contacts [data-words] {
        overflow: hidden;
        height: 38px;
        position: absolute;
    }

    /* #portfolio {
        bottom: 0;
        right: 0;
    } */

    /* #clients .text-container {
        position: relative !important;
        top: 10vh !important;
    } */

    #clients .image-container-clitents {
        text-align: center;
        width: 80% !important;
        position: relative !important;
        /* padding: 50px 0px 0px 0px !important; */
        margin-left: 0 !important;
        /* margin-top: 0 !important; */
        margin: 0 auto;
        left: 10%;
        display: grid;
        top: 5vh;
        grid-template-columns: repeat(4, 1fr);
    }

    .image-container-clitents .client_hover_div {
        padding: 0px;
        /* width: 11%; */
        margin: 0.5%;
    }

    .image-container-clitents img {
        width: 100%;
    }
}

/* @media only screen and (max-width: 1400px) { */
/* #contacts .spinny-words-container {
    width: 53%;
} */

#services2 .text-container
/* #clients .text-container, */ {
    position: absolute;
    width: 66%;
    top: 25vh;
    left: 8vw;
}

#services2 .text-container {
    top: 0;
    width: 56% !important;
}

#project #project-top .project-top-data {
    position: absolute;
    max-width: 17% !important;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    text-align: left;
}

#portfolio .portfolio-item .project-top-data {
    position: absolute;
    /* max-width: 66% !important; */
    /* top: 50%;
        left: -22%;
        transform: translate(-50%, -50%); */
    text-align: left;
    margin-top: 1.5rem;
}

/* } */

@media only screen and (max-width: 1400px) and (min-width: 1100px) {
    .english-clients .text-container {
        width: 35% !important;
    }
}

@media only screen and (max-width:1300px) {
    #services2 .text-container h2 {
        margin-top: 18vh;
        /* margin-left: 7%; */
        margin-left: 0px;
    }
}

@media only screen and (max-width:1100px) {
    footer {
        display: none !important;
    }

    body.nav-active .menu-mobile .socials {
        position: fixed;
        top: 74%;
        width: 100%;
        text-align: center;
        font-weight: 200;
        cursor: pointer;
        display: inline;
    }

    #project #project-top .project-top-data,
    #portfolio .portfolio-item .project-top-data {
        top: 104%;
        left: 50%;
        text-align: center;
        width: 100%;
        transform: translate(-50%, -50%);
        max-width: 100% !important;
    }

    .background-animation {
        right: -24% !important;
    }
}

@media only screen and (max-width: 947px) {
    .scroll-down {
        position: absolute;
        bottom: 0;
        left: 6vh;
        /* border-left: 2px solid #616060;
        */
        padding-bottom: 45px;
        padding-left: 13px;
    }

    .footer>ul>li {
        width: 100%;
        float: left;
        padding: 0 50px 0 50px;
    }

    .footer>ul>li,
    .footer>ul>li:nth-child(2) {
        text-align: center;
    }

    .footer {
        height: 125px;
    }

    #contacts .text-container .info .business {
        font-size: 15px;
        width: 100%;
        float: left;
    }

    /* #contacts .text-container .info {
        max-width:79%;
         margin-left:0% !important;
    }
     */
    footer .ac-container {
        padding: 0px 0px 28px 0px;
    }

    #project #project-info {
        position: relative !important;
        display: block !important;
    }

    #project #project-info .info-left,
    #project #project-info .info-right {
        width: 100% !important;
    }

    #project #project-info .info-right p {
        top: 0%;
        position: relative;
        transform: translateY(0%);
        display: table-cell;
        vertical-align: middle;
    }

    #project #project-top .project-top-data,
    #portfolio .portfolio-item .project-top-data {
        top: 107%;
        left: 50%;
        text-align: center;
        width: 100%;
        transform: translate(-50%, -50%);
        max-width: 100% !important;
    }

    footer {
        display: none !important;
    }

    #portfolio .portfolio-item h5 {
        bottom: -120px;
        left: 0px;
        width: 100%;
        font-size: 13px !important;
        max-width: 100%;
    }

    #portfolio .portfolio-item h3 {
        bottom: -2vh;
        left: 0px;
        font-size: 21px !important;
        width: 100%;
        max-width: 100%;
    }

    #services2 ul.services-menu li span {
        font-size: 14px;
    }

    .map {
        display: block;
        width: 100%;
        top: 0%;
        position: relative
    }

    /* #contacts {
        height: 122vh !important;
    } */
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
    div.wpforms-container-full .wpforms-form input[type=date],
    div.wpforms-container-full .wpforms-form input[type=datetime],
    div.wpforms-container-full .wpforms-form input[type=datetime-local],
    div.wpforms-container-full .wpforms-form input[type=email],
    div.wpforms-container-full .wpforms-form input[type=month],
    div.wpforms-container-full .wpforms-form input[type=number],
    div.wpforms-container-full .wpforms-form input[type=password],
    div.wpforms-container-full .wpforms-form input[type=range],
    div.wpforms-container-full .wpforms-form input[type=search],
    div.wpforms-container-full .wpforms-form input[type=tel],
    div.wpforms-container-full .wpforms-form input[type=text],
    div.wpforms-container-full .wpforms-form input[type=time],
    div.wpforms-container-full .wpforms-form input[type=url],
    div.wpforms-container-full .wpforms-form input[type=week],
    div.wpforms-container-full .wpforms-form select,
    div.wpforms-container-full .wpforms-form textarea,
    div.wpforms-container-full .wpforms-form .wpforms-field-label {
        font-size: 12px !important;
    }

    div.wpforms-container-full .wpforms-form input[type=submit],
    div.wpforms-container-full .wpforms-form button[type=submit],
    div.wpforms-container-full .wpforms-form .wpforms-page-button {
        font-size: 14px !important;
    }

    .wpforms-validate,
    .wpforms-form {
        width: 100% !important;
    }
}

@media only screen and (max-width: 780px) {
    .map_mobile {
        display: block;
        overflow: hidden;
        z-index: 10;
        height: 500px;
        position: relative;
        background: #222428;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-top: 6vh;
        /*margin-top: -19em;
        */
    }

    .map_mobile .map {
        display: block;
        width: 100%;
        right: 0;
    }
}

@media only screen and (max-width: 680px) {
    .read_more {
        width: 139px;
    }

    .goup {
        bottom: 57px !important;
        right: 8px !important;
        display: none;
    }

    .go_down {
        bottom: 24px !important;
        right: 8px !important;
        transform: rotate(180deg);
    }

    .button {
        right: 8px !important;
    }

    /* #portoflio-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
    } */

    #portfolio .services-menu {
        display: block;
        opacity: 0;
        padding-left: 0px;
    }

    .progress_bar {
        display: none;
    }

    #swipe_text {
        display: none;
        opacity: 0;
    }

    .metaslider .flex-control-nav {
        display: block;
        bottom: 3% !important;
    }

    .metaslider .flexslider .flex-direction-nav li a {
        opacity: 1 !important;
    }

    .news-child {
        width: 100%;
    }

    .post-back-txt {
        font-size: 12px;
    }

    .post-title {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }

    .post-back-txt {
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
    }

    .post-date {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
    }

    .post-top-image img {
        object-fit: cover;
        width: 100%;
        height: 270px;
    }

    .post-incipit {
        width: 100%;
    }

    .post-content {
        width: 100%;
    }

    .post-contact-form .wpforms-field {
        display: block;
        width: 100% !important;
    }
}

@media only screen and (max-width: 850px) {

    /*.map_mobile{
        margin-top:-18em;
    }
    */
    /* #homepage .text-container p {
        margin-left: 0% !important;
        max-width: 89% !important;
    } */

    #services2 .text-container p {
        max-width: 99% !important;
    }

    .scroll-down {
        display: none;
    }

    #services2 .text-container {
        width: 90% !important;
        height: 100vh;
    }

    #services2 .text-container h2 {
        font-size: 30px !important;
        margin-top: 15vh !important;
    }

    #services2 .text-container p {
        text-align: left;
        font-size: 16px;
        color: white;
        padding-top: 0% !important;
        margin-left: 0% !important;
        max-width: 100%;
        font-weight: 200;
    }

    .service-desktop-menu {
        display: none;
    }

    #services2 ul.services-menu li.active span {
        background: white;
    }

    .footer {
        height: 129px;
    }

    #services2 ul.services-menu li span.service-mobile-menu {
        font-family: var(--font-family);
        font-size: 18px;
        text-transform: lowercase;
        color: white;
        border-radius: 50%;
        border: 1px solid white;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 4px;
    }
}

@media only screen and (max-width: 620px) {
    #contacts .text-container .info {
        width: 100%;
    }

    #contacts .text-container .info .business {
        width: 100% !important;
    }

    #contacts .text-container .info .linkedin {
        width: 100% !important;
        margin-left: 0% !important;
    }

    #contacts .text-container .info {
        margin-left: 0% !important;
    }

    .background-animation {
        margin: 0px;
        display: block;
        /* border-radius: 50%; */
        width: 600px;
        height: 600px;
        width: 0px;
        height: 0px;
        position: fixed;
        top: auto;
        right: -50vw;
        left: auto;
        bottom: -418px;
        box-sizing: border-box;
    }

    #portfolio .portfolio-item h5 {
        bottom: -120px;
        left: 0px;
        width: 100%;
        font-size: 13px;
        max-width: 100%;
        text-align: center !important;
    }

    #portfolio .portfolio-item h3 {
        bottom: -2vh;
        left: 0px;
        font-size: 21px;
        width: 100%;
        max-width: 100%;
        text-align: center !important;
    }

    /* .image-container-clitents .client_hover_div {
    padding: 0px;
    width: 16%;
    margin: 2%;
} */

    .image-container-clitents img {
        width: 100%;
    }

    footer .ac-container {
        padding: 0px 0px 28px 0px;
    }

    .slideshow_portfolio_img {
        max-width: 63%;
    }

    header .ac-container .logo-container .logo {
        max-width: 100%;
    }

    #loading {
        background-size: 63%;
        display: none;
    }

    #portfolio .is_active .image {
        text-align: center;
    }
}

@media only screen and (max-width: 540px) {
    #project #project-description {
        padding-left: 0%;
        padding-right: 0%;
    }
}

@media only screen and (max-width: 480px) {
    .brake_mobile {
        display: block;
    }

    #contacts [data-words] {
        overflow: hidden;
        height: 24px;
        position: absolute;
        margin-left: 0px;
    }

    #portfolio .is_active .image {
        top: 46%;
    }

    #contacts .text-container {
        width: auto !important;
        margin: 0 15px;
    }

    .map_mobile {
        display: block;
        overflow: hidden;
        z-index: 10;
        height: 398px;
        position: relative;
        background: #222428;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-top: 5vh;
        /*margin-top: -14em;
        */
    }

    .map_mobile .map {
        display: block;
        width: 100%;
        right: 0;
    }

    #services2 .text-container h2 {
        font-size: 20px !important;
    }

    #services2 .text-container h2 span {
        font-weight: normal;
        font-size: 18px !important;
    }

    #portfolio {
        position: absolute;
        bottom: 0;
        width: 50%;
        right: 0%;
        height: 50%;
        bottom: -88px;
    }

    #portfolio .portfolio-item-donald {
        width: 100% !important;
    }

    #portfolio .portfolio-item-donald .image {
        width: 100%;
    }

    #project #project-info .info-right {
        padding: 40px 40px;
    }

    #project #project-top .project-top-data {
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    #project #project-top .project-top-data h3 {
        font-size: 30px;
    }

    #project #project-top .project-top-data h5 {
        font-size: 14px;
    }

    #project #project-top .back-arrow {
        top: 17% !important;
    }

    .slideshow_portfolio_img {
        top: 50% !important;
    }

    .footer {
        height: 150px;
    }

    .background-animation {
        margin: 0px;
        display: block;
        border-radius: 50%;
        width: 641px;
        /* height: 550px; */
        position: fixed;
        top: auto;
        right: -20vh;
        left: auto;
        bottom: -418px;
        box-sizing: border-box;
    }

    .scroll-down,
    .back-arrow {
        display: none;
    }

    .menu-mobile-content {
        top: 41%;
    }

    body.nav-active .menu-mobile .socials {
        position: fixed;
        top: 81%;
    }

    .spinny-words-container {
        /* font-size: 20px !important; */
        font-size: 25px !important;
        margin-bottom: 10vh;
    }

    #contacts .text-container .info {
        max-width: 50%;
    }

    .sticky .logo {
        height: 38px;
    }

    #services2 .text-container p {
        padding-top: 0;
        font-size: 14px !important;
        margin-left: 0%;
    }

    .service-desktop-menu {
        display: none;
    }

    .service-mobile-menu {
        display: block;
    }

    #services2 ul.services-menu li span.service-mobile-menu {
        font-family: var(--font-family);
        font-size: 18px;
        text-transform: lowercase;
        color: white;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid white;
        display: inline-block;
        width: 10px;
        height: 10px;
    }

    #services2 ul.services-menu li.active span {
        background: white;
    }

    #services2 .text-container p {
        max-width: 96% !important;
    }

    #services2 .text-container
    /* #clients .text-container, */ {
        margin: 5vh;
    }

    #portfolio {
        width: 100% !important;
        bottom: -162px;
    }

    #project #project-picture img {
        position: relative;
        top: 1px;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    /* line 120, ../../../../scss/sass/_project.scss */
    #project #project-description {
        padding-left: 0%;
        padding-right: 0%;
    }

    #project #project-info .info-left {
        padding: 40px 26px !important;
    }

    #project #project-info .info-right {
        padding: 39px 26px !important;
    }
}

@media only screen and (max-width:420px) {
    #project-next {
        position: relative;
        width: 50%;
        float: left;
        padding: 40px;
        padding-right: 40px;
        padding-left: 40px;
        background: white;
        /* border-right: 1px solid gray; */
        padding-left: 20px;
        padding-right: 20px;
    }

    #contacts .text-container .info .business a.mail,
    #contacts .text-container .info .business a.mail,
    #contacts .text-container .info .linkedin a {
        font-size: 13px;
    }
}

@media only screen and (max-width:380px) {
    #contacts .text-container {
        width: 100%;
    }

    #contacts .text-container .info .business {
        width: 100% !important;
    }

    #contacts .text-container .info {
        max-width: 100%;
    }

    /* #clients .image-container-clitents {
        padding: 50px 0px 0px 0px !important;
    } */

    #project-previous {
        padding: 40px 0px;
    }

    #contacts .text-container .info .business span {
        display: block;
        margin-bottom: 1.6em;
    }

    #services2 .services-menu {
        position: absolute;
        bottom: -1vh;
        list-style: none;
        width: 100%;
        text-align: center;
    }

    #services2 .text-container p {
        padding-top: 0;
        font-size: 13px !important;
        margin-left: 0%;
    }

    #services2 .text-container h2 {
        font-size: 22px !important;
        margin-top: 11vh !important;
    }

    #services2 .services-menu {
        bottom: 1vh;
    }

    #portfolio {
        width: 90% !important;
        bottom: -177px;
    }

    .background-animation {
        right: -34% !important;
    }

    .background-animation {
        bottom: -460px;
    }

    /* .spinny-words-container,
    #homepage .text-container h1 {
        font-size: 28px !important;
    } */
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .portfolio-fullscreen .background-animation {
        right: -41% !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1100px) and (orientation: landscape) {
    body.nav-active .menu-mobile .socials {
        top: 63%;
    }
}

@media only screen and (min-device-width: 973px) and (max-device-width: 1100px) {
    body.nav-active .menu-mobile .socials {
        position: fixed;
        top: 66%;
    }

    .menu-mobile .polylang-flags {
        top: 43%;
        transform: translate(0%, 0%);
    }
}

#portfolio .scroll-suggestion,
#portfolio .scroll-suggestion-header {
    position: absolute;
    bottom: 0;
    right: 100px;
    color: #fff;
    font-size: 18px;
    padding: 0 0 30px 12px;
    border-left: 1px solid #fff;
}

@media screen and (max-width: 989px) {
    #portfolio .portfolio-item .project-top-data {
        position: unset;
        transform: none;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    #portfolio .portfolio-item .project-top-data h3 {
        font-size: 24px !important;
        text-transform: uppercase !important;
    }
    #portfolio .portfolio-item .project-top-data h5 {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    #portfolio .portfolio-item .read_more {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        margin: auto;
        width: fit-content;
        text-align: center;
        opacity: 1;
        border-radius: 40px;
        background: #FFF;
        border: none;
        font-size: 15px;
        font-weight: 500;
        padding: 13px 22px;
        color: #000;
        box-shadow: none;
    }

    #portfolio .portfolio-item .image:hover .pre_image_div:after {
        opacity: 0;
    }

    #portfolio .portfolio-item a:hover,
    #portfolio .portfolio-item a:focus,
    #portfolio .portfolio-item a:focus-visible {
        outline: none;
        background: transparent;
    }

    #portfolio .scroll-suggestion {
        right: 30px;
        opacity: 0;
    }
    #portfolio .scroll-suggestion-header {
        right: 30px;
    }

    #portfolio .portfolio-item-donald .image {
        top: unset !important;
        bottom: max(55%, calc(15% + 70px)) !important;
        transform: translate(-50%, calc(100% - max(45%, calc(15% + 70px)))) !important;
    }
}

#portfolio .portfolio-arrows {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    opacity: 0;
}
#portfolio .portfolio-arrows .portfolio-arrow {
    background: rgba(255,255,255,0.2);
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.5s;
}
#portfolio .portfolio-arrows .portfolio-arrow.inactive-arrow {
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.2;
    pointer-events: none;
}

header .contact-us-cta,
#homepage .contact-us-cta {
    padding: 10px 26px;
    background: #D9D9D9;
    color: var(--blue);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
#homepage .contact-us-cta:focus,
#homepage .contact-us-cta:focus-visible {
    outline: none;
}

@media screen and (max-width: 991px) {
    #homepage .text-container p {
        max-width: 66vw;
    }
}

@media screen and (max-width: 575px) {
    #homepage .text-container h1 {
        font-size: 11vw !important;
        line-height: 12.5vw;
        font-weight: 600 !important;
        margin: 0 30px calc(5vw + 40px);
        width: calc(100vw - 60px);
    }
    #homepage [data-words] {
        height: 6.5vw;
        font-size: 6.5vw;
        line-height: 6.5vw;
    }
    #homepage .text-container p {
        margin: 0 30px;
        max-width: calc(100vw - 60px);
    }

    .menu-mobile a {
        font-size: 30px;
    }
    body.nav-active .menu-mobile .polylang-flags li a {
        font-size: 22px;
    }

    div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
        max-width: 100% !important;
    }
}

#contacts .wpcf7 label {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 4px 0;
}
#contacts .wpcf7 label .required {
    color: #ff0000;
    font-weight: 400;
}
#contacts .wpcf7 input[type="text"],
#contacts .wpcf7 input[type="tel"],
#contacts .wpcf7 input[type="email"] {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 0;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}
#contacts .wpcf7 textarea {
    background: #2F3033;
    border: none;
    color: #fff;
    resize: none;
    width: 100%;
    height: 120px;
    line-height: 1.3;
    padding: 6px 12px;
}
#contacts .wpcf7 input[type="text"]:focus-visible,
#contacts .wpcf7 input[type="tel"]:focus-visible,
#contacts .wpcf7 input[type="email"]:focus-visible,
#contacts .wpcf7 textarea:focus-visible {
    outline: none;
}
#contacts .wpcf7 label.checkbox-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    font-weight: 400;
    cursor: pointer;
}
#contacts .wpcf7 label.checkbox-wrapper a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
#contacts .wpcf7 label.checkbox-wrapper input {
    cursor: pointer;
}
#contacts .wpcf7 label.checkbox-wrapper .wpcf7-list-item {
    margin: 0 !important;
}
#contacts .wpcf7 input[type="submit"] {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    padding: 10px 15px;
    margin-top: 12px;
    text-transform: uppercase;
}
#contacts .wpcf7 .wpcf7-response-output {
    color: #fff;
    margin: 2em 0;
    padding: 0.6em 1em;
}
