* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}
.container-main {
  width: 100%;
  background-color: #262640;
}

.first {
  width: 100%;
  background-image: url("./assets/images/background-img.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.first-one {
  background: url("./assets/images/bg-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.container-first {
  max-width: 1200px;
  margin: 0 auto;

  padding: 0px 40px 80px;
  overflow: hidden;
}

.nav-bar-list {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(38, 38, 64, 0.9);
  color: #ffffff;
  transition: all 1sec ease;
  display: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.nav-bar-list ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  list-style-type: none;
  padding-top: 150px;
  padding-bottom: 150px;
  gap: 30px;
  padding-left: 40px;
}
.nav-bar-list ul li {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}

.nav-home {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 5;
}

.nav-content-home {
  display: flex;
  padding: 15px 10px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  display: none;
}

.logo-header {
  width: 24px;
  height: 24px;
}

.nav-first {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.hamburger {
  display: none;
}

.span-class-header {
  color: #cdfc10;
  font-weight: 700;
}
.icon-side-text {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.nav-second {
  display: flex;
  gap: 3rem;
  font-size: 16x;
  color: #ffffff;
  font-weight: 600;
}

.check-result {
  display: flex;
  align-items: center;
}

.btn-signup {
  font-size: 16px;
  border-radius: 10px;
  border: 1.5px solid #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
  font-weight: 500;
  width: 122px;
  height: 44px;
  text-align: center;
  cursor: pointer;
}
.btn-signup:hover {
  font-size: 16px;
  border-radius: 10px;
  border: 1.5px solid #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  width: 122px;
  height: 44px;
  text-align: center;
}

.home-middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 20px; */
}

.home-middle .home-middle-div1 {
  text-align: center;
  margin-top: 60px;
  padding: 0 140px;
  max-width: 1200px;
}

.home-middle .home-middle-div1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  padding: 0 35px;
  flex-wrap: wrap;
}
.home-middle .home-middle-p {
  max-width: 65%;
  margin-top: 22px;
}
.home-middle .home-middle-p .paragraph {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  flex-wrap: wrap;
}

.home-middle .home-middle-pmobile {
  display: none;
}

.home-middle button {
  color: #262640;
  font-size: 16px;
  font-weight: 700;
  background-color: #cdfc10;
  padding: 14px 35px 14px 35px;
  border-radius: 10px;
  box-shadow: 0 0 16px 0 rgba(205, 252, 16, 0.6);
  border: none;
  margin-top: 30px;
  line-height: 19px;
  cursor: pointer;
  z-index: 1;
  margin-top: 45px;
}
.home-middle button:hover {
  background-color: #d9fc4c;
  box-shadow: 0 0 16px 0 rgba(205, 252, 16, 0.3);
}
.home-middle .images {
  position: relative;
  /* margin-top: 0px; */
  /* padding-left: 20px; */

  display: flex;
  justify-content: center;
}

.home-middle .images .mbl1 {
  width: 450px;
  margin: 0 auto;
  z-index: 10;
  margin-top: 30px;
  margin-left: 35px;
}

.home-middle .images .img-abs {
  position: absolute;
  width: 25px;
  height: auto;

  top: 80px;
  left: 49%;
}

.home-middle .home-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: relative;
  gap: 20px;
  /* margin-top: -200px; */
  padding-bottom: 20px;
  margin-top: -8px;
}

.home-middle .home-bottom .home-bottom-1st-div {
  display: flex;
  gap: 20px;
}

.home-middle .home-bottom .home-bottom-1st-div .icon-1 {
  display: flex;
  flex-direction: rows;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 9px 29px 9px 29px;
  border-radius: 60px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.home-middle .home-bottom .home-bottom-1st-div .icon-2 {
  display: flex;
  flex-direction: rows;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 9px 29px 9px 29px;
  border-radius: 60px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.home-middle .home-bottom .home-bottom-1st-div .icon-1 .ic1 {
  /* width: 18px; */
  height: 19px;
  object-fit: contain;
}
/* .home-middle .home-bottom .sec-div. {

} */
.home-middle .home-bottom .sec-div .disclaimer {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 840px) {
  .container-main {
    position: relative;
  }
  .nav-bar-list.active {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 64, 0.9);
    color: #ffffff;
    transition: all 1sec ease;
  }
  .home-middle .home-middle-p {
    max-width: 80%;
  }

  .list-1 {
    font-size: 36px;
  }
  .list-2 {
    font-size: 36px;
  }
  .list-3 {
    font-size: 36px;
  }
  .hamburger {
    display: block;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    cursor: pointer;
  }

  .bar1,
  .bar3 {
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 4px;
  }
  .bar2 {
    width: 23px;
    height: 4px;
    background-color: #ffffff;
    transition: 0.4s;
    border-radius: 4px;
  }

  .change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

  .nav-second {
    display: none;
  }
  .home-middle .home-bottom {
    display: none;
  }
  .home-middle .images {
    margin-top: 0px;
  }
  .home-middle .images .mbl1 {
    width: 75%;
    margin: 0 auto;
    padding-left: 40px;
    /* margin-top: -70px; */
    margin-top: 50px;
  }
  .home-middle .images .img-abs {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-middle .images {
    margin-bottom: 0px;
  }
  .home-middle .home-middle-div1 {
    text-align: center;
    margin-top: 60px;
    padding: 0;
  }
  .home-middle .home-middle-div1 h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 900;
    line-height: 60px;
  }
  .home-middle .home-middle-p {
    max-width: 80%;
  }
}
/* @media screen and (max-width: 500px) 
  .nav-bar-list ul li {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }
  .nav-first {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .nav-content-home {
    display: flex;
    padding: 15px 5px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .icon-side-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
  }
  .home-middle .home-middle-div1 h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-middle .home-middle-p {
    font-size: 20px;
    line-height: 24px;
  }
} */

/* @media screen and (max-width: 610px) {
  .home-middle .images .mbl1 {
    width: 375px;
    height: 360px;
    margin-top: 10px;
  }
  .home-middle .images .img-abs {
    top: -50px;
    left: 50%;
  }
} */

@media screen and (max-width: 640px) {
  .hamburger {
    width: 15px;
    margin-right: 1.3rem;
  }

  .nav-first h1 {
    font-size: 20px;
  }

  .container-first {
    padding: 0px 5px 80px;
  }
  .home-middle .home-middle-p {
    max-width: 100%;
  }
  .home-middle .images .mbl1 {
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    /* margin-top: -70px; */
    margin-top: 50px;
  }

  .home-middle .images .img-abs {
    width: 20px;
  }
}
@media screen and (max-width: 375px) {
  .container {
    position: relative;
  }

  .logo-header {
    width: 17px;
    height: 17px;
  }
  .icon-side-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
  }
  .btn-signup {
    font-size: 13px;
    border-radius: 8px;
    font-weight: 500;
    width: 80px;
    height: 36px;
  }
  .btn-signup:hover {
    font-size: 13px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
    width: 80px;
    height: 36px;
  }
  .home-middle .home-middle-div1 h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .home-middle .home-middle-p p {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
  }

  .list-1 {
    font-size: 36px;
  }
  .list-2 {
    font-size: 36px;
  }
  .list-3 {
    font-size: 36px;
  }
  .hamburger {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
  }

  .bar1,
  .bar3 {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: 0.4s;
    border-radius: 1px;
  }
  .bar2 {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    transition: 0.4s;
    border-radius: 1px;
  }

  .change .bar1 {
    transform: translate(0, 8px) rotate(-45deg);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    transform: translate(0, -8px) rotate(45deg);
  }

  .nav-second {
    display: none;
  }

  .home-middle .home-middle-div1 h1 {
    text-align: center;
  }

  .home-middle .home-middle-p {
    text-align: center;
  }
  .home-middle .images {
    width: 100%;
    overflow: hidden;
    padding: 10px;
  }
  .home-middle .images .mbl1 {
    width: auto;
    height: 250px;
    /* margin-left: -100px; */
    /* margin-top: -30px; */
  }
  .home-middle .images .img-abs {
    top: 40px;
    left: 50%;
  }

  .home-middle .home-bottom .home-bottom-1st-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .home-middle .home-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    gap: 20px;
    margin-top: 0px;
    padding-bottom: 40px;
  }
}

