#menu-top{
    font-family: 'Poppins';
    font-size: medium;
}

#menu-bottom{
    font-family: 'Poppins';
    font-size: 14px;
    background-color: #ffff;
}
#menu-bottom input::placeholder {
    font-size: 12px !important;
    
}
.bgr-navbar{
    background-color: #ffff;
}
/* .custom-input{
    border: 5px solid #3C4396;
} */

#inspiratorDropdown {
    position: relative;
}

.inspirator-menu {
    position: absolute;
    right: 10px;
    bottom: 50px;
    padding: .4rem;
    z-index: 10;
    float: left;
    min-width: 8rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.inspirator-item {
    padding: .4rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
    width: 100%;
    font-size: small;
    display: block;
    border-radius: 5px;

    &:hover {
        background-color: #ececee;
        color: #3C4396;
    }

    &:active {
        background-color: #ececee;
        color: #3C4396;
    }
}

@media screen and (min-width: 993px){
    .container-fluid{
        width: 100%;
    }
    #menu-bottom{
        display: none !important;
    }
    .videoshortmobile{
        display: none !important;
    }
    .nominallain-dekstop{
        display: none !important;
    }
    #menu-top-mob{
        display: none !important;
    }
    .logo{
        background-color: #ffff;
    }
    .p-contact{
        color: #ffff;
        margin-right: 1rem;
    } 
    .text-contact{
        font-size: small;
    }
    #sosmed{
        margin-left: 38.2rem;
    }
    .navbar-menu{
        gap: 12.5rem;
    }
    .menu--navbar{
        list-style: none;
        gap: 5.1rem;
        align-items: center;
    }
    .menu-navbar{
        text-decoration: none;
        font-size: 16px;
        color: black;
    }
    .nav{
        display: flex;
        flex-direction: column;
        width: 100%;
        border-left: 1px solid #B8B8B8;
    }
    img.contact{
        width: 16px;
        height: 16px;
    }
    img.sosmed{
        width: 16px;
        height: 16px;
    }
    img#email{
        width: 16px;
        height: 14px;
    }
    .search{
        margin-left: 0.8rem;
    }
    #search{
        height: 35px;
    }
    .btn-search{
        background-color: #3C4396;
    }
}
@media screen and  (max-width: 992px){
    /* .search-mob{
        display: none !important;
    } */
    .welcome-one {
        position: relative;
        display: block;
        padding-top: 395px;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 2;
        margin-top: -425px;
    }
    .search-mobile{
        display: none !important;
    }
    #menu-top {
        display: none !important;
    }
    .videoshortdekstop{
        display: none !important;
    }
    .menu-top-mob{
        height: 54px;
        background-color: #ffff;
        width: 100%;
    }
    .nominal-button{
        font-size: small;
        /* font-size: smaller; */
    }
    .logo-infakin-search{
        width: auto;
        height: 20px;
    }
    .search-popup__form {
        position: relative;
        z-index: 9991;
        width: 300px;
        padding: 10px;
        max-width: 600px;
        position: relative;
    }
    .search-popup__form button[type="submit"] {
        width: 39px;
        height: 39px;
    }
    .search-popup__form input{
        width: 98%;
        height: 40px;
    }
    /* .search-mob{
        border-radius: 8px;
    } */
    .logo-infakin{
        width: 80px;
        height: 20px;
    }
    .menu {
        justify-content: space-between;
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .nav-link{
        text-decoration: none;
    }
    .icon{
        width: 20px;
        height: 20px;
    }
    a.nav-link.text-secondary{
        font-size: 12px;
    }
}