@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #FFC100;
}

.navbar {
    background-color: #ffffff;
    z-index: 999999999;
    box-shadow: 0px 0px 5px #00000033;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle::after {
    color: #6b6b6b;
}

.navbar-light .navbar-nav .nav-link.partner_with {
    background-color: #FFC100;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 35px;
}

.navbar-light .navbar-nav .nav-link.partner_with:hover {
    color: #000;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand img {
    height: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        box-shadow: 0px 0px 5px #00000052;
        background-color: #160d26;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        color: #fff;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background-image: linear-gradient(250deg, #0000001f, #fff3);
        border-color: #e2d4ff;
        background-color: transparent;
    }
}

.section_pt {
    padding-top: 5rem;
}

.section_pb {
    padding-bottom: 5rem;
}

.section_mt {
    margin-top: 5rem;
}

.section_mb {
    margin-bottom: 5rem;
}

.banner_wrap {
    background-image: url(../img/all-images/orbi-wheels-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 0px;
    position: relative;
    border-top: 4px solid #ffc100;
}

.banner_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 100%);
}

.banner_content {
    max-width: 550px;
    z-index: 9999999;
    position: relative;
}

.banner_content h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0px;
}

.banner_content p {
    margin: 25px 0px;
    font-size: 18px;
}

.app_links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app_links a img {
    height: 50px;
}

.coverage_wrap {
    background: #F3F3F2;
    padding: 40px 0px;
}

.triCity_roadMAp {
    text-align: center;
}

.triCity_roadMAp img {
    width: 60%;
}

.titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.titles h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0px;
}

.titles p {
    margin-bottom: 0px;
    font-size: 18px;
    max-width: 600px;
}

.smallBox_col {
    background-color: #302B2B;
    border-radius: 30px;
    padding: 25px 25px;
    height: 170px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smallBox_col h3 {
    color: #fff;
    font-size: 22px;
    margin: 0px 0px 20px;
    font-weight: 600;
}

.smallBox_col p {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 300;
}

.smallBox_col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
}


.imageBox_col {
    padding: 0px;
    overflow: hidden;
    border: 3px solid #302B2B;
}

.bigBox_col {
    height: 100%;
}

.box_yellow {
    background-color: #ffc100;
}

.box_yellow h3 {
    color: #302B2B;
}

.box_yellow p {
    color: #302B2B;
    font-weight: 400;
}

.madeSimple_wrap {
    background-image: url(../img/all-images/orbiMade-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
}

.dashed_curve {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dashed_curve .curve {
    width: 33%;
    text-align: center;
}

.dashed_curve .curve_1,
.dashed_curve .curve_3 {
    rotate: 180deg;
    position: relative;
    bottom: -100px;
}

.dashed_curve .curve_2,
.dashed_curve .curve_4 {
    rotate: 0deg;
    position: relative;
    top: -100px;
}

.step_col {
    z-index: 9;
    position: relative;
}

.step_col span {
    color: #121212;
    font-weight: 600;
}

.step_col h3 {
    background: #302B2B;
    border-radius: 10px;
    color: #fff;
    margin: 10px 0px 10px;
    padding: 5px 10px;
    font-size: 22px;
}

.step_col p {
    margin-bottom: 0px;
    font-weight: 500;
}

.orbiStore_links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}

.orbiStore_links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    gap: 30px;
}

.orbiStore_links a {
    color: #121212;
    text-decoration: none;
    font-weight: 600;
}

.orbiStore_links a img {
    height: 35px;
}

.orbiStore_links a span {
    text-decoration: underline;
}

.whyChoose_image {
    height: 550px;
    overflow: hidden;
}

.whyChoose_image img {
    width: 100%;
}

.why_col img {
    height: 60px;
    margin-bottom: 10px;
}

.why_col h3 {
    color: #121212;
    margin: 0px 0px 10px;
    font-size: 22px;
    font-weight: 600;
}

.why_col p {
    margin-bottom: 0px;
    font-weight: 500;
}

.faq_wrap {
    background-color: #f3f3f2;
}

.accordion-flush {
    padding: 20px;
    background-color: #ffffff6b;
}

.accordion-flush .accordion-item {
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    overflow: hidden;
    height: max-content;
}

