/**Font family**/
body {
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    font-family: "Titillium Web", sans-serif;
    font-weight: normal;
}
.slider-background-image {
    background: url(../images/mg-enjoy-the-ride-chivas-desktop.jpg) no-repeat center center / cover;
}
.mg-red {
    color: #d42529 !important;
}
.svg-trigger path {
    color: #fff;
    stroke: #fff;
}
#header-wrap {
    background-color: #1a1a1a;
    width: 100%;
    border: none;
    padding: 5px;
}

.page-transition-wrap,
.css3-spinner {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.css3-spinner img {
    width: 130px;
    height: 130px;
}
/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
    height: 60px;
}
.sticky-header #header-wrap,
header.sticky-header {
    border: 0 !important;
}
#header.sticky-header #header-wrap {
    transition: 0.6s;
}
#header {
    border-bottom: none;
}

.header-dealer-name {
    margin-left: 1rem;
    font-size: 20px;
    font-weight: normal;
}

#header.sticky-header #header-wrap {
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #1a1a1a;
}

.heading-block,
.heading-block h3,
.heading-block h2 {
    color: white;
    margin: 0px;
}

.infinite.animated.pulse {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
}

.YTPOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.road-show-separator {
    width: 100%;
    height: 30px;
    background-color: #aa151c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.road-show-separator.reverse {
    flex-direction: column-reverse;
}

.road-show-separator::before {
    width: 100%;
    height: 10px;
    background-color: #d42529;
    content: "";
}
.road-show-separator::after {
    width: 100%;
    height: 10px;
    background-color: #84000a;
    content: "";
}

.mg-heading-block {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 35px;
    font-style: italic;
}

.mg-heading-block h2 {
    font-size: 35px;
}
.mg-heading-block::after,
.mg-heading-block::before {
    width: 60px;
    height: 4px;
    background-color: #d42529;
    content: "";
    margin: 20px;
}

.mg-heading-block.red::after,
.mg-heading-block.red::before {
    background-color: #fff;
}

.road-show-separator.bottom {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
}
.road-show-separator.top {
    position: absolute;
    top: 0;
    left: 0;
}

.overflow-visible {
    overflow: visible !important;
}

/** enjoy **/
#enjoy.section {
    background-color: #000;
    padding: 50px 0px;
}

.section.red-section {
    background-color: #d42529;
}

.section.red-section.red-image-section {
    background-color: #d42529;
    background-image: url(../images/mg-roadshow-showroom-cta-back.jpg);
    background-size: cover;
}

#enjoy-2.section {
    background-image: url(../images/mg-roadshow-pista-back.jpg);
    background-size: cover;
    min-height: 60vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-title i.icon-caret-right1,
.version-title i.icon-caret-right1 {
    margin-left: -20px;
    margin-right: 10px;
}

.parallax-center-container {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    float: right;
    font-size: 1.6rem;
    border: none;
    border-left: 6px solid #d42529;
    height: fit-content;
}

.parallax-center-container .parallax-title,
.service-container .card-title,
.version-header .version-title {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
}
.parallax-center-container .parallax-description,
.service-container .card-description {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
}

#services.section,
#models.section {
    min-height: calc(100vh - 90px);
    background-color: #000;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
#models-selector {
    min-height: 100vh;
}
.grid-filter li a {
    border-radius: 0 !important;
    font-style: italic;
    background-color: rgb(255, 255, 255, 0.2);
    color: rgb(255, 255, 255, 0.4);
    margin: 10px;
}

.grid-filter li.activeFilter a {
    margin: 10px;
}

.grid-filter li a:hover {
    background-color: #d42529;
    color: #fff !important;
    font-weight: bold;
}

.service-container {
    padding: 1.8rem;
}
.service-container .card-image {
    border-left: 6px solid #d42529;
}

.service-container .card-image,
.service-container .card-title,
.service-container .card-button,
.service-container .card-description {
    margin-bottom: 1rem;
}

