@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Apotek Variable Font */
@font-face {
    font-family: 'Apotek';
    src: url('font/Apotek_Semibold.otf');
    font-weight: 600;
}
@font-face {
    font-family: 'Apotek';
    src: url('font/Apotek_Medium.otf');
    font-weight: 500;
}
@font-face {
    font-family: 'Apotek';
    src: url('font/Apotek_Regular.otf');
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}
.container {
    max-width: 1620px;
}


a.back-to-top {
    position: fixed;
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    transition: 0.25s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
a.back-to-top.scrolled {
    opacity: 1;
    pointer-events: auto;
}


.anouncementbar {
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
        z-index: 9;
    position: relative;
}
.anouncementbar-list {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin: 0;
    padding-block: 8px;
}
.anouncementbar-list li, .anouncementbar-list li a {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.anouncementbar-list li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: inline-flex;
    margin-right: 6px;
}


.header {
    background: rgb(0 0 0 / 60%);
    margin-bottom: -71px;
    position: relative;
        z-index: 10;
}
.header .navbar-brand {
    padding: 0;
    margin: -32px 0;
}
.header .navbar-brand img {
    width: 130px;
    height: auto;
}
.header .navbar-nav {
    gap: 40px;
}
.header .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}


.hero {
    background-image: url('img/Banner-image.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 880px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner-grid {
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    padding-block: 36px;
}
.banner-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.banner-content .banner-bx-vector {
    width: 50px;
}
.banner-bx-vector img {
    width: auto;
    height: 182px;
    display: inline-block;
}
.banner-content .banner-txt-bx {
    flex: 1;
}
.banner-content .banner-heading {
    font-family: 'Apotek', sans-serif;
    font-weight: 500;
    font-size: 42px;
    color: #CC1717;
    letter-spacing: 1px;
}
.banner-content p,
.banner-content li {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0;
    color: #fff;
}   
.banner-content ul {
    margin: 0;
}
.banner-content.banner-content-sec {
    padding-left: 40px;
    border-left: 1px solid #fff;
    margin-left: 10px;
}


.most-search-cars {
    padding-block: 70px;
}
.search-sec-heading {
    margin-bottom: 25px;
}
.search-sec-heading h2 {
    font-family: 'Apotek';
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
}
.search-sec-heading a {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #CC1717;
    text-decoration: none;
}
.car-bx {
    box-shadow: 0px 2px 10px 0px #00000040;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.card-image-bx {
    position: relative;
}
.card-image-bx img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.card-content-bx {
    background: linear-gradient(129.04deg, #DF2235 -23.69%, #8C0A06 193.85%);
    padding-inline: 18px;
    padding-block: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-content-bx .car-name h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin: 0 0 7px 0;
}
.card-content-bx .car-name p {
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
}
.card-content-bx .car-modal-year {
    font-weight: 600;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
}
.card-content-bx2 {
    padding: 8px 18px 20px 18px;
}
.car-km {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.car-km p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #5B5B5B;
    margin: 0;
}
.car-km button {
    background: #F2A4A4;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    border-radius: 6px;
    border: 0;
    color: #fff;
    padding: 9px 12px;
}
.location {
    margin-block: 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    color: #000000;
}
.car-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.car-price p {
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}
.car-price h3 {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #CC1717;
}
.cars-grey-bg {
    background-color: #F5F5F5;
}



.selling-car {
    padding-block: 70px;
}
.selling-car h2 {
    margin: 0 0 45px 0;
    font-family: 'Apotek';
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #CC1717;
}
.sell-car-text-bx {
    text-align: center;
}
.sell-car-text-bx img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.sell-car-text-bx h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0;
    margin: 22px 0 12px 0;
}
.sell-car-text-bx p {
    font-weight: 400;
    font-size: 20px;
    color: #888888;
}
.selling-car-btn {
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    box-shadow: 0px 2px 4px 0px #00000040;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    border: 0;
    padding: 18px 40px;
    border-radius: 20px;
    margin-top: 45px;
}



.faq-sec h2 {
    font-family: 'Apotek';
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.faq-sec .accordion-item {
    border: 0;
    background: transparent;
    margin-top: 18px;
}
.faq-sec .accordion-item .accordion-button {
    background: #CC1717;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0;
    padding: 12px 20px;
}
.faq-sec .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-sec .accordion-item .accordion-body {
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0;
    text-align: justify;
    color: #515151;
}
.faq-sec .accordion-item .accordion-button::after {
    filter: brightness(100);
    width: 24px;
    height: 24px;
    background-size: 100%;
}


.car-guide-bx {
    background-image: url('img/guide-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 55px;
    color: #fff;
    border-radius: 20px;
}

.car-guide-bx h2 {
    font-family: 'Apotek';
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.car-guide-bx p {
    font-weight: 400;
    font-size: 23px;
    line-height: 125%;
    letter-spacing: 0;
    margin: 20px 0 22px 0;
    padding-right: 60px;
}
.car-guide-bx button {
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    box-shadow: 0px 2px 4px 0px #00000040;
    border: 0;
    border-radius: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    padding: 20px 40px;
}
.guide-check-list {
    display: grid;
    gap: 25px;
}
.guide-check-list p {
    margin: 0;
}
.guide-check-list p img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}


.form-bx {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #00000040;
    border-radius: 30px;
    overflow: hidden;
}
.form-bx h2 {
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 232%);
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0 0;
    padding: 12px 30px;
}
.form-bx form {
    padding: 40px;
}
.form-feild label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    color: #CC1717;
    margin-bottom: 10px;
}
.form-feild textarea, .form-feild input, .form-feild select {
    width: 100%;
    border: 1.3px solid #2D2D2D;
    border-radius: 10px;
    padding: 10px 12px;
}

.form-feild select {
    background-image: url('img/down.svg');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    -webkit-appearance: none;
    appearance: none;
}
.form-feild button {
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    box-shadow: 0px 2px 4px 0px #00000040;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 20px;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    padding: 16px 0;
    margin-top: 10px;
}


.footer {
    background-image: url(img/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 20px;
}
.footer-contact h2 {
    font-family: 'Apotek';
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #CC1717;
    margin-bottom: 20px;
}
.footer-contact ul.list-unstyled {
    margin: 0;
}
.footer-contact ul.list-unstyled li, .footer-contact ul.list-unstyled li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-top: 12px;
}
.footer-contact ul.list-unstyled li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}
img.footer-logo {
    width: 110px;
    height: auto;
    object-fit: contain;
}



