main {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
}

.container {
    max-width: 990px !important;
}

.home-category-element {
    font-family: Oswald, sans-serif !important;
    font-weight: 600;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.celebrity-head {
    font-family: Oswald, sans-serif !important;
    font-weight: 400;
    font-size: 26px;
    margin: 0 !important;
}

/* header */
.header__navbar {
    font-family: 'Oswald', serif !important;
    font-size: 17px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: #374151 !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 16px;
}

.navbar-toggler {
    outline: none !important;
}

.megamenu-li {
    position: static !important;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 95% !important;
    transform: none;
    z-index: 10;
}
/* .megamenu h6 {
  margin-left: 10px;
} */
.megamenu svg {
    width: 20px;
}

.row-megamenu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* card */
.celeb_list a {
    height: 250px;
    width: 180px;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.celeb_list a img {
    height: 250px;
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
}

.celeb_list a span {
    width: 180px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    color: #fff;
    left: 0;
    bottom: 0;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-align: center;
}

/* search */
#search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: black;
    /* border: 1px solid black; */
    max-height: 200px;
    overflow-y: auto;
    list-style-type: none;
    padding: 0;
    margin-top: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#search-results li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#search-results li:hover {
    background-color: black;
}

/* table */

/* social */