@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

.inter-regular {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-medium {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter-semi {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

html, body {
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
}


.pixelate-wrap{position:relative;display:inline-block}
.pixelate-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}

.swup-columns {
    position: fixed;
    inset: 0;
    z-index: 9998;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    opacity: 0;
}

.swup-columns__col {
    background: #000;
    transform: translateY(-100%);
    /*will-change: transform;*/
}

#swup {

}

body * {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: -0.3px;
    transition: .5s color;
}


#swup {
    transition: opacity 500ms ease;
}

html.is-animating #swup {
    opacity: 0;
}

nav, nav * {
    transition: all 500ms ease;
}

p {
    letter-spacing: 0px;
}

::selection {
    color: black;
    background: #ffe200;
}


.block {
    display: block;
}


.br {
   border-radius: 8px;
}

.bold, .b b {
    font-weight: 600;
}

.mt {
    margin-top: 40px;
}

.nomt {
    margin-top: 0!important;
}

img {
    opacity: 1;
}
img.has-been-seen.final {
    opacity: 1;
}

img.noload {
    opacity: 1;
}

a, button {
    transition: .2s background;
    position: relative;
    display: inline-block;
}

a:after {
    background: #ffffff;
    transition: 2s background;
}

a:hover {
    /*
    background: #f1f1f1;
    border-radius: 5px;

    border-radius: 5px;

    backdrop-filter: blur(4px);
    background: #f4f4f49e;
    */
}



a:hover:after,
.nav-statica button:hover:after {
    border: 1px solid #f2f2f2;
    backdrop-filter: blur(4px);
    background: #f4f4f49e;
    content: '';
    display: block;
    position: absolute;

    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    border-radius: 4px;
}

.nav-filtri a:hover:after,
aside.filtri a:hover:after,
aside.filtri-a a:hover:after,
.offcanvas-servizi a:hover:after,
.logo:hover:after {
    background: transparent!important;
    backdrop-filter: none!important;
    border: none;
}


#intro-overlay {
    position: fixed; inset: 0;
    background: white;
    z-index: 9999;
    pointer-events: none;
    overflow: hidden;
}

#gray-rect {
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    background: transparent;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    z-index: 1;

    display: flex;
    align-items: center;
}

#gray-rect img {
    position: relative;
    width: 100%;
}


#intro-text {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    gap: 0px;
    z-index: 2;
    opacity: 0;
}


/*NAV*/

nav.nav-statica {
    z-index: 100;
    position: fixed;
    width: calc(100vw - 50px);
    padding: 0 25px;
    top: 0;
    align-items: center;
    height: 70px;
    padding-top: 5px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;

    background: white;
}

nav.nav-statica a {
    color: black;
    text-decoration: none;
    font-size: 15px;
}

nav.nav-statica button {
    color: black;
    text-decoration: none;
    background: transparent;
    border: none;
    font-size: 15px;
    padding: 0;
    cursor: pointer;
}

nav.nav-statica button i{
    font-size: 10px;
}


nav.nav-statica ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-left: 0;
}

nav.nav-statica .date {
    font-size: 13px;
}

.time {
    display: inline-block;
    opacity: 0;
}
.time.is-visible {
    opacity: 1;
}

#logo-container {
    display: inline;
}

#logo-container svg {
    height: 13px;
}

#logo-container svg rect {
    transform-origin: center bottom;
    transition: transform 0.3s ease;
}

#itext {

}

main#swup {
    margin-top: 80px;
}

.slider--progetti .swiper-slide{
    height: calc(100vh - 80px - 150px - 40px);
}

.slider-container {
    position: relative;
    z-index: 1;
    width: 100vw;
    background: #f2f2f2;
}

.slider-reveal {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px - 150px - 40px);
    background: #fff;
    z-index: 10;
    pointer-events: none;
}

.slider--progetti .slide-content {
    height: 100%;
}

