@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@300');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,100..900&display=swap');

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

img.logo {
    width: 190px;
    
}




section.description h3 {

   margin-bottom: 10px;

}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 10px;
}
.features-list li {
    display: flex
;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;

	    font-weight: 500;
}

body{
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}


.features-list .material-symbols-outlined, .uses-list .material-symbols-outlined {
    font-size: 22px;
    margin-right: 10px;
    color: #553d2c;
    font-size: 32px;
    font-weight: 500;
    /* background-color: #B28564; */
}

form p {
    margin-bottom: 10px;
}




section.gallery-section h2 {
    text-align: left;
    margin-bottom: 30px;
    display: block;
}
.container2 {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 4px 12px;
}
.sezione2 {
 
    background-color: #f2e7e3;
}



.sezione2 .container {
    display: flex
;
    align-items: center;
	    margin: 0px auto;
}


.hero:before {
    background: linear-gradient(97deg, rgb(0 0 0 / 64%), rgb(18 18 18 / 33%), rgb(35 39 42 / 0%) 80%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.hero .container {

    position: relative;
    z-index: 4;
}



.pulsante2 {
    background: rgb(85, 61, 44);
    transition: 0.5s;
    color: #ffffff;
    padding: 8px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.5s;
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%);
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
    gap: 8px;
}

.owl-dots {
    display: none;
}


.pulsante {
    background: #B28564;
    color: #ffffff;
    padding: 8px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex
;
    gap: 8px;
    margin-top: 10px;
    transition: 0.5s;
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%);
    display: block;
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
}
.pulsante2:hover {
     background: #B28564;
    transition: 0.5s;
	color:white;
}

.pulsante:hover {
     background: rgb(85, 61, 44);
    transition: 0.5s;
	color:white;
}

a {

color:  rgb(85, 61, 44);

}



#orario {
    width: 180px;
    padding: 10px 15px 10px 38px;
    font-size: 16px;
   border: 1px solid #686868;
    border-radius: 6px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url(data:image/svg+xml;utf8,<svg fill="%23007BFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    transition: border-color 0.3s ease;
}
#orario:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
}




.sezzione1 {
    display: flex
;
    flex-wrap: wrap;
}


section.description {
    width: 100%;
    max-width: 60%;
}

section.contact-form {
    width: 100%;
    max-width: 40%;
	position: relative;
}


.barraalta li, .barraalta li a {
    display: flex
;
    align-items: flex-start;
    font-size: 14px;
    gap: 5px;
    list-style: none;
    text-decoration: none;
    color: white;
}


li.telefono {
    border: 1px solid #ffffff70;
    padding: 2px 10px;
    border-radius: 6px;
    padding-top: 6px;
    padding-bottom: 2px;
}




img {
    width: 100%;
}






h2 {
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 10px;
}



form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    position: absolute;
    top: -80px;
    width: 100%;
}




section.description {
    width: 100%;
    max-width: 60%;
    padding-right: 30px;
}


@keyframes pulse-green-z {
    0% {
     visibility: hidden;
       box-shadow: 0 0 0 10px rgb(178 133 100  / 66%);
    }
    
    70% {
     visibility: visible;
        box-shadow: 0 0 0 10px rgba(178 133 100 /0.00);
    }
    
    100% {
         visibility: hidden;
        box-shadow: 0 0 0 10px rgb(178 133 100  / 66%);
    }
}





footer.site-footer {
    border-top: 1px solid #d5d5d5;
}

footer.site-footer .container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
    margin-bottom: 70px;
}

.sezione3 {
    display: grid
;
    flex-wrap: wrap;
    grid-template-columns: 1fr 300px 1fr;
    gap: 25px;
   
}
.boxb span

 {
    position: relative;
    display: block;
}

.icona-luminosa {
    position: absolute;
    /* top: -10px; */
    /* font-size: 12px; */
    position: absolute;
    bottom: 41%;
    left: 39%;
    background: #B28564;
    color: #fff;
    padding: 0 0px 0 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 1.5;
    animation: effect 2s infinite ease-in;
    animation: pulse-green-z 2s infinite;
    z-index: 999;
    width: 12px;
    height: 12px;
}



