*, ::after, ::before {
    box-sizing: border-box;
}


body{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

a {
    text-decoration: none;
}



@font-face {
    font-family: "Antonio-Regular";
    src: url(../../fonts/Antonio-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lexend-Light";
    src: url(../../fonts/Lexend-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AktivGroteskCorp-Medium";
    src: url(../../fonts/woff2/AktivGroteskCorp-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AktivGroteskCorp-Regular";
    src: url(../../fonts/woff2/AktivGroteskCorp-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Regular-webfont";
    src: url(../../fonts/woff2/OpenSans-Regular-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Light-webfont";
    src: url(../../fonts/woff2/OpenSans-Light-webfont.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



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

.home-banner-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.home-banner-info .container-main {
    max-width: 1198px;
    margin: 0 auto;
    height: 100%;
}

.home-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.home-banner-content h1 {
    font-family: "Antonio-Regular", Sans-serif;
    color: #FFFFFF;
    font-size: 51px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    text-transform: uppercase;
}

.home-banner-content a {
    font-family: "Antonio-Regular", Sans-serif;
    font-size: 21px;
    font-weight: bold;
    width: 190px;
    height: 70px;
    background-color: #FFFFFF;
    border-radius: 25px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-top: 110px;
}

.home-banner-content a:hover {
    background-color: #BF252B;
    color: #FFFFFF;
}

.classic-car-designs-main {
    padding-top: 70px;
    padding-bottom: 80px;
    min-height: 328px;
}

.classic-car-designs-main h2 {
    font-family: "Antonio-Regular", Sans-serif;
    color: #000000;
    font-size: 53px;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.classic-car-designs-main h5 {
    font-family: "Antonio-Regular", Sans-serif;
    color: #000000;
    font-size: 33px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: -0.3px;
    word-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

.classic-car-designs-main h5 span {
    display: block;
}

.classic-car-img img {
    width: 100%;
    height: 100%;
}

.handicraft-vehicle-main {
    padding-top: 65px;
}

.handicraft-vehicle-heading {
    padding: 0px 100px 65px 100px;
}

.handicraft-vehicle-heading h2 {
    font-family: "Antonio-Regular", Sans-serif;
    color: #000000;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.3px;
    word-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

.handicraft-slider {
    position: relative;
}

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

.handicraft-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
}

.handicraft-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: hsla(0, 0%, 93.3%, .9);
    font-size: 40px;
}

.handicraft-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: hsla(0, 0%, 93.3%, .9);
    font-size: 40px;
}

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

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

.vintage-car-slider {
    position: relative;
}

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

.vintage-car-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: hsla(0, 0%, 93.3%, .9);
    font-size: 40px;
}

.vintage-car-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: hsla(0, 0%, 93.3%, .9);
    font-size: 40px;
}

.google-review-slider-main {
    padding-top: 130px;
    padding-bottom: 130px;
}

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

.google-review-slider-heading {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.star-img {
    display: flex;
    align-items: center;
}

.google-review-slider-heading h5 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}

.google-review-slider-heading h5 a {
    color: #000000;
}

.google-review-slider-heading p {
    padding-top: 5px;
}

.google-review-slider-heading p a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.google-logo {
    padding-top: 7px;
}

.google-review-block {
    padding: 20px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    min-height: 240px;
    transition: all .2s;
    min-height: 240px;
}

.google-review-block-inner {
    height: 100%;
}

.google-reviewer-detail {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.google-reiviewer-name {
    display: flex;
}

.google-review-star {
    display: flex;
    width: 17px;
    padding-bottom: 10px;
}

.google-reiviewer-profile-logo {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.google-reiviewer-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google-review-logo {
    width: 20px;
    height: 20px;
}

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

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

.google-reiviewer-profile-name h6 {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.google-reiviewer-profile-name span {
    color: #000000;
    opacity: 0.5;
    font-size: 11.2px;
}

.google-review-desc {
    overflow: hidden;
}

.google-review-desc .more {
    display: none;
}

.google-review-desc .button {
    display: block;
    font-weight: 400;
    font-size: 13.5px;
    color: #000000;
    opacity: 0.5;
    padding-top: 10px;
    cursor: pointer;
}

.google-review-desc .button:hover {
    opacity: 1;
    text-decoration: underline;
}

.google-review-desc span {
    font-weight: 400;
    font-size: 13.5px;
    color: #000000;
    opacity: 0.5;
    padding-top: 10px;
}

.google-review-desc p {
    line-height: 21.75px;
    font-size: 15px;
    font-style: normal;
}

.google-review-slider {
    position: relative;
}

.google-review-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
}

.google-review-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    color: #cccccc;
    font-size: 50px;
    opacity: 1;
}

.google-review-slider .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0;
}

.google-review-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    color: #cccccc;
    font-size: 50px;
    opacity: 1;
}

.google-review-slider .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0;
}

.home-contact-form-main .container-main {
    max-width: 1165px;
    margin: 0 auto;
}

.home-contact-form-main {
    padding-bottom: 65px;
}

.home-contact-form-heading {
    padding-bottom: 35px;
}

.home-contact-form-heading h2 {
    color: #000000;
    font-family: "Antonio-Regular", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.home-contact-form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.home-contact-form-inputs {
    width: 50%;
    padding: 10px;
}

.home-contact-form-inputs label {
    font-family: "Antonio-Regular", Sans-serif;
    font-size: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    cursor: pointer;
    padding-bottom: 5px;
    position: relative;
}

.home-contact-form-inputs label::before {
    position: absolute;
    content: "*";
    width: 7px;
    height: 7px;
    color: red;
    right: -17px;
}

.accpt-checkbox label::before {
    content: unset;
}

.home-contact-form-inputs input {
    font-family: "Lexend-Light", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
    border: unset;
    height: 35px;
    padding: 0px 15px;
    outline: none;
}

.home-contact-form-inputs.text {
    width: 100%;
}

.home-contact-form-inputs.text label {
    font-family: "Antonio-Regular", Sans-serif;
    font-size: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    cursor: pointer;
    padding-bottom: 5px;
}

.home-contact-form-inputs.text textarea {
    font-family: "Lexend-Light", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
    border: unset;
    height: 60px;
    padding: 15px;
    outline: none;
}

.home-contact-form-inputs.select {
    width: 100%;
}

.home-contact-form-inputs.select label {
    font-family: "Antonio-Regular", Sans-serif;
    font-size: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    cursor: pointer;
    padding-bottom: 5px;
}

.home-contact-form-inputs.select {
    position: relative;
}

.home-contact-form-inputs.select select {
    font-family: "Lexend-Light", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
    border: unset;
    height: 45px;
    padding: 0px 15px;
    outline: none;
}

.home-contact-form-inputs.select select {
    appearance: none;
}

.home-contact-form-inputs.select::before {
    position: absolute;
    content: "";
    right: 20px;
    bottom: 27px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    pointer-events: none;
}

.accpt-checkbox {
    padding-top: 10px;
}

.accpt-checkbox input {
    background: unset;
    width: unset;
    height: unset;
}

.accpt-checkbox label {
    font-family: "Lexend-Light", Sans-serif !important;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: unset;
}

.accpt-checkbox label a {
    color: #000000;
    font-weight: bold;
}

.submit-btn {
    display: flex;
    justify-content: center;
    padding-top: 25px;

}

.submit-btn button {
    font-family: "Antonio-Regular", Sans-serif;
    font-size: 22px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    background-color: #000000;
    height: 45px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    border-radius: 25px;
}

.submit-btn button img {
    width: 25px;
    height: 27px;
    margin-left: 8px;
}

.submit-btn button i {
    margin-left: 10px;
}

.featured-in-main {
    padding-bottom: 85px;
}

.featured-in-main .container-main {
    max-width: 1370px;
    margin: 0 auto;
}

.featured-in-heading {
    padding-bottom: 35px;
}

.featured-in-heading h2 {
    color: #000000;
    font-family: "Antonio-Regular", Sans-serif;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 52px;
    text-align: center;
}

.featured-in-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px -23px;
}

.featured-in-logo {
    width: 16.66%;
    padding: 0px 23px;
    transition: all .5s;
}

.featured-in-logo:hover img {
    margin-bottom: 0px;
}

.featured-in-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all .5s;
    margin-bottom: 20px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
}

.footer-main {
    padding-bottom: 30px;
}

.footer-logo {
    max-width: 180px;
    margin: 0 auto;
    padding-bottom: 30px;
}

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

.footer p {
    font-family: "Lexend-Light", Sans-serif;
    text-align: center;
    color: #000000;
    font-size: 11px;
}

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

.footer p:nth-child(3) {
    padding-top: 30px;
}

.home-services-main {
    padding-top: 75px;
}

.home-services-heading {
    padding-bottom: 50px;
}

.home-services-heading h6 {
    font-family: "Antonio-Regular";
    font-size: 22px;
    line-height: 48px;
    color: #181c20;
    font-weight: 400;
    padding-bottom: 17px;
}

.home-services-heading h2 {
    font-family: "Antonio-Regular";
    font-size: 53px;
    line-height: 72px;
    color: #181c20;
    font-weight: bold;
}

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

.key-features-blocks {
    width: 25%;
    padding: 0px 40px;
}

.key-features-block-inner {
    padding-bottom: 20px;
    padding-top: 10px;
    border-top: 1px solid #d0d0d0;
}

.key-features-block-inner h4 {
    font-family: "Antonio-Regular";
    font-size: 26px;
    line-height: 48px;
    color: #181c20;
    font-weight: 400;
}

.key-features-block-inner p {
    font-family: "Antonio-Regular";
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
}

/*18-07-2024 calendly css*/

.vintage-modern-logo {
    padding: 30px 0px;
}

.vintage-modern-logo img {
    display: flex;
    margin: 0 auto;
}

.calendly-main {
    padding-bottom: 55px;
}

.calendly-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendly-left {
    width: 40%;
    padding-top: 66px;
}

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

.calendly-left-img {
    padding-bottom: 3px;
}

.calendly-left-img-flex {
    display: flex;
    flex-wrap: wrap;
}

.calendly-left-img-flex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calendly-left-img-left {
    width: 30%;
}

.calendly-left-img-right {
    width: 70%;
    padding-left: 3px;
}

.calendly-right {
    width: 100%;
    /*padding: 0px 110px;*/
}

.calendly-right-heading {
    padding-top: 35px;
    padding-bottom: 35px;
}

.calendly-right-heading h2 {
    font-family: "AktivGroteskCorp-Medium";
    font-size: 44px;
    line-height: 53px;
    /*letter-spacing: 1px;*/
    color: #181c20;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
}

.calendly-right-heading h5 {
    /*font-family: "Antonio-Regular";*/
    /*font-size: 26px;*/
    /*letter-spacing: 1px;*/
    /*color: #181c20;*/
    /*font-weight: 600;*/
    /*text-align: center;*/
    font-family: "OpenSans-Light-webfont";
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #181c20;
    font-weight: 600;
    text-align: center;
}

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

.vintage-modern-main {
    padding-bottom: 80px;
}

.vintage-modern-main .container-main {
    max-width: 1220px;
    margin: 0 auto;
}

.vintage-modern img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}

.vintage-modern p {
    font-family: "Lexend-Light", Sans-serif;
    text-align: center;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 15px;
}

.calendly .footer-logo {
    max-width: 130px;
}

.calendly .footer-logo img {
    height: auto;
}

.calendly .footer p {
    font-size: 12px;
    font-weight: 600;
}

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

.home-contact-form-heading p.price {
    margin: 0;
    color: #000000;
    font-family: "Antonio-Regular", Sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
}

.home-contact-form-heading p.price span {
    font-weight: 500;
}


/* ------------------------- 12-08-2024 PB Landing page css ------------------------- */

.vintage-b-logo {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding-top: 30px;
}

.pb-landing-banner-main {
    position: relative;
    height: 100vh;
}

.pb-landing-banner-bg {
    position: relative;
    height: 100vh;
}

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

.pb-landing-banner-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
    opacity: 0.4;
}

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

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

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

.pb-landing-content h2 {
    font-family: "AktivGroteskCorp-Medium";
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 35px;
}

.pb-landing-content a {
    font-family: "AktivGroteskCorp-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;
}

.pb-landing-slider-main {
    padding-top: 40px;
    position: relative;
}

.pb-landing-slider-main .vlp{
    min-height: 850px;
}

.vlp-slider-main .vlp{
    min-height: 830px;
  }

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

.pb-landing-slider .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    background-image: url(../images/prev-arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-48%);
    margin-left: 30px;
}

