section {
  min-height: 100vh;
}

/* ------------- */
/* section 1 */
/* ------------- */
.home-section-1 {
  z-index: 1;
  background-image: url(../assets/home/bg-3.jpg);
  background-size: cover;
  background-position: center;
}

.home-section-1 img {
  width: 200px;
  height: auto;
}

.home-section-1 #text-kiri,
.home-section-1 #text-kanan {
  height: 100px;
  width: auto;
  position: absolute;
}


.home-section-1 .tulisan #text-kiri {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  font-size: 7rem;
  z-index: 2;
}

.home-section-1 .tulisan #text-kanan {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 600;
  font-variation-settings:
    "wdth" 100;
    font-style: normal;
  position: absolute;
  font-size: 6.7rem;
  z-index: 2;
}

/* Sayap Kiri */
.sayap-kiri {
  left: 0;
  top: 0;
  height: 100vh;
}

.sayap-kiri img {
  height: 100%;
  width: auto;
}

/* Sayap Kanan */
.sayap-kanan {
  right: 0;
  top: 0;
  height: 100vh;
}

.sayap-kanan img {
  height: 100%;
  width: auto;
}

/* ------------- */
/* end section 1 */
/* ------------- */

/* ------------- */
/* section 2 */
/* ------------- */
.home-section-2 {
  background-color: #ffffff;
  background-image: url(../assets/home/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Spectral SC", serif;
}

.home-section-2-judul span {
  font-family: "Cormorant Garamond", serif;
}

.home-section-2-text {
  padding: 2rem;
  width: 65%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(17px);
  border-radius: 23px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.55);
}

#home-section-2 .number {
  font-family: 'Times New Roman', Times, serif;
}

/* ------------- */
/* end section 2 */
/* ------------- */

/* --------------- */
/* section 3 */
/* --------------- */
.home-section-3 {
  background-image: url(../assets/home/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
  z-index: 8;
  position: relative;
  height: 100vh
}

/* wave svg */
.custom-shape-divider-top-1739805712 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

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

.custom-shape-divider-top-1739805712 .shape-fill {
  fill: #122B26;
}

/* tidak tahu darimana */
/* .pin-spacer {
  background-image: url(../assets/home/bg-11.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.logo-scroll-container {
  width: 550vw;
  height: 100vh;
}

.logo-section {
  width: 100vw;
}

.logo-section img {
  width: 300px;
  height: auto;
  margin: 10px;
}

.logo-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  max-width: 500px;
  z-index: 2;
}

.tatakan {
  max-width: 500px;
  z-index: 1;
}

.scroll-text h1 {
  /* font-family: "Open Sans", serif; */
  font-weight: 600;
  font-variation-settings:
    "wdth" 100;
  font-size: 70px;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px var(--primary);
  transform: scaleY(1.5);
}

.scroll-text p {
  font-size: 25px;
  color: var(--primary);
  font-weight: 700;
}

/* wave svg */
.custom-shape-divider-bottom-1739863208 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1739863208 .shape-fill {
  fill: #FFFFFF;
}

/* --------------- */
/* end section 3 */
/* --------------- */

/* ------------- */
/* section 4 */
/* ----------- */
.home-section-4 {
  background-color: #FFFFFF;
  background-image: url(../assets/home/bg-25.png);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
  z-index: 9;
}

.home-section-4 h1 {
  font-weight: 600;
  margin-top: 60px;
  font-size: 3rem;
}

/* tombol */
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #b1dae7;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}



