body {
    font-size: 18px;
    line-height: 28px;
    color: #D1D5DB;
    background-color: #020306;
    font-weight: 400;
}
.bg-header {
    padding-top: 90px !important;
    padding-bottom: 100px !important;
    background-image: url(../img/header.webp);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.bg-sub {
    background-image: url(../img/bg-sub.svg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.bg-primary { background-color: #020306 !important; }
.hr-light {
    border-width: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1C1D1E;
}
.feature {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     height: 4rem;
     width: 4rem;
     font-size: 2rem;
}
.accordion {
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #0b0f19;
}
 .logo-list {
     padding: 20px 0;
     text-align: center;
}
}
}
 .logo-list img {
     display: inline-block;
     max-width: 85%;
     padding: 15px 0;
     transition: all 0.3s ease-in-out;
     -webkit-filter: grayscale(100);
     -moz-filter: grayscale(100);
     filter: grayscale(100);
}
 .logo-list img:hover {
     filter: none;
     transform: scale(1.2);
     -webkit-filter: none;
     -moz-filter: none;
}
