html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}


@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;
}

/* 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-logo {
  max-width: 70px;
  margin-right: 15px;
  color: black;
}

.burger {
  position: absolute;
}

.hero-container {
  position: relative;
  z-index: 110;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  gap: 30px;
  padding-top: 110px;
}

.mobile-banner {
  display: none;
}

.header {
  background-color: #395fb6;
}

.hero-section {
  top: -80px;
  background: #303b4d;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}

.footer-img {
  margin-bottom: 20px;
}

.hero-list {
  background-color: rgba(0, 0, 0, 0.389);
  display: grid;
  grid-template-columns: repeat(3, calc((100%) / 3));
}

.hero-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.hero-name {
  font-size: 40px;
  margin: 0;
  margin-bottom: 30px;
}

.hero-subdescr {
  font-weight: 400;
  margin: 0;
}

.header-container {
  position: relative;
  z-index: 111;
  flex-direction: column;
  justify-content: space-between;
  color: black;
}

.header-top {
  padding: 15px;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.591);
  justify-content: space-between;
}

.header__nav {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.form-input {
  height: 50px;
  width: 250px;
  border-radius: 50px;
  padding: 10px;
}

.footer-form {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: white;
}

.nav__list {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.nav-item {
  margin-right: 20px;
}

.nav-item a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}

.nav-item a:hover {
  color: #de6f5c;
}

.hero-title {
  margin: 0;
  margin-bottom: 20px;
  color: white;
  font-size: 45px;
  font-family: "Montserrat";
  font-weight: 400;
}

.hero-descr {
  font-size: 22px;
  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;
}

.download {
  background-color: #f6f8f6;
}

.download-list {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  gap: 20px;
  margin-top: 40px;
}

.about-container {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  gap: 30px;
}

.about-img {
  margin: 0 auto;
}

.how {
  background-color: #074283;
  color: white;
  padding-bottom: 0;
}

.how-title {
  color: white;
  text-align: center;
  font-weight: 700;
}

.how-imgs {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  gap: 20px;
}

.winners-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.winners-img {
  margin-bottom: 30px;
  border: 1px solid lightgray;
  border-radius: 5px;
}

.winners-imgs {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  gap: 20px;
}

.winners-imgs img {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 10px;
}

.footer {
  background-color: #000037;
  color: white;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  gap: 30px;
}

.footer-left {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.footer-left a {
  margin-bottom: 20px;
}

.footer-center {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.footer-center a {
  margin-bottom: 20px;
}

.footer-name {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

.order-form {
  padding: 20px;
}

.form-left {
  display: flex;
  flex-direction: column;
}

.form-left a {
  margin-bottom: 20px;
  text-decoration: underline;
  color: black;
}

/* General Styles */
.features {
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  padding: 60px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.features-container {
  text-align: center;
  position: relative;
}

.features-header {
  margin-bottom: 40px;
}

.features-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(45deg, #c1c1c1, #deba2d);
  -webkit-background-clip: text;
  animation: gradient 5s infinite linear;
}

.features-subtitle {
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  margin-bottom: 60px;
}

.features-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.feature-card {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 20px;
  width: 220px;
  margin: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.feature-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Animation */
@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

/* General Styles */
.journey {
  background: linear-gradient(135deg, #00aaff, #0077ff);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.journey-container {
  text-align: center;
}

.journey-header {
  margin-bottom: 50px;
}

.journey-title {
  font-size: 2.5em;
  font-weight: bold;
  background: linear-gradient(45deg, #ff0081, #ff8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 7s infinite linear;
}

.journey-subtitle {
  font-size: 1.2em;
  font-weight: 300;
  color: #e0e0e0;
}

.journey-stages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.journey-stage {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  width: 220px;
  margin: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  transition: transform 0.3s, box-shadow 0.3s;
}

.journey-stage:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.stage-icon {
  margin-bottom: 20px;
}

.stage-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.stage-description {
  font-size: 1em;
  color: #ddd;
}

.stage-line {
  width: 2px;
  height: 40px;
  background: #fff;
  margin: 20px auto;
}

/* Animation */
@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

/* General Styles */
.unique-features {
  background: #fafafa;
  padding: 60px 0;
}

.unique-features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature-item {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-item:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: opacity 0.3s;
}

.feature-item:hover .feature-image {
  opacity: 1;
}

.feature-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  width: 80%;
  opacity: 0;
  transition: opacity 0.3s;
}

.feature-item:hover .feature-overlay {
  opacity: 1;
}

.feature-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-description {
  font-size: 1em;
  margin: 0;
}

/* General Styles */
.immersive {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  color: #fff;

  background-size: cover;
}

.immersive-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.background-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  will-change: transform;
}

.background-layer:nth-of-type(1) {
  z-index: 1;
}

.background-layer:nth-of-type(2) {
  z-index: 2;
}

.immersive-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.immersive-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
}

.immersive-items {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.immersive-item {
  position: relative;
  width: 280px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  transition: transform 0.5s, box-shadow 0.5s;
}

.immersive-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.immersive-item-title {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.immersive-item-description {
  font-size: 1em;
}

.immersive-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 1s, opacity 1s;
}

.immersive-animation[data-animate="left"] {
  transform: translateX(-100%);
}

.immersive-animation[data-animate="right"] {
  transform: translateX(100%);
}

.immersive-animation[data-animate="top"] {
  transform: translateY(-100%);
}

.background-layer:nth-of-type(1) {
  animation: parallax 20s linear infinite;
}

.background-layer:nth-of-type(2) {
  animation: parallax 30s linear infinite;
}

.about-timeline {
  padding: 60px 0;
  background: #f4f4f4;
}

.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 2px solid #333;
}

.timeline-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.timeline-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.timeline-description {
  font-size: 1em;
}
.about-accordion {
  padding: 60px 0;
  background: #fff;
}

.accordion-container {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-title {
  display: block;
  width: 100%;
  padding: 15px;
  background: #eee;
  border: none;
  text-align: left;
  font-size: 1.2em;
  cursor: pointer;
  transition: background 0.3s;
}

.accordion-title:hover {
  background: #ddd;
}

.accordion-content {
  display: none;
  padding: 15px;
  background: #f4f4f4;
  border-top: 1px solid #ddd;
}

.accordion-content p {
  margin: 0;
}

.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;
}

.about-carousel {
  padding: 60px 0;
  background: #333;
}

.carousel-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 0 20px;
}

