
html {
    box-sizing: border-box;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s linear;
  }

  img {
    max-width: 100%;
    object-fit: cover;
  }

  @font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'),
      url('Montserrat-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
  }

  body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
  }

main {
  min-height: 100vh;
}

a.logo{
  font-size: 1.4em;
  font-weight: bold;


}

a.logo:hover {
  opacity: 0.7;
}

  /* glob */

  .list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .btn-reset {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  .flex {
    display: flex;
  }

  .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .section-offset {
    padding: 90px 0;
  }

  .header {
    background-color: #ccc;
  }

  .header-logo {
    max-width: 70px;
    margin-right: 15px;
    color: black;
  }

  .burger {
    position: absolute;
  }

  .hero-container {
    position: relative;
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-section {
    position: relative;
    min-height: 100vh;

    background-repeat: no-repeat;
  }

  .header-bg {
    position: absolute;
    z-index: 11;
    background-color: rgb(27 27 27 / 51%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .header-container {
    position: relative;
    z-index: 111;
    flex-direction: column;
    justify-content: space-between;
    color: black;
  }

  .header-top {
    padding: 15px 0;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .header__nav {
    padding: 15px 0 ;
    display: flex;
    align-items: center;
  }

  .nav__list {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }

  .nav-item {
    margin-right: 20px;
  }

  .nav-item a {
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
  }

  .nav-item a:hover {
text-decoration: underline;  }

  .hero-title {
    margin: 0;
    margin-bottom: 20px;

    color:white;
    font-size: 136px;
    font-family: "Montserrat";
    font-weight: 400;
  }

  .hero-container span {
    font-size: 22px;
    max-width: 50%;
    margin-bottom: 20px;
    color: white;
  }

 .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background-color: white;
    cursor: pointer;
    height: 50px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: black;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
  }

  .button:hover {
    background-color: black;
    color: white;
  }

  .hero-button:hover {
    background-color: #4f0548;
    color: white;
  }

  .section-title {
    margin: 0;
    margin-bottom: 20px;
    color: rgba(0,0,0,1);
    font-size: 48px;
    font-weight: 400;
    text-decoration: none;
    line-height: 130%;
    font-family: "Montserrat", sans-serif;
  }



.order-form {
  padding: 20px;
}

.form-left {
  display: flex;
  flex-direction: column;
}

.form-left a {
  margin-bottom: 20px;
  text-decoration: underline;
  color: black;

}

.form-left a:hover {
  color: #00000099;
}

.order-form-inputs {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.order-form-input {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-form-input input {
  padding: 20px 10px;
  background-color: rgba(244,244,244,1);
  width: 99%;
  height: 30px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid transparent;
}



.hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: url('img/3.webp') no-repeat center center;
  background-size: cover;
   z-index: 0;
 }

 #about-page.hero {
  background: url('img/5.webp') no-repeat center center;
  background-size: cover;
 }

 #services-page.hero {
  background: url('img/6.webp') no-repeat center center;
  background-size: cover;
 }
 

.fusion-fun .bottom__img {
  border-radius: 15px;
  margin: 50px auto;
  width: 80%;
}

 .adventure-map img {
  margin: 50px auto 0;
  width: 80%;
border-radius: 15px;
}

.hero-content {
   position: relative;
  z-index: 1;
  max-width: 800px;
  background-color: rgba(27, 1, 27, 0.55);
  padding: 10px;
}

.hero-title {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  animation: fadeIn 2s ease-out;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
  opacity: 0.8;
  animation: fadeIn 2s ease-out 0.5s;
}

.cta-button {
  display: inline-block;
  padding: 10px 30px;
  background: #ff6f61;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
  background: #ff3e30;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.creative-section {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: linear-gradient(to right, #8d807a, #393939, #f39c12, #697d12);
  color: #333;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 0;
}

.content {
  position: relative;
  z-index: 1;
}

.title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  animation: bounceIn 1.5s ease-out;
}

.description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #fff;
  animation: fadeIn 2s ease-out 0.5s;
}

.cta-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background: #fff;
  color: #333;
  transform: scale(1.05);
}

.cta-button.secondary {
  border-color: #ff6b6b;
  color: #ff6b6b;
}

.cta-button.secondary:hover {
  background: #ff6b6b;
  color: #fff;
}

.shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 150px;
  height: 150px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  left: 70%;
  animation-delay: 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  top: 80%;
  left: 40%;
  animation-delay: 4s;
}

@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0; }
  50% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.abstract-section {
  padding: 60px 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.text-box {
  max-width: 500px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  animation: textAppear 2s ease-out;
}

.text {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  animation: fadeIn 2s ease-out 0.5s;
}

.svg-container {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.svg-circle, .svg-triangle {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: svgAnimation 6s infinite;
}

.svg-circle {
  animation-delay: 0s;
}

.svg-triangle {
  animation-delay: 3s;
}

@keyframes textAppear {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes svgAnimation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.reveal-section {
  padding: 100px 20px;
  background: #ccc;
  color: #fff;
}

.container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.panel {
  position: relative;
  width: 30%;
  height: 300px;
  background: #333;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.panel:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.panel-content, .panel-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   box-sizing: border-box;
  transition: opacity 0.3s ease;
}

.panel-content {
  opacity: 1;
  z-index: 1;
}

.panel-hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(100%);
}

.panel:hover .panel-content {
  opacity: 0;
}

.panel:hover .panel-hover {
  opacity: 1;
  transform: translateY(0);
}

.panel-title, .panel-description, .hover-title, .hover-text {
  margin: 0;
  padding: 0;
}

.panel-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  background-color: #feb47b;
  color: #333;
}
.docs .container {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: baseline;

}

.docs a {
  text-decoration: underline;
}

.docs a:hover {
  text-decoration: none;
}
.docs {
  margin: 3em auto 6em;
}
.docs h1, .docs h2, .docs p {
  margin: 0;
}
.panel-description {
  font-size: 1rem;
  line-height: 1.5;
}

.panel-1 {
  background: url('img/7.webp') no-repeat center center/cover;
}

.panel-2 {
  background: url('img/8.webp') no-repeat center center/cover;
}

.panel-3 {
  background: url('img/9.webp') no-repeat center center/cover;
}

.panel-4 {
  background: url('img/10.webp') no-repeat center center/cover;
}

.panel-5 {
  background: url('img/1.webp') no-repeat center center/cover;
}

.panel-6 {
  background: url('img/2.webp') no-repeat center center/cover;
}

.hover-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.hover-text {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .panel {
      width: 100%;
  }
}

.flip-section {
  padding: 60px 20px;
   color: #fff;
  text-align: center;
}

.flip-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.flip-card {
  width: 30%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.flip-card-front {
  background: #606060;
  color: #fff;
  border-radius: 10px;
}

.flip-card-back {
  background: #444;
  color: #fff;
  border-radius: 10px;
  transform: rotateY(180deg);
}

.flip-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.flip-subtitle {
  font-size: 1.2rem;
  color: #aaa;
  padding: 15px;
}

.flip-card-back h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.flip-card-back p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .flip-card {
      width: 100%;
  }
}

.about-us {
  padding: 60px 20px;
   color: #fff;
  text-align: center;
  position: relative;
}

.carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.carousel-item {
  min-width: 100%;
  transition: transform 0.6s ease-in-out;
  padding: 40px 20px;
  box-sizing: border-box;
}

.carousel-item h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #f39c12;
}

.carousel-item p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.control-prev, .control-next {
  background: #444;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.control-prev:hover, .control-next:hover {
  background: #555;
}

@media (max-width: 768px) {
  .carousel-item h2 {
      font-size: 1.5rem;
  }

  .carousel-item p {
      font-size: 1rem;
  }
}

.parallax-gallery {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
 }

.gallery-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  z-index: -1;
  transform: translateZ(0);
}

