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

body {
    height: 1024px;
    background-color: rgba(0, 0, 0, 0.9);
}

.container-header {
    width: 768px;
    height: 125px;
    margin: 0 auto;
}

header {
    height: 120px;
}

.black-beckground-header {
    background-color: black;
}


/* line  */

.line-gradient {
    height: 2px;
    background-image: linear-gradient(to right, black, white, black);
}


/* NAV */

.nav-main {
    text-align: center;
    display: flex;
    flex-direction: row;
}

.nav-main li {
    list-style: none;
    color: white;
    width: 16.6%;
    border-top: #555 5px solid;
}

.nav-main li a {
    font-size: 13px;
    display: block;
}

.nav-main svg {
    height: 70px;
    fill: white;
    padding: 7px 0 7px 0;
}

.active {
    border-top: #0a7eff 5px solid !important;
}

.active svg {
    fill: #0a7eff;
}


/* small nav */

.small-nav {
    height: 48px;
    position: relative;
    padding-top: 5px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.list-small-nav {
    text-align: center;
    display: flex;
    flex-direction: row;
}

.small-nav::-webkit-scrollbar {
    display: none;
}

.small-nav li {
    list-style: none;
    min-width: 25%;
    border-bottom: solid #555 2px;
    text-align: center;
    color: white;
}

.small-nav li a {
    font-size: 1.3em;
}

.active-small-nav {
    border-bottom: solid #0a7eff 2px !important;
    color: white !important;
}


/* Performance main page */

.container-main {
    position: relative;
    width: 768px;
    height: 775px;
    margin: 0 auto;
}

.big-circle {
    border: 1px solid rgba(190, 196, 206, 0.3);
    width: 700px;
    height: 700px;
    border-radius: 100%;
    vertical-align: middle;
    position: absolute;
    top: 40px;
    right: 30px;
}

.car-back-circle {
    color: white;
    position: absolute;
    top: 50px;
    left: 50px;
    border-radius: 100%;
    height: 600px;
    width: 600px;
    border: 1px solid rgba(190, 196, 206, 0.3);
    background-image: url(../img/car.svg);
    background-position: center center;
    background-size: 100%;
    background-position-x: -40px;
    background-position-y: 10px;
}

.steering {
    text-align: center;
    position: absolute;
    top: -64px;
    right: 260px;
}

.steering span {
    display: block;
    font-size: 25px;
}

.steering-blue-line {
    position: absolute;
    height: 5px;
    width: 15px;
    top: -3px;
    right: 293px;
    background-color: #0a7eff;
    border-radius: 5px;
}

.slip {
    text-align: center;
    position: absolute;
    bottom: -65px;
    right: 280px;
}

.slip span {
    display: block;
    font-size: 25px;
}

.slip-blue-dot {
    position: absolute;
    height: 7px;
    width: 7px;
    bottom: -3px;
    right: 295px;
    background-color: #0a7eff;
    border-radius: 5px;
}

.long {
    text-align: center;
    position: absolute;
    top: 75px;
    right: 269px;
}

.long span {
    display: block;
    font-size: 25px;
}

.lat {
    text-align: center;
    position: absolute;
    bottom: 75px;
    right: 274px;
}

.lat span {
    display: block;
    font-size: 25px;
}

.circle-G-force-left-text {
    left: 40px;
    color: #555;
    position: absolute;
    bottom: 307px;
}

.circle-G-force-right-text {
    color: #555;
    right: 40px;
    position: absolute;
    bottom: 307px;
}

.line-G-force-left {
    height: 2px;
    width: 90px;
    background: linear-gradient(to right, transparent, rgba(190, 196, 206, 0.1));
    position: absolute;
    top: 280px;
    left: 93px;
}

.line-G-force-right {
    height: 2px;
    width: 90px;
    background: linear-gradient(to left, transparent, rgba(190, 196, 206, 0.1));
    position: absolute;
    top: 280px;
    right: 95px;
}

.circle-G-force {
    height: 30px;
    width: 30px;
    border-radius: 40px;
    background: red;
    position: absolute;
    bottom: 308px;
    right: 284px;
}


/* front left wheel */

.left-wheel {
    top: 110px;
    position: absolute;
    left: 180px;
}

.circle-wheel-left {
    height: 50px;
    width: 50px;
    border: solid 2px rgba(190, 196, 206, 0.5);
    border-radius: 100%;
}

.left-lb-ft {
    position: absolute;
    top: 95px;
    right: 144px;
    color: white;
    width: 60px;
}

.left-lb-ft span {
    font-size: 40px;
    color: white;
}

.line-wheel-left {
    height: 2px;
    width: 160px;
    background-color: rgba(190, 196, 206, 0.5);
    transform-origin: top right;
    transform: rotate(360deg);
    position: absolute;
    top: 24px;
    right: 24px;
}

.slider-left-front {
    position: absolute;
    left: -209px;
    -webkit-appearance: none;
    width: 150px;
    height: 25px;
    background: transparent;
    background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(190, 196, 206, 1) 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    transform: rotate(-90deg);
    top: 12px;
}


/*  front right wheel */

.right-wheel {
    top: 110px;
    position: absolute;
    right: 185px;
}

.circle-wheel-right {
    height: 50px;
    width: 50px;
    border: solid 2px rgba(190, 196, 206, 0.5);
    border-radius: 100%;
}

.line-wheel-right {
    height: 2px;
    width: 160px;
    background-color: rgba(190, 196, 206, 0.5);
    transform-origin: top right;
    transform: rotate(180deg);
    position: absolute;
    top: 26px;
    right: 27px;
}

.slider-right-front {
    position: absolute;
    right: -209px;
    -webkit-appearance: none;
    width: 150px;
    height: 25px;
    outline: none;
    opacity: 0.7;
    background: transparent;
    background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(190, 196, 206, 1) 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
    -webkit-transition: .2s;
    transition: opacity .2s;
    transform: rotate(-90deg);
    top: 12px;
}

.right-lb-ft {
    position: absolute;
    top: 95px;
    left: 160px;
    color: white;
    width: 60px;
}

.right-lb-ft span {
    font-size: 40px;
    color: white;
}


/*  rear right wheel */

.rear-right-wheel {
    bottom: 110px;
    position: absolute;
    right: 183px;
}

.rear-line-wheel-right {
    height: 2px;
    width: 160px;
    background-color: rgba(190, 196, 206, 0.5);
    transform-origin: top right;
    transform: rotate(180deg);
    position: absolute;
    top: 26px;
    right: 24px;
}

.rear-circle-wheel-right {
    height: 50px;
    width: 50px;
    border: solid 2px rgba(190, 196, 206, 0.5);
    border-radius: 100%;
}

.slider-right-rear {
    position: absolute;
    right: -209px;
    -webkit-appearance: none;
    width: 150px;
    height: 25px;
    background: transparent;
    background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(190, 196, 206, 1) 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    transform: rotate(-90deg);
    top: 12px;
}

.right-lb-ft-rear {
    position: absolute;
    top: -105px;
    left: 160px;
    color: white;
    width: 60px;
}

.right-lb-ft-rear span {
    font-size: 40px;
    color: white;
}


/* rear left wheel */

.rear-left-wheel {
    bottom: 110px;
    position: absolute;
    left: 182px;
}

.rear-circle-wheel-left {
    height: 50px;
    width: 50px;
    border: solid 2px rgba(190, 196, 206, 0.5);
    border-radius: 100%;
}

.rear-line-wheel-left {
    height: 2px;
    width: 160px;
    background-color: rgba(190, 196, 206, 0.5);
    transform-origin: top right;
    transform: rotate(0deg);
    position: absolute;
    top: 24px;
    right: 27px;
}

.slider-left-back {
    position: absolute;
    left: -209px;
    -webkit-appearance: none;
    width: 150px;
    height: 25px;
    background: transparent;
    background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(190, 196, 206, 1) 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    transform: rotate(-90deg);
    top: 12px;
}

.left-lb-ft-rear {
    position: absolute;
    top: -105px;
    right: 144px;
    color: white;
    width: 60px;
}

.left-lb-ft-rear span {
    font-size: 40px;
    color: white;
}


/* circle */

.small-circle-wheel {
    height: 10px;
    width: 10px;
    background-color: white;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
}


/* SLIDER  */

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5px;
    height: 40px;
    background: white;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: white;
    cursor: pointer;
}


