.entry-title {
    display: none;
}

.jumboHome {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.scrollItemHero {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 23px;
    width: 180px;
}

.arrowScroll {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%);
    color: #222;
    animation: bounceDown 2s infinite;
}

@keyframes bounceDown {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(-50%, 0%);
    }

    40% {
        transform: translate(-50%, 10px);
        /* scende */
    }

    60% {
        transform: translate(-50%, 6px);
        /* piccolo rimbalzo */
    }
}


.RoomsSwiper, .GallerySwiper{
    overflow: hidden;
}

.jumboHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(65%);
}

.elementRoom {
    min-height: 465px !important;
    width: 400px !important;
    background-color: #fff;
    border: 1px solid #d1d1d1;
}
.GallerySlide {
    height: 450px !important;
    width: auto !important;
    border: 1px solid #d1d1d1;
}

.generalButton{
    background-color: #fff;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
}

.jumboTextInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.titleParagraph {
    font-size: 35px;
    color: #AA8453;
}

.containerAskTrip {
    padding: 20px;
    /* background-color: #f6f6f6; */
    flex-wrap: nowrap;
    gap: 30px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}



.titleLine {
    position: absolute;
    height: 2px;
    width: 130px;
    background-color: #AA8453;
    left: -25%;
}

.serviceSection {
    width: 100vw;
    /* background-color: #1E232B; */
    padding: 40px 0px 15vh 0px;
}

.cardInnerService {
   
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* .cardInnerService div:first-child {
    font-size: 50px;
} */

#mapPosition {
    height: 65vh;
}

.inputGroup input {
    background-color: #f6f6f6;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 300px;
    height: 60px;
    padding: 10px;
}

input:focus {
    outline-color: transparent;
    background-color: #f6f6f6 !important;
}

.leaflet-control-container {
    display: none;
}

.controlZoom div,
.locationText {
    padding: 10px 20px;
    background-color: #fff;
    color: #AA8453;
    font-size: 25px;
    user-select: none;
}

.controlZoom {
    cursor: pointer;
}

.sendRequest {
    background-color: #ffffff00;
    color: #fff;
    border: 0;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

input[type="number"] {
    width: 100px;
}


/* swiper */
.swiper {
    width: 95vw;
    height: 500px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