.carousel-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.carousel-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.carousel-description {
  font-size: 1em;
}

.about-split {
  padding: 60px 0;
  background: #eee;
}

.split-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.split-left,
.split-right {
  flex: 1;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.split-left {
  margin-right: 10px;
}

.split-right {
  margin-left: 10px;
}

.split-title {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.split-description {
  font-size: 1em;
}

/* Cookie */
#cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
  background: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: none;
}

#cookie-notification button {
  background: #df7731;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.form-container {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 50px) / 2));
  gap: 50px;
}

.hero-section {
  position: relative;
  padding: 160px 20px;
  background-image: url("img/hero.jpg"); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-content {
  text-align: center;
  max-width: 600px;
  backdrop-filter: blur(10px); /* Adds a frosted glass effect */
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.hero-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  background: linear-gradient(45deg, #ff4081, #ff6e40); /* Colorful gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.hero-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-input {
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
  outline: none;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.submit-button {
  background: linear-gradient(45deg, #ff4081, #ff6e40);
  border: none;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

.submit-button:hover {
  background: linear-gradient(45deg, #ff6e40, #ff4081);
}

.about-section {
  background-color: #ffffff; /* Light background for contrast */
  padding: 50px 20px;
  position: relative;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column; /* Stack on small screens */
  align-items: center;
}

.about-image {
  animation: slideIn 1s ease forwards;
  opacity: 0; /* Initial opacity for animation */
  margin-bottom: 30px;
}

.about-text {
  animation: fadeIn 1.5s ease forwards;
  opacity: 0; /* Initial opacity for animation */
}

.about-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333; /* Darker color for better visibility */
  text-align: center;
  position: relative;
}

.about-description {
  font-size: 18px;
  line-height: 1.6;
  color: #555; /* Soft grey color */
  text-align: center;
  margin-bottom: 30px;
}

.about-button {
  background-color: #ff4081; /* Bright button color */
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-button:hover {
  background-color: #ff6e40; /* Darker shade on hover */
  transform: translateY(-3px); /* Lift effect */
}

/* Animation keyframes */
@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (min-width: 768px) {
  .about-container {
    flex-direction: row; /* Horizontal layout on larger screens */
    align-items: flex-start; /* Align items to start */
  }

  .about-image {
    margin-right: 40px; /* Space between image and text */
  }

  .team-image {
    border-radius: 15px; /* Rounded corners for the image */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Shadow for depth */
  }
}

.feature-section {
  background-color: #eaeaea; /* Light gray background for contrast */
  padding: 60px 20px;
}

.feature-container {
  max-width: 1200px;
  margin: auto;
  text-align: center; /* Center the text */
}

.feature-title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #444; /* Darker text color */
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(280px, 1fr)
  ); /* Responsive grid */
  gap: 30px; /* Spacing between items */
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0; /* Initial opacity for animation */
}

.feature-item {
  background-color: white; /* White background for items */
  border-radius: 10px; /* Rounded corners */
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease; /* Smooth scale on hover */
}

.feature-item:hover {
  transform: scale(1.05); /* Scale effect on hover */
}

.feature-icon {
  margin-bottom: 15px; /* Space between icon and title */
}

.icon-image {
  width: 60px; /* Set a fixed width for icons */
  height: auto;
}

.item-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ff4081; /* Bright title color */
}

.item-description {
  font-size: 16px;
  color: #666; /* Soft gray color */
}

.feature-button {
  display: inline-block; /* Align as a block */
  background-color: #ff4081; /* Bright button color */
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  margin-top: 30px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.feature-button:hover {
  background-color: #ff6e40; /* Darker shade on hover */
  transform: translateY(-2px); /* Lift effect */
}

/* Animation keyframes */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-title {
    font-size: 28px; /* Smaller title on mobile */
  }

  .item-title {
    font-size: 20px; /* Smaller item title on mobile */
  }

  .item-description {
    font-size: 14px; /* Smaller description text */
  }
}

.experience-section {
  background: linear-gradient(
    to left,
    #00c6ff,
    #0072ff
  ); /* Gradient background */
  padding: 60px 20px;
}

.experience-container {
  max-width: 1200px;
  margin: auto;
  text-align: center; /* Center the text */
}

.experience-title {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff; /* White title color */
}

.experience-description {
  font-size: 18px;
  color: #fff; /* White color for description */
  margin-bottom: 40px;
}

.experience-content {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the image and text */
  animation: slideIn 0.8s ease forwards;
  opacity: 0; /* Initial opacity for animation */
}

.experience-image {
  margin: 20px 0; /* Space around the image */
}

.experience-image img {
  width: 80%; /* Responsive image */
  max-width: 600px; /* Max width to prevent stretching */
  border-radius: 15px; /* Rounded corners for the image */
}

.experience-features {
  display: flex;
  justify-content: space-between; /* Space out the feature cards */
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  gap: 30px; /* Space between cards */
  margin-top: 40px; /* Space above features */
}

.feature-card {
  background-color: white; /* White background for cards */
  border-radius: 10px; /* Rounded corners */
  width: 100%; /* Fixed width for feature cards */
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

.feature-card:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px) rotate(3deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.feature-title {
  font-size: 22px;
  color: #333; /* Darker text color for titles */
  margin-bottom: 10px;
}

.feature-description {
  font-size: 14px;
  color: #555; /* Soft gray color for description */
}

/* Animation keyframes */
@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .experience-title {
    font-size: 28px; /* Smaller title on mobile */
  }

  .experience-description {
    font-size: 16px; /* Smaller description text */
  }

  .feature-card {
    width: 90%; /* Wider cards on mobile */
    margin: auto; /* Center cards on mobile */
  }
}

.community-engagement-section {
  background: linear-gradient(
    to right,
    #ff5f6d,
    #ffc371
  ); /* Gradient background */
  padding: 60px 20px;
}

.community-container {
  max-width: 1200px;
  margin: auto;
  text-align: center; /* Center the text */
}

.community-title {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff; /* White title color */
}

.community-description {
  font-size: 18px;
  color: #fff; /* White color for description */
  margin-bottom: 40px;
}

.community-content {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the image and text */
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0; /* Initial opacity for animation */
}

.community-image {
  margin: 20px 0; /* Space around the image */
}

.community-image img {
  width: 80%; /* Responsive image */
  max-width: 600px; /* Max width to prevent stretching */
  border-radius: 15px; /* Rounded corners for the image */
}

.community-highlights {
  display: flex;
  justify-content: space-around; /* Space out the highlight cards */
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  gap: 30px; /* Space between cards */
  margin-top: 40px; /* Space above highlights */
}

.highlight-card {
  background-color: white; /* White background for cards */
  border-radius: 10px; /* Rounded corners */
  width: 280px; /* Fixed width for highlight cards */
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
  animation: fadeIn 0.8s ease forwards;
  opacity: 0; /* Initial opacity for animation */
}

.highlight-card:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

.highlight-title {
  font-size: 22px;
  color: #333; /* Darker text color for titles */
  margin-bottom: 10px;
}

.highlight-description {
  font-size: 14px;
  color: #555; /* Soft gray color for description */
}

/* Animation keyframes */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .community-title {
    font-size: 28px; /* Smaller title on mobile */
  }

  .community-description {
    font-size: 16px; /* Smaller description text */
  }

  .highlight-card {
    width: 90%; /* Wider cards on mobile */
    margin: auto; /* Center cards on mobile */
  }
}
.champions-spotlight-section {
  background: linear-gradient(
    to right,
    #6a11cb,
    #2575fc
  ); /* Gradient background */
  padding: 50px 20px;
}

.champions-container {
  max-width: 1200px;
  margin: auto;
  text-align: center; /* Center the text */
}

.champions-title {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff; /* White title color */
}

.champion-highlight {
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  align-items: center; /* Center the content */
  animation: slideIn 1s ease forwards; /* Animation for the whole section */
  opacity: 0; /* Initial opacity for animation */
}

.champion-info {
  margin-bottom: 30px; /* Space between text and image */
}

.champion-name {
  font-size: 28px;
  color: #ffe600; /* Bright yellow color */
  font-weight: bold; /* Bold name */
}

.champion-description {
  font-size: 16px;
  color: #ffffff; /* White color for description */
  margin: 10px 0; /* Space around description */
}

.learn-more-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff5722; /* Button color */
  color: #fff; /* White text color */
  border-radius: 5px; /* Rounded corners */
  text-decoration: none; /* No underline */
  transition: background-color 0.3s ease; /* Smooth color transition */
}

.learn-more-button:hover {
  background-color: #e64a19; /* Darker shade on hover */
}

.champion-image {
  animation: fadeIn 0.8s ease forwards; /* Animation for the image */
  opacity: 0; /* Initial opacity for animation */
}

.champion-image img {
  width: 80%; /* Responsive image */
  max-width: 500px; /* Max width to prevent stretching */
  border-radius: 15px; /* Rounded corners for the image */
}

/* Animation keyframes */
@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .champions-title {
    font-size: 28px; /* Smaller title on mobile */
  }

  .champion-name {
    font-size: 24px; /* Smaller champion name */
  }

  .champion-description {
    font-size: 14px; /* Smaller description text */
  }
}

