body,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background: #000000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

/* Logo + text */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: bold;
}
.logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* Menu items */
.menu {
  display: flex;
  gap: 30px;
  position: absolute;
  right: 150px;
}
.menu a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s;
}
.menu a:hover {
  color: #007bff;
}

.home {
  background: url("img/bg hal 1.webp") center/cover no-repeat;
  height: 900px;
  width: auto;
  position: relative;
  margin: 4.5rem 0 0;
}

.home .text-home {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 55vw;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.home .text-home .text-1 {
  align-items: center;
  justify-content: center;
  width: 350px;
  padding: 5px;
  font-size: 1.1rem;
  color: #ffffff;
  border: 2px solid white;
  border-radius: 25px;
}

.home .text-home h1 {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(1, 204, 255, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*background-text-fill: transparent; */
  background-size: 100%;
  font-size: 5rem;
  line-height: 1;
}

.home .text-home .text-2 {
  font-size: 1.4rem;
  color: #ffffff;
}

.buttons a {
  padding: 10px 25px;
  margin: 10px;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
}

.buy {
  background-color: #ffffff;
  color: #000000;
}

.whitepaper {
  background-color: #ffffff;
  color: #000000;
}

.car {
  background-color: #000000;
  height: 1000px;
  width: auto;
  position: relative;
  margin: 0;
}

.car .image-car {
  height: 45rem;
  width: auto;
  position: absolute;
  top: -350px; /* Geser gambar 20px ke atas */
  left: 50%; /* Pusatkan secara horizontal */
  transform: translateX(-50%);
}

.car .image-card-about {
  height: 42rem;
  width: auto;
  position: absolute;
  bottom: 0px;
  left: 50%; /* Pusatkan secara horizontal */
  transform: translateX(-50%);
}

/* card  */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  cursor: pointer;
}

.car-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* padding: 20px; */
}

.car-card {
  background: url("img/bgcard.png") center/cover no-repeat;
  padding: 100px;
  border-radius: 15px;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.car-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #ccc;
}

.car-card h1 {
  margin: 10px 0 20px;
  font-size: 4rem;
  color: #fff;
}

.car-card p {
  color: #ddd;
  line-height: 1.6;
}

.info-section {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.info-block {
  flex: 1;
  min-width: 200px;
}

.info-title {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}

.contract-address {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 10px;
}

.network {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #00aaff;
  border-radius: 50%;
  color: #ffffff;
}
/* card */

.after-car {
  background: #000000;
  height: 1000px;
  position: relative;
  margin: 0;
}

.after-car .text-after-car {
  padding: 25px;
  position: absolute;
  display: felx;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 0.5;
}

.after-car .text-after-car h1 {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(1, 204, 255, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*background-text-fill: transparent; */
  background-size: 100%;
  font-size: 5rem;
  line-height: 1.2;
}

.after-car .text-after-car p {
  font-size: 1.4rem;
  color: #ffffff;
}

.container {
  top: 48%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  width: 100%;
  box-sizing: border-box;
  color: white;
}

.text-column-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: flex-end;
  gap: 50px;
}

.text-column-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: flex-start;
  gap: 50px;
}

.box {
  padding: 20px;
  margin: 0 15px;
  max-width: 400px;
  border: 2px solid #777777d5;
  background-color: #61616111;
  border-radius: 20px;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease-out;
}

.box h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.box p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.center-image {
  flex: 0 0 auto;
  text-align: center;
  padding: 0 60px;
}

.center-image img {
  max-width: 27rem;
  height: auto;
}

/* Animasi */

.from-left {
  transform: translateX(-100px);
}

/* Animasi muncul dari kanan */
.from-right {
  transform: translateX(100px);
}

/* Saat terlihat di layar */
.show {
  opacity: 1;
  transform: translateX(0);
}

/* end Animasi */

.howtobuy {
  background: url("img/bg 2.webp") center/cover no-repeat;
  height: 1000px;
  position: relative;
  margin: 0;
}

.howtobuy .text-howtobuy {
  padding: 25px;
  position: absolute;
  display: felx;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 0.5;
}

.howtobuy .text-howtobuy h1 {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(1, 204, 255, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*background-text-fill: transparent; */
  background-size: 100%;
  font-size: 5rem;
  line-height: 1.2;
}

.howto-container {
  top: 30%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  width: 100%;
  box-sizing: border-box;
  color: white;
  /* border: 2px solid white; */
}

.howto-text-column-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  gap: 50px;
}

.howto-text-column-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  gap: 50px;
}

.card {
  padding: 20px;
  margin: 0 15px;
  max-width: 400px;
  border: 2px solid #777777d5;
  background-color: #61616111;
  border-radius: 20px;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease-out;
}

.box h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.box p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.number {
  background: #00a6fb;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 14px;
  border-radius: 8px;
  flex-shrink: 0;
}

.tokenomics {
  background: #000000;
  height: 500px;
  position: relative;
  margin: 0;
}

.tokenomics .text-tokenomics {
  padding: 25px;
  position: absolute;
  display: felx;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 0.5;
}

