
@font-face {
    font-family: 'MyFont'; /* Nome del font che userai nel CSS */
    src: url('/assets/fonts/Roboto-Light.ttf') format('truetype'); /* Percorso al file del font */
    font-weight: normal; /* Peso del font (normal, bold, etc.) */
    font-style: normal; /* Stile del font (normal, italic, etc.) */
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.bg-radial-background-black-header {
    background: radial-gradient(circle at -100%, black, transparent);
} 

.bg-radial-background-black-center {
    background: radial-gradient(circle at 50%, #0000008a, transparent);
}

.form-container{
    min-width: 350px !important;
}

.icona-whatsapp {
    position: relative !important;
    top: 0;
    left: 0;
    width:100px;
    /* left:4rem; */
    /* bottom:4rem; */
}

.easymv-home-form {
    /* position: absolute; */
    /* top: .5%;
    right: 2%; */
    /* top: 0px;
    right: 0px; */
    /* display: flex;
    flex-direction: column;
    width: 20% !important; */
}

.form-floating>input,.input-group>input,.input-group>select{
    background-color: #E3E3E5;
}

.easymoove-bg-pattern {
    background-image: url('/assets/img/example/pattern-grigio.png');
    background-repeat: repeat;
    background-size: 100px;
}
.bg-crea{
    background-image: url('/assets/img/example/uomo-aspetta-valigia.webp');
    background-size: cover;
    background-position: center;
}

.easymv-rounded-images-container img {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
}

.bg-gray{
    background-color: #2E2D2D;
}

.img-destinazione {
    width: 100%; /* L'immagine si adatta alla larghezza del contenitore */
    height: 100%; /* L'immagine si adatta all'altezza del contenitore */
    object-fit: cover; /* Mantiene le proporzioni dell'immagine e la adatta al contenitore */
}

.contenitore-img-form{
    width:100%;
    height : 150px
}

.easymv-sfumatura-grigia {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgb(53 53 53), transparent);
    z-index: 2; /* più alto del contenuto */
    pointer-events: none; /* non blocca clic o hover */
}

@media (min-width: 768px) {
    .fs-md-5 {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 768px) { /* Per tablet e dispositivi più piccoli */
    .easymv-home-form {
        position: relative !important;
        width: 100% !important;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
    }

    .icona-whatsapp{
        width:50px;
        position: relative !important;
        top: 0;
        left: 0;
        padding-top: 1rem;
    }
}

.easymv-subtitle-carousel {
    line-height: 1.2;
}

b {
    font-weight: 600 !important;
}