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

:root {
    --theme_color: #bba061;
    --barlow: "Barlow Condensed", sans-serif;

    /* emi range input */
    --bg:#111314;
    --text:#f2f2f2;
    --muted:#c7cfe1;          /* light bluish track */
    --accent:#d5b266;         /* gold for numbers */
    --track:#cfd6ea66;
    --thumb:#ffffff;
}

body {
    font-family: var(--barlow) !important;
    background: #000000 !important;

}
header {
    position: absolute;
    width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: var(--barlow);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
    line-height: 1.5em;
    margin: 0 0 15px;
    color: #fff !important;
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}



li {
    list-style: none;
}

.hero_section {
    background-image: url("../assets/img/11.jpg");
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top right;
    padding: 200px 0px 300px;
}

.hero_section .theme_colored_text {
    color: var(--theme_color);
}

.hero_section h1 {
    font-size: 60px;
    font-weight: 500 !important;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 10px;
    color: white;
}

.hero_section h2 {
    font-size: 30px;
    font-family: var(--barlow);
    color: #fff;
    font-weight: 100 !important;
    line-height: 1.5em;
}

[data-overlay-dark="5"]:before {
    opacity: .5;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-dark]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero_form input {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .3);
    height: 75px;
    border-radius: 75px;
    padding: 0 30px;
    font-size: 22px;
    color: #fff;
    width: 100%;
}

.hero_form input::placeholder {
    font-size: 22px;
    font-family: var(--barlow);
}

.search-form {
    max-width: 500px;
    margin: 40px 0;
    position: relative;
}

.search-form .btn {
    position: absolute;
    right: 7px;
    top: 7px;
}

.search-form .rounded-theme-btn {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #715126, #d0b672);
    border-radius: 65px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-section {
    /* margin-top: -150px; */
    background-color: #000;
    margin-top: -150px;
}
.mob-call-info .text h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #bba061 !important;
    margin-bottom: 20px;
}
.header .caption h5 {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0;
    animation-delay: .6s;
}
.mob-call-info .text a {
    color: #fff;
    margin-left: 10px;
}

.button-lg {
    height: 75px;
    border-radius: 75px;
    padding: 0 50px;
}

