/* MINI */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {

    .hero-b {
        padding-top: 0;
    }
    .hero {
        padding-top: 10rem;
    }
    .hero-title-b h1 {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-b h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-c h1{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-c h1 span{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-c h2{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-d h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-d h1{
        font-size: 60px;
        line-height: 56px;
    }
    .banner-cert-title h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .banner-cert-title h2 span{
        font-size: 50px;
        line-height: 54px;
    }
    .breadcrumbs-container ul {
        flex-wrap: wrap;
    }
    .breadcrumbs-container li {
        font-size: 12px;
    }
    .logo-gramma {
        width: 2rem;
    }
    .right-buttons-container {
        transform: translateX(110%);
        gap: 10px;
        transition: all 0.3s ease;
    }
    .scroll .right-buttons-container {
        transform: translateX(15%);
        gap: 10px
    }
    .btn-right:hover {
        transform: translateX(0%);
    }
    .btn-right {
        padding: 0.8rem 0.8rem;
    }
    .btn-right svg {
        width: 1.2rem;
        height: 1.2rem;
    }
    .btn-right span {
        display: none;
    }
    .right-buttons-container.close {
        transform: translateX(110%);
    }




    .banner-card-cta {
        padding: 15px 13px;
    }
    .soste-container {
        gap: 1rem;
        flex-direction: column;
        padding-bottom: 3rem;
    }
    .blog-card-btn{
        display: none;
    }
    .blog-ban-card {
        padding-bottom: 2rem;
    }
    .find-left {
        gap: 1rem;
    }
    .contatti-text h4 {
        font-size: 23px;
        line-height: 23px;
    }
    .contatti-card {
        gap: 2rem;
    }
    .contatti-cards-container {
        gap: 2rem;
    }
    .banner-cards-container.tablet-column {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        background-color: #fff;
        gap: 2rem;
    }
    .controls {
        margin: auto 2rem;
    }
    .hermans-img {
        height: 10rem;
    }
    .hermans-gallery-container {
        height: 22rem;
    }
    .other-news {
        justify-content: flex-start;
        gap: 3rem;
        align-items: flex-start;
    }
    .other-news-img {
        height: 6rem;
        width: 20%;
    }
    .col-tab {
        width: 100%;
    }
    .template-image {
        height: 51vh;
        margin: 1rem 0
    }
    .news-content {
        flex-direction: column;
        gap: 1rem;
    }
    .blog-tab-menu li {
        padding: 10px 7px;
        font-size: 10px;
    }
    .blog-card-cta {
        display: none;
    }
    .news-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .made-img {
        height: 68vh;
        margin-top: 4rem;
    }
    .become-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
    .cert-img {
        height: 5rem;
    }
    .impianti-video-container {
        height: 66vh;
        margin-top: 3rem;
        padding-right: 0;
    }
    .mob-col-reverse{
        flex-direction: column-reverse;
    }
    .numbers {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .num-image {
        height: 5rem;
    }
    .numbers-col {
        padding: 1rem;
    }
    .num-name span {
        font-size: 30px;
        line-height: 33px;
    }
    .num span {
        font-size: 50px;
        line-height: 50px;
    }
    .qual-p{
        width: 60%;
    }
    .quality-banner {
        padding-bottom: 8rem;
        background-position: bottom -4rem right -4rem;
    }
    .banner-cards-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background-color: #fff;
        gap: 2rem;
    }
    .prod-swiper-nav {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        flex-direction: row;
        justify-content: center;
    }
    .card {
        padding: 2rem;
    }


    /*________________________________________________________________________________/*
    /*MENU*/

    main{
        overflow: hidden;

    }
    
    .top-head {
        display: none;
    }
    
    .navigation-bar{
        display: none;
    }
    
    .head-cta{
        display: none;
    }
    

    .navbar-cont {
        height: 5rem;
    }
    
    .logo-tipo-div svg {
        width: 7rem!important;
    }
    
    .menu-mobile{
        display: block;
    }
    .navbar-cont {
        width: 100%;
    }
    
    
    .menu-mobile{
        display: block;
        /* width: 2.4rem; */
        /* height: 4rem; */
        /* position: relative; */
        z-index: 100;
        cursor: pointer;
    }
    
    .menu-icon{
        display: flex;
        /* height: 100%; */
        /* align-items: center; */
        position: relative;
        z-index: 999;
        /* color: #fff; */
    }
    
    .mobile-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #f0f0f0;
        transition: right 0.5s cubic-bezier(.215, .61, .355, 1);
        z-index: 99;
    }
    
    .mobile-menu-container.open {
        right: 0;
    }
    
    .mobile-menu {
        padding: 3.5rem;
        height: 100%;
        overflow-y: auto;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    
    .mobile-menu-list {
        list-style-type: none;
        padding: 0;
        padding-top: 2rem;
    }
    
.mobile-menu-list li a, .submenu-list li a {
        font-size: 22px;
        padding: 20px 0;
    }
    
    .menu-icon svg {
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
        stroke: #56565b;
    }
    
    .menu-mobile.open .menu-icon svg {
        transform: rotate(90deg);
    }
    
    .scroll .cls-999{
        stroke: #56565b;
    }
   


    /*FOOTER*/

    .footer-info {
        font-size: 10px;
    }
    .footer-info span::after {
        content: "";
    }
    .footer-info span {
        padding: 0;
    }







/*new tablet*/
.col-desk-8{
    width: 100%
}
.bonus-img {
    height: 8rem;
    width: 12rem;
    margin-bottom: 1.5rem;
}
.colors-container {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}
.minimal-img {
    height: 46vh;
}
.finespan {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
}
.info-fines-desc {
    padding-top: 2rem;
}
.handle-container {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem 0;
}
.handle-card {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
}
.handle-img {
    height: 140px;
}
.mini-right-img {
    height: 52vh;
}
.mini-right {
    justify-content: center;
}
.taglio-img {
    display: none;
}
.taglio-img-mobile{
    display: block;
    height: 40vh;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/frontend/img/png/design_taglionovanta.png);
    margin-top: 0;
    transform: none;
    margin-bottom: 3rem;
}
.swiper-nav-b.design {
    top: 70%;
    justify-content: center;
    gap: 6rem;
}
.taglio-container {
    justify-content: flex-start;
    gap: 5rem;
}
.desk-none{
    display: block;
}
.color-card {
    justify-content: flex-start;
}
.finestructure {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.section-colors, .section-handle {
    padding-top: 3rem;
}
.taglio-section {
    padding-top: 0;
}

.ingle-img {
    height: 90vh;
}
.sicu-img {
    height: 40vh;
}
.anti-img {
    height: 40vh;
}
.swiper-nav.home-swiper-nav {
    display: none;
}


/*FIXING*/
.correlati-grid {
    grid-template-columns: repeat(1, 1fr);
}
.splash-hero-container {
    flex-direction: column-reverse;
    gap: 1rem;
}
.splash-hero {
    padding: 0;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
    min-height: inherit;
}
.splash-hero-container .tab-p{
    width:100%
}
.prod-img {
    height: 60vh;
    min-height: 0;
}
.content-img {
    height: 50vh;
    background-position: left!important;
}
.image-content {
    padding-top: 0;
}
.product-b.swiper-slide {
    height: 70vh;
}

.suggest-cards-container {
    grid-template-columns: 1fr;
}

/*new menu*/
.mobile-menu-list li svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.logo {
    width: 7rem;
}
.logo-gramma {
    width: 9rem;
}
.logo-tipo {
    width: 7rem;
}
.logo-tipo-div {
    margin-left: 0.5rem;
    width: 7rem;
}
.logo-gramma-div svg {
    width: 7rem;
}
.scroll .logo-gramma-div svg {
    width: 7rem;
}
.submenu.active {
    padding: 3rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
}
.submenu-title {
    font-size: 25px;
}
.back-button svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.submenu-header {
    gap: 25px;
}
.submenu-list li a {
    padding-left: 56px;
}

.porte-img {
    background-position: center left;
}
.info-prod-buttons {
    padding-top: 0;
}
.icon-list-half-content {
    gap: 2rem;
    width: 100%;
}
.info-prod-desc {
    gap: 3rem;
}
.slider-product-half{
    padding-top: 0;
}
.banner-title {
    padding-bottom: 0;
}
.reverse_mobile .double-columns-container {
    flex-direction: column-reverse;
    gap: 0;
}
.right .icon-list-half {
    padding-left: 0;
}
.creat-img {
    height: 34vh;
}
.height-max {
    min-height: 70vh;
}

/*FAIL*/
.head{background-color: transparent;}
.scroll .head {box-shadow: none;}
.bgd-nav {box-shadow: none;background-color: #122b54;padding: 0 2rem;}
.logo-gramma-div {width: 7rem;}
.hero-inside-container h1 {font-size: 75px;line-height: 75px;}
.hero-inside-container h2 {font-size: 75px;line-height: 75px;}
.hero-inside-container {gap: 1rem;width: 100%;}
.custom-pagination {left: 5.5rem;bottom: 12rem;}
.single-line {padding: 1.5rem;border-radius: 25px;justify-content: flex-start;}
.single-line svg {
width: 2rem;}
.single-line h4 {font-size: 32px;line-height: 32px;}
.single-line p{
display:none;}
.tab-linee-container {/* flex-direction: column; */gap: 1rem;background-color: #fff;margin-bottom: 3rem;}
.section-withe {border-radius: 35px;padding-top: 3rem;padding-bottom: 3rem;}
.shadow-container {
    gap: 4rem;
    }
.section-shadow {
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-radius: 35px;
    margin-top: -3rem;
    padding-bottom: 3rem;
    }
.section-navy {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    border-radius: 35px;
    }
.shadow-card{
    gap: 4rem;
    }
.btrr-0{
    border-top-right-radius: 35px;}
.mask{
display: none;}
.home-container {
align-items: flex-start;
}
.home-img {height: 30vh;border-radius: 25px;}
.section-blue {/* padding-top: 1.5rem; */padding-bottom: 6.5rem;border-radius: 35px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.banner-products {margin-top: -2rem;border-radius: 35px;padding-top: 3rem;padding-bottom: 3rem;}
.absolute-img{
border-radius:30px;
border-bottom-left-radius:0;
border-bottom-right-radius:0;}
.absolute-img.mobile{display: none;}
.cat-content-text p {
display: none;}
.banner-small h4 {font-size: 32px;line-height: 37px;}
.products-wrapper {padding: 1.5rem 0;padding-bottom: 0;}
.home-gallery {margin-top: 0;}
.swiper-slide.home-pic {height: 40vh;}
.home-swiper, .home-pic {border-top-left-radius: 0;border-top-right-radius: 0;height: 40vh;border-bottom: 0;}
.prev-d {
transform: translateX(1.3rem);}
.next-d {
transform: translateX(-1.3rem);}
.home-pic .image_title {opacity: 1;transform: translateY(0);padding: 1.5rem;}
.scroll .logo-gramma-div svg{
fill: #fff;}
.scroll .logo-gramma-div .cls-1{
fill: #fff;}
.scroll .bgd-nav {
    background-color: #122b54;
    border-color: #122b54;
    margin-top:1rem;
    border-radius: 20px;}
.grid-container {gap: 2rem;}
.grid-item.width-100 {width: calc(50% - 1rem);height: 15rem!important;}
.grid-item.width-25{width: calc(50% - 1rem);height: 15rem!important;}
.grid-item.width-50{width: calc(50% - 1rem);height: 15rem!important;}
.glight-img .image_title {
opacity: 1;}
.banner-small-container .cat-list{
    display: none;}
.banner-small-container {
    gap: 2rem;}
.product-title p {
    display: none;}
.product-details {
    height: 100%;
    gap: 1rem;
    }
.product-title h4 {
    font-size: 27px;
    line-height: 29px;
    }
.product {
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;}
.product:hover {
    background-color: #f7f7f7;
    /* border: 2px solid #d1d5dc; */
    box-shadow: none;
    }
.product-img {
    height: 15rem;
    width: 100%;
    }
.product-cta {
    padding: 15px 1.5rem;
    gap: 1rem;
 }
.product.macro {
    padding: 2rem;
    background-color: inherit;
    border-color: #d1d5dc;
    box-shadow: none!important;}
.product.macro::before {
    opacity: 1;
    filter: brightness(0.6);}
.product.macro h4{
    color: #fff;
    font-size: 33px;
    line-height: 36px;
    font-weight: 400;}
.product.macro .product-span{
    display: none;}
.product.macro .product-cta {
    padding: 15px 1.5rem;}
.hero-title-f h1 {
    font-size: 40px;
    line-height: 44px;}
.section-container.divisore .double-columns-container .left {
    border-right:0;}
.section-container.first-section {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    padding-top: 3rem;
    }
    .section-container.last-section {
    padding-top: 3rem;
    }
.section-container.last-section {
    padding-bottom: 5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }
.section-colors .container {
    padding-top: 0;
    border-top: 0;}
.section-colors{
    background: #fff;
    position: relative;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-top: -2rem;
    z-index: 1;
    padding-bottom: 3rem;
    }
.section-navy.full {
    border-radius: 35px;}
.hero-title-z {
    gap: 1rem;}
.slider-product-half .swiper {
    border-radius: 35px;}
.product-b.swiper-slide {
    border-radius: 35px;
    height: 45vh;
    }
.prod-img.height-max {
    margin-top: 8rem;
    min-height: 50vh;
    }
.filter-group-wrapper {
    width: 100%;}
.filter-card {
    width: 100%;
    padding: 10px 0rem;}
.filter-section {
    gap: 1rem;
    flex-direction: column;
    padding-bottom: 5rem;}
.filter-label {
    margin-bottom: 0.5rem;
    padding-left: 0.2rem;}
.product-desc-p{
    display: none;}
.home-form-title-container h4{
    font-size: 30px;
    line-height: 35px;}
.section-navy.inverted {
    border-radius: 35px;}
.section-navy.bbr-0{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;}
.posizioni-section{
    border-radius: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;}
.posizioni-cards-container {
    padding-top: 0;}
.posizioni-header{
    gap:2rem;}
.posizioni-card {
    height: 7rem}
.posizioni-header h4 {
    font-size: 33px;
    line-height: 36px;
    max-height: 80px;}
.posizioni-card.active {
    height: max-content;}
.posizioni-card.big.active {
    height: max-content;}
.hero.small {
    padding-bottom: 2rem;}
.cat-list a .cat-content.blue {
    border-bottom: 3px dotted #122b54;
    gap: 2rem;}
.cat-list a .cat-content-text.blue h6, .cat-list a:hover .cat-content-text.blue p {
    color: #122b54;
    font-size: 32px;
    line-height: 37px;
    }
.cat-list a .cat-content-svg svg {
    transform: translateX(0);
    opacity: 1;}
.filter-card span {
    font-size: 11px;
    line-height: 14px;}
.filter-label span {
    font-size: 14px;}
.color-text h4, .accessory-text h4,
.color-text h5, .accessory-text h5{
    font-size: 14px;
    line-height: 16px;}
.chad-container {
    max-width: 960px;
    }
.swiper-nav-b{
    top: 50%;}
.footer-col-left {
    justify-content: space-between;}
.hero-section {
    height: 90vh;
    }
.swiper-slide.hero-slide {
    height: 90vh;
    }
.logo-gramma-div svg{
fill: #fff;}
.logo-gramma-div .cls-1{
fill: #fff;}
.blog-tab-menu {
margin-top: 2rem;
}
.sub-col-body {
    padding: 1rem 3rem;
}
.mobile-menu-list .sub-col-body-child {
    font-size: 22px;
    line-height: 27px;
    padding: 23px 0;
}
.footer-office h6 {
    font-size: 14px;
    line-height: 21px;
}
.office-det {
    font-size: 13px;
    line-height: 20px;
}
.minimal-list li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.min-svg {
    width: 1.5rem;
    height: 1.5rem;
}
.min-title h6 {
    line-height: 30px;
}
.image_title_p{
bottom: 1rem;
}
.image_title_p span{
    font-size: 12px;
    line-height: 14px;
}
.color-img, .accessory-img {
    height: 100px;
}
.single-line.small {padding: 1rem 2rem;border-radius:20px;gap: 1.5rem;}
.single-line svg{
width: 2rem;}
.single-line.small svg{width: 2rem;}
.single-line h4 {font-size: 32px;line-height: 32px;margin: 0;}
.single-line.small h4 {margin:0;font-size: 22px;line-height: 28px;}
.navigation-bar {
    display: none;
}
.mobile-menu-container {
display: block;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100vh;
background-color: #122b54;
transition: transform 0.5s cubic-bezier(.215, .61, .355, 1);
z-index: 99;
transform: translateY(-100%);
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;}
.mobile-menu-container.open {
    transform: translateY(0);}
.mobile-menu {padding: 4.5rem;height: 100%;overflow-y: auto;padding-top: 6rem;}
.footer-info {
    padding-top: 3.5rem;
    font-size: 9px;
    line-height: 16px;
}
.banner-title h2 {font-size: 38px;line-height: 40px;}
.banner-title h2 span {
font-size: 38px;
line-height: 44px;}
.content-img {
    height: 30vh;
}
.footer-desktop{
    padding: 5rem 0 3rem 0;
}
.sub-col-body-child.active::before {
    top: 22px;
}
.sub-col-body-child.active span {
    margin-left: 19px;
}
.text-content h2 {
    font-size: 30px;
    line-height: 35px;
}
.text-content h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
}































































/* AIR */
@media only screen 
and (min-device-width: 1100px) 
and (max-device-width: 1200px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {

    .hero-b {
        padding-top: 0;
    }
    .hero {
        padding-top: 10rem;
    }
    .hero-title-b h1 {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-b h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-c h1{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-c h2{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-c h1 span{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-d h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-d h1{
        font-size: 60px;
        line-height: 56px;
    }
    .banner-cert-title h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .banner-cert-title h2 span{
        font-size: 50px;
        line-height: 54px;
    }
    .breadcrumbs-container ul {
        flex-wrap: wrap;
    }
    .breadcrumbs-container li {
        font-size: 12px;
    }
    .logo-tipo {
        width: 7rem;
    }
    .right-buttons-container {
        transform: translateX(110%);
        gap: 10px;
        transition: all 0.3s ease;
    }
    .scroll .right-buttons-container {
        transform: translateX(15%);
        gap: 10px
    }
    .btn-right:hover {
        transform: translateX(0%);
    }
    .btn-right {
        padding: 0.8rem 0.8rem;
    }
    .btn-right svg {
        width: 1.2rem;
        height: 1.2rem;
    }
    .btn-right span {
        display: none;
    }
    .right-buttons-container.close {
        transform: translateX(110%);
    }




    .banner-card-cta {
        padding: 15px 13px;
    }
    .soste-container {
        gap: 1rem;
        flex-direction: column;
        padding-bottom: 3rem;
    }
    .blog-card-btn{
        display: none;
    }
    .blog-ban-card {
        padding-bottom: 2rem;
    }
    .find-left {
        gap: 1rem;
    }
    .contatti-text h4 {
        font-size: 23px;
        line-height: 23px;
    }
    .contatti-card {
        gap: 2rem;
    }
    .contatti-cards-container {
        gap: 2rem;
    }
    .banner-cards-container.tablet-column {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        background-color: #fff;
        gap: 2rem;
    }
    .controls {
        margin: auto 2rem;
    }
    .hermans-img {
        height: 10rem;
    }
    .hermans-gallery-container {
        height: 22rem;
    }
    .other-news {
        justify-content: flex-start;
        gap: 3rem;
        align-items: flex-start;
    }
    .other-news-img {
        height: 6rem;
        width: 20%;
    }
    .col-tab {
        width: 100%;
    }
    .template-image {
        height: 51vh;
        margin: 1rem 0
    }
    .news-content {
        flex-direction: column;
        gap: 1rem;
    }
    .blog-tab-menu li {
        padding: 10px 5px;
        font-size: 10px;
    }
    .blog-card-cta {
        display: none;
    }
    .news-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .made-img {
        height: 68vh;
        margin-top: 4rem;
    }
    .become-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
    .cert-img {
        height: 5rem;
    }
    .impianti-video-container {
        height: 66vh;
        margin-top: 3rem;
        padding-right: 0;
    }
    .mob-col-reverse{
        flex-direction: column-reverse;
    }
    .numbers {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .num-image {
        height: 5rem;
    }
    .numbers-col {
        padding: 1rem;
    }
    .num-name span {
        font-size: 30px;
        line-height: 33px;
    }
    .num span {
        font-size: 50px;
        line-height: 50px;
    }
    .qual-p{
        width: 60%;
    }
    .quality-banner {
        padding-bottom: 8rem;
        background-position: bottom -4rem right -4rem;
    }
    .banner-cards-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background-color: #fff;
        gap: 2rem;
    }
    .prod-swiper-nav {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        flex-direction: row;
        justify-content: center;
    }
    .card {
        padding: 2rem;
    }


    /*________________________________________________________________________________/*
    /*MENU*/

    main{
        overflow: hidden;

    }
    
    .top-head {
        display: none;
    }
    
    .navigation-bar{
        display: none;
    }
    
    .head-cta{
        display: none;
    }
    

    .navbar-cont {
        height: 5rem;
    }
    
    .logo-gramma-div svg {
        width: 7rem;
    }
    
    .logo-tipo-div svg {
        width: 9rem!important;
    }
    
    .menu-mobile{
        display: block;
    }
    .navbar-cont {
        width: 100%;
    }
    
    
    .menu-mobile{
        display: block;
        z-index: 100;
        cursor: pointer;
    }

    .mobile-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #f0f0f0;
        transition: right 0.5s cubic-bezier(.215, .61, .355, 1);
        z-index: 99;
    }
    
    .mobile-menu-container.open {
        right: 0;
    }
    
    .mobile-menu {
        padding: 8rem;
        height: 100%;
        overflow-y: auto;
        padding-top: 6rem;
        padding-bottom: 2rem;
    }
    
    .mobile-menu-list {
        list-style-type: none;
        padding: 0;
    }
    
    .mobile-menu-list a {
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: 700;
        display: block;
        width: 100%;
    }
    
    .menu-icon svg {
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
        stroke: #56565b;
    }
    
    .menu-mobile.open .menu-icon svg {
        transform: rotate(90deg);
    }
    
    .scroll .cls-999{
        stroke: #56565b;
    }
   


    /*FOOTER*/

    .footer-info {
        font-size: 10px;
    }
    .footer-info span::after {
        content: "";
    }
    .footer-info span {
        padding: 0;
    }








/*new tablet*/
.col-desk-8{
    width: 100%
}
.bonus-img {
    height: 8rem;
    width: 12rem;
    margin-bottom: 1.5rem;
}
.colors-container {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}
.minimal-img {
    height: 46vh;
}
.finespan {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
}
.info-fines-desc {
    padding-top: 2rem;
}
.handle-container {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem 0;
}
.handle-card {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
}
.handle-img {
    height: 140px;
}
.taglio-img {
    display: none;
}
.taglio-img-mobile{
    display: block;
    height: 45vh;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/frontend/img/png/design_taglionovanta.png);
    margin-top: 0;
    transform: none;
    margin-bottom: 3rem;
}
.swiper-nav-b.design {
    top: 80%;
    justify-content: center;
    gap: 6rem;
}
.forme-img {
    height: 29vh;
}
.taglio-container {
    justify-content: flex-start;
    gap: 5rem;
}
.desk-none{
    display: block;
}
.color-card {
    justify-content: flex-start;
}
.finestructure {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.section-colors, .section-handle {
    padding-top: 3rem;
}
.taglio-section {
    padding-top: 0;
}
.ingle-img {
    height: 90vh;
}
.sicu-img {
    height: 40vh;
}
.anti-img {
    height: 40vh;
}
.swiper-nav.home-swiper-nav {
    display: none;
}




/*FIXING*/
.correlati-grid {
    grid-template-columns: repeat(1, 1fr);
}
.splash-hero-container {
    gap: 2rem;
    border-bottom-right-radius: 35px;
}
.splash-hero {
    padding: 0;
    padding-top: 10rem;
    padding-right: 2rem;
    padding-left: 7.5rem;
    padding-bottom: 10rem;
    min-height: 50vh;
}
.prod-img {
    height: 100%;
    min-height: 50vh;
    border-bottom-right-radius: 35px;
}
.content-img {
    height: 50vh;
    background-position: left!important;
}
.image-content {
    padding-top: 0;
}
.product-b.swiper-slide {
    height: 70vh;
}

.suggest-cards-container {
    grid-template-columns: 1fr;
}

/*new menu*/
.mobile-menu-list li svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.mobile-menu-list li a, .submenu-list li a {
    font-size: 25px;
    padding: 20px 0;
}
.mobile-menu-list li svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.logo {
    width: 7rem;
}
.logo-gramma-div {
    width: 2.5rem;
}
.logo-gramma {
    width: 2.5rem;
}
.logo-tipo {
    width: 9rem;
}
.logo-tipo-div {
    margin-left: 0.5rem;
    width: 9rem;
}
.scroll .logo-gramma {
    width: 2.4rem;
}
.scroll .logo-gramma-div svg {
    width: 7rem;
}
.submenu.active {
    padding: 8rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
}
.submenu-title {
    font-size: 25px;
}
.submenu-trigger svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.back-button svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.submenu-header {
    gap: 25px;
}
.submenu-list li a {
    padding-left: 56px;
}
.porte-img {
    background-position: center left;
}
.info-prod-buttons {
    padding-top: 0;
}
.icon-list-half-content {
    gap: 2rem;
    width: 100%;
}
.info-prod-desc {
    gap: 3rem;
}
.slider-product-half{
    padding-top: 0;
}
.banner-title {
    padding-bottom: 0;
}
.reverse_mobile .double-columns-container {
    flex-direction: column-reverse;
    gap: 0;
}
.right .icon-list-half {
    padding-left: 0;
}

.creat-img {
    height: 32vh;
}
.height-max {
min-height: 55vh;
}
/*FAIL*/
.head{background-color: transparent;}
.scroll .head {box-shadow: none;}
.bgd-nav {box-shadow: none;background-color: #122b54;padding: 0 2rem;}
.logo-gramma-div {width: 7rem;}
.hero-inside-container h1 {font-size: 75px;line-height: 75px;}
.hero-inside-container h2 {font-size: 75px;line-height: 75px;}
.hero-inside-container {gap: 1rem;width: 100%;}
.custom-pagination {left: 10.5rem;bottom: 12rem;}
.single-line {padding: 1.5rem;border-radius: 25px;justify-content: flex-start;}
.single-line svg {
width: 2rem;}
.single-line h4 {font-size: 32px;line-height: 32px;}
.single-line p{
display:none;}
.tab-linee-container {/* flex-direction: column; */gap: 1rem;background-color: #fff;margin-bottom: 3rem;}
.section-withe {border-radius: 35px;padding-top: 3rem;padding-bottom: 3rem;}
.shadow-container {
    gap: 4rem;
    }
.section-shadow {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 35px;
    margin-top: -3rem;
    }
.section-navy {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    border-radius: 35px;
    }
.shadow-card{
    gap: 4rem;
    }
.btrr-0{
    border-top-right-radius: 35px;}
.mask{
display: none;}
.home-container {
align-items: flex-start;
}
.home-img {height: 30vh;border-radius: 25px;}
.section-blue {/* padding-top: 1.5rem; */padding-bottom: 6.5rem;border-radius: 35px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.banner-products {margin-top: -2rem;border-radius: 35px;padding-top: 3rem;padding-bottom: 3rem;}
.absolute-img{
border-radius:30px;
border-bottom-left-radius:0;
border-bottom-right-radius:0;}
.absolute-img.mobile{display: none;}
.cat-content-text p {
display: none;}
.banner-small h4 {font-size: 32px;line-height: 37px;}
.products-wrapper {padding: 1.5rem 0;padding-bottom: 0;}
.home-gallery {margin-top: 0;}
.swiper-slide.home-pic {height: 40vh;}
.home-swiper, .home-pic {border-top-left-radius: 0;border-top-right-radius: 0;height: 40vh;border-bottom: 0;}
.prev-d {
transform: translateX(1.3rem);}
.next-d {
transform: translateX(-1.3rem);}
.home-pic .image_title {opacity: 1;transform: translateY(0);padding: 1.5rem;}
.scroll .logo-gramma-div svg{
fill: #fff;}
.scroll .logo-gramma-div .cls-1{
fill: #fff;}
.scroll .bgd-nav {
    background-color: #122b54;
    border-color: #122b54;
    margin-top:1rem;
    border-radius: 20px;}
.grid-container {
gap: 1rem;}
.grid-item.width-100 {width: calc(50% - .5rem);height: 15rem!important;}
.grid-item.width-25{width: calc(50% - .5rem);height: 15rem!important;}
.grid-item.width-50{width: calc(50% - .5rem);height: 15rem!important;}
.glight-img .image_title {
opacity: 1;}
.banner-small-container .cat-list{
    display: none;}
.banner-small-container {
    gap: 2rem;}
.product-title p {
    display: none;}
.product-details {
    height: 100%;
    gap: 1rem;
    }
.product-title h4 {
    font-size: 27px;
    line-height: 29px;
    }
.product {
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;}
.product:hover {
    background-color: #f7f7f7;
    /* border: 2px solid #d1d5dc; */
    box-shadow: none;
    }
.product-img {
    height: 15rem;
    width: 100%;
    }
.product-cta {
    padding: 15px 1.5rem;
    gap: 1rem;
 }
.product.macro {
    padding: 2rem;
    background-color: inherit;
    border-color: #d1d5dc;
    box-shadow: none!important;}
.product.macro::before {
    opacity: 1;
    filter: brightness(0.6);}
.product.macro h4{
    color: #fff;
    font-size: 33px;
    line-height: 36px;
    font-weight: 400;}
.product.macro .product-span{
    display: none;}
.product.macro .product-cta {
    padding: 15px 1.5rem;}
.hero-title-f h1 {
    font-size: 40px;
    line-height: 44px;}
.section-container.divisore .double-columns-container .left {
    border-right:0;}
.section-container.first-section {
    border-top-left-radius: 35px;
    border-top-right-radius: 0;
    padding-top: 3rem;
    }
    .section-container.last-section {
    padding-top: 3rem;
    }
.section-container.last-section {
    padding-bottom: 5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }
.section-colors .container {
    padding-top: 0;
    border-top: 0;}
.section-colors{
    background: #fff;
    position: relative;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-top: -2rem;
    z-index: 1;
    padding-bottom: 3rem;
    }
.section-navy.full {
    border-radius: 35px;}
.hero-title-z {
    gap: 1rem;}
.slider-product-half .swiper {
    border-radius: 35px;}
.product-b.swiper-slide {
    border-radius: 35px;
    height: 45vh;
    }
.prod-img.height-max {
    margin-top: 8rem;
    min-height: 50vh;
    }
.filter-group-wrapper {
    width: 100%;}
.filter-card {
    width: 100%;
    padding: 10px 0rem;}
.filter-section {
    gap: 1rem;
    flex-direction: column;
    padding-bottom: 5rem;}
.filter-label {
    margin-bottom: 0.5rem;
    padding-left: 0.2rem;}
.product-desc-p{
    display: none;}
.home-form-title-container h4{
    font-size: 30px;
    line-height: 35px;}
.section-navy.inverted {
    border-radius: 35px;}
.section-navy.bbr-0{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;}
.posizioni-section{
    border-radius: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;}
.posizioni-cards-container {
    padding-top: 0;}
.posizioni-header{
    gap:2rem;}
.posizioni-card {
    height: 7rem}
.posizioni-header h4 {
    font-size: 33px;
    line-height: 36px;
    max-height: 80px;}
.posizioni-card.active {
    height: max-content;}
.posizioni-card.big.active {
    height: max-content;}
.hero.small {
    padding-bottom: 2rem;}
.cat-list a .cat-content.blue {
    border-bottom: 3px dotted #122b54;
    gap: 2rem;}
.cat-list a .cat-content-text.blue h6, .cat-list a:hover .cat-content-text.blue p {
    color: #122b54;
    font-size: 32px;
    line-height: 37px;
    }
.cat-list a .cat-content-svg svg {
    transform: translateX(0);
    opacity: 1;}
.filter-card span {
    font-size: 11px;
    line-height: 14px;}
.filter-label span {
    font-size: 14px;}
.color-text h4, .accessory-text h4,
.color-text h5, .accessory-text h5{
    font-size: 14px;
    line-height: 16px;}
.chad-container {
    max-width: 960px;
    }
.swiper-nav-b{
    top: 50%;}
.footer-col-left {
    justify-content: space-between;}
.hero-section {
    height: 90vh;
    }
.swiper-slide.hero-slide {
    height: 90vh;
    }
.logo-gramma-div svg{
fill: #fff;}
.logo-gramma-div .cls-1{
fill: #fff;}
.blog-tab-menu {
margin-top: 2rem;
}
.sub-col-body {
    padding: 1rem 3rem;
}
.mobile-menu-list .sub-col-body-child {
    font-size: 23px;
    line-height: 27px;
    padding: 23px 0;
}
.footer-office h6 {
    font-size: 14px;
    line-height: 21px;
}
.office-det {
    font-size: 13px;
    line-height: 20px;
}
.minimal-list li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.min-svg {
    width: 1.5rem;
    height: 1.5rem;
}
.min-title h6 {
    line-height: 30px;
}
.image_title_p{
bottom: 1rem;
}
.image_title_p span{
    font-size: 12px;
    line-height: 14px;
}
.color-img, .accessory-img {
    height: 100px;
}
.single-line.small {padding: 1rem 2rem;border-radius:20px;gap: 1.5rem;}
.single-line svg{
width: 2rem;}
.single-line.small svg{width: 2rem;}
.single-line h4 {font-size: 32px;line-height: 32px;margin: 0;}
.single-line.small h4 {margin:0;font-size: 22px;line-height: 28px;}
.navigation-bar {
    display: none;
}
.mobile-menu-container {
display: block;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100vh;
background-color: #122b54;
transition: transform 0.5s cubic-bezier(.215, .61, .355, 1);
z-index: 99;
transform: translateY(-100%);
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;}
.mobile-menu-container.open {
    transform: translateY(0);}
    .mobile-menu {
        padding: 9.5rem;
        height: 100%;
        overflow-y: auto;
        padding-top: 8rem;
    }
.footer-info {
    padding-top: 3.5rem;
    font-size: 9px;
    line-height: 16px;
}
.banner-title h2 {font-size: 38px;line-height: 40px;}
.banner-title h2 span {
font-size: 38px;
line-height: 44px;}
.content-img {
    height: 30vh;
}
.footer-desktop{
    padding: 5rem 0 3rem 0;
}
.big_tablet_land{
    display: block;
}
.mask svg {
    width: 3rem;
    height: 3rem;
    top: -3rem;
}
.sub-col-body-child.active::before {
    top: 22px;
}
.sub-col-body-child.active span {
    margin-left: 19px;
}
.text-content h2 {
    font-size: 30px;
    line-height: 35px;
}
.text-content h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
}


























































































/* PRO */
@media only screen 
and (min-device-width: 1366px) 
and (max-device-width: 1366px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {

    .hero-b {
        padding-top: 0;
    }
    .hero {
        padding-top: 10rem;
    }
    .hero-title-b h1 {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-b h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-c h1{
        font-size: 50px;
        line-height: 50px;
    }
        .hero-title-c h2{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-c h1 span{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-d h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-d h1{
        font-size: 60px;
        line-height: 56px;
    }
    .banner-cert-title h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .banner-cert-title h2 span{
        font-size: 50px;
        line-height: 54px;
    }
    .breadcrumbs-container ul {
        flex-wrap: wrap;
    }
    .breadcrumbs-container li {
        font-size: 12px;
    }
    .logo-gramma {
        width: 2rem;
    }
    .logo-tipo {
        width: 7rem;
    }
    .right-buttons-container {
        transform: translateX(110%);
        gap: 10px;
        transition: all 0.3s ease;
    }
    .scroll .right-buttons-container {
        transform: translateX(15%);
        gap: 10px
    }
    .btn-right:hover {
        transform: translateX(0%);
    }
    .btn-right {
        padding: 0.8rem 0.8rem;
    }
    .btn-right svg {
        width: 1.2rem;
        height: 1.2rem;
    }
    .btn-right span {
        display: none;
    }
    .right-buttons-container.close {
        transform: translateX(110%);
    }







    .news-img {
        height: 68vh;
    }
    .find-left {
        gap: 1rem;
    }
    .contatti-text h4 {
        font-size: 23px;
        line-height: 23px;
    }
    .contatti-card {
        gap: 2rem;
    }
    .contatti-cards-container {
        gap: 2rem;
    }
    .banner-cards-container.tablet-column {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        background-color: #fff;
        gap: 2rem;
    }
    .controls {
        margin: auto 2rem;
    }
    .hermans-img {
        height: 12rem;
    }
    .hermans-gallery-container {
        height: 26rem;
    }
    .other-news {
        justify-content: flex-start;
        gap: 3rem;
        align-items: flex-start;
    }
    .other-news-img {
        height: 6rem;
        width: 20%;
    }
    .col-tab {
        width: 100%;
    }
    .template-image {
        height: 46vh;
        margin: 1rem 0
    }
    .news-content {
        flex-direction: column;
        gap: 1rem;
    }
    .blog-tab-menu li {
        padding: 15px 20px;
        font-size: 11px;
    }
    .news-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .become-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
    .cert-img {
        height: 5rem;
    }
    .impianti-video-container {
        height: 28vh;
    }
    .numbers {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .num-image {
        height: 5rem;
    }
    .numbers-col {
        padding: 1rem;
    }
    .num-name span {
        font-size: 30px;
        line-height: 33px;
    }
    .num span {
        font-size: 50px;
        line-height: 50px;
    }
    .qual-p{
        width: 70%;
    }
    .quality-banner {
        padding-bottom: 8rem;
        background-position: bottom -4rem right -4rem;
    }
    .banner-cards-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background-color: #fff;
        gap: 2rem;
    }
    .prod-swiper-nav {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        flex-direction: row;
        justify-content: center;
    }
    .card {
        padding: 2rem;
    }


    /*________________________________________________________________________________/*
    /*MENU*/

    main{
        overflow: hidden;

    }
    
    .top-head {
        display: none;
    }
    
    .navigation-bar{
        display: none;
    }
    
    .head-cta{
        display: none;
    }
    

    .navbar-cont {
        height: 6rem;
    }
    
    .logo-gramma-div svg {
        width: 7rem!important;
    }
    
    .logo-tipo-div svg {
        width: 10rem!important;
    }
    
    .menu-mobile{
        display: block;
    }
    .navbar-cont {
        width: 100%;
    }
    
    
    .menu-mobile{
        display: block;
        /* width: 2.4rem; */
        /* height: 4rem; */
        position: relative;
        z-index: 100;
        cursor: pointer;
    }
    
    .menu-icon{
        display: flex;
        /* height: 100%; */
        /* align-items: center; */
        position: relative;
        z-index: 999;
        /* color: #fff; */
    }
    
    .mobile-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #122b54;
        transition: transform 0.5s cubic-bezier(.215, .61, .355, 1);
        z-index: 99;
        transform: translateY(-100%);
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    
.mobile-menu-container.open {
    transform: translateY(0);}
    
    .mobile-menu {
        padding: 8.5rem;
        height: 100%;
        overflow-y: auto;
        padding-top: 11rem;
        padding-bottom: 2rem;
    }
    
    .mobile-menu-list {
        list-style-type: none;
        padding: 0;
        padding-top: 2rem;
    }
    
.mobile-menu-list li a, .submenu-list li a {
        font-size: 22px;
        padding: 20px 0;
    }
    
    .mobile-menu-list {
        list-style-type: none;
        padding: 0;
    }

    
    .mobile-menu-list a {
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: 700;
        display: block;
        width: 100%;
    }
    
    .menu-icon svg {
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
        stroke: #56565b;
    }
    
    .menu-mobile.open .menu-icon svg {
        transform: rotate(90deg);
    }
    
    .scroll .cls-999{
        stroke: #56565b;
    }
   


    /*FOOTER*/

    .footer-info {
        font-size: 10px;
    }
    .footer-info span::after {
        content: "";
    }
    .footer-info span {
        padding: 0;
    }



/*new tablet*/
.col-desk-8{
    width: 100%
}
.bonus-img {
    height: 8rem;
    width: 12rem;
    margin-bottom: 1.5rem;
}
.minimal-img {
    height: 42vh;
}
.forme-img {
    height: 27vh;
}
.mini-right-img {
    height: 65vh;
}
.handle-container {
    grid-template-columns: repeat(6, 1fr);
    gap: 0 1rem;
}
.handle-card {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
}
.handle-img {
    position: relative;
    height: 170px;
}
.color-card {
    justify-content: flex-start;
}
.finestructure {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.section-colors, .section-handle {
    padding-top: 3rem;
}
.finespan {
    margin-top: 2rem;
}
.info-fines-desc {
    padding-top: 2rem;
}

.col-tab-8{
    width: 66.66666667%;
}
.ingle-img {
    height: 90vh;
}
.sicu-img {
    height: 40vh;
}
.anti-img {
    height: 40vh;
}
.swiper-nav.home-swiper-nav {
    display: none;
}

/*FIXING*/
.prod-img{
    min-height: 50vh;
    height: 100%;
    border-bottom-right-radius: 35px;
}
.content-img {
    height: 55vh;
}
.correlati-grid {
    grid-template-columns: repeat(1, 1fr);
}


/*new menu*/
.mobile-menu-list li svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.mobile-menu-list li a, .submenu-list li a {
    font-size: 25px;
}
.mobile-menu-list li svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.logo {
    width: 7rem;
}
.logo-gramma-div {
    width: 7rem;
}
.logo-gramma {
    width: 3rem;
}
.logo-tipo {
    width: 10rem;
}
.logo-tipo-div {
    margin-left: 1rem;
    width: 10rem;
}
.scroll .logo-gramma {
    width: 3rem;
}
.scroll .logo-gramma-div svg {
    width: 2.9rem;
}
.submenu.active {
    padding: 8rem;
    padding-top: 7rem;
    padding-bottom: 2rem;
}
.submenu-title {
    font-size: 25px;
}
.submenu-trigger svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.back-button svg {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.submenu-header {
    gap: 25px;
}
.submenu-list li a {
    padding-left: 56px;
}

.porte-img {
    background-position: center left;
}
.info-prod-buttons {
    padding-top: 0;
}
.icon-list-half-content {
    gap: 2rem;
}
.info-prod-desc {
    gap: 3rem;
}
.slider-product-half{
    padding-top: 3rem;
}
.banner-title {
    padding-bottom: 0;
}
.hero-section {
    height: 80vh;
}
.swiper-slide.hero-slide {
    height: 80vh;
}
.slider-product-half .product-b.swiper-slide {
    height: 40vh;
}
.creat-img {
    height: 31vh;
}
.height-max {
    min-height: 55vh;
}

/*FAIL*/
.head{background-color: transparent;}
.scroll .head {box-shadow: none;}
.bgd-nav {box-shadow: none;background-color: #122b54;padding: 0 2rem;}
.logo-gramma-div {width: 7rem;}
.hero-inside-container h1 {font-size: 75px;line-height: 75px;}
.hero-inside-container h2 {font-size: 75px;line-height: 75px;}
.hero-inside-container {gap: 1rem;width: 100%;}
.custom-pagination {left: 10.5rem;bottom: 12rem;}
.single-line {padding: 1.5rem;border-radius: 25px;justify-content: flex-start;}
.single-line svg {
width: 2rem;}
.single-line h4 {font-size: 32px;line-height: 32px;}
.single-line p{
display:none;}
.tab-linee-container {/* flex-direction: column; */gap: 1rem;background-color: #fff;margin-bottom: 3rem;}
.section-withe {border-radius: 35px;padding-top: 3rem;padding-bottom: 3rem;}
.shadow-container {
    gap: 4rem;
    }
.section-shadow {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 35px;
    margin-top: -3rem;
    }
.section-navy {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    border-radius: 35px;
    }
.shadow-card{
    gap: 4rem;
    }
.btrr-0{
    border-top-right-radius: 35px;}
.mask{
display: none;}
.home-container {
align-items: flex-start;
}
.home-img {height: 30vh;border-radius: 25px;}
.section-blue {/* padding-top: 1.5rem; */padding-bottom: 6.5rem;border-radius: 35px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.banner-products {margin-top: -2rem;border-radius: 35px;padding-top: 3rem;padding-bottom: 3rem;}
.absolute-img{
border-radius:30px;
border-bottom-left-radius:0;
border-bottom-right-radius:0;}
.absolute-img.mobile{display: none;}
.cat-content-text p {
display: none;}
.banner-small h4 {font-size: 32px;line-height: 37px;}
.products-wrapper {padding: 1.5rem 0;padding-bottom: 0;}
.home-gallery {margin-top: 0;}
.swiper-slide.home-pic {height: 40vh;}
.home-swiper, .home-pic {border-top-left-radius: 0;border-top-right-radius: 0;height: 40vh;border-bottom: 0;}
.prev-d {
transform: translateX(1.3rem);}
.next-d {
transform: translateX(-1.3rem);}
.home-pic .image_title {opacity: 1;transform: translateY(0);padding: 1.5rem;}
.scroll .logo-gramma-div svg{
fill: #fff;}
.scroll .logo-gramma-div .cls-1{
fill: #fff;}
.scroll .bgd-nav {
    background-color: #122b54;
    border-color: #122b54;
    margin-top:1rem;
    border-radius: 20px;}
.grid-container {
gap: 1rem;}
.grid-item.width-100 {width: calc(50% - .5rem);height: 15rem!important;}
.grid-item.width-25{width: calc(50% - .5rem);height: 15rem!important;}
.grid-item.width-50{width: calc(50% - .5rem);height: 15rem!important;}
.glight-img .image_title {
opacity: 1;}
.banner-small-container .cat-list{
    display: none;}
.banner-small-container {
    gap: 2rem;}
.product-title p {
    display: none;}
.product-details {
    height: 100%;
    gap: 1rem;
    }
.product-title h4 {
    font-size: 27px;
    line-height: 29px;
    }
.product {
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;}
.product:hover {
    background-color: #f7f7f7;
    /* border: 2px solid #d1d5dc; */
    box-shadow: none;
    }
.product-img {
    height: 15rem;
    width: 100%;
    }
.product-cta {
    padding: 15px 1.5rem;
    gap: 1rem;
 }
.product.macro {
    padding: 2rem;
    background-color: inherit;
    border-color: #d1d5dc;
    box-shadow: none!important;}
.product.macro::before {
    opacity: 1;
    filter: brightness(0.6);}
.product.macro h4{
    color: #fff;
    font-size: 33px;
    line-height: 36px;
    font-weight: 400;}
.product.macro .product-span{
    display: none;}
.product.macro .product-cta {
    padding: 15px 1.5rem;}
.hero-title-f h1 {
    font-size: 40px;
    line-height: 44px;}
.section-container.divisore .double-columns-container .left {
    border-right:0;}
.section-container.first-section {
    border-top-left-radius: 35px;
    border-top-right-radius: 0;
    padding-top: 3rem;
    }
    .section-container.last-section {
    padding-top: 3rem;
    }
.section-container.last-section {
    padding-bottom: 5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }
.section-colors .container {
    padding-top: 0;
    border-top: 0;}
.section-colors{
    background: #fff;
    position: relative;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-top: -2rem;
    z-index: 1;
    padding-bottom: 3rem;
    }
.section-navy.full {
    border-radius: 35px;}
.hero-title-z {
    gap: 1rem;}
.slider-product-half .swiper {
    border-radius: 35px;}
.product-b.swiper-slide {
    border-radius: 35px;
    height: 45vh;
    }
.prod-img.height-max {
    margin-top: 8rem;
    min-height: 40vh;
    }
.filter-group-wrapper {
    width: 100%;}
.filter-card {
    width: 100%;
    padding: 10px 0rem;}
.filter-section {
    gap: 1rem;
    flex-direction: column;
    padding-bottom: 5rem;}
.filter-label {
    margin-bottom: 0.5rem;
    padding-left: 0.2rem;}
.product-desc-p{
    display: none;}
.home-form-title-container h4{
    font-size: 30px;
    line-height: 35px;}
.section-navy.inverted {
    border-radius: 35px;}
.section-navy.bbr-0{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;}
.posizioni-section{
    border-radius: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;}
.posizioni-cards-container {
    padding-top: 0;}
.posizioni-header{
    gap:2rem;}
.posizioni-card {
    height: 7rem}
.posizioni-header h4 {
    font-size: 33px;
    line-height: 36px;
    max-height: 80px;}
.posizioni-card.active {
    height: max-content;}
.posizioni-card.big.active {
    height: max-content;}
.hero.small {
    padding-bottom: 2rem;}
.cat-list a .cat-content.blue {
    border-bottom: 3px dotted #122b54;
    gap: 2rem;}
.cat-list a .cat-content-text.blue h6, .cat-list a:hover .cat-content-text.blue p {
    color: #122b54;
    font-size: 32px;
    line-height: 37px;
    }
.cat-list a .cat-content-svg svg {
    transform: translateX(0);
    opacity: 1;}
.filter-card span {
    font-size: 11px;
    line-height: 14px;}
.filter-label span {
    font-size: 14px;}
.color-text h4, .accessory-text h4,
.color-text h5, .accessory-text h5{
    font-size: 14px;
    line-height: 16px;}
.chad-container {
    max-width: 1140px;
    }
.swiper-nav-b{
    top: 50%;}
.footer-col-left {
    justify-content: space-between;}
.hero-section {
    height: 90vh;
    }
.swiper-slide.hero-slide {
    height: 90vh;
    }
.logo-gramma-div svg{
fill: #fff;}
.logo-gramma-div .cls-1{
fill: #fff;}
.blog-tab-menu {
margin-top: 2rem;
}
.sub-col-body {
    padding: 1rem 3rem;
}
.mobile-menu-list .sub-col-body-child {
    font-size: 23px;
    line-height: 27px;
    padding: 23px 0;
}
.footer-office h6 {
    font-size: 14px;
    line-height: 21px;
}
.office-det {
    font-size: 13px;
    line-height: 20px;
}
.minimal-list li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.min-svg {
    width: 1.5rem;
    height: 1.5rem;
}
.min-title h6 {
    line-height: 30px;
}
.image_title_p{
bottom: 1rem;
}
.image_title_p span{
    font-size: 12px;
    line-height: 14px;
}
.color-img, .accessory-img {
    height: 100px;
}
.single-line.small {padding: 1rem 2rem;border-radius:20px;gap: 1.5rem;}
.single-line svg{
width: 2rem;}
.single-line.small svg{width: 2rem;}
.single-line h4 {font-size: 32px;line-height: 32px;margin: 0;}
.single-line.small h4 {margin:0;font-size: 22px;line-height: 28px;}
.navigation-bar {
    display: none;
}
.mobile-menu-container {
display: block;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100vh;
background-color: #122b54;
transition: transform 0.5s cubic-bezier(.215, .61, .355, 1);
z-index: 99;
transform: translateY(-100%);
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;}
.mobile-menu-container.open {
    transform: translateY(0);}
    .mobile-menu {
        padding: 9.5rem;
        height: 100%;
        overflow-y: auto;
        padding-top: 8rem;
    }
.footer-info {
    padding-top: 3.5rem;
    font-size: 9px;
    line-height: 16px;
}
.banner-title h2 {font-size: 38px;line-height: 40px;}
.banner-title h2 span {
font-size: 38px;
line-height: 44px;}
.content-img {
    height: 30vh;
}
.footer-desktop{
    padding: 5rem 0 3rem 0;
}
.big_tablet_land{
    display: block;
}
.mask svg {
    width: 3rem;
    height: 3rem;
    top: -3rem;
}
.sub-col-body-child.active::before {
    top: 22px;
}
.sub-col-body-child.active span {
    margin-left: 19px;
}
.text-content h2 {
    font-size: 30px;
    line-height: 35px;
}
.text-content h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
}