*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}


@font-face {
    font-family: "EudoxusSans-Regular";
    src: url(../fonts/EudoxusSans-Regular.ttf);
}

@font-face {
    font-family: "AktivGrotesk-Medium";
    src: url(../fonts/AktivGrotesk-Medium.ttf);
}

@font-face {
    font-family: "AktivGrotesk-Regular";
    src: url(../fonts/AktivGrotesk-Regular.ttf);
}

@font-face {
    font-family: "AktivGrotesk-Light";
    src: url(../fonts/AktivGrotesk-Light.ttf);
}

@font-face {
    font-family: "AktivGrotesk-Thin";
    src: url(../fonts/AktivGrotesk-Thin.ttf);
}

@font-face {
    font-family: "OpenSans-Light";
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: "OpenSans";
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url(../fonts/OpenSans-SemiBold.ttf);
}

.container-main {
    max-width: 1450px;
    margin: 0 auto;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all .2s;
}

.main-header.scrolled {
    background-color: #000000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.mob-header {
    display: none;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 35px;
}

.header-logo {
}

.header-links ul {
    display: flex;
}

.header-links ul li {
    font-family: "EudoxusSans-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #ffffff;
    padding-right: 30px;
}

.header-links ul li a {
    color: #ffffff;
    padding: 0;
}

.header-cta a {
    font-family: "AktivGrotesk-Medium";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    width: 175px;
    height: 46px;
    background-color: #f9c808;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

body.inner .main-header {
    background-color: #fff;
}

body.inner .header-links ul li a {
    color: #000;
    padding: 0;
}

body.inner .header-logo img {
    filter: invert(1);
}

body.inner .main-header {
    border-bottom: 1px solid #f5f5f5;
}

.homebanner-main {
    position: relative;
}

.homebanner-bg {
    height: 100vh;
}

.homebanner-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}

.homebanner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mob-img {
    display: none;
}

.homebanner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.homebanner-info .container-main {
    height: 100%;
}

.homebanner-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 85px;
}

.homebanner-content p {
    font-family: "AktivGrotesk-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 57px;
    text-transform: uppercase;
    color: #ffffff;
}

.homebanner-content h1 {
    font-family: "AktivGrotesk-Medium";
    font-size: 60px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 30px;
    max-width: 800px;
}

