@font-face {
    font-family: galano-regular;
    src: url("../fonts/Galano\ Grotesque.otf");
}

@font-face {
    font-family: galano-medium;
    src: url("../fonts/Galano\ Grotesque\ Medium.otf");
}

@font-face {
    font-family: galano-italic;
    src: url("../fonts/Galano\ Grotesque\ Italic.otf");
}

@font-face {
    font-family: galano-medium-italic;
    src: url("../fonts/Galano\ Grotesque\ Medium\ Italic.otf");
}

@font-face {
    font-family: galano-bold;
    src: url("../fonts/Galano\ Grotesque\ Bold.otf");
}

@font-face {
    font-family: ailerons;
    src: url("../fonts/Ailerons.otf");
}

body {
    font-family: galano-regular;
    color: white;
}

body::-webkit-scrollbar, .modal-body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
body::-webkit-scrollbar-track, .modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
  }

body::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar-thumb {
    background-color: #008DCE;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* width: 120px; */
}

.section .caption {
    width: 40vw;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 1s ease 0s;
}

.section .logo {
    width: 100%;
}

.section .title {
    margin-left: 5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.section .feature-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    bottom: 0;
}

.feature-list .feature {
    text-align: center;
    width: calc(200px + 3vw);
    margin: 0 -10px;
    cursor: pointer;
}

.feature .feature-caption {
    font-family: galano-italic;
    padding: 0 3rem 0 2rem;
}

.landing .caption {
    top: 80%;
    left: 35%;
}

.landing .title {
    letter-spacing: 2px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    margin-left: 0;
}

.landing .logo {
    width: 100%;
}

.center-display {
    background-image: url('../img/emgrand-interior.jpg');
    background-size: cover;
    background-position: center;
}

.center-display .overlay {
    height: 170vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
}

