/* Font and Background */
body {
    font-family: 'Englebert', sans-serif;
    background-color: #a9e4ef;
}

/* Hero Section */
.spotlight {
  
    background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/01.webp') center center no-repeat;
    background-size: cover;
    height: 50vh;
    color: #ffffff;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

/* Button Styles */
.btn-success {
    background-color: #81f495;
    border-color: #81f495;
    color: #7a306c;
}
.btn-success:hover {
    background-color: #96f550;
    border-color: #96f550;
}

/* Tips Section */
.tips-section {
    background-color: #8e8dbe;
    color: #7a306c;
}

.section-title {
    color: #7a306c;
}

.advice-title {
    font-size: 1.25rem;
    color: #96f550;
}

.advice-text {
    color: #f5f5f5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .spotlight {
        height: 60vh;
    }
}
/* Game Info Section */
.game-info {
  background-color: #8e8dbe;
  color: #7a306c;
}

.section-title {
  font-size: 2rem;
  color: #7a306c;
  font-weight: bold;
}

.game-description {
  font-size: 1.1rem;
  color: #f5f5f5;
  margin-bottom: 1.5rem;
}
/* Features Section */
.game-features {
  background-color: #96f550;
  color: #7a306c;
}

.section-title {
  font-size: 2rem;
  color: #7a306c;
  font-weight: bold;
}

.features-list {
  list-style-type: none;
  padding: 0;
}

.feature-item {
  font-size: 1.1rem;
  color: #7a306c;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.feature-item i {
  color: #81f495;
}
/* Gallery Section */
.gallery {
  background-color: #a9e4ef;
  color: #7a306c;
}

.section-title {
  font-size: 2rem;
  color: #7a306c;
  font-weight: bold;
}

.card {
  border: none;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.card-img-top:hover {
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .card {
      margin-bottom: 20px;
  }
}

* Footer Styling */
.footer {
  background-color: #280000;
  color: #fdffff;
  padding: 40px 20px;
}

.footer-links {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.footer-link {
  text-decoration: none;
  color: #de7c5a;
  margin: 0 15px;
  font-size: 1rem;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-text {
  font-size: 1rem;
  color: #de7c5a;
}/* Testimonials Section */
.testimonials {
  background-color: #7a306c;
  color: #ffffff;
}

.section-title {
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
}

.testimonial-card {
  background-color: #8e8dbe;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  transition: transform 0.3s ease-in-out;
}

.testimonial-card:hover {
  transform: scale(1.05);
}

.testimonial-text {
  font-size: 1rem;
  font-style: italic;
  color: #a9e4ef;
}

.testimonial-nick {
  font-size: 0.9rem;
  font-weight: bold;
  color: #81f495;
  margin-top: 0.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .testimonial-card {
      margin-bottom: 20px;
  }
}
/* Cookie Policy Section */
.cookie-policy {
  background-color: #a9e4ef;
  color: #7a306c;
  padding: 2rem 0;
}

.cookie-text {
  font-size: 1rem;
  color: #7a306c;
  margin-bottom: 1.5rem;
}

.cookie-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.cookie-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.cookie-list li {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #7a306c;
}

.accept-btn {
  background-color: #96f550;
  border-color: #96f550;
  color: #7a306c;
  margin-right: 1rem;
}

.accept-btn:hover {
  background-color: #81f495;
  border-color: #81f495;
}

.decline-btn {
  color: #7a306c;
  border-color: #7a306c;
}

.decline-btn:hover {
  background-color: #f5f5f5;
  color: #7a306c;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .accept-btn,
  .decline-btn {
      width: 100%;
      margin-bottom: 0.5rem;
  }
}
/* Privacy Policy Section */
.privacy-policy {
  background-color: #a9e4ef;
  color: #7a306c;
  padding: 2rem 0;
}

.privacy-text {
  font-size: 1rem;
  color: #7a306c;
  margin-bottom: 1.5rem;
}

.privacy-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.privacy-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.privacy-list li {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #7a306c;
}

.accept-btn {
  background-color: #96f550;
  border-color: #96f550;
  color: #7a306c;
  margin-right: 1rem;
}

.accept-btn:hover {
  background-color: #81f495;
  border-color: #81f495;
}

.decline-btn {
  color: #7a306c;
  border-color: #7a306c;
}

.decline-btn:hover {
  background-color: #f5f5f5;
  color: #7a306c;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .accept-btn,
  .decline-btn {
      width: 100%;
      margin-bottom: 0.5rem;
  }
}
