@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.banner-section {
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 0px 180px;
    margin-top: -10px;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h4,
h5,
h6 {
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}

h3,
p,
a {
    font-family: "Roboto";
}

p {
    color: #161616;
}

.banner-head-area h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #ffffff;
}


.banner-head-area p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
}

.sell-car-form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.global-fact {
    background-image: url(https://webuyexotics.com/wp-content/uploads/2023/06/tire-background-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 30px;
}

.fact-content-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.fact-content-wrap h3 {
    font-size: 75px;
    line-height: 75px;
    font-weight: 700;
    color: #ffffff;
}

.fact-content-wrap p {
    margin-bottom: 0px !important;
    padding-bottom:0px !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
}


/* Car Detail Section Start */

.car-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #be322b;
    text-align: center;
    margin-bottom: 10px;
}

.car-detailed-section {
    padding: 60px 0px;
}


.car-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #444445;
}

.car-cont-area .car-content {
    margin-bottom: 60px;
}

.we-buy-video-area {
    position: relative;
    display: inline-block;
}

.we-buy-video-area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

}

.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
    outline: none;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.custom-play-btn img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.custom-play-btn.hidden {
    opacity: 0;
    pointer-events: none;
}



/* Car Detail Section End */



/* How to Sell Section Start */
.how-to-sell-section {
    background-color: #262626;
}

.how-to h2 {
    color: #ffffff;
    font-style: italic;
}

.how-to {
    margin-bottom: 15px;
}

.sell-step-content h3,
.sell-step-content h3 span {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
}

.sell-step-content h3 span {
    color: #b71e26;
}

.sell-step-content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
}

.step-feature {
    height: 229px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.step-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how-to-sell-section .col-md-3 {
    padding: 5px;
}

.review-head h2 {
    color: #161616;
}

.review-head p {
    color: #b71e26;
    text-align: center;
}

.car-content.how-to p {
    width: 79%;
    color: #ffffff;
    text-align: center;
    margin: 20px auto;
}

/* How to Sell Section End */


/*Car Model Section Start*/

.car-model-info h2 {
    text-align: left !important;
}

.car-model-info p {
    color:#161616;
}

.car-models-listing a {
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 15px;
    border-bottom: 1px solid #ececed;
    color: unset;
}



.car-models-listing a span {
    font-size: 18px;
    color:#161616; 
    font-weight:500;
}

.button-model {
 display:flex;
 justify-content:center;
 align-items:center;
}

/*Car Model Section End*/

/* trust webuy start */

.trust-section .review-head p {
    color: #161616;
}

.review-head h2 span {
    color: #b71e26;
}

.trust-steps-card {
    background-color: #f6f6f6;
    padding: 20px 16px;
    border-radius: 8px;
    min-height: 171px;
    margin-bottom: 24px;
}

.trust-steps-card h4 {
    text-transform: capitalize !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #161616;
}

.trust-steps-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

/* trust webuy End */

/* FAQ SECTION */



.faq-section .car-content {
    margin-bottom: 25px;
}

.faq-section .accordion-button {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    border-radius: 7px;
    border: 1px solid #e2e4e6;
}

.faq-section .accordion-body p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #161616;
}
.accordion-item {
    margin-bottom: 20px;
    border-radius: 7px;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: unset;
}

/* FAQ SECTION End*/


.cta-box-wrap {
    background-color: #09090a;
}

.cta-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0px;
    border-radius: 20px;
}

.cta-box-wrap h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    font-style: italic;
}



button.cta-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #19b26b;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 40px 40px 40px 40px;
    padding: 19px 35px 19px 35px;
    border: none;

}


.cta-box-wrap a {
    text-decoration: none;

}

.cta-section-wrap {
    padding: 0px 0px 40px;

}



/* Purchase Gallery Slider Start*/

.purchased-gall-section .car-content h2 {
    margin-bottom: 40px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    width: auto !important;

}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.purchased-car-photo {
    /* width: 360px !important; */
    height: 220px !important;
    overflow: hidden;
    border-radius: 10px;
}

.purchased-car-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* Purchase Gallery Slider End*/





@media (max-width: 1439.98px) {
    .mySwiper {
        margin-right: calc((100vw - 101%) / -2) !important;
        width: 100vw !important;
        overflow: hidden;
    }
}




@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1348px !important;
    }
}
@media (min-width: 1220px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1348px !important;
    }
}
@media (max-width:1199px) and (min-width:1025px) {
    .fact-content-wrap h3 {
    font-size: 60px;
    line-height: 70px;
}
.fact-content-wrap p {
    font-size: 18px;
    line-height: 25px; 
}
}

@media (max-width:1024px) {
    .banner-head-area h1 {
        font-size: 42px;
        line-height: 53px;
    }

    .banner-head-area p {
        font-size: 18px;
        line-height: 26px;
    }

    .banner-section {
        padding: 94px 0px 50px;
    }

    .fact-content-wrap h3 {
        font-size: 70px;
        line-height: 70px;
    }

    .car-content h2 {
        font-size: 26px;
        line-height: 37px;
    }

    .car-content p {
        font-size: 15px;
        line-height: 26px;
    }

    .purchased-car-photo {
        height: 185px !important;
    }

    .trust-steps-card h4 {
        font-size: 16px;
    }

    .trust-steps-card p {
        font-size: 13px;
        line-height: 20px;
    }

    .faq-section .accordion-body p {
        font-size: 14px;
    }

    .faq-section .accordion-button {
        font-size: 18px;
    }


    button.cta-btn {
    font-size: 18px;
    line-height: 28px;
    padding: 19px 22px 19px 22px;
}
}

@media(min-width:768px) {
    .col-md-6 .car-models-listing:last-child a {
    border-bottom: none;
}
}


@media (max-width:767px) {
        .banner-head-area h1 {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }

    .banner-head-area p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .fact-content-wrap h3 {
        font-size: 46px;
        line-height: 56px;
    }
.fact-content-wrap p {
    font-size: 18px;
    line-height: 24px; 
}

.sell-steps {
    margin-bottom: 30px;
}

.trust-steps-card {
    min-height: auto;
 }

    .faq-section .accordion-button {
        font-size: 16px;
    }


.car-detailed-section {
    padding: 40px 0px;
}

.cta-box-wrap {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 12px;
}

.mySwiper{
    padding: 10px !important;
}

    .purchased-car-photo {
        height: auto !important;
    }
}