@font-face {
    font-family: Gilroy-Light;
    font-weight: light;
    src: url("fonts/Gilroy-Light.otf") format("opentype");
}

@font-face {
    font-family: Gilroy-ExtraBold;
    font-weight: bold;
    src: url("fonts/Gilroy-ExtraBold.otf") format("opentype");
}

@font-face {
    font-family: MyriadPro;
    src: url("fonts/MyriadPro-Regular.otf") format("opentype");
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: white;
    font-family: Gilroy-Light, sans-serif;
}

.font-b, .fw-bold {
    font-family: Gilroy-ExtraBold;
}

.font-r {
    font-family: MyriadPro;
}

.font-l {
    font-family: Gilroy-Light;
}

.footer, .footer a {
    color: white;
    text-decoration: none;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.logo {
    height: 80px;
    width: auto;
    margin: 3px 0;
}

.bg-blue {
    background-color: #005BBF;
}

.bg-red {
    background-color: #F48282;
}

.bg-lightblue {
    background-color: #82C9F4;
}

.blue {
    color: #0077E2;
}

.orange {
    color: #EA933E;
}

.red {
    color: #F48282;
}

.lightblue {
    color: #82C9F4;
}

.nav-link, .nav-link:focus, .nav-link:hover {
    color: #333;
    font-size: 110%;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
}

.btn-warning {
    font-family: Gilroy-ExtraBold;
}

.btn-warning, .nav-item .btn-warning {
    color: white;
    background-color: #FC9630;
    font-size: 110%;
    padding: 8px 16px;
}

.other {
    padding: 4.75rem 6.5rem;
}

.show-sm {
    display: none;
}

.progress {
    margin-bottom: 0;
}

.progress-bar {
    background: #EA933E;
    height: inherit;
}

.progress-back {
    height: 5px;
    margin: 1% 1% 0 1%;
    background-color: #dfdfdf;
}

.progress-front {
    height: 5px;
    margin: -5px 1% 0 1%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#progressbar {
    margin: 20px auto;
    width: 200px;
    height: 200px;
    position: relative;
}

.btn-primary {
    padding: 0.5rem calc(2rem + 6vw);
    font-size: calc(1rem + 0.5vw);
    font-family: Gilroy-ExtraBold;
}

.btn-secondary {
    color: #333;
    background-color: #fff;
    font-size: 1.25rem;
    padding: 0.5rem;
}

.btn-secondary:hover, .btn-secondary:focus,.btn-secondary:active, 
.btn-secondary:active+.btn, .btn-secondary:checked+.btn, .btn-secondary.active {
    color: #333;
    background-color: #fff;
    border: #0077E2 3px solid;
}

.btn-check:active+.btn:focus, .btn-check:checked+.btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus {
    box-shadow: none;
}

.input-group-text {
    background-color: #fff;
    border: none;
}

.has-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: rgba(224, 43, 26, 0.1);
}

.has-error:focus {
    background-color: transparent;
}

.form-select {
    text-align-last: center;
    padding: 0.75rem 2.25rem 0.75rem 0.75rem;
}

.form-control {
    border: 2px solid #ced4da;
}

.input-group {
    border: 2px solid #ced4da;
    border-radius: 0.375rem;
}

/* Popup / step 5 / step 6
-------------------------------------------------- */
#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(246, 244, 241, 0.85);
    z-index: 2;
}

.loading {
    width: 60px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#text {
    position: relative;
    text-align: center;
    margin: 120px auto;
    max-width: 500px;
}

.overlay-frame {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin: auto 20px;
    -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);
}

#progressbar {
    margin: 20px auto;
    width: 200px;
    height: 200px;
    position: relative;
}
/* Popup / step 5 / step 6 end
-------------------------------------------------- */


@media only screen and (max-width: 1199.98px) {
    .other {
        padding: 4.25rem 5.5rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .other {
        padding: 3.1rem 3.75rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .logo {
        height: 55px;
        margin: 0;
    }
    .my-5 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important;
    }
    .py-3 {
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }
    .h1, h1 {
        font-size: calc(1.75rem + 1.5vw);
    }
    .display-5 {
        font-size: calc(2rem + 2.1vw);
    }
    .text-center-mobile {
        text-align: center;
    }
    .hidden-sm {
        display: none;
    }
    .show-sm {
        display: block;
        margin: auto;
    }
    .border-bottom-mobile {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    }
    .vehicle-mobile-title {
        display: inline-block;
        width: 40%;
        font-size: 125%;
    }
    .vehicle-mobile-image {
        height: 80px;
        padding-right: 1rem;
        transform: scale(1.125);
    }
    .padding-left-mobile-33 {
        padding-left: 35%;
    }
    .progress-back {
        margin: 5px 15px 0 15px;
    }
    .progress-front {
        margin: -5px 15px 0 15px;
    }
    .btn-primary{
        padding: 0.5rem 9rem;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 575.98px) {
    
}

@media only screen and (max-width: 400px) {
    .btn-primary{
        padding: 0.5rem 6rem;
    }
}