.occasions-banner {
    background-image: url('img/ocassion-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    display: flex;
    align-items: center;
}
.occasions-banner h1 {
    font-family: 'Apotek';
    font-weight: 500;
    font-size: 90px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #fff;
}
.occasions-banner button {
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 1px;
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    box-shadow: 0px 2px 4px 0px #00000066;
    border-radius: 15px;
    padding: 15px 25px;
    margin-top: 28px;
    color: #fff;
    border: 0;
}
.car-price button {
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    box-shadow: 0px 2px 4px 0px #00000040;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    padding: 13px 18px;
}

.pagination .page-item a.page-link[aria-label="Next"], .pagination .page-item a.page-link[aria-label="Previous"] {
    width: 40px;
    height: 40px;
    background-color: #CDCDCD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    font-family: math;
    border-radius: 9px;
}
.pagination .page-item a.page-link {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    border-radius: 9px;
    color: #000;
}
.pagination .page-item a.page-link.active {
    background: #CC1717;
    color: #fff;
}
.pagination {
    gap: 18px;
}



.services-sec {
    padding-block: 22px;
}
.services-sec h2 {
    font-family: 'Apotek';
    font-weight: 500;
    font-size: 90px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}
.services-row-bx {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 30px;
    padding: 34px 36px;
    margin-block: 30px;
    box-shadow: 0px 2px 10px 0px #00000040;
}

.services-row-bx-bg1 {
    background-image: url('img/services-image1.png');
}
.services-row-bx-bg2 {
    background-image: url('img/services-image2.png');
}
.services-row-bx-bg3 {  
    background-image: url('img/services-image3.png');
}
.services-row-bx-bg4 {
    background-image: url('img/services-image4.png');
}
.services-heading h3 {
    font-weight: 700;
    font-size: 56px;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}
.services-heading h4 {
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}
.services-list-bx {
    background-color: rgb(1 1 1 / 35%);
    border-radius: 30px;
    padding: 30px;
}
.services-list-bx h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0;
    margin: 0;
}
.services-list-bx li {
    font-weight: 400;
    font-size: 19px;
    line-height: 125%;
    letter-spacing: 0;
    color: #FFF8F8;
    margin-block: 25px;
}
.services-list-bx button {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    border: 0;
    border-radius: 20px;
    padding: 18px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.services-list-bx ul {
    margin-block: 30px;
}

.services-list-bx ul.services-grid-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.services-list-bx ul.services-grid-ul li {
    margin-block: 6px;
}



.breadcrum {
    padding-block: 50px 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #CC1717;
}


.custom-form-purchase {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #00000040;
    border-radius: 30px;
    padding: 20px;
}

.form-top-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-top-heading .form-heading h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}
.form-top-heading .form-heading p {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    color: #5B5B5B;
    margin: 20px 0 0 0;
}
.form-top-heading button {
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    box-shadow: 0px 2px 4px 0px #00000040;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 15px 40px;
    border: 0;
}

