@import url('https://fonts.googleapis.com/css2?family=Poiret+One&family=Poppins:wght@100;300;400;500;600;700;800&display=swap');
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    user-select: none;
  }
  body{
    font-family: 'poppins';
    
  }


  /*************Navigation*******************************/
  nav{
    position: fixed;
    background: #ffff;
    height: 80px;
    width: 100%;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.75);
    z-index: 2;
  }

  nav:hover{
    
    background: #ffff;
    height: 80px;
    width: 100%;
    border-bottom: 3px solid #c0ca33;
    transition: 0.1s ease;
    
  }
  #Menu{
    color: #c0ca33;
  }
  .logolink{
    color:#c0ca33 ;
  }
  .logolink:hover{
    color:#c0ca33 ;
    background: #ffff;
  }
  label.logo{
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
  }

  .logo img {
    width: 4%;
  }
  nav ul{
    float: right;
    margin-right: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: #c0ca33;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  a.active,a:hover{
    background: #c0ca33;
    transition: .5s;
    color: #ffff;
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }



 



main {
  margin-left: 25px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c0ca33;
   border-radius: 10px;
  }
  



    /***************Karusell************************/
    #slideshow {
      position: flex;
      width: 100%;
      height: 80vh;
      overflow: hidden;
    }
    
    .slide {
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: 70%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }
    
    .slide.active {
      opacity: 1;
    }
    
    .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      text-align: center;
    }
    
    .caption h1 {
      font-size: 36px;
      margin-bottom: 10px;
    }
    
    .caption p {
      font-size: 24px;
    }



    /*******Content***********/
    hr {
      border: none;
      height: 3px;
      background-color: #c0ca33;
      margin: 20px 0;
    }
    .cont_top{
      margin: 25px;
    }
    .gallery {
      display: flex;
      flex-wrap: wrap;
    }
    
    .image {
      flex: 1 0 25%;
      margin: 10px;
      position: relative;
    }
    
    .image img {
      width: 100%;
    }
    
    .description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 10px;
      font-size: 14px;
    }

      /***Cookie****/
      
    #cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #f8f8f8;
      padding: 10px;
      border-top: 1px solid #ccc;
      z-index: 9999;
    }
    
    .cookie-message {
      font-size: 16px;
      margin-bottom: 10px;
    }
    
    .cookie-options {
      display: flex;
      flex-wrap: wrap;
    }
    
    .cookie-option {
      margin-right: 20px;
      margin-bottom: 10px;
    }
    
    .cookie-option input[type="checkbox"] {
      margin-right: 5px;
    }
    
    .cookie-option label {
      font-size: 14px;
    }
    
    .cookie-option.essential label {
      font-weight: bold;
    }
    
    .cookie-actions {
      text-align: right;
    }
    
    .cookie-actions button {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 5px 10px;
      border-radius: 4px;
      font-size: 14px;
      cursor: pointer;
    }
    
    .cookie-actions button:hover {
      background-color: #3e8e41;
    }
  /*************FOOTER************************/

footer{

  position: absolute;
   
    width: 100%;

    margin-bottom: 0;
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 50px;
    color: #fff;
    background-color: black;
    opacity: 0.5;
}

.footer > *{
    flex: 1 100%;
}

.footer-left{
    margin-right: 1.25em;
    margin-bottom: 2em;
}

.logoFooter{
    font-size: 20px;
    color: #fff;
}
.logoFooter a{
    width: 50%;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #c0ca33;
    background: black;
}

.h2F{
    font-weight: 600;
    font-size: 17px;
}
.footer ul{
    list-style: none;
    padding-left: 0;
}
.footer li{
    line-height: 2em;
}
.footer a{
    text-decoration: none;
}
.footer-right{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
.footer-right > *{
    flex: 1 50%;
    margin-right: 1.25em;
}
.footer-bottom{
    text-align: center;
    color: #999;
    padding-top: 50px;
}
.footer-left p{
    padding-right: 20%;
    color: #999;
}
.socials a{
    background: #364a62;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}
.socials a i{
    color: #fff;
    padding: 10px 12px;
    font-size: 20px;
}