@charset "UTF-8";
/* dfebf3 */
@import url("https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");
/* Colore di sfondo principale */

.line-height-18 {
    line-height: 1.8 !important;
}

/* Migliori offerte */
.card.locandina {
    border-radius: 15px;
    height: 580px;
    border: none;
/*    margin: 15px;*/
    box-shadow: #c2d7e68f 0 0 15px 0px !important;
}

    .card.locandina a {
        cursor: pointer;
    }

        .card.locandina.migliore .card-body, .card.locandina.migliore .card-text {
            color: white;
        }

    .card.locandina.migliore-destinazione {
        background-color: #0067B0;
    }

        .card.locandina.migliore-destinazione .card-body, .card.locandina.migliore-destinazione .card-text {
            color: white;
        }

    .card.locandina.altra {
        background-color: white;
    }

        .card.locandina.altra .card-body, .card.locandina.altra .card-text {
            color: #0067B0;
        }

    .card.locandina .btn-scopri {
        height: 36px;
        border-radius: 20px;
        border: none;
        cursor: pointer;
/*        position: absolute;
        bottom: 30px;*/
        padding-left: 15px;
        padding-right: 15px;
        text-transform: uppercase;
        font-weight: 800;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        /*display: inline-block;*/
        padding-top: 7px;
    }

        .card.locandina .btn-scopri.blu {
            background-color: #0067b0;
            color: white;
        }

        .card.locandina .btn-scopri.bianco {
            background-color: white;
            color: #0067b0;
        }

        .card.locandina .btn-scopri:hover {
            background-color: #33A5F5;
            color: white;
      	}

            .card.locandina .btn-scopri:hover.shadow {
                box-shadow: #c2d7e68f 0 0 15px 0px !important;
            }

    .card.locandina .open-more {
        position: absolute;
        bottom: 30px;
        right: 8px;
        background-color: transparent;
        border: 0px;
        padding: 5px;
        margin-right: 10px;
        margin-left: 5px;
    }

        .card.locandina .open-more:hover {
            background: #DFEBF3;
        }

    .card.locandina > .image-container {
        /*border-top-left-radius: 15px;
        border-top-right-radius: 15px;*/
        border: none;
        overflow: hidden;
    }

        .card.locandina > .image-container > img {
            /*border-top-left-radius: 15px;
            border-top-right-radius: 15px;*/
            height: 415px;
	    width: 294px;  /* Set the width */
            object-fit: cover;  /* Cover the whole area, cutting off extra */
            object-position: center;  /* Center the image */
        }

    .card.locandina > .card-img-overlay {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        opacity: 1;
        height: 515px;
        padding: 0 !important;
        z-index: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 8%) 0%, rgb(0 0 0 / 8%) 60%, rgb(0 0 0 / 12%) 100%);
    }

        .card.locandina > .card-img-overlay > .card-text {
            color: white;
        }

            .card.locandina > .card-img-overlay > .card-text.destinazione {
                color: white;
                font-weight: 600;
                position: absolute;
                top: 60px;
                margin-left: 20px !important;
                text-align: left;
                font-size: 15px;
                text-transform: uppercase
            }

            .card.locandina > .card-img-overlay > .card-text.etichetta-locandina {
                position: absolute;
                top: 304px;
                text-align: left;
                background: #DFEBF3;
            }

            .card.locandina > .card-img-overlay > .card-text.notti {
                color: white;
                font-weight: 600;
                position: absolute;
                top: 280px;
                margin-left: 20px !important;
                font-size: 15px;
            }

        .card.locandina > .card-img-overlay .best-offer-hotel-name {
            font-size: 14px;
            width: 90%;
            text-align: left;
            line-height: 18px;
            top: 170px !important;
            position: absolute;
            font-weight: 300;
        }

        .card.locandina > .card-body .category-offer {
            position: absolute;
            top: 0px;
            left: 115px;
            border-radius: 5px;
            padding: 0px 10px;
        }

	.card.locandina > .card-body .category-destinazione {
        font-weight: 550;
	    position: absolute;
        top: 27px;
        width: 294px;
	    left: 50% !important;
	    transform: translateX(-50%);
	    border-radius: 5px;
        text-align: center;
	    text-shadow:
		-1px -1px 0 #4d4d4d38,  
        	1px -1px 0 #4d4d4d38,
        	-1px 1px 0 #4d4d4d38,
	        1px 1px 0 #4d4d4d38;
        }

	.card.locandina > .card-body .category-prezzo {
            top: 0px;
            border-radius: 5px;
        }

        .card.locandina > .card-img-overlay .match-percent {
            position: absolute;
            top: 5px;
            left: 20px;
            border-radius: 5px;
            padding: 0px 5px !important;
            background-color: #fff;
            color: #404040;
        }

        .card.locandina > .card-img-overlay .favourites {
            position: absolute;
            top: 12px;
            right: 15px;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            background-color: #fff;
            color: #CBCBCB;
            text-align: center;
            justify-content: center;
            padding-top: 5px;
        }

            .card.locandina > .card-img-overlay .favourites:hover {
                color: #FF516F;
            }

