/*
Template Name: Car Lease
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body {
    font-family: "Poppins", sans-serif;
}
ul {
    list-style: none;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}
h6 {
    font-weight: normal;
}
p {
    color: #000;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:focus {
    text-decoration: none;
    color: #004aac;
}
li.nav-item.dropdown {
    list-style: none;
}
a.nav-link.button_2 {
    background-color: unset;
    border: none;
}
a.nav-link.button_2:hover {
    background-color: #004aac;
    color: #f7e5f1 !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #212326 !important;
    font-size: 12px !important;
    font-weight: 700;
    color: rgb(247 229 241);
}
.btn-primary:hover {
    color: #4f565b;
    background-color: #f7e5f1;
    border-color: #f7e5f1;
}
.btn-primary {
    color: #fff;
    background-color: #004aac;
    border-color: #004aac;
}
.button {
    background: #004aac;
    color: #fff;
    padding: 17px 30px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 3px;
    border: 1px solid #004aac;
}
.button:hover {
    background: #111;
    color: #fff;
    border: 1px solid #111;
}

.button_1 {
    background: #fff;
    color: #004aac;
    padding: 17px 30px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 3px;
    border: 1px solid #fff;
}
.button_1:hover {
    background: #004aac;
    color: #fff;
    border: 1px solid #004aac;
}

.button_2 {
    background: #004aac;
    color: #fff;
    padding: 17px 30px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 3px;
    border: 1px solid #004aac;
}
.button_2:hover {
    background: #fff;
    color: #004aac;
    border: 1px solid #fff;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.no-border-card {
    border: none;
}
.blog_1l .card {
    background: #ac00711a !important;
}
.col_oran {
    color: #004aac;
}
.col_yell {
    color: #ffc830;
}
.col_light {
    color: #ff4d3094;
}
.bg_oran {
    background: #ff4d30 !important;
}
.bg_light {
    background: #ff4d3008;
}

hr {
    opacity: 1;
    background-color: #ff4d302e;
}
.font_14 {
    font-size: 14px;
}

.font_50 {
    font-size: 50px;
}

.line {
    height: 3px !important;
    width: 80px;
    background-color: #ff4d30;
}
.p_3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*********************header****************/

.main_1 {
    z-index: 2;
}
.navbar-brand i {
    line-height: 0;
}
.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-brand .span_1 {
    margin-left: 50px;
}
.navbar-brand {
    line-height: 0.8em;
    margin-right: 70px;
    padding-top: 3px !important;
}

#header .nav-link {
    color: #000;
    padding: 10px 15px;
    font-weight: bold;
}
#header .nav-link:hover {
    color: #004aac;
}
#header .nav-link:focus {
    color: #004aac;
}
#header .active {
    color: #004aac;
}


.drop_1 {
    min-width: 220px;
    padding: 0;
    border-radius: 0;
    margin-top: 24px !important;
}
.drop_1 a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: 1px solid #ff4d302e;
    font-weight: bold;
}
.drop_1 a:hover {
    background: none;
    background: #ff4d30;
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(247 229 241) !important;
}
.sticky {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.3s;
}

.sticky .drop_1 {
    margin-top: 14px !important;
}

.header_o {
    background-color: rgba(0, 0, 0, 0.9);
}
.center_om {
    padding-top: 200px;
    padding-bottom: 150px;
    background-color: rgba(0, 0, 0, 0.7);
}
/* .main_o {
    background-color: rgba(0, 0, 0, 0.7);
} */
/*********************header_end****************/

/*********************common****************/
.form-sm-screen .container {
    position: relative;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    /* backdrop-filter: blur(10px); */
    border-radius: 12px;
}

/* .form-sm-screen .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    border-radius: 12px;
    box-sizing: border-box;
    z-index: -1;
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.3),
            #c4b8b880,
            #5c57571f
        ),
        linear-gradient(90deg, transparent, rgb(0 0 128 / 29%), transparent);
    background-size: 200% 200%;
    animation: wave-border 4s linear infinite;
}

@keyframes wave-border {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
} */

