.aeslider-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  /* max-width: 480px; */
  position: relative;
  height: 270px;
}

.aeslider-container2 {
  display: flex;
  position: relative;
}

.aeslider {
  display: flex;
  transition: transform 0.5s ease;
}

.aeslide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  /* border: 1px solid #ccc; */
}

.aenav-buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
}

.aenav-button {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid #b7b7b7;
  width: 18px;
  height: 18px;
}

.aenav-button.aeactive {
  /* background-color: rgba(0, 0, 0, 0.7); */
  border-color: #ffd100;
    background-color: #ffd100;
}

.aeslider {
  width: 100%;
}

.aenav-buttons {
  display: flex;
}

.aeslide {
  width: 100%;
}


#cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  z-index: 1000;
  display: none;
  border-radius: 10px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
}
#cookie-notice p {
  margin: 0;
  font-size: 14px;
  padding-bottom: 6px;
}
#cookie-notice a {
  color: #ff9800;
  text-decoration: none;
}
#cookie-notice a:hover {
  text-decoration: underline;
}
#cookie-notice button {
  border-radius: 20px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accept-cookie {
  background-color: #6BBE6B;
  border: 2px solid #6BBE6B;
}
.accept-cookie:hover {
  background-color: #42bd42;
  border: 2px solid #42bd42;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 128, 0, 0.3);
}
.decline-cookie {
  background: #2d2d2d;
  border: 2px solid #555;
}
.decline-cookie:hover {
  background-color: #555;
  border: 2px solid #ff4d4d;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3);
}
.olcekle {
  width: 480px !important;
  margin: 0px;
  padding: 5px;
  border-radius: 15px;
  cursor: pointer;
}