.pb-landing-slider .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
    background-image: url(../images/next-arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 48%;
    transform: translateY(-48%);
    margin-right: 30px;
}

.pb-cars-block {
    height: 490px;
}

.pb-cars-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-services-heading.pb-landing h6 {
    font-family: "AktivGroteskCorp-Regular";
}

.home-services-heading.pb-landing h2 {
    font-family: "AktivGroteskCorp-Medium";
    font-size: 50px;
    line-height: 60px;
    max-width: 800px;
    font-weight: 500;
}

.key-features-block-inner.pb-landing h4 {
    font-family: "AktivGroteskCorp-Medium";
    font-weight: 500;
}

.key-features-block-inner.pb-landing p {
    font-family: "AktivGroteskCorp-Regular";
}

.pb-landing-form-main {
    background-color: #f6f6f6;
    padding-bottom: 100px;
    padding-top: 100px;
}

.pb-landing-form-main .container-main {
    max-width: 870px;
    margin: 0 auto;
}

.vintage-pb-slider-main {
    padding-bottom: 30px;
    position: relative;
}

.vb-form-heading h2 {
    font-family: "AktivGroteskCorp-Medium";
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 35px;
    max-width: 550px;
    margin: 0 auto;
}

.vb-form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.vb-form-block {
    width: 50%;
    padding: 7px;
}