.homebanner-content a {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #020202;
    font-weight: 500;
    width: 216px;
    height: 50px;
    background-color: #f9c808;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

.vb-brand-logo-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.vb-brand-logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    width: 16.66%;
    height: 60px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.explore-desgins-main {
    background-image: url(../images/beach-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    background-position: center;
}

.explore-designs-tab {
    padding-top: 50px;
}

.instagram-section-wrapper{
    margin-bottom: 20px;

}
.img-calendly-inst{
    width: 100%;
    aspect-ratio: 1/1.10;
    object-fit: cover;
    border-radius: 12px;

}

.calendly-inst-subs{
    display: flex;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid #E1E4EB;
    background:  #F6F7F9;
}

.calendly-inst-subs-svg{
    width: 24px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    background: #F9C808;
}

.calendly-inst-title{
    color:  #0D0D0D;
    text-align: center;
    font-family: Inter;
    font-size: 88px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 114.4px */
    text-transform: capitalize;
}


.blur-reviews-left{
    background: linear-gradient(90deg, #FFF 10%, rgba(255, 255, 255, 0.00) 100%);    
    width: 10%;
    height: 100%;
    top: 0;
    left: -1px;
    position: absolute;
    z-index: 10;

}

.blur-reviews-right{
    background: linear-gradient(270deg, #FFF 10%, rgba(255, 255, 255, 0.00) 100%);
    width: 10%;
    height: 100%;
    top: 0;
    right: -1px;
    position: absolute;
    z-index: 10;

}


.calendly-hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.calendly-inst-descr{
    color:  #666;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}


/* .explore-designs-tab .nav-item {
    padding: 0px 20px;
}

.explore-designs-tab .nav-link {
    font-family: "AktivGrotesk-Light";
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    font-weight: 300;
    padding: 0;
}

.explore-designs-tab .nav-pills .nav-link.active {
    font-family: "AktivGrotesk-Regular";
    background-color: unset;
    border-bottom: 3px solid #000000;
    border-radius: unset;
    color: #000000;
} */

.design-carousel {
    padding-top: 200px;
}

.slider-item {
    width: 800px !important;
    height: 370px;
    margin: 0 auto;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-desgins-main .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/prev.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 54px;
}

.explore-desgins-main .owl-carousel .owl-nav button span {
    font-size: 0;
}

.explore-desgins-main .owl-theme .owl-nav {
    margin-top: 0px;
}

.explore-desgins-main .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/prevv.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 54px;
    margin-left: 100px;
}

.explore-desgins-main .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/next.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 54px;
    margin-right: 100px;
}

.explore-desgins-main .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
    color: unset;
}

.explore-desgins-main .owl-carousel .owl-nav button span {
    font-size: 0;
}

.explore-designs-title .owl-carousel.owl-drag .owl-item {
    width: unset !important;
    margin: 0px 20px;
}

.explore-designs-img {
    padding-top: 130px;
}

.explore-designs-title {
    padding-top: 55px;
}

.carousel-title {
    cursor: pointer;
}

.explore-designs-title .owl-item.active.current {
    border-bottom: 3px solid #000;
}

.carousel-title p {
    font-family: "AktivGrotesk-Light";
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    font-weight: 300;
}

.explore-designs-title .owl-stage {
    display: flex;
    /* max-width: unset; */
    justify-content: center;
    /* margin: 0 auto;
    width: unset !important; */
}

.classic-colors-main {
    padding-top: 40px;
}

.classic-colors h3 {
    font-family: "AktivGrotesk-Light";
    font-size: 36px;
    line-height: 58px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 25px;
}

.explore-btn {
    display: flex;
    justify-content: center;
}

.explore-btn a {
    margin: 0px 5px;
}

.explore-btn a:hover {
    color: #000000;
}

.explore {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #020202;
    font-weight: 500;
    width: 205px;
    height: 51px;
    background-color: transparent;
    border: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    /* margin-right: 10px; */
}

.configure {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #020202;
    font-weight: 500;
    width: 205px;
    height: 51px;
    background-color: #f9c808;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

.our-story-main {
    position: relative;
}

.our-story-bg {
    height: 100vh;
}

.our-story-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}

.our-story-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-story-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.our-story-info .container-main {
    height: 100%;
}

.our-story-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.our-story-content p {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 57px;
    text-transform: uppercase;
    color: #ffffff;
}

.our-story-content h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    max-width: 600px;
    padding-bottom: 25px;
}

.watch-our-story {
    display: flex;
    align-items: center;
}

.watch-our-story .btn-check:focus+.btn,
.btn:focus {
    box-shadow: unset;
}

.watch-our-story button {
    padding: 0;
}

.watch-our-story p {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 20px;
}

.our-story-modal .modal-content {
    background-color: unset;
    border: unset;
}

.our-story-modal .modal-header {
    border: unset;
    padding: 0;
}

.our-story-modal button {
    filter: invert(1);
}

.our-story-modal .modal-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-story-modal .modal-body {
    padding: 1rem 0;
}

.our-story-modal .modal-dialog {
    max-width: 1140px;
}

.classic-car-designs-main {
    padding-top: 80px;
    padding-bottom: 120px;
}

.classic-cd-heading p {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 57px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

.classic-cd-heading h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 50px;
    line-height: 58px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.classic-car-tab {
    padding-top: 35px;
}

.classic-car-tab .tab-content {
    padding-top: 20px;
}

.classic-car-tab .nav-link {
    font-family: "AktivGrotesk-Light";
    font-size: 18px;
    line-height: 38px;
    color: #717171;
    font-weight: 300;
    padding: 0;
}

.classic-car-tab .nav-link.active {
    font-family: "AktivGrotesk-Regular";
    color: #000000;
    border-bottom: 3px solid #000000;
    background-color: unset;
    color: unset;
    border-radius: unset;
}

.classic-car-tab .nav-item {
    padding: 0px 20px;
}

.classic-car-tab-content {
    position: relative;
}

.classic-car-tab .fade {
    transition: opacity .08s linear;
}

.car-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.9999999999999999) 100%);
}

.car-img {
    height: 730px;
}

.car-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 80px;
    padding-bottom: 80px;
    padding-right: 80px;
}

.car-content h3 {
    font-family: "AktivGrotesk-Medium";
    font-size: 50px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 30px;
}

.car-content ul {
    display: flex;
    align-items: center;
    padding-bottom: 85px;
}

.car-content ul li {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #ffffff;
    max-width: 600px;
    /* padding: 0px 20px; */
    /* border-right: 1px solid #ffffff; */
}

/* .car-content ul li:first-child {
    padding-left: 0;
}

.car-content ul li:last-child {
    border: unset;
} */

.explore-btn.car-content {
    justify-content: unset;
}

.explore-btn.car-content a {
    margin: 0;
}

.explore-btn.car-content .explore {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-right: 10px;
}

.explore-btn.car-content .explore img {
    filter: invert(1);
}





.client-review-slider-main {
    padding: 80px 0;
}

.client-review-slider {
    display: flex;
}

.client-review-slider-left {
    width: 50%;
    padding-right: 130px;
}

.client-review-content img {
    width: 140px !important;
}