.fantasy-dream-section {
  background: linear-gradient(
    to right,
    #ff7e5f,
    #feb47b
  ); /* Gradient background */
  padding: 60px 20px; /* Padding for the section */
  color: #fff; /* White text color */
}

.fantasy-container {
  max-width: 1200px;
  margin: auto;
  text-align: center; /* Center the text */
}

.fantasy-heading {
  font-size: 32px; /* Heading font size */
  margin-bottom: 15px; /* Space below the heading */
  animation: fadeIn 1s ease; /* Fade-in animation */
}

.fantasy-subtitle {
  font-size: 18px; /* Subtitle font size */
  margin-bottom: 30px; /* Space below the subtitle */
  animation: fadeIn 1.2s ease; /* Slight delay for subtitle animation */
}

.fantasy-image-container {
  margin: 0 auto 30px; /* Center image with margin below */
  animation: zoomIn 1.5s ease forwards; /* Image animation */
  opacity: 0; /* Start with no opacity for animation */
}

.fantasy-image-container img {
  width: 90%; /* Responsive image width */
  max-width: 600px; /* Max width for image */
  border-radius: 20px; /* Rounded corners */
}

.get-started-button {
  display: inline-block;
  padding: 12px 24px; /* Button padding */
  background-color: #4caf50; /* Button color */
  color: #fff; /* White text color */
  border-radius: 5px; /* Rounded button corners */
  text-decoration: none; /* No underline */
  transition: background-color 0.3s ease; /* Smooth color transition */
  animation: bounce 1.5s ease infinite; /* Animation for the button */
}