/** modal **/
.modal-fullscreen .modal-body {
    height: 100vh;
    width: 100vw;
    padding: 0px;
}
.modal-fullscreen .modal-content {
    background: linear-gradient(45deg, rgba(49, 50, 51, 1) 0%, rgba(29, 30, 32, 1) 48%, rgba(23, 24, 26, 1) 100%);
    min-height: 100vh;
    height: auto;
    padding: 3rem 2rem;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.modal-fullscreen .container .row {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.modal-fullscreen .container .row h1 {
    font-weight: normal;
    width: fit-content;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
}

.close.close-modal,
.mfp-wrap button.mfp-close {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid white;
    width: 60px;
    height: 60px;
    opacity: 0.4;
    transition: 0.4s all;
    color: white;
    border-radius: 0 !important;
}
.mfp-wrap button.mfp-close {
    font-size: 50px;
    z-index: 9999;
}
.close.close-modal:hover,
.mfp-wrap button.mfp-close:hover {
    opacity: 1;
}

.close.close-modal i {
    font-size: 2rem;
}
#map-modal .modal-content .container {
    height: 90vh;
    padding: 50px;
}
#map-modal .modal-fullscreen .modal-content {
    height: 95vh;
}
#map-modal .fluid-width-video-wrapper {
    display: flex;
    justify-content: center;
}
#map-modal .fluid-width-video-wrapper iframe,
#map-modal .fluid-width-video-wrapper object,
#map-modal .fluid-width-video-wrapper embed {
    height: 80vh;
}
.fancybox-thumbs {
    background-color: #1a1a1a !important;
}

.button.button-large.button-color.button-appointment,
.slider-social {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 200;
}

.slider-social {
    right: auto;
    left: 20px;
    top: 25px;
}

.slider-social a {
    color: rgba(255, 255, 255, 0.75);
}

.slider-social a:hover {
    color: #fff;
}

/** buttons**/
.button.button-color,
.button.button-transparent {
    color: #fff;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 22px;
    font-style: italic;
    text-shadow: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.button.button-transparent {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.button.button-transparent:hover {
    background: #fff;
    color: #d42529;
}
.button.button-color.main-menu,
.button.cta-button {
    font-size: 15px;
}

.button.button-large.button-color {
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 32px;
}

.button.button-color.reverse,
.button.button-color:hover {
    background-color: #aa151c !important;
}

/** links **/
a,
a.menu-link {
    font-family: "Titillium Web", sans-serif;
}
.menu-link {
    font-family: "Titillium Web", sans-serif;
    padding: 14px 5px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    font-size: 15px;
}
.menu-link:hover {
    color: #fff;
}

/** social **/
.social-icon.si-mini {
    width: 24px;
    height: 24px;
    font-size: 11px;
    line-height: 23px !important;
}

.social-icon.si-mini:hover i:first-child {
    margin-top: -23px;
}

.fbox-plain .fbox-icon {
    width: 4rem;
    height: 4rem !important;
}

.feature-box h3 span.subtitle {
    color: #bbb;
}

#gallery.section {
    background-image: url(../images/mg-roadshow-showroom-galeria-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 500px;
}

#gallery .gallery-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    border-bottom: 10px solid #d42529;
}

#gallery.section > .row {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.overlay-trigger-icon.bg-light {
    background-color: transparent !important;
}

.overlay-trigger-icon i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 3rem;
    transition: 0.4s all;
}

