body{
    background-color: #181818;
    margin: auto;
    padding: 0;
    margin: 0;
}

html{
    scroll-behavior: smooth
}

header{
    display: flex;
    flex-direction: row;
    text-align: justify;
}

#hamburger-icon{
    display: none;
    cursor: pointer;
    padding: 10px;
}

.line{
    width: 30px;
    height: 3px;
    background-color: #181818;
    margin: 6px 0;
}

#links {
    margin-right: 3% !important;
}

.navbar{
    background: transparent;
    backdrop-filter: blur(10px);
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    top: 0;
    height: auto;
    z-index: 3;
}

.direct {
    display: flex;
    gap: 20px;
    margin-right: 3%;
    align-items: center;
}

.navbar li {
    text-decoration: none;
    align-items: stretch;
    display: inline;
    font-family: "Arimo", sans-serif;
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
}

.navbar a {
    text-decoration: none;
    color: #ececec;
    margin-left: auto;
}

.curr{
    color: #D37F31 !important;
    font-weight: bolder;
}

.direct a:hover {
    color: #D37F31;
    font-weight: bolder;
}

.navbar-logo {
    margin-right: auto;
    height: 30%;
    width: 30%;
    margin-left: 3%;
    margin-top: 0.5%;
}

img.navbar-img {
    height: auto;
    max-width: 80%;
    align-items: flex-start;
}

.tagline {
    color: #ececec;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    font-size: 27px;
    margin-top: 5%;
    font-weight: 450;
    display: flex;
    justify-content: center;
}

.first-line{
    display: flex;
    justify-content: space-between;
}

.hritem-left{
    width: 50%;
    height: 2px;
    display: inline-block;
    margin: 0;
    background-color: #ececec;
    margin-right: 1%;
}

.vision{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.vision-text{
    font-size: 27px;
    color: #ececec;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    font-weight: 450;
}

.hritem-right{
    width: 50%;
    height: 2px;
    display: inline-block;
    margin: 0;
    background-color: #ececec;
    margin-left: 1%;
}

.mission{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.mission-text{
    font-size: 27px;
    color: #ececec;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    font-weight: 450;
}

.second-line{
    display: flex;
    justify-content: space-between;
    margin: 0
}

.vision-desc{
    font-size: 20px;
    color: #ececec;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    text-align: right;
    justify-content: flex-end;
    margin: 0;
    margin-right: 10%;
    margin-left: 20%;
}

.mission-desc{
    font-size: 20px;
    color: #ececec;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    text-align: left;
    justify-content: flex-end;
    margin: 0;
    margin-left: 10%;
    margin-right: 20%;
}

.third-line{
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-top: 3%;
}

.car-img{
    margin: 0;
    padding: 0;
    width: 50%;
}

.car-img-style{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 65%;
    float: right;
    margin-right: 10%;
}

.history{
    font-size: 20px;
    color: #ececec;
    display: inline-block;
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    width: 50%;
}

.history-title{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.contact-us{
    font-size: 20px;
    color: #ececec;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    color: #ececec;
    width: 100%;
}

.hritem-contact-up{
    width: 50%;
    height: 2px;
    display: inline-block;
    margin: 0;
    margin-top: 3%;
    background-color: #ececec;
    justify-content: flex-start;
}

.hritem-contact-bottom{
    width: 50%;
    height: 2px;
    display: inline-block;
    margin: 0;
    background-color: #ececec;
    margin-left: 49.9%;
    justify-content: flex-end;
    margin-top: 3%;
}

.contact-us-text{
    text-align: center;
    font-size: 27px;
    font-weight: 450;
}

.contact-us-socmed{
    text-align: center;
    display: flex;
    justify-content: center;
}

.instagram{
    display: flex;
    justify-content: center;
    margin-left: 5%;
}

.instagram a:hover{
    color: #D37F31;
}

.leftmost{
    margin-left: 0;
}

.contact-us-socmed a{
    text-decoration: none;
    color: #ececec;
    font-size: 17px;
    margin-left: 5%;
}

footer{
    margin-top: 3%;
}

.copyright{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    color: #181818;
    background-color: #ececec;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}