.client-review-content h3 {
    font-family: "AktivGrotesk-Medium";
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    font-weight: bold;
    padding-top: 20px;
}

.client-review-content p {
    font-family: "AktivGrotesk-Light";
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    padding-top: 20px;
}

.client-review-content span {
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    padding-top: 20px;
    display: block;
}

.client-carousel-nav {
    display: flex;
    align-items: center;
    padding-top: 45px;
}

.client-carousel-nav button {
    background-color: unset;
    border: unset;
}

.client-carousel-nav .prev-btn {
    margin-right: 10px;
}

.client-carousel-nav .next-btn img {
    transform: rotate(-180deg);
}

.client-carousel-nav .prev-btn.disabled {
    filter: grayscale(1);
}

.client-carousel-nav .next-btn.disabled {
    filter: grayscale(1);
}

.client-review-slider-right {
    width: 50%;
}

.client-review-slider-right .owl-item .client-review-img img {
    height: 85%;
    margin-top: 35px;
    opacity: 0.5;
    transform: scale(1.05);
    transition: all .5s;
}

.client-review-slider-right .owl-item.active .client-review-img img {
    height: 100%;
    margin-top: 0px;
    opacity: 1;
    transform: scale(1);
    margin-left: -17px;
}

.client-review-slider-right .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.client-review-img {
    height: 470px;
}

.client-review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.client-review-slider-main-title{
    color: var(--Dark-05, #0D0D0D);
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 114.4px */
    text-transform: capitalize;
}

.client-review-slider-main-down{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
}

/* .vintage-bottom-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.vintage-bottom-bg-main {
    position: relative;
}

.bottom-items {
    height: 970px;
}

.bottom-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vintage-bottom-slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.vintage-bottom-slider .owl-carousel .owl-nav button span {
    font-size: 0;
}

.vintage-bottom-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/prevv.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 54px;
    margin-left: 100px;
}

.vintage-bottom-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/next.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 54px;
    margin-right: 100px;
}

.vintage-bottom-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
    color: unset;
    text-decoration: none;
}

.build-vintage-car-main {
    padding-bottom: 70px;
    padding-top: 70px;
    background-color: #f7f7f7;
}

.build-vintage-car {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.build-vintage-car-left {
    padding-right: 20px;
}

.build-vintage-car-left h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-weight: 500;
    padding-bottom: 20px;
    max-width: 620px;
}

.build-vintage-car-left p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
}

.footer-main {
    padding-top: 100px;
    background-color: #000000;
    padding-bottom: 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.footer-left {
    display: flex;
    margin: 0px -50px;
}

.footer-links {
    padding: 0px 50px;
}

.footer-links h4 {
    font-family: "AktivGrotesk-Light";
    font-size: 22px;
    line-height: 50px;
    color: #f9c908;
    font-weight: 300;
    padding-bottom: 10px;
}

.footer-links ul li {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 300;
}

.footer-links ul li a {
    color: #ffffff;
    padding:  0px;
}

.footer-right {
    padding-left: 15px;
}

.footer-right h3 {
    font-family: "AktivGrotesk-Light";
    font-size: 46px;
    line-height: 50px;
    color: #f9c908;
    font-weight: 300;
    padding-bottom: 15px;
}

.footer-right p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    max-width: 445px;
}

.footer-form {
    position: relative;
    margin-top: 35px;
}

.footer-form input::placeholder {
    color: #9da8ae;
}

.footer-form input[type="email"] {
    font-family: "OpenSans-Light";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 300;
    padding: 0px 15px;
    width: 100%;
    height: 53px;
    border: 1px solid #ffffff;
    background-color: #000000;
    outline: none;
}

.footer-form input[type="submit"] {
    position: absolute;
    right: 14px;
    top: 20px;
    background-color: unset;
    border: unset;
    background: url(../images/right-arrow.webp);
    background-repeat: no-repeat;
    width: 21px;
    height: 17px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #f9c908;
}

.footer-copyright-left h6 {
    font-family: "OpenSans";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #9da8ae;
    font-weight: 400;
    padding-top: 20px;
}


.footer-copyright-left h6 a {
    color: #9da8ae;
}

.footer-copyright-left p {
    font-family: "OpenSans-Light";
    font-size: 12px;
    line-height: 22px;
    color: #9da8ae;
    font-weight: 300;
    padding-top: 10px;
}

.footer-copyright-right {
    display: flex;
    margin: 0px -7px;
}

.media-icon {
    padding: 0px 7px;
}

.inventory-main {
    padding-top: 140px;
    padding-bottom: 10px;
}

.inventory-header {
    display: flex;
}

.inventory-title {
    width: 33%;
}

.inventory-title h3 {
    font-family: "AktivGrotesk-Regular";
    font-size: 36px;
    line-height: 58px;
    color: #000000;
}

.inventory-tab {
    width: 67%;
}

.inventory-tab .nav-item {
    padding: 0px 20px;
}

.inventory-tab ul {
    margin-bottom: 0 !important;
}

.inventory-tab .nav-link {
    font-family: "AktivGrotesk-Light";
    font-size: 16px;
    line-height: 58px;
    color: #000000;
    font-weight: 300;
    padding: 0;
}

.inventory-tab .nav-link.active {
    font-family: "AktivGrotesk-Medium";
    background-color: unset;
    border-bottom: 3px solid #f9c907;
    border-radius: unset;
    color: #000000;
}

.inventory-tab-content-main {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.inventory-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.inventory-block {
    width: 33.33%;
    padding: 15px;
}

.inventory-block-inner {
    padding: 20px;
    background-color: #ffffff;
    height: 100%;
}

.inventory-car-in-stock h4 {
    font-family: "AktivGrotesk-Medium";
    font-size: 22px;
    /* line-height: 109px; */
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
}

