@font-face {
    font-display: swap;
    font-family: MBCorpoTitle;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MBCorpoATitleCond-Regular-Web.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: MBCorpoText;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MBCorpoSText-Regular-Web.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: MBCorpoText;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/MBCorpoSText-Bold-Web.woff2) format("woff2")
}

body {
    font-family: MBCorpoText;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: MBCorpoTitle;
    letter-spacing: 1px;
}

.heading {
    font-weight: 600;
    font-size: 3em;
    color: #000;
}


/* Header */

header {
    background-color: black;
    border-bottom: 1px solid #303030;
}

.top-header {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #3f3f3f;
}

.top-header img.benz {
    width: 100%;
    max-width: 220px;
}

.top-header img.akshaya {
    width: 100%;
    max-width: 170px;
}

.top-header a {
    color: #dddddd;
    text-decoration: none;
    font-size: 1.12em;
    font-family: MBCorpoTitle;
    letter-spacing: .5px;
}

.navbar-nav li {
    font-size: 1.12em;
    font-family: MBCorpoTitle;
    letter-spacing: .5px;
}

.navbar-nav .nav-link {
    color: #e6e6e6 !important;
}

.navbar-toggler {
    border: none;
}

.top-spacer {
    height: 100px;
}

.main-slider {
    position: relative;
}

/* Welcome */
.welcome {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #fafafa;

}

.welcome h1 {
    font-size: 3em;
    font-weight: 700;
    color: #000;
}

.welcome-border {
    margin-top: 70px;
    height: 2px;
    background-color: #c7c7c7;
}

/* Models */
.models {
    text-align: center;
}

.models .heading {
    padding-top: 1.1em;
}


.model {
    padding: 2px 10px;
}

.model p {
    font-weight: 700;
    font-family: MBCorpoTitle;
    font-size: 1.2em;
    color: #272727;
    letter-spacing: .5px;
}

.model p span {
    background-color: #e0e0e0;
    font-size: .75em;
    padding: 2px 7px;
    border-radius: 10px;
    color: #161616;
}


/* Locations */
.locations .heading {
    padding-top: 1em;
    text-align: center;
    margin-bottom: 1em;
}

.locations h3 {
    text-decoration: underline;
}

.locations {
    padding-top: 2em;
    padding-bottom: 2em;
    font-family: MBCorpoTitle;
}

.location-container {
    text-align: left;
    margin-top: 2.3em;
    margin-bottom: 1em;
}

.location {
    padding-bottom: 15px;
    border-bottom: 1px solid #b1b1b1;
}

.location h5 {
    text-align: center;
    font-weight: 500;
    color: white;
    background: #000;
    padding: 5px;
    border-radius: 10px;
}

.location p.title-location {
    text-align: center;
    color: #111111;
    font-weight: 600;
    font-size: 1.15em;
}

.location img {
    width: 100%;
    max-width: 25px;
}

.location p {
    font-size: 1.05em;
    color: #272727;
    margin-bottom: 2px;
}

/* ABOUT */
.about {
    background-color: #000;
    padding-top: 4em;
    padding-bottom: 4em;
    border-bottom: 1px solid #161616;
}

.about .heading {
    color: white;
    font-weight: 400;
    margin-bottom: .6em;
}

.about p {
    color: white;
    font-weight: 400;
    font-size: 1.12em;
    font-family: MBCorpoTitle;
}


/* Footer */
footer {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #000;
    font-family: MBCorpoTitle;
}

footer img {
    width: 100%;
    max-width: 300px;
}

footer .footer-menu {}

footer .footer-menu a {
    color: white;
    padding: 0 5px;
    border-right: 1px solid #161616;
    font-size: 1.12em;
}

footer .footer-menu a:last-child {
    border-right: none;
}

footer .copyright {
    text-align: center;
    margin-top: 2.5em;
    font-size: 14px;
    color: #929292;
}

footer .copyright a {
    color: #616161;

}

/* ENQUIRE */

.enquiry .heading {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-family: MBCorpoTitle;

}


.form-container label {
    font-size: 1.1em;
    margin-bottom: 6px;
    color: #303030;
    font-family: MBCorpoTitle;

}

.form-container .form-control {
    min-height: 49px;
    border-radius: 0;
    background: #f6f6f6;
    color: black;
    font-size: 19px;
}

.success {
    border: 1px solid #4caf50;
    background-color: #4caf50;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px;
    border-radius: 9px;
    margin-bottom: 10px;
    display: none;
    font-family: MBCorpoTitle;
}

.error {
    border: 1px solid #da3636;
    background-color: #da3636;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px;
    border-radius: 9px;
    margin-bottom: 10px;
    display: none;
    font-family: MBCorpoTitle;
}


.homepage-form {
    padding: 10px 10px;
    margin-top: 10px;

    position: absolute;
    top: 7%;
    right: 3%;
}

.homepage-form-inside {
    padding: 15px 15px;
    border: 1px solid #aaa;
    border-radius: 7px;
    background: #ffffffc7;
}

.homepage-form h4 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}

.homepage-form .form-item {
    margin-bottom: 10px;
}

.homepage-form .form-control {
    border-radius: 0;
    background: #fefefe;
    color: black;
    font-size: 16px;
    padding: 6px 11px;
}

.homepage-form .btn-dark {
    margin-top: .5em;
}

.homepage-form .error,
.homepage-form .success {
    padding: 3px;
    font-size: 14px;
}




/* RESPONSIVE */

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .homepage-form {
        top: 0%;
    }
}

@media (max-width: 991.98px) {
    .welcome h1 {
        font-size: 2.3em;
    }

    .navbar-nav li {
        text-align: center;
    }

    .navbar {
        padding: 0.2rem 1rem;
    }

    .showroom-h2 {
        font-size: 2em;
    }

    .homepage-form {
        position: inherit;
        right: inherit;
        top: inherit;
    }
}

@media (max-width: 767.98px) {
    .welcome h1 {
        font-size: 1.8em;
    }

    .model p {
        font-size: 1em;
    }

    .heading {
        font-size: 1.8em;
    }

    .top-header a {
        font-size: 1em;
    }

    .navbar-nav li {
        font-size: 1em;
    }

    .welcome {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .models .heading {
        padding-top: 0.5em;
    }

    .locations {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .showroom-h2 {
        font-size: 1.5em;
    }

}

@media (max-width: 575.98px) {
    .welcome h1 {
        font-size: 1.2em;
    }

    .showroom-h2 {
        font-size: 1.1em
    }
}

@media (max-width: 380.98px) {
    .showroom-h2 {
        font-size: 1em
    }
}