.accordion-flush .accordion-item .accordion-button {
    box-shadow: none;
    outline: none;
    font-weight: 600;
}

.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    background-color: unset;
    color: unset;
}

.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
    filter: grayscale(100%);
}

.workWith_wrap {
    background: #302B2B;
}

.work_left h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 20px;
    color: #fff;
}

.work_left h2 img {
    height: 35px;
}

.work_left p {
    margin-bottom: 0px;
    font-size: 18px;
    max-width: 600px;
    color: #ffffff;
}

.work_button a {
    width: 100%;
    background-color: #FFC100;
    padding: 15px 25px;
    font-weight: 700;
    border-radius: 35px;
    color: #121212;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.booRide_wrap {
    background: linear-gradient(90deg, rgb(255 193 0) 0%, rgb(255 255 255 / 0%) 100%);
}

.store_detail {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.qr_scaner img {
    height: 140px;
}

.store_detail .app_links {
    flex-direction: column;
    height: 140px;
    justify-content: space-between;
}

.store_detail .app_links a img {
    height: 55px;
}

/* footer css start */
.footer_row {
    border-top: 1px solid #E6E6E6;
    padding: 4rem 0;
}

.footer_col h3 {
    color: #000000;
    font-size: 22px;
}

.footer_col h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.footer_col a {
    font-size: 15px;
    display: block;
    text-decoration: initial;
    color: #454545;
    margin: 10px 0;
    font-weight: 500;
}

.footer_col ul {
    padding: 0px;
    margin: 20px 0px 0px;
    list-style: none;
}

.footer_col ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer_col ul li a {
    color: #828282;
}

.copyright_wrap {
    border-top: 1px solid #dedede;
}

.copyright_col {
    text-align: center;
    padding: 15px 0px;
}

.copyright_col p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #636363;
}

.copyright_col p a img {
    height: 22px;
}


/* footer css end */

@media screen and (max-width: 992px) {
    .navbar-light .navbar-toggler {
        box-shadow: none;
        border: none;
        padding: 0px;
        z-index: 99999999;
        margin: 12px 0px;
    }

    .navbar-light .navbar-nav {
        margin-top: 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-left: 0px;
    }

    .dashed_curve {
        display: none;
    }

}