.inventory-car-in-stock h4 a {
    color: #000000;
}

.inventory-car-in-stock span {
    font-family: "AktivGrotesk-Medium";
    font-size: 12px;
    letter-spacing: 2px;
    /* line-height: 109px; */
    color: #5f5f5f;
    font-weight: 500;
}

.inventory-car-in-stock p {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    letter-spacing: 3px;
    /* line-height: 109px; */
    color: #000000;
    font-weight: 500;
}

.inventory-car-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventory-car-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px -20px;
}

.car-info-block {
    padding: 0px 20px;
    border-right: 1px solid #d1d1d1;
}

.car-info-block:last-child {
    border: unset;
}

.car-info-block span {
    font-family: "OpenSans-Light";
    font-size: 12px;
    letter-spacing: 0px;
    /* line-height: 109px; */
    color: #000000;
    font-weight: 300;
}

.car-info-block p {
    font-family: "AktivGrotesk-Medium";
    font-size: 20px;
    /* line-height: 109px; */
    color: #000000;
    font-weight: 500;
}

.inventory-view-build {
    padding-top: 30px;
}

.inventory-view-build a {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    /* line-height: 66px; */
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    width: 100%;
    height: 51px;
    background-color: #f9c907;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.inventory-pagination {
    padding-top: 60px;
}

.inventory-pagination .page-link {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    /* line-height: 66px; */
    text-transform: uppercase;
    color: gray;
    font-weight: 500;
    border: unset;
    border-radius: unset;
    background-color: unset;
}

.inventory-pagination .page-item.active .page-link {
    border: unset;
    border-radius: unset;
    background-color: unset;
    color: #000000;
    opacity: 1;
}

.inventory-pagination .page-item.next .page-link {
    color: #000000;
}

.inventory-pagination .page-item.prev {
    position: relative;
}

.inventory-pagination .page-item.prev::before {
    position: absolute;
    content: "";
    background-image: url(../images/right-chevron-copy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 7px;
    height: 11px;
    left: -8px;
    opacity: 0.6;
    transform: rotate(-180deg);
    margin-top: 11px;
}

.inventory-pagination .page-item.prev img {
    transform: rotate(-175deg);
    margin-right: 6px;
    opacity: 0.6;
}

.inventory-pagination .page-item img {
    margin-bottom: 2px;
}

.inventory-pagination .page-item.prev {
    padding-right: 30px;
}

.inventory-pagination .page-item.next {
    padding-left: 30px;
    position: relative;
}

.inventory-pagination .page-item.next::before {
    position: absolute;
    content: "";
    background-image: url(../images/right-chevron-copy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 7px;
    height: 11px;
    right: -8px;
    margin-top: 11px;
}

.inventory-pagination .page-link:focus {
    box-shadow: unset;
}

.back-to-inventory-main {
    padding-top: 110px;
}

.back-to-inventory a {
    font-family: "AktivGrotesk-Light";
    font-size: 16px;
    line-height: 58px;
    color: #000000;
    font-weight: 300;
}

.back-to-inventory a img {
    margin-right: 7px;
}

.image-gallery-main {
    padding-top: 15px;
    position: relative;
}

.image-gallery-grid {
    display: flex;
    flex-wrap: wrap;
}

.image-gallery-left {
    width: 50%;
    padding-right: 6px;
}

.image-gallery-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-gallery-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}

.image-gallery-block.right {
    width: 50%;
    padding: 3px;
}

.gallery-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 40px;
    padding-bottom: 40px;
}

.gallery-btn button {
    border: unset;
    font-family: "EudoxusSans-Regular";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    width: 150px;
    height: 46px;
    background-color: #ffffff;
}

.inventory-detail-main {
    padding-top: 60px;
    padding-bottom: 100px;
}