.photo-bx {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    overflow: hidden;
    overflow-x: auto;
    margin-block: 30px 40px;
}
.photo-bx .image-upload {
    width: 215px;
}
.photo-bx .image-upload .image-bx {
    border: 1px solid #C7C7C7;
    border-radius: 20px;
    width: 215px;
    height: 165px;
    position: relative;
    cursor: pointer;
}
.photo-bx .image-upload .image-bx input.imageInput {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.photo-bx .image-upload .image-bx img.imagePreview {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.photo-bx .image-upload .image-bx span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #F88282;
    font-size: 46px;
    font-weight: 200;
}
.photo-bx .image-upload label {
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 19px;
    line-height: normal;
    letter-spacing: 0;
    color: #8A8A8A;
    margin: 6px 0 14px 0;
}
.purchase-form-feild h2 {
    margin: 0 0 0px 0;
    font-weight: 600;
    font-size: 35px;
    line-height: normal;
    letter-spacing: 0;
}

.purchase-form-feild {
    margin-top: 40px;
}
.form-feild small {
    font-weight: 300;
    font-size: 19px;
    line-height: normal;
    letter-spacing: 0;
    color: #8B8B8B;
    margin-top: 5px;
    display: block;
}
.form-feild.purchase-form-btn button {
    width: auto;
    padding-inline: 60px;
    display: block;
    margin-inline: auto;
}


.purchase-form-feild .nav-pills .nav-item {
    flex: 1;
}
.purchase-form-feild .nav-pills .nav-item button.nav-link {
    width: 100%;
    background: transparent;
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    border-bottom: 1px solid #B3B3B3;
    border-radius: 0;
    position: relative;
}
.purchase-form-feild .nav-pills .nav-item button.nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background-color: #CC1717;
    height: 6px;
}
.purchase-form-feild .nav-pills .nav-item button.nav-link span {
    background: #CC1717;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50px;
    padding: 1px 14px;
    margin-left: 10px;
}
.purchase-form-feild .nav-pills {
    margin-bottom: 24px;
}



.product-title {
    background: linear-gradient(180deg, #DF2235 -80.43%, #8C0A06 171.74%);
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    margin-bottom: 45px;
}
.product-title h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.product-title  a {
    font-weight: 600;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    text-decoration: none;
}
.product-title a img {
    width: 30px;
    height: auto;
    margin-right: 9px;
}
.product-image-slider .swiper-button-next,
.product-image-slider .swiper-button-prev {
    width: 48px;
    height: 48px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 58px;
    top: auto;
}
.product-image-slider .swiper-button-next::after,
.product-image-slider .swiper-button-prev::after {
    display: none;
}
.product-image-slider .swiper-button-next {
    background-image: url('img/right-arrow.svg');
}
.product-image-slider .swiper-button-prev {
    background-image: url('img/left-arrow.svg');
}
.product-image-slider .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #000000;
    width: 16px;
    height: 16px;
    opacity: 1;
    background: transparent;
}
.product-image-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #CC1717;
    background-color: #CC1717;
}
.product-image-slider .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
}
.product-image-slider .swiper.mySwiper {
    padding-bottom: 30px;
}
.product-image-slider .swiper.mySwiper .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}
.product-image-slider .swiper.mySwiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.product-info-list p .info-left-txt {
    width: 230px;
    display: inline-block;
    font-weight: 400;
    color: #5B5B5B;
}
.product-info-list p.top-price span.info-left-txt {
    font-size: 19px;
}
.product-info-list p {
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
}
.product-info-list p.top-price {
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    color: #CC1717;
}
.product-info-list {
    display: grid;
    gap: 12px;
}
.product-info-list p .info-badge {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    background: #CC1717;
    border-radius: 5px;
    padding: 3px 6px;
    display: inline-block;
    margin-left: 10px;
}