.slider--progetti .slide-title {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slider--progetti .slide-subtitle {
    font-size: 1.2rem;
    color: black;
}

.slider--progetti .slide-tag {
    /* opacity: 0.5; */
    background: #eaeaead4;
    backdrop-filter: blur(10px);
    font-size: 13px;
    color: black;
    padding: 6px 15px;
    border-radius: 3px;
}

.slide-media {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide-bg-image,
.slide-bg-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
    filter: brightness(0.8);
}


.slide-overlay {
    position: relative;
    z-index: 2;
    color: white;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.slide-counter {
    position: absolute;
    bottom: 2rem;
    right: 3.8rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    z-index: 2;
    display: none;
}

.slide-white *,
.slide-white .slide-counter {
    color: white;
}

.swiper-slide-active .slide-counter {
    display: block;
}

.slide-info {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slide-info a {
    opacity: 0!important;
    font-size: 14px;
    margin-top: 7px;
    text-decoration: none;
    color: #c6c6c6;
    transition: all 0.5s ease;
}

.slide-info:hover {
    background: rgb(203 203 203 / 30%);
    backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    position: relative;
    z-index: 4;
}

.slide-info:hover a {
    transition: all 0.2s ease;
    opacity: 1!important;
}

.slide-info:hover a:after {
    display: none;
}

.slide-info:hover a:hover {
    text-decoration: underline;
    color: #FFF;
}


.autoplay-progress {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 10;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 5px;
    stroke: #ffffff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.tag {
    background: #eaeaead4;
    backdrop-filter: blur(10px);
    font-size: 13px;
    color: black;
    padding: 6px 15px;
    border-radius: 3px;
}

.quick-container {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    padding: 0 20px;
    gap: 10px;
}

.quick-container .swiper{
    max-width: 100%;
}

.quick-news,
.quick-work {
    background: #F1F1F1;
    padding: 10px;
    font-size: 13px;
    height: 150px;
    border-radius: 3px;
    text-decoration: none;
    transition: height 0.3s ease;
}

.quick-news p,
.quick-work p {
    color: #515151;
    margin-top: 5px;
    margin-bottom: 20px;
}

.quick-news h3,
.quick-work h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}
.quick-news div,
.quick-work div:not(.a) {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 14px;
    color: #202020;
}

.quick-work div.a,
.quick-news div.a {
    display: flex;
    gap: 15px;
}

.quick-work div.a img,
.quick-news div.a img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
}

.qtag {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    background: #5c5c5c45;
    backdrop-filter: blur(2px) !important;
    font-weight: 500;
    color: white;
}


.hero-text {
    font-size: 45px;
    max-width: 70%;
    margin: 20vh auto;
    line-height: 0;
}


.hero-text > * {
    display: initial;
}

.hero-text-home {
    line-height: initial;
}

.hero-text > p {
    font-size: 30px;
    vertical-align: text-top;
    padding-right: 30px;
    display: inline-block;
    margin: 0;
    padding-top: 6px;
}

.hero-text-page {
    text-align: left;
}

.hero-text-page h6,
.hero-text h6 {
    display: block;
    max-width: 80%;
    margin: 40px 0;
}

.showreel {
    width: calc(100vw - 40px);
    margin: auto;
    background: rgba(248, 248, 248, 0.8);
    border-radius: 3px;
}

.showreel div {
    width: 100%;
    height: 1080px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 3px;
}

.showreel video {
    width: 100%;
    border-radius: 3px;
}

.last-project-container .h-sect {
    display: flex;
    margin-top: 8vh;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2vh;
    align-items: center;
}

.last-project-container .h-sect i {
    cursor: pointer;
}

.last-project-container .h-sect > p > span {
    background: #f6f2f2cc;
    padding: 10px 15px;
    margin-left: 4px;
    border-radius: 3px;
}

.last-project-container .best {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    gap: 10px;
}

.last-project-container .best img{
    height: 45vh;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    object-position: top;
}

.last-project-container .best .ptag {
    margin-left: 10px;
    margin-top: 42vh;
}

.last-project-container .project {
    display: flex;
    flex-direction: column;
    color: black;
    text-decoration: none;
}

.last-project-container .project h3 {
    margin-bottom: 5px;
    font-weight: 500;
    color: #000000;
    margin-top: 15px;
    font-size: 14px;
}

.last-project-container .project > div {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 14px;
    color: #202020;
}

.last-project-container .standard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 20px;
    gap: 10px;
    margin-bottom: 10vh;
}

.last-project-container .standard img {
    height: 20vh;
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
    object-position: top;
}


.last-project-container .standard .ptag {
    margin-left: 10px;
    margin-top: 17vh;
}

.ptag {
    position: absolute;
    text-decoration: none;
    font-weight: 500;
    color: white !important;
    background: #5c5c5c45;
    backdrop-filter: blur(2px) !important;
}



.last-broadcast-container {
    background: #BFBFBF;
    margin-top: 8vh;
    padding-bottom: 5vh;
    padding-top: 2vh;
}

