.modale {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background-color: #f5f5f5;
    padding: 40px;
    position: relative;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 1100px;
    background-color: rgba(38, 50, 71, 0.86);
    z-index: 1;
    height: 100%;
    /*overflow-y: scroll; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .overlay .container {
    max-width: 550px;
  }
  
  .containerback {
    position: absolute;
    top: 20px;
    left: 20px;
    text-decoration: none;
  }
  
  .containerback:hover {
    text-decoration: underline; 
  }

  .close_about {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
  }
  
  .container {
    text-align: left;
  }
  
  .title2 {
    color: #B49053;
    font-size: 63px;
    margin-bottom: 60px;
    font-weight : 400; 
  }
  
  .textsubtitle2 {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ffffff;
  }
  
  .containerbutton {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  
  .nextbutton {
    background-color: #B49053;
    color: #1B000D;
    padding: 12px 24px;
    text-decoration: none;
  }
  .nextbutton path {
    fill: black;
  }
  
  .nextbutton:hover {
     background-color: white;
    color: #1B000D;
    border : 2px solid #1B000D; 

  }




.containerframe {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  .containerlabel {
    position: relative;
    display: flex;
    justify-content: start;
    background:#263247;
    padding: 60px;
    gap: 60px;
    height: 80vh;
    max-width: 1200px;
    width: 80%;
    overflow: hidden; 
  }
  
  .img_container {
    width: 40%;
    height: 100%;
    align-self: center;
    position: relative;
  }
  .img_container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .containerlabel-frame {
    flex: 1;
    width: 58%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .containerlabel h1 {
    margin: 0;
    font-size: 28px;
    margin-bottom: 16px;
    color: white;
  }
  
  .containerlabel h2 {
    margin: 5px 0;
    padding-right: 40px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 32px;
    font-style: italic;
    color: #d1d1d1;
    max-width: 90%;
  }
  
  .containerlabel p {
    margin: 10px 0 0;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: white;  
  }
  
  .scrollbutton {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    padding-bottom: 100px;
  }
  .containerlabel-frame::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 14px;
    height: 100px;
    background: linear-gradient(to top, #263247, rgba(255,255,255,0)); 
  }
  
  .buttonclose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .buttonclose:hover {
    opacity: .5;
    cursor: pointer;
  }




.backbutton {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    margin-bottom: 20px;
    padding-top: 20px;
    margin-left: 20px;
  }
  .backbutton:hover {
    text-decoration: underline;
  }
    
  .band {
    width: 100%;
    min-height: 400px;
    position: relative;
  }
  
  .band img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  
  .band h1 {
    position: absolute;
    left: 150px;
    bottom: 40px;
    /* transform: translateY(-50%); */
    text-transform: uppercase;
    margin: 0;
    color: white;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
  }
  
  .containervideo {
     display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 20px 0;
    align-items: center;
    }
  
  
  iframe {
    width: 120%;
    margin-left: -10%;
    border-radius: 5px;
    margin-bottom: 40px;
    height: 600px;
  }
  
  .intro {
    display: flex;
    flex-direction: column;
    justify-content: center; 
      text-align: left;
      padding: 30px;
      max-width: 80%;  
      margin: 0 auto;
    font-size: 20px; 
    }
  
  .textvideo {
    display: flex;
    flex-direction: column;
    justify-content: center; 
      align-items: center;  
      text-align: left;
      padding: 50px;
      max-width: 70%; 
      width: 60%; 
      margin: 0 auto; 
    font-size: 16px;
  }
  .textvideo div {
    width: 100%;
  }



  .swiper-button-next, .swiper-button-prev {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: white;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    color: white;
  }