* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 20px;
    font-family: sans-serif;
    text-decoration: none;
}
html {scroll-behavior: smooth;}
body {
    background-color: #111111;
}
/* ----------------->>>> BAGIAN HEADER */
header {
    position: sticky;
    z-index: 999;
    top: -40vh;
    background-image: url(../img/Showroom1.png);
    background-position: center;
    background-size: cover;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e6e6e6;
    gap: 5px;
}
.logo img {width: 40px;}
.logo span {font-size: 30px;}
header nav,
header nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    height: 10vh;
    gap: 20px;
    color: #e6e6e6;
}
header nav {
    position: sticky;
    top: 0;
    background: #111111dd;
}
header nav ul li a {
    display: inline-block;
    text-align: center;
    padding: 5px;
    color: #e6e6e6;
}
header nav ul li a:hover,
.nav-active {
    color: #D4AF37;
}
header nav label {
    font-size: 30px;
}
header .jumbotron {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top, #111111, transparent);
    gap: 10px;
    height: 40dvh;
    color: #FFFFFF;
}
h1, h1 span {
    text-shadow: 0px 0px 5px #FFFFFF;
    font-size: 3rem;
}
header .jumbotron p {
    color: #D4AF37;
    text-shadow: 1px 1px 1px #111111;
}
/* ----------------->>>> BAGIAN MAIN */
main {
    display: flex;
    flex-direction: row-reverse;
}
.content {
    width: 75%;
}
.content-article {
    display: flex;
    flex-direction: column;
    scroll-margin-top: 10vh;
    padding: 40px;
    gap: 20px;
    color: #e6e6e6;
}
.content-article h2 i {
    color: #D4AF37;
    text-shadow: 1px 1px 1px #111111;
}
.content-article section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.logo-mobil-sport {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}
.logo-mobil-sport img {
    border-radius: 10px;
    padding: 10px;
    width: 150px;
    height: 150px;
    border: 1px solid #D4AF37;
    box-shadow: 0 0 10px black;
    object-fit: contain;
    object-position: center;
}
.cars-wrapper {
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.cars-track {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    transition: transform 0.5s ease;
    height: 100%;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
}
.card .cars {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.card .cars img {
    width: 60%;
    object-fit: cover;
    object-position: center;
}
.select-cars {
    z-index: 2;
    position: absolute;
    background: none;
    color: #ffffff8f;
    font-size: 100px;
    cursor: pointer;
    border: none;
}
.select-cars:hover {
    color: #FFFFFF;
}
#arrow-left {left: 100px;}
#arrow-right {right: 100px;}

#services {
    background: #ffffff85;
    color: #111111;
}
#services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 10px;
    list-style: none;
}
#services ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 200px;
    height: 200px;
    background: #111111;
    color: #ffffff85;
}
#services ul li p {
    color: #ffffff85;
    font-size: 16px;
}
#services ul li i {
    color: #D4AF37;
}
#about-us {
    gap: 20px;
}
#about-us h3 {
    text-align: center;
    color: #D4AF37;
    padding: 20px;
}
#about-us section:nth-child(3) {
    flex-direction: row;
    gap: 20px;
}
.mission, .vision {
    width: 50%;
}
.mission ul {
    padding-left: 10px;
}
/* ----------------->>>> BAGIAN CONTACT */
#contact .social-media {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}
#contact i {color: #D4AF37;}
#contact a {color: #e6e6e6;}
/* ----------------->>>> BAGIAN ASIDE */
aside {
    position: sticky;
    top: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-image: url(../img/Showroom2.png);
    width: 25%;
    height: 90vh;
    color: #FFFFFF;
    padding: 10px;
    box-shadow: 1px 0px 100px black, 0 0 100px 150px #111111 inset;
}
aside section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
aside section h2,
aside section strong {
    color: #D4AF37;
}
aside section i {
    color: #D4AF37;
    font-size: 14px;
}
aside section span {
    font-size: 100px;
}
aside section .box-timer {
    display: flex;
    gap: 20px;
    padding: 20px;
}
aside section .box-timer .timer {
    border-radius: 10px;
    background: #D4AF37;
    text-shadow: 1px 1px 1px #111111;
    padding: 10px;
    font-size: 25px;
}
aside .address {
    padding: 10px;
    border-radius: 10px;
}
aside .address h2 {
    color: #e6e6e6;
}
aside .address img {
    width: 100%;
    border-radius: 10px;
}
/* ----------------->>>> BAGIAN FOOTER */
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff8f;
    height: 10vh;
}

@media screen and (max-width: 1200px){
    main {flex-direction: column;}
    .content {width: 100%;}
    aside {
        text-shadow: 1px 1px 1px #111111;
        width: 100%;
        height: max-content;
        flex-direction: row;
        box-shadow: none;
    }
    aside section {
        background: #111111dd;
        backdrop-filter: blur(5px);
        padding: 10px;
        height: 500px;
    }
    aside .address {border-radius: 0;}
    aside .address img {
        padding: 20px;
        width: 90%;
    }
    footer {
        background: #111111;
        color: #e6e6e6;
    }
}
@media screen and (max-width: 900px) {
    header nav ul li a span {display: none;}
}
@media screen and (max-width: 700px) {
    .logo-mobil-sport img {
        width: 120px;
        height: 120px;
    }
    aside {
        flex-direction: column;
    }
    h1, h1 span {
        font-size: 2rem;
    }
    header nav {padding: 0 20px;}
    .content-article {
        padding: 20px;
    }
    .select-cars {
        font-size: 50px;
    }
    #arrow-left {left: 30px;}
    #arrow-right {right: 30px;}
    #about-us section:nth-child(3) {
        flex-direction: column;
    }
    .mission, .vision {width: 100%;}
}
