/*! Third Party Scripts Analysis */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

a {
  color: inherit;
  /* Mengambil warna teks dari elemen induk */
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  /* Menghapus dekorasi tautan (seperti garis bawah) */
}


a:hover,
a:focus {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  /* Menghapus dekorasi tautan pada hover atau fokus */
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    -webkit-animation: App-logo-spin infinite 20s linear;
            animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@-webkit-keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.slick-slider:focus-visible, 
.slick-slide:focus-visible, 
.slick-list:focus-visible, 
.slick-track:focus-visible,
img:focus-visible,
.slick-slider:active, 
.slick-slide:active, 
.slick-list:active, 
.slick-track:active,
img:focus-visible,
.slick-slider:focus,
.slick-slide:focus,
.slick-list:focus,
.slick-track:focus,
img:focus {
    outline: none; /* Menghilangkan outline saat fokus */
    border: none;  /* Menghilangkan border saat fokus */
}