.box5

 {
    width: 100%;
   
    
}


.box6{
    width: 100%;
   
   
}





.box3 {
    width: 100%;
    max-width: 50%;
    padding-right: 30px;
}


.immagineroma {
    width: calc(0% - -50vw);
    /* width: calc(100% - -25vw); */
	    margin-bottom: -10px;
	    height: 380px;
}


.immagineroma img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.bax1 {
    width: 100%;
    max-width: 50%;
}

.bax2 {
    width: 100%;
    max-width: 50%;
}


.sezione2 {
    display: flex
;
    flex-wrap: wrap;
    overflow: hidden;
}


.box3 {
    width: 100%; 
    max-width: 50%;
}

.box4 {
    width: 100%;
    max-width: 50%;
}








    body {
      font-family: "Poppins", sans-serif;
      background-color: #f8f8f8;
      line-height: 1.6;
      color: #333;
    }




.icon-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.icon-input .material-symbols-outlined {
    position: absolute;
    top: 56%;
    left: 10px;
    transform: translateY(-50%);
    color: #b28564;
    pointer-events: none;
}
.icon-input input[type="text"] {
    width: 100%;
    padding: 10px 16px 10px 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 7px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #626262;
    width: 180px;
    display: block;
}
.icon-input input[type="text"]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 3px rgba(0,123,255,0.5);
}



.barraalta .telefono i {
    display: block;
    line-height: 1;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.barraalta .telefono span.material-symbols-outlined {
    font-size: 28px;
}

.form-group.icon-input {
    margin-top: 10px;
}



.barraalta .telefono span b {
    font-size: 18px;
    line-height: 1.1;
}
.barraalta.testo

 {
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
}


.barraalta ul.icone {
    display: flex
;
    align-items: center;
    gap: 14px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding: 0px;
}


.barraalta {
    display: flex
;
    justify-content: space-between;
    color: #e2e2e2;
    background: transparent;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    backdrop-filter: blur(10px);
    background-image: linear-gradient(113deg, #b28564bf 14%, #553d2c9e 100%);
    /* opacity: 0.9; */
}

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.owl-nav button {
  background: #005f73;           /* Colore principale */
  color: white;                  /* Colore freccia */
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;            /* Bottoni circolari */
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav button:hover {
  background: #0a9396;           /* Colore più chiaro al passaggio */
  transform: scale(1.1);         /* Leggero ingrandimento */
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.owl-nav button span {
  display: block;
  line-height: 1;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot

 {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
     border: 1px solid #553d2c !important;
}


.hero p {
    font-size: 18px;
    margin: 10px 0px;
}





.hero {
  height: 500px;
  background-size: cover;
  background-position: center;
  animation: bgChange 3s infinite;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
	 background-image: url('/custom/landing/salconvegniroma.jpg');
}


.hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}



.hero-content {
  position: relative;
  z-index: 1;
  color: white;
  padding: 2rem;
}



.hero h1 {
    font-size: 2.5em;
    line-height: 1.2;
}



.uses-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.uses-list li {
display: flex
;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  font-size: 24px;
 
}




label {
    font-size: 15px;
    color: black;
}

 .icon-select {
    position: relative;
    display: inline-block;
    width: 200px; /* regola larghezza */
  }
  .icon-select select {
    width: 100%;
    padding: 8px 32px 8px 12px; /* spazio per icona a destra */
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    appearance: none; /* rimuove la freccia standard */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    cursor: pointer;
  }
.icon-select .select-icon {
    position: absolute;
    left: 8px;
    top: 68%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #b28564;
    font-size: 25px;
    font-weight: 500;
}
    .container {
      max-width: 1200px;
      margin: 40px auto;
      padding: 0 20px;
    }

    .description {
      margin-bottom: 40px;
    }

  form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%);
    margin-bottom: 60px;
}
form input, form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    border: 1px solid #898989;
}
    form button {
      background-color: #007bff;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-bottom: 40px;
    }

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: fill;
    aspect-ratio: 1 / 1.3;
}
    .map {
     
      height: 400px;
    }