@media screen and (max-width: 768px) {

    .banner_wrap {
        padding: 2rem 0px;
        background-position: right;
    }

    .banner_content {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 10rem;
        background-position: right;
    }

    .banner_wrap::before {
        background: linear-gradient(0deg, rgb(0 0 0 / 66%) 0%, rgb(255 255 255 / 51%) 100%);
    }

    .banner_content h1 {
        font-size: 30px;
        line-height: 110%;
        max-width: 400px;
        margin: 0px auto 0px;
        font-weight: 600;
    }

    .banner_content h1 br {
        display: none;
    }

    .banner_content p {
        font-size: 16px;
        max-width: 350px;
        margin: 0px auto 0px;
        font-weight: 400;
        color: #fff;
    }

    .mobile_app_links {
        padding: 25px 0px;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_app_links a img {
        width: 100%;
        height: auto;
    }

    .app_links a img {
        width: 100%;
        height: auto;
    }

    .text_roadMAp {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .titles {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .titles h2 {
        font-size: 30px;
        line-height: 110%;
        text-align: center;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .titles p {
        font-size: 16px;
        text-align: center;
    }

    .dashed_curveMobile {
        display: flex;
        flex-direction: column;
        position: absolute;
        margin: 0px;
        padding: 0px;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        justify-content: space-around;
    }

    .dashed_curveMobile .curve svg {
        height: 35px !important;
    }

    .dashed_curveMobile .curve.curve_1 {
        text-align: left;
        rotate: -90deg;
        position: absolute;
        left: -19%;
        top: 26%;
    }

    .dashed_curveMobile .curve.curve_2 {
        text-align: right;
        rotate: 90deg;
        position: absolute;
        right: -19%;
        bottom: 44%;
    }

    .step_col {
        text-align: center;
    }

    .step_col h3 {
        font-size: 20px;
        padding: 10px 10px;
    }

    .step_col p {
        padding: 0px 2rem;
    }


    .why_col img {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .why_col h3 {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
    }

    .faq_wrap {
        background-color: #D9D9D9;
    }

    .accordion-flush {
        padding: 0px;
        background-color: transparent;
    }

    .accordion-flush .accordion-item {
        background-color: transparent;
    }

    .accordion-flush .accordion-item {
        background-color: transparent;
        border-bottom: 1.62px solid #CFCFCF;
        border-radius: 0px;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 1.62px solid #CFCFCF;
    }

    .accordion-flush .accordion-item .accordion-button {
        background-color: transparent;
    }

    .accordion-flushPlan .accordion-item {
        border-bottom: none;
        border-left: 6px solid;
        border-color: #302B2B;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .accordion-flushPlan .accordion-item:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .accordion-flushPlan .accordion-item_yellow {
        border-color: #FFC100;
    }

    .work_left {
        text-align: center;
        margin-bottom: 30px;
    }

    .work_left h2 {
        font-size: 30px;
        line-height: 110%;
    }

    .work_left p {
        font-size: 16px;
    }

    .work_button a {
        color: #fff;
        font-weight: bold;
        padding: 20px 25px;
        border-radius: 70px;
        font-size: 25px;
    }

    .store_detail {
        flex-direction: column;
    }

    .qr_scaner img {
        height: 200px;
    }

    .store_detail .app_links {
        padding: 25px 0px 0px;
        align-items: center;
        gap: 20px;
        flex-direction: row;
        width: 100%;
        height: auto;
    }

    .store_detail .app_links a img {
        width: 100%;
        height: auto;
    }

    .footer_row {
        padding: 2rem 0;
    }

    .footer_col h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:576px) {
    .navbar {
        /* min-height: 70px; */
    }

    .navbar .container {
        /* flex-direction: row-reverse; */
        /* position: relative; */
    }

    .navbar-brand {
        margin-right: 0px;
        position: absolute;
        left: 0;
        right: 0;
        top: 5px;
        width: 100%;
        justify-content: center;
    }

    .step_col {
        padding: 0px 3rem;
    }

    .dashed_curveMobile .curve svg {
        height: 50px !important;
    }

    .dashed_curveMobile .curve.curve_1 {
        left: -13%;
        top: 25%;
    }

    .dashed_curveMobile .curve.curve_2 {
        right: -13%;
        bottom: 43%;

    }
}

/* partner page css start */
.business_wrap {
    border-top: 4px solid #ffc100;
}

.business_left {
    height: 100%;
    overflow: hidden;
}

.business_left img {
    margin-top: 20px;
    width: 100%;
    height: 362px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
}

.business_right {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}

.business_right h2 {
    color: #302B2B;
    font-size: 22px;
    margin: 0px 0px 20px;
    font-weight: 600;
}

.business_right form .form-control {
    background: #E8E8E8;
    border: none;
    box-shadow: none;
    outline: none;
    height: 45px;
}

.business_right form .form-label {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}

.business_right form .form-control {
    background: #E8E8E8;
    border: none;
    box-shadow: none;
    outline: none;
    height: 45px;
}

.business_right form textarea.form-control {
    height: auto;
}

.business_right form .btn {
    background: linear-gradient(90deg, rgb(255 193 0) 0%, rgb(255 195 6 / 28%) 100%);
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 0px;
    margin-top: 20px;
}

.solution_left img {
    width: 100%;
    height: 435px;
    object-fit: cover;
    border-radius: 10px;
}

.solution_right {
    height: 435px;
    overflow: auto;
}

.solution_col {
    margin: 20px 0px;
    padding: 10px 20px;
    border-left: 6px solid;
    border-color: #302B2B;
}

.solution_colYellow {
    border-color: #FFC100;
}

.solution_col h3 {
    color: #302B2B;
    font-size: 22px;
    margin: 0px 0px 10px;
    font-weight: 600;
}

.solution_col p {
    font-weight: 400;
}

.whyPartner_wrap {
    background: #F3F3F2;
}

.partner_col {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 50px 20px 30px;
    text-align: center;
    margin-top: 4rem;
}

.partner_col img {
    height: 125px;
    width: 125px;
    border-radius: 100%;
    object-fit: cover;
    margin-top: -115px;
}

.partner_col h3 {
    color: #302B2B;
    font-size: 18px;
    margin: 15px 0px 10px;
    font-weight: 700;
}

.partner_col p {
    margin-bottom: 0px;
    font-weight: 400;
}

@media screen and (max-width:768px) {
    .business_left img {
        height: auto;
    }

    .business_right h2 {
        font-size: 20px;
    }

    .solution_left img {
        height: auto;
    }

    .solution_col h3 {
        font-size: 20px;
    }

    .whyPartner_wrapMobile {
        background-color: transparent;
    }

    .titles_whyPartner {
        background-image: url(../img/all-images/why-partner-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 2rem 1rem;
        position: relative;
    }

    .titles_whyPartner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgb(255 255 255 / 48%) 0%, rgb(255 255 255 / 19%) 100%);
    }

    .titles_whyPartner h2 {
        z-index: 99;
    }

    .titles_whyPartner p {
        z-index: 99;
        font-weight: 400;
    }

    .faq_rowWhy_partner {
        background: #2F2C2C;
        border-radius: 16px;
        padding: 25px 35px;
    }

    .accordion-flushWhy_partner .accordion-item {
        border: none;
        margin: 15px 0px;
        border-radius: 15px;
    }

    .accordion-flushWhy_partner .accordion-item:last-child {
        border-bottom: none;
    }

    .accordion-flushWhy_partner .accordion-item .accordion-button {
        background-color: #f4e2aa;
        font-size: 20px;
        font-weight: bold;
        justify-content: center;
    }

    .accordion-flushWhy_partner .accordion-item .accordion-button::after {
        display: none;
        justify-content: center;
    }

    .accordion-flushWhy_partner .accordion-item .accordion-button:not(.collapsed) {
        background-color: #fefaef;
    }

    .accordion-flushWhy_partner .accordion-item .accordion-body {
        background-color: #fefaef;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin-top: -1px;
    }
}

/* partner page css end */

/* contact us css start */
.contactCoverage_wrap {
    border-top: 4px solid #ffc100;
}

.contact_address {
    margin-top: 35px;
}

.contact_address h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 5px;
    color: #fff;
}

.contact_address p {
    margin-bottom: 0px;
    font-size: 18px;
    max-width: 600px;
    color: #ffffff;
    line-height: 35px;
}

/* contact us css end */

/* coming soon popup css */
.modalComing_soon {
    z-index: 9999999999;
}

.modal-dialogSoon {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 600px;
}

.modal-dialogSoon .modal-content {
    border: none;
    border-radius: 20px;
}

.modal-dialogSoon .modal-content .modal-header {
    padding: 0px;
    border: none;
}

.modal-dialogSoon .modal-content .modal-header .btn-close {
    margin: 0px;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #FFC100;
    color: #fff;
    opacity: 1;
    border-radius: 100%;
    z-index: 999999;
    outline: none;
    box-shadow: none;
}


.modal-dialogSoon .modal-content .modal-footer {
    text-align: center;
    justify-content: center;
}

.modal-dialogSoon .modal-content .modal-footer .btn {
    width: 200px;
    background-color: #FFC100;
    padding: 10px 10px;
    font-weight: 700;
    border-radius: 35px;
    color: #121212;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.modal-bodySoon {
    height: 350px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 45px;
    background-image: url(../img/all-images/orbiMade-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    border-radius: 20px;
    gap: 25px;
}

.modal-bodySoon .modal-bodySoon_text h3 {
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;

}

.modal-bodySoon .modal-bodySoon_text h2 {
    margin-bottom: 0px;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    margin-left: 10px;
}

.modal-bodySoon_image img {
    height: 300px;
}

@media screen and (max-width:576px) {
    .modal-dialogSoon {
        width: 94%;
    }

    .modal-bodySoon {
        padding: 20px 30px;
        gap: 20px;
        height: 250px;
    }

    .modal-bodySoon .modal-bodySoon_text h3 {
        font-size: 25px;
        font-weight: bold;
    }

    .modal-bodySoon_image img {
        height: 200px;
    }
}

/* coming soon popup css end */