.theme-gradient-btn {
    background: linear-gradient(90deg, #715126, #d0b672);
    height: 75px;
    border-radius: 60px;
    border: none;
    padding: 0 50px;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    transition: all .3s;
    font-family: var(--barlow);
    text-decoration: none;
}

.filter-btn {
    transition: all .3s;
    height: 75px;
    border: none;
    border-radius: 75px;
    min-width: 75px;
    max-width: 75px;
    border: 2px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}


.about {
    position: relative;
    background-color: #000;
}

.section-padding {
    padding: 100px 0;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #909090;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--barlow);
}

.section-title {
    font-size: 48px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 200;
    font-family: var(--barlow);
}

.section-title span {
    font-weight: 600;
    background: -webkit-linear-gradient(#BBA061, #F6D787);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #909090;
    margin-bottom: 15px;
}

.icon-item {
    background: #222;
    display: inline-block;
    padding: 30px;
    border-radius: 10px;
}

.Whatsapp {
    background-color: #25d366;
    color: #fff;
    font-size: 22px;
    padding: 14px 15px;
    border-radius: 30px;
    border-color: #d0b672;
    margin-right: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-ua {
    background-color: #d0b672;
    color: #fff;
    padding: 14px 15px;
    border-radius: 30px;
    border-color: #d0b672;
    margin-right: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-1 {
    display: inline-block;
    height: auto;
    padding: 15px 15px 15px 25px;
    border-radius: 30px;
    background: linear-gradient(to right, #715126, #d0b672);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: border-color .3s ease, transform .3s ease, background-color .3s ease, color .3s ease;
    transform-style: preserve-3d;
    min-width: 210px;
    position: relative;
    text-align: left;
    font-family: var(--barlow);
}

.button-1 span {
    font-size: 13px;
    margin-left: 0;
    padding: 14px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 8px;
    height: 42px;
    width: 42px;
    line-height: 1;
    color: white;
}



/* video section  */

.gradient-bg {
    background-color: #1b1b1b;
    background-image: linear-gradient(180deg, #1b1b1b, #000);
}

.dark-box {
    background: #000;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
}

.box-ico {
    height: 45px;
}

.dark-box h4 {
    font-weight: 500 !important;
    color: #fff;
    margin-top: 15px;
    line-height: 1.2;
    margin-bottom: 0;
}

.button-1:hover {
    background: #fff;
    color: #000;
    transform: translate3d(0, -6px, .01px);
}

/* video section end */




/* how its work */

.car-types1 {
    position: relative;
    background-color: #000;
}

.step-line {
    position: relative;
}

.works-step {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.light-background {
    padding: 30px;
    background: #222;
    border-radius: 15px;
    z-index: 1;
}

.works-step img {
    max-height: 150px;
    margin: auto;
    display: block;
}


.works-step:before {
    content: "";
    background-color: #715126;
    background-image: linear-gradient(90deg, #715126, #d0b672);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    position: absolute;
    left: -30px;
    top: 47%;
}

.row>*:first-child .works-step:before {
    display: none
}

.step-line:after {
    content: "";
    height: 1px;
    width: calc(100% - 48px);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #333;
    z-index: 0;
    transform: translate(-50%, -50%);
}


/* how its work end */



/* brand carosuel */



.bg-search {
    width: 100%;
    height: 100%;
    padding: 35px 65px;
    border-radius: 20px;
    background: #222;
    z-index: 1;
    position: relative;
}

.owl-theme[_ngcontent-ng-c2947750150] {
    display: block;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-item img.owl-lazy {
    opacity: 1 !important;
}

.owl-carousel .owl-item .owl-lazy {
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.box-search img {
    width: auto;
    height: auto;
}

.box-search {
    border-radius: 15px;
    padding: 15px;
    background: linear-gradient(to top, #a1a2a9, #ebebf5, #cbccd4);
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

input,
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #222;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    background-image: none;
    border: none;
    border-radius: 30px;
}

/* brand carosuel end */




/* cars carosuel section */

.cars1 {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.title-logo {
    width: 180px;
    display: block;
    margin: auto;
}

.cars1 .cars1-carousel {
    position: relative;
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.cars1-carousel .owl-stage-outer {
    overflow: visible !important;
}

.cars1 .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.cars1 .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform .5s ease;
}

.cars1 .item .img img {
    height: 100%;
    max-width: 100% !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.cars1 .item .con.opacity-1 {
    opacity: 0;
}

.cars1 .item .con {
    position: relative;
    display: block;
    background-color: #222;
    padding: 15px 20px;
    margin-top: -55px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    transition: all .5s ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    border-radius: 20px;
}

.cars1 .item .con .title,
.cars1 .item .con .title a {
    font-size: 21px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.2em;
    transition: all .5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.info-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}

.p-sm-2 span {
    display: block;
    font-size: 12px;
}

.info-text span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-text span {
    font-weight: 600;
}

.detail-ico {
   /* min-width: 20px;
    width: 20px !important;
    margin-right: 10px;*/
}

.owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}
.info-text{

}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cars1 .owl-theme .owl-nav {
    top: 35% !important;
}

.cars1 .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.cars1 .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.cars1 .owl-theme .owl-nav .owl-next {
    margin-right: -70px;
    border: 10px solid #000;
}

.cars1 .owl-theme .owl-nav .owl-prev {
    margin-left: -70px;
    border: 10px
}

.cars1 .owl-theme .owl-nav [class*=owl-] {
    width: 90px;
    height: 90px;
    line-height: 53px;
    background-color: #d0b672;
    background-image: linear-gradient(90deg, #715126, #d0b672);
    border-radius: 100%;
    color: #1b1b1b;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* cars carosuel section end */










/* footer */

.footer-top .widget-area {
    background: #222;
    padding: 30px;
    border-radius: 20px;
}

.footer {
    background-color: #000;
}

.footer .footer-top .widget .widget-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
}

.footer .widget .widget-title,
.brand-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.widget-newsletter {
    position: relative;
}

.footer-middle {
    padding-top: 120px;
    margin-top: -70px;
}

.gradient-bg {
    background-color: #1b1b1b;
    background-image: linear-gradient(180deg, #1b1b1b, #000);
}

.footer-logo {
    width: 180px;
    margin-bottom: 15px;
}

.footer-logo img {
    width: 100%;
}

.contact-widget li {
    margin-bottom: 5px;
}

.footer-middle a {
    font-size: 18px;
    color: #909090;
    font-weight: 400;
}

.contact-widget img {
    width: 18px;
    margin-right: 10px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.footer .usful-links ul {
    margin: 0;
    padding: 0;
}

.footer .usful-links ul li {
    margin-bottom: 5px;
}

.footer .usful-links ul li a {
    color: #909090;
    position: relative;
    cursor: pointer;
}

.footer-brand-list {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.brand-list li {
    position: relative;
    padding-right: 30px;
}

.brand-list li:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 1px;
    height: 50%;
    transform: translateY(-50%);
    background: #909090;
}

.footer .footerstyle ul li span {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #909090;
    font-weight: 400;
}

.brand-list li:last-child:before {
    display: none;
}

.copyright {
    padding-top: 40px;
    padding-bottom: 40px;
}

.copyright p {
    color: #909090;
    font-size: 18px;
}

.cms-link li a {
    padding-left: 15px;
    text-decoration: underline;
}

.footer-middle a {
    font-size: 18px;
    color: #909090;
    font-weight: 400;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #222;
    color: #fff;
    font-weight: 300;
    margin-left: 5px;
    transition: all .4s;
    border-radius: 100%;
}

.social-icons li a {
    color: #fff;
    font-size: 12px;
}

/* footer end */




/* listing page */


[data-overlay-dark] {
    position: relative;
}

.bg-img {
    background-size: cover;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-banner {
    height: 400px;
}

[data-overlay-dark="7"]:before {
    opacity: .7;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-dark]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

h1 {
    font-size: 42px;
}

.listing_page h1 {
    font-weight: 600;
}

.listing-top-section {
    margin-top: -45px;
}

.breadcrumb[_ngcontent-ng-c798767999] li[_ngcontent-ng-c798767999]:after {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.breadcrumb a {
    color: #909090;
}

.breadcrumb[_ngcontent-ng-c798767999] li[_ngcontent-ng-c798767999]:last-child:after {
    content: "";
}

.breadcrumb[_ngcontent-ng-c798767999] li[_ngcontent-ng-c798767999]:after {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.count-title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.inner-filter-box .filter-btn {
    height: 50px;
    border-radius: 50px;
    min-width: 50px;
    max-width: 50px;
    margin-left: 0 !important;
    border: 2px solid rgba(255, 255, 255, .3);
    display: flex;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inner-filter-box .filter-btn img {
    width: 18px !important;
}

.sort-label {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    min-width: 80px;
    margin-left: 15px;
}

.select-arrow {
    position: relative;
}

.select-arrow:before {
    content: "";
    background: url(../assets/img/select-SD52E2FE.svg);
    background-size: 13px;
    width: 13px;
    height: 10px;
    position: absolute;
    top: 21px;
    right: 10px;
    background-repeat: no-repeat;
}

.inner-filter-box .form-select {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    min-width: 300px;
}

.filter-btn {
    transition: all .3s;
    height: 75px;
    border: none;
    border-radius: 75px;
    min-width: 75px;
    max-width: 75px;
    border: 2px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.filter-btn:hover {
    background: linear-gradient(90deg, #715126, #d0b672);
    transform: translate3d(0, -6px, .01px);
    border-color: transparent;
    border: 0px solid rgba(255, 255, 255, .3);
}


.cars2 {
    position: relative;
}

.cars2 .car-list {
    position: relative;
}

.cars2 .car-list .item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cars2 .car-list .item {
    background: #222;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #2E2E2E;
}

.cars2 .car-list .item figure {
    position: relative;
    width: 100%;
    margin: 0 0 0 auto;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

figure {
    margin: 0 0 1rem;
}

.cars2 .car-list .item figure img {
    transition: all .5s;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.cars2 .car-list .item .content {
    display: flex;
    flex: 1 1 auto;
}

.cars2 .car-list .item .content {
    width: 100%;
    padding: 0 15px 15px;
    background: #222;
    border-radius: 0 0 10px 10px;
}

.cars2 .car-list .item .content .cont {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cars2 .car-list .item .content .cont {
    vertical-align: middle;
}

.cars2 .car-list .item h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.cars2 .car-list .item h3 a {
    color: white;
}

.cars2 h3 {
    color: #fff;
    font-size: 21px;
}

.cars2 .car-list .item .content .cont .book {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.cars2 .car-list .item .content .cont .book>div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.cars2 .car-list .item .content .cont .book .price {
    font-size: 24px;
    line-height: 1.2em;
    color: #bba061;
    font-weight: 300;
}

.cars2 .car-list .item .content .cont .book .price span {
    color: #fff;
    margin-bottom: 0;
    margin-left: 5px;
}

.cars2 .car-list .item .content .cont .book>div:nth-child(2) {
    padding-right: 0;
    font-size: 15px;
    line-height: 1.2em;
}

.cars2 .car-list .item .content .cont .book>div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.emi-options {
    margin: 0 15px;
}

.cars2 .car-list .item .content .cont .book .emi-options .price {
    font-size: 18px;
    text-decoration: underline;
}

.cars2 .car-list .item .content .cont .book .price {
    font-size: 24px;
    line-height: 1.2em;
    color: #bba061;
    font-weight: 300;
}


.emi-options .price {
    font-size: 18px;
    text-decoration: underline;
}

.cars2 .car-list .item .content .cont .book .price span {
    color: #fff;
    margin-bottom: 0;
    margin-left: 5px;
}

.item .content .row.gx-lg-2 {
    margin-top: auto;
}

.info-box {
    background: #000;
    border-radius: 10px;
    border: 1px solid #909090;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 7px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}


.info-box img {
    height: 20px;
    width: 100%;
}

@media (max-width: 1366px) {
    .info-box {
        font-size: 14px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 1366px) {
    .info-box img {
        display: block;
        margin: auto;
    }
}

.p-sm-2 .info-box span {
    font-size: 16px;
    display: inline-block !important;
}

.p-sm-2 span {
    display: block;
    font-size: 12px;
}

.p-sm-2 .info-box span {
    font-size: 16px;
    display: inline-block !important;
}

.p-sm-2 span {
    display: block;
    font-size: 12px;
}


.pagination-wrap {
    padding: 0;
    margin: 0;
    padding-top: 50px;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    background: #222;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid #222;
    border-radius: 100%;
    transition: border-color .3s ease, transform .3s ease, background-color .3s ease, color .3s ease;
    transform-style: preserve-3d;
}

.pagination-wrap li a i {
    font-size: 11px;
}

.ti-angle-left:before {
    content: "\e64a";
}

.pagination-wrap li a.active {
    background-color: #bba061;
    border: 1px solid #BBA061;
    color: #1b1b1b;
}

.ti-angle-right:before {
    content: "\e649";
}

/* listing page end */


/* car details page */

.cars1 .owl-theme .owl-nav {
    top: 35% !important;
    z-index: 1;
}

.cars1 .owl-theme .owl-nav .owl-prev {
    margin-left: -70px;
    border: 10px solid #000;
}

.cars1 .detail-carousel-arrow .owl-nav .owl-prev {
    margin-left: 0 !important;
}

.cars1 .owl-theme .owl-nav [class*=owl-],
.cars1 .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

.cars1 .owl-theme .owl-nav [class*=owl-] {
    width: 90px;
    height: 90px;
    line-height: 53px;
    background-color: #d0b672;
    background-image: linear-gradient(90deg, #715126, #d0b672);
    border-radius: 100%;
    color: #1b1b1b;
    font-size: 40px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-next span{margin-top: -8px;}
.owl-prev span{margin-top: -8px;}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cars1 .owl-theme .owl-prev,
.cars1 .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 14px;
}

.cars1 .owl-theme .owl-prev {
    left: 10px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #bba061;
    color: #1b1b1b;
    font-size: 10px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid #BBA061;
    transition: all .2s ease-in-out;
    transform: scale(1);
    border-radius: 100%;
}

.owl-theme .owl-prev {
    left: 10px !important;
}

.owl-prev {
    float: left;
}

.cars1 .owl-theme .owl-nav [class*=owl-] i {
    font-size: 24px;
    color: #000;
}

.cars1 .detail-carousel-arrow .owl-nav .owl-next {
    margin-right: 0 !important;
}

.cars1 .owl-theme .owl-next {
    right: 10px !important;
}

.owl-next {
    float: right;
}

.cars1 .owl-theme .owl-nav .owl-next {
    margin-right: -65px;
    border: 10px solid #000;
}

.cars1 .owl-theme .owl-nav .owl-prev {
    margin-left: -65px;
    border: 10px solid #000;
}

.car-details {
    position: relative;
}

.detail-price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.detail-price .price {
    font-size: 32px;
    color: #bba061;
    font-weight: 400;
}

.detail-price .price span {
    color: #fff;
    margin-left: 5px;
}

.detail-price .price span {
    color: #fff;
    margin-left: 5px;
}

.emi-options .price {
    font-size: 18px;
    text-decoration: underline;
}

.button-block {
    margin-left: 0 !important;
}

.border-btn {
    border: 1px solid #ABACB4 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    min-width: 130px !important;
}

.border-btn img {
    height: 20px;
    margin-bottom: 5px;
}

button.btn.theme-gradient-btn.rounded.fs-18 {
    margin-left: 15px;
}

.theme-gradient-btn {
    background: linear-gradient(90deg, #715126, #d0b672);
    height: 75px;
    border-radius: 60px;
    border: none !important;
    padding: 0 50px !important;
    /* font-size: 24px !important; */
    letter-spacing: 1px;
    font-weight: 500 !important;
    color: #fff !important;
    transition: all .3s;
}

.fs-18 {
    font-size: 18px;
}

.car-summery-box {
    padding: 25px 15px;
    background: #222;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.icon-box {
    background: #000;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    position: relative;
    display: block;
    margin: auto;
}

.icon-box img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.car-summery-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.car-summery-box p {
    text-align: left;
}

.icon-box .lg-ico {
    width: 76px;
}

b {
    font-weight: 700;
    color: #1b1b1b;
}







/*new*/
/* --- CAR SLIDER (matches your screenshot) --- */
.cars1 .owl-carousel .owl-stage-outer {
    padding: 20px 0 60px;
}

/* Cards + image */
.cars1 .item {
    background: transparent;
    border-radius: 24px;
    overflow: visible;
}

.cars1 .img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

/* Bottom spec card */
.cars1 .con {
    max-width: 88%;
    margin: -40px auto 0;
    background: #2b2b2b;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

.cars1 .title a {
    color: #fff;
    text-decoration: none;
}

.cars1 .price h5 {
    color: #fff;
    font-weight: 700;
}

.cars1 .info-text {
    display: flex;
    align-items: center;
   /* gap: 8px;*/
    color: #cfcfcf;
    font-size: 14px;
}

.cars1 .detail-ico {
    width: 18px !important ;
    height: 18px;
    margin-right:6px;
}

/* ---- BIG GOLD ROUND ARROWS ---- */
.cars1 .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
}

    .cars1 .owl-theme .owl-nav .owl-prev,
    .cars1 .owl-theme .owl-nav .owl-next {
        position: absolute;
        top: -45px;
        pointer-events: auto;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-image: linear-gradient(90deg,#715126,#d0b672);
        border: 10px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 30px rgba(0,0,0,.35);
        transition: transform .2s ease;
    }

    .cars1 .owl-theme .owl-nav .owl-prev {
        left: -70px;
    }

    .cars1 .owl-theme .owl-nav .owl-next {
        right: -70px;
    }

        .cars1 .owl-theme .owl-nav .owl-prev:hover,
        .cars1 .owl-theme .owl-nav .owl-next:hover {
            transform: scale(1.06);
        }

        .cars1 .owl-theme .owl-nav .owl-prev span,
        .cars1 .owl-theme .owl-nav .owl-next span,
        .cars1 .owl-theme .owl-nav [class*=owl-] i {
            font-size: 34px;
            line-height: 1;
            color: #1b1b1b;
            margin-top: -2px;
            display: block;
        }

/* Hide default small owl button look anywhere else */
.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    border: none;
}

/* Make each slide tall enough so cards never clip */
/*.cars1 .owl-carousel .owl-item {
    min-height: 520px;
}*/

/* car details page end */



/* payment form page */

.form-control {
    color: #fff !important;
}

.form-control {
    background-color: #000 !important;
    border-color: #333 !important;
    padding: 18.5px 20px !important;
    border-radius: 30px !important;
    margin-bottom: 10px;
}

.form-group label {
    color: #909090;
}

.form-group input::placeholder {
    color: #909090;
}

.theme-gradient-btn:hover {
    background: #fff;
    color: #000 !important;
    transform: translate3d(0, -6px, .01px);
    cursor: pointer;
}


/* payment page end */



/* header */

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding: 0;
    height: 100px;
    border: none;
}
.nav-scroll {
    background: #222;
    padding: 0;
    position: fixed !important;
    top: -100px;
    left: 0;
    width: 100%;
    transition: transform .5s;
    transform: translateY(100px);
    border: none;
}
/*.navbar .container-lg {
    max-width: 1580px;
}*/
.cars2 .info-box {
    display: flex !important;
    justify-content: space-evenly;
}

    .cars2 .info-box img {
        width: auto;
    }

.cars2 .col-lg-4 {
    margin-bottom: 20px;
}
.cars2 .info-box{display: flex !important;justify-content: space-evenly;}
.cars2 .info-box img{width: auto;}
.cars2 .col-lg-4{margin-bottom: 24px;}
.logo-wrapper {
    float: left;
}

.logo {
    padding: 0;
}

.logo-img {
    width: 280px;
    text-align: center;
}

.logo-wrapper {
    float: left;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar .navbar-right .wrap {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    margin-left: 20px;
}

.navbar .navbar-right .wrap .text {
    margin-left: 10px;
    position: relative;
}

.navbar .navbar-right .wrap .text h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #bba061;
    margin-bottom: 0;
}

.navbar .navbar-right .wrap .text h5 a {
    color: #fff;
    transition: all .5s ease;
    margin-left: 10px;
}

.navbar .navbar-right .wrap .text:last-child {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 2px solid #fff;
}

.navbar .navbar-right .wrap .text h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #bba061 !important;
    margin-bottom: 0;
}

.navbar .navbar-right .wrap .text h5 a {
    color: #fff;
    transition: all .5s ease;
    margin-left: 10px;
}

.menu.active {
    opacity: 0;
    visibility: hidden;
}

.menu {
    transition: .52s;
    z-index: 1111;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000fa;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu span {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 48px;
    cursor: pointer;
    background: none;
    z-index: 2;
}

.position-relative {
    position: relative !important;
}

.menu .links-container {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    margin-bottom: 0;
    padding: 0;
    z-index: 99900;
}

.menu .links-container>li {
    width: 50%;
    float: left;
}

.menu .links-container>li ul {
    padding-left: 10px;
}

.menu .links-container a {
    width: 100%;
    padding: 13px 0;
    font-size: 30px;
    opacity: 1;
    transform: translateY(0);
    text-decoration: none;
    color: #f5f5f5;
    transition: .6s cubic-bezier(.075, .82, .165, 1);
    position: relative;
    opacity: .7 !important;
    line-height: 1;
    display: flex;
    align-items: center;
}

.menu.active .links-container a {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease-in-out, transform .5s ease-in-out;
}

#mybutton {
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 4;
}

.Whatsapp {
    background-color: #25d366;
    color: #fff;
    font-size: 22px;
    padding: 14px 15px;
    border-radius: 30px;
    border-color: #d0b672;
    margin-right: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mybutton-2 {
    position: fixed;
    bottom: 60px;
    right: 80px;
    z-index: 2;
}

.call-ua {
    background-color: #d0b672;
    color: #fff;
    padding: 14px 15px;
    border-radius: 30px;
    border-color: #d0b672;
    margin-right: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-btn {
    border: none !important;
    margin-left: 25px;
}

/* header end */




/* blog listing page */

.blog-list[_ngcontent-ng-c3557663223] .sidebar[_ngcontent-ng-c3557663223] {
    background-color: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.blog-list[_ngcontent-ng-c3557663223] .latest-article-item[_ngcontent-ng-c3557663223] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding: 20px 0;
    position: relative;
}

.blog-list[_ngcontent-ng-c3557663223] .latest-article-item[_ngcontent-ng-c3557663223] img[_ngcontent-ng-c3557663223] {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-list[_ngcontent-ng-c3557663223] .article-title[_ngcontent-ng-c3557663223] {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.medium-font {
    font-size: 20px;
}

.blog-list[_ngcontent-ng-c3557663223] .article-info[_ngcontent-ng-c3557663223] {
    font-size: 18px;
    color: #ccc;
}

.blog-list[_ngcontent-ng-c3557663223] .latest-article-item[_ngcontent-ng-c3557663223]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #444;
    margin-top: 10px;
}

.blog-list[_ngcontent-ng-c3557663223] .tag-btn[_ngcontent-ng-c3557663223] {
    background-color: #2a2a2a;
    border: none;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blog-list[_ngcontent-ng-c3557663223] .card-custom[_ngcontent-ng-c3557663223] {
    background-color: #222;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
}

.blog-list[_ngcontent-ng-c3557663223] .card-img-top[_ngcontent-ng-c3557663223] {
    height: 1695x;
    object-fit: cover;
}

.blog-list[_ngcontent-ng-c3557663223] .card-body[_ngcontent-ng-c3557663223] {
    background: #222;
    padding: 0;
    margin-top: 10px;
}

.blog-list[_ngcontent-ng-c3557663223] .card-title[_ngcontent-ng-c3557663223] {
    font-size: 1.5rem;
}


.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #bba061;
    border: 1px solid #BBA061;
    color: #1b1b1b;
    transform: translate3d(0, -6px, .01px);
}

.form-control::placeholder {
    color: white !important;
}

.article-title a {
    color: white;
}

.blog_details img {
    width: 100%;
}

.blog_details {
    padding: 70px 0px;
}

.blog_details .blog_heading {
    padding-top: 40px;
}

.menu .links-container .menu-ico {
    height: 30px;
    max-width: 50px;
}

.blog-list .sidebar{
    background-color: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.blog-list .latest-article-item {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding: 20px 0;
    position: relative;
}
.blog-list .latest-article-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}
.blog-list .article-title {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.medium-font {
    font-size: 20px;
}

.blog-list .article-info {
    font-size: 18px;
    color: #ccc;
}

.blog-list .latest-article-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #444;
    margin-top: 10px;
}

.blog-list .tag-btn {
    background-color: #2a2a2a;
    border: none;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blog-list .tag-btn:hover{
    background-color: #2a2a2a;
    border: none;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* blog listing page end */

.menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    /* adjust */
    z-index: 9999;
}

.menu.active {
    opacity: 1;
    visibility: visible;
}




/* filter popup listing page */

.modal-content {
    background: #222;
    border-radius: 30px;
    background-color: #222 !important;
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 35px;
}

.modal-header {
    border: none !important;
}

.btn-reset {
    font-size: 18px;
    border-radius: 10px !important;
    padding: 7px 20px;
    /* margin-bottom: 10px; */
    border: none;
    transition: all .3s;
    color: #fff !important;
    background-color: #000 !important;
    line-height: normal;
}

.btn-reset img {
    width: 14px;
    /* margin-right: 5px; */
    padding: 0px;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
}

.btn-close {
    background: none;
    opacity: 1;
}

.modal-body {
    padding: 0 40px 40px !important;
}

.filter-section {
    margin-bottom: 10px;
}

.title-section-filter h4 {
    font-size: 28px;
    font-weight: 400 !important;
    color: #d0b672 !important;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.filter-section input[type=radio],
.filter-section input[type=checkbox] {
    display: none;
}

.filter-section label {
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    padding: 9px 30px;
    margin-bottom: 10px;
    border: none;
    transition: all .3s;
    color: #fff;
    background: #000;
    cursor: pointer;
}

.svg-car {
    margin: 10px 0;
    width: 70px;
}

.select-arrow {
    position: relative;
}

.select-arrow:before {
    content: "▿";
    background: url(./media/select-SD52E2FE.svg);
    background-size: 13px;
    width: 13px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 10px;
    background-repeat: no-repeat;
    color: white;
}

.select-dark {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    height: 50px;
    font-size: 18px;
}

.filter-submit .btn {
    height: 50px;
    letter-spacing: 0;
    border-radius: 5px;
    width: 100%;
    margin-top: 15px;
}

.filter-section input[type=radio]:checked+label,
.filter-section input[type=checkbox]:checked+label {
    background: linear-gradient(to right, #715126, #d0b672);
}


#filter-modal {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#filter-modal.show {
    display: block;
    opacity: 1;
    background-color: #0000007a;
}

.modal {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* filter popup listing page end */



/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* Popup */
.popup-box {
    position: relative;
    background: #222;
    padding: 40px;
    border-radius: 12px;
    width: 40%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.5s ease;
}

.popup-box h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
}

.popup-box input,
.popup-box textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 16px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.popup-box textarea {
    resize: none;
    height: 80px;
}

.popup-box button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #715126, #d0b672);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.popup-box button:hover {
    background: #fff;
    color: #000;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}




/* why us */

.whyus-img-1 img {
    height: 400px;
    border-radius: 20px;
    box-shadow: 0 0 8px #ffffff17;
}

.reserve-ownluxury-list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    border: 1px solid #cacaca;
    border-radius: 10px;
    width: 69px;
    height: 69px;
    min-width: 69px;
    min-height: 69px;
}

.reserve-ownluxury-list span {
    font-size: 16px;
    color: #909090;
}

.experience-content .text h5 strong {
    font-weight: 500;
}

.icon-px {
    padding: 0 380px;
}

.icon-px hr {
    border-top: .1px #ffff solid;
    margin-top: 30px;
}

/* why us end */



/* about us  */

.about .title-section h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 22px 0;
}

.about .title-section p {
    font-size: 20px;
    font-weight: 400;
    margin: 22px 0;
}

.our-ups {
    margin: 100px 0;
}

.img-car-up {
    padding: 0 15px;
}

.img-car-up img {
    width: 100%;
    border-radius: 20px;
}

.our-ups .title-section h5 {
    font-size: 30PX;
    font-weight: 400;
    margin-bottom: 0;
}

.our-ups .title-section p {
    font-weight: 300;
    font-size: 18px;
    padding: 0 90px;
}

/* about us end */


/* insurance page */

.insurance-form .title-section {
    background-color: #222;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}

.insurance-form h5 {
    font-weight: 400;
    margin-bottom: 8px;
}

.insurance-form form {
    background-color: #111;
    border-radius: 0 0 10px 10px;
    padding: 30px;
}

.insurance-form label {
    font-size: 20px;
}

.insurance-form .form-control {
    background-color: #000;
    border-color: #333;
    padding: 18.5px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.sellyrcarfrm-grp .inputgrp.fileinputgrp {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 7px 0;
}

.sellyrcarfrm-grp .inputgrp.fileinputgrp {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 7px 0;
}

.sellyrcarfrm-grp .inputgrp.fileinputgrp>label {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: 0;
    border: 1px dashed #ccc;
    background-color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.insurance-form h5 {
    font-weight: 400 !important;
    margin-bottom: 8px;
}

.call-form a {
    color: #bba061;
    font-size: 26px;
    font-weight: 600;
}

.call-form a:hover {
    color: #715126;
    font-size: 28px;
}

button.btn.btn-dark.btn-block {
    padding: 10px 50px;
    border-radius: 26px;
    font-size: 20px;
}

.insurance-form .btn-dark-submit {
    background: linear-gradient(90deg, #715126, #d0b672);
}

.insurance-form .btn-dark-submit:hover {
    background: #fff;
    color: #000;
}

/* assured section */

.icon-section-carinsurance .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.icon-section-carinsurance ul li {
    padding: 0 40px;
}

.icon-section-carinsurance ul>li img {
    background: #222;
    border-radius: 20px;
}

.icon-section-carinsurance h6 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-top: 20px;
}

.icon-section-carinsurance h6 span {
    font-weight: 400;
}

.icon-box-carinsurance {
    background: transparent;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 30px;
}

.icon-box-carinsurance img {
    background: #222;
    padding: 30px;
    border-radius: 15px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

.icon-box-carinsurance h4 {
    margin-top: 10px;
    font-size: 28px;
}

.icon-box-carinsurance p {
    font-size: 22px;
}

/* insurance end */


.nav-scroll {
    background: #222 !important;
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: transform .5s;
    transform: translateY(100px);
    border: none;
}


.breadcrumb a:after {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.breadcrumb a:last-child:after {
    content: "";
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot{border: none;}




/* contact support page */

.contact-box {
    position: relative;
    margin-bottom: 0;
    margin-top: -100px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.js .animate-box {
    opacity: 1;
}
.contact-box .item {
    background: #222;
    padding: 60px 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color .3s ease, transform .3s ease, color .3s ease;
    transform: translateZ(0) scaleZ(1) rotateX(0) rotateY(0) rotate(0) skew(0);
    transform-style: preserve-3d;
    border-radius: 20px;
}
.contact-box .item span {
    font-size: 35px;
    color: #bba061;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    transition: .5s;
}

.contact-box .item h5 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0;
}
.contact-box .item p, .contact-box .item a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact h5 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.contact input{margin-bottom: 15px;}
.contact textarea{margin-bottom: 15px;}


.banner-section .text-section-banner .text-content h1 {
    font-size: 55px;
    line-height: normal;
}

.banner-section .text-section-banner .text-content h1 span {
    color: #d0b672;
    font-weight: 400;
}
.banner-deatil-section {
    padding: 18px 0 35px;
}
.banner-section .icon-text-section {
    display: flex
;
    align-items: center;
}
.banner-section .icon-text-section .icon-box-item {
    display: inline-block;
    border: 1.5px solid #D0B672;
    padding: 15px;
    border-radius: 10px;
}
.banner-section .icon-text-section .icon-box-item img {
    width: 30px;
}
.banner-section .icon-text-section .icon-text h5 {
    margin-bottom: 0;
    font-size: 24px;
    margin-left: 15px;
    font-weight: 300;
}

.theme-gradient-btn-1 {
    background: linear-gradient(90deg, #715126, #d0b672);
    border: none !important;
    height: auto !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    color: #222;
    transition: all .3s;
    padding: 15px 50px !important;
    border-radius: 30px !important;
}

a.btn.theme-gradient-btn-1.btn-md.mt-3 {
    background: #fff;
    color: #000;
}
.banner-section a {
    display: inline-block;
}


.btn-md {
    height: 50px;
    border-radius: 5px;
    padding: 0 50px;
    font-size: 18px;
}

.banner-section .button-1, .btns-grp .button-1 {
    min-width: 230px !important;
}

.form-detail {
    background-color: #111;
}
.section-title {
    font-size: 48px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 200;
}
.form-detail .section-title h2 {
    font-size: 55px;
    text-align: center;
}
.authrzdlxrycarbuyr-sec .cntnt-clmn {
    padding: 30px;
}
.authrzdlxrycarbuyr-sec .cntnt-clmn {
    padding: 30px;
}
.authrzdlxrycarbuyr-sec .cntnt-grp {
    color: #000;
    font-family: Barlow, arial;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6;
}
.authrzdlxrycarbuyr-sec .cntnt-grp ul {
    padding: 0 0 20px;
    margin: 0;
    list-style: none;
}
.authrzdlxrycarbuyr-sec .cntnt-grp ul li:first-child {
    border-top: 0 none;
}
.authrzdlxrycarbuyr-sec .cntnt-grp ul li {
    padding: 10px 0 10px 45px;
    margin: 0;
    position: relative;
    border-top: 1px solid #333;
    font-size: 20px;
    color: #fff;
}
.authrzdlxrycarbuyr-sec .cntnt-grp ul li:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: auto;
    width: 25px;
    height: 20px;
    background-image: url("../assets/img/tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.authrzdlxrycarbuyr-sec .frm-grp, .sellyrcar-contactus-sec .frm-grp
 {
    padding: 25px 20px;
    box-shadow: 0 0 20px #0000000d;
    border-radius: 15px;
    background-color: #000;
    width: 90%;
    max-width: 517px;
    margin: 0 0 0 auto;
}
.card {
    border: none !important;
    border-radius: 10px;
}
.card-header:first-child {
    background: #000 !important;
}
.card-body {
    background-color: #000;
}
.card-body .form-group label {
    font-size: 20px;
    margin-bottom: 10px;
}
.form-control {
    background-color: #000;
    border-color: #333;
    padding: 18.5px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.form-control {
    color: #fff;
}

.section-title {
    font-size: 48px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 200;
}
.sellyrcar-otherbrands-sec .section-title h2 {
    font-size: 55px;
}
.brandlist-grp ul {
    display: flex
;
    flex-wrap: wrap;
    padding: 42px 0;
    margin: 0 -8px;
    list-style: none;
}
.brandlist-grp ul>li {
    width: 12.5%;
    padding: 8px;
    margin: 0;
}
.sellyrcar-otherbrands-sec .brandlist-grp ul>li>a {
    background-color: #222;
}
.brandlist-grp ul>li>a {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.purchaseusedcar-sec ul.benefits-list {
    padding-top: 5px;
}
ul.benefits-list {
    display: flex
;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.benefits-list>li {
    width: 25%;
    padding: 35px 15px;
    text-align: center;
}
.purchaseusedcar-sec .li-innr {
    border: none;
}
.li-innr {
    display: block;
    border-bottom: 1px solid #333;
    padding: 0 0 5px;
}
ul.benefits-list>li .li-innr .icon.accidentshield {
    background-image: url(./media/accidentalhistory-icon-CZ5YPMD2.png);
    background-size: 38%;
}
ul.benefits-list>li .li-innr .icon {
    display: inline-flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin: 0 auto 25px;
    background-color: #222;
    border-radius: 25px;
    width: 90%;
    max-width: 127px;
    min-width: 127px;
    height: 128px;
    min-height: 128px;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center center;
}
.li-innr span {
    color: #666;
    font-weight: 600;
    margin-top: 15px;
}
.purchaseusedcar-sec ul.benefits-list>li .li-innr .cntnt {
    opacity: .9;
}

ul.benefits-list>li .li-innr .cntnt {
    display: block;
    max-width: 301px;
}
.li-innr span {
    color: #666;
    font-weight: 600;
    margin-top: 15px;
}
.li-innr h6 {
    font-size: 20px;
}
ul.benefits-list>li .li-innr .icon.accidentshield {
    background-image: url("../assets/img/accidentalhistory-icon-CZ5YPMD2.png");
    background-size: 38%;
}
ul.benefits-list>li .li-innr .icon.litigations {
    background-image: url("../assets/img/iitigations-icon-6HFEGW6E.png");
}
ul.benefits-list>li .li-innr .icon.odometer {
    background-image: url("../assets/img/odometertampering-icon-TYYEZ5ZQ.png");
}
ul.benefits-list>li .li-innr .icon.recordcheck {
    background-image: url("../assets/img/nationalcrime-recordcheck-icon-EUBNADEF.png");
    background-size: 38%;
}
ul.benefits-list>li .li-innr .icon.cardriven {
    background-image: url("../assets/img/car-pickdrop-service-icon-MJQ7EIU2.png");
}
ul.benefits-list>li .li-innr .icon.servicehistory {
    background-image: url("../assets/img/servicehistorycheck-icon-FTOZF27K.png");
    background-size: 38%;
}
ul.benefits-list>li .li-innr .icon.insuranceshield {
    background-image: url("../assets/img/insurancehistorycheck-icon-H22UHSH3.png");
}
ul.benefits-list>li .li-innr .icon.evaluation {
    background-image: url("../assets/img/physicalevaluation-icon-NQH5SPT7.png");
    background-size: 40%;
}

.compare-section {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.emi-calculator-content {
    background: #222;
    padding: 30px;
    margin-bottom: 100px;
    border-radius: 20px;
}

.select-arrow {
    position: relative;
}
.select-dark {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    height: 50px;
    font-size: 18px;
}
.section-title {
    font-size: 48px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 200;
}


.emi-calculator-content .text-content h4 span {
    color: #f6d787;
}
span.soldout, span.bookedCar {
    position: absolute;
    top: 14px;
    right: 0;
    background: #c90000;
    z-index: 1;
    padding: 5px 15px;
    border-bottom-left-radius: 50px;
    min-height: 40px;
    border-top-left-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

/* emi page */
.wrap{max-width:1200px;margin:0 auto}
.group{margin:20px 0 35px; position:relative}
.title{
  font-family:"Barlow Condensed", sans-serif;
  font-size:21px; line-height:.95; letter-spacing:.3px; font-weight:700;
  margin:0 0 20px;
}
/* .row{display:grid; grid-template-columns:80px 1fr; gap:16px; align-items:center} */
.rupee{
  font-family:"Barlow Condensed", sans-serif;
  font-size:72px; line-height:1; opacity:.95;
}
/* range container */
.range{
  position:relative; width:100%; padding-top:0px; /* room for bubble */
}
/* value bubble above track */
.bubble{
  position:absolute; top:-20px; transform:translateX(-50%);
  color:var(--accent); font-weight:700; font-size:20px; letter-spacing:.5px;
  font-family:"Barlow Condensed", sans-serif;
  pointer-events:none; white-space:nowrap;
}
/* the slider */
input[type="range"]{
  -webkit-appearance:none; width:100%;
  background:transparent; height:38px; /* click area */
  cursor:pointer;
}
/* track */
input[type="range"]::-webkit-slider-runnable-track{
  height:6px; background:var(--track); border-radius:999px;
}
input[type="range"]::-moz-range-track{
  height:6px; background:var(--track); border-radius:999px;
}
/* thumb */
input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none; margin-top:-8px; /* centers thumb */
  width:22px; height:22px; border-radius:50%;
  background:var(--thumb); border:2px solid #fff;
  box-shadow:0 2px 10px rgba(0,0,0,.4);
}
input[type="range"]::-moz-range-thumb{
  width:22px; height:22px; border-radius:50%;
  background:var(--thumb); border:2px solid #fff;
  box-shadow:0 2px 10px rgba(0,0,0,.4);
}
/* min / max labels under track */
.scale{
  display:flex; justify-content:space-between; align-items:center;
  margin-top:10px; font-size:20px; color:var(--text);
  font-family:"Barlow Condensed", sans-serif; opacity:.95;
}
/* center tick value (for the mid % and 60 in months) */
.scale .mid{position:absolute; left:50%; transform:translateX(-50%); color:var(--accent)}
/* divider line appearance like screenshot */
/* .divider{
  height:6px; width:100%; background:var(--muted); opacity:.35; border-radius:999px;
  position:absolute; left:0; top:calc(22px + 10px);
  pointer-events:none;
} */




/* faq page */

.faq { color:#fff; padding:70px 0px;text-align: center;}
  .tab { display:inline-block; margin:0 40px 14px 0; padding:10px 16px; border-radius:10px;
         background:#2a2a2a; color:#ddd; border:1px solid #383838; cursor:pointer; user-select:none;text-align: center; }
  /* hide radios */
  #tab1, #tab2, #tab3, #tab4 { display:none }

  /* active tab */
  #tab1:checked + .tab, #tab2:checked + .tab, #tab3:checked + .tab, #tab4:checked + .tab {
    background: linear-gradient(to right, #715126, #f6d787); color:#111; font-weight:700;text-align: center;
  }

  .tab h6{margin-top: 10px;}

  .content{ padding-top:40px }

  /* RESET any theme override */
  .faq-panel{ display:none !important }

  /* show only the selected panel */
  #tab1:checked ~ .content #panel1,
  #tab2:checked ~ .content #panel2,
  #tab3:checked ~ .content #panel3,
  #tab4:checked ~ .content #panel4 { display:block !important; animation:fade .2s ease }

  details{ border-bottom:1px solid #2a2a2a; padding:14px 0;text-align: left; }
  summary{ list-style:none; cursor:pointer; position:relative; font-size:24px; color:#abacb4 }
  summary::-webkit-details-marker{ display:none }
  summary:after{ content:"+"; position:absolute; right:0; top:0; color:#9a9a9a; font-weight:700 }
  details[open] summary:after{ content:"–" }
  .ans{ margin-top:10px; line-height:1.6; color:#cfcfcf; background:#161616; border-radius:10px; padding:12px 14px;font-size: 20px; }
  @keyframes fade{ from{opacity:.6} to{opacity:1} }




@media (max-width:820px){
  .title{font-size:38px}
  .rupee{font-size:56px}
  .scale{font-size:22px}
  .bubble{font-size:24px}
  .row{grid-template-columns:60px 1fr}
}


/* compare page */
.compare-section {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.compare-car {
    background: #222;
    width: 100%;
    border-radius: 20px;
    padding: 50px;
}
.compare-car h2 span {
    color: #f6d787;
}
.compare-car h3 {
    font-size: 22px;
    letter-spacing: 0;
    color: #f6d787 !important;
}

.silder {
    margin: 100px 0;
}
.comper-box {
    background: #222;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.comper-box img {
    border-radius: 10px;
}
.comper-box p {
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.vs {
    color: #fff;
    border-radius: 100%;
    background: linear-gradient(to right, #715126, #d0b672);
    height: 40px;
    width: 440px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.slider .owl-theme .owl-nav {
    margin-top: 10px;
    display: block;
}

.two_btns{display: flex;gap: 10px;}

/* responsive  */

@media (max-width: 1366px) {
    .brandlist-grp ul>li>a {
        font-size: 15px;
        padding: 10px 12px;
        border-radius: 20px;
    }
    .brandlist-grp ul>li>a>img {
        max-width: 70%;
        max-height: 40%;
    }
}

@media (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 98%;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 98% !important;
    }
    .hero_section h1{
        font-size: 36px !important;
    }
    .theme-gradient-btn {
        font-size: 16px;
    }
    .navbar .navbar-right {
        display: none;
    }

    .about .section-subtitle, .about .section-title, .about p {
        text-align: center;
        width: 100%;
    }
    .section-title {
        font-size: 35px;
    }
    .section-subtitle {
        font-size: 16px;
    }
    .section-padding {
        padding: 70px 0;
    }
    .dark-box {
        height: auto;
    }
    .works-step {
        margin-bottom: 20px;
        height: auto;
    }
    .works-step:before{
        display: none;
    }
    .footer .footer-top .widget .widget-title {
        font-size: 24px;
    }
    .cms-link {
        justify-content: center;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

    .nav-scroll .logo-img {
        width: 150px;
    }

    .logo-img {
        margin-bottom: 0;
        width: 180px;
        padding: 0;
    }

    .navbar {
        padding: 0;
        background: transparent;
        height: 55px;
    }
    .bg-search {
        padding: 20px;
    }
    .box-search {
        height: 100px;
    }
    .cars1 .owl-theme .owl-nav .owl-prev{display: none;}
    .cars1 .owl-theme .owl-nav .owl-next{display: none;}
    .owl-theme .owl-dots, .owl-theme .owl-nav{display: none;}
    .car-summery-box p {
        text-align: center;
    }
    .whyus-img-1 img{width: 100% !important;margin-bottom: 20px;}
    .reserve-ownluxury-list .text {
        margin-left: 20px;
    }
    .reserve-ownluxury-list {
        margin-top: 30px;
    }
    .inspection img {
        width: 75% !important;
    }
    .icon-px {
        padding: 0 !important;
    }
}


@media (max-width: 768px) {
    .owl-carousel .owl-item img.owl-lazy {
        opacity: 1 !important;
      /*  width:80%;*/
    }
    #mybutton-2 {
        position: fixed;
        bottom: 10px;
        right: 80px;
        z-index: 6;
    }
    #mybutton {
        position: fixed;
        bottom: 10px;
        right: 50px;
        z-index: 6;
    }

    .hero_section {
        background-position: center;
        padding: 120px 0px 70px;
    }
    .inner-banner {
        height: 250px;
    }
    .inner-filter-box {
        text-align: center;
    }
    .inner-filter-box .form-select {
        margin-left: 10px;
        min-width: auto;
    }
    .filter-section label {
        font-size: 16px;
    }
    .modal .modal-dialog .modal-content .modal-header{
        padding: 20px;
    }
    .modal-body{padding: 0 20px 20px !important;}
    .section-padding {
        padding: 40px 0;
    }
    .our-ups {
        margin: 10px 0;
    }
    .our-ups .title-section p{
        padding: 0px;
        padding-top: 20px;
    }
    .compare-car{padding: 30px;}
    .compare-car h3 {
        font-size: 16px;
        
    }
    .silder {
        margin: 40px 0;
    }
    .silder h2{text-align: center;}
    .title {
        font-size: 18px;
    }
    .bubble {
        font-size: 17px;
        left: calc(0% + 28px);
        position: relative;
        transform: initial;
        left: 0 !important;
        top: 0;
    }
    .tab{
        margin: 0 10px 14px 0;
    }
    summary{
        font-size: 20px;
    }
    .popup-box {
        position: relative;
        background: #222;
        padding: 25px;
        border-radius: 12px;
        width: 90%;}
        .mb-30 {
            margin-bottom: 30px !important;
        }
        .banner-section .text-section-banner .text-content h1 {
            font-size: 25px;
        }
        .banner-section .icon-text-section .icon-text h5 {
            font-size: 18px;
        }
        .two_btns{display: block !important;}
        .sellyrcar-banner-sec img{width: 100%;}
        .form-detail .section-title h2 {
            font-size: 35px;
            line-height: normal;
        }
        .authrzdlxrycarbuyr-sec .cntnt-grp ul li {
            font-size: 18px;
        }
        .authrzdlxrycarbuyr-sec .frm-grp {
            width: 100% !important;
        }
        .sellyrcar-otherbrands-sec .section-title h2 {
            font-size: 40px;
        }
        .brandlist-grp ul>li {
            width: 33.33%;
        }
        ul.benefits-list {
            display: block;
        }
        ul.benefits-list>li {
            text-align: left;
            width: 100%;
            padding: 13px 10px;
        }
        ul.benefits-list>li .li-innr {
            display: flex
    ;
            align-items: center;
            width: 95%;
            max-width: 350px;
            margin-left: auto;
            margin-right: auto;
        }
        ul.benefits-list>li .li-innr .icon {
            width: 85%;
            max-width: 77px;
            min-width: 77px;
            height: 77px;
            min-height: 77px;
            padding: 17px;
            border-radius: 15px;
            margin: 0 20px 0 0;
        }
   
    
}


@media (max-width: 575px) {
    .search-section {
        /* margin-top: -150px; */
        background-color: #000;
        margin-top: 0px;
    }
    .p-sm-2 .info-box span {
        font-size: 12px;
        display: inline-block !important;
    }
    .cars2 .info-box {
        display: block !important;
        justify-content: space-evenly;
    }
    .info-box{
        background:transparent;
        border:none;
        padding:0px;
    }


    .filter-section .text-center {
        margin: 0 5px 0 0 !important;
        width: calc(50% - 5px);
    }
    .filter-section label {
        width: 100%;
        margin-bottom: 5px;
    }
    .filter-section label {
        padding: 7px 20px;
    }
    .svg-car {
        margin: 10px auto;
    }
    .car-summery-box h3 {
        font-size: 16px !important;
    }
    .icon-box img {
        width: 30px !important;
    }
    .icon-box {
        height: 60px !important;
        width: 60px !important;
    }
    .car-details{padding-bottom: 0px;}
    button.btn.theme-gradient-btn.rounded.fs-18 {
        margin-top: 15px;
    }
}



@media(max-width:1400px){
    .hero_section h1{font-size:48px}
}

@media(max-width:1200px) {
    .hero_section h1 {
        font-size: 42px
    }
}


