#main{
    padding-top: 90px;
}
.tooltip {
    position: absolute;
    color: #D45428;
    font-size: 17px;
    width: 40px;
    text-align: center;

    padding: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}

.highlighted {
    fill: rgba(204, 201, 199, 0.35);
    stroke: #FFFFFF;
    stroke-width: 1;
    /* Additional styles for the highlighted area */
}
.position-img .highlighted {
    fill: rgba(212, 84, 40, 0.65);
    stroke: none;
    stroke-width: 2;
    /* Additional styles for the highlighted area */
}

.img-container {
    width: 100%;
}

.img-container svg {

    width: auto;
    height: auto;
}

.position-img {
    position: absolute;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(8px); z-index: 1;
}

.position-img div {
    margin-left: 100px;!important;
}

.btn.btn-active {
    color: #fff;
    background-color: var(--flame);
    border-color: var(--flame);
}
.img-container{
    position: relative;
}
.chooseFlourContent{
    position: absolute;
    bottom: 287px;
    left: 135px;
    padding-left: 32px;
    border-left: 10px solid #A37E2C;
}
.chooseFlourContent h1{
    font-family: Rubik;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 70px;
    letter-spacing: 0%;
    color:#fff;
}
.chooseFlourContent span{
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    color:#fff;
}
.tooltip.hidden{
    display: none;
}
.area, .areaSM, .areaApartment {
    fill: transparent;
}
.highlighted {
    fill: rgba(204, 201, 199, 0.35);
    stroke: #FFFFFF;
    stroke-width: 1;
}
.tooltip{
    width: 71px;
    height: 68px;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    color: #FFFFFF;
    background:#006039;
    display: flex;
    justify-content:center;
    align-items:center;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.footer{
    margin-top: 0;
}



@media (max-width: 1124px) {
    .chooseFlourContent {
        bottom: 90px;
        left: 50px;
        padding-bottom: 80px;
    }
    .chooseFlourContent h1{
        font-size: 32px;
        line-height: 40px;
    }    
    .chooseFlourContent span {
        font-family: Open Sans;
        
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 992px) {
    .tooltip {
        font-size: 12px;
        width: 25px;
        padding: 5px;
    }

}

@media (max-width: 768px) {
    .chooseFlourContent h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px;
    }
    .chooseFlourContent {
        bottom: 64px;
        left: 40px;
        padding-bottom: 74px;
        padding-left: 24px;
    }
    .chooseFlourContent span {
        font-family: Open Sans;
        font-size: 16px;
        line-height: 24px;
    }
    .tooltip {
        font-size: 8px;
        width: 16px;
        padding: 3px;
    }

}

@media (max-width: 600px) {
    .chooseFlourContent {
        bottom: 46px;
        left: 40px;
        padding-bottom: 26px;
    }
    .chooseFlourContent span {
        font-family: Open Sans;
        font-size: 16px;
        line-height: 24px;
    }
    .tooltip {
        font-size: 8px;
        width: 16px;
        padding: 3px;
    }
}
@media (max-width: 480px) {
    #main{
        padding-top: 48px;
    }
    .img-container{
        overflow: hidden;
    }
    .img-container svg {
        height: 464px;
    }
}