/* Defaults */
@font-face {
    font-family: neurial-grotesk;
    src: url(../fonts/neurial-grotesk-regular.otf) format("truetype");
    font-weight: normal;
    font-display: fallback
}

@font-face {
    font-family: neurial-grotesk;
    src: url(../fonts/neurial-grotesk-light.otf) format("truetype");
    font-weight: 300;
    font-display: fallback
}

@font-face {
    font-family: neurial-grotesk;
    src: url(../fonts/neurial-grotesk-medium.otf) format("truetype");
    font-weight: 600;
    font-display: fallback
}

@font-face {
    font-family: neurial-grotesk;
    src: url(../fonts/neurial-grotesk-bold.otf) format("truetype");
    font-weight: bold;
    font-display: fallback
}

@font-face {
    font-family: neurial-grotesk-variable;
    src: url(../fonts/neurial-grotesk-variable.ttf) format("truetype");
    font-display: fallback
}

body {
    font-family: 'neurial-grotesk', Roboto, sans-serif;
    color: #1d1d1d;
    background: #f5f4f5;
}

.btn-dark {
    background: #1d1d1d;
    border-color: #1d1d1d;
}

.black-section {
    background: black;
    color: white;
}

.border-10 {
    border-radius: 10px;
}

.section-white {
    background-color: white;
    padding: 3em 4em;
    border-radius: 10px;
    margin-bottom: 2em;
}


/* Header */
.dropdown .dropdown-menu .dropdown-item {
    text-transform: initial;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link.active {
    color: #000000;
}

/* SUB PAGE Header */
.sub-page-main-container {
    background-color: #25292e;
    padding-top: 5em;
    padding-bottom: 3em;
}

.sub-header-container {
    color: white;
    padding-top: 3em;
    padding-bottom: 5em;
}

.sub-header-container h1 {
    font-weight: 500;
    font-size: 3.4em;
    margin-bottom: 15px;
}

.sub-header-container p.desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #d7d7d7;
}

.sub-page-white {
    background-color: #f6f6f6;
}

.sub-header-container.sub-header-white-container,
.sub-header-container.sub-header-white-container p.desc {
    color: #1d1d1d;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #000000;
}

/* Slider */
.main-slider {
    position: relative;
}

.main-slider .slick-next {
    right: 18px;
}

.main-slider .slick-prev {
    left: 18px;
    z-index: 99;
}

.main-slider img {
    border-radius: 10px;
}

/* Slider form */

.headerform {
    background: #ffffffa1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 22px;
    border-radius: 4px;
}

.headerform h2 {
    font-size: 1.1em;
    margin-bottom: 15px;
    font-weight: 300;
    color: #2e2e2e;
}

.headerform input,
.headerform select {
    height: 37px;
    padding-left: 17px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 0;
    padding-right: 17px;
}

.headerform {
    position: absolute;
    top: 15%;
    right: 3%;
}

.headerform .form-select {
    line-height: 1;
    background-color: white;
}

.headerform .headerform input,
.headerform .headerform select {
    height: 40px;
}

.headerform input::-webkit-input-placeholder {
    color: #424242;
}

.headerform input:-ms-input-placeholder {
    color: #424242;
}

.headerform input::placeholder {
    color: #424242;
}

/* Form */

.error {
    color: #ffffff;
    font-size: 14px;
    background: #f44336;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 3px 5px;
    display: none;
}

.success {
    color: #ffffff;
    font-size: 14px;
    background: #4caf50;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 3px 5px;
    display: none;
}

/* Home */
.main-title h1.title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 1.2em;
}

/* Home Model */
.model-card {
    background-color: white;
    border-radius: 10px;
}

.model-card img {
    width: 100%;
}

.model-card .card-desc {
    padding: 30px 26px;
}

.model-card .card-desc h3 {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
}

.model-card .card-desc span {
    color: gray;
    font-weight: 100;
    font-size: 14px;
}

.model-card .card-desc span.available {
    color: #1d1d1d;
    background: #e3e3e3;
    padding: 3px 7px;
    border-radius: 10px;
}