a.overlay-trigger-icon:hover i {
    color: #fff;
}
.bg-overlay-content {
    padding: 0px !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/** models filter **/
.car-version {
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.5s all;
    background-color: rgba(0, 0, 0, 0.6);
}

.version-header {
    padding: 35px;
}

.version-header .version-price {
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

.car-version .version-image img {
    padding: 20px 0;
}

.car-version .version-subtitle {
    margin-top: 1rem;
    color: white;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}
.car-version .version-features {
    list-style: none;
    margin-bottom: 0px;
}

.car-version .version-features li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    padding: 7px 0px;
}

.car-version .version-detail {
    background-color: #1a1a1a;
    padding: 35px;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.car-version .version-detail.active {
    display: block;
}

.footer {
    background-size: cover;
    border: none !important;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.footer-container img {
    width: 130px;
}
.footer-title,
.footer-subtitle {
    color: white;
}

.footer-title {
    font-size: 2rem;
}
.footer-subtitle {
    font-size: 1rem;
}

#footer .footer-widgets-wrap {
    width: 65%;
    padding: 60px 0px 30px 0px;
}

footer.footer,
#footer {
    background-color: black !important;
    color: white;
}
footer #copyrights {
    background-color: #1a1a1a !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
}
footer.footer #copyrights a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.4s;
    text-decoration: underline !important;
}

footer.footer #copyrights a:hover {
    color: #fff;
}

.footer .container.center {
    display: flex;
    justify-content: center;
    padding: 0px;
}

.social-icons-container {
    width: fit-content;
    padding: 1rem;
    border-top: 1px solid #d42529;
}

.register-container {
    background-color: #1a1a1a;
}
.register-container .register-title {
    font-size: 25px;
    font-weight: normal;
    font-style: italic;
}
.register-container .disclaimer {
    font-size: 14px;
    text-align: left;
}
.register-container .form-control {
    background-color: transparent;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 0;
}

select.form-control:required:invalid,
option[value=""][disabled] {
    color: rgba(255, 255, 255, 0.4);
}

.register-container .terms {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 12px;
    color: #fff;
}

.register-container input[type="checkbox"] {
    width: 25px;
    height: 25px;
    background-color: #1a1a1a;
    border: 1px solid #fff;
    margin-right: 10px;
}

.register-container .terms label {
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-family: "Titillium Web", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
}
.register-container .terms a {
    text-decoration: underline !important;
    color: #fff;
}

.register-container .terms a:hover {
    color: rgba(255, 255, 255, 0.5);
}

button.button-color.button-register {
    font-size: 14px;
}
.register-container .form-control:focus,
.register-container .form-control:active {
    border: 1px solid rgba(255, 255, 255, 1);
}

.register-container .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.card-body.mx-auto.py-5.px-register.center {
    padding: 0px 80px;
}

/*social icons*/
.footer-social-icons .si-facebook,
.footer-social-icons .si-twitter,
.footer-social-icons .si-instagram,
.footer-social-icons .si-call,
.footer-social-icons .si-email3,
.footer-social-icons .si-youtube,
.footer-social-icons .si-linkedin,
.footer-social-icons .si-tiktok {
    color: white;
    transition: 0.4s all;
    padding: 5px;
    margin: 10px;
    font-size: 25px;
}

.footer-social-icons .si-facebook:hover,
.footer-social-icons .si-twitter:hover,
.footer-social-icons .si-instagram:hover,
.footer-social-icons .si-call:hover,
.footer-social-icons .si-email3:hover,
.footer-social-icons .si-tiktok:hover,
.footer-social-icons .icon-linkedin:hover,
.footer-social-icons .si-youtube:hover {
    color: #d42529;
    background-color: transparent !important;
}

