header {
    padding: 0px !important;
}
.navbar-nav .nav-item .nav-link {
    margin-right: 8px; 
    font-weight: bold; 
    font-family: 'Times-New-Roman';
    color: black;
    font-size: 20px;
}
.dropdown-menu .dropdown-item {
    color: black;
    font-family: 'Times-New-Roman';
    font-size: 16px;
    font-weight: bold;
    line-height: 2.3;
}
.dropdown-item:hover {
    color: #90331c !important;
}
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: transparent !important;
    outline: none; 
    box-shadow: none;
}

.dropdown-item {
    color: inherit;
    transition: none; 
}

.signup {
    margin-right: 10px;
    background-color: #80808000 !important;
    border-radius: 5px;
    border-color: #80808000;
    color: #90331c !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 29px 0px;
    padding: 10px 20px;
}
.navbar-expand-lg .navbar-collapse{
  justify-content: space-between;
  margin-left: 170px !important;
}
.navbar {
    border-radius: 50px;
    box-shadow: 
      0 -8px 15px rgba(0, 0, 0, 0.1), /* Top */
      0 8px 15px rgba(0, 0, 0, 0.1),  /* Bottom */
      -9px 0 15px rgba(0, 0, 0, 0.1), /* Left */
      9px 0 15px rgba(0, 0, 0, 0.1); /* right */
}

.top {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.login{
  padding: 10px 20px;
}                     

.sign-log-buttton{
    display: flex;
}

.header-signup{
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

@media screen and (min-width: 1200px) {
    .features-list{
        width: 1080px !important;
        margin-left: -375px !important;
        margin-top: 20px !important;
        padding: 30px !important;
    }
.below-1199{
    display: none !important;
}
.nav-item .dropdown-menu.features-list.show:before {
        right: 560px !important;
        top: -7px;
        border-width: 0 10px 10px;
        border-color: transparent transparent #fff;
        z-index: 9999;
    }
}

@media screen and (max-width: 1199.98px) {
    .above-1200{
        display: none !important;
    }
    .features-list{
        width: 871px !important;
        margin-left: -240px !important;
        margin-top: 20px !important;
        padding: 30px !important;
}  
.nav-item .dropdown-menu.features-list.show:before {
        right: 460px !important;
        top: -7px;
        border-width: 0 10px 10px;
        border-color: transparent transparent #fff;
        z-index: 9999;
    }
}

@media screen and (max-width: 991.98px){
    .navbar {
        border-radius: 0px;
        box-shadow: 
        0 -8px 15px rgba(0, 0, 0, 0.1), /* Top */
        0 8px 15px rgba(0, 0, 0, 0.1),  /* Bottom */
        -9px 0 15px rgba(0, 0, 0, 0.1), /* Left */
        9px 0 15px rgba(0, 0, 0, 0.1); /* right */
    }
    .features-list{
        width: 0px; 
        margin-left: 0px;
    }
    .sign-log-buttton{
        flex-direction: column;
    }
    .login, .signup{
        width: 100%;
    }            
    .signup, .header-signup {
        margin-right: 0px;
    }
    .header-below991{
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        margin-left: 0px !important;
    }
    .sticky-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background-color: white;
    }
    .features-list {
        max-height: 300px;
        overflow-y: auto; 
        overflow-x: hidden; 
        position: relative; 
    }
    .dropdown-item {
        white-space: nowrap;
    }

    .navbar-collapse {
        max-height: 450px;
        overflow-y: auto;
    }
}
@media screen and (max-width:453px){
    .sticky-header{
        position:fixed;
        width: 100%;
        top:0;
        z-index: 1000;
    }
}
@media screen and (min-width: 992px){
    .header-above992{
        display: none;
    }
    .nav-item .dropdown-menu.solution.show:before {
        right: 155px !important;
        top: -7px;
        border-width: 0 10px 10px;
        border-color: transparent transparent #fff;
        z-index: 9999;
    }
    .solution{
        margin-top: 20px !important;
        padding: 20px 15px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px){
    .navbar-expand-lg .navbar-collapse{
        margin-left: 50px !important;
    }
}
@media screen and (max-width: 400px){
    .dropdown-menu .dropdown-item {
    color: black;
    font-family: 'Times-New-Roman';
    font-size: 13px;
    line-height: 2.3;
}
}

.fa-star{
    font-size: 12px;
    margin-right: 6px;
}
.shadobooks-logo{
    margin-left: -2px;
}
/* Hide the icon for screens below 992px */
@media (max-width: 991px) {
.dropdown-item i.far.fa-star {
display: none;
}
}
