/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


html {
	scroll-behavior: smooth !important;
}

#home{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:200px;
    z-index:-2;  
}


/* Fonts */

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Libre Caslon Display', serif;*/
    font-family: "Raleway", sans-serif;
    text-transform: none !important;
    
}

.menu-link {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    text-transform: none;
    letter-spacing: 0.05em;
}
body{

    font-family: "Raleway", sans-serif;
}
#wrapper,
#content {
    background-color: #f8f8f8;
}
.content-wrap {
	padding: 0px 0;
}

.text-right{
    text-align: right;
}

.sendbutton{
    width: 100%;
    margin: 0 0 0 0;
}

ul {
    list-style: none;
}
/* Colors */
.button-gold{
    color: rgb(200, 121, 34);
    border-color: rgb(200, 121, 34);

}
#page-title.page-title-parallax h1 {
    color: #fff;
    letter-spacing: 0.3em ;
}
#page-title.page-title-parallax span {
    color: rgb(224, 224, 224);
    letter-spacing: 0.3em ;
}



/* HOME */
#home_section_intro{
    margin-top: 0px;
    /*background-image: url("/images2/wood-texture.jpg"); 
    background-position: 0px -8.51833px;
    background-size: cover;*/
}


#home_section_intro h2{
    color: rgb(200, 121, 34);
    line-height: 1.3;
    font-size: 3rem;
    font-weight: 400;
    text-align: left;
    width:100%;
    padding-left: 3em;
}



#home_section_intro .heading-block.center > span{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    line-height: 1.6;
}


/* HOME > sala filo*/

.section-big-image-with-text {
    background-color: #fff;

}
.section-big-image-with-text h2{
    text-shadow: 2px 2px  rgba(255,215,0,0.3);
    font-size: 3em;
    margin-bottom: 0;   
    position: relative;
    bottom: 0.8em;
    display: inline-block;
    padding: 0px 30px;
    background-color: rgba(255,255,255,0.3);
    /*border: 1px solid  rgb(200, 121, 34);;*/

}
.section-big-image-with-text h2{ 
    left: 1em;
}
.section-big-image-with-text.text-right h2{    
    left: -1em;
}
.section-big-image-with-text p{
    font-size: 1.3em;

}
/*page apartment*/
#page-apartment section.page-title-parallax{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images2/header-appartments.jpg") ;
    padding: 120px 0;
    background-size: cover;
}

#service{   
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images2/lago-serodoli-3.jpg") ;
    padding: 120px 0;
    background-size: cover;
}

/* page-contact */
#page-contact section.page-title-parallax{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images2/header-contact.jpg");
    padding: 120px 0;
    background-size: cover;
}

#section-contact-more{
    margin-top: 5em;
}

#section-contact-more .feature-box{
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    background-color: #fff;
}
#section-contact-more .feature-box .fbox-icon{
    background-color: transparent;   
     margin-top: 1rem;
}


/* prezzi */
#page-price section.page-title-parallax{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images2/header-price.jpg") ;
    padding: 120px 0;
    background-size: cover;
}




/* cookie */

.cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 45px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}




/* pricing */


.pricing-price {
    font-size: 3em;
}




/* animation */

.animation-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.animation-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


.rs-background-video-layer iframexx {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; /* Per evitare interazioni indesiderate */
}




/* features */

.room-fearures {
    /*background-color: #fff;*/
    padding: 50px 50px 30px;
}
.room-fearures h3.subtitle {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.room-fearures ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.room-fearures ul li{
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.room-fearures  li i,
.room-fearures  li iconify-icon {
    color: #4c6275;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#bioedilizia-features  .room-fearures {
    /*background-color: #fff;*/
    padding: 50px 0px 30px;
}
#bioedilizia-features  .room-fearures ul li {
    /*width: 25%;*/
    padding-left: 0px;
    text-align: center;
}
    

#bioedilizia {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
#bioedilizia .bioedilizia-img {
    flex: 1;
    max-width: 30%; /* Riduce la dimensione dell'immagine */
    display: flex;
    justify-content: center; /* Centra orizzontalmente */
    align-items: center; /* Centra verticalmente */
}

#bioedilizia .bioedilizia-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto; /* Assicura il centramento */
}

#bioedilizia .about-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
}
#bioedilizia .about-right-bottom .about-bottom-img {
     position: relative;
}

#bioedilizia .about-right-bottom .about-bottom-img::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images2/bg/pattern-04.png');
    content: '';
    background-size: cover;
    background-position: center;
}


@media (min-width: 992px) {
    .home-intro-features-wrapper {
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }

    .home-intro {
        flex: 0 1 75%;
        min-width: 0;
    }

    #home-feautures {
        flex: 0 1 25%;
        min-width: 180px;
        max-width: 25%;
        background: rgba(0, 0, 0, 0.05);
        padding: 24px 16px;
        border-radius: 12px;
    }


}
#home-feautures ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#home-feautures li {
    margin-bottom: 20px;
    padding-left: 40px;
    color: rgba(255, 255, 255, 0.65);
}

#hone-feautures li svg {
    
}
#home-feautures li iconify-icon,
#home-feautures li i,
#hone-feautures li svg {
    color: #4c6275;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



@media (min-width: 768px) {
    .welcome-kit-panel {
        display: flex;
        align-items: center;
        background: #fff;
        border: 2px solid #e0e0e0;
        border-radius: 24px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        padding: 32px 24px;
        gap: 32px;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 32px auto;
    }
    .welcome-kit-img {
        flex: 0 0 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .welcome-kit-img img,
    .welcome-kit-img span {
        width: 90px;
        height: 90px;
        object-fit: contain;
        border-radius: 16px;
        /*background: #f7f7f7;*/
        padding: 8px;
    }
    .welcome-kit-text {
        flex: 1 1 0;
    }
    .welcome-kit-text h2 {
        margin-top: 0;
        margin-bottom: 8px;
    }
    .welcome-kit-text span {
        display: block;
        font-weight: 500;
        margin-bottom: 12px;
        color: #888;
    }
}

.maki--gift {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23000' d='M10.5 1.002a3 3 0 0 0-3 2.25a3 3 0 0 0-3-2.25C2.768.947 2.235 2.797 2.818 4H1.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1.306c.606-1.185.098-2.999-1.654-2.999zM10.683 4H8.5a2 2 0 0 1 2-1.998c1.175 0 1.383 1.872.183 1.998M6.5 4H4.292c-1.035-.117-1.096-1.894.04-1.998a1 1 0 0 1 .168 0A2 2 0 0 1 6.5 4M2 7.001v4.5a1.5 1.5 0 0 0 1.5 1.5h3v-6zm6.5 0v6h3a1.5 1.5 0 0 0 1.5-1.5v-4.5z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

#description li{
    margin-bottom: 0.7em;
    list-style: disc ;
    margin-left: 1em;
}