.vb-form-block input::placeholder {
    color: #848484;
}

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

.vb-form-block select {
    font-family: "OpenSans-Regular-webfont";
    font-size: 16px;
    letter-spacing: 0px;
    /* line-height: 66px; */
    color: #000000;
    font-weight: 400;
    width: 100%;
    height: 53px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #5e5e5e;
    outline: none;
    padding: 0px 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-animation: none;
    background-image: url(../images/right-chevron.webp);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: calc(100% - 15px) calc(100% - 18px);
}

.vb-form-btn {
    padding-top: 35px;
}

.vb-form-btn input {
    font-family: "AktivGroteskCorp-Regular";
    font-size: 16px;
    letter-spacing: 1px;
    /* line-height: 66px; */
    text-transform: uppercase;
    color: #070707;
    font-weight: bold;
    width: 225px;
    height: 58px;
    border-radius: 5px;
    background-color: #f9c808;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    margin: 0 auto;
}

.pb-landing-footer-main {
    background-color: #000000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-landing-footer-main .container-main {
    max-width: 955px;
    margin: 0 auto;
}

.pb-footer-logo {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 35px;
}

.pb-footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
}

.iconpb {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

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

.pb-footer-content p {
    font-family: "OpenSans-Regular-webfont";
    font-size: 14px;
    line-height: 22px;
    color: #9da8ae;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
}

/*13-08*/

.car-imgs {
    height: 970px;
}

.vintage-pb-slider .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    background-image: url(../images/prev-arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-48%);
    margin-left: 30px;
}

