@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, section, body.swal2-height-auto.swal2-shown {
    height: 100% !important;
}

* {
    font-family: 'Poppins', sans-serif;
    transition: all 0.2s;
    scroll-behavior: smooth;
}

.font-arch {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.font-social {
    color: #eceded;
}

.font-social:hover {
    color: #9b6e5b;
}

.header-menu {
    background-color: #6a6b6c;
    height: 100%;
}

.bg-coda-gray {
    background-color: #eceded;
}

.fa-angle-left, .fa-angle-left, .btn-step, #participant, #reserveDate, .btn-time {
    color: #454647;
}

.img-cover {
    object-fit: cover;
}

.reservation-form {
    padding: 72px;
    overflow-y: auto;
    height: 100%;
}

.translate-y-middle {
    transform: translateY(-50%);
}

.reservation-form h2 {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: .2em;
    color: #454647;
}

.reservation-form h5.text-mail {
    margin-top: 18px;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: -0.02em;
    color: #454647;
    line-height: 1;
}

.reservation-form h5.text-mail>a {
    color: #9b6e5b;
}

.table-condensed, .datepicker {
    width: 100%;
}

.datepicker {
    padding: 0;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #9b6e5b !important;
    color: #fbfbfb !important;
    background-image: none;
    border-radius: 0;
}

.datepicker table tr td span {
    border-radius: 0;
}

.datepicker th, .datepicker td {
    height: 40px;
    width: 40px;
    font-family: 'Poppins';
    font-size: 17px;
    letter-spacing: -0.02em;
    color: #454647;
    border-radius: 0;
}

.datepicker th {
    font-weight: 400;
}

.datepicker td {
    font-weight: 200;
}

.bg-middle {
    background-image: linear-gradient(to bottom, #45464700 50%, #45464790 100%);
}

.btn-step {
    height: 46px;
}

.btn-time:hover, .btn-time.active, .btn-step:hover {
    background-color: #8f9091;
    color: #eceded;
}

.btn-back {
    border: solid #8f9091 1px;
    color: #8f9091 !important;
}

.btn-back:hover {
    color: #eceded !important;
}

.nav-menu {
    font-size: 17px;
    font-weight: 700;
}

.main-bg {
    position: relative;
    height: 100%;
}

.form-control::placeholder {
    color: #0000002d;
}

#Step2 h5, #Step2 label, #Step2 span, #Step3 h5, #Step3 label, #Step3 p, #Step4 h5, #Step4 p {
    font-size: 17px;
    font-weight: 200;
    letter-spacing: -0.02;
    color: #8f9091;
}

#Step5 h5 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.02;
    color: #8f9091;
}

#Step4 #pricing {
    font-weight: bolder;
}

@media only screen and (max-width: 768px) {
    .header-menu {
        height: auto;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .reservation-form {
        height: auto;
    }
}