:root {
    --theme-primary-color: rgb(237, 50, 55);
    --theme-primary-color-t05: rgba(237, 50, 55, 0.5);
    --theme-primary-color-dark: rgb(50, 87, 100);
    --theme-primary-color-dark-t05: rgb(0 0 0 / 24%);
    --theme-primary-color-dark-t09: rgb(29 29 29 / 90%);
    --theme-secondary-color: rgb(255, 255, 255);
    --theme-secondary-color-t05: rgba(255, 255, 255, 0.5);
    --theme-secondary-color-dark: rgb(63, 63, 63);
    --theme-secondary-color-dark-t09: rgba(63, 63, 63, 0.9);
    --theme-text-secondary-color: rgb(0,0,0);
}
.dropdown-ul li {
    backdrop-filter: blur(5px);
    background-color: var(--theme-primary-color-dark-t09);
    border-top: solid 1px var(--theme-primary-color);
}
.main-header .dropdown-menu a {
    color: var(--theme-secondary-color)
}
.main-header .logos {
    padding: 2px 0;
}
.main-header .logos img {
    height: 96px;
}
.main-footer-1 .f-logo {
    height: 130px;
}