.gallery-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.gallery-item {
  position: relative;
  width: calc(50% - 20px);
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s, box-shadow 0.5s;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.gallery-image {
  width: 100%;
    height: 100%;
  display: block;
  transition: transform 0.5s;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 0.5s;
}

.gallery-item:hover .gallery-text {
  opacity: 1;
}

.gallery-text h2 {
  font-size: 1.6rem;
  margin: 0 0 10px;
}

.gallery-text p {
  font-size: 1.1rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .gallery-item {
      width: calc(100% - 20px);
  }
}



.birthday-montage {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  position: relative;
}

.section-title {
  font-size: 2.5rem;
  margin: 0;
  color: #333;
}

.section-description {
  font-size: 1.2rem;
  color: #666;
  margin: 20px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid styling */
.montage-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.montage-item {
  position: relative;
  width: calc(50% - 20px);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s, box-shadow 0.4s;
  aspect-ratio: 3/2;
}

.montage-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.montage-item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.4s;
}

.montage-item:hover img {
  transform: scale(1.1);
}

.montage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.montage-item:hover .montage-overlay {
  opacity: 1;
}

.montage-overlay h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.montage-overlay p {
  font-size: 1rem;
  line-height: 1.4;
}

.celebration-timeline {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.timeline-title {
  font-size: 2.5rem;
  margin: 0;
  color: #333;
  font-family: 'Arial', sans-serif;
}

.timeline-description {
  font-size: 1.2rem;
  color: #666;
  margin: 20px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Timeline styling */
.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  border-left: 2px solid #f39c12;
}

.timeline-item {
  position: relative;
  padding: 20px 0;
  border-left: 2px solid #e0e0e0;
  margin-left: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s, background-color 0.3s;
}

.timeline-item:hover {
  transform: translateX(10px);
  background-color: #f9f9f9;
}

.timeline-icon {
  position: absolute;
  left: -12px;
  width: 24px;
  height: 24px;
  background-color: #f39c12;
  border-radius: 50%;
  top: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse 1.5s infinite;
}

.timeline-content {
  padding-left: 20px;
}

.timeline-content h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
  color: #333;
}

.timeline-content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.2);
      opacity: 0.7;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.virtual-party-lounge {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.lounge-title {
  font-size: 2.5rem;
  margin: 0;
  color: #333;
  font-family: 'Arial', sans-serif;
}

.lounge-description {
  font-size: 1.2rem;
  color: #666;
  margin: 20px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Lounge content styling */
.lounge-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  position: relative;
}

.lounge-item {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s, box-shadow 0.4s;
}

.lounge-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.lounge-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.lounge-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s;
}

.lounge-item:hover .lounge-card img {
  transform: scale(1.1);
}

.lounge-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  transform: translateY(100%);
}

.lounge-item:hover .lounge-overlay {
  opacity: 1;
  transform: translateY(0);
}

.lounge-overlay h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.lounge-overlay p {
  font-size: 1rem;
  line-height: 1.6;
}

.adventure-map {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  position: relative;
}

.map-title {
  font-size: 2.5rem;
  color: #333;
  margin: 0;
}

.map-description {
  font-size: 1.2rem;
  color: #666;
  margin: 20px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Map container styling */
.map-container {
  display: grid;
 grid-template-columns: repeat(4,1fr);  justify-content: center;
  gap: 30px; 
  margin: 50px auto 0; 
}

.map-item {
 background-color: #feb47b;
 padding: 30px;
   position: relative;
    cursor: pointer;
   height: 100%;
 }

 #events {
  margin: 0 auto 0;
  padding: 50px 0;
  background: linear-gradient(45deg, #ffff00,#f39c12);
 }

 

.map-item:hover::before {
  opacity: 1;
}

.map-hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 10px;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.3s, opacity 0.3s;
}

 
.map-hover-overlay h3 {
  font-size: 1.2rem;
  margin: 0 0 10px;
}

.map-hover-overlay p {
  font-size: 0.9rem;
  line-height: 1.5;
}

 
 

  
.form-container {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 50px) / 2));
  gap: 50px;
}

.footer {
  background: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo h1 {
  font-size: 2rem;
  margin: 0;
  font-family: 'Arial', sans-serif;
  color: #fff;
}

.footer-logo p {
  font-size: 1rem;
  margin: 5px 0 0;
  font-family: 'Arial', sans-serif;
  color: #ccc;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.footer-nav li {
  display: inline;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Arial', sans-serif;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #f39c12;
}

.footer-bottom {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #ccc;
}


.extravaganza-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  color: #333;
}

.interactive-gallery h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1e1e1e;
}

.interactive-gallery p {
  font-size: 1.1rem;
  color: #cdc2c2;
  margin-bottom: 40px;
}

.gallery-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.game-card {
  position: relative;
  width: 200px;

  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.game-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
  text-align: center;
}

.game-card:hover .card-overlay {
  opacity: 1;
}

.dynamic-roulette {
  margin-top: 60px;
}

