@import url('https://fonts.googleapis.com/css?family=Open-Sans&display=swap');

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body, html {
      font-family: 'Open Sans', sans-serif;
      height: 100%;
      background-color: #FFF8E1;
    }

    .hkc {
      min-height: 100vh;
      background: linear-gradient(to bottom right, #FFF8E1, #FFE082);
      position: relative;
      overflow: hidden;
    }

    .hk1 {
      display: flex;
      flex-direction: column;
      padding: 130px 0 0 0;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .hkopo {
  display: flex;
  justify-content: center;
}

    .hktext2 {
      width: 40%;
      padding-bottom: 30px;
    }

    .hktext3 {
      width: 60%;
      padding-bottom: 30px;
      position: relative;
      top: 17px;
      max-width: 300px;
    }

    .hktext2-1 {
      font-size: 64px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      max-width: 370px;
      color: #8B0000;
    }

    .hktext2-2 {
      padding-top: 20px;
      font-size: 21px;
      font-weight: 400;
      max-width: 330px;
      line-height: 1.6;
    }

    .btn-wa {
      display: inline-block;
      background-color: #25D366;
      color: white;
      padding: 12px 24px;
      border-radius: 30px;
      margin-top: 120px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .btn-wa:hover {
      background-color: #128C7E;
    }

    .hkimage {
      text-align: center;
    }

    .hkimage img {
      width: 600px;
      height: auto;
      margin-top: 40px;
    }

    .decor-circle {
      position: absolute;
      width: 150px;
      height: 150px;
      background: rgba(255, 215, 0, 0.2);
      border-radius: 50%;
      top: 50px;
      left: 30px;
      z-index: 0;
    }

    @media screen and (max-width: 575px) {
      .hk1 {
        padding: 100px 20px 0 20px;
      }

      .hkopo {
        display: block;
        width: 100%;
        left: 0;
        margin: 0 auto;
      }

      .hktext2, .hktext3 {
        width: 100%;
        text-align: center;
      }

      .hktext2-1 {
        font-size: 28px;
      }

      .hktext2-2 {
        font-size: 16px;
      }

      .hkimage img {
        width: 80%;
        margin-top: 60px;
      }
    }



   @media screen and (max-width: 575px) {
    .hk1 {
        padding: 100px 0 0 0;
    }

    .hk {
        height: 100%;
    }

    .hkopo {
        display: block;
        width: 52%;
        left: 0;
        margin: 0 auto;
    }

    .hktext2 {
        width: 100%;
        padding-bottom: 10px;
    }

    .hktext3 {
        width: 100%;
    }

    .hktext2-1 {
        font-size: 20px;
    }

    .hktext2-2 {
        font-size: 16px;
    }

    .hktext2-3 {
        font-size: 16px;
    }

    .hktext2-3:first-child {
        margin-top: 0;
    }

    .hkimage {
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }

    .hkimage img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 80%;
        margin-top: 60px; 
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .hk1 {
        padding: 120px 0 0 0;
    }

    .hkopo {
        display: flex;
        flex-direction: column;
        align-items: center;
        left: 0;
    }

    .hktext2,
    .hktext3 {
        width: 80%;
        text-align: center;
    }

    .hktext2-1 {
        font-size: 28px;
    }

    .hktext2-2,
    .hktext2-3 {
        font-size: 18px;
    }

    .hkimage img {
        width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hk1 {
        padding: 150px 0 0 0;
    }

    .hkopo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        left: 100px;
    }

    .hktext2 {
        width: 50%;
    }

    .hktext3 {
        width: 40%;
    }

    .hktext2-1 {
        font-size: 36px;
    }

    .hktext2-2,
    .hktext2-3 {
        font-size: 18px;
    }

    .hkimage img {
        width: 600px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hk1 {
        padding: 180px 0 0 0;
    }

    .hkopo {
        left: 150px;
    }

    .hktext2-1 {
        font-size: 48px;
    }

    .hktext2-2,
    .hktext2-3 {
        font-size: 20px;
    }

    .hkimage img {
        width: 650px;
    }
}

@media screen and (min-width: 1200px) {
    .hk1 {
        padding: 130px 0 0 0;
    }

    .hkopo {
        left: 0 px;
    }

    .hktext2-1 {
        font-size: 64px;
    }

    .hktext2-2 {
        font-size: 21px;
    }

    .hktext2-3 {
        font-size: 22px;
    }

    .hkimage img {
        margin-top: 50px;
    }
}