.model-card .card-desc p {
    margin-bottom: 0px;
}

.model-card .card-desc a.learn-more {
    color: #b2b2b2;
    text-decoration: underline;
    font-size: 13px;
}

/* Home About */
.home-about {
    padding: 7em 1em;
}

.home-about .about-container {
    background: #0a0a0a;
    border-radius: 10px;
    padding: 40px 25px;
}

.home-about .about-container p {
    font-weight: 300;
    color: #c9c9c9;
    line-height: 1.6;
    font-size: 15px;
}

/* Testimonial */
.testimonial {
    background-color: white;
}

.testi-content {
    font-size: .9em;
}

/* Experience Card */
.experience-card {
    margin-top: -9em;
    padding: 4em 10px;
    background: #ffffffbb;
    position: relative;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.experience-card span {
    margin-bottom: 14px;
    display: block;
}

.experience-card h2 {
    line-height: 1.3;
    color: black;
}

.experience-card a {
    margin-top: 1.2em;
    display: block;
    color: #414141;
}

.experience-card a span {
    display: inline-block;
}

/* Map Area */
.map-area {
    max-width: 1100px;
    height: 496px;
    margin-bottom: 4em;
    display: flex;
    align-items: center;
    position: relative;
}

.map-area-bg {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

.map-area-bg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.map-area .mobile-map {
    display: none;
}

.map-area .mobile-map img {
    width: 100%;
    max-width: 265px;
    border-radius: 10px;
}

.map-area-content {
    padding: 3em 3em 3em 5em;
}

.map-area-content span {
    color: #36cb40;
}

.map-area-content h2 {
    color: white;
    font-size: 3em;
    font-weight: 500;
}



/* Footer */
.footer-container {
    background-color: white;
    margin-bottom: 1em;
}

.bg-footer {
    background-color: #000000;
    border-radius: 10px;
    padding: 2.5em 2em;
}

.copyright {
    text-align: right;
    font-size: 12px;
    color: #adadad;
    padding-right: 4em;
}

.copyright a {
    color: white;
}

/* About Us Page */
.achievements {
    padding: 4em 1em;
}

.achievements li {
    margin-bottom: 14px;
    list-style: square;
}


/* Outlets */
.outlet .card {
    background-color: #eeeeee;
}

.outletdetails h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    color: black;
}

.outletdetails p {
    color: #5d5d5d;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 0;
}

.outlettype {
    text-align: center;
}

.outlettype h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.outlettype p {
    color: #252525;
    font-weight: 700;
    margin-bottom: 0;
}

.outletworking p a {
    color: #636363;
    font-weight: 400;
}

.outletworking h5 {
    font-weight: 600;
    font-size: 15px;
    color: #252525;
    margin-top: 15px;
}

.outletworking p {
    margin-bottom: 0;
    font-size: 13px;
}


/* OUTLET Home */
.outlet-inner .outlet-location button.btn {
    font-weight: 600;
    letter-spacing: 2px;
}

.outlet-inner .select-box select {
    border: 1px solid #1d1d1d;
    font-size: 17px;
    padding: 7px 10px;
}

/* Forms */
.form-area {
    margin: 2em 0 3em 0;
}

.form-container {
    padding: 2.5em 2.5em;
    background: #ffffff96;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.form-container .form-item {
    margin-bottom: 1.5em;
}

.form-container .form-item label {
    font-weight: 500;
    color: #141414;
    margin-bottom: 6px;
}

.form-container .form-item input,
.form-container .form-item select,
.form-container .form-item textarea {
    background-color: white;
    border: 1px solid #7c7c7c;
    border-radius: 0;
    padding: 13px 10px;
    font-weight: 600;
}

.form-container p.sub {
    margin-bottom: 25px;
    font-size: 13px;
    color: #000000;
    font-style: italic;
}

.form-container p.sub span {
    font-size: 16px;
    color: #118816;
}

/* Gallery */

.gallery img {
    border-radius: 10px;
}

.gallery-sub {
    text-align: center;
    margin-bottom: 1em;
    color: white;
    border: 1px solid #4a4a4a;
    padding: 10px;
    border-radius: 10px;
}


/* Model Pages */
.sub-page-model h3 {
    font-size: 2.4em;
    font-weight: 400;
    margin-bottom: 2em;
    margin-top: 1em;
}

.card {
    padding: 2em 1.5em;
    margin-bottom: 1em;
}

/* Black Card */

.card.card-black h4 {
    font-size: 1.3em;
}

.card.card-black p {
    font-size: 4em;
    color: #31a93e;
    font-weight: 600;
}

.card.card-black p span {
    font-size: 2.1rem;
}

.card.card-black span.footertext {
    color: #767676;
    font-weight: 100;
}

.card.card-black {
    background: black;
    border: 1px solid #31a93e;
}

.card.card-black img {
    max-width: 20px;
    margin-bottom: 10px;
}

/* Grey Card */
.card.card-grey {
    background: #161616;
    border: none;
}

.card.card-grey h4 {
    font-size: 1.3em;
    color: #dbdbdb;
    margin-bottom: 3px;
}

.card.card-grey p {
    font-size: 2.5em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}

.card.card-grey span.sub-head-span {
    color: #767676;
    font-weight: 100;
    font-size: 12px;
}

.card.card-grey span {
    color: #e5e5e5;
    font-weight: 400;
    font-size: 17px;
}


/* White Card */
.card.card-transparent {
    background-color: transparent;
    border: none;
}

/* Power */
.power img {
    max-width: 200px;
}

.power h4 {
    margin-top: 1em;
    font-weight: 600;
    color: black;
    margin-bottom: 12px;
}

.power p {
    color: #616161;
    font-size: 13px;
    font-weight: 300;
}

.features2container h4 {
    padding: 6px 11px 2px 11px;
    font-weight: 400;

}

.features2container p {
    font-weight: 400;
}

/* Download Brochure */
.download-brochure {
    background: black;
    margin-bottom: 5em;
    margin-top: 2em;
    padding: 2.5em 1.5em;
    border-radius: 15px;
}

.download-brochure h2 {
    color: white;
    font-weight: 600;
}

.download-brochure p {
    color: #454545;
}

/* Safety */
.safety-container h4 {
    font-weight: 400;
    font-size: 1.4em;
}

.safety-container p {
    font-weight: 200;
    font-size: 12px;
    color: #7e7e7e;
}

.safety-media {
    max-height: 380px;
    position: relative;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.safety-media video {
    object-fit: cover;
}


/* Specs */
.specs {
    margin-top: 2.7em;
    margin-bottom: 2.7em;
}

.specs h2 {
    font-size: 2.5em;
    font-weight: 400;
}

.specs p {
    font-size: 1.1em;
    margin-bottom: 2px;
}

.specs p.bigtext {
    font-size: 3em;
    font-weight: 500;
}

.specs span {
    color: #858585;
    font-size: 13px;
}

.colors {
    text-align: center;
}

.colors h4 {
    font-weight: 100;
    font-size: 2em;
    margin-bottom: 1em;
}

@media (max-width: 1399.98px) {
    .headerform {
        top: 10%;
    }
}

@media (max-width: 1199.98px) {
    .headerform {
        top: 5%;
    }
}

@media (max-width: 991.98px) {
    .headerform {
        top: .5%;
    }

    .navbar-nav .dropdown .dropdown-menu {
        background: #efefef;
        margin-left: 10px;
    }

    .form-area .form-item {
        margin-bottom: 1em;
    }
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #ffffff;
        margin-top: 10px;
        border-radius: 10px;
        border: 1px solid #f0f0f0;
    }

    .map-area-content h2 {
        font-size: 2em
    }

    .main-title h1.title {
        font-size: 32px;
    }

    /* Home Map Area */
    .map-area-bg {
        background-color: black;
    }

    .map-area-bg img {
        display: none;
    }

    .map-area {
        height: auto;
    }

    .map-area .mobile-map {
        display: block;
    }
}