/*---------------Stile Barra di navigazione o Menù---------------*/

.active{
    font-weight: 600;
    
}

.navbar-collapse {
    justify-content: center;
    font-size: 19px;
} 
/*---------------Area Ripetuta---------------*/

.marmo-ripetuto{
    background-image: url(../img/pannello_mirage_cosmopolitan.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.color{
    color: #c09725;
}

.bk-color{
    background-color: #c09725;
}

.size-icon{
    font-size:2rem;
}

.email-stile{
    font-weight: 400;
    text-decoration: none;
    color: #c09725;
}

.nero-in-trasparenza{
    background-color: rgba(0, 0, 0, 0.162);
}

.hero-regolato{
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.titolo-grande{
    font-size: 35px;
}

/* cookies */
.wrapper {
    position: fixed;
    bottom: 15px;
    margin:0 15px;
    padding:15px;
    right: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .wrapper.show {
    right: 2px;
  }
  .wrapper header {
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  header i {
    color: #4070f4;
    font-size: 32px;
  }
  header h2 {
    color: #4070f4;
    font-weight: 500;
  }
  .wrapper .data {
    margin-top: 16px;
  }
  .wrapper .data p {
    color: #333;
    font-size: 16px;
  }
  .data p a {
    color: #4070f4;
    text-decoration: none;
  }
  .data p a:hover {
    text-decoration: underline;
  }
  .wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #4070f4;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
  }
  .buttons #acceptBtn:hover {
    background-color: #034bf1;
  }
  #declineBtn {
    border: 2px solid #4070f4;
    background-color: #fff;
    color: #4070f4;
  }
  #declineBtn:hover {
    background-color: #4070f4;
    color: #fff;
  }
  
  