body {
    margin: 0;
    font-family: 'Arial', sans-serif;

    background-image: url("../images/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* opsional */
     cursor: none;
}

#custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background: url('../cursor/cursor.gif') no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.navbar {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 40px !important;
    background: #ffd79c;
    position: sticky!important;
    top: 0;
    z-index: 1000;
}

.logo img{
    width: 40px;
}

.nav{
    align-content: center;
    font-size: larger;
}

.nav :hover{
    color: red;
}

.navbar a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.hero {
    position: relative;
    background: linear-gradient(135deg, #f6a03a, #ffcc80);
    height: 480px;
    overflow: hidden;
}

.slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}

.slider img.active {
    opacity: 1;
}

.hero-text {
    position: absolute;
    left: 60px;
    top: 120px;
    color: white;
}

.hero-text h1 {
    font-size: 56px;
}

.btn-group {
    margin-top: 20px;
}

.btn {
    padding: 12px 22px;
    border-radius: 25px;
    margin-right: 10px;
    display: inline-block;
}

.btn.white {
    background: white;
    color: #f6a03a;
}

.btn.outline {
    border: 2px solid white;
    color: white;
}

.title-section {
    text-align: center;
    padding: 30px 10px;
}

.line{
    background-color: #ffddaf;
    display: block;
}

.title-section span {
    color: #c62828;
    font-size: 74px;
    font-weight: 700;
    font-family: cursive;
    text-shadow:
    -5px -5px 0 #fff,
     5px -5px 0 #fff,
    -5px  5px 0 #fff,
     5px  5px 0 #fff,
    -5px  0   0 #fff,
     5px  0   0 #fff,
     0   -5px 0 #fff,
     0    5px 0 #fff;
}

/* FLAG ANIMATION */
.flags {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-bottom: 80px;
}

.flag {
    width: 20%;
    animation: float 3s ease-in-out infinite;
}

.delay-1 { animation-delay: 0s; }
.delay-2 { animation-delay: 0.6s; }
.delay-3 { animation-delay: 1.2s; }

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

.tagline{
    text-align: center;
}

.pintu, .pintu2{
    position: absolute;
    margin: 108px;
    margin-left: 80px;
    width: 185px;

}

.pintu1{
    position: absolute;
    margin: 108px;
    margin-left: 80px;
    margin-top: 122px;
    width: 175px;
}


.pintu3{
    width: 340px;
}



.parallax {
    
    
    
}

.content {
    height: 100vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.move-on-click {
            transition: transform 1.5s ease;
            cursor: pointer;
        }

        .moved {
            transform: translateX(160px);
        }

.pintu, .pintu2{
    position: absolute;
    margin: 108px;
    margin-left: 80px;
    width: 185px;

}

.pintu1{
    position: absolute;
    margin: 108px;
    margin-left: 80px;
    margin-top: 122px;
    width: 175px;
}


.pintu3{
    width: 340px;
}



.parallax {
    
    
    
}

.content {
    height: 100vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.move-on-click {
            transition: transform 1.5s ease;
            cursor: pointer;
        }

        .moved {
            transform: translateX(160px);
        }

@media (max-width: 440px){
    .pintu3{
        width: 250px;
    }
    .pintu, .pintu2{
                margin: 108px;
                margin-left: 55px;
                width: 136px;
                margin-top: 80px;

            }
    .pintu1{
                margin: 108px;
                margin-left: 55px;
                width: 130px;
                margin-top: 88px;

            }
    
}

        /* Responsive tweak */
/*        @media (max-width: 576px) */
        @media (max-width: 370px){
            .p-3 {
                text-align: center;
                padding: 1rem 0;
            }


            footer {
                font-size: 12px;
            }

            


        }
        @media (max-width: 335px){
            .pintu, .pintu1, .pintu2{
                margin: 108px;
                margin-left: 31px;
                width: 78px;
                margin-top: 55px;

            }
            .pintu3{
                width: 150px;
            }
            section {
                padding: 60px 20px;
                text-align: center;
            }
            .moved {
            transform: translateX(80px);
        }
        }
        @media (max-width: 235px){
            .pintu, .pintu1, .pintu2{
                margin: 108px;
                margin-left: 17px;
                width: 46px;
                margin-top: 25px;

            }
            .pintu3{
                width: 80px;
            }
            header{
                padding: 0px;
                padding-top: 20px;
            }
            header img{
                width: 100px;
            }
            footer{
                padding-left: 30px;
                padding-right: 30px;
            }
            .moved {
            transform: translateX(40px);
        }
        }

.other-product{
    padding: 0px 0px 100px 0px;
}

.about-section {
    padding: 80px 5%;
    background: #fff7ea;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-text h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #c62828;
}

.about-text .subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #555;
}

.about-text p {
    line-height: 1.7;
    margin-bottom: 15px;
}

.about-points {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}

.about-points li {
    margin-bottom: 8px;
    font-weight: 500;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .about-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}


.footer {
    background: #3f3f3f;
    color: white;
    text-align: center;
    padding: 30px;
}
