/* tooltip start */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    border-color: #555 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* tooltip end */
.logo-image {
    /*width: 180px;*/
    height: 50px;
    width: auto;
}

.my-house-hover {
    fill: hsla(106, 90%, 50%, 0.1);
    /*stroke: hsla(106, 90%, 50%, 0.1);*/
    stroke: none;
    cursor: pointer;
}

.my-house-hover:hover {
    fill: hsla(33, 37%, 48%, 0.55);
    /*stroke: hsla(33, 37%, 48%, 0.1);*/
    stroke: none !important;
}

.my-floor-hover {
    fill: hsla(106, 90%, 50%, 0.1);
    stroke: hsla(106, 90%, 50%, 0.1);
    cursor: pointer;
}

.my-floor-hover:hover {
    fill: hsla(106, 90%, 50%, 0.1);
    stroke: hsla(106, 90%, 50%, 0.1);
}

footer {
    background-color: #151515;
}

.my-font-1 {
    font-size: 0.75rem;
}

.top-image-content::before {
    background-color: hsla(100, 100%, 100%, 0.9);
}

.my-area-reservation {
    fill: hsla(45, 100%, 51%, 0.55);
    stroke: none;
    cursor: pointer;
}

.my-area-reservation:hover {
    fill: hsla(33, 37%, 48%, 0.55);
    stroke: hsla(33, 37%, 48%, 0.55);
}

section#top-image,
header {
    margin-top: 70px !important;
}

.house-half {
    display: none;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.floors-half {
    display: none;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
}

.close-button {
    position: absolute;
    top: 30px;
    left: 30px;
    border: 1px solid white;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-weight: 900;
}

.close-button:hover {
    color: black;
    background-color: white;
}

.house-image-settings {
    height: 100%;
    object-fit: cover;
}

.area-sold {
    cursor: not-allowed;
    fill: hsla(0, 90%, 50%, 0.5);
    stroke: none;
}

.owl-dot {
    width: 16px;
    height: 16px;
    background-color: lightgray;
    border-radius: 31px;
    margin-right: 3px;
}

.owl-dot:last-child {
    margin-right: 0;
}

.owl-dot.active {
    background-color: #a77f4d;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 960px) {
    .house-half {
        position: relative;
        width: 100%;
    }

    .floors-half {
        position: relative;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-area .navbar-collapse {
        top: 80px;
        right: -20px;
        border: 1px solid lightgray;
    }

    section#top-image,
    header {
        margin-top: 80px !important;
    }

    .navbar-nav {
        margin-top: 0 !important;
    }

    .icon-box-wrapper {
        margin-top: 2rem;
    }

    .about-flat-area {
        margin-top: 2rem !important;
    }

    .footer-top {
        padding: 30px 0;
    }

    .contact-form-area {
        margin-top: 3rem !important;
    }

    #slider-visual {
        margin-top: 3rem !important;
    }

    .dropdown-item {
        color: #242424 !important;
    }

    #offer-flats-table {
        margin-top: 1rem !important;
    }

    section#map {
        margin-top: 1rem !important;
    }
}

.carousel-captionText {
    position: absolute;
    top: 30%;
    text-align: center;
    /* dostosuj pozycję w zależności od potrzeb */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    /* Upewnij się, że napis jest wyżej niż slajdy karuzeli */
    color: #e4e4e4 !important;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.carousel-captionText h1 {
    /* #947c63 */
    /* text-shadow: 1px 1px 2px #a07444; */
    color: #e4e4e4 !important;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    white-space: nowrap;
}

.carousel-captionText h4 {
    /* #947c63 */
    /* text-shadow: 1px 1px 2px #a07444; */
    color: #e4e4e4 !important;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.carousel-item img {
    max-height: 800px !important;
}

/* #slider-visual-main-slider {
    max-height: 1300px !important;
} */

.logo-wrapper {
    background-color: none !important;

}
