
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", sans-serif;
}
a{
    text-decoration: none;
}

p{
    margin: 0;
}

/* ============================ Common Css ====================== */
/* buttons */
.line-btn{
 background: transparent;
 border: 3px solid #ffffff;
 color: #ffffff;
 font-size: 16px;
 border-radius: 50px;
 padding: 5px 30px;
}
.line-btn:hover{
    opacity: 0.8;
    color: #ffffff;

}
.text-btn{
    color: #ffffff;
}
.text-btn:hover{
    opacity: 0.8;
    color: #ffffff;
}
.fill-btn {
    background: #292929;
    border: none;
    color: #ffffff;
    width: 300px;
    height: 44px;
    border-radius: 5px;
}
.fillWHite-btn{
    background:  #ffffff;
    border: none;
    color: #292929;
    width: 300px;
    height: 44px;
    border-radius: 50px;
}
/* headings */
.head-h1{
    font-size: 80px;
    color: #252525;
    font-weight: 600;
    line-height: 70px;
}
.head-h2{
    color: #252525;
    font-size: 50px;
    font-weight: 700;
}
.head-h5{
    color: #252525;
    font-size: 18px;
}
.head-h6{
    color: #252525;
    font-size: 18px;
    margin: 0;

}
.head-32{
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
}
.head-line{
    width: 55px;
    height: 2px;
    background: #1B1464;

}
.heading-spans {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px 0;
}
.red-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}
.red-line {
    width: 62px;
    height: 2px;
    background: #EE4140;
}
.red-head {
    color: #EE4140;
    font-size: 16px;
}
/* paragraph */
.blue-para{
    font-size: 16px;
    color: #1B1464;
}
.gray-para-1{
    color: #979797;
    font-size: 16px;
    font-weight: 400;
}
.gray-para-2{
    color: #252525;
    font-size: 12px;
    font-weight: 500;
}
.gray-para-3{
    color: #979797;
    font-size: 12px;
    font-weight: 400;
}
.para-18{
    font-size: 18px;
    color: #252525;
    font-weight: 500;
}
.para-16_White{
    font-size: 16px;
    color: #ffffff;
}
/* common body css */
.body-pad{
    padding: 0 50px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.sec-mar{
    margin: 100px 0 0 0;
}
.mob-div{
    display: none;
   }

/* ======================= Header =============================== */
#header{
    padding: 0 50px;
}
.logo{
    width: 150px;
}
.navbar-light .navbar-nav .nav-link {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #AF0202;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #AF0202;
}
.hs-btn{
    justify-content: end;
}

/* ======================= Hero Section ======================== */
.hero-sec{
    background: url("../img/hero-bg.png") no-repeat;
    width: 100%;
    /* height: 500px; */
    background-position-x: right;background: url("../img/hero-bg.png") no-repeat;
    width: 100%;
    background-position-x: right;
    background-position-y: -310px;
}
.hero-headMain {
    position: relative;
    padding: 0 0 0 40px;
    margin: 100px 0 0 0;
}
.bg-circle {
    background: #FFEDE9;
    height: 130px;
    width: 130px;
    border-radius: 87px;
    position: absolute;
    z-index: -1;
    left: 15px;
    top: -15px;
}
ul.navbar-nav {
    width: 50%;
    justify-content: center;
}
.hs-btn{
    width:30%;
}
.hero-car{
    background: url("../img/hero-car.png") no-repeat;
    width: 100%;
    background-position-x: right;
    background-size: 40%;
    background-position-y: 45px;
}

/* ======================= Hero Search Section ======================== */
.hero_search {
    padding: 135px 0 100px 0;
}
.search-div {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    background: rgba(231, 231, 231, 0.5);
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    overflow: hidden;
}
.sel-div{
    display: flex;
    align-items: center;
    width: 100%;
    /* padding: 10px; */
    gap: 10px;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 1);

}
.ser-div.border_1 {
    border-right: 1px solid #e3e3e3;
}
.ser-div{
    width: 100%;
}
.ser-div .form-select{
    border: 1px solid transparent;
    /* background-color: #f3f3f3; */
    border-radius: 0;
    color: #979797;
}
.visible-div{
    visibility: hidden;
}
.serBtn-div{
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}
.serchTab-btn {
    background: transparent;
    border: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}