ul.contatti.foo {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
ul.contatti.foo li {
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0 0 18px 0;
    list-style-position: outside;
    display: flex
;
    gap: 6px;
}



section.mappa {
    display: grid
;
    grid-template-columns: 300px 1fr;
    gap: 30px;
}



img.logo2

 {
    width: 200px;
}

    iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

.tariffe-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    /* margin: 20px auto; */
    padding: 20px;
    text-align: left;
    /* font-family: "Segoe UI", sans-serif; */
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%);
    margin-bottom: 60px;
}



.tariffe-title {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 16px;
    border-bottom: 2px solid #B28564;
    display: inline-block;
    padding-bottom: 5px;
    line-height: 1.2;
}
.tariffe-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tariffe-list li

 {
    padding: 4px 0;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #d3d3d3;
}
.tariffe-list li:last-child {
  border-bottom: none;
}

.tariffe-list strong

 {
    color: #B28564;
    font-weight: 600;
}





@media screen and (max-width: 980px) {
section.mappa {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 30px;
}
	
	.immagineroma {
    width: auto;
    width: 100%;
    margin-bottom: -10px;
    height: 380px;
    margin-top: 30px;
}
	
	
	
	.box4 {
    width: 100%;

    max-width: 100%;
}
	
	
	
	.box3 {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
}
	.sezione2 .container {
    display: flex
;
    align-items: center;
    margin: 0px auto;
    flex-direction: column;
}
	
	
	
	
	
	.box6 {
    display: none;
}
	
	
	
	
	.sezione3 {
    display: grid
;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    gap: 25px;
}
	section.contact-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
	
	
	
	form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    position: static;
    top: -80px;
    width: 100%;
}
	
	
	
	
	section.description {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}
	
	
	
	
	.sezzione1 {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
}
	
	
	
	.hero h1 {
    font-size: 40px;
    line-height: 1.2;
}
	
	
	
	.bax1 {
    width: 100%;
    max-width: 100%;
}
	
	
	
.container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}


}


@media screen and (max-width: 580px) {
	
	
	
	
	
	
	
	    .sezione2 .container

 {
        display: flex
;
        align-items: center;
        margin: 0px auto;
        flex-direction: column;
        padding: 20px;
    }
	
	
	
	    .container {
      
        margin: 20px auto;
       
    }
	
	
	
    .pulsante {
        background: #B28564;
        color: #ffffff;
        padding: 8px 40px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 600;
        display: flex
;
        gap: 8px;
        margin-top: 10px;
        transition: 0.5s;
        box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%);
        display: block;
        text-decoration: none;
        display: inline-flex
;
        align-items: center;
        width: 280px;
        text-align: center;
        justify-content: center;
    }	
	
	img.logo {
    width: 168px;
}
	
	
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    padding: 0 20px;
}	
	
	
	
    .pulsante2 {
        background: rgb(85, 61, 44);
        transition: 0.5s;
        color: #ffffff;
        padding: 8px 40px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
        transition: 0.5s;
        box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%);
        text-decoration: none;
        display: inline-flex
;
        align-items: center;
        width: 280px;
        gap: 8px;
        justify-content: center;
    }
	
	
	.barraalta .telefono span b

 {
    font-size: 14px;
    line-height: 1.1;
}
	
	
	
	
    h2 {
        line-height: 1.2;
        font-size: 24px;
        margin-bottom: 10px;
    }
	    form {
        background: #fff;
        padding: 0;
        border-radius: 8px;
        box-shadow: none;
        margin-bottom: 60px;
        position: static;
        top: -80px;
        width: 100%;
    }
	
	
	
	
.features-list li {
    display: flex
;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}
	
	
	
	
    .hero h1 {
        font-size: 30px;
        line-height: 1.2;
    }

  }


