/* cookie consent section */
.cookie-consent {
    position: fixed;
    font-family: 'Open Sans Condensed', sans-serif;
    width:100%; 
    height: 25%;
    bottom: 0px;
    background-color: rgba(34, 34, 34, 0.91);
    color: white;
    padding: 15px;
  
    text-align: center;
    z-index: 1000;
    display: none; /* Hidden by default */
  }
  
  #cookie-concent.show {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }
  .cookie-consent a {
    color: rgb(238, 148, 14);
  }
  .cookie-consent p{
    margin-right: 20px;
  }
  .cookie-consent button {
    padding: 8px 15px;
    margin-left: 3px;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  .cookie-consent #acceptCookies {
    background-color: #4CAF50;
  }
  
  .cookie-consent #rejectCookies {
    background-color: #ee1838;
  }
  
  .balon{
    color:rgb(136, 207, 207);
     margin-left:40px;
  } 