.inventory-detail {
    display: flex;
    flex-wrap: wrap;
}

.inventory-detail-left {
    width: 70%;
    padding-right: 35px;
}

.vehicle-details h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 45px;
    /* line-height: 109px; */
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    padding-bottom: 20px;
}

.vehicle-detail-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.vehicle-detail-block {
    width: 33.33%;
    padding: 0px 15px;
}

.vehicle-detail-block-inner {
    padding: 15px 0px;
    border-bottom: 1px solid #cccccc;
    height: 100%;
}

.vehicle-detail-block p {
    font-family: "OpenSans";
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
}

.vehicle-detail-block span {
    font-family: "AktivGrotesk-Medium";
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
    display: block;
}

.inventory-detail-right {
    width: 30%;
}

.vehicle-prie-details {
    padding: 50px 30px;
    border: 2px solid #dfdfdf;
    border-radius: 10px;
}

.vehicle-prie-details h3 {
    font-family: "AktivGrotesk-Medium";
    font-size: 37px;
    /* line-height: 109px; */
    color: #000000;
    font-weight: 500;
}

.vehicle-prie-details a {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    line-height: 38px;
    color: #000000;
    font-weight: 500;
    text-decoration: underline;
}

.vehicle-prie-details p {
    font-family: "OpenSans";
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
}

.price-cta {
    padding-top: 20px;
}

.price-cta a {
    font-family: "AktivGrotesk-Medium";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    width: 100%;
    height: 46px;
    background-color: #f9c808;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    text-decoration: none;
}

.vehicle-equipment {
    padding-top: 55px;
}

.vehicle-equipment h3 {
    font-family: "AktivGrotesk-Medium";
    font-size: 35px;
    /* line-height: 109px; */
    color: #000000;
    font-weight: 500;
    padding-bottom: 25px;
}

.vehicle-equipment p {
    font-family: "AktivGrotesk-Light";
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 25px;
}

.equipment-highlights {
    padding-top: 45px;
}

.equipment-highlights h4 {
    font-family: "AktivGrotesk-Medium";
    font-size: 25px;
    /* line-height: 109px; */
    color: #000000;
    font-weight: 500;
    padding-bottom: 35px;
}

.equipment-highlights ul {
    display: flex;
    flex-wrap: wrap;
}

.equipment-highlights ul li {
    font-family: "OpenSans";
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    border-radius: 3px;
    background-color: #edeff1;
    padding: 7px 9px 7px 30px;
    margin-right: 13px;
    margin-bottom: 13px;
    position: relative;
}

.equipment-highlights ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/tick.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 13px;
    left: 0;
    margin-top: 7px;
    margin-left: 9px;
}

.vehicle-accordion {
    padding-top: 55px;
}

.vehicle-accordion .accordion-item .accordion-button {
    font-family: "AktivGrotesk-Medium";
    font-size: 25px;
    /* line-height: 109px; */
    color: #000000;
    font-weight: 500;
}

.vehicle-accordion .accordion-button {
    padding: 1.25rem 0;
}

.vehicle-accordion .accordion-body {
    padding: 0 0 1.25rem 0;
    font-family: "AktivGrotesk-Light";
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    transition: all .4s;
}

.vehicle-accordion .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset;
}

.vehicle-accordion .accordion-button:focus {
    box-shadow: unset;
    border-color: unset;
}

.vehicle-accordion .accordion-button::after {
    background-image: url(../images/plus.webp);
    transition: all .4s ease-in-out;
}

.vehicle-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/remove.webp);
}

.vehicle-accordion .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #bbbbbb;
}

.vehicle-accordion .accordion-item {
    border-bottom: 1px solid #bbbbbb;
    border-right: 0;
    border-left: 0;

}

.vehicle-accordion .accordion-collapse.collapse.show {
    transition: all .4s;
}

.vehicle-accordion .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #bbbbbb;
}

.more-vehicles-main {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

.more-vehicles h3 {
    font-family: "AktivGrotesk-Medium";
    font-size: 37px;
    /* line-height: 109px; */
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 60px;
}

.inventory-block.more-vehicles .inventory-view-build a {
    background-color: #fff;
    border: 1px solid #f9c907;
}

/* ------------ contact css ------------ */

.contact-main {
    padding-top: 97px;
}

.contact-flex {
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
}

.contact-img {
    width: 50%;
}

.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info {
    width: 50%;
    background-color: #f6f6f6;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 530px;
    margin: 0 auto;
    padding: 0px 40px;
}

.contact-info h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 46px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}

.contact-info h5 {
    font-family: "AktivGrotesk-Medium";
    font-size: 22px;
    line-height: 44px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 25px;
}

.contact-info form {
    width: 100%;
}

.contact-us-fields {
    margin-bottom: 13px;
}

