
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #555 !important;
}

:root {
    --themecolor: #fdc657;
}

.text-brand {
    color: var(--themecolor) !important;
}

.text-black {
    color: #000 !important;
}

.text-red {
    color: red !important;
}

.black-header {
    background-color: #fff;
}

.home-slider-pull {
    margin-top: 0px !important;
}

.btn {
    letter-spacing: 1px;
}

a {
    color: #000;
}

.white-keyline {
    border: 1px solid #fff;
}

/*--- TYPOGRAPHY ---*/

.section-title-wrap h2 {
    font-size: 29px;
}

.section-title-wrap:after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    height: 20px;
    width: 20px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}

p {
    line-height: 1.8;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.9;
}

@media (max-width: 767px) {
    .lead {
        font-size: 1rem;
    }
}

.alt-font {
    font-family: 'Roboto Condensed', sans-serif;
}

.title {
    font-size: 29px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .title {
        font-size: 23px;
        line-height: 1.5;
    }
}

.section-title-wrap p {
    font-weight: 400;
    color: #000 !important;
}

/*--- NAVIGATION ---*/

.sticky-header.sticky * {
    color: #000;
}

.main-menu > li {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

    .main-menu > li a {
        font-size: 15px;
        letter-spacing: 1px;
    }

/*--- HOME SLIDER ---*/

#rev_slider_corporate .uranus .tp-bullet.selected .tp-bullet-inner, #rev_slider_corporate .uranus .tp-bullet:hover .tp-bullet-inner {
    background-color: var(--themecolor) !important;
}

/*--- HOME INTRO ---*/

.intro-icon {
    width: 50px;
    margin-top: 30px;
}

/*--- HOME CURATOR FEED ---*/

.crt-widget.crt-widget-branded {
    padding-bottom: 0px !important;
}

/*--- FEATURED CARS ---*/

.ht-slick-nav--three button {
    border-radius: 0px !important;
}

.border-radius {
    border-radius: 0px !important;
}

.single-product-wrap .product-details .product-title {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-quick-view .square {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
}

.single-product-wrap .product-thumb .btn-add-cart {
    background-color: #000;
}

    .single-product-wrap .product-thumb .btn-add-cart:hover {
        background-color: var(--themecolor) !important;
    }

.single-product-wrap .product-details .product-title a {
    color: #000;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*--- BACKGROUND PATTER ---*/

.bottom-pattern-light {
    background-image: url("/assets/img/background-light.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}

.bottom-pattern-light-small {
    background-image: url("/assets/img/background-light-small.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}

/*--- Subpage Header ---*/

.page-header-wrapper .page-header-content h1 {
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .page-header-wrapper .page-header-content h1 {
        font-size: 30px;
    }
}

.page-header-wrapper .page-header-content {
    height: 120px;
}

@media (max-width: 767px) {
    .page-header-wrapper .page-header-content {
        height: 90px;
    }
}

/*--- Submenu ---*/

/*
html:not(.touch) .page-menu-item > a {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    */

.page-menu-item {
    text-transform: uppercase;
    font-weight: 700;
    display: initial;
}

    .page-menu-item > a {
        display: inline-block;
        position: relative;
        line-height: 22px;
        font-size: 1.2rem;
        border-radius: 0;
        padding: 17px 17px;
        color: #bbb;
        margin: 10px 4px;
    }

@media (max-width: 767px) {
    .page-menu-item > a {
        font-size: 1rem;
    }
}

.page-menu-sub-menu .page-menu-item a:hover {
    background-color: #e9e9e9;
    color: #000;
}

.page-menu-item.current > a div {
    padding-bottom: 4px;
    border-bottom: 2px solid #e9e9e9;
}

.page-menu-sub-menu .page-menu-item.current a {
    padding-bottom: 11px;
    color: #fdc657;
}

    .page-menu-sub-menu .page-menu-item.current a:hover {
        color: #000;
    }

/*--- STOCK DETAILS ---*/

.port-details-con-inner .single-post-details__footer__item:first-child {
    border-top: none;
    padding-top: 0px;
}

.single-post-details__footer__item h5 i {
    color: var(--themecolor) !important;
    transform: rotate(-45deg);
    font-size: 10px;
}

.order-details-area-wrap {
    font-size: 15px;
}

.single-post-details__footer__item h5 {
    letter-spacing: 1px;
}

.port-details-con-inner .single-post-details__footer__item .footer-item-left {
    min-width: 35%;
}

.order-details-area-wrap {
    padding: 45px;
}

@media (max-width: 767px) {
    .order-details-area-wrap {
        padding: 30px;
    }
}

.alert {
    padding: 1.3rem 1.8em;
}

.alert-success h5 {
    color: #155724;
}

.alert-danger h6 {
    color: #721c24;
}

.port-feature-content-inner ul {
    padding-left: 15px;
}

    .port-feature-content-inner ul li {
        list-style: square;
        line-height: 30px;
    }

/*--- CONTACT ---*/

.contact-map-area {
    height: 270px;
}

/*--- FOOTER ---*/
.footer-widget-wrapper {
    background-color: #f4f4f4;
    color: #000000;
}

.single-widget-wrap .widget-title {
    color: #000;
}

.footer-widget-wrapper a {
    color: #000000;
}

    .footer-widget-wrapper a:hover {
        color: var(--themecolor) !important;
    }

.footer-logo {
    width: 300px;
    margin-bottom: 20px;
}

a.racecar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-weight: 600;
    color: #fff !important;
}

    a.racecar:hover {
        color: #ffffffc4 !important;
    }

footer .lead {
    font-weight: 400;
}

.footer-copyright-area a {
    color: #aaaaaa;
}

    .footer-copyright-area a:hover {
        color: var(--themecolor);
    }


.nonsticky-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
    z-index: 1030;
}

@media (max-width: 1500px) {
    .nonsticky-header .sticky-logo {
        width: 130px;
    }
}


/* #MODELS INDEX
***************************************************/

.landing-header {
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    overflow-x: hidden;
    text-align: center;
    padding: 20px;
}

@media (max-width: 991px) {
    .landing-header {
        position: relative;
        background-color: #333;
    }
}


.landing-cover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.block-1:hover .landing-cover-overlay,
.block-2:hover .landing-cover-overlay,
.block-3:hover .landing-cover-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

    .centered-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    text-align: center;
}

.centered img {
    width: 400px;
}


/* #MODELS INDEX VERSION 2 
****************************************************/

.landing-row {
    height: 100%;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
}

.block-1 {
    background-color: white;
    background-image: url(/assets/img/qr-landing/sandbox-motors-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 50%
}

@media (min-width: 992px) {
    .block-1 {
        height: 100%
    }
}

.block-2 {
    background-color: white;
    background-image: url(/assets/img/qr-landing/sandbox-logistics-bg-2.jpg);
    background-size: cover;
    background-position: center center;
    height: 50%
}

@media (min-width: 992px) {
    .block-2 {
        height: 100%
    }
}

.block-3 {
    background-color: white;
    background-image: url(/assets/img/qr-landing/auto-concierge-bg-3.jpg);
    background-size: cover;
    background-position: center center;
    height: 50%
}

@media (min-width: 992px) {
    .block-3 {
        height: 100%
    }
}