.serchTab-btn span{
    color: #ffffff;
}
.serchTab-btn:hover{
    opacity: 0.8;
}
.ser-div .seach-head{
    padding: 0 0 0 10px;
    margin: 0;
}
.form-select:focus{
    box-shadow: none;
}

/* ======================= Process Flow Section ======================== */
.flow-card {
    /* width: 380px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    overflow: hidden;
}
.flow-img {
    background: #AF0202;
    text-align: center;
    height: 160px;
    overflow: hidden;
}
.flow-des {
    padding: 20px;
    text-align: center;
}
.flow-div {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 20px 0 0;
}
/* ======================= Car List Section ======================== */

.carList {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.26);
    -webkit-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.26);
}
.car-wrap{
    background: #E9E9E9;
    height: 270px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.26);
    -webkit-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.26);
}
.car-wrap img{
    width: 60%;
}
.car-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
    border-bottom: 1px solid #E7E8E9;
}
.car-btn{
    padding: 30px;
    text-align: center;
}
/* ======================= FAQ Section ======================== */


.faq-head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.faq-num{
    color: #AF0202;
    font-size: 18px;
}
.accordion-button {
    /* padding: 2rem 1.25rem; */
    padding: 2rem 1rem 1.25rem 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.accordion-item{
    border-top: none;
    border-right: none;
    border-left: none;
}
.acc-text{
    padding: 0 0 20px 45px;
}
.faq-img img{
    width: 100%;
}
/* ======================= Contact Section ======================== */

.contact_inner{
    background: url("../img/contact-bg.png") no-repeat;
    width: 100%;
    background-size: 100%;
}
.contact_right {
    background: #AF0202;
    padding: 60px 50px;
}
.contact_form input{
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    height: 45px;
}
.contact_form input::placeholder{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.24);
}
.form-control:focus{
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}
.contact-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
}
/* ======================= Contact Section ======================== */
.user-wrap{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}
.user-area {
    display: flex;
    align-items: center;
    gap: 50px;
}

.testimonial-slide {
    background: #ffffff;
    width: 70%;
    margin: 0 auto;
    box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.26);
    -webkit-box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.26);
    padding: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.carousel-inner {
    padding: 58px 0px;
}
.star-span .yelo-start i{
 color: #F9C53F;
}
.gray-start{
    color: #C4C4C4;
}
.carousel-indicators .active{
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: #292929;
}
.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: #292929;
    border-top: unset;
    border-bottom: unset;
}
/* ======================= Footer Section ======================== */