.contact-us-fields input::placeholder {
    color: #848484;
}

.contact-us-fields input {
    font-family: "OpenSans";
    font-size: 16px;
    letter-spacing: 0px;
    /* line-height: 66px; */
    color: #000000;
    font-weight: 400;
    height: 53px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #5e5e5e;
    padding: 0px 15px;
    outline: none;
}

.contact-submit-btn input {
    font-family: "AktivGrotesk-Regular";
    font-size: 16px;
    letter-spacing: 1px;
    /* line-height: 66px; */
    text-transform: uppercase;
    color: #070707;
    font-weight: bold;
    height: 58px;
    border-radius: 5px;
    background-color: #f9c808;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
}

.contact-info p {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    line-height: 44px;
    color: #000000;
    text-align: center;
    padding-top: 0px;
}

.contact-info span {
    font-family: "AktivGrotesk-Thin";

    font-size: 12px;
    line-height: 44px;
    color: #8e8e8e;
    text-align: center;
}

.contact-info span a {
    font-family: "AktivGrotesk-Light";
    color: #8e8e8e;
    font-weight: 600;
}

.contact-info .wpcf7.js {
    width: 100%;
}

.follow-vintage-insta-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.follow-vintage-insta h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 50px;
    line-height: 58px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.follow-vintage-insta p {
    font-family: "AktivGrotesk-Medium";
    font-size: 18px;
    line-height: 58px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
}

.follow-vintage-insta p a {
    color: #000000;
}

.post-flex {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0px -3px; */
}

.top-post {
    width: 20%;
    padding: 0px 3px;
}

.top-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-banner-main {
    position: relative;
}

.about-bg {
    position: relative;
    height: 100vh;
}

.about-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.46356739608326675) 60%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%);
}

.about-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.about-banner-info .container-main {
    height: 100%;
}

.about-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
}

.about-banner-content h1 {
    font-family: "AktivGrotesk-Medium";
    font-size: 60px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 500;
}

.vintage-about-main {
    padding-top: 90px;
    padding-bottom: 100px;
}

.vintage-about h6 {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 57px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

.vintage-about h2 {
    font-family: "AktivGrotesk-Regular";
    font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.vintage-about p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.about-vb-accordion-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-vb-accordion-left {
    width: 50%;
}

.about-vb-accordion-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-vb-accordion-right {
    width: 50%;
    padding: 30px 90px;
}

.about-vb-accordion-right .accordion-button {
    background-color: unset;
    font-family: "AktivGrotesk-Regular";
    font-size: 24px;
    line-height: 45px;
    color: #000000;
    font-weight: bold;
    padding: 10px 0px;
}

.about-vb-accordion-right .accordion-body {
   padding: 1rem 0rem;
    padding-top: 0;
    transition: all .7s;
    padding-bottom: 5px;
}

.about-vb-accordion-right .accordion-collapse {
    transition: all .7s;
}

.about-vb-accordion-right .accordion-body p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 10px;
}

.about-vb-accordion-right .accordion-button::after {
    background-image: url(../images/plus.webp);
     transition: all .7s;
}

.about-vb-accordion-right .accordion-button:not(.collapsed)::after {
    background-image: url(../images/remove.webp);
    margin-bottom: 13px;
}

.about-vb-accordion-right .accordion-item {
    border-left: unset;
    border-right: unset;
}

.about-vb-accordion-right .accordion-item:first-of-type {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.about-vb-accordion-right .accordion-item:last-of-type {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.about-vb-accordion-right .accordion-button:focus {
    box-shadow: unset;
}

.about-vb-accordion-right .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.our-promise-main {
    padding-top: 120px;
    padding-bottom: 120px;
}

.our-promise h2 {
    font-family: "AktivGrotesk-Regular";
    font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}

.our-promise p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
    max-width: 960px;
    margin: 0 auto;
}

.our-promise h6 {
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding-bottom: 25px;
}

.our-promise a {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #020202;
    font-weight: 500;
    width: 205px;
    height: 51px;
    background-color: #f9c808;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    margin: 0 auto;
}

.vintage-founder-main {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f9f9f9;
}

.vintage-founder-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.vintage-founder-left {
    width: 50%;
    height: 645px;
}

.vintage-founder-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vintage-founder-right {
    width: 50%;
    padding-left: 90px;
}

.vintage-founder-right h2 {
    font-family: "AktivGrotesk-Regular";
    font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 25px;
    max-width: 500px;
}

.vintage-founder-right p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 10px;
}

.vintage-founder-right p:last-child {
    padding-bottom: 0;
}

/* model detail css */

body.inner.detail .main-header{
    border-bottom: unset;
}

.model-detail-banner-main {
    position: relative;
    padding-top: 97px;
}

/* .model-detail-banner-bg {
    height: 100vh;
} */

.model-detail-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-detail-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	padding-top: 97px;
}

