@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: white;
  scroll-behavior: smooth;
}
.container {
  padding-top: 200px;
  background-color: black;
  padding-bottom: 40px;
}

.welcome-title {
  font-size: 7em;
  font-weight: 900;
  background: -webkit-linear-gradient(#ffffff, #b4b4b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: white;
  font-family: "Gothic A1";
  text-align: center;
  word-spacing: -5px;
  max-width: 1090px;
  margin: auto;
}

.welcome-desc {
  font-size: 1.5em;
  color: #81859f;
  text-align: center;
  max-width: 900px;
  font-family: "Poppins", sans-serif;
  margin: auto;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

.button-explore {
  color: rgb(21, 21, 21);
  width: 250px;
  font-size: 20px;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50px;
  font-family: "Space Grotesk", sans-serif;
}

.button-explore:hover {
  background-color: #f5f5f5;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .welcome-section {
    width: 90%;
    margin: auto;
  }
  .welcome-title {
    font-size: 4em;
    text-align: start;
  }
  .welcome-desc {
    font-size: 1.2em;
    text-align: start;
  }
  .button-explore {
    width: 150px;
    height: 50px;
    font-size: 18px;
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .button-explore {
    width: 200px;
    font-size: 15px;
  }
}
.about-section {
  margin-top: 100px;
}
.about-desc {
  color: white;
}

.about-section {
  height: 550px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%),
    url(../img/bgkata2.png);
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  border-radius: 60px 60px 0 0;
  backdrop-filter: brightness(0.1);
  position: relative;
  transform-style: preserve-3d;
}

.about-desc {
  font-size: 2.5em;
  font-weight: 400;
  max-width: 80%;
  text-align: center;
  margin: auto;
  line-height: 60px;
  word-spacing: 1px;
  margin-top: 50px;
  font-family: "Poppins", sans-serif;
}

.rounded-play {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-watch {
  color: white;
  font-size: 1em;

  margin-left: 15px;
}
.button-watch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1300px) {
  .about-desc {
    font-size: 2em;
  }
}
@media screen and (max-width: 900px) {
  .about-section {
    width: 95%;
    margin: auto;
    margin-top: 80px;
  }
  .about-desc {
    font-size: 1.5em;
    text-align: start;
    margin: 0;
    margin-left: 30px;
    margin-top: 0;
    line-height: normal;
  }

  .button-watch-container {
    margin-left: 30px;
    justify-content: start;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .about-desc {
    font-size: 1.2em;
  }
}

.motions-section {
  margin-top: 140px;
  padding-bottom: 100px;
}

.badge-title {
  font-size: 1.2em;
  color: #5b53ff;
  text-align: center;
  margin-bottom: 20px;
}

.motion-title {
  font-size: 4em;
  position: relative;
  color: white;
  max-width: 750px;
  font-weight: 500;
  line-height: 70px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.motion-subtitle {
  font-size: 1.5em;
  color: #81859f;
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-weight: 400;
  margin-bottom: 50px;
  position: relative;
}

.motions-container {
  margin-top: 150px;
}

.motion-review {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.box-review {
  width: 600px;
  height: 700px;
  position: relative;
  border-radius: 30px;
  margin-right: 100px;
  margin-bottom: 50px;
  transform-style: preserve-3d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.box-review::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: conic-gradient(
    from 90deg at 40% -25%,
    #210d63,
    #460f4a,
    #11031f,
    #350f47
  );
  filter: blur(400px);
  transform: translate3d(0px, 0px, -1px);
  border-radius: inherit;
  pointer-events: none;
}

.box-review-two {
  width: 600px;
  height: 700px;

  border-radius: 30px;
  margin-left: 100px;
  position: relative;
  margin-top: 50px;
}
.explain-title {
  font-size: 2.5em;
  color: white;
  max-width: 400px;
  position: relative;
}
.explain-desc {
  font-size: 1em;
  position: relative;
  color: #81859f;
  max-width: 400px;

  line-height: 30px;
  margin-top: 20px;
  position: relative;
}

.box-review video {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: fill;
}

.box-review-two video {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: fill;
}

@media screen and (max-width: 1300px) {
  .box-review {
    width: 500px;
    height: 600px;
  }
  .box-review-two {
    width: 500px;
    height: 600px;
  }
}

@media screen and (max-width: 900px) {
  .motions-section {
    width: 90%;
    margin: auto;
    margin-top: 80px;
  }
  .badge-title {
    font-size: 1em;
    text-align: start;
  }
  .motion-title {
    font-size: 2.5em;
    text-align: start;
    line-height: normal;
    margin: 0;
    margin-bottom: 14px;
  }
  .motion-subtitle {
    font-size: 1.2em;
    text-align: start;
    margin-bottom: 30px;
  }
  .motion-review {
    flex-direction: column;
    align-items: start;
  }
  .box-review {
    width: 98%;
    height: 500px;
    margin-right: 0;
  }
  .explain-title {
    font-size: 2em;
    max-width: 200px;
    margin-bottom: 20px;
  }
  .box-review-two {
    width: 98%;
    height: 500px;
    margin-left: 0;
    margin-top: 30px;
    order: 1;
    margin-bottom: 50px;
  }
  .explain-review {
    order: 2;
  }
}

.graph-section {
  margin-top: 80px;
}

.card-graph {
  width: 70%;
  height: 450px;
  position: relative;
  background-image: url(../img/backgroundterang.png);
  background-size: cover;
  margin: auto;
  border-radius: 30px;
  background-color: #5b53ff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #333333;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.card-graph::before {
  content: "";
  position: absolute;
  inset: -19px;
  background: conic-gradient(
    from 90deg at 40% -25%,
    #06113c,
    #112579,
    #151036,
    #140740
  );
  filter: blur(300px);
  transform: translate3d(0px, 25px, -1px);
  border-radius: inherit;
  pointer-events: none;
}

.graph-title {
  font-size: 2em;
}

.graph-right {
  color: #81859f;
  word-spacing: 1px;
  font-weight: 500;
  max-width: 400px;
  font-size: 1.3em;
}
.read-more {
  display: none;
  font-size: 1.3em;
  margin-top: 20px;
  color: #5b53ff;
  transition: 0.5s ease;
}

.card-graph:hover {
  background-image: url(../img/backgroundterang.png);
  height: 480px;
  transition: 0.3s;
}
.card-graph:hover .read-more {
  display: block;
  transition: 0.3s ease;
}

@media screen and (max-width: 1000px) {
  .card-graph {
    width: 90%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .card-graph .graph-title {
    margin-left: 30px;
  }
  .graph-right {
    max-width: 90%;
    margin-top: 20px;
    margin-left: 30px;
  }
  .read-more {
    margin-left: 30px;
  }
}

@media screen and (max-width: 700px) {
  .graph-right {
    font-size: 1em;
    max-width: 250px;
  }
}
.graph-container {
  width: 70%;
  margin: auto;
  margin-top: 120px;
  position: relative;
}

.graph-badge {
  display: flex;
  align-items: center;
}
.graph-badge span {
  margin-left: 5px;
  color: #2fe9a6;
  font-size: 1.3em;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #2d2d2d;
  margin-top: 15px;
  margin-bottom: 50px;
}

.graph-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.graph-title {
  font-size: 2.9em;
  color: white;
  font-weight: 500;
  max-width: 400px;
  position: relative;
  margin: 0;
}

.graph-subtitle {
  font-size: 1.3em;
  color: #81859f;
  max-width: 40%;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
}

.graph-image {
  width: 100%;
  height: 550px;

  margin-top: 50px;
  border-radius: 30px;
  position: relative;
}

.graph-image video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 30px;
}
.graph-imagee {
  width: 100%;
  height: 550px;

  margin-top: 50px;
  border-radius: 30px;
  position: relative;
  display: none;
}

.graph-imagee video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .graph-container {
    width: 90%;
  }
  .graph-title-container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .graph-subtitle {
    max-width: 90%;
  }
  .graph-image {
    display: none;
  }
  .graph-imagee {
    display: block;
  }
}

.infinite-carousel {
  margin: 2em 0;
  overflow: hidden;
  width: 90%;
  margin: auto;
  max-width: 1000px;
  -webkit-mask: linear-gradient(
    90deg,
    tranparent,
    #fff 30%,
    #fff 70%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, #fff 30%, #fff 70%, transparent);
}

.infinite-carousel > div {
  width: max-content;
  display: flex;
  padding: 1em 0;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3em;
  list-style: none;
}

.infinite-carousel img {
  max-width: 10em;
}

@keyframes move {
  to {
    translate: calc(-50% - 1.5em);
  }
}

.powered-text {
  font-size: 1.2em;
  color: #adadad;
  text-align: center;

  font-weight: 400;
  max-width: 800px;
  margin: auto;

  font-family: "Poppins", sans-serif;
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .powered-text {
    font-size: 1em;
    text-align: start;
    margin-top: 50px;
  }
}

.ready-next-section {
  margin-top: 100px;
  padding-bottom: 80px;
}

.ready-title {
  font-size: 4em;
  color: white;
  font-weight: 500;
  max-width: 750px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  line-height: 75px;
}

.ready-desc {
  font-size: 1.5em;
  color: #81859f;
  text-align: center;
  max-width: 800px;
  font-weight: 400;
  margin: auto;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
}

.button-get-started {
  color: rgb(21, 21, 21);
  width: 350px;
  font-size: 20px;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50px;
  font-family: "Space Grotesk", sans-serif;
}
.button-get-started svg {
  margin-left: 10px;
}
.button-get-started:hover {
  background-color: #d2d2d2;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .ready-next-section {
    width: 90%;
    margin: auto;
    margin-top: 80px;
  }
  .ready-title {
    font-size: 2em;
    text-align: start;
    line-height: normal;
  }
  .ready-desc {
    font-size: 1.2em;
    text-align: start;
  }
  .button-get-started {
    width: 300px;
    height: 50px;
    font-size: 18px;
    margin: 0;
  }
}
