@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,800&display=swap");
.logo {
    width: 50px;
    height: 50px;
}

body {
    background-color: #eeeeee;
    font-family: "Poppins", sans-serif !important;
}

#navbarscroll {
    z-index: 1;
    position: fixed !important;
    transition: top 0.5;
    width: 100%;
}

.navigation {
    font-weight: 500 !important;
    color: #06113c !important;
    font-size: 19px !important;
}

.navigation:hover {
    color: #ff6600 !important;
}

.navigation-selected {
    font-weight: 600 !important;
    color: #ff8c32 !important;
    font-size: 19px !important;
}

.navigation-dropdown-text {
    font-weight: 500 !important;
    color: #06113c !important;
    font-size: 18px !important;
    text-decoration: none;
}

.navigation-dropdown-text:hover {
    color: #ff6600 !important;
    text-decoration: none;
}

.nav-dropdown-li:hover {
    background-color: #eeeeee;
    border-radius: 10px;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #ff8c32;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #ff6600;
    /* Add a dark-grey background on hover */
}

.footer {
    background-color: #06113c;
}

.footer-logo {
    width: 50px;
    height: 50px;
}

.footer-text {
    font-weight: 500;
    font-size: 18px !important;
    color: white;
}

.semua-produk-nav {
    width: max-content !important;
}

.section-1 {
    margin: 0px 0px 50px 0px;
}

.section-1 img {
    width: 1200px;
    height: 450px;
    border-radius: 5em;
}

.section-1 .panel {
    top: 150vmin;
    left: 100vmin;
    position: absolute;
    background: white;
    border-radius: 3px;
    text-align: left;
    border-radius: 2.5em;
    /* padding: 10vmin 5vmin 20vmin 5vmin; */
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    /* font-family: var(--Rubik); */
}


/*Section 2*/

.keunggulan {
    font-weight: 500;
    color: #06113c;
}

.homelogo {
    font-weight: 500;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.traktor {
    width: 300px;
    height: initial;
    transform: scale(-1, 1);
}

.card {
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
}

.visiimg {
    width: 100% !important;
    height: initial;
}

.keunggulan-text {
    width: 100% !important;
}

.card-visi {
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    width: 70%;
    height: auto;
    padding-right: 4vmin;
    /* background-color: #efefef; */
}

.card-img-top {
    width: 286px;
    height: 180px;
}

.numbers .rect {
    position: relative;
    padding-top: 3.5vmin;
    margin: 1rem;
}

.homelogo-font {
    font-size: 18px;
}

.header-bg {
    width: 100%;
}

.headerimg {
    height: 500px;
    background-image: url(../images/banneralpha-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-font {
    font-weight: 800;
    font-style: italic;
    color: white;
    font-size: 65px;
    text-shadow: 4px 4px #1e1e1e;
}

.header-font2 {
    font-weight: 400;
    font-size: 55px;
    text-shadow: 4px 4px #1e1e1e;
}

.header-font3 {
    font-weight: 800;
    color: #efefef;
    font-size: 25px;
}

#announcementSelect {
    width: 175px;
}

.product-img {
    border-radius: 16px !important;
    width: 200px;
    height: 200px;
    object-fit: fill !important;
}

.product-name {
    color: #06113c !important;
    font-size: 26px !important;
    font-weight: 600;
}

.product-brand {
    color: #738fff !important;
    font-size: 26px !important;
    font-weight: 600;
}

.product-type {
    color: #ff8c32 !important;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 14px;
}

.card {
    border-radius: 12px !important;
}

.navbar .megamenu {
    padding: 1rem;
}

.megamenu {
    width: 50% !important;
}

@media only screen and (max-width: 992px) {
    .visiimg {
        width: 100% !important;
        height: initial;
    }
    .section-1 .panel {
        position: initial;
    }
    .section-1 img {
        position: initial;
        width: 80%;
        height: 100%;
    }
    .section-1 h5 {
        font-size: 19px !important;
    }
    .traktor {
        width: 200px;
        height: initial;
        transform: scale(-1, 1);
    }
    .header-font {
        font-size: 40px;
    }
    .header-font2 {
        font-size: 30px;
    }
    .header-font3 {
        font-size: 20px;
    }
    .shadowpanel {
        background-color: #0a1931;
        /* opacity: 0.33; */
    }
    .nav-dropdown-li {
        text-align: right;
    }
    .megamenu {
        width: 100% !important;
    }
    .navbar-shop-text {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .megamenu {
        width: 300px !important;
    }
    .nav-dropdown-li {
        text-align: center;
    }
    .homelogo-font {
        font-size: 20px;
    }
    .footer-text {
        font-size: 20px !important;
    }
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
    .megamenu {
        width: 50% !important
    }
    .keunggulan-text {
        width: 50% !important;
    }
}