:root {
    --bg-gradient: linear-gradient(45deg, #f8da35 0%, #ff0077 50%);
  }

a {
    color: #ff0077;
}
a:hover {
    color: #d80065;
}

.bg-half-170 {
    padding: 200px 0;
}

.bg-primary-main {
    background-color: #9b9b9b !important;
}
.bg-primary-main h5 {
    color: #ffffff !important;
    opacity: 1;
}
.bg-primary-main p {
    color: #ffffff !important;
    opacity: 8;
}

.features-absolute .card {
    color: #000000;
}

.btn-primary, .btn-primary:hover {
    background-color: #ff0077;
    border-color: #ff0077;
}

.btn-primary:hover {
    background-color: #d80065;
    border-color: #d80065;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:active::before {
    background-color: #ffffff !important;
    border-color: #000000 !important;
    color: #000000 !important;
}

.text-primary {
    color: #d80065 !important;
}

.features.feature-primary.feature-clean .icons {
    color: #ffffff !important;
}
.features.feature-primary.feature-clean .icons i {
    background: var(--bg-gradient);
}

.footer {
    background-color: #252529;
}

.footer .footer-bar {
    border-top: solid 1px #606569;
}