@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Abhaya+Libre:wght@800&display=swap');


body {
    margin: 0;
    font-family: 'Inter', sans-serif;
}
.hero-section
{
    min-height: 100vh;
    background: url('../images/car-header.png') center/cover no-repeat;
    z-index: 1;
}

.offer-card-img {
    height: 100%;
    min-height: 400px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.offer-card-img .overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 100%;
    background-color: rgba(163, 25, 91, 0.6);
    transform: translateX(-50%);
}
.what-we-offer-section p
{
    font-size: 16.921px !important;
}

.offer-card-img .offer-text {
    z-index: 2;
}
.btn:hover {
    color: #fff !important;
}
.underline
{
   margin: 0px;
}
.offer-card-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.choose-the-ride
{
    background: #F6F6F6;
}
header .top-header {
    background: #001240 !important;
}
.hero-section
{
    background-image: transparent !important;
}
#header {
    background: rgba(0, 18, 64, 0.13) !important;
    z-index: 2;
}

.fleet-card:hover {
    transform: translateY(-5px);
}
.fleet-card img {
    /*max-height: 160px;*/
    /*width: auto;*/
    /*margin-bottom: 15px;*/
}
.fleet-title {
    color: #FFF;
    text-align: center;
    font-family: "Abhaya Libre ExtraBold";
    font-size: 13.552px !important;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1.848px;
    text-transform: uppercase;
}


.underline {
    width: 50px;
    height: 3px;
    background-color: #880e4f; /* Dark pink color */
    border: none;
    margin-top: 10px;
}

.fleet-desc {
    margin: 20px 0;
    max-width: 300px;
    color: #001A5D;
    text-align: center;
    font-family: Inter !important;
    font-size: 11.088px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.552px; /* 122.222% */
}

.car-image {
    /*max-width: 100%;*/
    /*height: auto;*/
}

.fleet-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.section-title {
    color: #a30057;
    font-weight: 700;
}
.section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}
.section-title::after {
    display: none !important;

}
.fleet-card {
    background: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 0px !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    height: 80%;;
    overflow: hidden;
}
.fleet-text
{
    padding: 1rem;
}
.yay-position
{
    position: absolute;
    top: 25%;
}
.underline-way
{
    width: 100px;
    border-top: 3px solid #a30057;
    opacity: 1
}
footer
{
    background: linear-gradient(to right, #0d0d50, #a3195b);
}
.logo-footer
{
    width: 80px;
}

.fleet-card img {
    /*max-height: 160px;*/
    /*width: auto;*/
    /*margin: 15px auto;*/
}
.fleet-title {
    background-color: #011b5f;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 4px;
}
header #navbar .navbar-nav li a.active {
    color: #fff;
    border-radius: 23.5px;
    background: #000000;
    padding: 9px 40px;
}
.hero-section .hero-title
{
    width: 100%;
    color: #FFF;
    font-family: Monoton !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.25px;
}
.hero-section .hero-subtext
{
    width: 100%;
    color: #FFF;
    font-family: Manrope !important;
    font-size: 20.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.driver-image-container img {
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero-title
{
    color: #FFF;
    font-family: Monoton !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.25px;
}
.hero-subtext
{
    color: #FFF;
    font-family: Manrope;
    font-size: 20.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;"
}
.apps-section
{
    bottom: 100px;
    right: 20px;
}
.section-title
{
    color:#A3195B;
}
.section-desc
{
    max-width: 100% !important;
}
.btn-driver
{
    border-radius: 9px;
    background: #F3F3F3;width: 200px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.card-drive
{
    background: rgba(163, 25, 91, 0.60);
}
.section-title-drivers
{
    color: #A3195B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.underline
{
    width: 100px;
    border-top: 3px solid #a30057;
}
.text-driver
{
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 35px;
}
.journey-section
{
    background: url('../images/cars-journey.png') center/cover no-repeat;
    padding: 100px 0;
}
.card-drive img
{
    height: 40px;
}
.card
{
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 1.376px 17.396px 0px rgba(0, 0, 0, 0.10) !important;
}
.text-join
{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.yay-on-the-way
{
    min-height: 100vh;
    background: #F6F6F6;
}
.img-on-the-way
{
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    max-height: 120%;
    width: auto;
}
.yay-on-the-way h2
{
    color: #A3195B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Playfair Display" !important;
}
.yay-on-the-way p
{
    color: #333;
    text-align: justify;
    font-family: Inter !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px; /* 150% */
}
.navbar-brand
{
    z-index: 11;
}
.underline
{
    opacity: 1 !important;
}
.btn:hover {
    border-radius: 9px;
    background: #A3195B !important;
    color: #fff;
    border-color: #000;;
}
.fleet-card {
    position: relative;
    background: #fff;
    padding: 1.5rem 1rem;
    border-radius: 12px;
    overflow: visible;
    width: 224.836px !important;
}
.fleet-title
{
    width: 224.836px !important;
    display: flex;
    height: 47.431px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.car-image {
    min-width: 120%;
    max-width: none;
    margin-left: -25%;
    margin-right: -10%;
}

.btn-custom
{
    color: #fff !important;
    background-color: #fff !important;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* ========= Mid-Sized Screens (768px - 1400px) ========= */

@media (max-width: 1000px) {
    .img-on-the-way {
       display: none !important;
    }
}

@media (min-width: 1001px) and (max-width: 1199px) {
    .img-on-the-way {
        max-height: 60%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .img-on-the-way {
        max-height: 67%;
    }
}

/* ========= Extra Small Screens ========= */

@media (max-width: 320px) {
    .fleet-card {
        width: 100% !important;
    }
}

@media (max-width: 800px) {
    .hero-subtext {
        display: none;
    }
}

/* ========= Small Devices (up to 575px) ========= */

@media (max-width: 575px) {
    .fleet-card,
    .fleet-title {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ========= Mobile & Tablet (up to 767px) ========= */

@media (max-width: 767px) {
    .yay-on-the-way {
        height: auto !important;
        min-height: 50vh;
    }

    .underline-way {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-toggler {
        z-index: 111;
        background-color: #fff !important;
    }

    .hero-section .hero-title {
        font-size: 35px;
    }

    .hero-section .hero-subtext {
        font-size: 16px;
    }

    #header {
        background: #001240 !important;
        z-index: 11;
    }

    .search-icon {
        display: none;
    }

    header #navbar .navbar-nav li {
        padding-block: 5px;
        padding-right: 20px;
    }

    header #navbar .navbar-nav li a {
        color: #fff;
    }

    .yay-position {
        position: relative;
    }
}

/* ========= Landscape Mobile Fix ========= */

@media (max-width: 999px) and (orientation: landscape) {
    header #navbar .navbar-nav li a {
        color: #000 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px)
{
.car-premium
{
    margin-left: -90px !important;
}
}

.position-title
{
    left: 32% !important;
}

@media (min-width: 320px) and (max-width: 920px)
{
    .hero-section
    {
        height: 100vh;
    }
    .position-title
    {
        left: 50% !important;
    }
}