.description-text h3 {
    margin: 0 0 20px 0;
    font-family: 'Apotek';
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}
.description-text p, .description-text ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    text-align: justify;
    color: #515151;
    margin: 0;
}
.description-text ul.list-unstyled, .description-text p {
    margin: 22px 0 0 0;
}   
.description-text p span {
    font-weight: 700;
    font-size: 27px;
    line-height: 125%;
    letter-spacing: 0;
    display: inline-block;
}
.product-title.vehicle-specs {
    margin-top: 35px;
}   
.product-title.vehicle-specs h2 {
    font-size: 30px;
}

.specs-content-bx {
    box-shadow: 0px 2px 10px 0px #00000040;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.specs-content-bx h3 {
    background: #CC1717;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}
.specs-text-list {
    padding-inline: 24px;
    padding-block: 12px 24px;
}
.specs-text-list ul {
    display: grid;
    gap: 10px;
}
.specs-text-list li {
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    color: #2F2E2E;
    display: grid;
    grid-template-columns: 230px 1fr;
}
.specs-text-list li span {
    width: 100%;
    color: #5B5B5B;
    font-weight: 400;
}
button.overview-btn {
    background: #CC1717;
    border-radius: 9px;
    border: 0;
    padding: 0 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}
.description-text {
    margin-top: 50px;
}
.custom-product-box {
    padding-top: 0;
    padding-inline: 0;
    padding-bottom: 70px;
}
.product-rest-content {
    padding-inline: 20px;
}
.vehicle-specs-grid {
    margin-inline: 0;
    padding-inline: 20px;
}




/* Responsive Queries */
@media screen and (max-width: 1440px) {
    .anouncementbar-list li {
        font-size: 16px;
    }
    .header .navbar-nav .nav-link {
        font-size: 16px;
    }
    .banner-content p, .banner-content li {
        font-size: 16px;
    }
    .banner-content .banner-heading {
        font-size: 35px;
    }
    .search-sec-heading a {
        font-size: 16px;
    }
    .search-sec-heading h2 {
        font-size: 30px;
    }
    .car-price h3 {
        font-size: 24px;
    }
    .car-price p {
        font-size: 16px;
    }
    .card-content-bx .car-name h3 {
        font-size: 16px;
    }
    .card-content-bx .car-name p {
        font-size: 14px;
    }
    .card-content-bx .car-modal-year {
        font-size: 24px;
    }
    .location {
        font-size: 15px;
    }
    .sell-car-text-bx p {
        font-size: 16px;
    }
    .sell-car-text-bx h3 {
        font-size: 18px;
    }
    .selling-car-btn {
        font-size: 18px;
        margin-top: 38px;
    }
    .selling-car h2 {
        font-size: 30px;
    }
    .selling-car h2 {
        font-size: 30px;
    }
    .faq-sec .accordion-item .accordion-button {
        font-size: 18px;
    }
    .faq-sec .accordion-item .accordion-body {
        font-size: 16px;
    }
    .car-guide-bx p {
        font-size: 18px;
    }
    .car-guide-bx h2 {
        font-size: 38px;
    }
    .car-guide-bx button {
        font-size: 18px;
    }
    .form-bx h2 {
        font-size: 30px;
        padding: 12px 30px;
    }
    .form-feild label {
        font-size: 16px;
    }
    .form-feild button {
        font-size: 20px;
    }
    .occasions-banner {
        min-height: 540px;
    }
    .occasions-banner h1 {
        font-size: 70px;
    }
    .occasions-banner button {
        font-size: 28px;
    }
    .pagination .page-item a.page-link {
        font-size: 18px;
    }
    .car-price button {
        font-size: 14px;
        padding: 12px 16px;
    }
    .breadcrum {
        font-size: 16px;
    }
    .form-top-heading .form-heading h2 {
        font-size: 34px;
    }
    .form-top-heading .form-heading p {
        font-size: 18px;
    }
    .form-top-heading button {
        font-size: 18px;
        border-radius: 17px;
    }
    .photo-bx .image-upload label {
        font-size: 16px;
    }
    .purchase-form-feild h2 {
        font-size: 30px;
    }
    .form-feild small {
        font-size: 15px;
    }
    .purchase-form-feild .nav-pills .nav-item button.nav-link {
        font-size: 20px;
    }
    .services-sec h2 {
        font-size: 65px;
    }
    .services-heading h3 {
        font-size: 45px;
    }
    .services-heading h4 {
        font-size: 24px;
    }
    .services-list-bx h5 {
        font-size: 20px;
    }
    .services-list-bx li {
        font-size: 16px;
    }
    .services-list-bx button, .services-list-bx a {
        font-size: 18px;
    }
    button.overview-btn {
        font-size: 18px;
    }
    .product-title h2 {
        font-size: 38px;
    }
    .product-title  a {
        font-size: 25px;
    }
    .product-info-list p, .product-info-list p.top-price span.info-left-txt {
        font-size: 16px;
    }
    .product-info-list p.top-price {
        font-size: 28px;
    }
    .product-info-list p .info-badge {
        font-size: 11px;
    }
    .description-text h3 {
        font-size: 28px;
    }
    .description-text p, .description-text ul li {
        font-size: 16px;
    }
    .description-text p span {
        font-size: 20px;
    }
    .product-title.vehicle-specs h2 {
        font-size: 23px;
    }
    .specs-content-bx h3 {
        font-size: 24px;
    }
    .specs-text-list li {
        font-size: 16px;
    }
    .hero {
        min-height: 650px;
    }
}


@media screen and (max-width:1199px) {
    .car-guide-bx {
        padding: 40px 40px;
    }
    .car-guide-bx h2 {
        font-size: 30px;
    }
    .car-guide-bx p {
        font-size: 16px;
        padding-right: 00;
    }
    .form-bx h2 {
        font-size: 26px;
        padding: 12px 30px;
    }
    .banner-content.banner-content-sec {
        padding-left: 30px;
    }
    .banner-content {
        gap: 25px;
    }
    .services-row-bx {
        padding: 26px 26px;
    }
    .product-image-slider .swiper-button-next, .product-image-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .product-image-slider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
}


@media screen and (max-width:991px) {
    .hero {
        min-height: 600px;
        margin-top: -110px;
    }
    .header .navbar-brand {
        padding: 0;
        margin: 0 0;
    }
    .header .navbar-brand img {
        width: 100px;
        height: auto;
    }
    .banner-content.banner-content-sec {
        padding-left: 0;
        border: 0;
        margin: 10px 0 0 0;
        border-top: 1px solid #fff;
        padding-top: 20px;
    }
    .car-guide-bx {
        padding: 20px 20px;
    }
    .car-guide-bx p {
        font-size: 14px;
        padding-right: 00;
    }
    .car-guide-bx h2 {
        font-size: 25px;
    }
    .car-guide-bx button {
        font-size: 15px;
        padding: 16px 24px;
    }
    .form-bx h2 {
        font-size: 22px;
        padding: 15px 30px;
    }
    .form-bx form {
        padding: 20px 20px;
    }
    .header button.navbar-toggler span.navbar-toggler-icon {
        filter: brightness(100);
    }
    .header button.navbar-toggler {
        padding: 0;
        border: 0;
    }
    .header div#navbarNavDropdown {
        position: absolute;
        top: 90px;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 9;
    }
    .header .navbar-nav {
        gap: 0px;
    }
    .header .navbar-nav .nav-link {
        font-size: 16px;
        color: #000;
        text-align: center;
        border-bottom: 1px solid #000;
        padding-block: 14px;
    }
    .occasions-banner {
        min-height: 440px;
        margin-top: -107px;
    }
    .occasions-banner h1 {
        font-size: 50px;
    }
    .occasions-banner button {
        font-size: 18px;
        padding: 18px 26px;
    }
    .form-top-heading .form-heading h2 {
        font-size: 26px;
    }
    .form-top-heading .form-heading p {
        font-size: 16px;
    }
    .form-top-heading button {
        font-size: 15px;
        border-radius: 17px;
    }
    .photo-bx .image-upload {
        width: 180px;
    }
    .photo-bx .image-upload .image-bx {
        width: 180px;
        height: 140px;
    }
    .purchase-form-feild h2 {
        font-size: 26px;
    }
    .purchase-form-feild .nav-pills .nav-item button.nav-link {
        font-size: 17px;
    }
    .services-sec h2 {
        font-size: 50px;
    }
    .services-heading {
        margin-bottom: 32px;
    }
    .services-heading h3 {
        font-size: 35px;
    }
    .services-heading h4 {
        font-size: 20px;
    }
    .product-right-info {
        margin-top: 50px;
    }
    .product-title h2 {
        font-size: 26px;
    }
    .product-title  a {
        font-size: 20px;
    }
    .product-title a img {
        width: 20px;
    }
}


