* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.hero {
  width: 100%;
  /* height: 100vh; */
  padding-bottom: 20px;
  background-image: url("../img/bg_kodemuda.png");
  background-position: center;
  background-size: cover;
}

.nav-link {
  color: white !important;
  margin-right: 30px;
}

.navbar-toggler-icon {
  background-image: url("../img/bars.png") !important;
  background-size: center;
  background-size: cover;
}

.robot {
  width: 600px;
}

.wrap-hero h1 {
  width: 90%;
  margin-bottom: 20px;
  margin-top: 30px;
}

.wrap-hero p {
  width: 85%;
  margin-bottom: 30px;
}

.garis {
  width: 300px;
  height: 5px;
  background-color: #1e3756;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-bottom: 40px;
  border-radius: 5px;
}

.rotated-image {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  margin-top: -50px;
}

.card-layanan {
  background-color: #1e3756;
  border-radius: 10px;
  height: 180px;
  margin-left: 10px;
  max-width: 270px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-layanan:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #2e74d0;
}

.card-layanan h4 {
  color: white;
  padding-top: 20px;
  margin-bottom: 10px;
}

.card-layanan p {
  font-size: small;
  color: white;
  margin-bottom: 10px;
}

.card-layanan a {
  color: #0fcfad;
  text-decoration: none;
}
.card-layanan a:hover {
  color: #0fcfad;
  text-decoration: none;
}

.harga-layanan {
  background-color: rgba(48, 92, 145, 0.774);
  border-radius: 0px 20px 0px 20px;
  padding-bottom: 20px;
  margin-left: 40px;
  max-width: 230px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.harga-layanan:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  background-color: transparent;
  background-color: #2e74d0;
}

.harga-layanan h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: white;
}

.harga-layanan p {
  color: white;
}

.harga {
  color: #0fcfad !important;
}

.harga-layanan li {
  color: #0fcfad;
}

.hubungi {
  padding: 10px 20px;
  background-color: #0fcfad;
  color: white;
  text-decoration: none;
  border-radius: 20px;
}

:root {
  --rotate-speed: 40;
  --count: 8; /* Default count, the DOM element should override this */
  --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
  --easing: cubic-bezier(0, 0.37, 1, 0.63);
}
.void {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  position: relative;
  aspect-ratio: 1 / 1;
}
.void ul:hover * {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.void ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  outline: 2px dotted magenta;
  z-index: 1;
}
.void li {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 	outline: 2px dashed cyan; */
  width: 100%;
  -webkit-animation: rotateCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
          animation: rotateCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}
.card2 {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 24px;
  gap: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 16px 32px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #535062;
  -webkit-animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
          animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}
.void a {
  text-decoration: none;
  color: unset;
}
.model-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #3b2ed0;
  display: block;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.void li:nth-child(2),
.void li:nth-child(2) .card2 {
  -webkit-animation-delay: calc((var(--rotate-speed) / var(--count)) * -1s);
          animation-delay: calc((var(--rotate-speed) / var(--count)) * -1s);
}
.void li:nth-child(3),
.void li:nth-child(3) .card2 {
  -webkit-animation-delay: calc((var(--rotate-speed) / var(--count)) * -2s);
          animation-delay: calc((var(--rotate-speed) / var(--count)) * -2s);
}
.void li:nth-child(4),
.void li:nth-child(4) .card2 {
  -webkit-animation-delay: calc((var(--rotate-speed) / var(--count)) * -3s);
          animation-delay: calc((var(--rotate-speed) / var(--count)) * -3s);
}
.void li:nth-child(5),
.void li:nth-child(5) .card2 {
  -webkit-animation-delay: calc((var(--rotate-speed) / var(--count)) * -4s);
          animation-delay: calc((var(--rotate-speed) / var(--count)) * -4s);
}
.void li:nth-child(6),
.void li:nth-child(6) .card2 {
  -webkit-animation-delay: calc((var(--rotate-speed) / var(--count)) * -5s);
          animation-delay: calc((var(--rotate-speed) / var(--count)) * -5s);
}
.void li:nth-child(7),
.void li:nth-child(7) .card2 {
  -webkit-animation-delay: calc((var(--rotate-speed) / var(--count)) * -6s);
          animation-delay: calc((var(--rotate-speed) / var(--count)) * -6s);
}
.void li:nth-child(8),
.void li:nth-child(8) .card {
  -webkit-animation-delay: calc((var(--rotate-speed) / var(--count)) * -7s);
          animation-delay: calc((var(--rotate-speed) / var(--count)) * -7s);
}

@-webkit-keyframes rotateCW {
  from {
    -webkit-transform: translate3d(0px, -50%, -1px) rotate(-45deg);
            transform: translate3d(0px, -50%, -1px) rotate(-45deg);
  }
  to {
    -webkit-transform: translate3d(0px, -50%, 0px) rotate(-315deg);
            transform: translate3d(0px, -50%, 0px) rotate(-315deg);
  }
}