.first-row {
    padding: 50px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.first-row a {
    background: #757575;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 3px;
}

.section-hero-text * {
    display: inline;
}

.section-hero-text {
    max-width: 35vw;
}

.section-hero-text h2 {
    font-size: 33px;
}

.section-hero-text p {
    font-size: 20px;
    padding-right: 15px;
}

.bcast-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 20px;
    gap: 10px;
}


.bcast-grid > div:nth-child(3) {
    display: flex;
    gap: 10px;
    flex-direction: column;

}

.bcast-grid > div:nth-child(3) .qtag {
    position: initial;
    right: initial;
    top: initial;
}


.quick-work .z {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 0 !important;
}

.bcast-project {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.bcast-cover {
    height: 800px;
    background-position: top;
    width: 50vw;
    background-size: cover;
}

.bcast-project > .bcast-text {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.bcast-text h3 {
    margin-bottom: 0;
}


.rental-x-sell {
    background: #EAEAEA;
    margin-top: 8vh;
    padding-bottom: 5vh;
    padding-top: 2vh;
}

.rent-quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 20px;
    gap: 10px;
}

.rent-item {
    text-decoration: none;
}

.rent-item img {

    width: 60%;
}

.rent-img {
    background: white;
    display: flex;
    justify-content: center;
    height: 35vh;
    align-items: center;
    border-radius: 3px;
}

.rent-item h3 {
    margin-bottom: 5px;
    font-weight: 500;
    color: #000000;
    margin-top: 15px;
    font-size: 14px;
    max-width: 60%;
}

.rent-item > div:not(.rent-img) {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 14px;
    color: #202020;
    max-width: 90%;
}

.clients-banner {
    background: black;
    color: white;
    padding-bottom: 5vh;
    padding-top: 2vh;
}

.clients-banner > .first-row > p {
    max-width: 40vw;
    margin: 0;
    padding-right: 10vh;

}

.clients-slide {
    display: flex;
    padding: 45px 20px;
    gap: 35px;
    flex-wrap: nowrap;
    overflow: scroll;
}

.clients-slide img {
    width: 100px;
    filter: invert(1);
}

.real-footer {
    background: #F6FF00;
    padding: 20px;
    height: 70vh;
}

footer {
    z-index: 200;
    position: relative;
}


.footer-content {
    display: flex;
    justify-content: space-between;
}

.f-left, .f-right {
    display: flex;
    gap: 50px;

}

.f-right {
    padding-right: 10vh;
}

.footer-content ul {
    list-style: none;
    padding-left: 0;
}

.footer-content ul a {
    color: black;
    text-decoration: none;
}

.footer-content li {
    font-size: 14px;
    line-height: 1.5;
}

.footer-content ul li:nth-of-type(1){
    font-weight: 500;

}

.footer-head {
    font-size: 14px;
}

.footer-head pre {
    margin-bottom: 0;
}

.footer-head a {
    color: black;
    text-decoration: none;
}


.bang {
    /*
    font-size: 330px;
     */
    margin: 0;
    /* line-height: 1; */
    width: 100%;
    height: 100%;
}

.bang-container {
    height: initial;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}


nav.nav-filtri {
    position: fixed;
    width: 100%;
    bottom: 20px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    pointer-events: none;
}

.nav-filtri.visible {
    visibility: visible;
    pointer-events: auto;
}

.mobile-filters {
    display: flex;
    gap: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-filtri.hide-buttons .mobile-filters {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.bar-filtri {
    display: flex;
}

.bar-filtri p {
    background: #0e0e0ec7;
    color: white;
    padding: 20px;
    margin: 0;
    border-radius: 80px;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.bar-filtri button {
    border-radius: 8px;
    border: 0.5px solid #80808091;
    padding: 15px;
    backdrop-filter: blur(4px);
    background: #ffffff69;
    cursor: pointer;
    font-size: 13px;
}

.bar-filtri button + button {
    margin-left: -1px;
}

.bar-filtri button:hover {
    background: #202020c7;
    backdrop-filter: blur(10px);
    color: white;
}

aside.filtri, aside.filtri-a,
aside.nav-mobile-filtri {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 50;
    bottom: 0;
    pointer-events: none;
}

aside.filtri > div,
aside.filtri-a > div,
aside.nav-mobile-filtri > ul {
    width: 30vw;
    padding: 0 30px;
    background: #ffffff69;
    backdrop-filter: blur(15px);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
    gap: 0.3px;
    opacity: 0;
    overflow: hidden;
}

aside .filtro {
    background: white;
    border: 1px solid #999999;
    border-radius: 10px;
    color: black;
    text-decoration: none;
    padding: 18px;
}

aside .filtro.alt {
    border-radius: 70px;
}

.nav-mobile-filtri > ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.nav-mobile-filtri > ul a {
    text-decoration: none;
    color: black;
    font-size: 25px;
    padding: 0px 0;
}

.offcanvas-servizi {
    opacity: 0.5;
    grid-column: 3;
    grid-row: 2;
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-right: 15px;
    position: absolute;
    right: 25px;
    top: 65px;
    height: 0;

    background: #ececec73;
    backdrop-filter: blur(15px);
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 0;
}

.offcanvas-servizi.show {
    pointer-events: auto;
}

.offcanvas-servizi a {
    border-radius: 5px;
    border: 1px solid #d7d7d7a3;
    padding: 10px 15px;
    backdrop-filter: blur(8px);
    background: #ffffffe8;
    cursor: pointer;
    font-size: 13px !important;
    opacity: 0;
    display: none;
}

.servizi-list {
    padding: 25px;
    margin: 10vh auto;
}

.servizio {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid;
}

.servizio div {
    flex-direction: column;
    display: flex;
    font-size: 18px;
}

.servizio > div > div {
    max-width: 60%;
}

.servizio div h2 {
    margin-top: 0px;
    margin-bottom: 7px;
}

.servizio img {
    border-radius: 3px;
    max-width: 30vw;
    object-fit: cover;
}

.button-grp-error {
    gap: 5px;
    display: flex;
}


.button-grp-error a{
    border-radius: 5px;
    border: 1px solid #8080807d;
    padding: 10px 15px;
    backdrop-filter: blur(8px);
    background: #ffffff69;
    cursor: pointer;
    font-size: 13px !important;
    color: black;
    text-decoration: none;
}


.inverted {
    background: #121212;
    color: white;
}

.inverted nav.nav-statica button,
.inverted nav.nav-statica a:not(.offcanvas-servizi a){
    color: white;
}


.breadcrumbs {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 12px;
    padding-left: 20px;
}

.max-width {
    max-width: 1370px;
    margin: auto;
}

.showreel.single-project {
    margin-bottom: 50px;
}

.showreel.single-project div {
    height: 860px;
}

.project-info {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    width: calc(100vw - 40px);
    margin: auto;
    max-width: 1600px;
}

.p-left {
    margin-top: 25px;
}

.p-right {
    max-width: 80%;
    font-size: 30px;
    margin-left: 20%;
}

.p-right h1 {
    font-size: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#read-expand {
    display: none;
}

#read-expand > div {
    opacity: 0;
    transform: translateY(10px);
}

.project-info .label {
    font-size: 15px;
    color: #4f4f4f;
}

.project-info button {
    color: #4f4f4f;
    background: none;
    border: none;
    padding: 0;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}


.project-gallery {
    margin-top: 80px;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;

    width: calc(100vw - 40px);
    margin: 80px auto;
    max-width: 1600px;
}

.project-media {
    position: relative;
    overflow: hidden;
}

.project-media.full-width {
    grid-column: 1 / -1;
}

.project-media img,
.project-media video {
    width: 100%;
    height: 800px;
    display: block;
    object-fit: cover;
    border-radius: 3px;
    object-position: top;
}

.generic-button {
    color: black;
    text-decoration: none;
    background: linear-gradient(0deg, rgb(241 241 241) 0%, rgb(245 245 245) 25%, rgb(251 251 251) 100%);
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 13px;
}

/*
.hero-abt h1 {
    font-size: 45px;
}

.hero-abt h1,
.hero-text-page h1 {
    overflow: hidden;
    line-height: 1;
}

.hero-abt .word,
.hero-text-page .word  {
    display: inline-block;
    line-height: 1;
}

.hero-abt .word::before,
.hero-text-page .word::before  {
    content: '';
    display: block;
    height: 100%;
    transform: translateY(50%);
    overflow: hidden;
}
 */

.hero-abt{opacity:0}
.hero-abt h1{font-size:45px;line-height:1;overflow:hidden}
.word{display:inline-block;overflow:hidden;line-height:1.2}
.word:last-child{margin-right:0}
.word__inner{display:inline-block;transform:translateY(100%)}

@media (prefers-reduced-motion: reduce){
    .hero-abt{opacity:1}
    .word__inner{transform:none}
}

.abt-sh {
    width: 100%;
}

.abt-servizi {
    background: black;
    color: white;
}

.abt-servizi .hero-text{
    margin-top: 0;
    padding-top: 10vh;
    margin-bottom: 10vh;
}

:root { --stackTop: 14vh; --stackGap: 28px; }

section.abt-servizi { position: relative; }

section.abt-servizi > .abt-servizi { position: relative; display: grid; gap: var(--stackGap); }

section.abt-servizi > .abt-servizi .abt-s {
    position: sticky;
    top: var(--stackTop);
    transform: translateZ(0);
    will-change: transform, opacity;
}

section.abt-servizi > .abt-servizi .abt-s:not(:first-child) { margin-top: calc(var(--stackGap) * -1); }

section.abt-servizi > .abt-servizi .abt-s .abt-r .abt-el img { display: block; }

section.abt-servizi .hero-text,
section.abt-servizi .hero-text * {
    color: white;
    opacity: 1;
}


.abt-s {
    display: grid
;
    grid-template-columns: 0.3fr 1fr;
    max-width: calc(95vw - 200px);
    margin: auto;
    padding-top: 70px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 100px;
    padding-right: 100px;
}

.abt-1 {
    background: #0f0f0f;
    z-index: 10;
}

.abt-2 {
    background: #181818;
    z-index: 20;
}

.abt-3 {
    background: #242424;
    z-index: 30;
}

.abt-s h3 {
    margin-top: 0;
    font-size: 30px;
}

.abt-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.abt-first a {
    background: white;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 7px;
}

.abt-first > div {
    max-width: 40%;
    font-size: 13px;
}


.abt-el {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid white;
    justify-content: space-between;
}


.abt-el h4 {
    font-size: 20px;
    font-weight: 500;
    flex-basis: 25vw;

}

.abt-el .details {
    width: 100%;
    display: flex;
    flex-direction: row;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    align-items: center;
    justify-content: space-between;
}

.abt-el:hover .details {
    opacity: 1;
    pointer-events: auto;
}

.abt-el .details img {
    max-width: 200px;
    padding: 20px 0;
}
.abt-el .details p {
    font-size: 13px;
    line-height: 1.4;
    color: #eee;
}

.abt-b {
    font-size: 12px;
    max-width: 500px;
}

.map-contatti {
    width: 100%;
    height: 40vh;
    margin: 20px auto;
    max-width: 70vw;
}

.hero-cnt {
    margin-bottom: 10vh;
}

.lan-sel {
    background: white;
    padding: 6px;
    margin-top: 5px;
    border-radius: 6px;
    /* vertical-align: middle; */
    border: 1px solid #d2d2d2;
    display: flex;
    gap: 2px;
}

.lan-sel a{
    padding: 2px;
    background: white;
    transition: .25s all;
}

.lan-sel a:hover {
    background: #ececec;
    border-radius: 4px;
}

.lan-sel span {
    border-radius: 4px;
    padding: 2px 5px;
    background: black;
    color: white!important;
}

.contact-box {
    max-width: 70%;
    margin: 15vh auto;
}

.contact-box > div {
    border-top: 1px solid black;
    display: grid
;
    grid-template-columns: 0.4fr 1fr;
    padding: 40px 0 15px;
    margin-bottom: 100px;
}

.contact-box h3 {
    font-size: 35px;
    margin: 0;
    font-weight: 500;
}


.contact-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-side a {
    font-size: 15px;
    color: #555555;
    text-decoration: none;
}

.contact-side p {
    margin: 0;
}

.contact-side a.mail {
    text-decoration: underline;
}

.contact-side a.mail:hover {
    text-decoration: none;
}

.contact-side h4 {
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-buttons {
    grid-column-start: 2;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    gap: 20px;
}

.contact-buttons a {
    color: black;
    text-decoration: none;
    font-size: 55px;
    font-weight: 500;
}


.contact-buttons .round {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: yellow;
    border-radius: 100px;
}

.contact-buttons .square {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: gray;
}

.contact-buttons a:first-of-type {

}

.contact-buttons a:last-of-type {
    color: gray;
}

.contact-buttons hr {
    width: 100%;
}

.c-grass {
    border: 2px solid #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
}

.c-grass #canvas, .c-grass__inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-grass__sky {
    background: radial-gradient(126.68% 132.37% at -3.27% -6.56%, #1d54a5 0, #3573e1 23.04%, #5193f4 42.66%, #99c0ee 70.34%, #add2ed 84.29%, #b2d0e6 97.34%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-grass__sky:before {
    background: radial-gradient(46.9% 51.56% at 50% 50%, rgba(131, 177, 246, .5) 0, rgba(131, 177, 246, 0) 100%);
    right: 10vw;
    width: 60%;
}
.c-grass__sky:after {
    background: linear-gradient(180deg, #074db4, rgba(7, 77, 180, 0));
    left: 0;
    opacity: 1;
    transition: opacity 2s linear;
    width: 100%;
}
.c-grass__sky:after, .c-grass__sky:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.c-grass .noise {
    animation: noise 4s steps(10) infinite;
    background-image: url(/assets/static/noise.webp);
    height: 300%;
    left: -100%;
    mix-blend-mode: overlay;
    opacity: .6;
    opacity: .5;
    pointer-events: none;
    position: fixed;
    top: -100%;
    width: 300%;
    will-change: transform;
    z-index: 7;
}

@keyframes noise {
    0% {
        transform: translate(0)
    }

    10% {
        transform: translate(-3%,-6%)
    }

    20% {
        transform: translate(-9%,3%)
    }

    30% {
        transform: translate(12%,-9%)
    }

    40% {
        transform: translate(-15%,12%)
    }

    50% {
        transform: translate(-3%,-3%)
    }

    60% {
        transform: translate(12%)
    }

    70% {
        transform: translateY(12%)
    }

    80% {
        transform: translate(3%,3%)
    }

    90% {
        transform: translate(-15%,15%)
    }

    to {
        transform: translate(0)
    }
}

#toggle {
    width: 10px;
    height: 10px;
    background: #444444;
    display: block;
    border-radius: 10px;
}

.nav-mobile {
    display: none;
}



nav.nav-statica {
    display: flex;
    justify-content: space-between;
    background: transparent;
}

.n-desktop .li-servizi{
    display: none;
}




@media screen and (min-width: 721px) and (max-width: 1340px) {
    .slider--quick .quick-news,
    .slider--quick .quick-work,
    .quick-first {
        height: 200px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1418px) {
    .slider--quick .quick-work div.a img,
    .slider--quick .quick-news div.a img {
        display: none;
    }
}
@media screen and (min-width: 1341px) and (max-width: 1560px) {
    .slider--quick .quick-news,
    .slider--quick .quick-work,
    .quick-first {
        height: 190px;
    }
}

@media screen and (min-width: 1561px) and (max-width: 1750px) {
    .slider--quick .quick-news,
    .slider--quick .quick-work,
    .quick-first {
        height: 175px;
    }
}



/*cookie banner*/

#cc-main {
    color-scheme: dark;

    --cc-bg: #000;
    --cc-primary-color: rgb(239, 244, 246);
    --cc-secondary-color: #b1bdc3;

    --cc-btn-primary-bg: #ffffff;
    --cc-btn-primary-color: #000;
    --cc-btn-primary-hover-bg: #ccd4d8;
    --cc-btn-primary-hover-color: #000;

    --cc-btn-secondary-bg: rgba(255, 255, 255, 0.039);
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: #252729;
    --cc-btn-secondary-hover-bg: #252729;
    --cc-btn-secondary-hover-color: #fff;
    --cc-btn-secondary-hover-border-color: #252729;

    --cc-cookie-category-block-bg: #101111;
    --cc-cookie-category-block-border: #1d1e1f;
    --cc-cookie-category-block-hover-bg: #151516;
    --cc-cookie-category-block-hover-border: #1d1e1f;
    --cc-cookie-category-expanded-block-hover-bg: #1d1e1f;
    --cc-cookie-category-expanded-block-bg: #101111;
    --cc-toggle-readonly-bg: #2f3132;
    --cc-overlay-bg: rgba(0, 0, 0, 0.9)!important;

    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-readonly-knob-bg: var( --cc-cookie-category-block-bg);

    --cc-separator-border-color: #252729;

    --cc-footer-border-color: #212529;
    --cc-footer-bg: #000;

    font-size: 13px!important;
}

#cc-main .cm,
#cc-main .pm {
    border: 1px solid var(--cc-separator-border-color);
    max-width: 20rem!important;
}

#cc-main .cm__btn {
    min-height: 33px!important;
}

#iub-pp-container a {
    color: black;
}