.footer-inner {
    background: #292929;
    padding: 50px 0 0 0;
    margin: -60px 0 0 0;
    z-index: 9999;
    position: relative;
}
.footer-logo.text-center img{
    width: 200px;
}
.footer-logo.text-center {
    margin: -110px 0 0 0;
}
.foot-det span{
    color: #ffffff;
}
.foot-sec{
    display: flex;
    align-items: center;
    gap: 20px;
}
.foot-text{
    font-size: 12px;
    color: #ffffff;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.footer-menu ul li a{
    color: #ffffff;
    font-size: 12px;
}
.social-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}
.social-links ul li a {
    color: #ffffff;
}
/* ---------------------------------------- Media Quer -------------------------------------------- */
@media only screen and (max-width: 1600px) {
    .hero-car {
        background-size: 48%;
    }
}
@media only screen and (max-width: 1550px) {
    .head-h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1366px) {
    .hero-sec {
        background-position-x: 150px;
    }
    .head-h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .head-h2{
        font-size: 35px;
    }
    .bg-circle {
        height: 100px;
        width: 100px;
    }
}
@media only screen and (max-width: 1440px) {

    .hero-sec {
        background-position-y: -290px;
    }
    .hero-car {
        background-size: 53%;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-sec {
        background-position-x: right;
        background-position-y: -330px;
    }
    .hero_search {
        padding: 115px 0 100px 0;
    }
    .hero-car {
        background-size: 58%;
    }
    .head-h1 {
        font-size: 38px;
    }
    .fill-btn{
        width: 100%;
    }
   .web-div{
    display: none;
   }
   .mob-div{
    display: block;
   }
   .contact_inner{
    background-size: cover;
   }
}
@media only screen and (max-width: 1024px) {

   
    .hero-sec {
        background-size: 80%;
        background-position-x: right;
        background-position-y: -80px;
    }
    .hero-car {
        background-size: 50%;
    }
    .hero_search {
        padding: 25px 0 60px 0;
    }
    .testimonial-slide{
        width: 90%;
    }
    .sec-mar{
        margin: 70px 0 0 0;
    }
    .foot-sec {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
}
@media only screen and (max-width: 991px) {

    .hs-btn{
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
    #navbarSupportedContent {
        background: #ffffff;
        position: fixed;
        left: 0;
        padding: 30px 20px;
        top: 0;
        height: 100%;
        width: 40%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        z-index: 9;
    }
    
    #navbarSupportedContent .line-btn{
        color: #000000;
        border-color: #000000;
    }
    #navbarSupportedContent .text-btn {
        color: #000000;
        border: 2px solid #000000;
        border-radius: 50px;
        margin: 0 0 20px 0;
    }
    .hero_search .searchCol{
        width: 100%;
    }
    .car-info .gray-para-2{
        font-size: 10px;
    }
    .car-info .gray-para-3{
        font-size: 10px;
    }
    #contact .col-md-6{
        width: 100%;
    }
    .contact-left {
        padding: 60px;
    }
    .carousel-inner {
        padding: 0px 0px 30px 0;
    }
    .carousel-indicators{
        bottom: -25px;
    }
    #testimonials {
        margin: 50px 0 0 0;
    }
    #footer-main {
        margin: 30px 0 0 0;
    }
    .footer-logo.text-center {
        margin: 0 0 30px 0;
    }
    .footer-logo.text-center img {
        width: 125px;
    }
}

@media only screen and (max-width: 768px) {

    #header {
        padding: 0 15px;
    }
    .sec-mar {
        margin: 60px 0 0 0;
    }
    .fillWHite-btn{
        width: 100%;
    }
    .hero-sec {
        background-position-y: 0px;
    }
    .hero-headMain {
        margin: 40px 0 0 0;
    }
    .hero-cap{
        width: 100%;
    }
    
    
    .footer-menu ul {
        flex-direction: column;
        align-items: center;
    }
 
    .footer-inner {
        margin: 0;
    }
   
}
@media only screen and (max-width: 767px) {
    .body-pad {
        padding: 0 20px;
    }
    .faq-img{
        margin: 0 0 50px 0;
    }
   
    
}
@media only screen and (max-width: 600px) {

    .sel-div {
        flex-direction: column;
    }
    .search-div {
        flex-direction: column;
    }
    .serBtn-div {
        justify-content: center;
        padding: 20px 0;
    }
}
@media only screen and (max-width: 425px) {
    .hero-sec{
        background: none;
    }
    .head-h2 {
        font-size: 20px;
    }
    .head-h6 {
        font-size: 14px;
    }
    .hero-car {
        background: none;
    }
    #navbarSupportedContent {
        width: 70%;
    }
    .contact-left {
        padding: 60px 20px;
    }
    .contact_right {
        padding: 60px 20px;
    }
    .testimonial-slide{
        width: 95%;
    }
    .user-area{
        flex-direction: column;
        gap: 15px;
    }
    .testimonial-slide{
        padding: 30px 20px;
    }
    .foot-sec {
        flex-direction: column;
        align-items: center;
        margin: 20px 0 20px 0;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #ffffff;
    }
    .footer-menu ul{
        border-bottom: 1px solid #ffffff;
        padding: 0 0 30px 0;
    }
    .social-links ul {
        justify-content: center;
        padding: 10px 0 0 0;
    }
}