.roulette-wrap {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.roulette-wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#e74c3c 0%, #f39c12 25%, #2ecc71 50%, #3498db 75%, #e74c3c 100%);
  border: 10px solid #333;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  position: relative;
  animation: spin 4s linear infinite;
}

.roulette-ball {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.spin-button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background 0.3s;
}

.spin-button:hover {
  background: #2980b9;
}

 
.roulette-info h3 {
  font-size: 1.8rem;
  color: #333;
}

.roulette-info p {
  font-size: 1.1rem;
  color: #666;
}

/* Animations */
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.fusion-fun {
  padding: 0 20px;
  background: #fff;
  text-align: center;
  color: #333;
}

.interactive-zones {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.zone-card, .zone-roulette {
  width: 45%;
  background: #eee;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.zone-card h2, .zone-roulette h2 {
  background: #333;
  color: #fff;
  padding: 15px;
  margin: 0;
  font-size: 2rem;
}

.card-games {
  display: flex;
  gap: 15px;
  padding: 20px;
}

.fusion-fun .card-games {
  display: grid;
  grid-template-columns: 1fr 1fr;
  }

.card-game {
  position: relative;
  width: 100%;
  height: 300px;
   background: #ddd;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card-game:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.game-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
  text-align: center;
}

.card-game:hover .overlay {
  opacity: 1;
}

.roulette-container {
  position: relative;
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.roulette-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.roulette-info .spin-btn {
  margin-top: 0;
  border-radius: 0%;
}

img.simple {
  border-radius: 15px;
  width: 80%;
margin: 50px auto;
}

.roulette-wheel {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: conic-gradient(#ff0000 0%, #0000ff 25%, #00ff00 50%, #ffff00 75%, #ff0000 100%);
  border: 10px solid #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  animation: spin 5s linear infinite;
}

 

.roulette-info h3 {
  font-size: 1.8rem;
  color: #333;
}

.roulette-info p {
  font-size: 1.2rem;
  color: #666;
}

.spin-btn {
  margin-top: 15px;
  padding: 10px 20px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background 0.3s;
}

.spin-btn:hover {
  background: #2980b9;
}

/* Animations */
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.gala-fusion-experience {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  color: #333;
}

.experience-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.game-pyramid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pyramid-layer {
  background: #333;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.pyramid-layer:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.game-info h2 {
  font-size: 2rem;
  margin: 0 0 10px;
}

.game-info p {
  font-size: 1.1rem;
}

.interactive-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.carousel {
  display: flex;
  gap: 15px;
  animation: slide 15s linear infinite;
}

.carousel-item {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, opacity 0.3s;
background-color: #ааа;
color: #333;
}

.carousel-item.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.carousel-item img {
  border-radius: 5px;
  width: 100%;
}

#reviews {
  margin: 50px auto;
}

.review-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

#reviews h2 {
  color: #4f0548;
}

#reviews .review>p:first-child {
  font-style: italic;
}

.review {
  padding: 10px;
  border: 3px solid #840777;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background-color: #f5f0f0;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

.overlay h3 {
  font-size: 1.8rem;
  margin: 0;
}

.overlay p {
  font-size: 1.1rem;
}

/* Animations */
@keyframes slide {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}


.games-experience {
  padding: 60px 20px;
  background: linear-gradient(135deg, #ff9a9e, #fad0c4);
  text-align: center;
  margin: 100px auto 0;
}
 
.cta .wrapper {
  background-color: #f6f0f0bb;
  padding: 20px;
  border-radius: 15px;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #222;
}

.grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

#main.cta {
  margin: 50px auto;
}

.cta .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.cta p {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin: 0;
}

 a.button {
  font-size: 16px;
  text-transform: uppercase;
  width: max-content;
  padding: 10px 15px;
  border-radius: 5px;
  background: #222;
  color: #fff;
  transition: background 0.3s;
}



/* Game Card */
.game-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-content {
  margin-bottom: 20px;
}

.card-images {
  position: relative;
  height: 150px;
}

.card-images img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 0.5s;
}

.card-images img.image1 {
  left: 0;
}

.card-images img.image2 {
  right: 0;
}

.game-card:hover .card-images img {
  transform: scale(1.1);
}