@media screen and (max-width:767px) {
    .hero {
        min-height: unset;
        margin-top: 0;
    }
    .header {
        background: rgb(0 0 0 / 100%);
        margin-bottom: 0;
        position: relative;
    }
    .header .navbar-brand img {
        width: 80px;
        height: auto;
    }
    .banner-content .banner-bx-vector {
        width: 50px;
        display: none;
    }
    .banner-content .banner-heading {
        font-size: 28px;
    }
    .banner-content p, .banner-content li {
        font-size: 15px;
    }
    .search-sec-heading h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 18px;
    }
    .selling-car h2 {
        font-size: 26px;
    }
    .selling-car-btn {
        font-size: 15px;
        margin-top: 28px;
        padding: 16px 28px;
    }
    .faq-sec h2 {
        font-size: 28px;
    }
    .faq-sec .accordion-item .accordion-button {
        font-size: 15px;
    }
    .faq-sec .accordion-item .accordion-body {
        font-size: 15px;
    }
    .car-guide-bx h2 {
        font-size: 22px;
    }
    .guide-check-list {
        display: grid;
        gap: 12px;
        margin-top: 30px;
    }
    .guide-check-list p img {
        margin-right: 7px;
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .form-bx h2 {
        font-size: 18px;
        padding: 15px 30px;
    }
    .form-bx {
        border-radius: 18px;
    }
    .form-feild button {
        font-size: 16px;
    }
    .footer .row {
        flex-direction: column-reverse;
        gap: 35px;
    }
    .occasions-banner h1 {
        font-size: 35px;
        text-align: center;
    }
    .occasions-banner button {
        font-size: 15px;
        padding: 16px 26px;
    }
    .pagination .page-item a.page-link[aria-label="Next"], .pagination .page-item a.page-link[aria-label="Previous"] {
        width: 30px;
        height: 30px;
        font-size: 25px;
        border-radius: 5px;
    }
    .pagination .page-item a.page-link {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        font-size: 14px;
    }
    .form-top-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 22px;
    }
    .form-top-heading .form-heading h2 {
        font-size: 22px;
    }
    .purchase-form-feild h2 {
        font-size: 20px;
    }
    .purchase-form-feild .nav-pills .nav-item button.nav-link {
        font-size: 15px;
    }
    .purchase-form-feild .nav-pills .nav-item {
        flex: unset;
        width: 100%;
    }
    .breadcrum {
        padding-block: 0px 0;
    }
    .services-sec h2 {
        font-size: 35px;
        text-align: center;
    }
    .services-heading h3 {
        font-size: 25px;
        text-align: center;
    }
    .services-heading h4 {
        font-size: 18px;
        text-align: center;
    }
    .services-row-bx {
        padding: 15px 12px;
    }
    .services-list-bx {
        padding: 18px 14px;
    }
    .services-list-bx h5 {
        font-size: 17px;
        text-align: center;
    }
    .services-list-bx li {
        font-size: 14px;
        margin-block: 15px;
    }
    .services-list-bx ul {
        margin-block: 20px;
    }
    .services-list-bx button, .services-list-bx a {
        font-size: 16px;
    }
    .services-list-bx ul.services-grid-ul {
        display: grid;
        grid-template-columns: 1fr;
    }
    button.overview-btn {
        font-size: 16px;
        padding-block: 12px;
    }
    .product-title {
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .product-title h2 {
        font-size: 22px;
    }
    .product-title  a {
        font-size: 16px;
    }
    .product-image-slider .swiper-button-next, .product-image-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
        display: none;
    }
    .specs-text-list {
        padding-inline: 14px;
        padding-block: 12px 24px;
    }
    .specs-content-bx h3 {
        font-size: 20px;
    }
    .specs-text-list li {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-block: 6px;
    }
    .product-info-list p .info-left-txt {
        width: 100%;
        display: inline-block;
        font-weight: 400;
        color: #5B5B5B;
        margin-bottom: 6px;
    }
    .product-info-list {
        display: grid;
        gap: 18px;
    }   
    .anouncementbar-list {
        display: flex;
        justify-content: flex-start;
        gap: 32px;
        margin: 0;
        padding-block: 8px;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
    .car-guide-bx {
        padding: 20px 20px;
        background-position: 90% 100%;
    }
    .occasions-banner {
        min-height: 380px;
        margin-top: -89px;
    }
    .services-row-bx-bg3 {
        background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/services-image3.png');
    }
    .anouncementbar-list li span {
        display: none;
    }
    a.back-to-top {
        bottom: 30px;
        right: 30px;
    }
    section.occasions-banner .col-12.text-center {
        position: relative;
        top: 32px;
    }
}