.model-detail-banner-info .container-main {
    height: 100%;
}

.model-detail-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
	padding: 100px 0px 60px;
}

.model-detail-banner-content h2 {
    font-family: "AktivGrotesk-Regular";
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.model-detail-banner-content h5 {
    font-family: "AktivGrotesk-Medium";
    font-size: 18px;
    line-height: 53px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 70px;
}

.md-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-details-flex {
    display: flex;
    width: 100%;
    max-width: 440px;
    padding-top: 65px;
}

.md-block {
    width: 33.33%;
}

.md-block p {
    font-family: "OpenSans-Light";
    font-size: 12px;
    letter-spacing: 0px;
    /* line-height: 109px; */
    color: #ffffff;
    font-weight: 300;
    text-align: center;
}

.md-block h4 {
    font-family: "AktivGrotesk-Medium";
    font-size: 22px;
    /* line-height: 109px; */
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.md-btn-flex {
    display: flex;
    padding-top: 25px;
}

.md-btn-flex .req-info {
    font-family: "AktivGrotesk-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    width: 205px;
    height: 51px;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    margin: 7px;
}

.md-btn-flex .req-info img {
    filter: invert(1);
}

.model-detail-tab ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-detail-tab ul li {
    color: #000;
    font-family: "EudoxusSans-Regular";
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #000000;
    padding: 0px 20px;
	padding-bottom: 7px;
	 cursor: pointer;
}

.model-detail-tab ul li a{
    color: #000000;
    padding-top: 7px;
}

.model-detail-tab ul li a.menu.active {
    background-color: unset;
    color: #000;
    border-bottom: 2px solid #f9c907;
    border-radius: unset;
    display: block;
    padding-bottom: 7px;
}

.model-detail-tab {
    filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.09));
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: all .4s;
}

.model-detail-tab.sticky{
    position: sticky;
    position: -webkit-sticky;
    top: 96px;
    width: 100%;
    z-index: 99;
}

.custom-classic-design {
    padding-top: 0;
    padding-bottom: 50px;
}

.custom-classic-design-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.custom-classic-design-left {
    width: 55%;
}

.custom-classic-design-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-classic-design-right {
    width: 45%;
    padding-left: 60px;
}

.custom-classic-design-right h6 {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 57px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 5px;
}

.custom-classic-design-right h2 {
    font-family: "AktivGrotesk-Regular";
    font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-weight: bold;
    max-width: 440px;
    padding-bottom: 15px;
}

.custom-classic-design-right p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    max-width: 470px;
}

.view-inventory-main {
    position: relative;
}

.view-inventory-bg {
    position: relative;
    height:93vh;
}

.view-inventory-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}

.view-inventory-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-inventory-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.view-inventory-info .contact-main {
    height: 100%;
}

.view-inventory-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 150px;
}

.view-inventory-content h6 {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    line-height: 57px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 7px;
}

.view-inventory-content h2 {
    font-family: "AktivGrotesk-Regular";
    font-size: 50px;
    line-height: 58px;
    color: #ffffff;
    padding-bottom: 30px;
    max-width: 800px;
}

.view-inventory-content a {
    font-family: "AktivGrotesk-Medium";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #070707;
    font-weight: 500;
    width: 225px;
    height: 58px;
    border-radius: 5px;
    background-color: #f9c808;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-features-model-detail-main {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
}

.key-features-md-heading {
    padding-bottom: 50px;
}

.key-features-md-heading h6 {
    font-family: "AktivGrotesk-Regular";
    font-size: 20px;
    line-height: 48px;
    color: #181c20;
    text-transform: uppercase;
    padding-left: 7px;
}

.key-features-md-heading h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 50px;
    line-height: 58px;
    color: #181c20;
    font-weight: 500;
    max-width: 800px;
    padding-bottom: 15px;
}

.key-features-md-heading p {
    font-family: "AktivGrotesk-Regular";
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.key-features-md-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.key-features-md-block {
    width: 33.33%;
    padding: 0px 15px;
}

.key-featuresmd-block-inner {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #d0d0d0;
    min-height: 130px;
}

.key-features-md-block h4 {
    font-family: "AktivGrotesk-Medium";
    font-size: 22px;
    line-height: 32px;
    color: #181c20;
    font-weight: 500;
}

.key-features-md-block p {
    font-family: "AktivGrotesk-Regular";
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    max-width: 380px;
}

.vintage-md-video-main {
    padding-bottom: 85px;
    padding-top: 85px;
}

.vintage-md-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vintage-md-video {
    position: relative;
}

.play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button button {
    border: unset;
    background-color: unset;
}

.design-and-performance-main {
    position: relative;
}

.design-and-performance-bg {
    position: relative;
    height: 780px;
}

.design-and-performance-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}

