body {
  margin: 0;
  padding: 0;
  background: #0f0f0f;
  color: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
}

.h1cimem {
  font-size: 48px;
  margin-top: 100px;
  letter-spacing: 2px;
   font-family: 'Bebas Neue', sans-serif;
}
.rolam {
 
  font-size: 70px;
  letter-spacing: 3px;
}
h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 70px;
  letter-spacing: 3px;
  text-transform: uppercase;
color: #eafff5;

  text-shadow:
    0 0 5px rgba(0, 255, 170, 0.4),
    0 0 10px rgba(0, 255, 170, 0.3),
    0 0 20px rgba(0, 255, 170, 0.2);
}
.divider {
  width: 100%;
  height: 2px;
  margin: 40px 0;

  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 255, 170, 0.5),
    transparent
  );
}
h2 {
  margin-top: -20px;
}

.cursive {
  font-family: 'Great Vibes', cursive;
  font-size: 55px;
  font-style: italic;

  color: #ccffe6;

  display: inline-block;
  text-shadow:
    0 0 5px rgba(0,255,170,0.5),
    0 0 15px rgba(0,255,170,0.4),
    0 0 30px rgba(0,255,170,0.3);
  transform: rotate(-6deg);
}
.cursive {
  animation: floatGlow 3s ease-in-out infinite alternate;
}

@keyframes floatGlow {
  from {
    transform: rotate(-6deg) translateY(0px);
    text-shadow:
      0 0 5px rgba(0,255,170,0.4),
      0 0 15px rgba(0,255,170,0.3);
  }
  to {
    transform: rotate(-6deg) translateY(-5px);
    text-shadow:
      0 0 10px rgba(0,255,170,0.7),
      0 0 25px rgba(0,255,170,0.5);
  }
}

h3 { 
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
color: #eafff5;

  text-shadow:
    0 0 5px rgba(0, 255, 170, 0.4),
    0 0 10px rgba(0, 255, 170, 0.3),
    0 0 20px rgba(0, 255, 170, 0.2); 
  }

.green-glow {
  color: #ccffe6;


  text-shadow:
    0 0 5px rgba(0,255,170,0.5),
    0 0 15px rgba(0,255,170,0.4),
    0 0 30px rgba(0,255,170,0.3);
}
}

.swipe-gallery {
  width: 100%;
  margin: 30px 0;
}

.swipe-track {
  display: flex;
  gap: 20px;

  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;

  padding: 20px;

}

.swipe-track::-webkit-scrollbar {
  height: 8px;
}

.swipe-track::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.swipe-track::-webkit-scrollbar-thumb {
  background: linear-gradient(
    90deg,
    rgba(0,255,170,0.6),
    rgba(0,255,170,0.3)
  );
  border-radius: 10px;

  box-shadow:
    0 0 5px rgba(0,255,170,0.6),
    0 0 15px rgba(0,255,170,0.3);
}

.swipe-track::-webkit-scrollbar-thumb:hover {
  background: rgba(0,255,170,0.8);

  box-shadow:
    0 0 10px rgba(0,255,170,0.9),
    0 0 25px rgba(0,255,170,0.5);
}

.swipe-track img {
  flex: 0 0 auto;
  width: 250px;
  border-radius: 15px;

  box-shadow:
    0 0 10px rgba(0,255,170,0.3),
    0 0 25px rgba(0,255,170,0.2);
}

p {
  opacity: 0.7;
  font-size: 18px;
}

.container {
  max-width: 600px;
  margin: auto;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: white;
  color: black;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.button:hover {
  background: #cccccc;
}
.video {
  width: 300px;
  border-radius: 15px;
  margin: 30px;

  box-shadow:
    0 0 10px rgba(0,255,170,0.3),
    0 0 25px rgba(0,255,170,0.2);
}

.img {
  width: 300px;
  border-radius: 15px;

  box-shadow:
    0 0 10px rgba(0,255,170,0.3),
    0 0 25px rgba(0,255,170,0.2);
}

.glow-img {
  color: #ccffe6;
  text-decoration: none;

  background: rgba(0, 0, 0, 0.6);

  border-radius: 40px;
  border: 1px solid rgba(0,255,170,0.3);

  box-shadow:
    0 0 10px rgba(0,255,170,0.2),
    0 0 25px rgba(0,255,170,0.1);
}

.review-section {
  padding: 60px 20px;
  background: transparent;
  text-align: center;
}

.review-section h2 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #ffffff;
}

.review-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.review-card {
  background: #111;
  border-radius: 18px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.05);
}

.review-card:hover {
  transform: translateY(-6px);
  border: 1px solid rgba(255,255,255,0.15);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.avatar {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #d4af37, #f1d27a); /* arany hatás */
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.review-header h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.review-header span {
  font-size: 13px;
  color: #aaa;
}

.stars {
  color: #d4af37; /* arany csillag */
  margin-bottom: 12px;
  font-size: 18px;
}

.review-text {
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
}
.form-wrapper {
  max-width: 600px;
  margin: 80px auto;
  padding: 15px;

  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;

  border: 1px solid rgba(0,255,170,0.2);

  box-shadow:
    0 0 15px rgba(0,255,170,0.2),
    0 0 40px rgba(0,255,170,0.1);

  backdrop-filter: blur(10px);
}

.form-wrapper iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 15px;

  
  filter: brightness(0.85) contrast(1.1);
}

.insta-btn {
  display: inline-block;
  padding: 20px 40px;
  font-size: 40px;
  letter-spacing: 1px;
  width: fit-content;
  margin: 10px;
  margin-top: 1px;
  font-family: 'Great Vibes', cursive;
  font-weight: bold;

  letter-spacing: 2px;

  color: #ccffe6;
  text-decoration: none;

  background: rgba(0, 0, 0, 0.6);

  border-radius: 40px;
  border: 1px solid rgba(0,255,170,0.3);

  box-shadow:
    0 0 10px rgba(0,255,170,0.2),
    0 0 25px rgba(0,255,170,0.1);

  text-decoration: none;
}

.insta-btn {
  color: #ccffe6 !important;
}

.felirat {
  margin-top: -30px;
  margin-bottom: 10px;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  font-style: italic;
  color: #ccffe6;
  display: inline-block;
  text-shadow:
    0 0 5px rgba(0,255,170,0.5),
    0 0 15px rgba(0,255,170,0.4),
    0 0 30px rgba(0,255,170,0.3);}
.cursive {
  animation: floatGlow 3s ease-in-out infinite alternate;
}


@media only screen and (max-width: 1000px) {
 
 .container  {width:100% !important; max-width: none;padding-left: 20px;padding-right: 20px;}
}