html {
    background-color: lightgrey;
}
body {
    max-width: 1440px;
    margin: auto !important;
    overflow-x: hidden;
    background-color: white;
}

.white-box {
    height: 50px;
    width: 100%;
}
.navbar .about-us:hover {
    background-color:  rgb(241, 90, 41);
}

.navbar {
    /* display: flex; */
    /* justify-content: flex-start; */
    max-width: 1440px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(to bottom right, rgb(40, 104, 188), rgb(0, 64, 128));
    /* background-color: rgb(0, 64, 128); */
    color: white;
    height: 55px;
    padding: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 5;
}

.navbar div {
    height: 55px;
    width: 235px;
    cursor: pointer;
}

.navbar .about-us {
    padding: 15px 10px 0px 10px;
    text-align: center;
}

.navbar img {
    width: 100%;
    height: 75% !important;
    object-fit: contain;
    margin-top:5px;
    /* padding: 5px; */
    /* position: absolute; */
    /* top: 5px; */
    /* left:0px; */
    height: auto;
}

.search {
    padding-top: 8px;
    flex-basis: 300px;
    display: flex;
    position: relative;
    margin-right: 50px;
}

.search input[type="text"] {
    height: 35px;
    width: 300px;
    font-size: 14px;
    padding-left: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search input[type="text"]:focus {
    outline: none;
}

.search ::placeholder {
    font-size: 14px;
}

.search .container-icon {
    position: absolute;
    left: 280px;
    top: 9px;
    padding-top: 2px;
    background-color: grey;
    width: 30px;
    height: 34px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

.dropdown {
    position: relative;
    padding: 15px;
    height: auto;
    margin-right: 25px;
}
.dropdown i {
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
}

.dropdown:hover {
    background-color:  rgb(241, 90, 41);
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
}

.dropdown-content {
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 100%;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: normal;
}

.rightdown {
    height: auto !important;
    position: relative;
    background-color: rgb(235, 235, 235);
    color: black;
    text-align: center;
    width: 200px;
    padding: 5px 25px 5px 15px;
    border-bottom: 1px solid lightgrey;
}

.rightdown:hover {
    background-color:  rgb(241, 90, 41);
    color: white;
}

.rightdown:hover .rightdown-content {
    opacity: 1;
    visibility: visible;
}

a:hover {
    text-decoration: unset;
}
.rightdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 100%;
    transition: all 0.5s;
}

.rightdown-content div {
    padding: 5px 15px;
    width: 200px;
    /* line-height: 50px; */
    height: auto !important;
    font-size: 16px;
    background-color: rgb(235, 235, 235);
    color: black;
    border-bottom: 1px solid lightgrey;
}

.rightdown-content div:hover {
    background-color:  rgb(241, 90, 41);
    color: white;
}

.navigation {
    display: flex;
    background-color: rgb(235, 235, 235);
    padding: 10px 15px;
}

.navigation ul {
    padding: 0;
    list-style: none;
}
.navigation li {
    list-style-type: none;
    margin-left: 5px;
}

.lastnav {
    font-weight: bold;
}

.navigation a:first-child li:before {
    content: none;
}

.navigation li:before {
    margin-right: 5px;
    content: "\f0da"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    padding: 5px;
}

.navigation a {
    color: unset;
    text-decoration: unset;
    cursor: pointer;
}

.mobile-navbar {
    display: none;
}

/* FOR LAPTOP SMALL SIZE */
@media screen and (max-width: 1320px) and (min-width: 1035px) {
    .navbar div {
        width: 210px;
        font-size: 16px;
        padding: 0px 5px;
        padding-top: 7px;
    }

    .dropdown i {
        top: calc(50% - 14px);
    }

    .search {
        flex-basis: 300px;
    }

    .dropdown-content {
        top: 43px;
        left: -5px;
    }

    .dropdown-content .rightdown {
        padding: 5px 15px;
        line-height: unset;
        height: auto;
    }

    .search input[type="text"] {
        width: 250px;
    }

    .search .container-icon {
        left: 250px;
    }
}

/* FOR TABLET DEVICE */
@media screen and (max-width: 1034px) and (min-width: 600px) {
    .search input[type="text"] {
        width: 200px;
    }

    .search .container-icon {
        left: 200px;
        top: 1px;
    }

    .dropdown {
        text-align: center;
    }

    .dropdown-content .rightdown {
        line-height: normal;
    }

    .search {
        flex-basis: 225px;
        margin-right: 0px;
        padding: 0px;
    }

    .navbar {
        height: 65px;
    }

    .navbar div {
        height: unset;
        width: 130px;
        font-size: 14px;
    }
    .navbar .about-us {
        padding: 0px 10px;
    }
}

/* FOR MOBILE DEVICE */
@media screen and (max-width: 600px) {
    .navbar {
        display: none;
    }

    #mobile-kategori:hover {
        color:  rgb(241, 90, 41);
    }

    #mobile-kategori:hover .drop-down {
        display: block;
    }

    #mobile-kategori {
        font-size: 25px;
    }

    .mobile-navbar .subdropdown {
        transition: all 1s;
        padding: 5px 0px;
        border-bottom: 1px solid lightgrey;
    }

    .mobile-navbar .subdropdown:hover {
        color: rgb(241, 90, 41);
    }

    .subdrop a {
        font-size: 16px !important;
    }

    .mobile-navbar .subdropdown .subdrop {
        transition: all 1s;
        opacity: 0;
        visibility: hidden;
        height: auto;
        max-height: 0;
    }

    .mobile-navbar .subdropdown:hover .subdrop {
        opacity: 1;
        visibility: visible;
        height: auto;
        max-height: 2000px;
    }

    .mobile-navbar .drop-down {
        transition: all 1s;
        color: white;
        font-size: 20px;
        display: none;
    }

    .mobile-navbar {
        position: fixed;
        display: flex;
        width: 100%;
        height: 65px;
        z-index: 99;
        background-image: linear-gradient(to bottom right, rgb(40, 104, 188), rgb(0, 64, 128));
        color: white;
        font-weight: bold;
        font-size: 18px;
    }

    .mobile-navbar img {
        width: auto;
        object-fit: contain;
        height: 85%;
        margin-top: 5px;
    }

    .mobile-navbar .btn-icon {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 24px;
    }

    .mobile-navbar .container-btn {
        font-size: 18px !important;
    }

    /* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0; /* Stay at the top */
        right: 0;
        text-align: center;
        background-image: linear-gradient(to bottom right, rgb(40, 104, 188), rgb(0, 64, 128));
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }
    .sidenav img {
        margin-top: 25px;
        width: 90%;
        height: auto;
        margin-bottom: 25px;
    }


    /* The navigation menu links */
    .sidenav a {
        padding: 8px 0px 8px 0px;
        text-decoration: none;
        font-size: 26px;
        color: white;
        display: block;
        transition: 0.3s;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .container-btn {
        border: 1px solid white;
        border-radius: 25px;
        padding: 5px 0px;
        width: 250px;
        margin: auto;
        margin-top: 15px;
    }

    .container-btn i {
        margin-right: 10px;
    }
}