/* KW */

.container-kw {
    position: relative;
    width: 768px;
    height: 80px;
    margin: 0 auto;
}

.scale-kw {
    color: white;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.meter-kw {
    width: 85px;
}

.scale-kw-meter-line {
    width: 45px;
}

.container-kw h1 {
    padding-bottom: 5px;
    color: white;
    text-align: center;
}

.container-kw h1 span {
    padding-left: 10px;
    font-size: 20px;
}


/* Footer */


/* AC MENU */

.container-footer {
    display: flex;
    flex-direction: row;
    width: 768px;
    height: 40px;
    margin: 0 auto;
}

.footer-ac {
    background: black;
    color: white;
    overflow: hidden;
}

.icon {
    width: 50px;
}

.icon svg {
    fill: white;
    padding: 5px;
}

.menu-bars {
    width: 510px;
}

.small-menu-bars {
    width: 50px;
    padding: 2px 0 0 5px;
    text-align: center;
}

.small-menu-bars li {
    border-bottom: solid white 2px;
    list-style: none;
    height: 2px;
    width: 30px;
    padding-top: 5px;
}

.small-menu-bars-fan-menu {
    padding: 10px 0 0 0;
}

.small-menu-bars-fan-menu ul {
    padding-left: 234px;
}

.small-menu-bars-fan-menu li {
    border-bottom: solid white 2px;
    list-style: none;
    height: 2px;
    width: 100px;
    padding-top: 5px;
}

.temp {
    width: 80px;
    margin-left: -10px;
}

.temp,
.tempfan {
    font-size: 30px;
}


/* AC CONTAINER */

.close:before,
.close:after {
    position: absolute;
    right: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: white;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.ac-container-main {
    color: white;
    background-color: black;
    top: 0px;
    position: relative;
    width: 768px;
    height: 1025px;
    margin: 0 auto;
    display: none;
    transition-duration: 3s;
    transition-property: display;
}

.open {
    top: -1022px;
    display: block;
}

.temperature {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 200px;
    position: absolute;
}

.main-temp {
    margin-left: 80px;
    font-size: 180px;
    text-align: center;
}

.passenger-temp {
    margin-right: 80px;
    font-size: 180px;
    text-align: center;
}

.main-temp-buttons {
    position: absolute;
    top: 500px;
    left: 150px;
    font-size: 70px;
}

.main-temp-buttons a {
    display: block;
}

.main-up {
    width: 100px;
    height: 50px;
    border-bottom: solid 50px #0a7eff;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.main-down {
    margin-top: 30px;
    width: 100px;
    height: 50px;
    border-top: solid 50px #0a7eff;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.passenger-temp-buttons a {
    display: block;
}

.passenger-temp-buttons {
    position: absolute;
    top: 500px;
    right: 150px;
    font-size: 70px;
}

.pass-up {
    width: 100px;
    height: 50px;
    border-bottom: solid 50px #0a7eff;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.pass-down {
    margin-top: 30px;
    width: 100px;
    height: 50px;
    border-top: solid 50px #0a7eff;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}