.center-display .highlight {
    font-family: 'GEELY 20230926';
    font-size: 40px;
    background: linear-gradient(to bottom, #E7F3F5 35%, #00CACA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 50px 10% 0;
}

.center-display .features {
    display: flex;
    justify-content: space-evenly;
    width: 65%;
    margin: 10% auto 25%;
    font-size: 1.2rem;
    padding-top: 0;
    text-align: center;
}

.center-display .features .size,
.center-display .features .high-definition,
.center-display .features .smooth {
    width: 33.33%;
    padding-top: 25px;
}


.center-display .features .size h2,
.center-display .features .high-definition h2,
.center-display .features .smooth h2 {
    color: cyan;
    font-family: 'GEELY 20230926';
    font-size: 30px;
}

.center-display .features .size,
.center-display .features .high-definition {
    border-right: 2px solid white;
}


.center-display .display-bottom-text {
    font-size: 40px;
    font-family: 'GEELY 20230926';
    text-align: center;
    margin-bottom: 10%;
}

.section.injection-engine {
    background-image: url('../img/purple-gradient-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 120vh;
}

.section.injection-engine .engine-title {
    font-family: 'GEELY 20230926';
    font-size: 40px;
    background: linear-gradient(to bottom, #E7F3F5 35%, #00CACA 100%);
    padding-top: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

/* .section.injection-engine .engine-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 4px;
    background-color: #00CACA;
} */

.section.injection-engine .engine-subtitle {
    text-align: center;
    font-size: 24px;
    max-width: 80%;
    margin: auto;
}

.section.injection-engine .image-holder {
    text-align: center;
}

.section.injection-engine .emrgrand-engine {
    max-width: 500px;
    height: auto;
    background: rgb(255, 255, 255, 0.1);
    border: 1px solid white;
    border-radius: 10%;
    margin: auto;
}

.section.injection-engine .engine-specs .engine-specs-name {
    font-size: 24px;
}

.section.injection-engine .engine-specs .engine-specs-value {
    font-size: 28px;
}

/*#btnReview {*/
/*    right: 13vw;*/
/*    bottom: 12vh;*/
/*    border-radius: 0;*/
/*    font-weight: bold;*/
/*    left: 50vw;*/
/*    transform: translateX(50%);*/
/*    bottom: 7vw;*/
/*}*/


#btnPromo {
    border-radius: 10px;
    border-width: 2px;
    font-weight: normal;
    padding: 0.7rem 1rem;
    font-family: geely;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4vw;
}

.confident .caption {
    top: 30%;
    left: 70%;
}

.confident .caption .title {
    margin-left: 5rem;
}

.feel .caption {
    top: 30%;
    left: 30%;
}

.feel .feature-list {
    bottom: 5%;
}

.safety .caption {
    top: 45%;
    left: 75%;
}

.comfort .caption {
    top: 45%;
    left: 30%;
}

.secure .caption {
    top: 25%;
    left: 30%;
}

.gallery {
    background-image: url('../img/bg-gallery.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    overflow: overlay;
    transition: all .5s ease 0s;
}

.modal .btn-close {
    position: absolute;
    right: 8%;
    top: 10%;
    background-image: url('../img/close.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0;
    opacity: 1;
}

.modal .modal-content {
    background: transparent;
}

.modal .modal-body .title {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-family: ailerons;
    letter-spacing: -2px;
    text-shadow: 0px 0px 12px #008DCE;
    text-align: center;
    width: 80%;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0) scale(.5);
    transform: translate(0,0) scale(.5);
}
.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(1);
    transform: translate(0,0)scale(1);
}

.modal .modal-header {
    border-radius: 0;
    border: none;
    padding: .5rem 1rem;
}

.modal .modal-content {
    border-radius: 0;
    border: 0;
}

.modal #modal-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modal #modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.nGY2Viewer {
    background-color: rgba(0, 0, 0, 0.75) !important;
}



@media only screen and (max-width: 1440px) { 
    .center-display,
    .center-display .overlay {
        height: 1440px;
    }
    .center-display .display-bottom-text {
        margin-bottom: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .center-display .features {
        width: 100%;
        margin: 10% auto 60%;
    }
    .center-display .highlight {
        margin: 45px 0;
    }
    .section.injection-engine .emrgrand-engine {
        max-width: 400px;
    }
    .section.injection-engine .engine-title {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .section.injection-engine {
        height: 150vh;
    }
    .section.injection-engine .emrgrand-engine {
        margin: 50px;
    }
    .section.injection-engine .engine-specs {
        width: 60%;
        margin: 20px auto;
    }
}

@media only screen and (max-width: 991px) {
    .section.injection-engine .engine-specs {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .center-display .highlight {
        text-align: center;
    }
    .center-display .features .size h2,
    .center-display .features .high-definition h2,
    .center-display .features .smooth h2 {
        font-size: 24px;
    }
    .center-display .features .size p,
    .center-display .features .high-definition p,
    .center-display .features .smooth p {
        font-size: 14px;
    }
    .center-display .features {
        width: 100%;
        margin: 10% auto 80%;
    }
}

@media only screen and (max-width: 600px) {
    .section.injection-engine .engine-title {
        font-size: 30px;
    }
    .section.injection-engine .emrgrand-engine {
        width: 200px;
        margin: 0;
    }
    .col-lg-4.col-sm-4.engine-specs-value {
        text-align: right;
    }
    .center-display .display-bottom-text {
        margin-bottom: 80%;
    }
}

@media only screen and (max-width: 425px) { 
    .section.injection-engine .engine-specs .engine-specs-name {
        font-size: 18px;
        width: 50%;
    }
    .section.injection-engine .engine-specs .engine-specs-value {
        font-size: 18px;
        width: 50%;
    }
    .center-display .features {
        width: 100%;
        margin: 10% auto 110%;
    }
    .center-display .features .size h2,
    .center-display .features .high-definition h2,
    .center-display .features .smooth h2 {
        font-size: 18px;
    }
    .center-display .features .size p,
    .center-display .features .high-definition p,
    .center-display .features .smooth p {
        font-size: 12px;
    }
    .center-display .display-bottom-text {
        font-size: 29px;
        margin-bottom: 120%;
    }
}