@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');

:root{
    /*FONTS*/
    --font-body:"Wix Madefor Text", sans-serif;
    --font-titles:"Wix Madefor Display", sans-serif;
    --font-regular:400;
    --font-bold:700;
    --bs-body-font-size:16px;

    /*COLORS*/
    --bs-primary:#CBDEE7;
    --bs-secondary:#073E5D;

    --bs-primary-rgb:203, 222, 231;
    --bs-secondary-rgb:7, 62, 93;
}

body{
    font-family: var(--font-body);
    font-weight: var(--font-regular);
    --bs-body-bg:#073E5D;
}
::-moz-placeholder{
    color:var(--bs-primary);
    font-weight: var(--font-regular);
}
::placeholder{
    color:var(--bs-primary);
    font-weight: var(--font-regular);
}
::-ms-input-placeholder {
    color:var(--bs-primary);
    font-weight: var(--font-regular);
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5{
    font-family: var(--font-titles);
    font-weight: var(--font-regular);
    line-height: 1.2;
}

.display-5,
.video-contents-list li,
.contact-lists li,
.dropdown .dropdown-item{
    font-weight: var(--font-regular);
}

.subtitle{
    line-height: 1.2;
}

.btn-link{
    --bs-btn-font-size:var(--bs-body-font-size);
}


/*
==================================================
===================== COLORS =====================
==================================================
*/

.text-light{
    color:var(--bs-primary) !important;
}

footer.section-footer.bg-primary{
    color:var(--bs-secondary);
    --bs-border-color:var(--bs-secondary);
}
footer.section-footer.bg-primary .link-hover-animation-1{
    --bs-link-color-rgb:var(--bs-secondary-rgb);
    --bs-link-hover-color-rgb:var(--bs-secondary-rgb);
    --bs-link-hover-animation-color:var(--bs-secondary);
}
footer.section-footer.bg-primary .contact-lists li::after{
    background-color: var(--bs-secondary);
}
.shop-image-wrapper::before{
    background-color: rgba(var(--bs-secondary-rgb), .4);
}


/*
==================================================
===================== HEADER =====================
==================================================
*/

/*.section-header .logo-dark{
    display: none;
}
.section-header .logo-light{
    display: block;
}*/
.header-bg-1.sticky,
.header-bg-2{
    background-color:var(--bs-secondary);
    /*--bs-link-color-rgb:var(--bs-secondary);
    --bs-link-hover-animation-color:var(--bs-secondary);*/
}
/*
.header-bg-2 .top-bar-contact-lists{
    border-color: var(--bs-secondary);
}
.header-bg-2 .contact-lists li::after{
    background:var(--bs-secondary);
}*/
.header-bg-2 .nav-border,
.header-bg-1 .nav-border{
    --bs-navbar-border-color:var(--bs-primary);
    border-top:1px solid var(--bs-navbar-border-color);
    border-bottom:1px solid var(--bs-navbar-border-color);
}

/* STICKY BEHAVIOUR */
/*.header-bg-2.sticky .top-bar{
    display: none;
}
.section-header.sticky .navbar-nav{
    --bs-nav-link-color:var(--bs-secondary);
}
.section-header.sticky .logo-dark{
    display: block;
}
.section-header.sticky .logo-light{
    display: none;
}*/
.nav-link{
    --bs-nav-link-font-weight:var(--font-regular);
    --bs-nav-link-font-size:var(--bs-body-font-size);
}

.toggler-icon svg{
    fill:var(--bs-primary);
}

.offcanvas .btn-close{
    filter: invert(1);
}
.offcanvas-body{
    padding:0;
}


/*
==================================================
===================== CONTENT ====================
==================================================
*/

.has-overlay{
    position: relative;
}
.has-overlay > *{
    position: relative;
    z-index: 1;
}
.has-overlay:after{
    position: absolute;
    content:'';
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: var(--bs-secondary);
    opacity: .5;
}

.btn{
    font-weight: var(--font-regular);
}

img[class*="aspect--"]{
    object-fit: cover;
    width:100%;
    height: 100%;
}
.aspect--2-3{
    aspect-ratio: 2/3;
}
.aspect--1{
    aspect-ratio: 1;
}
.aspect--3-2{
    aspect-ratio: 3/2;
}

.logo img{
    height: 40px;
}

.section-hero.hero-1{
    height: 100vh;
}
.section-hero .carousel,
.section-hero .carousel .carousel-inner,
.section-hero .carousel .carousel-inner .carousel-item{
    height: 100%;
}
.section-hero .carousel .carousel-item picture:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.section-hero .stroke-heading svg{
    font-size: 72px;
}
.section-hero .hero-heading--small{
    font-size: 72px;
}

.gallery-contents .gallery-wrapper .gallery-info .gallery-description{
    font-weight: var(--font-regular);
}

.feedback-wrapper{
    background-image: url("../images/reccotiles-bagno.jpg");
}

.career-item .number-wrapper{
    position: relative;
}
.career-item .number-wrapper::after{
    content: '';
    position: absolute;
    top:30px;
    height: 1px;
    background-color: var(--bs-primary);
    width: 70px;
    right:-70px;
}
.career-item .stroke-heading-2 svg{
    width: 180px;
}

.section-full-width .image-contents img{
    height: 100vh;
    object-fit: cover;
}

.service-details p{
    line-clamp: none;
    -webkit-line-clamp:none;
}

.shop-2-swiper .shop-details{
    background-color: var(--bs-primary);
}
.shop-2-swiper .shop-details img{
    filter: grayscale(1);
    mix-blend-mode: multiply;
}

.project-gallery-1 .project-gallery-swiper img{
    height: 70vh;
    max-height: 600px;
    object-fit: cover;
    width: auto;
}
.portfolio-image.overlay{
    --bs-overlay-bg: linear-gradient(180deg, rgba(var(--bs-secondary-rgb), .01) 14.06%, rgba(var(--bs-secondary-rgb), .7) 70.2%);
}
.portfolio-wrapper{
    aspect-ratio: 1;
}
.portfolio-wrapper .portfolio-image{
    height: 100%;
}
.portfolio-wrapper .portfolio-image img{
    height: 100%;
    object-fit: cover;
}

.form-control{
    --bs-placeholder-color:rgba(var(--bs-primary-rgb), .3);
}

.video-contents::before{
    height: 100%;
}

.progetti-wrapper .blog-wrapper .blog-details{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px;
    margin:0;
    background: rgb(7,62,93);
    background: -moz-linear-gradient(0deg, rgba(7,62,93,1) 0%, rgba(7,62,93,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(7,62,93,1) 0%, rgba(7,62,93,0) 100%);
    background: linear-gradient(0deg, rgba(7,62,93,1) 0%, rgba(7,62,93,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#073e5d",endColorstr="#073e5d",GradientType=1); 
}

.progetti-wrapper .blog-wrapper .blog-details a{
    color:var(--bs-primary);
}

.pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination span,
.pagination a{
    border:1px solid var(--bs-primary);
    padding:0 15px;
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    margin:0 10px;
    text-decoration: none;
    min-width: 60px;
    text-align: center;
    margin-block: 15px;
}
.pagination .page_disabled{
    cursor: not-allowed;
    opacity: .7;
}
.pagination .page_current,
.pagination a:hover{
    background-color: var(--bs-primary);
    color:var(--bs-secondary);
}


.section-footer .swiper .swiper-wrapper{
    display: flex;
    align-items: center;
}

.prodotti-slide .swiper-button-next,
.prodotti-slide .swiper-button-prev{
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
    width: 52px;
    height: 52px;
}
.prodotti-slide .swiper-button-prev{
    left:15px;
}
.prodotti-slide .swiper-button-next{
    right:15px;
}
.prodotti-slide .swiper-pagination .swiper-pagination-bullet{
    background-color: var(--bs-primary);
    border:1px solid var(--bs-secondary);
}



/*
==================================================
================== MEDIA QUERIES =================
==================================================
*/

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 5.5rem;
  }
  h2, .h2 {
    font-size: 4rem;
  }
  .fs-4{
    font-size: 1.5rem;
  }
}

@media (max-width:1620px){
    .carousel-captions .architronix-button{
        margin-top:36px;
    }
}


@media (max-width: 1199.98px){
    .header-bg-1{
        --bs-header-bg:var(--bs-secondary);
    }
    .header-bg-2 .nav-border,
    .header-bg-1 .nav-border{
        border:none;
    }

    .horizontal-accordion{
        flex-direction: column;
    }
    .gallery-contents.gallery-sm{
        width: 100%;
    }
    .gallery-contents.gallery-sm .gallery-info-wrapper{
        opacity: 1;
    }
}


@media (max-width:991.98px){
    .gallery-contents .gallery-wrapper .gallery-info,
    .gallery-contents .gallery-wrapper .gallery-item{
        padding-left: 30px;
    }
}

@media (max-width:767.98px){
    .section-about:not(.about-2) .about-image{
        --bs-about-image-2-margin-top:0;
        margin-top:var(--bs-about-image-2-margin-top);
    }
    .section-hero .hero-heading--small{
        font-size: 52px;
    }
    .swiper-button-next, .swiper-button-prev{
        top:50%;
        bottom:auto;
        transform:translateY(-50%);
    }
}

/*# sourceMappingURL=custom.css.map */




/* FIX swiper footer loghi */
.shop-2-swiper .swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-2-swiper img {
  width: auto !important;
  height: 60px;        /* scegli tu: 50 / 60 / 70 */
  max-width: 100%;
  object-fit: contain; /* NON cover */
}



/* Video popup nella pagina prodotti */
.video-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    width: 900px !important;
    height: 900px !important;
    margin: 0 auto;
}

.video-popup.active {
    display: flex;
}

.video-popup-inner {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-popup-inner video {
    width: 100%;
    height: 100%;
    background: #000;
}


.video-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    color: #073E5D;
    font-size: 32px;
    border: 0;
    cursor: pointer;
}

.video-prodotti {
    background-color: #073E5D;
    color: white;
    padding: 20px;
}


.loghi-footer {
    height:auto!important;
    gap: 50px !important;

}

.text-muted {
    color:white!important;
}

.showroom-slider {
    border-radius: 10px;
    overflow: hidden;
}

.showroom-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:767.98px){
    .section-about.section-carosello {
      padding-top: 0;
      padding-bottom: 0;
    }
    .section-about.about-2.section-full-width.position-relative.pt-100.pb-120 {
      padding-bottom: 2.5rem;
    }
}


#heroSlider .hero-slider-subtitle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    color: #cce5f0;
    max-width: 650px;
}