@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
    font-family: 'Roboto', sans-serif;
}

body,
section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body {
    position: relative;
    overflow-x: hidden;
    line-height: 1.5;
    background: #BDBDBD;
    color: #222;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    font-family: sans-serif;
}

section {
    width: 100%;
    position: relative;
}

section.fs {
    height: 100vh;
    overflow: hidden;
    background: #000;
}

section.fs .bg+h1 {
    z-index: 1;
    background: rgba(255, 255, 255, 0.45);
    padding: 4px 4px 4px 12px;
}

section.hs {
    height: 50vh;
    background: var(--main-bg-color);
    color: white;
}

section.is-dark {
    background: #151515;
    color: #eee;
}

section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section h1 {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.22em;
}

section p {
    margin: 0 auto;
    letter-spacing: 0.3em;
}

.slide .slideInUp {
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s ease-out;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}

.slide .slideInUp.slideInUp2 {
    transition-delay: 0.2s;
}

.slide .slideInUp.slideInUp3 {
    transition-delay: 0.3s;
}

.slide.is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide1 {
    background-image: url(../images/lambo1_smokebackground.gif);
}

#car-container {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
    height: 400px;
    border-radius: 10px;
}

#car-container #car-item {
    cursor: pointer;
    float: left;
    width: 300px;
    height: 400px;
    margin-left: 15px;
    border-radius: 10px;
    transform: .5s;
}

#car-container #car-item h5 {
    margin-top: 15px;
    color: #DF9A04;
}

#car-item .pricing-txt {
    margin-top: 100px;
    color: #DF9A04;
}

.yellow:hover {
    -moz-box-shadow: 3px 3px 5px 6px #DF9A04;
    -webkit-box-shadow: 3px 3px 5px 6px #DF9A04;
    box-shadow: 3px 3px 5px 6px #DF9A04;
}

#car-container #car-item:hover {}

#car-container #car-item .car_image {
    margin-top: 25px;
}

.shadow {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

nav {
    display: block;
    position: fixed;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    z-index: 100;
}

nav.is-color .nav-dot {
    background-color: #5C6BC0;
}

nav.is-light .nav-dot {
    background-color: #fff;
}

nav li {
    width: auto;
    list-style: none;
}

nav a {
    display: block;
    line-height: 25px;
    position: relative;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none;
}

nav a:hover .nav-label {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

nav .nav-dot {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

nav .nav-label {
    display: block;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFF59D;
    font-weight: 900;
    visibility: hidden;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.logo {
    height: auto;
    max-width: 45%;
    width: auto\9;
    margin-top: 150px;
}

.h-txt {
    margin-top: 25px;
    color: white;
}

#serviceIndicator {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 200px;
    height: 20px;
    border-radius: 20px;
    color: rgb(1, 218, 1);
}

.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#condition {}

#action-btn {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(63, 191, 63, 0.68);
}

#action-btn h2 {
    color: white;
    padding-top: 5px;
}

#invoice-btn {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(63, 191, 63, 0.68);
}

#invoice-btn h2 {
    color: white;
    padding-top: 5px;
}

#vi {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10%;
    width: 200px;
    font-size: 20px;
}

.vi-txt {
    color: black;
    margin-right: 5px;
    letter-spacing: 0ch;
}

.restrictWidth {
    width: 80%;
}

#reviewsPlugin {
    margin-top: -25px;
}

#alert_section {
    background-color: red;
    color: white;
    font-weight: bold;
}

#hslide01 {
    height: auto;
    background-color: #dcdbdc;
    display: flex;
    display: inline-block;
}

#hslide01 img {
    display: inline-block;
    width: 300px;
    margin: 15px;
}

#hslide01 h1 {
    margin-top: 25px;
}

#reviews-wrapper {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}

.reviewsHeader {
    padding-top: 0%;
    margin-bottom: 50px;
    color: white;
}

#review {
    float: left;
    width: 100%;
    height: auto;
}

#review-1,
#review-2,
#review-3 {
    margin-left: .25%;
    float: left;
    width: 33%;
}

.client-name {
    font-weight: bolder;
    font-size: 18px;
    width: 50%;
    border-bottom: 1px solid rgb(138, 138, 138);
}

.client-review {
    margin-top: 15px;
    font-size: 16px;
    width: 100%;
}

.resize-stars {
    width: 150px;
    height: auto;
}

#services-wrapper {
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    overflow-x: scroll;
    white-space: nowrap;
}

#services-wrapper p {
    margin-top: 15px;
    font-size: .8rem;
}

#service-box {
    display: inline-block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    width: 250px;
    height: 250px;
}

#service-box img {
    width: 100%;
}

#service-box p {
    margin-top: -50px;
}

.serviceImage {
    float: left;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #BDBDBD;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#smIconWrapper {
    width: 55%;
}

.widget {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#footer {}

.reviewBanner {
    cursor: pointer;
    position: absolute;
    width: 250px;
    left: -55px;
    top: -50px;
}

.cycle-pager {
    padding-top: 100px;
}


/*MOBILE PAYMENTS*/

.mobile_logo {
    margin-top: 50px;
    width: 50%;
}

.mobile_loading {
    margin-top: 50px;
    width: 50%;
}