img-comparison-slider {
    visibility: hidden;
    outline: none;
    border: none;
}

img-comparison-slider [slot='second'] {
    display: none;
}

img-comparison-slider.rendered {
    visibility: inherit;
}

img-comparison-slider.rendered [slot='second'] {
    display: unset;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* light font */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-ExtraLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

/* bold font */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Metropolis', sans-serif;
}


section {
    padding-top: 80px;
    padding-bottom: 120px;
    width: 100%;
}

nav.navbar {
    background: transparent;
    transition: all 0.3s ease;
    padding-top: 30px;
    padding-bottom: 20px;
    top: 0;
}

nav #gelap {
    display: none;
}

nav.scrolling-navbar #gelap {
    display: block;
}

nav.scrolling-navbar #terang {
    display: none;
}

nav.scrolling-navbar {
    background: linear-gradient(to right, #ccecf9 0%, #9370DB 100%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.navbar {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

nav .nav-link {
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.hero-section {
    padding-top: 170px;
    position: relative;
    color: #fff;
    height: 100vh;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/hero.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: blur(3px);
}

.slidesiap-gradien {
    background: linear-gradient(to right, #87CEEB 0%, #9370DB 100%);
}

.slidesiap-gradient-text {
    background: linear-gradient(to right, #87CEEB 0%, #9370DB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #87CEEB 0%, #9370DB 100%);
    background: linear-gradient(to right, #131f23 0%, #20182e 100%);
    opacity: 0.9;
    z-index: -1;
}

.hero-text-wrapper {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}

.hero-text-wrapper h1 {
    margin-bottom: 40px;
}

.hero-text-wrapper p {
    width: 710px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: #25D366;
    color: white;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float:hover {
    background-color: #1ebe57;
    color: white;
}

.section-title {
    color: #092761;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

.hero-section {
    min-height: calc(100vh - 66px);
    display: flex;
    align-items: center;
}

#hasildesain h2 {
    margin-bottom: 80px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#testimoni {
    padding-bottom: 150px;
    padding-top: 80px;
}

#testimoni img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

#testimoni blockquote {
    margin-bottom: 40px;
    margin-top: 14px;
}

#harga {
    background-color: #6b49ae;
    color: #fff;
}

#harga .sub {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 40px;
}

#harga .harga {
    font-size: 2rem;
    font-weight: 700;
    color: #8afb86;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
    margin-bottom: 4px;
}

#harga .harga2 {
    color: #d8ff8b;
}

#harga .paket {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 5px;
}

.slide-calculator-preview .total-slide {
    font-size: 3rem;
    font-weight: bold;
}

.slide-calculator-preview .tohar {
    font-weight: bold;
    font-size: 1.5rem;
}

.carapesanrow {
    margin-bottom: 60px;
}

.carapesanrow p {
    font-weight: 700;
    margin-top: 30px;
}

.carapesanrow img {
    width: 150px;
}