@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

* {
  font-family: 'Geist', sans-serif !important;
}

section {
  margin-bottom: 8rem;
}

figure {
  height: 370px;
  padding: 2rem;
  overflow: auto;
}

figure > blockquote {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* jumlah baris yang ditampilkan */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.fs-heading {
  font-size: 2.5rem;
  font-weight: 700;
}

.fs-text {
  font-size: 18px;
}

.content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.myShadow {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.c-shadow-1 {
  box-shadow: 0.3rem 0.3rem 0 0 rgba(0, 0, 0, 0.25);
}

.hero-bg {
  position: relative;
  height: 555px;
}

/* CSS */
.button-63 {
  align-items: center;
  /* background-image: linear-gradient(144deg, #ff8eaa, #f3afc0 50%, #d2fcff); */
  background-color: #fff1f1;
  border: 0;
  border-radius: 12px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #dc3545;
  font-weight: 500;
  display: flex;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 339.55px;
  padding: 22px 20px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  background-color: #f8f9fa;
  outline: 0;
}

.red-200 {
  color: #fecaca;
}

.h3 {
  width: 100%;
}

.sparkle {
  position: absolute;
  top: 30%;
  left: 5%;
  height: 150px;
  width: 150px;
  background-color: #f8f9fa;
  mask: radial-gradient(#0000 71%, #000 72%) 10000% 10000%/99.5% 99.5%;
  z-index: 1;

  /* if you will use a different unit than px consider round()
  height: round(__,1px);
  width: round(__,1px);
  */
}

.sparkle.s-1 {
  height: 100px;
  width: 100px;
  top: 10%;
  left: 80%;
}

.sparkle.s-2 {
  height: 50px;
  width: 50px;
  top: 58%;
  left: 70%;
}

.custom-shape-divider-top-1735281338 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1735281338 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1735281338 .shape-fill {
  fill: #ffffff;
}
/*  */
.custom-shape-divider-bottom-1735303908 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1735303908 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1735303908 .shape-fill {
  fill: #ffffff;
}

.pz {
  padding: 5rem 0;
}

/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-bg {
    height: 450px;
  }

  .fs-heading {
    font-size: 3rem;
    font-weight: 800;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-bg {
    height: 470px;
  }

  .fs-heading {
    font-size: 4rem;
    font-weight: 800;
  }

  .fs-text {
    font-size: 20px;
  }

  div.carousel-in {
    max-width: 75%;
  }

  .h3 {
    width: 50%;
  }

  .c-shadow-1 {
    box-shadow: 0.8rem 0.8rem 0 0 rgba(0, 0, 0, 0.25);
  }

  .pz {
    padding: 5rem 0 10rem;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
