/* ------------ Page wide font ------------ */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

@font-face {
    font-family: Electro Shackle;
    src: url("../assets/fonts/electro_shackle/Electro\ Shackle.otf") format("opentype");
}

@font-face {
    font-family: Gotham;
    src: url("../assets/fonts/gotham/HomepageBaukasten-Book.otf") format("opentype");
}

/* ------------ Common ------------ */

* {
    font-family: 'Gotham', sans-serif;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

h1 {
    color: white;
    font-size: 19pt;
    font-weight: 600;
}

h2 {
    font-size: 17pt;
    font-weight: 600;
}

h3 {
    font-size: 15pt;
    font-weight: 600;
}

h4 {
    font-size: 10pt;
    font-weight: 600;
}

p {
    color: #999999;
    font-weight: 300;
    font-size: 9pt;
}

    p.large {
        font-size: 13pt;
    }

.font-light-blue {
    color: #29abe2;
}

.font-dark-blue {
    color: #0072c0;
}

.section-px2 {
    padding: 0 2em;
}

.section-px3 {
    padding: 0 3em;
}

.section-px4 {
    padding: 0 4em;
}

.hidden {
    display: none;
}

.bg-white {
    background-color: white !important;
}

.bg-light-blue {
    background-color: #29abe2;
}

ul {
    list-style: none;
}

.telsa-primary-reversed {
    height: 3em !important;
}

.telsa-primary-reversed-large {
    height: 4em !important;
}

.blk-p {
    font-weight: bold;
}

.wlsc-button-container {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    align-items:center;
}

.wlsc-button {
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color: red;
    width: 650px;
    padding: 1em;
    text-align: center;
}

    .wlsc-button > img {
       width:40%;
    }

    .wlsc-button > p {
       color:black;
    }

/* ------------ Logo container  ------------ */
.logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo-image {
    height: 3em;
    margin-right: 1em;
}

.logo-text {
    font-family: 'Electro Shackle';
    color: #999999;
}

.we-love {
    background: -webkit-linear-gradient(#29abe2, #0072c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Electro Shackle';
}


/* ------------ Landing ------------ */

.landing-container {
    height: 34em;
}

.landing-image-container {
    width: auto;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-text > P {
    color: white;
}

.content-container {
    color: white;
    width: 85%;
    text-align: center;
    height: 65%;
    display: flex;
    flex-direction: column;
}

    .content-container.center {
        height: 100%;
    }

    .content-container > * {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 100%;
    }



/* ------------ Page Footer ------------ */

.page-footer-image-container {
    height: 27.5em;
    width: 100%;
    background-image: url(../assets/images/landing-page/home-footer-bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.footer-text {
    text-align: center;
    color: white;
}

.footer-content-container > .quote-container > .reg-inputs {
    height: 100% !important;
}

    .footer-content-container > .quote-container > .reg-inputs > * {
        margin-top: 0.2em;
    }

.footer-content-container > .quote-container > .quote-button-container {
    margin-top: 1.2em;
}


/* ------------ Registration and millage inputs ------------ */

.reg-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 8em;
}

.reg-input-button {
    height: 41px;
    width: 250px;
}

.reg-input-reg {
    background-image: url(../assets/icons/EVGreen.png) !important;
    background-size: contain !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
}

.reg-input {
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    font-size: 14pt;
    font-weight: 300;
    color: #0072c0;
    border: 1px solid grey;
}

    .reg-input::placeholder {
        color: #29abe2;
        opacity: 1; /* Firefox */
    }

    .reg-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #29abe2;
    }

    .reg-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #29abe2;
    }

.quote-button {
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    font-size: 14pt;
    font-weight: 300;
    background-color: #0072c0;
    color: white;
    border: 0.5px solid white;
    cursor: pointer;
}

    .quote-button > a {
        color: inherit;
        font-weight: 300;
    }

.reg-button-container {
    display: flex;
    justify-content: center;
    height: 2em;
    width: 100%;
}

.reviews-container {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    max-width: 100%;
}

.reviews-carousel {
    max-width: 100%;
}

.reviews-container > h3 {
    color: #0072c0;
}

.reviews-container > a > img {
    height: auto;
    width: 100%;
    max-width: 15em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.input-error {
    border: 1px solid rgb(210 6 6) !important;
}

.quote-error {
    text-align: center;
    color: rgb(210 6 6);
}

input:focus, textarea:focus, select:focus {
    outline: none;
}


/* ------------ Quote Page Footer ------------ */





/* ------------ Information Section ------------ */


.information-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2em 0;
}

/* Section two */

.information-sec-two {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-top: 2em;
}

    .information-sec-two > h3 {
        color: #0072c0;
    }



/* -- Journey Info -- */
.journey-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
}

.journey-info-sec {
    height: 100%;
    margin: 2em 1em;
    max-width: 22em;
}

.journey-info.center > .journey-info-sec {
    align-items: center;
    text-align: center;
}

.journey-info-sec > img {
    height: 5em;
    width: 5em;
}

.journey-info-sec > h3 {
    color: #0072c0;
}

.journey-info-sec > h4 {
    color: #0072c0;
}



/* ---------------- FAQ and About us Pages ----------------- */

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2em;
}

    .about-content > * {
        max-width: 81em;
        letter-spacing: 1px;
    }

.about-text-container > p {
    margin-bottom: 2em;
}

/*Reviews page*/
.reviews-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2em 0;
}

/*Admin*/
.adminContentSection > h1 {
    color: black;
}

@media only screen and (min-width: 1024px) {
    h1 {
        color: white;
        font-size: 25pt;
        font-weight: 600;
    }

    h2 {
        font-size: 23pt;
        font-weight: 600;
    }

    h3 {
        font-size: 21pt;
        font-weight: 600;
    }

    h4 {
        font-size: 15pt;
        font-weight: 600;
    }

    p {
        font-weight: 300;
        font-size: 13pt;
    }

    /* ------------ Landing ------------ */

    .journey-info {
        flex-direction: row;
        width: 100%;
        max-width: 85em;
        justify-content: space-around;
        height: 22em;
    }

        .journey-info.small {
            height: 10em;
            margin-top: 2em;
        }



    .reg-input {
        font-size: 20pt;
    }

    .reg-input-button {
        height: 55px;
        width: 306px;
    }

    .quote-button {
        font-size: 20pt;
    }

    .reviews-container > a > img {
        max-width: 22em;
    }
}