.tokenomics .text-tokenomics h1 {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(1, 204, 255, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*background-text-fill: transparent; */
  background-size: 100%;
  font-size: 5rem;
  line-height: 1.2;
}

.tokenomics .text-tokenomics p {
  font-size: 3rem;
  color: #ffffff;
}

.tokenomics2 {
  background: url("img/bg 3.webp") center/cover no-repeat;
  height: 900px;
  width: auto;
  position: relative;
  margin: 0;
}

.tokenomics2 .text-tokenomics2 {
  top: 5%;
  position: absolute;
}

.tokenomics2 .text-tokenomics2 {
  padding: 60px;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
}

.buttons-tokenomics2 {
  position: absolute;
  right: 5%;
  bottom: 15%;
}

.buttons-tokenomics2 a {
  padding: 10px 25px;
  margin: 10px;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
}

.telegram {
  background-color: #ffffff;
  color: #000000;
}

.twitter {
  background-color: #ffffff;
  color: #000000;
}

.roadmap {
  background-color: #000000;
  height: 1200px;
  width: auto;
  position: relative;
  margin: 0;
}

.roadmap .text-roadmap {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 55vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.roadmap .text-roadmap .text-roadmap1 {
  align-items: center;
  justify-content: center;
  width: 350px;
  padding: 5px;
  font-size: 1.1rem;
  color: #ffffff;
  border: 2px solid white;
  border-radius: 25px;
}

.roadmap .text-roadmap h1 {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(1, 204, 255, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*background-text-fill: transparent; */
  background-size: 100%;
  font-size: 5rem;
  line-height: 1;
}

.roadmap .text-roadmap .text-roadmap2 {
  font-size: 1.4rem;
  color: #ffffff;
}
/* Animasi */
.roadmapcontainer {
  width: 90vw;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
/* Animasi masuk */
.roadmapcontainer.show-left {
  opacity: 1;
  transform: translateX(0);
}

.roadmapcontainer.show-right {
  opacity: 1;
  transform: translateX(0);
}

/* Posisi awal untuk kiri dan kanan */
.left-card {
  transform: translateX(-100px);
}

.right-card {
  transform: translateX(100px);
}

.roadmapcontainer img {
  width: 700px;
}

/* end animasi */

.footer {
  background: url("img/bg hal 1.webp") center/cover no-repeat;
  height: 900px;
  width: auto;
  position: relative;
  margin: 0;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw;
  gap: 10px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.footer-container img {
  padding: 30px;
  width: 800px;
}

.footer-bg h1 {
  position: absolute;
  bottom: -5%;
  padding: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #000000;
  height: 80px;
  width: 100%;
  background-color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .menu {
    display: none;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 100;
  }

  /* Logo + text */
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0;
    font-weight: bold;
  }
  .logo img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  /* Menu items */
  .menu {
    display: flex;
    gap: 15px;
    position: absolute;
    right: 60px;
  }
  .menu a {
    text-decoration: none;
    color: black;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.3s;
  }
  .menu a:hover {
    color: #007bff;
  }

  /* home */

  .home {
    background: url("img/bg hal 1.webp") center/cover no-repeat;
    height: 500px;
    width: auto;
    position: relative;
    margin: 4.5rem 0 0;
  }
  .home .text-home {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 80vw;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .home .text-home .text-1 {
    align-items: center;
    justify-content: center;
    width: 250px;
    padding: 5px;
    font-size: 0.8rem;
    color: #ffffff;
    border: 2px solid white;
    border-radius: 25px;
  }

  .home .text-home h1 {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(1, 204, 255, 1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /*background-text-fill: transparent; */
    background-size: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }

  .home .text-home .text-2 {
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 25px;
  }

  .buttons a {
    padding: 10px 25px;
    margin: 5px;
    font-size: 0.8rem;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
  }

  .buy {
    background-color: #ffffff;
    color: #000000;
  }

  .whitepaper {
    background-color: #ffffff;
    color: #000000;
  }

  .car {
    background-color: #000000;
    height: 850px;
    width: auto;
    position: relative;
    margin: 0;
  }

  .car .image-car {
    height: 20rem;
    width: auto;
    position: absolute;
    top: -15%; /* Geser gambar 20px ke atas */
    left: 50%; /* Pusatkan secara horizontal */
    transform: translateX(-50%);
  }

  .car .image-card-about {
    height: 16rem;
    width: auto;
    position: absolute;
    top: 40%;
    left: 50%; /* Pusatkan secara horizontal */
    transform: translateX(-50%);
  }

  .car-card {
    padding: 20px;
    max-width: 280px;
  }
  .car-card h1 {
    font-size: 28px;
  }
  .car-card p {
    font-size: 12px;
  }

  .after-car {
    background: #000000;
    height: 800px;
    position: relative;
    margin: 0;
  }

  .after-car .text-after-car {
    padding: 25px;
    position: absolute;
    display: felx;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .after-car .text-after-car h1 {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(1, 204, 255, 1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /*background-text-fill: transparent; */
    background-size: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }

  .after-car .text-after-car p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.2;
  }

  .container {
    top: 40%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100%;
    box-sizing: border-box;
    color: white;
    flex-direction: column;
  }

  .text-column-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    gap: 10px;
  }

  .text-column-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    gap: 10px;
  }

  .box {
    padding: 20px;
    margin: 0 15px;
    max-width: 350px;
    border: 2px solid #777777d5;
    background-color: #61616111;
    border-radius: 20px;
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease-out;
  }

  .box h2 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .box p {
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0;
  }

  .center-image {
    flex: 0 0 auto;
    text-align: center;
    padding: 0;
  }

  .center-image img {
    max-width: 0;
    height: auto;
  }

  /* Animasi */

  .from-left {
    transform: translateY(-100px);
  }

  /* Animasi muncul dari kanan */
  .from-right {
    transform: translateY(100px);
  }

  /* Saat terlihat di layar */
  .show {
    opacity: 1;
    transform: translateY(0);
  }

  /* end Animasi */

  .howtobuy {
    background: url("img/bg 2.webp") center/cover no-repeat;
    height: 850px;
    position: relative;
    margin: 0;
  }

  .howtobuy .text-howtobuy {
    padding: 25px;
    position: absolute;
    display: felx;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 0.5;
  }

  .howtobuy .text-howtobuy h1 {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(1, 204, 255, 1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /*background-text-fill: transparent; */
    background-size: 100%;
    font-size: 2rem;
    line-height: 1;
  }

  .howto-container {
    top: 35%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100%;
    box-sizing: border-box;
    color: white;
    flex-direction: column;
  }

  .howto-text-column-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    gap: 20px;
    margin: 20px;
  }

  .howto-text-column-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    gap: 20px;
    margin: 20px;
  }

  .number {
    background: #00a6fb;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 14px;
    border-radius: 8px;
    flex-shrink: 0;
  }

  .tokenomics {
    background: #000000;
    height: 400px;
    position: relative;
    margin: 0;
  }

  .tokenomics .text-tokenomics {
    padding: 25px;
    position: absolute;
    display: felx;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 0.5;
  }

  .tokenomics .text-tokenomics h1 {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(1, 204, 255, 1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /*background-text-fill: transparent; */
    background-size: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }

  .tokenomics .text-tokenomics p {
    font-size: 1rem;
    color: #ffffff;
  }

  .tokenomics2 {
    background: url("img/bg 3.webp") center/cover no-repeat;
    height: 500px;
    width: auto;
    position: relative;
    margin: 0;
  }

  .tokenomics2 .text-tokenomics2 {
    left: 50%;
    transform: translate(-50%);
  }

  .tokenomics2 .text-tokenomics2 {
    font-size: 0.8rem;
    line-height: 1;
    color: #ffffff;
    width: 68vw;
    text-align: center;
  }

  .buttons-tokenomics2 {
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    width: 80vw;
    text-align: center;
    align-items: center;
    justify-content: center;
    bottom: 20%;
  }

  .buttons-tokenomics2 a {
    padding: 10px 25px;
    font-size: 0.8rem;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
  }

  .telegram {
    background-color: #ffffff;
    color: #000000;
  }

  .twitter {
    background-color: #ffffff;
    color: #000000;
  }

  .roadmap {
    background-color: #000000;
    height: 1000px;
    width: auto;
    position: relative;
    margin: 0;
  }

  .roadmap .text-roadmap {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 55vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .roadmap .text-roadmap .text-roadmap1 {
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 5px;
    font-size: 1.1rem;
    color: #ffffff;
    border: 2px solid white;
    border-radius: 25px;
  }

  .roadmap .text-roadmap h1 {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(1, 204, 255, 1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /*background-text-fill: transparent; */
    background-size: 100%;
    font-size: 2rem;
    line-height: 1;
  }

  .roadmap .text-roadmap .text-roadmap2 {
    font-size: 0.8rem;
    color: #ffffff;
  }
  /* Animasi */
  .roadmapcontainer {
    width: 80vw;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    flex-wrap: wrap;
    /* opacity: 0; */
    opacity: 1;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
    flex-direction: column;
  }
  /* Animasi masuk */
  /* .roadmapcontainer.show-left {
    opacity: 1;
    transform: translateX(0);
  }

  .roadmapcontainer.show-right {
    opacity: 1;
    transform: translateX(0);
  } */

  /* Posisi awal untuk kiri dan kanan */
  /* .left-card {
    transform: translateX(-100px);
  }

  .right-card {
    transform: translateX(100px);
  } */

  .roadmapcontainer img {
    left: 50%;
    transform: translate(0%);
    width: 300px;
  }

  .footer {
    background: url("img/bg hal 1.webp") center/cover no-repeat;
    height: 500px;
    width: auto;
    position: relative;
    margin: 0;
  }

  .footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    /* top: 30%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
    width: 90vw;
    gap: 10px;
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .footer-container img {
    margin-top: 250px;
    position: absolute;
    width: 320px;
  }

  .footer-bg h1 {
    position: absolute;
    bottom: -5%;
    padding: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #000000;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    padding-top: 20px;
  }
}