.second {
  background: url("./assets/images/bg-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* overflow: hidden; */
  /* padding-top: 10px; */
}

.container-second {
  /* max-width: 1200px; */
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 40px 80px;
  padding-bottom: 120px;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

.container-second h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 900;
}
.container-second p {
  max-width: 52%;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 5px;
  /* padding: 0 160px; */
}
.container-second .bg-img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  border-radius: 24px;
}
.container-second .bg-img .bg-2nd {
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.container-second .bg-img .mobile-side {
  position: absolute;
  width: 40%;
  height: auto;
  z-index: 3;
  top: -6rem;
  left: -5.5rem;
  object-fit: cover;
}
.container-second .ellipse1 {
  position: absolute;
  top: 5rem;
  right: 4px;
  width: 23%;
  height: auto;
  z-index: 1;
}
.container-second .ellipse2 {
  position: absolute;
  bottom: 4rem;
  left: 1rem;
  width: 30%;
  height: auto;
  z-index: 1;
  width: 169px;
  height: 169px;
}

@media screen and (max-width: 840px) {
  .container-second p {
    max-width: 95%;
  }
}

@media screen and (max-width: 760px) {
  .container-second {
    padding: 40px 10px;
  }

  .container-second h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 900;
  }

  .container-second .bg-img .mobile-side {
    position: absolute;
    width: auto;
    height: 100%;
    z-index: 3;
    left: -3rem;
    top: 1rem;
  }

  .container-second .bg-img .ellipse1 {
    position: absolute;
    top: -7rem;
    right: -1.2rem;
    width: 30%;
    height: auto;
    z-index: -1;
  }
  .container-second .bg-img .bg-2nd {
    height: 300px;
    width: 100%;
  }
  .container-second .bg-img .ellipse2 {
    position: absolute;
    bottom: -3rem;
    left: -4rem;
    width: 30%;
    height: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 650px) {
  .container-second {
    padding: 0 10px;
    padding-top: 30px;
    margin-top: -15px;
    overflow: hidden;
  }
  .container-second h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    /* padding-top: 50px; */
  }
  .container-second .pg p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    padding: 0;
    text-align: center;
  }
  .container-second .bg-img .mobile-side {
    top: -1.4rem;
    left: -1.7rem;
  }
  .container-second .bg-img .ellipse1 {
    position: absolute;
    top: -3rem;
    right: -0.9rem;
    z-index: -1;
  }
  .container-second .bg-img .ellipse2 {
    position: absolute;
    bottom: 0.5rem;
    left: -0.9rem;
    z-index: -1;
  }
}
@media screen and (max-width: 375px) {
  .container-second {
    padding: 0 10px;
    padding-top: 30px;
    margin-top: -15px;
    overflow: hidden;
  }
  .container-second h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    /* padding-top: 50px; */
  }
  .container-second .pg p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    padding: 0;
    text-align: center;
  }
  .container-second .bg-img .mobile-side {
    top: -1.4rem;
    left: -1.7rem;
  }
  .container-second .bg-img .ellipse1 {
    position: absolute;
    top: -3rem;
    right: -0.9rem;
    z-index: -1;
  }
  .container-second .bg-img .ellipse2 {
    position: absolute;
    bottom: 0.5rem;
    left: -0.9rem;
    z-index: -1;
  }
}