.get-started-button:hover {
  background-color: #45a049; /* Darker green on hover */
}

/* Animation keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); /* Original position */
  }
  40% {
    transform: translateY(-10px); /* Move up */
  }
  60% {
    transform: translateY(-5px); /* Move slightly up */
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .fantasy-heading {
    font-size: 28px; /* Smaller heading on mobile */
  }

  .fantasy-subtitle {
    font-size: 16px; /* Smaller subtitle text */
  }
}

.fantasy-experience-section {
  display: flex; /* Flexbox for layout */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  padding: 60px 20px; /* Padding for the section */
  background: linear-gradient(
    to right,
    #e0eafc,
    #cfdef3
  ); /* Soft gradient background */
}

.fantasy-experience-container {
  max-width: 1200px; /* Max width for the content */
  margin: auto; /* Center the content */
  display: flex; /* Flexbox for child elements */
  align-items: center; /* Center content vertically */
  gap: 20px; /* Space between image and content */
}

.fantasy-image-container {
  flex: 1; /* Image takes up equal space */
}

.fantasy-image-container img {
  width: 100%; /* Responsive image width */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  transition: transform 0.3s ease; /* Smooth transform on hover */
}

.fantasy-image-container img:hover {
  transform: scale(1.05); /* Zoom effect on hover */
}

