*{
  scroll-behavior: smooth;
}
.explore-btn {
    background-color: #111827;
    color: #eeee;
    padding: 20px;
    width: auto; /* Changed from fixed width */
    max-width: 300px; /* Optional maximum width */
    text-align: center;
    border-radius: 15px;
    border: none; /* Include if your design requires */
    cursor: pointer; /* Pointer cursor for user interaction */
}
.products{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    flex-wrap: wrap;
}
.row-product{
    text-align: center;
    margin: auto;
    padding-top: 100px;
    width: 70%;
}
#olaa {
    padding: 0; /* Reset padding */
    margin: 0; /* Reset margin */
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensure full width */
}
.product{
    max-width: 30%;
    padding: 20px;
   /* border: 1px solid #111827; */
    margin: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 15px 0px rgba(66, 68, 90, 1);
}
.product img{
    border-radius: 10px;
    margin-bottom: 10px;
}
.product h1{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.description{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px;
    text-align: left;
}
.center-description{
    display: flex;
    align-items: center;
}
.description p{
    margin-bottom: 5px;
}
.emote{
    height: 30px;
    display: inline;
    vertical-align: middle;
    margin: 0;
}
.buy-now-btn{
    text-align: center;
    padding: 10px;
    background-color: #111827;
    color: #eeee;
    transition: .4s all;
    border-radius: 10px;
    cursor: pointer;
}

.buy-now-btn:hover{
    background-color: #000000;
}

.row-support-divs{
    display: flex;
    justify-content: center;
    text-align: center;
}
.email-support{
    max-width: 50%;
    padding: 20px;
}
.discord-support{
    max-width: 50%;
    padding: 20px;
}
.row-support-divs button{
    margin-top: 20px;
}
.email-support button{
    text-align: center;
    padding: 10px;
    background-color: #111827;
    color: #eeee;
    transition: .4s all;
    border-radius: 10px;
    cursor: pointer;
}

.email-support button:hover{
    background-color: #000000;
}
.discord-support button{
    background-color: #738ADB;
    text-align: center;
    padding: 10px;
    color: #eeee;
    transition: .4s all;
    border-radius: 10px;
    cursor: pointer;
}
.discord-support button:hover{
    background-color: #5670cc;
}
@media only screen and (max-width: 1000px) {
    .product {
        max-width: 100%;
    }
    .row-product {
        width: 80%;
    }
    .products {
        display: flex;
        justify-content: space-between;
        justify-items: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1715px) {
    .product {
        max-width: 45%;
    }
    .row-product {
        width: 80%;
    }
    .products {
        display: flex;
        justify-content: space-between;
        justify-items: center;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1100px) {
    .email-support{
        max-width: 30%;
        padding: 20px;
    }
    .discord-support{
        max-width: 30%;
        padding: 20px;
    }
}

.feedback-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .feedback-list li {
    margin-top: 1em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .feedback-list li p:first-child {
    margin-bottom: 0.5em;
  }
  
  .feedback-list li p:last-child {
    margin-top: 0.5em;
    font-style: italic;
  }
  
  footer {
    background-color: #ccc;
    color: #fff;
    text-align: center;
    padding: 1em;
  }
  .href-dec{
    color: #111827;
    font-weight: bold;
    text-decoration:solid;
  }
  #test{
    text-align: center;
    padding-left:150px;
    padding-right:150px;
  }
  .popup{
    background-color: #ffffff;
    width: 450px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
#Ebene_1{
  width: 400px;
  height: 60px;
  display: block;
  padding-bottom:20px;
  padding-right:40px;
  overflow: hidden; 
  margin: 0 auto;
  background:black;
}