.third {
  width: 100%;
  height: 730px;
  background: url("./assets/images/bg-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 120px;
}

.container-third {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1300px;
  margin: 0 auto;
}

.container-third .grid-first {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
}

.container-third .grid-first .grid-first-content {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  gap: 15px;
}

.container-third .grid-first .grid-first-content h1 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 2;
}
.container-third .grid-first .grid-first-content h2 {
  z-index: 2;
  text-transform: uppercase;
  display: none;
}
.container-third .grid-first .grid-first-content p {
  z-index: 2;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.container-third .grid-first .grid-first-content p1 {
  z-index: 2;
  display: none;
}

.container-third .grid-first .grid-first-content img {
  position: absolute;
  left: 0;
  top: 10rem;
}
.container-third .grid-second-div {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: relative;
}

.container-third .grid-second-div .ellipse6 {
  position: absolute;
  bottom: 2rem;
  right: 0;
  z-index: -1;
  width: 50%;
  height: auto;
}

.container-third .grid-second-div .grid-second {
  position: relative;
  /* z-index: ; */
}
.container-third .grid-second-div .grid-second .card-2:hover {
  z-index: 100;
}
.container-third .grid-second-div .grid-second1 .card-3:hover {
  z-index: 100;
}
.container-third .grid-second-div .grid-second1 .card-4:hover {
  z-index: 100;
}

.container-third .grid-second-div .grid-second .card-1 {
  gap: 1rem;
  padding: 1rem;
  display: flex;
  float: right;
  flex-direction: column;
  color: #ffffff;
  width: 380px;
  height: 208px;
  margin-right: 3rem;
  z-index: 10;
  background: linear-gradient(0deg, #262640, #262640),
    linear-gradient(0deg, #3c3c57, #3c3c57);
  border: 1px solid var(--stroke-100, #3c3c57);
  background: var(--background-100, #262640);
  box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
      0px rgba(0, 0, 0, 0.04),
    -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
    -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
    -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
    -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
    -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
  border-radius: 24px;
  cursor: pointer;
}
.container-third .grid-second-div .grid-second .card-1 .intro {
  display: flex;
  flex-direction: row;
  gap: 11px;
  align-items: center;
}
.container-third .grid-second-div .grid-second .card-1 .intro .name-add {
  display: flex;
  flex-direction: column;
}
.container-third .grid-second-div .grid-second .card-1 .intro .name-add h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.container-third .grid-second-div .grid-second .card-1 .intro .name-add p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.container-third .grid-second-div .grid-second .card-1 .about {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.container-third .grid-second-div .grid-second .card-2 {
  gap: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  width: 380px;
  height: 208px;
  position: absolute;
  z-index: -1;
  top: 9.2rem;
  left: 0;

  background: linear-gradient(0deg, #262640, #262640),
    linear-gradient(0deg, #3c3c57, #3c3c57);
  border: 1px solid var(--stroke-100, #3c3c57);
  background: var(--background-100, #262640);
  box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
      0px rgba(0, 0, 0, 0.04),
    -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
    -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
    -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
    -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
    -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
  border-radius: 24px;
  cursor: pointer;
}
.container-third .grid-second-div .grid-second .card-2 .intro {
  display: flex;
  flex-direction: row;
  gap: 11px;
  align-items: center;
}
.container-third .grid-second-div .grid-second .card-2 .intro .name-add {
  display: flex;
  flex-direction: column;
}
.container-third .grid-second-div .grid-second .card-2 .intro .name-add h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.container-third .grid-second-div .grid-second .card-2 .intro .name-add p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.container-third .grid-second-div .grid-second .card-2 .about {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.container-third .grid-second-div .grid-second1 {
  position: relative;
}
.container-third .grid-second-div .grid-second1 .card-3 {
  gap: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  width: 380px;
  float: right;
  margin-top: 4.5rem;
  margin-right: 0.5rem;
  position: relative;

  background: linear-gradient(0deg, #262640, #262640),
    linear-gradient(0deg, #3c3c57, #3c3c57);
  border: 1px solid var(--stroke-100, #3c3c57);
  background: var(--background-100, #262640);
  box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
      0px rgba(0, 0, 0, 0.04),
    -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
    -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
    -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
    -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
    -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
  border-radius: 24px;
  cursor: pointer;
  z-index: -3;
}

.container-third .grid-second-div .grid-second1 .card-3 .intro {
  display: flex;
  flex-direction: row;
  gap: 11px;
  align-items: center;
}
.container-third .grid-second-div .grid-second1 .card-2 .intro .name-add {
  display: flex;
  flex-direction: column;
}
.container-third .grid-second-div .grid-second1 .card-2 .intro .name-add h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.container-third .grid-second-div .grid-second1 .card-2 .intro .name-add p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.container-third .grid-second-div .grid-second1 .card-3 .about {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.container-third .grid-second-div .grid-second1 .card-4 {
  gap: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 280px;
  height: auto;
  position: absolute;
  z-index: -4;
  bottom: -4.5rem;
  left: 3rem;
  background: linear-gradient(0deg, #262640, #262640),
    linear-gradient(0deg, #3c3c57, #3c3c57);
  border: 1px solid var(--stroke-100, #3c3c57);
  background: var(--background-100, #262640);
  box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
      0px rgba(0, 0, 0, 0.04),
    -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
    -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
    -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
    -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
    -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
  border-radius: 24px;
  cursor: pointer;
}
.container-third .grid-second-div .grid-second1 .card-4 .intro {
  display: flex;
  flex-direction: row;
  gap: 11px;
  align-items: center;
}
.container-third .grid-second-div .grid-second1 .card-4 .intro .name-add {
  display: flex;
  flex-direction: column;
}
.container-third .grid-second-div .grid-second1 .card-4 .intro .name-add h3 {
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  color: #ffffff;
}

.container-third .grid-second-div .grid-second1 .card-4 .about {
  display: flex;
  flex-wrap: wrap;
  font-size: 7px;
  font-weight: 500;
  line-height: 11px;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 760px) {
  .third {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("./assets/images/bg-pixel.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 120px;
  }

  .sec-div {
    padding: 0;
    text-align: center;
  }
  .container-third {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;

    /* margin-top: 4rem; */
    /* margin-bottom: 4rem; */
    align-items: center;
    justify-content: center;
  }
  .container-third .grid-first .grid-first-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
@media screen and (max-width: 413px) {
  .container-third .grid-first {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
  }

  .container-third .grid-first .grid-first-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .container-third .grid-first .grid-first-content h1 {
    display: none;
  }
  .container-third .grid-first .grid-first-content h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 900;
    padding-top: 20px;
    /* margin-left: -10px; */
    display: block;
  }
  .container-third .grid-first .grid-first-content p {
    display: none;
  }
  .container-third .grid-first .grid-first-content p1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: block;
  }
  .container-third .grid-first .grid-first-content .ell-5 {
    position: absolute;
    top: 0;
    left: -180px;
    width: 100%;
    height: auto;
  }
  .container-third .grid-second-div {
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-left: 10px;
  }

  .container-third .grid-second-div .grid-second {
    position: relative;
    z-index: 1;
  }

  .container-third .grid-second-div .grid-second .card-1 {
    gap: 8px;
    padding: 1rem;
    display: flex;
    float: right;
    flex-direction: column;
    color: #ffffff;
    width: 220px;
    height: 140px;
    margin-right: 4rem;
    z-index: 2;
    background: linear-gradient(0deg, #262640, #262640),
      linear-gradient(0deg, #3c3c57, #3c3c57);
    border: 1px solid var(--stroke-100, #3c3c57);
    background: var(--background-100, #262640);
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    border-radius: 24px;
  }
  .container-third .grid-second-div .grid-second .card-1 .intro {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
  }
  .container-third .grid-second-div .grid-second .card-1 .intro .name-add {
    display: flex;
    flex-direction: column;
  }
  .container-third .grid-second-div .grid-second .card-1 .intro .name-add h3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
  }
  .container-third .grid-second-div .grid-second .card-1 .intro .name-add p {
    font-size: 7px;
    line-height: 11px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second .card-1 .about {
    display: flex;
    flex-wrap: wrap;
    font-size: 5px;
    line-height: 8px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second .card-2 {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    gap: 8px;
    width: 220px;
    height: 140px;
    position: absolute;
    z-index: -1;
    top: 7rem;
    left: 0;

    background: linear-gradient(0deg, #262640, #262640),
      linear-gradient(0deg, #3c3c57, #3c3c57);
    border: 1px solid var(--stroke-100, #3c3c57);
    background: var(--background-100, #262640);
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    border-radius: 24px;
  }
  .container-third .grid-second-div .grid-second .card-2 .intro {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
  }
  .container-third .grid-second-div .grid-second .card-2 .intro .name-add {
    display: flex;
    flex-direction: column;
  }
  .container-third .grid-second-div .grid-second .card-2 .intro .name-add h3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
  }
  .container-third .grid-second-div .grid-second .card-2 .intro .name-add p {
    font-size: 5px;
    line-height: 11px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second .card-2 .about {
    display: flex;
    flex-wrap: wrap;
    font-size: 5px;
    font-weight: 500;
    line-height: 8px;
  }

  .container-third .grid-second-div .grid-second1 {
    position: relative;
    /* border: 2px solid red; */

    /* z-index: -2; */
  }
  .container-third .grid-second-div .grid-second1 .card-3 {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    gap: 8px;
    width: 220px;
    height: 140px;
    /* top: 9.2rem; */
    /* left: 0; */
    float: right;
    margin-top: 4rem;
    margin-right: 2rem;
    position: relative;

    background: linear-gradient(0deg, #262640, #262640),
      linear-gradient(0deg, #3c3c57, #3c3c57);
    border: 1px solid var(--stroke-100, #3c3c57);
    background: var(--background-100, #262640);
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    border-radius: 24px;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .intro {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .intro .name-add {
    display: flex;
    flex-direction: column;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .intro .name-add h3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .intro .name-add p {
    font-size: 7px;
    line-height: 11px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .about {
    display: flex;
    flex-wrap: wrap;
    font-size: 5px;
    font-weight: 500;
    line-height: 8px;
  }

  .container-third .grid-second-div .grid-second1 .card-4 {
    gap: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    width: 210px;
    height: 125px;
    position: absolute;
    z-index: -1;
    bottom: -4rem;
    left: 5px;

    background: linear-gradient(0deg, #262640, #262640),
      linear-gradient(0deg, #3c3c57, #3c3c57);
    border: 1px solid var(--stroke-100, #3c3c57);
    background: var(--background-100, #262640);
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    border-radius: 24px;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .intro {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .intro .name-add {
    display: flex;
    flex-direction: column;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .intro .name-add h3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .intro .name-add p {
    font-size: 7px;
    line-height: 11px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .about {
    display: flex;
    flex-wrap: wrap;
    font-size: 5px;
    font-weight: 500;
    line-height: 8px;
  }
  .container-third .grid-second-div .ellipse6 {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .container-third .grid-first {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
  }

  .container-third .grid-first .grid-first-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .container-third .grid-first .grid-first-content h1 {
    display: none;
  }
  .container-third .grid-first .grid-first-content h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 900;
    padding-top: 20px;
    /* margin-left: -10px; */
    display: block;
  }
  .container-third .grid-first .grid-first-content p {
    display: none;
  }
  .container-third .grid-first .grid-first-content p1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: block;
  }
  .container-third .grid-first .grid-first-content .ell-5 {
    position: absolute;
    top: 0;
    left: -180px;
    width: 100%;
    height: auto;
  }
  .container-third .grid-second-div {
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-left: 10px;
  }

  .container-third .grid-second-div .grid-second {
    position: relative;
    z-index: 1;
  }

  .container-third .grid-second-div .grid-second .card-1 {
    gap: 8px;
    padding: 1rem;
    display: flex;
    float: right;
    flex-direction: column;
    color: #ffffff;
    width: 220px;
    height: 140px;
    margin-right: 3rem;
    z-index: 2;
    background: linear-gradient(0deg, #262640, #262640),
      linear-gradient(0deg, #3c3c57, #3c3c57);
    border: 1px solid var(--stroke-100, #3c3c57);
    background: var(--background-100, #262640);
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    border-radius: 24px;
  }
  .container-third .grid-second-div .grid-second .card-1 .intro {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
  }
  .container-third .grid-second-div .grid-second .card-1 .intro .name-add {
    display: flex;
    flex-direction: column;
  }
  .container-third .grid-second-div .grid-second .card-1 .intro .name-add h3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
  }
  .container-third .grid-second-div .grid-second .card-1 .intro .name-add p {
    font-size: 7px;
    line-height: 11px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second .card-1 .about {
    display: flex;
    flex-wrap: wrap;
    font-size: 5px;
    line-height: 8px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second .card-2 {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    gap: 8px;
    width: 220px;
    height: 140px;
    position: absolute;
    z-index: -1;
    top: 7rem;
    left: 0;

    background: linear-gradient(0deg, #262640, #262640),
      linear-gradient(0deg, #3c3c57, #3c3c57);
    border: 1px solid var(--stroke-100, #3c3c57);
    background: var(--background-100, #262640);
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    border-radius: 24px;
  }
  .container-third .grid-second-div .grid-second .card-2 .intro {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
  }
  .container-third .grid-second-div .grid-second .card-2 .intro .name-add {
    display: flex;
    flex-direction: column;
  }
  .container-third .grid-second-div .grid-second .card-2 .intro .name-add h3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
  }
  .container-third .grid-second-div .grid-second .card-2 .intro .name-add p {
    font-size: 5px;
    line-height: 11px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second .card-2 .about {
    display: flex;
    flex-wrap: wrap;
    font-size: 5px;
    font-weight: 500;
    line-height: 8px;
  }

  .container-third .grid-second-div .grid-second1 {
    position: relative;
    /* border: 2px solid red; */

    /* z-index: -2; */
  }
  .container-third .grid-second-div .grid-second1 .card-3 {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    gap: 8px;
    width: 220px;
    height: 140px;
    /* top: 9.2rem; */
    /* left: 0; */
    float: right;
    margin-top: 4rem;
    margin-right: 2rem;
    position: relative;

    background: linear-gradient(0deg, #262640, #262640),
      linear-gradient(0deg, #3c3c57, #3c3c57);
    border: 1px solid var(--stroke-100, #3c3c57);
    background: var(--background-100, #262640);
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    border-radius: 24px;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .intro {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .intro .name-add {
    display: flex;
    flex-direction: column;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .intro .name-add h3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .intro .name-add p {
    font-size: 7px;
    line-height: 11px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second1 .card-3 .about {
    display: flex;
    flex-wrap: wrap;
    font-size: 5px;
    font-weight: 500;
    line-height: 8px;
  }

  .container-third .grid-second-div .grid-second1 .card-4 {
    gap: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    width: 210px;
    height: 125px;
    position: absolute;
    z-index: -1;
    bottom: -4rem;
    left: 1rem;

    background: linear-gradient(0deg, #262640, #262640),
      linear-gradient(0deg, #3c3c57, #3c3c57);
    border: 1px solid var(--stroke-100, #3c3c57);
    background: var(--background-100, #262640);
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    border-radius: 24px;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .intro {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .intro .name-add {
    display: flex;
    flex-direction: column;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .intro .name-add h3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .intro .name-add p {
    font-size: 7px;
    line-height: 11px;
    font-weight: 500;
  }
  .container-third .grid-second-div .grid-second1 .card-4 .about {
    display: flex;
    flex-wrap: wrap;
    font-size: 5px;
    font-weight: 500;
    line-height: 8px;
  }
  .container-third .grid-second-div .ellipse6 {
    display: none;
  }
}

/* .fourth {
  max-width: 100%;
  background: url("./assets/images/bg-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
} */

.container-fourth {
  width: 100%;
  display: flex;
  margin: 0 auto;
  background: url("./assets/images/bg-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}

.container-fourth .first-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.container-fourth .first-div h1 {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}
.container-fourth .first-div .p-desktop {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  display: block;
}
.container-fourth .first-div .p-mobile {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  display: none;
}
.container-fourth .first-div button {
  background-color: #cdfc10;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #262640;
  padding: 14px 35px 14px 35px;
  box-shadow: 0px 0px 16px 0px #cdfc1099;
  border-radius: 10px;
  text-align: center;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.container-fourth .second-div {
  margin-top: -3rem;
  width: 100%;
  height: 100%;
}

.container-fourth .second-div img {
  object-fit: cover;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 760px) {
  .container-fourth {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
    gap: 80px;
  }
}

@media screen and (max-width: 375px) {
  .container-fourth {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    gap: 40px;
  }
  .container-fourth .first-div {
    gap: 20px;
  }
  .container-fourth .first-div h1 {
    font-size: 28px;
    line-height: 33px;
    margin-top: -40px;
    color: #ffffff;
  }
  .container-fourth .first-div .p-mobile {
    display: block;
  }
  .container-fourth .first-div .p-desktop {
    display: none;
  }
}

.fifth {
  width: 100%;
  background: url("./assets/images//bg-fifth.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 120px;
  margin-top: -15px;
  height: auto;
  padding-bottom: 50px;
}

.fifth .container-fifth {
  max-width: 1200px;
  display: flex;
  height: auto;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  /* padding-bottom: 20px; */
}

.fifth .container-fifth .fifth-first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.fifth .ellipse-5 {
  position: absolute;
  left: 0;
  top: 35%;
}
.fifth .ellipse-6 {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  z-index: 1;
}

.fifth .container-fifth .fifth-first .title1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fifth .container-fifth .fifth-first .title1 h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
}
.fifth .container-fifth .fifth-first .title1 p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.fifth .container-fifth .fifth-second {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}

.fifth .container-fifth .fifth-second {
  padding-bottom: 80px;
}

.fifth .container-fifth .fifth-second .tab {
  width: 100%;
  height: auto;
  padding-right: 4rem;
  z-index: 2;
}
.fifth .container-fifth .fifth-second .tab .btn-like {
  display: flex;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  /* height: 100%; */
  border: 1.5px solid #ffffff;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 7px;
  justify-content: center;
  padding: 2px;
}
.fifth .container-fifth .fifth-second .tab .btn-like .one {
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c2036;
  border-radius: 7px;
  padding: 9px;
  margin: 0 1px;
}
.fifth .container-fifth .fifth-second .tab .btn-like .two {
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin: 0 2px;
  padding: 10px 0;
}

.fifth .container-fifth .fifth-second {
  padding: 0 10px;
  /* padding-bottom: 10px; */
}

.fifth .container-fifth .fifth-second .card-fifth {
  width: 100%;
  height: 100%;
  padding-right: 4rem;
  z-index: 1;
}

.fifth .container-fifth .fifth-second .card-fifth .card-fifth-inner {
  background: #262640;
  border: 1px solid #3c3c57;
  box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
      0px rgba(0, 0, 0, 0.04),
    -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
    -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
    -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
    -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
    -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
  border-radius: 24px;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 5;
}

.fifth .container-fifth .fifth-second .card-fifth .title-5 {
  color: #ffffff;
  gap: 10px;
}

.fifth .container-fifth .fifth-second .card-fifth .title-5 h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}
.fifth .container-fifth .fifth-second .card-fifth .title-5 p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.fifth .container-fifth .fifth-second .card-fifth h1 {
  font-size: 56px;
  line-height: 67px;
  font-weight: 700;
  color: #ffffff;
}

.fifth .container-fifth .fifth-second .card-fifth button {
  padding: 14px 35px 14px 35px;
  border-radius: 10px;
  background: #cdfc10;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #262640;
  background: #cdfc10;
  box-shadow: 0px 0px 16px 0px rgba(205, 252, 16, 0.6);
  border: none;
}

.fifth .container-fifth .fifth-second .card-fifth hr {
  border: 0.91px solid #3c3c57;
}

.fifth .container-fifth .fifth-second .card-fifth .desc {
  color: #ffffff;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.fifth .container-fifth .fifth-second .card-fifth .desc p {
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
}
.fifth
  .container-fifth
  .fifth-second
  .card-fifth
  .desc
  .material-symbols-outlined {
  color: #cdfc10;
}

@media screen and (max-width: 760px) {
  .fifth {
    width: 100%;
    background: url("./assets/images//bg-fifth.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 120px;
    margin-top: -15px;
    height: auto;
    padding-bottom: 50px;
  }
  .fifth .container-fifth {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    margin: 0 auto;
    gap: 30px;
  }
  .fifth .container-fifth .fifth-first .title1 h1 {
    text-align: center;
  }
  .fifth .container-fifth .fifth-first .title1 p {
    text-align: center;
  }
  .fifth .container-fifth .fifth-second .ellipse-5-cont1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .fifth .container-fifth .fifth-first .ellipse-5-cont {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: -1;
  }
  .fifth .container-fifth .fifth-second .tab {
    width: 100%;
    height: auto;
    padding-right: 0rem;
    display: flex;
    align-items: center;
  }
  .fifth .container-fifth .fifth-second .card-fifth {
    width: 100%;
    height: 100%;
    padding-right: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 540px) {
  .fifth .container-fifth {
    padding: 0 10px;
  }
}

@media screen and (max-width: 375px) {
  .fifth .container-fifth {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 40px;
  }
  .fifth .container-fifth .fifth-first .title1 h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .fifth .container-fifth .fifth-first .title1 p {
    font-size: 16px;
    line-height: 24px;
  }

  .fifth .container-fifth .fifth-second {
    width: 100%;
    margin-top: -20px;
  }
  .fifth .container-fifth .fifth-second .tab {
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .fifth .container-fifth .fifth-second .ellipse-5-cont1 {
    position: absolute;
    bottom: 3rem;
    right: 0;
  }
  .fifth .container-fifth .fifth-second .tab .btn-like {
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
    border: 1.5px solid #ffffff;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    border-radius: 7px;
    justify-content: center;
  }
  .fifth .container-fifth .fifth-second .btn-like .one {
    background: #ffffff;
    width: 100%;
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c2036;
    border-radius: 7px;
    margin: 0 2px;
  }
  .fifth .container-fifth .fifth-second .btn-like .two {
    color: #ffffff;
    width: 100%;
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin: 0 2px;
  }

  .fifth .container-fifth .fifth-second .card-fifth {
    width: 100%;
    height: auto;
  }

  .fifth .container-fifth .fifth-second .card-fifth .card-fifth-inner .title-5 {
    color: #ffffff;
    gap: 10px;
  }

  .fifth
    .container-fifth
    .fifth-second
    .card-fifth
    .card-fifth-inner
    .title-5
    h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }
  .fifth
    .container-fifth
    .fifth-second
    .card-fifth
    .card-fifth-inner
    .title-5
    p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .fifth .container-fifth .fifth-second .card-fifth .card-fifth-inner h1 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    color: #ffffff;
  }
  .fifth .container-fifth .fifth-second .card-fifth .card-fifth-inner .desc {
    color: #ffffff;
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  .fifth .container-fifth .fifth-second .card-fifth .card-fifth-inner .desc p {
    display: flex;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
  }
  .fifth
    .container-fifth
    .fifth-second
    .card-fifth
    .card-fifth-inner
    .desc
    .material-symbols-outlined {
    color: #cdfc10;
  }
}

.container-sixth {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: url("./assets/images/bg-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.container-sixth h1 {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 80px;
}

.accordion {
  padding: 0 6rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.accordion-item {
  border-radius: 22px;
  border: 0.91px solid #3c3c57;
  background: #262640;
  box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
      0px rgba(0, 0, 0, 0.04),
    -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
    -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09);
}

.accordion-header {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border: 0.91px solid #3c3c57;
  background: #2c2c4a;
  width: 100%;
  height: 70px;
  border-radius: 22px;
  background: #2c2c4a;
  box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
      0px rgba(0, 0, 0, 0.04),
    -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
    -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
    -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
    -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
    -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
}

.accordion-item .accordion-header {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  padding: 40px;
}

.accordion-item .accordion-header .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 10px;
}
.accordion-item .accordion-header .qsn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.accordion-item .accordion-header .qsn .qsns {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
}

.accordion-content {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 40px;
  display: none;
}

.accordion-active .accordion-content {
  display: block;
}

.accordion .accordion-active .accordion-header {
  box-shadow: none;
}

.accordion-active .accordion-item .accordion-header .circle {
  background-color: #cdfc10;
  filter: drop-shadow(0px 0px 16px rgba(205, 252, 16, 0.6));
}

.accordion-icon {
  font-size: 14px;
}

.container-sixth .ask-qsn {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 30px 30px;
  margin-top: 20px;
}
.container-sixth .ask-qsn-mbl {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 30px;
  display: none;
}
.container-sixth .ask-qsn h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  /* text-transform: uppercase; */
}
.container-sixth .ask-qsn-mbl h2 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
}
.container-sixth .ask-qsn p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.container-sixth .ask-qsn p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.container-sixth .ask-qsn button {
  padding: 0.5rem 3rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 1.5px solid #fff;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}
.container-sixth .ask-qsn-mbl button {
  padding: 0.5rem 3rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 1.5px solid #fff;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 760px) {
  .container-sixth {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .container-sixth h1 {
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 80px;
  }

  .accordion {
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .accordion-item {
    border-radius: 22px;
    border: 0.91px solid #3c3c57;
    background: #262640;
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09);
  }

  .accordion-header {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 16px 10px;
    cursor: pointer;
    border: 0.91px solid #3c3c57;
    background: #2c2c4a;
    width: 100%;
    height: 70px;
    border-radius: 22px;
    background: #2c2c4a;
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
  }

  .accordion-item .accordion-header {
    font-size: px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 4px 6px;
  }

  .accordion-item .accordion-header .qsn .qsns {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
  }

  .accordion-item .accordion-header .circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 0;
  }
  .accordion-item .accordion-header .qsn {
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    justify-content: space-between;
  }

  .accordion-content {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    padding: 20px;
    display: none;
  }

  .accordion-active .accordion-content {
    display: block;
  }

  .accordion-active .accordion-item .accordion-header .circle {
    background-color: #cdfc10;
    filter: drop-shadow(0px 0px 16px rgba(205, 252, 16, 0.6));
  }

  .accordion-icon {
    font-size: 14px;
  }

  .container-sixth .ask-qsn {
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .container-sixth .ask-qsn h2 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
  }
  .container-sixth .ask-qsn p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  .container-sixth .ask-qsn button {
    padding: 0.5rem 3rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 10px;
    border: 1.5px solid #fff;
    box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
  }
}
@media screen and (max-width: 375px) {
  .container-sixth {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
  }

  .container-sixth h1 {
    font-size: 28px;
    line-height: 33px;
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 0px;
  }

  .accordion {
    padding: 0 6px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .accordion-item {
    border-radius: 22px;
    border: 0.91px solid #3c3c57;
    background: #262640;
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09);
  }

  .accordion-header {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border: 0.91px solid #3c3c57;
    background: #2c2c4a;
    width: 100%;
    height: auto;
    border-radius: 22px;
    background: #2c2c4a;
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
  }

  .accordion-item .accordion-header {
    color: #ffffff;
    font-weight: 700;
  }

  .accordion-item .accordion-header .circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .accordion-item .accordion-header .qsn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
  }

  .accordion-content {
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    padding: 20px;
    display: none;
  }

  .accordion-active .accordion-content {
    display: block;
  }

  .accordion-active .accordion-item .accordion-header .circle {
    background-color: #cdfc10;
    filter: drop-shadow(0px 0px 16px rgba(205, 252, 16, 0.6));
  }

  .accordion-icon {
    font-size: 14px;
  }

  .container-sixth .ask-qsn {
    /* color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 30px 30px; */
    display: none;
  }
  .container-sixth .ask-qsn-mbl {
    /* display: block; */
    text-align: center;
    display: flex;
    gap: 20px;
  }
}

.container-seventh {
  width: 100%;
  height: auto;
  padding: 100px 100px;
  background: url("./assets/images/bg-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.container-seventh .img-seventh {
  padding: 100px 0;
  width: 100%;
  border-radius: 24px;
  border: 0.91px solid #3c3c57;
  background: url("./assets/images/bg-seventh.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
      0px rgba(0, 0, 0, 0.04),
    -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
    -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
    -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
    -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
    -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
  display: flex;
  z-index: 2;
}

.container-seventh .img-seventh .intros {
  display: flex;
  flex-direction: column;
  /* gap: 25px; */
  align-items: flex-start;
  justify-content: center;
  padding-left: 40px;
  z-index: 3;
}
.container-seventh .img-seventh .intros-mbl-tablet {
  display: none;
}
.container-seventh .img-seventh .intros h1 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  color: #ffffff;
}
.container-seventh .img-seventh .intros p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 20px;
}
.container-seventh .img-seventh .intros button {
  display: flex;
  padding: 14px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #cdfc10;
  box-shadow: 0px 0px 16px 0px rgba(205, 252, 16, 0.6);
  border: none;
  cursor: pointer;
  font-weight: 700;
  margin-top: 35px;
}

@media screen and (max-width: 760px) {
  .container-seventh {
    width: 100%;
    padding: 80px 20px;
  }

  .container-seventh .img-seventh {
    width: 100%;
    padding: 50px 0;
    border-radius: 24px;
    border: 0.91px solid #3c3c57;
    background: url("./assets/images/bg-seventh.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    display: flex;
    z-index: 2;
  }

  .container-seventh .img-seventh .intros {
    display: none;
  }
  .container-seventh .img-seventh .intros-mbl-tablet {
    display: flex;
    flex-direction: column;
    gap: 37px;
    align-items: flex-start;
    justify-content: center;
    padding-left: 40px;
    z-index: 3;
  }
  .container-seventh .img-seventh .intros-mbl-tablet h1 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    color: #ffffff;
  }
  .container-seventh .img-seventh .intros-mbl-tablet p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
  }
  .container-seventh .img-seventh .intros-mbl-tablet button {
    display: flex;
    padding: 14px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #cdfc10;
    box-shadow: 0px 0px 16px 0px rgba(205, 252, 16, 0.6);
    border: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 400px) {
  /* .container-seventh .container-seventh-img {
    height: 100px;
  } */

  .container-seventh {
    width: 100%;
    padding: 150px 20px 20px;
    background-image: url("./assets/images/trade.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-bottom: 3rem; */
  }

  .container-seventh .img-seventh {
    width: 100%;
    border-radius: 24px;
    padding: 30px 0;
    border: none;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    z-index: 2;
  }

  .container-seventh .img-seventh .intros-mbl-tablet h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .container-seventh .img-seventh .intros-mbl-tablet p {
    font-size: 16px;
    line-height: 24px;
  }

  .container-seventh .img-seventh .intros-mbl-tablet button {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }

  .container-seventh .img-seventh .intros-mbl-tablet {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
    padding-left: 40px;
    z-index: 3;
  }
}
@media screen and (max-width: 375px) {
  /* .container-seventh {
    width: 100%;
    padding: 80px 20px;
    background-image: url("./assets/images/trade.png");
    background-repeat: no-repeat;
    background-size: cover;
  } */

  /* .container-seventh .img-seventh {
    width: 100%;
    border-radius: 24px;
    padding: 30px 0;
    border: 0.91px solid #3c3c57;
    background-image: url("./assets/images/bg-seventh.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -1.1238102912902832px 1.2551056146621704px 2.8640029430389404px
        0px rgba(0, 0, 0, 0.04),
      -4.944765567779541px 5.522464752197266px 5.93017053604126px 0px rgba(0, 0, 0, 0.07),
      -12.137150764465332px 13.555140495300293px 11.826647758483887px 0px rgba(0, 0, 0, 0.09),
      -23.375253677368164px 26.106199264526367px 23.181577682495117px 0px rgba(0, 0, 0, 0.1),
      -39.33335876464844px 43.9286994934082px 42.623104095458984px 0px rgba(0, 0, 0, 0.13),
      -60.68575668334961px 67.77570343017578px 72.77937316894531px 0px rgba(0, 0, 0, 0.17);
    z-index: 2;
  } */

  .container-seventh .img-seventh .intros {
    display: none;
  }

  .container-seventh .img-seventh .intros-mbl-tablet h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #ffffff;
  }
  .container-seventh .img-seventh .intros-mbl-tablet p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
  }
  .container-seventh .img-seventh .intros-mbl-tablet button {
    display: flex;
    padding: 14px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #cdfc10;
    box-shadow: 0px 0px 16px 0px rgba(205, 252, 16, 0.6);
    border: none;
    cursor: pointer;
  }
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 100px;
  background: url("./assets/images/bg-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
  gap: 25px;
}
footer .footer {
  display: flex;
  align-items: cetner;
  justify-content: space-between;
  padding-top: 10px;
  /* margin-bottom: 35px; */
}
footer hr {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer .footer-icon-txt {
  display: flex;
  gap: 3px;
}

footer .footer .footer-icon-txt img {
  width: 20px;
  height: 20px;
}
footer .footer .footer-icon-txt h1 {
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  color: #ffffff;
}
footer .footer .footer-icon-txt h1 span {
  color: #cdfc10;
}

footer .footer ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 60px;
}
footer .footer ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #ffffff;
}

footer .footer-bottom {
  display: flex;
  flex-direction: rows;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 25px;
}

footer .footer-bottom ul {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 20px;
  text-decoration: underline;
  list-style: none;
}
footer .footer-bottom p {
  align-items: center;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

@media screen and (max-width: 760px) {
  footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  footer .footer {
    display: flex;
    align-items: cetner;
    justify-content: space-between;
    padding-top: 20px;
  }
  footer hr {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  footer .footer .footer-icon-txt {
    display: flex;
    gap: 3px;
  }

  footer .footer .footer-icon-txt img {
    width: 20px;
    height: 20px;
  }
  footer .footer .footer-icon-txt h1 {
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    color: #ffffff;
  }
  footer .footer .footer-icon-txt h1 span {
    color: #cdfc10;
  }

  footer .footer ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 40px;
  }
  footer .footer ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #ffffff;
  }

  footer .footer-bottom {
    display: flex;
    flex-direction: rows;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 25px;
  }

  footer .footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: underline;
    list-style: none;
  }
  footer .footer-bottom p {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 600px) {
  footer {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  footer .footer {
    display: flex;
    align-items: cetner;
    flex-direction: column;
    padding-top: 0px;
    gap: 20px;
  }
  footer hr {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  footer .footer .footer-icon-txt {
    display: flex;
    align-items: center;
    gap: 3px;
  }

  footer .footer .footer-icon-txt img {
    width: 20px;
    height: 20px;
  }
  footer .footer .footer-icon-txt h1 {
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    color: #ffffff;
  }
  footer .footer .footer-icon-txt h1 span {
    color: #cdfc10;
  }

  footer .footer ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer ul li {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #ffffff;
  }

  footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    gap: 20px;
  }

  footer .footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: underline;
    list-style-type: none;

    width: 100%;
  }
  footer .footer-bottom p {
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 375px) {
  footer {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  footer .footer {
    display: flex;
    align-items: cetner;
    flex-direction: column;
    padding-top: 0px;
    gap: 20px;
  }
  footer hr {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  footer .footer .footer-icon-txt {
    display: flex;
    align-items: center;
    gap: 3px;
  }

  footer .footer .footer-icon-txt img {
    width: 20px;
    height: 20px;
  }
  footer .footer .footer-icon-txt h1 {
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    color: #ffffff;
  }
  footer .footer .footer-icon-txt h1 span {
    color: #cdfc10;
  }

  footer .footer ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer ul li {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #ffffff;
  }

  footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    gap: 20px;
  }

  footer .footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: underline;
    list-style-type: none;

    width: 100%;
  }
  footer .footer-bottom p {
    align-items: center;
    display: flex;
  }
}
