@font-face {
    font-family: 'neue';
    src: url('../fonts/neue.otf');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    font-family: 'neue';
}

a {
    color: inherit;
}

.break {
    width: 100%;
    height: 0;
}

.background-image-container {
    background: linear-gradient(#62d1e9 -20%, transparent), url('../images/bmw.jpg');
    width: 100vw;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 400px;
    position: fixed;
    background-size: cover;
    background-position: center;
    background-position-y: 20%;
    z-index: -100;
}


/* ------- */

.s-title {
    color: #00B2FF;
    color: #ffffff;
    font-size: 20px;
    padding-left: 10px;
    display: flex;
    font-weight: normal;
    margin-bottom: 70px;
    align-items: center;
}

.s-title .icon {
    background-image: url('../images/home.svg');
    width: 50px;
    background-repeat: no-repeat;
    border-right: 5px solid #00B2FF;
    height: 50px;
    padding-right: 10px;
    margin-right: 10px;
    background-size: contain;
    box-sizing: content-box;
    display: inline-block;
}

.section {
    width: 95%;
    max-width: 1200px;
    margin: 0px auto 80px;
    border-top: 1px solid #D0D0D0;
    padding-top: 80px;
}

.section:first-child {
    border-top: none;
}

.section>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.video-wrapper {
    width: 100%;
    height: auto;
    max-width: 560px;
    max-height: 315px;
    border-radius: 10px;
    border: 2px solid #00B2FF;
    overflow: hidden;
    margin: 0 35px 50px 0;
}

.video-wrapper>img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.card {
    width: 250px;
    height: 250px;
    border-radius: 15px;
    border: 2px solid #00B2FF;
    background-color: #ffffffb3;
    padding: 0 10px;
    text-align: center;
    box-shadow: 0px 5px 10px #00b2ff40, 0px 10px 10px 2px #ffffff inset;
    margin: 0 30px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 75px;
    transition: box-shadow 0.4s, background-color 0.4s;
}

.card:hover {
    box-shadow: 0px 5px 20px #00000080, 0px 10px 10px 2px #ffffff inset;
    background-color: #f2f2f2;
}

.card .mini-title {
    size: 20px;
    color: #00B2FF;
    margin-bottom: 25px;
}

.card .mini-text {
    color: #787878;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 15px;
}

.card .phone {
    padding: 6px 30px;
    background-color: #c4c4c481;
    border-radius: 5px;
    border: 1px solid #787878;
    color: #787878;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}


/* -------- */

.header {
    width: 97%;
    margin: 0 auto;
    padding-top: 40px;
    max-width: 1400px;
    display: flex;
    align-items: center;
}

.header .logo {
    /* background-image: url('../images/quicktest.png'); */
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 18px;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .logo-text .name {
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 8px;
}

.header .logo-text .text {
    color: #545454;
    font-size: 15px;
}


/* -------- */

.inspection .s-title .icon {
    background-image: url('../images/garage.svg');
}


/* -------- */

.reservation .s-title .icon {
    background-image: url('../images/calendar.svg');
}

.reservation .form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
}

.form-btn {
    background-color: #00b3ffb9;
    padding: 15px 20px;
    border: 2px solid #00B2FF;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 15px 0 35px;
}

.dynamic-msg {
    border: 1px solid #FF0000;
    background-color: #ff000066;
    text-align: center;
    padding: 16px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 6px;
    display: none;
}

.show {
    display: block;
}

.input-div {
    margin-bottom: 25px;
}

.input-div .input-title {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 8px;
}

.input-div>input {
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    border-radius: 6px;
    border: 2px solid #00B2FF;
    padding: 0 20px;
}


/* -------- */

.live .s-title {
    color: #32BEA6;
    max-width: 320px;
    margin-bottom: 35px;
}

.live .s-title .icon {
    background-image: url('../images/play.svg');
    border-color: #32BEA6;
}

.live .video-wrapper {
    border-color: #32BEA6;
}

.live-div {
    margin: 0 35px 50px 0;
}

.live-div .video-wrapper {
    margin: unset;
}

.live-div .video-title {
    color: #32BEA6;
    font-size: 13px;
    min-width: 116px;
    margin-bottom: 20px;
    background-color: #d6f2ed;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding: 50px;
    border-radius: 5px;
    border: 2px solid #32BEA6;
}

.live-div .video-title-1 {
    color: #32BEA6;
    font-size: 13px;
    min-width: 116px;
    margin-bottom: 20px;
    background-color: #d6f2ed;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
    border: 2px solid #32BEA6;
}


/* -------- */

.statistics {
    min-height: 75vh;
}

.statistics .s-title .icon {
    background-image: url('../images/statistics.svg');
}

.blue-msg {
    background-color: #00b3ff33;
    border: 1px solid #00B2FF;
    border-radius: 10px;
    padding: 30px 50px;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
}

@media only screen and (max-width: 550px) {
    .header .logo {
        width: 65px;
        height: 65px;
        margin-right: 8px;
    }
    .header .logo-text .name {
        font-size: 25px;
        margin-bottom: 2px;
    }
    .header .logo-text .text {
        font-size: 10px;
        line-height: 1.5;
    }
    .s-title {
        font-size: 16px;
    }
    .section {
        margin: 0px auto 25px;
        padding-top: 35px;
    }
    .blue-msg {
        font-size: 20px;
    }
}