
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


@font-face {
    font-family: 'Beautiful Scarlet Serif';
    src: url('BeautifulScarletSerif.woff2') format('woff2'),
        url('BeautifulScarletSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
}


input:focus, input:focus-visible{
    outline: none;
}
.none{
    display:none;
}

body{
    background: #000;
}

.no-margin{
    margin: 0;
    max-width: 100%;
}

.sx-sec{
    background-image: url(../img/diorami18_hero_sx.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding: 3rem 3rem;
}

.logo{
    /* max-height: 15%; */
    max-width: 15vw;
}

.dx-sec{
    background-image: url(../img/diorami18_hero_dx.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding: 3rem 3rem;
}

.title{
    color:#fff;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 3rem;
    line-height: 2.8rem;
    letter-spacing: 3px;
}

.sub-title{
    color:#fff;
    font-family: 'Beautiful Scarlet Serif';
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight:bold;
}

.spacer-100{
    height:100px;
}

.spacer-75 {
    height: 75px;
}

.t-center{
    text-align:center;
}

.divider {
    height: 2px;
    background: #fff;
    width: 50px;
    opacity: 1;
    border: none;
}

.button_anchor {
    color: #fff;
    font-family: 'Familjen Grotesk', sans-serif;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 25px 0;
    border: 2px solid;
    width: 100%;
    transition:0.5s;
    line-height: 0;
    background: transparent;
    cursor:pointer;
}

.button_anchor:hover {
    background: #ffffff;
    color: #000;
}


.form-contact-sec{
    background-image: url(../img/diorami18_form.jpg);
    background-size: cover;
    padding: 6rem 9rem 3rem 9rem;
}


.sub-title-form {
    color: #fff;
    font-family: 'Familjen Grotesk', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}

.label-form {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.label-form-check{
    color: #fff;
    font-family: 'Familjen Grotesk', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 300;
}


.hour-choice{
    opacity:0.7;
    transition:0.2s;
}

.hour-choice:hover{
    opacity:1;
}

.hour-choice.disable .box-hour {
   cursor:default;
   opacity:0.3;
}

.hour-choice.disable .box-disponibility {
    opacity:0.3;
}

.hour-choice.disable .box-hour:hover {
   background:transparent;
   color:#fff;
}


.hour-choice.selected{
    opacity:1;
}

.hour-choice.selected .box-hour{
   background:#fff;
   color:#000;
}

.box-hour {
    text-align: center;
    color: #fff;
    font-family: 'Familjen Grotesk';
    border: 2px solid #fff;
    padding: 10px;
    margin: 0 1rem;
    cursor: pointer;
    font-size: 20px;
    transition:0.5s;
}

.box-hour:first-child{
   margin-left: 0; 
}





.box-disponibility {
    display: flex;
    margin-right: 1rem;
    margin-top: 0.5rem;
    justify-content: space-between;
}


.box-disponibility > p, .box-disponibility > span{
    color: #fff;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    font-size: 12px;
}


.box-disponibility:first-child{
   margin-left: 0; 
}

.custom_input {
    color: #fff;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    border: 2px solid;
    background: transparent;
    width: 100%;
    padding: 10px 20px;
    opacity:0.7;
    transition:0.2s;
    border-radius:0;
}

.custom_input::placeholder{
    color: #fff;
}

.custom_input:focus{
    opacity:1;
}

.footer{
    background:#1c1a1d;
    padding: 1rem 9rem;
}



.custom-button {
    color: #000;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    font-size: 1.3rem;
    padding: 14px 45px 15px 45px;
    font-weight: bold;
    background:#fff;
}






.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/check.svg);
    background-size: 10px 10px;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.form-check-input:checked {
    background-color: #171717;
    border-color: #fff;
}


.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}


.guests {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    height: 46px;
    justify-content: space-between;
}

.guests>p{
    
    margin:0;
}

.buttons_guest{
    display:flex;
}

.box-guest{
    font-family: 'Familjen Grotesk';
    color:#fff;
    margin-left: 1.5rem;
    border: 2px solid #fff;
    padding: 8px 50px;
    opacity:0.7;
    font-size: 18px;
    cursor:pointer;
    transition:0.2s;
}

.box-guest:hover{
    
    opacity:1;
}


.box-guest.disable{
    cursor:default;
    opacity:0.3;
}

.box-guest.disable:hover{
    
    opacity:0.3;
}

.box-guest.selected{
    opacity:1;
   background:#fff;
   color:#000;
}

/*LOADER*/


.loaderGif {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    height: 16rem;
}

#PageLoad{
    background-color: #1c1a1d;
    z-index: 9999999999;
    position: fixed;
    display: flex;
    width: 100%;
    top: 0;
    height: 100%;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
}




.unload{
opacity: 0;
visibility: hidden;
transition: 0.5s linear;
}





/*message form*/

.toast-message {
    background: #1c1a1d;
    position: fixed;
    bottom: 1rem;
    right: -100%;
    display: flex;
    min-width: 20vw;
    border: 2px solid #fff;
    transition: 0.5s;
    padding: 1rem;
    max-width: 90vw;
    min-height: 10vh;
    align-items: center;
    justify-content: center;
}

.toast-message.open {
    right: 1rem;
}

.message {
    font-family: 'Familjen Grotesk';
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    letter-spacing: 1px;
}


.copyright{
    
    color: #fff;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.7;
    text-align: right;
    margin: 0;
    margin-top: 1rem;
}