.fantasy-content {
  flex: 1.5; /* Content takes more space than the image */
  color: #333; /* Dark text color for contrast */
}

.fantasy-experience-heading {
  font-size: 28px; /* Heading font size */
  margin-bottom: 15px; /* Space below the heading */
  animation: fadeIn 1s ease; /* Fade-in animation */
}

.fantasy-experience-description,
.fantasy-experience-details,
.fantasy-experience-benefits {
  margin-bottom: 20px; /* Space below each paragraph */
  line-height: 1.6; /* Line height for better readability */
  animation: slideIn 1s ease forwards; /* Slide-in animation for paragraphs */
  opacity: 0; /* Start with no opacity for animation */
}

.fantasy-cta-button {
  display: inline-block;
  padding: 12px 24px; /* Button padding */
  background-color: #ff6f61; /* Button color */
  color: #fff; /* White text color */
  border-radius: 5px; /* Rounded button corners */
  text-decoration: none; /* No underline */
  transition: background-color 0.3s ease; /* Smooth color transition */
  animation: bounce 1.5s ease infinite; /* Animation for the button */
}

.fantasy-cta-button:hover {
  background-color: #ff4c40; /* Darker shade on hover */
}

/* Animation keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); /* Original position */
  }
  40% {
    transform: translateY(-10px); /* Move up */
  }
  60% {
    transform: translateY(-5px); /* Move slightly up */
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .fantasy-experience-section {
    flex-direction: column; /* Stack elements vertically on small screens */
  }

  .fantasy-content {
    text-align: center; /* Center text on mobile */
  }

  .fantasy-image-container {
    margin-bottom: 20px; /* Space below image */
  }

  .fantasy-experience-heading {
    font-size: 24px; /* Smaller heading on mobile */
  }

  .fantasy-experience-description,
  .fantasy-experience-details,
  .fantasy-experience-benefits {
    font-size: 16px; /* Smaller paragraph font size */
  }
}

