/* !mybnbancona.it stylesheet - made with love by leonardogovernatori.it | all right reserved */

/* !VARIABILI GENERALI! */
:root {
    --turchese: #1B5666;
    --azzurro: #78A6B3;
    --nero: #191919;
    --bianco: white;
    --grigio: #C6D3D9;
    --normale: 400;
    --medio: 500;
    --grassetto: 700;
    --blacktext: 900;
}

/* !IMPOSTAZIONI GENERALI! */
* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.bianco {
    color: white;
}

.azzurro {
    color: var(--azzurro);
}

.turchese {
    color: var(--turchese);
}

.nero {
    color: var(--nero);
}

.grigio {
    color: var(--grigio);
}

.nero {
    color: var(--nero);
}

.piccolo {
    font-size: 11px;
}

.grande {
    font-size: 20px;
    font-weight: 600 !important;
}

.normale {
    font-size: 15px;
}

.maiuscolo {
    text-transform: uppercase;
}

.grassetto {
    font-weight: bold !important;
}

.bottone {
    height: 30px !important;
    width: 120px !important;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 15px;
    display: block;
    border-color: none;
    border: none;
}

.bottonecelestino {
    background-color: var(--turchese);
    color: white;
}

.bottonebianco {
    background-color: var(--bianco);
    color: black;
}

.bodysec {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
    padding: 20px;
}

.piccolo,
.normale,
.grande,
.firma {
    margin-bottom: 5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* !HERO! */
.hero {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background:
        linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url('./../img/hero\(letto_basso\).png') no-repeat center/cover;
    padding: 0;
    height: 100vh;
}

.heroimg {
    height: 150px;
}

/* !CHI SIAMO! */

.colonnachisiamosx,
.colonnacamerasx {
    width: 40% !important;
    text-align: left;
}

.colonnachisiamodx,
.colonnacameradx {
    width: 60% !important;
}

.chisiamoimmaginesx {
    margin-top: 50px;
    margin-left: 0px;
    max-width: 360px;
}

.chisiamobig {
    width: 350px;
}

.chisiamoimmaginedx {
    margin-top: 50px;
    margin-left: 0px;
}

.chisiamosmall {
    height: 450px;
}

.firma {
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

/* !SERVIZI! */
.servizi,
.contatti,
.camera {
    display: block !important;
    text-align: center;
    align-content: center;
    align-items: center;
}

.servizicol {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.servizio {
    width: 200px;
    height: 220px;
    border-radius: 20px;
    display: block;
    text-align: center;
    align-content: center;
    align-items: center;
}

.servizioturchese {
    background-color: var(--turchese);
    color: white;
}

.serviziocelestino {
    background-color: var(--azzurro);
    color: black;
}

.serviziocorpo {
    max-width: 170px;
    margin-left: 15px;
    margin-right: 15px;
}

/* !CONTATTI! */
.contatti {
    height: 320px !important;
    background-color: var(--azzurro);
    color: var(--bianco);
}

.formcontatti {
    display: grid !important;
    text-align: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

.colonnacontatti {
    width: 20%;
}

.input {
    background-color: var(--grigio);
    color: black;
    border: none;
    border-radius: 20px;
    height: 30px;
    width: 250px;
    text-align: center;
}

/* !CAMERA! */
.cameraimmaginesopra {
    margin-left: 0px;
}

.camerabig {
    width: 500px;
    margin-right: 30px;
}

.cameraimmaginesotto {
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}

.camerasmall {
    height: 300px;
    margin-right: 30px;
}

/* !FOOTER! */
.footer {
    display: block;
    text-align: center;
    background-color: var(--turchese);
    color: white;
    align-items: center;
}

.footer a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

.footer a:hover {
    font-weight: bold;
    cursor: pointer;
}

/* !MODAL IMG */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 300px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #f44336;
    text-decoration: none;
    cursor: pointer;
}


/* ?MOBILE? */
@media (max-width: 768px) {

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .colonnachisiamodx,
    .colonnachisiamosx {
        width: 100% !important;
    }

    .chisiamoimmaginesx {
        margin-top: 5px !important;
    }

    .chisiamoimmaginedx {
        margin-top: 2px !important;
    }

    .piccolo {
        font-size: 8px !important;
    }

    .grande {
        font-size: 15px !important;
    }

    .normale {
        font-size: 10px !important;
    }

    .firma {
        font-size: 12px !important;
    }

    .piccolo,
    .normale,
    .grande,
    .firma {
        margin-bottom: 2px !important;
    }

    .bottone {
        font-size: 10px !important;
        height: 20px !important;
        width: 80px !important;
        border-radius: 5px !important;
    }

    .heroimg {
        height: 100px;
    }

    .servizi,
    .contatti,
    .camera {
        display: block !important;
    }

    .servizicol,
    .input,
    .colonnacontatti {
        width: 100% !important;
    }

    .colonnacamerasx,
    .colonnacameradx {
        width: 100% !important;
    }

    .contatti {
        height: 70vh !important;
    }

    .camerabig {
        width: 250px !important;
    }

    .camerasmall {
        height: 150px !important;
    }

    /* .camerabig,
    .camerasmall {
        margin-right: 30px !important;
    } */

    /* .primo {
        margin-left: -1px !important;
    } */
}