* {
    font-family: 'Segoe UI Variable Static Display';
    zoom: 95%;
  }

  .p{
    font-size: 20px;
  }

  @media (max-width: 768px) {
    *{
      zoom: 95%;
    }

    .container-md {
      margin-bottom: 15%;
      padding: 5%;
      align-self: center !important;
      display: block;
      width: 90%;
    }
    .ASS-marginM{
      padding-bottom: 5%;
    }
    .ASS-marginUP{
      padding-top: 5%;
    }
  }


  .glass-effect {
      background: rgba(211, 60, 86, 0.6) !important; /* Colore semitrasparente */
      backdrop-filter: blur(10px) !important; /* Sfocatura dello sfondo */
      border-radius: 25px; /* Arrotondamento degli angoli */
      border: 1px solid rgba(211, 60, 86, 0.3); /* Bordo grigio con trasparenza */
      box-shadow: 0 4px 6px rgba(211, 60, 86, 0.3); /* Ombra leggera */
      width: 70%; /* Adatta la larghezza al contenuto */
      margin: 0 auto; /* Centra orizzontalmente */
      padding: 10px 20px; /* Padding per evitare che il bordo sia troppo vicino al contenuto */
      margin-top: 2%;
  }

  .container-md {
    margin-top: 3% !important;
    border-radius: 15px;
    padding-bottom: 15px;
    background-color: rgba(211, 60, 86, 0.13) !important;
    box-shadow: 0 0 15px rgba(211, 60, 86, 0.378);
  }

  .navbar-brand {
    margin-left: 10px !important;
  }

  body {
    margin:0;
  }
  .containerk { 
    height: 73.5vw;
    margin: 1vw auto;
    max-height: 750px;
    max-width: 1000px;
    overflow: hidden;
    width: auto;
  }
  .containerk figure { 
    background-image: url(bea/scuro.png);
    background-size: cover;
    font-size: 0;
    height: 100%;
    margin: 0; 
    position: relative;
    width: 100%; 
    border-radius: 15px;
  }
  #compare {
    background-image: url(bea/chiaro.png);
    background-size: cover;
    bottom: 0;
    border-right: 5px solid rgba(255, 255, 255, 0.706);
    box-shadow: 10px 0 15px -13px #000;
    height: 100%;
    max-width: 98.6%;
    min-width: 0.6%;
    overflow: visible;
    position: absolute;
    width: 50%; 
    border-radius: 15px;
  }
  input#slider {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none; 
    background: transparent;
    cursor: col-resize;
    height: 100vw;
    left: 0;
    margin: 0;
    outline: none; 
    padding: 0;
    position: relative;
    top: -100vw;
    width: 100%;
  }
  input#slider::-moz-range-track { 
    background: transparent; 
  }
  input#slider::-ms-track {
    border: none; 
    background-color: transparent;
    height: 100vw; 
    left: 0; 
    outline: none; 
    position: relative;
    top: -100vw; 
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: col-resize;
    color:transparent;
  }
  input#slider::-ms-fill-lower {
    background-color:transparent;
  }
  input#slider::-webkit-slider-thumb {
    -webkit-appearance:none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
  }
  input#slider::-moz-range-thumb {
    -moz-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
  }   
  input#slider::-ms-thumb {
    height: 100vw;
    width: 0.5%; 
    opacity:0;
  }
  input#slider::-ms-tooltip {
    display:none;
  }
  #compare::before {
    background: url(bea/arrow.png) no-repeat scroll 0 center transparent;
    background-size:contain;
    content: " ";
    float: right;
    height: 100%;
    margin-right: -34px;
    position: relative;
    top:0;
    width: 64px;
  }
  @keyframes first {
    0% {width: 0%; }
    50% {width: 80%; }
    100% {width: 50%; }
  }
  @-webkit-keyframes first {
    0% {width: 0%; }
    50% {width: 80%; }
    100% {width: 50%; }
  }

  .containerk1{
    background-color:rgb(255, 255, 255);
    border-radius: 15px;
    max-width: max-content;
    margin: 0 auto;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 3%;
  }

  .navbar-nav .nav-link:hover {
    background-color: white;
    color: rgb(211, 60, 86) !important;
    font-weight: 900;
  }

  .nav-link{
    color: white !important;
    font-weight: 600;
    font-size: large;
    margin-right: 10px !important;
  }

  h1{
    font-weight: 600 !important;
    font-size: 50px !important;
  }

  h2{
    font-size: 40px;
    padding-top: 2%;
    padding-left: 1%;
    font-weight: 600;
  }

  h3{
    padding-bottom: 1%;
    padding-left: 1%;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2%;
  }

  h4{
    font-size: 35px;
    font-weight: 600;
  }
  
  p{
    font-size: 20px;
  }

  .card{
    border-radius: 15px;
    margin-bottom: 2%;
    padding: 2%;
  }

  .vCard {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 10px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 2px 5px 20px rgb(211, 60, 85);
}

.vCard video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vCard h2{
    position: absolute;
    bottom: 70px;
    left: 25px;
    color: #fff;
    font-size: 65px !important;
    text-shadow: 2px 5px 20px rgb(211, 60, 85);
}

.vCard p {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 35px !important;
    text-shadow: 2px 5px 20px rgb(211, 60, 85);
    color: white;
}

.button {
    position: absolute;
    bottom: 70px;
    right: 20px;
    background-color: #ffffff7f; /* Colore del pulsante */
    backdrop-filter: blur(10px);
    color: #000000;
    border: 1px solid rgb(211, 60, 85);
    border-radius: 30px;
    padding: 15px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 2px 5px 20px rgb(211, 60, 85);
}

.button:hover {
    background-color: #ffffff; /* Colore del pulsante */
    color: #000000;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.1);
}

.icon {
    margin-left: 15px;
}