.vintage-pb-slider .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
    background-image: url(../images/next-arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 48%;
    transform: translateY(-48%);
    margin-right: 30px;
}

/* -------------- 05-09-2024 vintage-lp v2 css -------------- */

.vlp-brands-logo-main .container-main {
    max-width: 1300px;
    margin: 0 auto;
}

.pb-landing-content.vlp h1 {
    text-transform: uppercase;
    max-width: 1122px;
    font-size:44px;
    line-height:53px;
}

.pb-landing-content.vlp p {
    font-family: "OpenSans-Light-webfont";
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 25px;
    text-align: center;
    margin-bottom: 0px !important;
}

.vlp-brands-logo-main {
    background-color: #f6f6f6;
    padding-bottom: 30px;
}

.vlp-brand-heading p {
    font-family: "OpenSans-Regular-webfont";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    text-align: center;
   padding-top: 20px;
    margin-bottom: 0;
}

.vlp-brands-logo-flex {
    display: flex;
    flex-wrap: wrap;
}

.vlp-brands-logo-block {
    width: 16.66%;
    height: 45px;
}

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

.vintage-origin-story-main {
    padding-top: 85px;
    padding-bottom: 45px;
}

.vintage-origin-story-main .container-main {
    padding: 0px 40px;
}

.vintage-origin-story-heading {
    padding-bottom: 50px;
}

.vintage-origin-story-heading h2 {
    font-family: "AktivGroteskCorp-Medium";
    font-size: 46px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
}

.vintage-origin-story-heading p {
    font-family: "OpenSans-Light-webfont";
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    text-align: center;
}

.vintage-origin-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.vintage-origin-block {
    width: 33.33%;
    padding: 0px 15px;
}

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

.vintage-origin-content {
    padding-top: 20px;
    text-align: center;
    max-width: 388px;
    margin: 0 auto;
}

.vintage-origin-content h6 {
    font-family: "AktivGroteskCorp-Regular";
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
}

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

.vintage-pb-slider-main.vlp {
    padding-bottom: 120px;
}

.home-services-heading.pb-landing.vlp h2 {
    font-size: 46px;
    line-height: 54px;
    text-transform: uppercase;
    max-width: 900px;
}

.home-services-heading.pb-landing.vlp p {
    font-family: "AktivGroteskCorp-Regular";
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding-top: 17px;
}

.key-features-block-inner.pb-landing.vlp {
    min-height: 148px;
}


.key-features-block-inner.pb-landing.vlp h4 {
    font-size: 22px;
    line-height: 42px;
}

