* {
    margin: 0;
    padding: 0;
}

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar-brand img {
    height: 30px;
    padding: left 20px;
}

.navbar-nav li a {
    float: right;
    color: rgb(9, 9, 240) !important;
    font-weight: 600;
}


.nav-item {
    color: rgb(9, 9, 240) !important;
    font-weight: 600;
}

.navbar-nav li a:hover {
    color: rgb(243, 9, 9) !important;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav {
    margin-left: auto;
}

.container {
    padding: 17.5px;
}

.carousel-inner {
    height: 50vh;
}

.carousel-inner .carousel-item img {
    background-size: cover;
    background-position: center;
    height: 500px;
}

.harga {
    background-color: lightskyblue;
    width: 350px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 3px;
}

.Button {
    padding-left: 125px;
    padding-bottom: 5px;

}

.btn {
    line-height: .3px !important;
}

#topfooter {
    padding: 9px;
    background-color: lightskyblue;
    font-size: 11px;
    font-weight: bold;

}

.texttopfooter {
    background-color: #fff;
    margin: 2px;
    border-radius: 2px;
    width: 510px;
}

#footer {
    padding: 1px;
    background-color: blue;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.fab {
    padding: 5px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: rgb(9, 9, 240);
}

.fas {
    padding: 4px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: rgb(9, 9, 240);
}
@media(max-width:991px){
    .dropdown-menu {
        border:none !important;
        }
    .dropdown-item {
        text-align: right !important;
        } 
    .w-100 {
        height: 250px;
    }
    .carousel-inner .carousel-item img {
        background-size: cover;
        background-position: center;
        height: 250px;
    }
}
@media(max-width:480px){
    .w-100 {
        height: 250px !important;
      }
    .carousel-inner {
        height: 25.5vh;
    }
    .row {
        --bs-gutter-x: 0 rem !important;
        --bs-gutter-y: 0;
      }
      .texttopfooter {
        width: auto !important;
      } 
    .Button {
        padding-left: 10px;
        padding-bottom: 5px;
      } 
}
@media(max-width:360px){
    
    .harga {
        width: 330px;
    }
}
