* {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: black;

}

ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: black;

}


#preloader {
    background: white url(/assets/preloader.gif) no-repeat center center;
    background-size: 20%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 200;
}






/* For Navbar animation*/

.navLogo {
    max-width: 100%;
    height: auto;
    z-index: 100;
}



#navbarTwo {
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.20);
    z-index: 100;
}

.navbarAlignment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0% 15%;
}

.logo {
    object-fit: cover;
    height: 2.8rem;
    width: 100%;
    cursor: pointer;
}

.contacticon {
    height: 1.5rem;
    width: 2rem;
    object-fit: contain;
    cursor: pointer;
}

.contactbutton {

    text-decoration: none;
    color: black;
    font-size: 1rem;
    padding: 10px 10px;
    border-radius: 1vh;
    color: black;
    font-weight: 400;
}

/* For Navbar animation*/
.desktopMenuListItem {
    margin: .5px;
    cursor: pointer;
    position: relative;
    transform: translateZ(0);
    animation-duration: 1s;
    padding-bottom: .1rem;
    font-size: .9rem;
}



.desktopMenuListItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-bottom: 3px solid #940a08;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 300ms ease-out;
}


.desktopMenuListItem:hover::before {
    transform: scaleX(1);

}

/* Styling for the fixed button */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    /* Makes sure it stays on top of other elements */

    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;

    background-color: brown;
    /* Modern Blue */
    color: #ffffff;
    border: none;
    border-radius: 50%;
    /* Perfect circle */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

    /* Smooth transition for hover effects */
    transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Hover effects */
.scroll-top-btn:hover {
    background-color: #940a08;
    transform: translateY(-4px);
    box-shadow: 4px 2px 4px black;
    /* Subtle nudge upward on hover */
}

/* Active press state */
.scroll-top-btn:active {
    transform: translateY(-1px);
}


.introduction {
    margin: 1% 10%;
    text-align: center;
}


.gajahtunggalLogo {
    max-width: 40vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1% auto;
}



#sectionOne {
    height: 30vh;
    width: 100%;
    background: linear-gradient(rgba(110, 37, 37, 0.7), rgba(8, 8, 8, 0.7)),
        url(/assets/gajahTunggal/1stbackgroundsection.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 2% 20%;
    z-index: -1;
    display: flex;
    justify-content: center;
}



.rows {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 2% 5%;
}


.products {
    margin: 1% 5%;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    max-width: 30%;
    min-width: 30%;
    text-align: center;
    height: 470px;
    margin: .5% 1%;
    padding: 1.5% 2%;
    transition: transform 0.3s ease;
}

.contentButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}



/*Download button*/




.button1 {
    height: auto;
    width: 150px;
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
    background-color: white;
    color: black;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 1px 1px 5px rgb(2, 2, 2);
    padding: 1.3vh 0vh;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin-top: 2%;
    padding: 1% 1%;
    font-weight: 600;


}




#buttonRow {
    margin-top: 5vh;
}


#button {
    position: relative;


}

#span1 {
    background-color: #e6232f;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;

}

.button1:hover {
    border: none;
    color: white;


}

.button1:hover #span1 {
    width: 100%;
}

.animationSectionOne {
    animation-name: moveUp;
    animation-duration: 3.5s;
}


























/*footer*/
footer {
    padding: 2% 15%;
    max-width: 100%;
    height: auto;
    background-image: url(/assets/footerBackground.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    z-index: -1;
    display: flex;
    justify-content: center;


}

.footerLogo {
    max-width: 12%;
    height: auto;
}

.socialmediaLogo {
    max-width: 6%;
    height: auto;
    margin: 4% 1%;
    cursor: pointer;
}

.footerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.footerNav {
    list-style-type: none;
}

.footerNav a {
    color: black;
}

.footerNav a:hover {
    color: #940a08;
}


.footerProducts {
    max-width: 20%;
    height: auto;
    margin: 1% 1%;
}

@media only screen and (max-width: 1441px) {}


@media only screen and (max-width: 1280px) {

    .rows {
        display: flex;
        flex-direction: column;

        max-width: 100%;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 0px black;
        max-width: 100%;
        height: auto;
        margin: 1% 3%;
        padding: 1% 0%;
    }

    footer {
        padding: 2% 7%;
    }

    .socialmediaLogo {
        max-width: 6%;
        height: auto;
        margin: 3% 1%;
        cursor: pointer;
    }

    .footerLogo {
        max-width: 12%;
        height: auto;
        margin: 3% 3%;
    }



}


@media only screen and (max-width: 600px) {

    .gajahtunggalLogo {
        max-width: 30vh;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5% auto;
    }

    .introduction {
        margin: 1% 6%;
        text-align: center;
    }



    .footerMenuProduct {
        display: none;
    }

    .socialmediaLogo {
        max-width: 15%;
        height: auto;
        margin: 4% 2%;
        cursor: pointer;
    }

    .footerLogo {
        max-width: 35%;
        height: auto;
    }
}



















@keyframes animateUser {
    0% {
        top: 0px;
        bottom: 0px
    }

    25% {
        top: 5px;
        bottom: 0px
    }

    50% {
        top: 0px;
        bottom: 5px
    }

    75% {
        top: 5px;
        bottom: 0px
    }

    100% {
        top: 0px;
        bottom: 5px
    }

}



@keyframes transition {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;

    }
}



@keyframes moveRight {
    0% {
        opacity: 0;
        transform: translateX(150px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}