#search-box:focus, input:focus{
    outline: none;
}

#search-box {
width: 40%;
border-radius: 30px;
border:none;
z-index: 10;
margin-top:4%;
margin-left: 4%;
}

h2 {
  font-size: 64px;
}

h5 {
  font-size: 32px;
}

p {
  font-size: 16px;
}

.leerNav{
  color: #fff !important;
  fill:#fff !important;
}

.beleefNav{
  color: #000 !important;
  fill:#000 !important;

}

button:focus{
	background-color:transparent !important;
}

.opacity-0 {
  opacity: 0;
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.leer {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: opacity 500ms ease-in-out, z-index 0ms 500ms;


  .content {
    .toggle {
      background-color: #0B2447;
      border: 1px solid #D78337;
      border-radius: 50px;
      padding: 4px;
      margin-bottom: 32px;

      .bg-transform {
        background-color: #D78337;
      }

      .btn {
        width: 50%;
        font-weight: bold;
        border: none;
      }

      .active {
        color: #051232;
        border-radius: 50px;
      }

      .disactive {
        color: #D78337;
        border-radius: 50px;
      }
		
    }

    h2 {
      font-weight: bold;
      color: #D78337;
    }

    h5 {
      font-weight: 400;
      color: #D78337;
      margin-bottom: 20px;
    }

    p {
      color: #FAFAFA;
      line-height: 30px;
      margin-bottom: 50px;
    }

    .tags {
      p {
        line-height: normal;
        margin: 0;
      }

      .btn {
        padding: 10px 20px;
        font-weight: bold;
        border-radius: 50px;

        &:nth-child(odd) {
          p {
            color: white;
          }

          background-color: #3c506c;
        }

        &:nth-child(even) {
          p {
            color: #0B2447;
          }

          background-color: white;
        }
      }
    }
  }
}

.beleef {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: opacity 500ms ease-in-out, z-index 0ms 500ms;

  .content {
    .toggle {
      background-color: #7F957C;
      border: 1px solid white;
      border-radius: 50px;
      padding: 4px;
      margin-bottom: 32px;

      .bg-transform {
        background-color: white;
      }

      .btn {
        width: 50%;
        font-weight: bold;
        border: none;
      }

      .active {
        color: #7F957C;
        border-radius: 50px;
      }

      .disactive {
        color: white;
        border-radius: 50px;
      }
    }

    h2 {
      font-weight: bold;
      color: white;
    }

    h5 {
      font-weight: 400;
      color: white;
      margin-bottom: 20px;
    }

    p {
      color: #FAFAFA;
      line-height: 30px;
      margin-bottom: 50px;
    }

    .tags {
      p {
        line-height: normal;
        margin: 0;
      }

      .btn {
        padding: 10px 20px;
        font-weight: bold;
        border-radius: 50px;

        &:nth-child(odd) {
          p {
            color: white;
          }

          background-color: #8ca089;
        }

        &:nth-child(even) {
          p {
            color: #7E947B;
          }

          background-color: white;
        }
      }
    }
  }
}

.bg-transform {
  border-radius: 50px;
}

.content {
  height: 450px;
}

.contain {
  padding: 22px 0px;
  border-top: 1px #3C3C3B dotted;

  .title {
    color: #170F49;
    font-size: 20px;
    font-weight: bold;

    .order {
      color: #DEB52B;
      font-size: 24px;
      margin: 0 10px;
    }
  }

  .icon {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }

  .close {
    background-color: #DEB52B;
    color: white;
  }

  .open {
    background-color: #fcf8ea;
    color: #DEB52B;
  }

  .collapse {
    color: #3C3C3B;
    line-height: 30px;

    p {
      margin: 20px 0;
    }
  }
}

.card {
  left: 10px;
  bottom: 10px;
}

/* ##copy that only */

.map-section {
  position: relative;

  #map {
    border-radius: 12px;

  }

   #filter {
    position: absolute;
    padding: 24px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
    bottom: 40px;
    left: 40px;
    z-index: 1;

    h5 {
      font-size: 24px;
      font-weight: bold;
      color: #0B2447;
    }

    .checker {
      position: relative;
      padding-left: 24px;
      cursor: pointer;
      font-size: 16px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;


      &:hover input~.checkmark {
        background-color: #ccc;
      }

      input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }

      .checkmark {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 16px;
        width: 16px;
        border-radius: 3px;
        background-color: #eee;

        &:after {
          content: "";
          position: absolute;
          display: none;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) rotate(45deg);
          width: 5px;
          height: 10px;
          border: solid white;
          border-width: 0 3px 3px 0;
        }
      }

      input:checked~.checkmark {
        &:after {
          display: block;
        }
      }
    }
  }
}

.layer-beleef {
  background-image: linear-gradient(transparent 80%, #8ca089);
  transition: linear-gradient 300ms;

  .description {
    height: 0;
    transition: height 300ms;
    overflow: hidden;
  }
}

.layer-beleef:hover {
  background-image: linear-gradient(transparent 60%, #8ca089);

  .description {
    height: 120px;
    overflow: hidden;
  }
}

.layer-leer {
  background-image: linear-gradient(transparent 80%, #051232);
  transition: linear-gradient 300ms;

  .description {
    height: 0;
    transition: height 300ms;
    overflow: hidden;
  }
}

.layer-leer:hover {
  background-image: linear-gradient(transparent 60%, #051232);

  .description {
    height: 120px;
    overflow: hidden;
  }
}


/* #Taps */
#team {
  background-color: #0B2447;
  padding-top: 50px;
  padding-bottom: 50px;

  .nav {
    .nav-item {
      .nav-link {
        color: white;
        opacity: 0.5;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.9px;
        margin: 0px 15px;
        padding: 0px 0px 7.5px 0px;
        position: relative;
        overflow: hidden;
      }

      .nav-link::before {
        content: "";
        height: 2px;
        position: absolute;
        left: -100%;
        bottom: 0;
        width: 100%;
        background-color: #D78337;
        transition: left 0.5s;
      }

      .nav-link.active {
        opacity: 1;
      }

      .nav-link.active::before {
        left: 0;
      }
    }
  }

  .card-team {
    padding: 24px;
    background-color: #233a59;
    border-radius: 10px;

    h5 {
      color: white;
      font-size: 16px;
      font-weight: bold;
    }

    h6 {
      color: #D78337;
      font-size: 16px;
      font-weight: 400;
    }

    p {
      color: white;
      opacity: 0.85;
    }

    .icon {
      display: flex;
      justify-content: center;
      color: #D78337;
      font-size: 20px;
    }
  }
}

@media screen and (max-width:922px) {
  h2 {
    font-size: 48px;
  }

  h5 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }
  .beleef {
  	background-image: linear-gradient(to right, #7F957C 90%, #7F957C 10%) !important;
  }
  .leer {
  	background-image: linear-gradient(to right, #0B2447 90%, #0B2447 10%) !important;
  }
  
  .single_add_to_cart_button {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        white-space: normal !important; /* Laat de tekst afbreken naar een nieuwe regel indien nodig */
        box-sizing: border-box !important;
        padding: 10px 10px !important;
        margin: 10px 0px !important;
    }
}
@media screen and (max-width: 768px) {
    .offer img {
        width: 100%; /* Ensure it remains responsive */
        height: auto; /* Adjust height to keep the aspect ratio */
        max-height: 250px; /* You can set a maximum height if needed */
        padding: 10px 0;
    }
    .offer .description {
        height: auto;
        overflow: visible;
        opacity: 1; 
    }
     
}