.design-and-performance-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.design-and-performance-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.design-and-performance-info .container-main {
    height: 100%;
}

.design-and-performance-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.design-and-performance-content h6 {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    line-height: 57px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 5px;
}

.design-and-performance-content h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 50px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 500;
    max-width: 300px;
}

.dp-tab li.nav-item {
    padding-right: 20px;
}

.dp-tab .tab-content {
    padding-top: 10px;
}

.dp-tab .nav-link {
    font-family: "EudoxusSans-Regular";
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

.dp-tab .nav-link.active {
    background-color: unset;
    color: #ffffff;
    border-bottom: 2px solid #f9c907;
    border-radius: unset;
}

.dp-tab .tab-pane p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    max-width: 460px;
}

.impeccable-styling-main {
    padding-top: 0px;
    padding-bottom: 0px;
}

.impeccable-styling-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.impeccable-styling-left {
    width: 57%;
}

.impeccable-styling-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.impeccable-styling-right {
    width: 42%;
    padding-left: 120px;
}

.impeccable-styling-right h6 {
    font-family: "AktivGrotesk-Regular";
    font-size: 14px;
    line-height: 57px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 5px;
}

.impeccable-styling-right h2 {
    font-family: "AktivGrotesk-Medium";
    font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-weight: 500;
    padding-bottom: 15px;
}

.impeccable-styling-right p {
    font-family: "OpenSans-Light";
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 10px;
}

.styling-tab {
    padding-bottom: 40px;
}

.styling-tab li.nav-item {
    padding-right: 20px;
}

.styling-tab .nav-link {
    font-family: "EudoxusSans-Regular";
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
}

.styling-tab .nav-link.active {
    background-color: unset;
    color: #000;
    border-bottom: 3px solid #f9c907;
    border-radius: unset;
}

.custom-colors ul {
    display: flex;
    align-items: center;
    margin: 0px -7px;
}

.custom-colors ul li {
    padding: 0px 7px;
    cursor: pointer;
}

.custom-colors ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-colors ul li p {
    font-family: "EudoxusSans-Regular";
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 0;
}

.explore-btn.model-detail {
    justify-content: unset;
}

.explore-btn.model-detail a {
    width: 175px;
    height: 46px;
    font-size: 12px;
    font-weight: unset;
}

.model-detail-slider-main {
    position: relative;
    padding-bottom: 35px;
}

.md-slider-block {
    height: 635px;
}

.md-slider-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-detail-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/prevv.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 54px;
    margin-left: 40px;
}

.model-detail-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/next.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 54px;
    margin-right: 40px;
}

.model-detail-slider .owl-carousel .owl-nav button span {
    font-size: 0;
}

.model-detail-slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.model-detail-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
    color: unset;
    text-decoration: none;
}

.vb-model-detail-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.mac_os .footer-form input[type="email"]{
    border-radius:unset;
}

body.inner.detail .header-logo {
    margin-right: 95px;
}
.page-template-about-us .header-logo {
    margin-right: 93px;
}
.lg-toolbar .lg-icon{
    background-color: unset;
    color: #fff !important;
}

/* 13-02-25 */
.model-detail-banner-bg {
    height: 90vh;
	position:relative;
}
.model-detail-banner-bg::before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.4
}
.md-bg{
	display:none;
}


.tel-cta{
	margin-top: 15px;
}

.tel-cta p{
	align-items: center;
	gap: 5px;
	display: flex;
	flex-wrap: wrap;
	font-family: "AktivGrotesk-Light";
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
}



.tel-cta a{
	display: block !important;
	line-height: normal;
}

.phone-call-or-text{
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	margin-top: 25px;
    font-family: "AktivGrotesk-Medium";
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
}

.phone-call-or-text a{
	text-decoration: underline;
	color: black;
	display: block;
}

@media(max-width: 750px){
	
    .calendly-inst-title {
    color: #0D0D0D;
    text-align: center;
    font-family: Inter;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 117%;
    text-transform: capitalize;
}



.calendly-inst-descr {
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.phone-call-or-text{
	margin-top: 20px;
    font-size: 14px;
    
}
}

@media (max-width: 400px) {

    .calendly-hero{
        gap: 8px;
    }
        .calendly-inst-title {
        color: #0D0D0D;
        text-align: center;
        font-family: Inter;
        font-size: 43px;
        font-style: normal;
        font-weight: 600;
        line-height: 117%;
        text-transform: capitalize;
    }

    .calendly-inst-descr{
        max-width: 300px;
    }

    .client-review-slider-main-title{
        font-size: 25PX;
    }

    .client-review-slider-main-down{
            width: 50px;
            height: 50px;
            margin: 0 auto 10px auto;
        }
}