.pages {
    margin-top: 35px;
}
.pages ul li {
    display: inline-block;
}
.pages ul li a {
    display: block;
    color: #111;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ff4d302e;
}
.pages ul li a:hover {
    background: #004aac;
    border: 1px solid #004aac;
}
.pages ul li a:hover {
    color: #fff !important;
}
.act {
    background: #004aac !important;
    border: 1px solid #004aac !important;
    color: #fff !important;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: block;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #004aac;
}
.social-network a.icoFacebook:hover {
    background-color: #004aac;
}
.social-network a.icoTwitter:hover {
    background-color: #004aac;
}
.social-network a.icoGoogle:hover {
    background-color: #004aac;
}
.social-network a.icoVimeo:hover {
    background-color: #004aac;
}
.social-network a.icoLinkedin:hover {
    background-color: #004aac;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
    color: #44bcdd;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
}
.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.form-control:focus {
    box-shadow: none;
    border-color: #004aac;
}
.form-select:focus {
    box-shadow: none;
    border-color: #004aac;
}
.form-control {
    border-color: #004aac;
    border-radius: 3px;
    font-size: 14px;
    height: 53px;
    color: #999;
}
.form-select {
    border-color: transparent;
    border-radius: 3px;
    color: #999;
    font-size: 14px;
    height: 53px;
}
.form-sm-screen input.form-control {
    border-color: transparent;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #004aac !important;
    opacity: 1; /* Firefox */
}
#ride {
    background-image: url(../img/slider_img_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ride_m {
    background-color: rgb(0 0 0 / 36%);
    padding: 2rem 0rem;
}

.blog_h_1mi1 .button_1 {
    border-radius: 5px;
    padding: 7px 15px 7px 15px !important;
}
.blog_h_1m1 {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 3%);
    padding: 25px 15px 30px 15px;
}

.center_team {
    background-image: url(../img/37.jpg);
    background-position: center;
}
/*********************common_end****************/
/* Cars Cards */
.card-img-top {
    width: 100%;
    height: 200px; /* Adjust to your preferred fixed height */
    object-fit: cover; /* Ensures the image fills the area without stretching */
}
.car-thumbnail-row {
    display: flex;
    gap: 10px;
    border: 1 px solid green;
}

.thumbnail-container img {
    width: auto;
    object-fit: cover;
    max-height: 22vh;
}

.car-thumbnail-image {
    cursor: pointer;
}
.car-name-price strong {
    font-weight: 600;
    font-size: 13px;
}
.price-style h6 {
    font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 0rem;
    background-color: #f7e5f1;
    float: right;
    padding: 7px 17px 7px 17px;
}
.car-name-price {
    padding: 5px 0px 2px 10px;
}
.wave-effect {
    position: relative;
    margin-bottom: 50px;
}
.car-details {
    padding: 5px 0px 2px 10px;
    position: absolute;
    bottom: 13px;
}
.wave-effect {
    /* position: relative;
    overflow: hidden; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.wave-effect:hover {
    /* border-right: 2px solid #004aac; */
    transform: scale(1.03);
    transition: 0.5s all ease-in-out;
}


/* .wave-effect {
    position: relative;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease;
}

.wave-effect:hover {
    transform: scale(1.02);
}

.wave-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 2px; 
    background-color: #004aac;
    transition: height 0.3s ease-in-out;
}

.wave-effect:hover::before {
    height: 100%;
} */

/* .wave-effect::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0, 170, 255, 0.5); 
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none; 
    transition: all 0.6s ease-out;
}

.wave-effect:hover::before {
    width: 300%;
    height: 300%;
    opacity: 0;
} */

.row.blog_1 {
    background-color: #eee;
    padding: 1rem 0.3rem;
    border-radius: 12px;
}
.card-title {
    color: #004aac !important;
}
strong {
    color: #004aacc2;
}
.img-style {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
/* Cars Cards */

/*********************footer****************/

.footer_2r ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.footer_2r ul li a i {
    color: #111;
    line-height: 30px;
}
section#footer {
    padding: 3rem 0rem !important;
    background-color: #3a66a142;
}

/*********************footer_end****************/

