@charset "UTF-8";
.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 540px;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px; }
  .hero-section .hero-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .hero-section .hero-content {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    min-height: 540px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 94px 24px; }
    @media (max-width: 991px) {
      .hero-section .hero-content {
        max-width: 100%;
        padding: 0 20px; } }
    .hero-section .hero-content .hero-text-content {
      width: 800px;
      max-width: 100%;
      color: #fff;
      text-align: center; }
      .hero-section .hero-content .hero-text-content .hero-title {
        font: 500 70px / 1.1 Playfair Display , -apple-system , Roboto , Helvetica , sans-serif;
        margin: 0;
        color: #fff; }
        @media (max-width: 991px) {
          .hero-section .hero-content .hero-text-content .hero-title {
            max-width: 100%;
            font-size: 26px; } }
      .hero-section .hero-content .hero-text-content .hero-description {
        letter-spacing: -0.2px;
        margin-top: 16px;
        font: 400 18px / 24px Roboto , -apple-system , Roboto , Helvetica , sans-serif;
        color: #fff; }
        @media (max-width: 991px) {
          .hero-section .hero-content .hero-text-content .hero-description {
            max-width: 100%;
            font-size: 16px; } }
    .hero-section .hero-content .hero-button {
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      border: 1px solid #ecc638;
      background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
      display: flex;
      margin-top: 24px;
      gap: 8px;
      color: #800020;
      letter-spacing: -0.2px;
      padding: 8px 16px;
      font: 400 16px Roboto , -apple-system , Roboto , Helvetica , sans-serif;
      cursor: pointer;
      transition: all 0.3s ease; }
      .hero-section .hero-content .hero-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
      .hero-section .hero-content .hero-button:active {
        transform: translateY(0); }
      .hero-section .hero-content .hero-button .button-text {
        align-self: stretch;
        margin: auto 0; }
      .hero-section .hero-content .hero-button .button-icon {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 20px;
        align-self: stretch;
        flex-shrink: 0;
        margin: auto 0; }

/****/
.introduction-section {
  display: flex;
  align-items: center;
  gap: 40px 108px;
  justify-content: start;
  flex-wrap: wrap;
  padding-bottom: 64px; }
  .introduction-section .hero-image {
    aspect-ratio: 0.94;
    object-fit: contain;
    object-position: center;
    width: 524px;
    align-self: stretch;
    min-width: 240px;
    flex-grow: 1;
    flex-shrink: 1;
    margin: auto 0; }
    @media (max-width: 991px) {
      .introduction-section .hero-image {
        max-width: 100%; } }
  .introduction-section .content-wrapper {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    flex-grow: 1;
    flex-shrink: 1;
    width: 432px;
    margin: auto 0; }
    @media (max-width: 991px) {
      .introduction-section .content-wrapper {
        max-width: 100%; } }
    .introduction-section .content-wrapper .section-header {
      width: 100%; }
      @media (max-width: 991px) {
        .introduction-section .content-wrapper .section-header {
          max-width: 100%; } }
      .introduction-section .content-wrapper .section-header .section-title {
        color: #232f4b;
        letter-spacing: -0.5px;
        font: 500 24px / 1 Roboto , -apple-system , Roboto , Helvetica , sans-serif; }
        @media (max-width: 991px) {
          .introduction-section .content-wrapper .section-header .section-title {
            max-width: 100%; } }
      .introduction-section .content-wrapper .section-header .main-heading {
        color: #800020;
        margin-top: 8px;
        font: 400 36px / 56px Playfair Display , -apple-system , Roboto , Helvetica , sans-serif; }
        @media (max-width: 991px) {
          .introduction-section .content-wrapper .section-header .main-heading {
            max-width: 100%; } }
        .introduction-section .content-wrapper .section-header .main-heading .signature-text {
          font-family: NVN Motherland Signature , -apple-system , Roboto , Helvetica , sans-serif;
          font-size: 32px; }
          @media (max-width: 767px) {
            .introduction-section .content-wrapper .section-header .main-heading .signature-text {
              font-size: 23px; } }
    .introduction-section .content-wrapper .description-text {
      color: #232f4b;
      text-align: justify;
      letter-spacing: -0.2px;
      margin-top: 32px;
      font: 400 16px / 24px Roboto , -apple-system , Roboto , Helvetica , sans-serif; }
      @media (max-width: 991px) {
        .introduction-section .content-wrapper .description-text {
          max-width: 100%; } }
    .introduction-section .content-wrapper .cta-button {
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      border: 1px solid #ecc638;
      align-self: start;
      display: flex;
      margin-top: 32px;
      gap: 8px;
      color: #800020;
      letter-spacing: -0.2px;
      background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
      padding: 8px 16px;
      font: 400 16px Roboto , -apple-system , Roboto , Helvetica , sans-serif;
      cursor: pointer;
      transition: all 0.3s ease; }
      .introduction-section .content-wrapper .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
      .introduction-section .content-wrapper .cta-button:active {
        transform: translateY(0); }
      .introduction-section .content-wrapper .cta-button .button-text {
        color: #800020;
        align-self: stretch;
        margin: auto 0; }
      .introduction-section .content-wrapper .cta-button .button-icon {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 20px;
        align-self: stretch;
        flex-shrink: 0;
        margin: auto 0; }

/****/
.services-section {
  display: flex;
  padding-bottom: 64px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  position: relative; }
  @media (max-width: 991px) {
    .services-section {
      gap: 24px; } }
  @media (max-width: 640px) {
    .services-section {
      gap: 20px; } }
  .services-section .services-header {
    display: flex;
    width: 100%;
    max-width: 632px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative; }
    @media (max-width: 991px) {
      .services-section .services-header {
        width: 100%;
        max-width: 632px; } }
    .services-section .services-header .header-content {
      display: flex;
      width: 377px;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      position: relative; }
      @media (max-width: 991px) {
        .services-section .services-header .header-content {
          width: 100%;
          max-width: 377px; } }
      .services-section .services-header .header-content .services-subtitle {
        align-self: stretch;
        color: #232f4b;
        text-align: center;
        letter-spacing: -0.5px;
        position: relative;
        font: 400 24px / 32px Roboto , -apple-system , Roboto , Helvetica , sans-serif;
        margin: 0; }
        @media (max-width: 991px) {
          .services-section .services-header .header-content .services-subtitle {
            font-size: 22px;
            line-height: 28px; } }
        @media (max-width: 640px) {
          .services-section .services-header .header-content .services-subtitle {
            font-size: 20px;
            line-height: 26px; } }
      .services-section .services-header .header-content .services-title {
        color: #800020;
        position: relative;
        font: 400 36px / 48px "Playfair Display" , -apple-system , Roboto , Helvetica , sans-serif;
        margin: 0; }
        @media (max-width: 991px) {
          .services-section .services-header .header-content .services-title {
            font-size: 32px;
            line-height: 42px; } }
        @media (max-width: 640px) {
          .services-section .services-header .header-content .services-title {
            font-size: 28px;
            line-height: 36px; } }
    .services-section .services-header .services-description {
      align-self: stretch;
      color: #232f4b;
      text-align: center;
      letter-spacing: -0.2px;
      position: relative;
      font: 400 16px / 24px Roboto , -apple-system , Roboto , Helvetica , sans-serif;
      margin: 0; }
      @media (max-width: 991px) {
        .services-section .services-header .services-description {
          font-size: 15px;
          line-height: 22px; } }
      @media (max-width: 640px) {
        .services-section .services-header .services-description {
          font-size: 14px;
          line-height: 20px; } }
  .services-section .services-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;
    justify-content: center; }
    @media (max-width: 991px) {
      .services-section .services-grid {
        flex-wrap: wrap;
        gap: 12px; } }
    @media (max-width: 640px) {
      .services-section .services-grid {
        flex-direction: column;
        gap: 16px; } }
    .services-section .services-grid .service-card {
      display: flex;
      padding: 90px 40px;
      align-items: center;
      justify-content: center;
      position: relative;
      box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
      aspect-ratio: 1;
      flex: 1 1 100%;
      max-width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      cursor: pointer;
      /* Thêm transition cho transform */
      transform: scale(1);
      transition: transform 0.3s ease , box-shadow 0.3s ease;
      width: 100%;
      /* Thêm pseudo-element để tạo overlay mượt mà */
      /* Thêm focus state cho accessibility */ }
      @media (min-width: 576px) {
        .services-section .services-grid .service-card {
          flex: 1 1 calc(50% - 16px);
          max-width: calc(50% - 16px); } }
      @media (min-width: 992px) {
        .services-section .services-grid .service-card {
          flex: 1 1 calc(25% - 16px);
          max-width: calc(25% - 16px); } }
      .services-section .services-grid .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0);
        margin: 32px;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1; }
      .services-section .services-grid .service-card .service-content {
        display: flex;
        width: 85%;
        padding: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.85);
        z-index: 9;
        /* Thêm transition cho background */
        transition: background-color 0.4s ease , transform 0.3s ease; }
        @media (max-width: 991px) {
          .services-section .services-grid .service-card .service-content {
            width: 220px;
            padding: 20px; } }
        @media (max-width: 640px) {
          .services-section .services-grid .service-card .service-content {
            width: 100%;
            padding: 40px 15px;
            gap: 12px; } }
        .services-section .services-grid .service-card .service-content .service-icon-wrapper {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 16px;
          align-self: stretch;
          position: relative; }
          @media (max-width: 640px) {
            .services-section .services-grid .service-card .service-content .service-icon-wrapper {
              gap: 12px; } }
          .services-section .services-grid .service-card .service-content .service-icon-wrapper .decorative-line {
            width: 32px;
            height: 2px;
            position: relative;
            background-color: #7c7c7c;
            /* Thêm transition cho background-color */
            transition: background-color 0.3s ease; }
            @media (max-width: 640px) {
              .services-section .services-grid .service-card .service-content .service-icon-wrapper .decorative-line {
                width: 24px; } }
          .services-section .services-grid .service-card .service-content .service-icon-wrapper .service-icon {
            width: 40px;
            height: 40px;
            aspect-ratio: 1 / 1;
            position: relative;
            /* Thêm transition cho mix-blend-mode */
            transition: mix-blend-mode 0.3s ease; }
            @media (max-width: 640px) {
              .services-section .services-grid .service-card .service-content .service-icon-wrapper .service-icon {
                width: 32px;
                height: 32px; } }
          .services-section .services-grid .service-card .service-content .service-icon-wrapper .svg-icon-container {
            display: flex;
            align-items: center;
            justify-content: center; }
            .services-section .services-grid .service-card .service-content .service-icon-wrapper .svg-icon-container .service-icon-svg {
              width: 40px;
              height: 40px;
              aspect-ratio: 1 / 1;
              position: relative;
              /* Thêm transition cho SVG path */ }
              @media (max-width: 640px) {
                .services-section .services-grid .service-card .service-content .service-icon-wrapper .svg-icon-container .service-icon-svg {
                  width: 32px;
                  height: 32px; } }
              .services-section .services-grid .service-card .service-content .service-icon-wrapper .svg-icon-container .service-icon-svg path {
                transition: fill 0.3s ease; }
        .services-section .services-grid .service-card .service-content .service-title {
          align-self: stretch;
          color: #232f4b;
          text-align: center;
          position: relative;
          font: 400 20px / 24px "Playfair Display" , -apple-system , Roboto , Helvetica , sans-serif;
          margin: 0;
          /* Thêm transition cho color */
          transition: color 0.3s ease; }
          @media (max-width: 640px) {
            .services-section .services-grid .service-card .service-content .service-title {
              font-size: 18px;
              line-height: 22px; } }
      @media (min-width: 1024px) {
        .services-section .services-grid .service-card:hover {
          transform: scale(1.02);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4); }
          .services-section .services-grid .service-card:hover::before {
            background: rgba(255, 255, 255, 0.8);
            opacity: 1; }
          .services-section .services-grid .service-card:hover .service-content {
            background: #5E6F5F;
            transform: translateY(-2px); }
            .services-section .services-grid .service-card:hover .service-content .service-title {
              color: #ffffff; }
            .services-section .services-grid .service-card:hover .service-content .decorative-line {
              background-color: #ffffff; }
            .services-section .services-grid .service-card:hover .service-content .service-icon {
              mix-blend-mode: plus-lighter; }
            .services-section .services-grid .service-card:hover .service-content .service-icon-svg path {
              fill: #ffffff; } }
      .services-section .services-grid .service-card:focus-within {
        outline: 2px solid #800020;
        outline-offset: 2px; }

/****/
.advantages-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  padding-bottom: 64px; }
  @media (max-width: 640px) {
    .advantages-section {
      padding-bottom: 30px; } }
  .advantages-section .advantages-header {
    align-self: center;
    width: 100%;
    max-width: 100%;
    text-align: center; }
    .advantages-section .advantages-header .header-content {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      justify-content: start; }
      @media (max-width: 991px) {
        .advantages-section .advantages-header .header-content {
          max-width: 100%; } }
      .advantages-section .advantages-header .header-content .section-title {
        color: #232f4b;
        letter-spacing: -0.5px;
        font: 500 24px / 1 Roboto , -apple-system , Roboto , Helvetica , sans-serif;
        margin: 0; }
        @media (max-width: 991px) {
          .advantages-section .advantages-header .header-content .section-title {
            max-width: 100%;
            line-height: normal; } }
      .advantages-section .advantages-header .header-content .section-subtitle {
        color: #800020;
        align-self: center;
        margin: 8px 0 0;
        font: 400 36px / 48px Playfair Display , -apple-system , Roboto , Helvetica , sans-serif; }
        @media (max-width: 991px) {
          .advantages-section .advantages-header .header-content .section-subtitle {
            max-width: 100%;
            font-size: 23px;
            line-height: normal; } }
  .advantages-section .statistics-grid {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: center;
    gap: 16px;
    color: #232f4b;
    font-weight: 400;
    justify-content: start;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .advantages-section .statistics-grid {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .advantages-section .statistics-grid {
        gap: 0; } }
    .advantages-section .statistics-grid .stat-card {
      align-self: stretch;
      display: flex;
      min-width: 240px;
      align-items: center;
      gap: 16px;
      justify-content: center;
      flex-grow: 1;
      flex-shrink: 1;
      width: auto;
      margin: auto 0;
      padding: 24px; }
      @media (max-width: 991px) {
        .advantages-section .statistics-grid .stat-card {
          padding: 0 20px; } }
      .advantages-section .statistics-grid .stat-card.stat-card-halls {
        padding: 24px; }
      .advantages-section .statistics-grid .stat-card.stat-card-capacity {
        padding: 24px 21px 24px 22px; }
      .advantages-section .statistics-grid .stat-card.stat-card-events {
        padding: 24px; }
      .advantages-section .statistics-grid .stat-card.stat-card-reputation {
        padding: 24px; }
      .advantages-section .statistics-grid .stat-card .stat-icon {
        aspect-ratio: 0.41;
        object-fit: contain;
        object-position: center;
        width: 36px;
        align-self: stretch;
        flex-shrink: 0;
        margin: auto 0; }
      .advantages-section .statistics-grid .stat-card .stat-content {
        align-self: stretch;
        margin: auto 0; }
        @media (max-width: 767px) {
          .advantages-section .statistics-grid .stat-card .stat-content {
            text-align: center; } }
        .advantages-section .statistics-grid .stat-card .stat-content.stat-card-halls {
          display: flex;
          width: 132px;
          flex-direction: column;
          align-items: stretch;
          justify-content: start; }
        .advantages-section .statistics-grid .stat-card .stat-content .stat-label {
          color: #232f4b;
          letter-spacing: -0.2px;
          font: 16px Roboto , -apple-system , Roboto , Helvetica , sans-serif;
          margin: 0; }
          .advantages-section .statistics-grid .stat-card .stat-content .stat-label.stat-card-halls {
            align-self: start;
            text-align: center; }
        .advantages-section .statistics-grid .stat-card .stat-content .stat-value {
          color: #232f4b;
          font-variant-numeric: lining-nums proportional-nums;
          font: 38px / 1 Playfair Display , -apple-system , Roboto , Helvetica , sans-serif;
          font-weight: normal; }

/****/
.hero-section-services {
  display: flex;
  height: 700px;
  padding-top: 72px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  /*background: url("https://file.hstatic.net/200000985044/file/background-lotus-min-min.jpg") lightgray 50% / cover no-repeat;*/
  position: relative;
  width: 100%;
  min-height: 700px; }
  @media (max-width: 991px) {
    .hero-section-services {
      height: auto;
      min-height: 600px;
      padding: 60px 20px 0; } }
  @media (max-width: 640px) {
    .hero-section-services {
      height: auto;
      min-height: 0;
      gap: 20px;
      padding: 40px 15px; } }
  .hero-section-services .hero-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    max-width: 632px; }
    @media (max-width: 991px) {
      .hero-section-services .hero-content {
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 640px) {
      .hero-section-services .hero-content {
        gap: 16px; } }
    .hero-section-services .hero-content .title-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      position: relative; }
      @media (max-width: 640px) {
        .hero-section-services .hero-content .title-wrapper {
          gap: 12px; } }
      .hero-section-services .hero-content .title-wrapper .hero-title {
        color: #800020;
        text-align: center;
        position: relative;
        white-space: pre-line;
        font: 400 36px / 48px "Playfair Display" , -apple-system , Roboto , Helvetica , sans-serif; }
        @media (max-width: 991px) {
          .hero-section-services .hero-content .title-wrapper .hero-title {
            font-size: 32px;
            line-height: 42px; } }
        @media (max-width: 640px) {
          .hero-section-services .hero-content .title-wrapper .hero-title {
            font-size: 24px;
            line-height: 32px; } }
    .hero-section-services .hero-content .hero-description {
      align-self: stretch;
      color: #232f4b;
      text-align: center;
      letter-spacing: -0.2px;
      position: relative;
      width: 100%;
      font: 400 16px / 24px 'Roboto' , -apple-system , Roboto , Helvetica , sans-serif; }
      @media (max-width: 991px) {
        .hero-section-services .hero-content .hero-description {
          font-size: 15px;
          line-height: 22px; } }
      @media (max-width: 640px) {
        .hero-section-services .hero-content .hero-description {
          font-size: 14px;
          line-height: 20px; } }
  .hero-section-services .cta-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 96px;
    position: relative;
    max-width: 433px; }
    @media (max-width: 991px) {
      .hero-section-services .cta-wrapper {
        width: 100%;
        max-width: 100%;
        gap: 48px; } }
    @media (max-width: 640px) {
      .hero-section-services .cta-wrapper {
        width: 100%;
        gap: 24px;
        flex-direction: column; } }
    .hero-section-services .cta-wrapper .cta-button {
      display: flex;
      padding: 8px 16px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 6px;
      border: 1px solid #ecc638;
      background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
      position: relative;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      color: #800020;
      letter-spacing: -0.2px;
      font: 400 16px / 24px 'Roboto' , -apple-system , Roboto , Helvetica , sans-serif; }
      .hero-section-services .cta-wrapper .cta-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
      @media (max-width: 640px) {
        .hero-section-services .cta-wrapper .cta-button {
          width: 100%;
          max-width: 280px;
          padding: 12px 20px; } }
      .hero-section-services .cta-wrapper .cta-button .button-text {
        align-self: stretch;
        margin: auto 0;
        color: #800020;
        letter-spacing: -0.2px;
        position: relative;
        font: 400 16px / 24px 'Roboto' , -apple-system , Roboto , Helvetica , sans-serif; }
      .hero-section-services .cta-wrapper .cta-button .arrow-icon {
        flex-shrink: 0; }

/****/
.homepage-event-services-1 .party-section,
.homepage-event-services-2 .party-section,
.homepage-event-services-3 .party-section {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  height: 632px;
  position: relative; }
  @media (max-width: 991px) {
    .homepage-event-services-1 .party-section,
    .homepage-event-services-2 .party-section,
    .homepage-event-services-3 .party-section {
      height: auto; } }
  @media (max-width: 640px) {
    .homepage-event-services-1 .party-section,
    .homepage-event-services-2 .party-section,
    .homepage-event-services-3 .party-section {
      padding: 0; } }
  .homepage-event-services-1 .party-section .image-container,
  .homepage-event-services-2 .party-section .image-container,
  .homepage-event-services-3 .party-section .image-container {
    width: 70%;
    height: 632px;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 991px) {
      .homepage-event-services-1 .party-section .image-container,
      .homepage-event-services-2 .party-section .image-container,
      .homepage-event-services-3 .party-section .image-container {
        width: 100%;
        height: 600px;
        position: relative;
        margin-bottom: 0; } }
    @media (max-width: 640px) {
      .homepage-event-services-1 .party-section .image-container,
      .homepage-event-services-2 .party-section .image-container,
      .homepage-event-services-3 .party-section .image-container {
        width: 100%;
        height: 300px;
        position: relative;
        margin-bottom: 0; } }
    .homepage-event-services-1 .party-section .image-container .gradient-background,
    .homepage-event-services-2 .party-section .image-container .gradient-background,
    .homepage-event-services-3 .party-section .image-container .gradient-background {
      width: 300px;
      height: 300px;
      border-radius: 4px 0;
      background: conic-gradient(from 180deg at 50% 50%, #b98b36 37.47211deg, #8b5a1f 66.57134deg, #f5d97e 104.9428deg, #c58f44 142.96402deg, #dba252 201.12119deg);
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 991px) {
        .homepage-event-services-1 .party-section .image-container .gradient-background,
        .homepage-event-services-2 .party-section .image-container .gradient-background,
        .homepage-event-services-3 .party-section .image-container .gradient-background {
          width: 100%;
          height: 100%;
          border-radius: 4px 4px 0 0; } }
    .homepage-event-services-1 .party-section .image-container .main-image,
    .homepage-event-services-2 .party-section .image-container .main-image,
    .homepage-event-services-3 .party-section .image-container .main-image {
      width: 100%;
      height: 616px;
      border-radius: 4px;
      position: absolute;
      left: 16px;
      top: 16px;
      object-fit: cover; }
      @media (max-width: 991px) {
        .homepage-event-services-1 .party-section .image-container .main-image,
        .homepage-event-services-2 .party-section .image-container .main-image,
        .homepage-event-services-3 .party-section .image-container .main-image {
          width: calc(100% - 32px);
          height: calc(100% - 32px);
          left: 16px;
          top: 16px; } }
  .homepage-event-services-1 .party-section .content-panel,
  .homepage-event-services-2 .party-section .content-panel,
  .homepage-event-services-3 .party-section .content-panel {
    display: flex;
    width: 500px;
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 400px;
    box-sizing: border-box;
    background-color: #fff; }
    @media (max-width: 991px) {
      .homepage-event-services-1 .party-section .content-panel,
      .homepage-event-services-2 .party-section .content-panel,
      .homepage-event-services-3 .party-section .content-panel {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        padding: 32px;
        transform: none; } }
    @media (max-width: 640px) {
      .homepage-event-services-1 .party-section .content-panel,
      .homepage-event-services-2 .party-section .content-panel,
      .homepage-event-services-3 .party-section .content-panel {
        padding: 24px; } }
    .homepage-event-services-1 .party-section .content-panel .main-title,
    .homepage-event-services-2 .party-section .content-panel .main-title,
    .homepage-event-services-3 .party-section .content-panel .main-title {
      color: #800020;
      font: 400 36px / 48px "Playfair Display" , serif;
      margin: 0; }
      @media (max-width: 640px) {
        .homepage-event-services-1 .party-section .content-panel .main-title,
        .homepage-event-services-2 .party-section .content-panel .main-title,
        .homepage-event-services-3 .party-section .content-panel .main-title {
          font-size: 28px;
          line-height: 36px; } }
    .homepage-event-services-1 .party-section .content-panel .subtitle,
    .homepage-event-services-2 .party-section .content-panel .subtitle,
    .homepage-event-services-3 .party-section .content-panel .subtitle {
      color: #232f4b;
      font: italic 400 16px / 24px "Playfair Display" , serif;
      margin: 0; }
      @media (max-width: 640px) {
        .homepage-event-services-1 .party-section .content-panel .subtitle,
        .homepage-event-services-2 .party-section .content-panel .subtitle,
        .homepage-event-services-3 .party-section .content-panel .subtitle {
          font-size: 14px;
          line-height: 20px; } }
    .homepage-event-services-1 .party-section .content-panel .divider-line,
    .homepage-event-services-2 .party-section .content-panel .divider-line,
    .homepage-event-services-3 .party-section .content-panel .divider-line {
      width: 40px;
      height: 1px;
      background-color: #232f4b; }
    .homepage-event-services-1 .party-section .content-panel .service-list,
    .homepage-event-services-2 .party-section .content-panel .service-list,
    .homepage-event-services-3 .party-section .content-panel .service-list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
      .homepage-event-services-1 .party-section .content-panel .service-list .service-item,
      .homepage-event-services-2 .party-section .content-panel .service-list .service-item,
      .homepage-event-services-3 .party-section .content-panel .service-list .service-item {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%; }
        .homepage-event-services-1 .party-section .content-panel .service-list .service-item .bullet-point,
        .homepage-event-services-2 .party-section .content-panel .service-list .service-item .bullet-point,
        .homepage-event-services-3 .party-section .content-panel .service-list .service-item .bullet-point {
          width: 4px;
          height: 4px;
          fill: #232f4b;
          flex-shrink: 0; }
        .homepage-event-services-1 .party-section .content-panel .service-list .service-item .service-name,
        .homepage-event-services-2 .party-section .content-panel .service-list .service-item .service-name,
        .homepage-event-services-3 .party-section .content-panel .service-list .service-item .service-name {
          color: #232f4b;
          letter-spacing: -0.2px;
          font: 400 16px / 24px "Roboto" , sans-serif; }
          @media (max-width: 640px) {
            .homepage-event-services-1 .party-section .content-panel .service-list .service-item .service-name,
            .homepage-event-services-2 .party-section .content-panel .service-list .service-item .service-name,
            .homepage-event-services-3 .party-section .content-panel .service-list .service-item .service-name {
              font-size: 14px;
              line-height: 20px; } }

@media (min-width: 641px) {
  .homepage-event-services-1 {
    margin-top: -320px; } }

@media (max-width: 640px) {
  .homepage-event-services-1 {
    margin-top: 20px; } }

.homepage-event-services-2 {
  margin-top: 50px; }
  @media (max-width: 640px) {
    .homepage-event-services-2 {
      margin-top: 20px; } }

.homepage-event-services-3 {
  margin-top: 50px; }
  @media (max-width: 640px) {
    .homepage-event-services-3 {
      margin-top: 20px; } }

/****/
.homepage-contact-form {
  padding-top: 64px;
  display: block; }

/****/
.news-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 64px 0; }
  .news-section .news-header {
    align-self: stretch;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .news-section .news-header {
        max-width: 100%; } }
    .news-section .news-header .news-title-container {
      min-width: 240px;
      color: #800020;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0;
      font: 400 36px / 1 Playfair Display , -apple-system , Roboto , Helvetica , sans-serif; }
      @media (max-width: 991px) {
        .news-section .news-header .news-title-container {
          max-width: 100%; } }
      .news-section .news-header .news-title-container .news-title {
        width: 100%;
        color: #800020;
        margin: 0; }
        @media (max-width: 991px) {
          .news-section .news-header .news-title-container .news-title {
            max-width: 100%; } }
    .news-section .news-header .navigation-buttons {
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: start; }
      .news-section .news-header .navigation-buttons .nav-button {
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        border: 1px solid #ecc638;
        align-self: stretch;
        display: flex;
        min-height: 48px;
        gap: 8px;
        width: 48px;
        height: 48px;
        margin: auto 0;
        padding: 0 14px;
        background: transparent;
        cursor: pointer;
        outline: none; }
        .news-section .news-header .navigation-buttons .nav-button:hover {
          border-radius: 6px;
          background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%); }
        .news-section .news-header .navigation-buttons .nav-button .nav-icon {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 20px;
          align-self: stretch;
          margin: auto 0; }
  .news-section .articles-container {
    display: flex;
    margin-top: 40px;
    max-width: 100%;
    align-items: center;
    overflow: hidden;
    justify-content: start; }
    .news-section .articles-container .news-article {
      border-radius: 4px;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      align-items: stretch;
      justify-content: center;
      width: 100%;
      margin: auto 0; }
      .news-section .articles-container .news-article .article-image {
        position: relative;
        width: 100%;
        overflow: hidden; }
        .news-section .articles-container .news-article .article-image .article-img {
          aspect-ratio: 1;
          object-fit: cover;
          object-position: center;
          width: 100%; }
      .news-section .articles-container .news-article .article-content {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        font-family: Roboto , -apple-system , Roboto , Helvetica , sans-serif;
        justify-content: end;
        padding: 16px 12px 20px; }
        .news-section .articles-container .news-article .article-content .article-meta {
          align-self: start;
          display: flex;
          align-items: center;
          gap: 6px;
          font-size: 14px;
          color: #232f4b;
          font-weight: 400;
          white-space: nowrap;
          text-align: center;
          letter-spacing: -0.1px;
          line-height: 1;
          justify-content: start; }
          @media (max-width: 991px) {
            .news-section .articles-container .news-article .article-content .article-meta {
              white-space: initial; } }
          .news-section .articles-container .news-article .article-content .article-meta .clock-icon {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 16px;
            align-self: stretch;
            flex-shrink: 0;
            margin: auto 0; }
          .news-section .articles-container .news-article .article-content .article-meta .clock-icon-container {
            align-self: stretch;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            align-items: stretch;
            justify-content: center;
            width: 16px;
            margin: auto 0;
            padding: 1px; }
            .news-section .articles-container .news-article .article-content .article-meta .clock-icon-container .clock-icon-svg {
              display: flex;
              flex-shrink: 0;
              height: 14px;
              stroke: #232f4b;
              border: 1px solid #232f4b; }
          .news-section .articles-container .news-article .article-content .article-meta .article-date {
            color: #232f4b;
            align-self: stretch;
            margin: auto 0; }
        .news-section .articles-container .news-article .article-content .article-text {
          margin-top: 8px;
          width: 100%; }
          .news-section .articles-container .news-article .article-content .article-text .article-title {
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #800020;
            text-overflow: ellipsis;
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: -0.2px;
            margin: 0; }
          .news-section .articles-container .news-article .article-content .article-text .article-description {
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #232f4b;
            text-overflow: ellipsis;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.1px;
            margin: 4px 0 0; }
  .news-section .view-all-button {
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #ecc638;
    display: flex;
    margin-top: 40px;
    gap: 8px;
    color: #800020;
    letter-spacing: -0.2px;
    background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
    padding: 8px 16px;
    font: 400 16px Roboto , -apple-system , Roboto , Helvetica , sans-serif;
    cursor: pointer; }
    .news-section .view-all-button .button-text {
      color: #800020;
      align-self: stretch;
      margin: auto 0; }
    .news-section .view-all-button .button-arrow {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 20px;
      align-self: stretch;
      flex-shrink: 0;
      margin: auto 0; }
