@media (max-width: 100em) {
    .hero {
        max-width: 120rem;
    }

    .heading-primary {
        font-size: 4rem;
    }

    .hero-description {
        font-size: 2rem;
        line-height: 1.8rem;
    }


    .hero-button {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
      }

      .location-img-img {
        width: 100%;
      }

      .map {
        text-decoration: none;
        color: #fff;
        font-size: 2rem;
        background-color: #1e053c;
        padding: 2rem;
        border-radius: 2rem;
      }
}

/* Mobile Navigation */
@media (max-width: 59em) {
    html {
        font-size: 50%;
    }

.btn-mobile-nav {
    display: block;
    z-index: 9999;
}

.main-nav {
    background-color: rgb(255,255,255,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
    z-index: 9999;
}

.nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
}

.nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
}

.main-nav-list {
    flex-direction: column;
    gap: 6rem;
    color: black;
    padding-top: 2rem;
}

.main-nav-link:link,
.main-nav-link:visited {
    font-size: 3rem;
    color: black;
}


.hero-img {
  width: 100%;
  position: relative;
  right: 40px;
}

.location-img-img {
    width: 100%;
  }

  .map {
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    background-color: #1e053c;
    padding: 2rem;
    border-radius: 2rem;
  }
}

@media (max-width: 30em) {
  .hero-banner {
    background-image: url(bride2-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0.2rem;
  }

    .hero {
        display: flex;
        gap: 1rem;
        max-width: 100%;
       justify-content: space-evenly;
    }

    .hero-text-box {
        width: 100rem;
        text-align: left;
    }

    .heading-primary {
        font-size: 3.2rem;
        width: 70%;
    }

    .hero-description {
        width: 70%;
        font-size: 2rem;
        padding: 4%;
        line-height: 2.6rem;
        margin-bottom: 10rem;
    }

    .hero-img {
      width: 120%;
      position: relative;
      right: 40px;
    }

    .heading-pakej {
        font-size: 4.2rem;
    }

    .pakej-subheading {
        font-size: 3.2rem;
    }

    .testimoni-heading {
        font-size: 4.2rem;
    }

    .servis-heading {
        font-size: 4.2rem;
    }

    .heading-location {
        font-size: 4.2rem;
    }

    .hero-button {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 1.6rem;
        justify-content: center;
        padding: 0rem;
      }
    
      .whatsapp:link,
      .whatsapp:visited {
        background-color: green;
        color: white;
        padding: 1.8rem;
        border-radius: 1.2rem;
        text-decoration: none;
        font-size: 1.6rem;
        align-self: center;
        margin-right: 5rem;
      }
    
      .whatsapp:hover,
      .whatsapp:active {
        background-color: green;
        color: white;
        padding: 1.8rem;
        border-radius: 1.2rem;
        text-decoration: none;
        font-size: 1.6rem;
        align-self: center;
        margin-right: 5rem;
      }
    
      .maklumat {
        padding: 1.8rem;
        background-color: #fff;
        font-size: 1.6rem;
        color: #1C053A;
        border-radius: 1.2rem;
        text-decoration: none;
        align-self: center;
        margin-right: 10rem;
      }
    
      .maklumat:link,
      .maklumat:visited {
        padding: 1.6rem;
        background-color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        color: #1C053A;
        border-radius: 1.2rem;
        text-decoration: none;
        margin-right: 4.8rem;
      }
    
      .maklumat:hover,
      .maklumat:active {
        padding: 1.6rem;
        background-color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        color: #1C053A;
        border-radius: 1.2rem;
        text-decoration: none;
        margin-right: 4.8rem;
      }

      .div-servis-child {
        width: 36rem;
      }

      .servis-img {
        width: 100%;
      }

      .pakej_pertama, .pakej_kedua, .pakej_ketiga {
        border: 6px double #1C053A;
        padding: 2rem 4rem;
        color: #311557;
        display: flex;
        flex-direction: column;
        gap: 1.6rem;
      }


      .location-img-img {
        width: 100%;
      }

      .map {
        text-decoration: none;
        color: #fff;
        font-size: 2rem;
        background-color: #1e053c;
        padding: 2rem;
        border-radius: 2rem;
      }
      
      .map-link:link,
      .map-link:visited {
        text-decoration: none;
        color: #fff;
      }

      .footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 1rem;
      }

      .email-col {
        font-size: 1.2rem;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: #1C053A;
      }

      .motto-col h4 {
        font-size: 1.2rem;
        color: #1C053A;
      }
      
}