:root{
    --color-theme-primary-medium: #f67995;
    --color-theme-primary-light: #ffdde6;
    --color-theme-primary-dark:#e13258;

    --color-theme-secondary-medium:#ffff;
    --color-theme-secondary-light:#ffff;
    --color-theme-secondary-dark:#ffff;
}
.wow{
    visibility:hidden;
}

.top-nav-collapse {
    background-color: var(--color-theme-primary-light) !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: var(--color-theme-primary-light) !important;
    }
}

body{
    /*color: var(--color-theme-primary-dark);*/
}


.text-theme-primary-light {
    color: var(--color-theme-primary-light) !important;
}
.text-theme-primary-medium {
    color: var(--color-theme-primary-medium) !important;
}
.text-theme-primary-dark{
    color:var(--color-theme-primary-dark) !important;
}

.gradient-theme-primary{
    background-image: linear-gradient(120deg, var(--color-theme-primary-medium) 0%, var(--color-theme-primary-dark) 100%);
}