.footer-social-icons {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.footer-social-icons ul li {
    float: left;
}
@media (max-width: 991.98px) {
    .sticky-header #header-wrap {
        background-color: #1a1a1a;
        border-bottom: 1px solid #eee;
    }
}
@media (min-width: 992px) {
    nav.custom-hero-nav {
        display: block;
        margin-top: 60px;
    }

    nav.custom-hero-nav li {
        display: inline-block;
    }

    nav.custom-hero-nav li a {
        padding: 0 18px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bolder;
        letter-spacing: normal;
        color: #eee;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    nav.custom-hero-nav li.active a,
    nav.custom-hero-nav li:hover a {
        color: #d42529;
    }

    #header:not(.sticky-header) {
        pointer-events: none;
    }

    #header:not(.sticky-header) #header-wrap {
        z-index: -1;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .fbox-media a span {
        margin-top: -18px;
        font-size: 25px;
    }

    .price-wrap {
        padding: 0 25px;
    }
    .header-size-custom .header-wrap-clone {
        height: calc(50px + 1px);
    }

    #header.header-size-custom + .include-header {
        margin-top: calc(-50px - 2px);
    }
    #services.section {
        padding: 80px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .one-page-menu:not(.mobile-page-menu) {
        margin-top: 45px;
    }
    .one-page-menu:not(.mobile-page-menu) li {
        display: inline-block;
    }

    .one-page-menu:not(.mobile-page-menu) li a {
        font-family: "Titillium Web", sans-serif;
        padding: 14px 5px;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
    }
    .one-page-menu:not(.mobile-page-menu) li a:hover,
    .one-page-menu:not(.mobile-page-menu) li.active a {
        color: #d42529;
    }
}
@media screen and (max-width: 768px) {
    .road-show-slider {
        height: 100vh;
    }

    #header.sticky-header ~ section#content {
        padding-top: 70px;
    }
    .version-header .version-price {
        font-size: 25px;
    }

    #footer .footer-widgets-wrap {
        width: 90%;
        padding: 30px 0px 0px;
    }
    #copyrights .container {
        display: block;
    }
    .menu-item:not(:first-child) {
        border-top: none;
    }

    #gallery.section {
        background-image: url(../images/mg-roadshow-showroom-galeria-back.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        min-height: 500px;
    }
    .card-body.mx-auto.py-5.px-register.center {
        padding: 0px 30px;
    }
    .mfp-wrap button.mfp-close {
        top: 3%;
        right: 3%;
    }

    .close.close-modal {
        top: 10%;
        right: 5%;
    }
    #map-modal .modal-fullscreen .modal-content {
        height: 100vh;
        padding: 0;
    }
    #map-modal .modal-content .container {
        height: 100vh;
        padding: 0;
    }
    #map-modal .fluid-width-video-wrapper iframe,
    #map-modal .fluid-width-video-wrapper object,
    #map-modal .fluid-width-video-wrapper embed {
        height: 100vh;
    }
}

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: transparent !important;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: 0.4s all !important;
    border-radius: 0px;
}

/*custom color for selects*/

.custom-input:invalid,
.custom-select:invalid {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    background-color: #1a1a1a;
}
select:valid,
.custom-select:valid {
    color: white;
    font-weight: 500;
    background-color: #1a1a1a;
}
.custom-select {
    position: relative;
    z-index: 10;
    padding: 10px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
.custom-select option {
    -webkit-appearance: none; /* Remove style Chrome */
    -moz-appearance: none; /* Remove style FireFox */
    appearance: none; /* Remove style FireFox*/
    background-color: #3f3f3f;
    color: white;
}

.custom-select option:disabled {
    color: #939598;
    background-color: #3f3f3f;
}

#gotoTop:hover {
    color: #fff;
    border-color: #fff;
}

@media screen and (max-width: 480px) {
    .mg-heading-block {
        flex-direction: column;
    }

    .mg-heading-block h2 {
        font-size: 2rem;
    }
    .footer-social-icons .si-facebook,
    .footer-social-icons .si-twitter,
    .footer-social-icons .si-instagram,
    .footer-social-icons .si-call,
    .footer-social-icons .si-email3,
    .footer-social-icons .si-youtube,
    .footer-social-icons .si-tiktok {
        margin: 5px;
        font-size: 20px;
    }
}
@media (max-height: 500px) and (orientation: landscape) {
    #slider {
        min-height: 500px !important;
    }
}
@media (max-width: 992px) {
    .slider-background-image {
        background: url(../images/mg-enjoy-the-ride-chivas-mobile.jpg) no-repeat center center / cover;
    }
}
@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}