/* Roulette */
.game-roulette {
  background: #222;
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.roulette-wheel {
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  background: radial-gradient(circle, #000, #444);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.inner-wheel {
  width: 80%;
  height: 80%;
  background: #f00;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  left: 10%;
  animation: spin 6s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.roulette-info h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.roulette-info p {
  font-size: 1rem;
}

.contact-form {
  padding: 60px 20px;
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-wrapper {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.form-title {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.form-description {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #666;
  text-align: center;
}

form {
  display: grid;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #333;
}

.form-group input,
.form-group textarea {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #ff7e5f;
  box-shadow: 0 0 8px rgba(255, 126, 95, 0.5);
  outline: none;
}

.submit-button {
  background: #ff7e5f;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.submit-button:hover {
  background: #feb47b;
  transform: scale(1.05);
}

.submit-button:active {
  background: #e56b50;
}

.adress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.adress a {
  text-decoration: none;
  background-color: #fad0c4;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

.logo.header-top.flex {
  position: static!important;
}


@media (max-width: 1144px) {
  .interactive-zones {
    flex-direction: column;
  }

  .zone-card, .zone-roulette {
    width: 100%;
  }

}

@media (max-width: 900px) {
  .map-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .fusion-fun .card-games {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {
  img.simple {
    width: 100%;
    margin: 30px auto;
  }
  .nav__item a {
    color: white;
  }

  .map-container, .adress {
    grid-template-columns: repeat(1, 1fr);
gap: 30px;
  }

  .adress {
    gap: 0;
  }

  .adventure-map img {
    width: 100%;
    margin: 30px auto;
  }

  .carousel-item.grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .review-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .montage-item {
    width: 100%;
  }

  .header-top {
    justify-content: space-between;
  }

  .montage-grid, .interactive-zones {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
  }

  .card-games {
    flex-direction: column;
  }

  .zone-card, .zone-roulette {
    width: 100%;
  }

  .header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 250px;
    height: 100vh;
    z-index: 1000;
    padding: 50px;
    box-shadow: 0 0 5px #888;
    background-color: #3c3c3cfc;
    opacity: 0.9;
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(-120%);
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .header__nav .nav__list {
    flex-direction: column;
  }

  .header__nav .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .header__nav .nav__item-link {
    font-size: 18px;
  }

  .header__nav--active {
    visibility: visible;
    transform: none;
  }

  .burger {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 13px;
    border-radius: 3px;
    color: black;
    z-index: 10001;
  }

  .burger--active.burger {
    color: #fff;
  }

  .stop-scroll {
    overflow: hidden;
  }

  .burger--active .burger__line:nth-child(2) {
    opacity: 0;
  }

  .burger--active .burger__line:nth-child(1) {
    top: 50%;
    left: 25%;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
  }

  .burger--active .burger__line:nth-child(3) {
    bottom: auto;
    top: 50%;
    left: 25%;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
  }

  .burger__line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: currentColor;
  }

  .burger__line:nth-child(1) {
    top: 13px;
  }

  .burger__line:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .burger__line:nth-child(3) {
    bottom: 13px;
  }


.hero-title {
  max-width: 100%;
  font-size: 39px;
}

.hero-descr {
  max-width: 100%;
}

.hero-text {
  width: 100%;
}

.form-container {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 50px;
}


.hero-container span {
  font-size: 22px;
  max-width: 100%;
  margin-bottom: 20px;
  color: white;
}
}

@media (max-width: 425px) {
  .hero-container {

     max-width: 100%;

  }

  .review-container {
    grid-template-columns:   1fr;
   }

  .gallery-text h2 {
    font-size: 15px;
  }

  .gallery-text p, .flip-card-back p,  .flip-subtitle {
    font-size: 12px;
  }

  .flip-title, .flip-card-back h3 {
    font-size: 16px;
    padding: 10px;
  }

  .footer-nav ul {
    flex-direction: column;
  }

  .footer-links {
    padding: 10px;
  }

  .section-title {
    font-size: 22px;
}

.products-name {
  font-size: 57px;
}

.products-descr {
  font-size: 24px;
}

  .form-container {
    border-bottom: 1px solid gray;
}
}


@media(min-width: 1500px) {
  .fusion-fun .card-games {
    grid-template-columns: repeat(1, 1fr);
  }

  .card-game {
    height: 400px;
  }
}