/* media Query */
@media (min-width: 768px) {
    .navbar-expand-md {
        background-color: rgb(247 229 241);
        /* border-bottom: 2px solid #004aac94; */
    }
    .main_o {
               height: 73px;
               background-color: rgb(234 197 222) !important;
    }
}
@media screen and (max-width: 767.7px) {
    img.car-thumbnail-image {
        width: 92px !important;
        height: 12vh !important;
        border-radius: 12px;
        max-width: unset !important;
        margin-bottom: 1rem;
    }
    #ride h1 {
        font-size: 22px;
    }
    #ride p {
        font-size: 12px !important;
    }
    .row.footer_1 {
        zoom: 55%;
    }
    .row.footer_1 .col-md-4 {
        width: 50%;
        margin-bottom: 1rem;
    }
    .row.footer_1 .col-md-2 {
        width: 50%;
        margin-bottom: 1rem;
    }
    .row.footer_1 .col-md-3 {
        width: 50%;
        margin-bottom: 1rem;
    }
    .row.model_pg1 .col-md-3 {
        width: 50%;
    }
    .row.model_pg1 {
        zoom: 55%;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar-collapse {
        max-height: 300px;
        /* overflow-y: scroll; */
        /* border-top: 1px solid #101010; */
        /* margin-top: 15px; */
    }
    .ml-loader {
        left: 45% !important;
    }
    #header .nav-link {
        font-size: 12px;
        /* border-bottom: 1px solid #101010; */
        padding: 6px;
        font-weight: 600;
    }
    .navbar-light .navbar-toggler {
        box-shadow: none !important;
        background: #004aac;
        border: none;
        border-radius: 8px;
        padding: 5px;
    }
    .drop_1 {
        margin-top: 0 !important;
    }
    .drop_1 a {
        font-size: 10px;
        padding: 5px;
        font-weight: 500;
    }
    .line {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand {
        font-size: 24px !important;
    }
    .navbar-brand i {
        font-size: 24px !important;
    }
    .navbar-brand .span_1 {
        margin-left: 40px;
    }
    .main_1 {
        position: static !important;
    }
    #header .navbar {
        background-color: rgb(247 229 241);
    }
    #header .button_2 {
        /* margin-top: 4px; */
        /* margin-bottom: 4px; */
    }
    .trip_1 p {
        text-align: left;
    }
    .trip_1 br {
        display: none;
    }
    .ride_1r {
        text-align: center !important;
    }
    .blog_h_1m1 h6 {
        text-align: center;
    }
    .blog_h_1m1 {
        margin-bottom: 15px;
    }
    #footer .button {
        text-align: center;
        display: block;
        /* width: 60%; */
        margin-left: auto;
        margin-right: auto;
    }
    .footer_1i {
        margin-top: 15px;
        border-bottom: 1px solid;
        padding-bottom: 15px;
    }
    .footer_2r {
        text-align: center !important;
        margin-top: 15px;
    }
    .center_om {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }
    .pages ul li {
        margin-bottom: 8px;
    }
    .form-sm-screen {
        width: 90% !important;
        zoom: 50%;
        bottom: 8% !important;
        z-index: 2 !important;
    }
    .navbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.7px) {
    .ride_m {
        text-align: center;
    }
    .blog_h_1m1 {
        text-align: center;
    }
    .form-sm-screen {
        zoom: 75% !important;
    }
    .carousel-caption .font_50 {
        font-size: 24px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-expand-md {
        /* flex-wrap: wrap !important; */
    }
    .navbar-brand {
        font-size: 24px !important;
        margin-right: 10px;
    }
    .navbar-brand .span_1 {
        margin-left: 40px;
    }
    .navbar-brand i {
        font-size: 24px !important;
    }
    #header .nav-link {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 13px;
    }
    #header .button_2 {
        /* padding: 10px 8px !important; */
    }
    .drop_1 a {
        font-size: 12px;
    }
    #footer p {
        font-size: 14px;
    }
    #footer h6 {
        font-size: 14px;
    }
    #footer h4 {
        font-size: 20px;
    }
    .form-sm-screen {
        width: 100% !important;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    strong {
        font-size: 12px;
    }
    p.card-text.mb-0 {
        font-size: 10px;
    }
    .card-title {
        font-size: 16px;
    }
}

@media (min-width: 871px) and (max-width: 991px) {
    #header .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }
    #header .button_2 {
        padding: 10px 12px !important;
    }
    .form-sm-screen {
        width: 100% !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-md {
        /* flex-wrap: wrap !important; */
    }
    #header .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    .navbar-brand {
        margin-right: 20px;
    }
    .form-sm-screen {
        width: 100% !important;
    }
    strong {
        font-size: 15px;
    }
    p.card-text.mb-0 {
        font-size: 13px;
    }
    .card-title {
        font-size: 22px;
    }
}
@media (min-width: 1201px) and (max-width: 1255px) {
}
