/* montserrat-300 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v25-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body {
    font-family:"Montserrat", sans-serif;
	text-align: center;
    background-image: url('/img/gradient-full.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    color: #000000;
}

.gradient-right {
    background-image: url('/img/gradient-green.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: right;
    position: absolute;
    width: 70%;
    right: 0;
    z-index: -1;
}

header {
	padding: 5rem 0 7rem 0;
}

#step-wrapper {
    margin-bottom: 5rem;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: .9;
}

.label-headline {
    display: block;
    font-weight: bold;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.input-wrapper {
    margin-bottom: 1.8rem;
    width: 100%;
}


.form-control,
.form-select {
    text-align: center;
}

.box-check {
    display: inline-block;
    border: 1px solid black;
    border-radius: 1rem;
    padding: 5px;
    margin: 5px;
}

.box-check .form-check-input {
    background: #000000;
}

.box-check .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}

.box-check .form-check {
    padding-right: 1em;
    padding-left: .5em;
    margin-bottom: 0;
}

.box-check .form-check-input[type=checkbox] {
    border-radius: 50%;
}

.box-check .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.box-check .form-check-label {
    font-size: 14px;
    cursor: pointer;
}

.box-check.is-invalid {
    border-color: #dc3545;
}

.form-select.is-invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: none;
}

.form-control.is-invalid {
    padding-right: 0.75rem;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 2.25rem;
}

.btn-primary {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    font-size: 26px;
    border-radius: 2rem;
    padding: 7px 65px;
    text-transform: uppercase;
}

.btn-check:focus+.btn, .btn:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:hover {
    background-color: #000000;
    border-color: #000000;
    border-color: var(--bs-btn-hover-border-color);
}

#next-step {
    margin-top: 3rem;
}

.step-count {
    margin-top: 3rem;
    font-size: 22px;
}

input[type="text"],
input[type="number"],
input[type="email"],
select.form-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}


select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
select.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #000000;
}


.form-control::placeholder {
    color: #000000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000000;
}

.form-control::-ms-input-placeholder {
    color: #000000;
}

input:focus::placeholder {
    color: transparent;
}

.pages {
    display: flex;
    width: 400%;
    box-sizing: border-box;
}

.page {
    opacity: 0;
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    gap: 10px;
    transition: all 0.7s;
}

.page.active {
    opacity: 1;
}

#msg {
    display: none;
    color: #dc3545;
    font-weight: bold;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    h1 {
        font-size: 91px;
    }

    .label-headline {
        font-size: 23px;
    }

    .step-count {
        margin-top: 3rem;
        font-size: 22px;
    }

    .text-lead {
        font-size: 37px;
        margin-top: 2rem;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}