body {
    font-family: "Inter", sans-serif;
    background-color: #ffff;
}
/* Navbar */
.bg-dark {
    background-color: #231166 !important;
}

.bg-light {
    background-color: #f6f6f6 !important;
}

.bg-lights {
    background-color: #f8fbff;
}

.navbar-light {
    background-color: #f7f7f7 !important;
    color: #363839 !important;
}

.navbar .nav-item {
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-light .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #363839;
    margin: 0 15px;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

.navbar-dark .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 0 15px;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

.navbar .nav-item .nav-link:hover {
    color: #e4662b;
}

.navbar .nav-item .nav-link.active {
    color: #e4662b;
}

/* Hero */
.hero {
    height: 100%;
    background: linear-gradient(90deg, #231166 60%, #fff9f7 40%);
    color: #ffff;

    border-radius: 0px 0px 80px 80px;
}

.text-orange-underline {
    color: #e4662b;
    border-bottom: #ffff solid;
}

.radius-30 {
    border-radius: 30px 0px;
}

.text-blue {
    color: #231166 !important;
}

.hero-left {
    border-radius: 0px 0px 80px 80px;
}
.hero-underline {
    color: #e4662b;
    border-bottom: 1px #ffff solid;
    border-bottom-left-radius: -10px;
}
.hero-social {
    background-color: #e4662b;
}

.hero-social .social-icon {
    color: #ffff;
}

/* Vehicle insurance section */
.vehicle {
}
.btn-1 {
    color: #29166f;
    border: #231166 solid 2px;
}

.btn-1:hover {
    background-color: #231166;
    color: #ffff;
    border: #231166 solid 2px;
}

.btn-2 {
    color: #e4662b;
    border: #e4662b solid 2px;
}

.btn-2:hover {
    background-color: #e4662b;
    color: #ffff;
    border: #e4662b solid 2px;
}

/* Footer  */
footer {
    background-color: #363839;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n10 {
    margin-top: -2.5rem !important;
}

/* Text color */
.text-orange {
    color: #e4662b;
}

/* Background colors */

.bg-dark-light {
    background: linear-gradient(90deg, #231166 60%, #fff9f7 40%);
}
.bg-onion {
    background-color: #fff9f6 !important;
}

.how-we-work .rounded-circle {
    border-radius: 50%!important;
    height: 77px !important;
    width: 65px !important;
}