.marginbadge {
    left: 20px !important;
}

@media (max-width: 992px) {
    .card.locandina > .card-img-overlay .favourites {
        padding-top: 5px;
    }
}

.card.locandina > .card-img-overlay .favourites.selected {
    color: #FF516F;
}

.card.locandina > .card-img-overlay .promo {
    position: absolute;
    top: -10px;
    margin-left: 249px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 14px;
    border-radius: 50%;  /* Make it a circle */
    width: 55px;  /* Set width and height */
    height: 55px;
    display: flex;
    align-items: center;  /* Center text vertically */
    justify-content: center;  /* Center text horizontally */
    border: 1px solid #ffffff;
}

.card.locandina > .card-img-overlay .card-title {
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    position: absolute;
    top: 165px;
    margin-left: 20px !important;
    width: 90%;
}

.card.locandina > .card-img-overlay p {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.card.locandina .card-body {
    padding: 0 !important;
    border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 100;
    overflow-x: hidden;
}

    .card.locandina .card-body > .card-text.notti {
        color: white;
        font-weight: normal;
        text-align: left;
        margin-bottom: 0;
        font-family: 'Poppins', Arial;
    }

    .card.locandina .card-body > .card-text.transfer {
        margin-top: -10px;
        padding-top: 0;
        line-height: 14px;
        text-align: left;
    }

    .card.locandina .card-body > .card-text.tour_op {
        color: white;
    	font-weight: 600;
    	position: absolute;
    	top: 60px;
    	right: 25px !important;
    	font-size: 14px;
    }

/* TO DO - Da verificare perch� questa regola si trova qui - Compromette il funzionamento del dropdown menu nell'header
.dropdown-toggle::after { 
  content: none; 
} */
.dropdown button {
    background-color: transparent;
    border: 0px;
}

    .dropdown button:hover {
        background-color: transparent;
        border: 0px;
    }

.white {
    color: #ffffff !important;
}

.bg-hotel {
    background: #083300;
}

.prezzo-size {
    font-size: 20px; 
    color: #fdcb0a;
}

.locandina-contact-link {
    color: #ff5454;
    font-size: 16px;
    text-decoration: none; /* Removes the underline */
    cursor: pointer;
}

.locandina-contact-link:hover, .contact-link:focus {
    text-decoration: none; /* Ensures the underline doesn't appear on hover/focus */
    outline: none; /* Removes the default focus highlight */
}

.popover {
    border-radius: 10px;
    padding: 0px 10px 15px 10px;
    border: 0;
    box-shadow: #c2d7e68f 0 0 15px 0px !important;
}

    .popover .arrow {
        border: 0;
        border-color: white;
    }

    .popover .popover-body {
        border-radius: 15px;
    }

        .popover .popover-body p {
            line-height: 21px;
            margin-bottom: -5px;
        }

            .popover .popover-body p a {
                font-family: "Ubuntu", sans-serif;
                font-weight: 300;
                font-size: 14px;
                line-height: 11px;
                color: #404040;
            }

                .popover .popover-body p a .i {
                    color: #0067B0;
                }

                .popover .popover-body p a:hover {
                    text-decoration: none;
                    color: #0067B0;
                }

        .popover .popover-body hr {
            margin-top: 15px;
            margin-bottom: 10px;
        }
