img.f1-logo {
    width: 85px;
} .text-f1 {
    color: #a31e21 !important;
} .btn-f1 {
    background-color: #a31e21 !important;
} .btn-f1:hover {
    background-color: #831e21 !important;
} .section-padding {
    padding: 75px 0;
} .text-gradient {
    background: linear-gradient(90deg, #FF4D53 5%, #EBB76A 73%, #5FCC3D 88.05%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} .bg-f1 {
    background-color: #831e21 !important;
}


section.hero-section {
    display: flex;
    align-items: center;
    background: url('../images/bg/hero-bg.jpg') top center no-repeat;
    background-size: cover;
    min-height: 90vh;
}

.page-item.active .page-link {
    background-color: #a31e21;
    border-color: #a31e21;
} .page-link {
    color: #020202;
} .modal {
    z-index: 9999 !important;
}