body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
}

.banner {
    background-image: url("/image/Slider-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    min-height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cloud-bg {
    background-color: white;
    mask-image: url("/image/slider-cloud-bg.png");
    mask-repeat: repeat-x;
    mask-position: bottom center;
    mask-size: contain;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.cloud-bg2 {
    background-color: white;
    mask-image: url(/image/slider-cloud-bg.png);
    mask-repeat: repeat-x;
    mask-size: auto;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    opacity: 0.4;
}

.banner h1 {
    margin: 0;
    padding: 0;
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 700;
}

.text-center.heading-style {
    width: 50%;
}

h4 {
    font-family: "Bubblegum Sans", sans-serif;
    font-size: 1.25rem;
    color: #EB1551;
}

h1,
h2,
h3,
h5 {
    font-weight: 700;
}

.hero p {
    font-size: 1.25rem;
}

.about-us {
    padding: 60px 0;
}

.services {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff 10%, #FFEFE4 100%);
    padding: 60px 0;
}

.cart-service {
    padding: 40px;
    border-radius: 20px;
}

.btn-slider {
    padding: 0.9em 2em;
    background: #eb1551;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    border-radius: 2.5rem;
    font-weight: 400;
    margin: 20px 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-slider:hover {
    background: #c10d3d;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.btn-slider:active {
    transform: scale(0.98);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.services h2,
.testimonials h2,
.contact-form h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.services .card {
    transition: transform 0.2s;
}

.services .card:hover {
    transform: scale(1.05);
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.login-info {
    padding: 20px;
    text-align: left;
}

.login-info h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.login-info p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.card-login {
    background: #ffefe4;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.card-login input {
    border-color: #ffefe4;
}

.bg-rocket {
    width: 80px;
    height: auto;
    position: absolute;
    top: -25px;
    left: -25px;
    transform: rotate(5deg);
}

a.navbar-brand.logo-juju {
    width: 90px;
    height: auto;
}

li.nav-item {
    font-size: 16px;
    font-weight: 700;
}

/* About Us Section */

.about-us .about-image {
    display: block;
    width: 100%;
    height: auto;
    -webkit-mask-image: url("/image/image_mask.png");
    mask-image: url("/image/image_mask.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    object-fit: cover;
    border-radius: 0.5rem;
}

.bg-shape {
    position: absolute;
    width: 100%;
    top: -55px;
    z-index: -1;
    left: 0;
    right: 0;
}

.bg-shape svg {
    color: #ffad1d;
}

@media (max-width: 767px) {
    .about-us {
        flex-direction: column;
        text-align: center;
    }

    .about-us .about-image {
        margin-bottom: 1rem;
    }

    .about-us h2 {
        font-size: 1.5rem;
    }

    .about-us p {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        padding: 50px 0;
        min-height: 300px;
    }

    .banner h1 {
        font-size: 30px;
        line-height: 1.2em;
    }

    .banner p {
        font-size: 16px;
    }

    .btn-slider {
        padding: 0.7em 1.5em;
        font-size: 0.9em;
    }

    .cloud-bg2 {
        bottom: 0;
        height: 64px;
        mask-size: contain;
    }
    .cloud-bg {
        height: 100px;
    }
}
ul.style {
    padding-bottom: 10px;
}