/* card */
.wallet {
  --bg-color: #52AD9C;
  --bg-color-light: #f0e7ff;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.card {
  width: 220px;
  height: 321px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.card:hover .overlay {
  transform: scale(4) translateZ(0);
}

.card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card:hover .circle:after {
  background: var(--bg-color-light);
}

.card:hover p {
  color: var(--text-color-hover);
}

.card p {
  font-size: 17px;
  color: #4c5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}

.card-content {
  position: relative;
  z-index: 3;
}

.overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

/* --------------- */
/* end section 5 */
/* --------------- */

/* -------------- */
/* responsive */
/* -------------- */
/* Small Phone(max-width: 480px) */
@media (max-width: 480px) {

  /* ------------- */
  /* section 1 */
  /* ------------- */
  .home-section-1 {
    flex-direction: column;
    gap: 8px;
  }

  .home-section-1 h1 {
    font-size: 2.5rem !important;
  }

  .home-section-1 .tulisan #text-kanan {
    font-weight: 500;
    font-size: 2.3rem !important;
  }

  .logo-ospek img {
    width: 150px;
  }

  .sayap-kanan img, .sayap-kiri img {
    display: none !important;
  }
   /* ------------- */
  /* end section 1 */
  /* ------------- */

  /* ------------- */
  /* section 2 */
  /* ------------- */
  .home-section-2 h1 {
    font-size: 24px;
  }

  .home-section-2-text {
    padding: 0.8rem;
    width: 90% !important;
  }

  .home-section-2-text p {
    font-size: 0.7rem !important;
  }

  /* ------------- */
  /* end of section 2 */
  /* ------------- */

  /* ------------- */
  /* section 3 */
  /* ------------ */
  .logo-scroll-container {
    width: 600vw;
    height: 100vh;
  }

  /* Logo Section */
  .logo-section {
    width: 100vw;
    height: auto;
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .logo-section img {
    width: 130px;
    height: auto;
    margin: 5px;
  }

  .scroll-text h1 {
    font-size: 30px;
  }

  .scroll-text p {
    font-size: 16px;
    font-weight: 600;
  }

  .logo-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo-text h1 {
    font-size: 24px;
  }

  .logo-text p {
    font-size: 12px;
  }
}

/* Large Phone (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {

  /* ------------- */
  /* section 1 */
  /* ------------- */
  .home-section-1 h1 {
    font-size: 3.7rem !important;
    font-weight: 700;
  }

  .home-section-1 .tulisan #text-kanan {
    /* font-weight: 500; */
    font-size: 3.5rem !important;
  }
  /* ------------- */
  /* end section 1 */
  /* ------------- */

  /* ------------- */
  /* section 2 */
  /* ------------- */
  .home-section-2 h1 {
    font-size: 45px;
  }

  .home-section-2 h2 {
    font-size: 30px;
  }

  /* ------------- */
  /* end of section 2 */
  /* ------------- */

  /* ------------- */
  /* section 3 */
  /* ------------ */
  .custom-shape-divider-top-1739805712 svg {
    width: calc(100% + 1.3px);
    height: 110px;
  }

  .logo-scroll-container {
    width: 600vw;
    height: 100vh;
  }

  /* Logo Section */
  .logo-section {
    width: 100vw;
    height: auto;
    flex-direction: column;
    /* Stack item secara vertikal */
    padding: 40px 20px;
    text-align: center;
  }

  .logo-section img {
    width: 150px;
    height: auto;
    margin: 5px;
  }

  .scroll-text h1 {
    font-size: 40px;
  }

  .scroll-text p {
    font-size: 18px;
    font-weight: 600;
  }

  .logo-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo-text h1 {
    font-size: 26px;
  }

  .logo-text p {
    font-size: 14px;
  }
  /* --------------- */
  /* end section 3 */
  /* --------------- */

  /* --------------- */
  /* section 4 */
  /* -------------- */
  .text-container {
    padding: 10px;
  }
  h1 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
  .cta {
    width: 100%;
    font-size: 0.9rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/* tablet */
@media (min-width: 768px) and (max-width: 1025px) {

  /* ------------- */
  /* section 1 */
  /* ------------- */
  .home-section-1 h1 {
    font-size: 5rem !important;
  }

  .home-section-1 .tulisan #text-kanan {
    /* font-weight: 500; */
    font-size: 4.8rem !important;
  }

  /* ------------- */
  /* end of section 1 */
  /* ------------- */

  /* ------------- */
  /* section 2 */
  /* ------------- */
  .home-section-2 h1 {
    font-size: 60px;
  }

  /* ------------- */
  /* end of section 2 */
  /* ------------- */

  /* ----------------- */
  /* section 3 */
  /* ----------------- */
  .scroll-text h1 {
    font-size: 45px;
  }

  .logo-text h1 {
    font-size: 30px !important;
  }

  .logo-text p {
    font-size: 14px !important;
  }
}


/* Desktop (1441px) */
@media (min-width: 1441px) {

  /* ------------- */
  /* section 1 */
  /* ------------- */
  .home-section-1 h1 {
    font-size: 10rem !important;
  }

  /* -------------- */
  /* section 2 */
  /* ------------- */
  .home-section-2 .content {
    margin-top: 150px;
  }

  .home-section-2 h1 {
    font-size: 3rem;
    margin-top: 10px;
  }

  .home-section-2 p {
    font-size: 50px;
  }

  /* ------------ */
  /* section 3 */
  /* ------------ */
  .scroll-text h1 {
    font-size: 85px;
  }

  .scroll-img img {
    width: 350px;
  }

  .logo-section img {
    width: 450px;
  }

  .logo-text h1 {
    font-size: 60px !important;
  }

  .logo-text p {
    font-size: 20px !important;
  }

  .img-fluid-ospek {
    width: 350px !important;
  }
}