.key-features-flex.vlp {
    margin: 0px -10px;
}

.key-features-blocks.vlp {
    padding: 0px 10px;
    width: 33.33%;
}

.key-features-block-inner.pb-landing.vlp p {
    font-size: 18px;
    line-height: 25px;
    max-width: 380px;
}



.vitange-customer-reviews-main {
    min-height: 500px;
    background-color: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.vitange-customer-reviews h2 {
    font-family: "AktivGroteskCorp-Medium";
    font-size: 46px;
    line-height: 58px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 50px;
}

.vitange-customer-reviews-main .container-main {
    max-width: 1350px;
    margin: 0 auto;
}

.vintage-customer-review-slider .owl-theme .owl-nav {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

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

.vintage-customer-review-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
}

.vintage-customer-review-slider .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/prev-copy\ 4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-left: -135px;
}

.vintage-customer-review-slider .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/next-copy\ 3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-right: -135px;
}

.vintage-customer-review-slider .owl-carousel .owl-stage{
    display: flex;
}

.vintage-customer-review-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
}

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

.customer-review-block {
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
}

.customer-review-content img {
    width: 140px !important;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.modern-ls .pb-landing-content h2{
   		width: 100%!important;
	}
    .customer-review-content img {
        width: 120px;
        height: auto;
    }
}

.customer-review-content {
    height: 100%;
}

.customer-review-content-inner {
    padding: 30px;
    height: 100%;
}

.customer-review-content p {
    font-family: "AktivGroteskCorp-Regular";
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-top: 15px;
}

.customer-review-content span {
    font-family: "OpenSans-Regular-webfont";
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-top: 0px;
}

.vintage-lp-video-main {
    padding-bottom: 75px;
    padding-top: 75px;
}

.vintage-lp-video-main .container-main {
    max-width: 900px;
    margin: 0 auto;
}

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

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

.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;
}

.vlp-contact-form-main {
    background-color: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 120px;
}

.vlp-contact-form-main .container-main {
    max-width: 900px;
    margin: 0 auto;
}

.vlp-contact-form-heading {
    padding-bottom: 30px;
}

.vlp-contact-form-heading h2 {
    font-family: "AktivGroteskCorp-Medium";
    font-size: 46px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.vlp-contact-form-heading p {
    font-family: "AktivGroteskCorp-Medium";
    font-size: 22px;
    line-height: 44px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-top: 5px;
}

.contact-form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.contact-form-details {
    width: 50%;
    padding: 7px;
}

.contact-form-details input::placeholder{
    color: #848484;
}

.contact-form-details--full {
    width: 100%;
}

.contact-form-details input,
.contact-form-details select {
    font-family: 'OpenSans-Regular-webfont';
    width: 100%;
    height: 53px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #5e5e5e;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 400;
    padding: 0px 15px;
    outline: none;
    box-sizing: border-box;
}

.contact-form-details select {
    cursor: pointer;
    appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235e5e5e' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.contact-form-details select:invalid,
.contact-form-details select option[value=''] {
    color: #848484;
}

.contact-form-details select:valid,
.contact-form-details select option:not([value='']) {
    color: #000;
}

.contact-submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

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

.schedule-call p {
    font-family: "AktivGroteskCorp-Regular";
    font-size: 14px;
    line-height: 6px;
    color: #000000;
    text-align: center;
    padding-top: 30px;
}

.schedule-call span {
    font-family: "AktivGroteskCorp-Regular";
    font-size: 12px;
    line-height: 6px;
    color: #8e8e8e;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.schedule-call span a {
    font-weight: 600;
    color: #8e8e8e;
}

/*12-09*/

.calendly .vintage-modern-main .container-main{
    max-width: 955px;
    margin: 0 auto;
}

.calendly .vintage-modern p{
    font-family: "OpenSans-Regular-webfont";
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.calendly .footer p{
     font-family: "OpenSans-Regular-webfont";
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

/*13-09*/

.vlp-slider-main{
    position:relative;
    padding-bottom: 80px;
}

.vlp-slider .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    background-image: url(../images/prev-arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-48%);
    margin-left: 30px;
}

.vlp-slider .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
    background-image: url(../images/next-arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 48%;
    transform: translateY(-48%);
    margin-right: 30px;
}
.car-imgs {
    height: 719px;
}

.modern-ls .pb-landing-content h2{
    width: 50%!important;
}

@media screen and (max-width: 767px) {
	.modern-ls .pb-landing-content h2{
   		width: 100%!important;
        line-height: 37px;
	}
}
