body{
    
  font-family: 'TekstIm';
  color: #d61818;;
}
@font-face {
  font-family: 'TekstIm';
  src: url(Poppins-Light.ttf);
}
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .nav {
    opacity: 0.99;
    width: 100%;
    height: 200px;
   background-color: #d61818;

    
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .nav1 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 0 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .nav1 a {
    text-decoration: none;
    color: #000;
    padding: 8px;
    font-family: 'TekstIm';
    font-weight: 500;
  }
  
  .logo {
    position: relative;
    top: -85px;
    left: -75%;
    transform: translate(-50%, 0);
    height: 100px;
    line-height: 100px;
    z-index: 1;
    margin-top: 50px;
  }
  
  .link {
    z-index: 100;
    margin-top: 20px;
    margin-left: 500px;
  }
  
  .link ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .link li {
    margin-right: 20px;
    white-space: nowrap;
  }
  
  .link a {
    text-decoration: none;
    color: #fff;
    padding: 8px;
    font: 23px 'TekstIm';
    font-weight: 500;
  }

  .custom-slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    top: -10px; /* Adjust this if necessary */
    z-index: -1;
}

.custom-slide {
    display: none;
   
}

.custom-slide img {
    width: 100%;
    height: auto;
    
}

.custom-prev, .custom-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

.custom-next {
    right: 0;
}

.custom-prev:hover, .custom-next:hover {
    background-color: rgba(0,0,0,0.8);
}



  .container {
    text-align: center;
    margin: 20px;
}
.rrjet1{
    display: flex;
    justify-content: center;
    gap: 40px;
}

.container2 {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
}

.text-left, .text-right {
  display: flex;
  font-size: 30px;
  flex-direction: column; 
  align-items: flex-start; 
}
.text-left{
  margin-left: 120px;
  margin-top: 90px;
  
}

.text-right {
  align-items: flex-end; 
  margin-bottom: 190px;
  margin-right: 200px;
}

hr {
  width: 100%; 
  margin: 5px 0; 
  height: 5px;
  outline: 5px #d61818;
  border-color: #d61818;
  border-radius: 20px;
  background-color: #d61818;
}
.event {
  margin-top: 50px;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.countdown {
  font-size: 2em;
  color: #333;
}
.tekst1{
  margin-right: 70px;
}
.slideshow-container {
  position: relative;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background-color: transparent;
  margin-top: -100px;
}

.mySlides {
  display: none;
  text-align: center;
}

img {
  width: 100%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;

}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.titull-deget{
  text-align: center;
  margin-top: 50px;
  font-size: 30px;

}
.hr-deget{
  width: 300px;
  margin-left: 800px;
}


.menu-bar {
  display: flex;
  background-color: #d61818;
  overflow: hidden;
  opacity: 0.85;
}
.menu-bar a {
  flex: 1;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  color: white;
}
.menu-bar a:hover {
  background-color: #ddd;
  color: black;
}
.content {
  padding: 20px;
  display: none; 
  opacity: 0;
  transition: opacity 0.5s ease-in-out; 
}
.content.active {
  display: block; 
  opacity: 1;}


    .carousel-container {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
    .carousel-slide {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }
    .carousel-slide img {
      object-fit: contain;
      flex: 0 0 auto;
      width: 20%; 
      padding: 10px; 
    }
    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      user-select: none;
      z-index: 1;
    }
    .prev {
      left: 0;
    }
    .next {
      right: 0;
    }
    .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
    }

    .container5 {
      display: flex;
      justify-content: space-between; 
      margin-left: 200px;
    }
    .column {
      width: 55%;
    }
    .grid-container {
      display: grid;
      margin-top: 10px;
      grid-template-columns: 1fr; /* Single column within each list */
      gap: 10px; /* Space between items */
      counter-reset: item; /* Reset the item counter */
    }
    .grid-container li {
      list-style: none;
      padding: 10px;
      border: 1px solid #ddd;
    }
    .grid-container a {
      text-decoration: none;
      color: black;
      padding: 10px;
      
    }
    .grid-container li::before {
      counter-increment: item; /* Increment the item counter */
      content: "1." counter(item); /* Display custom numbering format */
      font-weight: bold;
      margin-right: 5px;
    }
    .icon-container {
       display: flex; 
       flex-direction: 
       column; align-items: center; 
       gap: 20px; 
       } 
       .icon { 
        font-size: 50px;
      }
      .footer {
        margin-top: 130px;
        background-color: #d61818;
        color: white;
        padding: 20px 0;
        position: relative;
        padding: 10px 0;
        height: 290px;
        text-align: center;
        overflow: hidden;
    }

    .footer-logo {
        display: block;
        margin: -40px auto auto auto;
        width: 180px;
    }

    .footer-container {
        display: flex;
        justify-content: center;
        gap: 350px;
        margin-top: -50px;
        padding: 0 50px;
        margin-left: -50px;
    }

    .footer-column {
        width: 45%;
        text-align: left;
        flex: 1;
        max-width: 200px;
        text-align: center;
        font-size: 18px;
    }

    .footer-column h3 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .footer-column a {
        color: white;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
    }

    .footer-column a:hover {
        text-decoration: underline;
    }


  @media (max-width: 1624px) {
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    .nav1 a {
      text-decoration: none;
      color: #000;
      padding: 8px;
      font: 17px 'TekstIm';
      font-weight: 500;
    }
    
    .logo {
      position: relative;
      top: -80px;
      left: -75%;
      transform: translate(-50%, 0);
      height: 100px;
      line-height: 100px;
      z-index: 1;
    }
    
    .link {
      z-index: 100;
      margin-top: 20px;
      margin-left: 400px;
    }
    .link a {
      text-decoration: none;
      color: #fff;
      padding: 8px;
      font: 22px 'TekstIm';
      font-weight: 500;
    }
    .rrethinst{
      margin-top: -15px;
    }
    .column {
      width: 55%;
      margin-right:90px;
    }
  }
@media (max-width: 768px) {
  .menu {
    display: none;   }
  .container {
    flex-direction: column;
  }
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}