.app-previews-section {
  background: linear-gradient(
    to right,
    #f0f4c3,
    #c8e6c9
  ); /* Gradient background */
  padding: 50px 20px; /* Padding for the section */
}

.app-previews-container {
  max-width: 1200px; /* Max width for the content */
  margin: auto; /* Center the content */
  text-align: center; /* Center text */
}

.app-previews-heading {
  font-size: 32px; /* Heading font size */
  margin-bottom: 15px; /* Space below the heading */
  animation: fadeIn 1s ease; /* Fade-in animation */
}

.app-previews-description {
  margin-bottom: 30px; /* Space below the description */
  line-height: 1.6; /* Line height for better readability */
}

.app-preview-cards {
  display: flex; /* Flexbox for card layout */
  justify-content: space-around; /* Space cards evenly */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.app-preview-card {
  background: white; /* Card background */
  border-radius: 15px; /* Rounded corners */
  padding: 20px; /* Card padding */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow effect */
  width: 30%; /* Card width */
  margin: 15px; /* Space between cards */
  transition: transform 0.3s ease; /* Smooth transform on hover */
  animation: slideIn 0.5s ease forwards; /* Slide-in animation */
  opacity: 0; /* Start with no opacity for animation */
}

.app-preview-card:hover {
  transform: scale(1.05); /* Zoom effect on hover */
}

.app-preview-image {
  width: 100%; /* Responsive image width */
  border-radius: 10px; /* Rounded corners for image */
  margin-bottom: 15px; /* Space below image */
}

.app-preview-title {
  font-size: 20px; /* Title font size */
  margin-bottom: 10px; /* Space below title */
}

.app-preview-text {
  font-size: 16px; /* Text font size */
  line-height: 1.5; /* Line height for readability */
}

.app-previews-cta-button {
  display: inline-block;
  padding: 12px 24px; /* Button padding */
  background-color: #ff5722; /* Button color */
  color: #fff; /* White text color */
  border-radius: 5px; /* Rounded button corners */
  text-decoration: none; /* No underline */
  margin-top: 20px; /* Space above button */
  transition: background-color 0.3s ease; /* Smooth color transition */
}

.app-previews-cta-button:hover {
  background-color: #e64a19; /* Darker shade on hover */
}

/* Animation keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .app-preview-card {
    width: 80%; /* Adjust card width for smaller screens */
  }

  .app-previews-heading {
    font-size: 28px; /* Smaller heading on mobile */
  }

  .app-preview-title {
    font-size: 18px; /* Smaller title font size */
  }
}

.feature-highlight-section {
  padding: 50px 20px; /* Padding for the section */
  background-color: #f9f9f9; /* Light background color */
}

.feature-highlight-container {
  max-width: 1200px; /* Max width for the content */
  margin: auto; /* Center the content */
  display: flex; /* Flexbox for side-by-side layout */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  align-items: center; /* Center items vertically */
}

.feature-highlight-image {
  flex: 1; /* Image takes one part of the flex */
  min-width: 300px; /* Minimum width for image */
}

.highlight-image {
  width: 100%; /* Responsive image width */
  border-radius: 10px; /* Rounded corners for the image */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow effect */
}

.feature-highlight-content {
  flex: 2; /* Content takes two parts of the flex */
  padding: 20px; /* Padding for the content */
  text-align: left; /* Align text to the left */
}

.feature-highlight-heading {
  font-size: 28px; /* Heading font size */
  margin-bottom: 15px; /* Space below heading */
}

.feature-highlight-description {
  margin-bottom: 20px; /* Space below description */
  line-height: 1.6; /* Line height for readability */
}

.feature-highlight-subheading {
  font-size: 22px; /* Subheading font size */
  margin: 15px 0; /* Space around subheading */
}

.feature-highlight-text {
  margin-bottom: 10px; /* Space below text */
  line-height: 1.5; /* Line height for readability */
}

.feature-highlight-list {
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
  margin-bottom: 20px; /* Space below list */
}

