@media (min-width: 1024px) {
  #hero-section {
    height: 100vh;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
  }

  .hero-star {
    display: block;
    position: absolute;

    transform: scale(0.75) rotate(270deg);
    top: 27vh;
    left: 37vw;
    /* translate: 32vw 60%; */
  }

  .header {
    padding: 40px 4% 20px 4%;
  }

  .logo {
    width: 12vw;
  }

  .logo img {
    max-width: 8vw;
  }

  .nav-menu ul {
    gap: 5vw;
  }

  .nav-menu ul li a {
    font-size: 1.3vw;
    color: var(--color-text);
  }

  .nav-btn {
    padding: 0.7vw 1.4vw;
    font-size: 1.3vw;
    border: none;
    border-radius: 0px 20px 0 20px;
    background: var(--color-primary);
    color: #fff;
  }

  .hero-content {
    /* margin-top: 50px; */
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    padding: 0 4%;
  }

  .hero-text {
    margin: 100px 0 40px 0;
    text-align: left;
  }

  .hero-text h1 {
    font-size: 64px;
  }

  .hero-text h2 {
    font-size: 90px;
    margin-left: -3%;
  }

  .hero-text p {
    margin-top: 25px;
    font-size: 20px;
  }

  .hero-void img {
    max-width: 80px;
    top: 80px;
    right: 3%;
  }

  .hero-buttons {
    gap: 20px;
  }

  .hero-buttons a {
    padding: 10px 20px;
    font-size: 24px;

    border: none;
    /* border: 1px solid #fff; */
    border-radius: 0px 20px 0 20px;
    background: var(--color-primary);
    color: #fff;
  }

  .product-description {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }

  .product-desc-text {
    width: 50%;
  }

  .product-desc-text h1 {
    font-size: 90px;
    text-align: left;
  }

  .product-desc-text h2 {
    font-size: 60px;
    text-align: left;
  }

  .product-desc-text p {
    margin-top: 15px;
    font-size: 16px;
    text-align: left;
  }

  .product-desc-img {
    width: 45%;
  }
  .product-desc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -10px 10px 0 -4px #fff, -10px 10px 0 -1px var(--color-primary);
  }

  .product-description .star {
    display: block;
    transform: scale(0.65) rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    translate: 32vw 60%;
  }

  .rasanya {
    padding: 30px 20% 50px 20%;
    position: relative;
  }

  .rasanya h3 {
    font-size: 32px;
    padding: 0 12%;
  }

  .rasanya p {
    margin-top: 15px;
    font-size: 17px;
  }

  .rasanya .star1 {
    display: block;
    position: absolute;
    top: 30px;
    left: 14%;
    transform: scale(0.45) rotate(90deg);
  }

  .rasanya .star2 {
    display: block;
    position: absolute;
    top: 50px;
    right: 13%;
    transform: scale(0.45) rotate(90deg);
  }

  .ps-top-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }

  #how-to {
    width: 100%;
    padding: 80px 5% 40px 5%;
    align-items: flex-start;

    grid-template-columns: 1fr 1fr;
    gap: 20px;

    position: relative;
  }

  .ht-header {
    width: 100%;
  }

  .ht-header p {
    font-size: 24px;
    text-align: left;
  }

  .ht-header h2 {
    font-size: 56px;
    text-align: left;
  }

  .ht-star1 {
    display: block;
    position: absolute;

    transform: scale(1.2) rotate(270deg);
    top: 45%;
    left: 7vw;
  }

  .ht-star2 {
    display: block;
    position: absolute;

    transform: scale(0.6);
    top: 67%;
    left: 27%;
  }

  .ht-list {
    width: 100%;
    margin: 0 0 0 0;
    display: grid;
    grid-template-columns: 1fr 5fr;
    column-gap: 20px;
    row-gap: 30px;
  }

  #how-to .btn-container {
    position: absolute;
    bottom: 2%;
    left: 5%;
  }

  #how-to .btn-container .ps-btn {
    font-size: 24px;
    padding: 12px 24px;
    border-radius: 0px 20px 0 20px;
  }

  .pv-header {
    font-size: 54px;
  }

  .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }

  .coming-soon {
    font-size: 64px;
  }

  .faq-header {
    font-size: 54px;
  }

  .faq-question {
    font-size: 26px;
    font-weight: 500;
    padding: 16px 24px;
  }

  .arrow-icon {
    width: 36px;
    height: 36px;
  }

  .faq-answer p {
    font-size: 16px;
    padding: 0 80px 16px 8px;
    margin: 0;
  }

  #cta {
    padding: 50px 0 50px 0;
    position: relative;
  }

  .cta-header {
    font-size: 54px;
  }

  .time {
    font-size: 150px;
    font-weight: 700;
  }

  .btn-container {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .btn-container a {
    font-size: 24px;
    padding: 11px 22px;
    border: none;
    border-radius: 0px 22px 0 22px;
  }

  .cta-star1 {
    display: block;
    position: absolute;

    transform: scale(0.75) rotate(90deg);
    top: 60%;
    left: 15%;
  }

  .cta-star2 {
    display: block;
    position: absolute;

    transform: scale(0.75) rotate(90deg);
    top: 15%;
    right: 15%;
  }

  footer {
    padding: 40px 10%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }

  .ft-header {
    display: none;
  }

  footer p {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
  }

  .marketplace {
    padding: 10px 0;
    justify-content: right;
  }

  /* ========= trial slider ========= */
  #perfume-variants .slider-wrapper {
    overflow: visible;
  }

  #perfume-variants .cards {
    transform: none !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }

  .slider-nav {
    display: none;
  }
}

/* ===== tambahan trial slider ====== #perfume-variants .slider-wrapper {
  overflow: visible;
}

#perfume-variants .cards {
  transform: none !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.slider-nav {
  display: none;
} */
