@font-face {
  font-family: 'torchio';
  src: url('fonts/cloisterblacklight-axjg-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.headerbg {
  background-color: #EFEDEA;
}

.footerbg{
  background-color: #725944;
}

.torchiobg {
  font-family: 'torchio', sans-serif;
  color: #725944;
}

.torchioft{
  font-family: 'torchio', sans-serif;
  color: white;
  font-size: 2rem;
}

body {
  background-color: #EFEDEA;
}

footer a {
  text-decoration: none;
}

footer {
  color: white;
}

.custom-size {
  font-size: 2.2rem;
}

.elegant-italic {
  font-family: 'Great Vibes', cursive;
  font-style: italic;
  font-size: 2.5rem;
  color: #725944;
}

.navbar {
  font-weight: 500;
  border-bottom: 0.1px solid black;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url('../img/slide5.jpg') center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  top:0; left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  /*backdrop-filter: blur(4px);*/
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}

.hero-title {
  font-family: 'torchio', sans-serif;
  font-size: 4rem;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

@media (max-width: 768px){
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
}

.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}

.carousel-caption-custom p.lead {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  color: white;
}

@media (max-width: 768px) {
  .carousel-caption-custom p.lead {
    font-size: 1rem;
  }
}

.navbar .dropdown-menu {
    min-width: 120px;
    max-width: 200px;
    padding: 0.25rem 0;
    background-color: #EFEDEA;
}

.navbar .dropdown-menu svg {
    width: 20px;
    height: 14px;
    margin-right: 5px;
}

.navbar .dropdown-item {
    display: flex;
    align-items: center;
}

/*.orari-heading {
  font-family: 'torchio', sans-serif;
  color: #725944;
  font-size: 2.5rem;
}*/

.orari-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.orari-icon {
  font-size: 3rem;
  color: #f4c542;
  display: block;
  margin-bottom: 0.5rem;
}

.orari-subtitle {
  font-family: 'torchio', sans-serif;
  color: #725944;
  font-size: 1.8rem;
}

.orari-table td {
  font-size: 1.1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

.orari-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px){
  .orari-heading {
    font-size: 2rem;
  }
  .orari-subtitle {
    font-size: 1.4rem;
  }
  .orari-table td {
    font-size: 1rem;
  }
}

.divdescription {
  max-width: 770px;
}

.pdescription {
  margin: 0 auto;
  text-align: center;
}

.contatti-box {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.contatti-title {
  color: #725944;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.contatti-item {
  display: flex;
  align-items: flex-start;
}

.contatti-icon {
  font-size: 1.5rem;
  color: #f4c542;
  flex-shrink: 0;
}

.google-map {
  width: 100%;
  height: 100%;
  display: flex;
}

.google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

hr {
  margin-left: 3rem;
  margin-right: 3rem;
}

.gallery-img {
  cursor: pointer;
  transition: 0.3s;
}

.gallery-img:hover {
  opacity: 0.8;
}

.modal-dialog {
  max-width: 80%;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: none;
  width: 100%;
}

.modal-img {
  max-height: 90vh;
  max-width: 90%;
  width: auto;
}

.arrow {
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  user-select: none;
  padding: 10px;
}

.left-arrow {
  left: 0;
}

.right-arrow {
  right: 0;
}

.orari-box input,
.orari-box textarea {
  background-color: #EFEDEA; 
}

.orari-box button {
  background-color: #f4c542;
  border: none;
  color: white;
  transition: 0.3s;
}

.orari-box button:hover {
  transform: translateY(-2px);
  background-color: #e0b72d;
}

.orari-box button:focus,
.orari-box button:active {
  background-color: #e0b72d !important;
  outline: none;
  box-shadow: none;
}

.orari-box a {
  color: black;
}

html {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}
.popup-riapertura {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}