.feature-highlight-list li {
  margin-bottom: 10px; /* Space below each list item */
}

.feature-highlight-conclusion {
  margin-bottom: 20px; /* Space below conclusion */
}

.feature-highlight-cta-button {
  display: inline-block;
  padding: 12px 24px; /* Button padding */
  background-color: #007bff; /* Button color */
  color: #fff; /* White text color */
  border-radius: 5px; /* Rounded button corners */
  text-decoration: none; /* No underline */
  transition: background-color 0.3s ease; /* Smooth color transition */
}

.feature-highlight-cta-button:hover {
  background-color: #0056b3; /* Darker shade on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-highlight-container {
    flex-direction: column; /* Stack image and content on smaller screens */
    align-items: center; /* Center align items */
  }

  .feature-highlight-image {
    margin-bottom: 20px; /* Space below image */
  }

  .feature-highlight-heading {
    font-size: 24px; /* Smaller heading on mobile */
  }

  .feature-highlight-subheading {
    font-size: 20px; /* Smaller subheading on mobile */
  }
}

.banner-container {
  position: relative;
  width: 100%;
  height: 50px; /* Height of the banner */
  overflow: hidden;
  background-color: #4caf50; /* Banner background color */
}

.rotating-banner {
  position: absolute;
  top: 0;
  left: 100%; /* Starts from the right side */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Text color */
  font-size: 18px;
  white-space: nowrap; /* Prevent line break */
  animation: rotate-banner 30s linear infinite; /* Animation */
}

@keyframes rotate-banner {
  0% {
    left: 100%; /* Starts from the right */
  }
  50% {
    left: 0; /* In the center */
  }
  100% {
    left: -100%; /* Moves to the left */
  }
}

.stats-section {
  background: linear-gradient(120deg, #ff6f61, #ffba93);
  padding: 50px 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.stats-title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-out;
}

.stats-subtitle {
  color: #fff;
  margin-bottom: 40px;
  animation: fadeInDown 1.2s ease-out;
}

.stats-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.toggle-button {
  background: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.toggle-button.active {
  background: #ffba93;
}

.stats-content {
  display: none;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  max-width: 1200px;
  margin: 0 auto;
}

.stats-content.active {
  display: flex;
  justify-content: space-around;
  opacity: 1;
  transform: translateY(0);
}

.stat-box {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 10px;
  max-width: 300px;
  text-align: left;
  margin-right: 20px;
  color: #fff;
  animation: fadeInUp 1s ease-out;
}

.stat-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.stat-description {
  font-size: 16px;
}

/* Keyframes for animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .stats-content.active {
    flex-direction: column;
    align-items: center;
  }

  .stat-box {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

@media (max-width: 1144px) {
}

@media (max-width: 1024px) {
  .hero-name {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .nav__item a {
    color: white;
  }

  .header-top {
    justify-content: space-between;
  }

  .fantasy-experience-container {
    display: flex;
    flex-direction: column;
  }

  .play-img {
    max-width: 100%;
  }

  .hero-container,
  .hero-list,
  .download-list,
  .about-container,
  .how-imgs,
  .winners-imgs,
  .why-choose-us-container {
    grid-template-columns: repeat(1, 100%) !important;
    display: grid !important;
    gap: 20px !important;
  }

  .header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    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: white;
  }

  .stop-scroll {
    overflow: hidden;
  }

  .burger--active .burger__line:nth-child(2) {
    opacity: 0;
  }

  .split-container {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
  }

  .split-left {
    margin-right: 0;
  }

  .timeline-item {
    padding-left: 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%;
  }

  .feature-highlight-container {
    flex-wrap: nowrap;
  }

  .hero-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .feature-item {
    width: 100%;
  }

  .footer-container {
    grid-template-columns: repeat(1, 100%);
  }

  .section-title {
    font-size: 22px;
  }

  .form-container {
    border-bottom: 1px solid gray;
  }
}

.section {
  opacity: 0;
  transform: scale(0);
  transition: all 2s ease;
}
.section.visible {
  opacity: 1;
  transform: scale(1);
}
