/*
Theme Name: devtema
Author: S.C.F. Group Srl
Author URI: https://wordpress.org/
Description: Tema personalizzato
Version: 25
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devtema
This is the best theme for wordPress
*/

/* PAROLE CHIAVI
    2. INIZIO FOOTER
    4. WHATS APP
*/
:root {
    --spacer-top-page: 80px;
    --background-color: #1D1D1D;
    --testo-grigio: #7C7C7C;
    --primary-color: #fff;
    --blu: #1D40FE;
    --bg-card-chiaro: #2A2A2A;
    --bg-card-scuro: #1D1D1D;
    --arrow-color: transparent;
    --menu-open: #1D1D1D;
    --testo-footer: #5C5C5C;
    scroll-behavior: smooth;
}
#page {
    margin-top: var(--spacer-top-page)
}
.spacer-top {
    margin-top: 96px;
}
p {
    margin: 0;
}
.font-correction {
    font-family: "Poppins", sans-serif !important;
}
/* INIZIO OVERRIDE BREAKDANCE */
.breakdance {
    font-family: "Kanit", sans-serif ;
}
.breakdance .bde-code-block {
    width: 100% !important;
}
.breakdance .frm_forms {
    width: 100%;
}
.bde-h1, .bde-h2, .bde-h3, .bde-h4, .bde-h5, .bde-h6, .breakdance h1, .breakdance h2, .breakdance h3, .breakdance h4, .breakdance h5, .breakdance h6 {
    font-family: "Kanit", sans-serif ;
}
.breakdance a, .button-atom--text {
    color: #fff;
}
.breakdance a:hover, .button-atom--text:hover {
    color: #fff;
}
/* FINE OVERRIDE BREAKDANCE */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;
    font-family: "Kanit", sans-serif;
    color: var(--primary-color);
    background-color: var(--background-color);
}
main {
    color: var(--primary-color);
    background-color: var(--bg-card-scuro);
}
video {
    width: 100%;
}
.bg-card-custom {
    background-color: var(--bg-card-chiaro);
    border-radius: 16px;
    color: #fff;
    padding: 20px;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 64px;
    overflow: hidden;
    background-color: var(--bg-card-scuro);
}
.container-portfolio-blog {
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
}
.bde-h1, .breakdance h1,
h1 {
    font-size: 120px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    display: inline;
}
.bde-h2, .breakdance h2,
h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.bde-h3, .breakdance h3,
h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.bde-h4, .breakdance h4,
h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
a:visited,
a:focus-visible,
a:focus,
a:active {
    text-decoration: underline;
    cursor: pointer;
}
p {
    margin: 0;
}
img {
    width: 100%;
    height: auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button {
    font-family: 'Kanit', sans-serif;
}
.button-primary {
    font-family: 'poppins', sans-serif;
    border-radius: 4px;
    background-color: var(--blu);
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    width: max-content;
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    transition: all .5s ease;
}
.button-primary.with-hover-icon i {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.button-primary.with-hover-icon:hover {
    padding-right: 40px;
}
.button-primary.with-hover-icon:hover i {
    opacity: 1;
}
.dark-button {
    padding: 12px 16px;
    color: #fff;
    background-color: #3B3B3B;
    display: inline-block;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.call-to-action-center {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.mt-max {
    margin-top: auto;
}
.margin-top-custom {
    margin-top: 100px;
}
.divider {
    width: 100%;
    border-color: var(--testo-grigio);
    margin: 0px;
}
.small-sub-title {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 40px;
}
.gradient-word {
    background: linear-gradient(90deg, var(--blu, #1D40FE) 40.3%, #7B10DC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-icon {
    background: linear-gradient(90deg, var(--blu, #1D40FE) 40.3%, #7B10DC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* INIZIO OVERRIDE SWIPER */
.crew_developers .swiper-slide.swiper-slide-next,
.crew_developers .swiper-slide.swiper-slide-prev
{
    opacity: 0.4;
}
.wrapper-arrow-scf {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-top: 20px;
}

.swiper-wrapper {
    height: auto;
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}

.wrapper-arrow-scf .swiper-button-next,
.wrapper-arrow-scf .swiper-button-prev {
    position: static;
    width: 35px;
    height: 35px;
    margin-top: unset;
    background-color: var(--arrow-color);
    border-radius: 100%;
    border: 2px solid #F7F7F7;
}

.wrapper-arrow-scf .swiper-button-next:after,
.wrapper-arrow-scf .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: #F7F7F7;
}
/* FINE OVERRIDE SWIPER */
/* INIZIO OVERRIDE FORMIDABLE */
.with_frm_style .frm_inside_container > label {
    color: #fff !important;
}
.with_frm_style .frm_inside_container > input {
    border-radius: 2em !important;
}
.with_frm_style .frm_inside_container > input, .with_frm_style .frm_inside_container > select, .with_frm_style .frm_inside_container > textarea {
    background: transparent !important;
    color: #fff !important;
}
.with_frm_style .vertical_radio .frm_checkbox, .with_frm_style .vertical_radio .frm_radio, .vertical_radio .frm_catlevel_1 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
    color: #fff !important;
    font-size: 13px !important;
}
.centered_privacy_policy
{
    margin: 40px 0;
    display: flex;
    justify-content: center;
}
.custom_button_formidable {
    display: flex;
    justify-content: center;
}
.frm_button_submit.frm_final_submit {
    background-color: #1D40FE !important;
    border-color: #1D40FE !important;
    outline: none !important;
    box-shadow: none!important;
    border-radius: 4px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'poppins', sans-serif !important;
}
/* FINE OVERRIDE FORMIDABLE */
/* INIZIO JUMBOTRON */
.video-jumbo {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.wrapper-jumbo {
    height: 100vh;
    position: relative;
}
.overlay-jumbo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.jumbo-sub-title {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    display: inline-block;
    text-align: start;
    margin-left: 12px;
    line-height: normal;
    max-width: 400px;
}
.jumbo-button {
    margin-top: 20px;
}
/* FINE JUMBOTRON */
/* INIZIO COSA FACCIAMO */
.arrows-crew {
    display: flex;
}
.crew_sub {
    margin: 0 auto;
    color: var(--testo-grigio);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    max-width: 750px;
    width: 100%;
}
.crew_developers_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.crew_developers {
    max-width: 1180px;
    margin: 0 auto;
    overflow: visible;
    width: 100%;
}
.wrapper-card-crew {
    display: flex;
    justify-content: space-between;
    padding: 36px 80px;
}
h3.title-crew {
    color: #fff;
    margin-bottom: 12px;
    margin-top: 75px;
}
.desc-crew {
    font-family: 'poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.extra-crew {
    font-size: 20px;
    font-weight: 600;
}
.crew_developers .left-column {
    max-width: 515px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.wrapper-card-crew .right-column img {
    width: 100%;
    max-width: 410px;
    height: 380px;
    object-fit: contain;
}
/* FINE COSA FACCIAMO */
/* INIZIO WORKFLOW */
.workflow_wrapper_title {
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
}
.wrapper-workflow {
    display: flex;
    flex-direction: column;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.content-workflow {
    border-radius: 20em;
    padding: 10px 20px;
    color: var(--testo-grigio);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-workflow:hover {
    color: #fff;
    background: #2A2A2A;
}
.title-row-workflow {
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.iteration-item {
    font-size: 20px;
    font-weight: 600;
}
.circle-workflow {
    border: 1px solid #fff;
    flex-basis: 100%;
    margin: 0 20px;
    visibility: hidden;
}
.description-row-workflow {
    transition: all .4s ease;
    min-width: 450px;
    max-width: 450px;
    color: var(--testo-grigio);
    visibility: hidden;
    height: 0;
    font-size: 20px;
    font-weight: 400;
}
.active-custom {
    color: #fff;
    background: #2A2A2A;
}
.content-workflow:hover .circle-workflow,
.content-workflow:hover .description-row-workflow,
.active-custom .circle-workflow,
.active-custom .description-row-workflow {
    visibility: visible;
}
.content-workflow:hover .description-row-workflow,
.active-custom .description-row-workflow {
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    visibility: visible;
    height: 150px;
}
/* FINE WORKFLOW */
/* INIZIO COSA FACCIAMO 2 */
.cosa-facciamo-slider-dc {
    width: 100%;
    max-width: 1748px;
}
.cosa-facciamo-slider-dc .bg-card-custom {
    min-height: 240px;
    background-color: var(--bg-card-scuro);
}
.cosa-facciamo-dc .sub-title {
    margin: 0 auto;
    color: var(--primary-color);
    font-size: 16px;
    line-height: normal;
    text-align: start;
    max-width: 750px;
    width: 100%;
}
.cosa-facciamo-slider-dc .icon-header {
    font-size: 40px;
    padding-bottom: 20px;
}
.title-cosa-facciamo-dc {
    font-size: 24px;
    font-weight: 400;
}
.cosa-facciamo-slider-dc .footer-bg-card-custom {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cosa-facciamo-slider-dc .short-desc-card-scf {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    color: var(--testo-grigio);
}
.cosa-facciamo-slider-dc .button-primary {
    opacity: 0;
    transition: opacity .3s ease;
}
.cosa-facciamo-slider-dc .bg-card-custom:hover .button-primary {
    opacity: 1;
}
.cosa-facciamo-slider-dc h4.title-cosa-facciamo-2 {
    color: #fff;
    font-weight: 400;
    padding-top: 0;
    margin-bottom: 6px;
}
/* FINE COSA FACCIAMO 2 */
/* INIZIO MARQUEE */
.marquee-container {
    background-color: var(--bg-card-scuro);
    width: 100%;
    overflow: visible;
    white-space: nowrap;
    padding: 60px 0;
}
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 22s linear infinite;
    width: 100%;
    /* Twice the original width */
}
.marquee-content span {
    color:#fff;
    padding-right: 40px;
    font-size: 40px;
    font-weight: 700;
}
.pittogramma-marquee {
    width: 90px;
    height: 90px;
    vertical-align: middle;
    margin-right: 10px;
}
@keyframes marquee {
    from {
        transform: translateX(15%);
    }

    to {
        transform: translateX(-150%);
    }
}
/* FINE MARQUEE */
/* INIZIO VALORI */
.values-card {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 40px;
}
.values-card .bg-card-custom {
    background-color: var(--bg-card-scuro);
}
.bg-card-servizi {
    background-color: var(--bg-card-scuro);
    border-radius: 16px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wrapper-header-servizi {
    padding: 70px 0;
}
h4.title-card-servizi {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}
.short-desc-card-servizi {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    color: var(--testo-grigio);
    font-weight: 400;
}
.title-section-servizi {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}
.desc-section {
    max-width: 375px;
    font-size: 16px;
    font-weight: 400;
}
.card-values {
    padding: 20px;
}

.symbol-values i {
    font-size: 32px;
}
.servizi-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.title-values {
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 4px;
}
/* FINE VALORI */
/* INIZIO NEWS */
.last-updates-title-wrapper {
    text-align: left;
    width: 100%;
    max-width: 1792px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}
.last-updates-slider {
    padding: 0 64px;
    overflow: hidden;
}
.last-updates-slider .wrapper-arrow-scf .swiper-button-next,
.last-updates-slider .wrapper-arrow-scf .swiper-button-prev {
    position: absolute;
}

.last-updates-slider .thumb-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}
.last-updates-slider .top-card-scf,
.last-updates-slider .bottom-card-scf {
    position: absolute;
}
.last-updates-slider .top-card-scf {
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.last-updates-slider .bottom-card-scf {
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.last-updates-slider .wrapper-arrow-scf {
    padding: 0;
}
.wrapper-content-last-updates .title-category {
    font-size: 20px;
    font-weight: 600;
}
/* FINE NEWS */
/* INIZIO TECNOLOGIE */
.tecnologie-global-wrapper {
    margin: 100px 0;
}
.tecnologie-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.tecnologie {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}
img.tecnologie-img {
    width: 100%;
    max-width: 145px;
    height: auto;
    border-radius: 16px;
}
/* FINE TECNOLOGIE */
/* INIZIO SERVIZI */
.wrapper-service-help {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-bottom: 60px;
}
.wrapper-service-help .left-column {
    max-width: 575px;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}
.wrapper-service-help .right-column {
    max-width: 575px;
    flex-basis: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 44px;
    row-gap: 32px;
}
h3.title-service-help {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
p.desc-service-help {
    font-family: 'poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 20px;
}
.btn-service-help {
    width: min-content;
    white-space: nowrap;
    padding: 12px 16px;
    background-color: var(--blu);
    border-radius: 4px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-width: 0;
}
.card-service-help {
    height: 140px;
    padding: 20px;
    background-color: var(--bg-card-chiaro);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-help-icon {
    font-size: 32px;
    color: #fff;
    height: 32px;
    width: 32px;
}
.card-small-title-service-help {
    font-size: 13px;
    color: var(--testo-grigio);
}
.card-desc-service-help {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
/* FINE SERVIZI */
/* INIZIO PROGETTO IN MENTE */
.closing_section_global_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px 0;
}
h3.closing_section_title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}
.closing_section_desc {
    font-family: 'poppins', sans-serif;
    color: #7c7c7c;
    font-size: 16px;
    margin-bottom: 20px;
}
/* FINE PROGETTO IN MENTE */
/* INIZIO  BLOG */
.header-blog {
    margin-top: 120px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-blog {
    font-size: 120px;
}
.img-blog {
    width:100%;
    max-width: 200px;
    height: auto;
}
.latest_news .wrapper-content-last-updates {
    position: relative;
}
.wrapper-content-last-updates .top-card-scf {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper-content-last-updates .bottom-card-scf {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.latest_news .thumb-img {
    object-fit: cover;
    height: 360px !important;
    border-radius: 15px;
}
.container-portfolio-blog .thumb-img {
    object-fit: cover;
    border-radius: 15px;
    height: 460px;
}
.layout-portfolio-blog {
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.layout-portfolio-blog .wrapper-content-last-updates {
    position: relative;
}
.category-list-news {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;

}
.category-button-news {
    background-color: #2A2A2A;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 16px;
    cursor: pointer;
}
.active-category {
    background-color: var(--blu);
}
.wrapper-progetto-in-mente {
    margin-top: 100px;
}
/* FINE BLOG */
/* INIZIO PORTFOLIO */
.wrapper-content-last-updates {
    position: relative;
}
.jumbo-no-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}
.jumbo-no-image .left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jumbo-no-image_desc {
    color: var(--testo-grigio);
    font-size: 32px;
}
.jumbo-no-image i {
    font-size: 200px;
}
.filter-order {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1180px;
    margin: 0 auto
}
.label-filter-orderby {
    color: #fff;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.filters-select {
    display: flex;
    gap: 20px;
}
.orderby-select {
    display: flex;
    gap: 20px;
}
.filters-select select,
.orderby-select select {
    padding: 12px 16px;
    background-color: var(--bg-card-chiaro);
    border: none;
    border-radius: 4px;
    color: #fff;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.card-portfolio {
    background-color: var(--bg-card-chiaro);
    padding: 20px;
    border-radius: 12px;
}
.card-portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-portfolio-header .title-portfolio {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.card-portfolio-header .data-portfolio {
    color: #fff;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    background-color: #3B3B3B;
}
.img-portfolio {
    padding: 35px 20px;
}
/* FINE PORTFOLIO */
/* INIZIO SINGLE NEWS */
.container-featured-image {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.img_news_evidenza {
    border-radius: 0 0 15px 15px;
    width: 100%;
    max-width: 1600px;
    height: 500px;
    object-fit: cover;
}
h1.title-news {
    font-size: 50px;
}
header.single-news {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}
.data_post_single {
    margin-top: 15px;
}
.news-container-negativo {
    margin-top: -100px;
    background-color: #2A2A2A;
    position: relative;
    z-index: 2;
    padding: 20px;
    border-radius: 15px;
}
.separatore-single-news {
    margin-top: 0;
}
/* FINE SINGLE NEWS */
/* INZIO LAYOUT FIGMA SECTION */
.wrapper-layout-figma {
    max-width: 730px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
h3.title-layout {
    color: #fff;
    text-align:center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.desc-layout {
    max-width: 360px;
    color: var(--testo-grigio);
    font-size: 20px;
    line-height: 130%;
    display: inline-block;
    margin-bottom: 20px;
}
.wrapper-texts-animated {
    display: flex;
    gap: 32px;
    align-items: center;
}
.element-animated {
    width: 300px;
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    background-color: transparent;
    color: #fff;
    overflow: hidden;
    border-bottom: 5px solid var(--blu);
    cursor: pointer;
}
.element-animated::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--blu);
    z-index: 0;
    transition: height 0.4s ease;
}
.element-animated:hover::before {
    height: 100%;
}
.element-animated:hover {
    color: #fff;
}
.element-animated {
    position: relative;
    z-index: 1;
}
.text-of-animation {
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: max-content;
    font-size: 20px;
}
/* FINE LAYOUT FIGMA SECTION */
/* INIZIO REALIZZIAMO SITI WEB */
.layout-three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.layout-three-column .bg-card-custom {
    background-color: #1d1d1d;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.layout-three-column i {
    font-size: 32px;
}
h4.title-cosa-facciamo-2 {
    color: #fff;
}
.realizziamo_siti_web .short-desc-card-scf {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    color: #7C7C7C;
}
/* FINE REALIZZIAMO SITI WEB */
/* INIZIO FAQ */
.faq_global_wrappper {
    margin: 80px auto;
    width: 100%;
    max-width: 1180px;
}
h3.title-section-faq {
    color: #fff;
}
.faq_title {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}
.faq_desc {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    background-color: var(--bg-card-chiaro);
    transition: all 0.3s ease;
    opacity: 0;
    max-height: 0;
}
.faq_element {
    border-bottom: 1px solid #7C7C7C;
}
.faq_element.show {
    padding-bottom: 10px;
}
.faq_element.show .faq_desc {
    max-height: 500px;
    opacity: 1;
    padding: 20px;
}
.faq_icon {
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    transform: rotate(0deg);
}
.faq_element.show .faq_icon {
    transform: rotate(180deg);
}
/* FINE FAQ */
/* INIZIO COSTRUIAMO LA TUA APP */
.wrapper-build-app {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    gap: 40px;
}
h3.title-app {
    color: #fff;
    margin-bottom: 12px;
}
.desc-app {
    max-width: 360px;
    color: var(--testo-grigio);
    font-size: 20px;
    line-height: 130%;
    display: inline-block;
    margin-bottom: 40px;
}
.wrapper-build-app .left-column {
    flex-basis: 50%;
}
.wrapper-build-app .wrapper-texts-animated {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}
.wrapper-build-app .element-animated {
    border-bottom: none;
    width: 100%;
    padding: 25px 40px;
}
.wrapper-build-app .element-animated::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 97%;
    width: 100%;
    height: 100%;
    background-color: var(--blu);
    z-index: 0;
    transition: all 0.4s ease;
    border-radius: 10px 0 0 10px;
}
.wrapper-build-app .element-animated:hover::before {
    left: 0;
}
.wrapper-build-app .text-of-animation {
    left: 5%;
    transform: translate(0%, -50%);
}
/* FINE COSTRUIAMO LA TUA APP */
/* INIZIO SVILUPPIAMO IN FLUTTER */
.layout-four-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.layout-four-column .bg-card-custom {
    background-color: #2a2a2a;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.layout-four-column i {
    font-size: 32px;
}
h4.title-cosa-facciamo-2 {
    color: #fff;
}
.sviluppiamo_in_flutter .short-desc-card-scf {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    color: #7C7C7C;
}
/* FINE SVILUPPIAMO IN FLUTTER */
/* INIZIO LINGUAGGIO AGENZIA */
.wrapper-build-consulenza {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
h3.title-app {
    color: #fff;
    margin-bottom: 12px;
}
.desc-app {
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    max-width: 360px;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    display: inline-block;
    margin-bottom: 40px;
}
.wrapper-build-consulenza .left-column {
    flex-basis: 40%;
}
.wrapper-build-consulenza .wrapper-texts-animated {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
}
.wrapper-build-consulenza .element-animated {
    border-bottom: none;
    width: 100%;
    padding: 25px 40px;
}
.wrapper-build-consulenza .element-animated::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 97%;
    width: 100%;
    height: 100%;
    background-color: var(--blu);
    z-index: 0;
    transition: all 0.4s ease;
    border-radius: 10px 0 0 10px;
}
.wrapper-build-consulenza .element-animated:hover::before {
    left: 0;
}
.wrapper-build-consulenza .text-of-animation {
    left: 5%;
    transform: translate(0%, -50%);
}
/* FINE LINGUAGGIO AGENZIA */
/* INIZIO SINGLE NEWS */
.container-portfolio-blog {
    width: 80%;
}
.img_news_evidenza {
    height: 300px;
}
/* FINE SINGLE NEWS */
/* INIZIO FOOTER */
footer {
    font-family: 'poppins', sans-serif !important;
}
.sede_content {
    font-size: 14px;
}
footer ul {
    list-style: none!important;
}
.footer-global-wrapper {
    padding: 50px 64px 32px;
}

.footer-body {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.logo-footer {
    width: 100%;
    max-width: 320px;
}

.leading-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social-footer {
    gap: 16px;
    display: flex;
}

.social-footer-icon {
    font-size: 24px;
}

.title-footer {
    display: flex;
    align-items: start;
    margin: 0px auto;
    gap: 120px;
}

.section-title-footer {
    display: flex;
    flex-direction: column;
    gap: 8px
}
.title-section-footer {
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.body-section-footer {
    font-size: 13px;
    color: white;
}
.body-section-footer a,
a.body-section-footer,
.body-section-footer strong,
#links ul li a {
    font-size: 15px;
}

.copyright-footer {
    font-size: 13px;
    font-weight: 400;
    color: var(--testo-footer);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-footer-icon {
    display: none;
}
#links .body-section-footer li {
    margin-bottom: 8px;
}
#links .body-section-footer a {
    font-weight: 600;
}
/* FINE FOOTER */
/* WHATS APP */
.wrapper-whatsapp_btn {
    z-index:99999999;
    position: fixed;
    bottom: 110px;
    right: 110px;
}
.whatsapp_btn a {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--footer-blackground);
    border-radius: 3em;
    border: 1px solid var(--background-primary);
    /* display: inline-flex; */
}
.whatsapp_btn a:hover {
    text-decoration: none;
}
.whatsapp_btn i {
    color: var(--main);
    font-size: 32px;
}
/* WHATS APP */
/* WPML */
.wpml-ls {
    width: max-content;
}
.wpml-ls-legacy-dropdown-click a {
    color: #000!important;
}
/* WPML */
@media screen and (max-width: 1119px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .bde-h1, .breakdance h1,
    h1 {
        font-size: 60px;
    }

    .bde-h2, .breakdance h2,
    h2 {
        font-size: 40px;
    }

    .bde-h3, .breakdance h3,
    .h3 {
        font-size: 32px;
        margin: 0;
    }
    /* INIZIO JUMBO */
    .overlay-jumbo {
        background: linear-gradient(0deg, black, transparent);
    }
    .overlay-jumbo h1 {
        padding: 0 20px;
    }
    /* FINE JUMBO */
    .overlay-jumbo h1 {
        padding: 0 20px;
    }
    .jumbo-sub-title {
        text-align: center;
        font-weight: 400;
    }
    /* INIZIO COSA FACCIAMO */
    .crew_developers_solutions_wrapper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 30px;
    }
    .crew_developers_solutions_wrapper {
        width: 100%;
        overflow: hidden;
    }
    h3.title-crew {
        margin-bottom: 20px;
    }
    .crew_sub {
        color: white;
    }
    .wrapper-card-crew {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    .crew_developers .left-column {
        align-items: center;
        gap: 20px;
    }
    .arrows-crew {
        display: none;
    }
    .desc-crew {
        color: white;
    }
    .title-row-workflow {
        font-size: 20px;
    }
    .description-row-workflow {
        font-size: 16px;
    }
    .cosa-facciamo-slider-dc .bg-card-custom .button-primary {
        opacity: 1;
    }
    /* FINE COSA FACCIAMO */
    /* INIZIO WORKFLOW */
    .content-workflow {
        flex-direction: column;
        align-items: flex-start;
    }
    .circle-workflow {
        display: none;
    }
    .content-workflow {
        border-radius: 16px;
    }
    .description-row-workflow {
        min-width: unset;
        max-width: unset;
        width: 100%
    }
    .content-workflow:hover .description-row-workflow,
    .active-custom .description-row-workflow {
        height: 150px;
    }
    .cosa-facciamo-slider-dc .button-primary {
        display: flex;
    }
    .title-section-servizi {
        align-items: center;
        flex-direction: column;
    }
    .desc-section {
        max-width: 370px;
        text-align: center;
    }
    /* FINE WORKFLOW */
    /* INIZIO COSA FACCIAMO 2*/
    .cosa-facciamo-wrapper {
        padding: 20px 0px;
    }
    .cosa-facciamo-dc .sub-title {
        display: none;
    }
    .wrapper-arrow-cosa-facciamo {
        display: flex;
        justify-content: center;
        gap: 32px;
        padding-top: 20px;
    }
    .wrapper-arrow-cosa-facciamo .swiper-button-next,
    .wrapper-arrow-cosa-facciamo .swiper-button-prev {
        position: static;
        width: 35px;
        height: 35px;
        margin-top: unset;
        background-color: var(--arrow-color);
        border-radius: 100%;
        border: 2px solid #F7F7F7;
    }
    .wrapper-arrow-cosa-facciamo .swiper-button-next:after,
    .wrapper-arrow-cosa-facciamo .swiper-button-prev:after {
        font-size: 20px;
        font-weight: 700;
        color: #F7F7F7;
    }
    .cosa-facciamo-primary-button {
        width: 100%;
        box-sizing: border-box;
    }
    /* FINE COSA FACCIAMO 2*/
    /* INIZIO VALORI */
    .values-card {
        grid-template-columns: repeat(1, 1fr);
    }
    .values-card .bg-card-custom {
        background-color: var(--bg-card-scuro);
        text-align: center;
    }
    /* FINE VALORI */
    /* INIZIO LAYOUT FIGMA SECTION */
    .title-layout,
    .desc-layout {
        text-align: center;
    }
    .wrapper-texts-animated {
        flex-direction: column;
    }
    .element-animated {
        border-bottom: 0;
    }
    .element-animated::before {
        height: 100%;
    }
    .text-of-animation {
        transform: translate(-50%, -50%);
    }
    .wrapper-layout-figma {
        margin: 70px 0;
    }
    /* FINE LAYOUT FIGMA SECTION */
    /* INIZIO REALIZZIAMO SITI WEB */
    .layout-three-column {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    /* FINE REALIZZIAMO SITI WEB */
    /* INIZIO SERVIZI */
    .wrapper-service-help {
        flex-direction: column;
        padding: 0 20px;
    }
    .title-service-help {
        font-size: 20px;
    }
    /* FINE SERVIZI */
    /* INIZIO BLOG */
    .layout-portfolio-blog {
        grid-template-columns: repeat(1, 1fr);
    }
    .wrapper-img-blog {
        display: none;
    }
    h3.title-blog {
        font-size: 60px;
    }
    /* FINE BLOG */
    /* INIZIO FAQ */
    .faq_icon {
        align-items: start;
    }
    /* FINE FAQ */
    /* INIZIO COSTRUIAMO LA TUA APP */
    .wrapper-build-app .left-column {
        text-align: center;
    }
    .wrapper-build-app {
        flex-direction: column;
    }
    .title-app,
    .desc-app {
        width: 100%;
        text-align: center;
    }
    .wrapper-build-app .element-animated::before {
        left: 0;
    }
    .wrapper-build-app .element-animated::before {
        border-radius: 0;
    }
    .wrapper-build-app .text-of-animation {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* FINE COSTRUIAMO LA TUA APP */
    /* INIZIO SVILUPPIAMO IN FLUTTER */
    .layout-four-column {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        width: 100%;
    }
    /* FINE SVILUPPIAMO IN FLUTTER */
    /* INIZIO LINGUAGGIO AGENZIA */
    .wrapper-build-consulenza .left-column {
        text-align: center;
    }
    .wrapper-build-consulenza {
        flex-direction: column;
    }
    .title-app,
    .desc-app {
        width: 100%;
        text-align: center;
    }
    .wrapper-build-consulenza .element-animated {
        height: 80px;
        border-radius: 12px;
    }
    .wrapper-build-consulenza .text-of-animation {
        width: 100%;
        padding: 10px;
    }
    .wrapper-build-consulenza .element-animated::before {
        left: 0;
    }
    .wrapper-build-consulenza .element-animated::before {
        border-radius: 0;
    }
    .wrapper-build-consulenza .text-of-animation {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* FINE LINGUAGGIO AGENZIA */
    /* */
    /* INIZIO FOOTER */
    .footer-nav {
        display: none;
    }
    .footer-global-wrapper {
        padding-top: 30px;
    }
    .footer-body {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .social-footer {
        justify-content: center;
        align-items: center;
    }
    .title-footer {
        flex-direction: column;
        align-items: center;
        gap: 23px;
        margin: 30px 0;
        text-align:center;
    }
    .section-title-footer {
        align-items: center;
    }
    .contacts .body-section-footer {
        display: none;
    }
    .links .body-section-footer {
        display: none;
    }
    .contacts.show .body-section-footer {
        display: flex;
    }
    .links.show .body-section-footer {
        display: flex;
    }
    .dropdown-footer-icon {
        display: inline;
        font-size: 16px;
        margin-left: 8px;
    }
    .wrapper-service-help .right-column {
        column-gap: 20px;
        row-gap: 20px;
    }
    .copyright-footer {
        text-align: center;
    }
    /* FINE FOOTER */
    /* WHATS APP*/
    .wrapper-whatsapp_btn {
        bottom: 20px !important;
        right: 20px !important;
    }
    /* WHATS APP*/
}