@keyframes rotateCW {
  from {
    -webkit-transform: translate3d(0px, -50%, -1px) rotate(-45deg);
            transform: translate3d(0px, -50%, -1px) rotate(-45deg);
  }
  to {
    -webkit-transform: translate3d(0px, -50%, 0px) rotate(-315deg);
            transform: translate3d(0px, -50%, 0px) rotate(-315deg);
  }
}
@-webkit-keyframes rotateCCW {
  from {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
@keyframes rotateCCW {
  from {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
@-webkit-keyframes pulseGlow {
  from {
    background-size: 60%;
  }
  to {
    background-size: 100%;
  }
}
@keyframes pulseGlow {
  from {
    background-size: 60%;
  }
  to {
    background-size: 100%;
  }
}

.center-circle {
  position: absolute;
  width: 230px;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
    0px 30px 60px -12px rgba(12, 5, 46, 0.25);
  border-radius: 50%;
}
.second-circle {
  position: absolute;
  width: 40%;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f5f4fe;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
    0px 30px 60px -12px rgba(12, 5, 46, 0.25);
  border-radius: 50%;
}
.last-circle {
  position: absolute;
  width: 66%;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f5f4fe;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
    0px 30px 60px -12px rgba(12, 5, 46, 0.25);
  border-radius: 50%;
}
.crop {
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1)
  );
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  -webkit-animation: pulseGlow 5s linear infinite alternate;
          animation: pulseGlow 5s linear infinite alternate;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: -webkit-radial-gradient(
    100% 50% at 100% 50%,
    rgba(60, 26, 229, 0.25) 0%,
    rgba(60, 26, 229, 0.247904) 11.79%,
    rgba(59, 26, 229, 0.241896) 21.38%,
    rgba(58, 26, 229, 0.2324) 29.12%,
    rgba(57, 26, 229, 0.219837) 35.34%,
    rgba(55, 26, 229, 0.20463) 40.37%,
    rgba(53, 26, 229, 0.1872) 44.56%,
    rgba(51, 26, 229, 0.16797) 48.24%,
    rgba(48, 26, 229, 0.147363) 51.76%,
    rgba(46, 26, 229, 0.1258) 55.44%,
    rgba(44, 26, 229, 0.103704) 59.63%,
    rgba(41, 26, 229, 0.0814963) 64.66%,
    rgba(39, 26, 229, 0.0596) 70.88%,
    rgba(36, 26, 229, 0.038437) 78.62%,
    rgba(34, 26, 229, 0.0184296) 88.21%,
    rgba(32, 26, 229, 0) 100%
  );
  background-image: radial-gradient(
    100% 50% at 100% 50%,
    rgba(60, 26, 229, 0.25) 0%,
    rgba(60, 26, 229, 0.247904) 11.79%,
    rgba(59, 26, 229, 0.241896) 21.38%,
    rgba(58, 26, 229, 0.2324) 29.12%,
    rgba(57, 26, 229, 0.219837) 35.34%,
    rgba(55, 26, 229, 0.20463) 40.37%,
    rgba(53, 26, 229, 0.1872) 44.56%,
    rgba(51, 26, 229, 0.16797) 48.24%,
    rgba(48, 26, 229, 0.147363) 51.76%,
    rgba(46, 26, 229, 0.1258) 55.44%,
    rgba(44, 26, 229, 0.103704) 59.63%,
    rgba(41, 26, 229, 0.0814963) 64.66%,
    rgba(39, 26, 229, 0.0596) 70.88%,
    rgba(36, 26, 229, 0.038437) 78.62%,
    rgba(34, 26, 229, 0.0184296) 88.21%,
    rgba(32, 26, 229, 0) 100%
  );
}
.mask:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  display: block;
  background-image: -webkit-linear-gradient(
    top,
    rgba(60, 26, 229, 0) 0%,
    #3c1ae5 50%,
    rgba(60, 26, 229, 0) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(60, 26, 229, 0) 0%,
    #3c1ae5 50%,
    rgba(60, 26, 229, 0) 100%
  );
}

.hubungi-container {
  background-image: url("../img/hubungi.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 15px;
}

.hubungi-kami {
  max-width: 500px;
  height: 450px;
  border-radius: 15px;
  background-color: #294a73;
  margin: auto;
  margin-top: 30px;
  padding: 40px;
  color: white;
}

.kontak {
  margin-top: 30px;
  margin-bottom: 20px;
}

.garis2 {
  background-color: white;
  height: 2px;
  border-radius: 5px;
  width: 200px;
}

/* ... Kode sebelumnya ... */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-850px * 7));
            transform: translateX(calc(-850px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-850px * 7));
            transform: translateX(calc(-850px * 7));
  }
}

.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.slider:before,
.slider:after {
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.342) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.342) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 500px;
  position: absolute;
  width: 700px;
  z-index: 2;
}

.slider:after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.slider:before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 500px;
  width: 700px;
}

.footer-container {
  background-color: #1e3756;
}

/* Add this media query for screens with a maximum width of 768 pixels (typical tablets and phones) */
@media only screen and (max-width: 768px) {
  .model-name {
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #3b2ed0;
    display: block;
  }
  .card2 {
    width: 27%;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1),
      0px 16px 32px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #535062;
    -webkit-animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
            animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
  }

  .center-circle {
    width: 100px; /* Adjust the size of the center circle on smaller screens */
  }
  .crop {
    height: 100vh;
  }
  #card-list2 {
    height: 100vh !important;
  }
}

@media only screen and (max-width: 600px) {
  .sosial {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 350px) {
  body {
    overflow-x: hidden;
  }
}
