body {
    background-color: #88C88E;
    font-family: Inter;
}

#container {
    max-width: 1440px;
    margin: auto;
}

.title1 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 35px;
    margin: 10px;
    padding-left: 35px;
}

.title2 {
    text-align: center;
    font-size: 60px;
    letter-spacing: 60px;
    margin: 10px;
    font-weight: 650;
    padding-left: 60px;
}

.layout {
    width: fit-content;
    align-items: center;
    display: grid;
    grid:
        "main_image_area telefon" 1fr "main_image_area adresa" 1fr / 0.5fr 1fr;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 125px;
}

.main_image_area {
    grid-area: main_image_area;
}

.phone {
    grid-area: telefon;
}

.address {
    grid-area: adresa;
}

.description_images {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: center;
    justify-items: center;
}



#main_image {
    width: 370px;
    height: 485px;
    background-color: rgb(255, 255, 255);
}

.h2-1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 10px;
}

.apartamente {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.button {
    background-color: #023C11;
    padding: 10px 20px 10px 20px;
    margin: 10px;
    margin-top: 20px;
    width: fit-content;

}

.button:hover {
    background-color: #07a030;
}


.highlight-text {
    margin: 0px;
    color: white;
    font-weight: 800;
    font-size: 43px;
    letter-spacing: 10px;
    text-align: center;
}

.button-text {
    margin: 0px;
    color: white;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
}

.h2-2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 30px;
    text-align: center;
}

.underline {
    margin-top: -40px;
    width: 60%;
}

.avantaje {
    list-style-position: outside;
    padding-left: 40px;
    margin: 0 auto;
    width: fit-content;
}

.item {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
    text-align:center;
}

.item_1 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
    text-align: left;
}

.list {
    margin-top: 40px;
    margin-bottom: 80px;
}

.info-1 {
    font-size: 20px;
    font-weight: 600;
}

.main-text {
    margin: 0px;
    color: white;
    font-weight: 800;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 15px;
    text-align: center;
}

.info-2 {
    font-size: 30px;
    font-weight: 700;
}

.info-3 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 10px;
    margin-top: 110px;
    text-align: left;
}

h3 {
    letter-spacing: normal;
    font-weight: 600;
    font-size: 40px;
    margin: 10px;
    text-align: center;
}


.parking_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* center horizontally */
    gap: 40px;
    /* space between images */
    margin-top: 50px;
}

.park_image {
    text-align: center;
}

.park_image img {
    max-height: 250px;
}

.image_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


.element {
    width: max-content;
}

.d_img {
    height: 250px;
    width: auto;
    float: left;
}

.d_img img {
    height: 250px;
    width: auto;
    float: left;
    margin-right: 20px;
}

.d_title {
    float: left;
}

.button_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.galerie {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;

}

.imagine {
    margin: 5px;
    max-height: 250px;
}

.casa_scarii {
    display: grid;
    grid-template-columns: 400px 600px;
    justify-content: center;

}

.casa_scarii img {
    max-width: 30%;
    min-width: 200px;
    margin: 10px;
    margin-left: 100px;
}

.clear {
    clear: both;
}

#schema_apartament {
    width: 100%;
}

.pret {
    display: block;
    float: left;
    margin-left: 10px;
}

ul {
    list-style-position: inside;
}

a {
    text-decoration: none;
}

.navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}


.nav-button {
    background-color: transparent;
    border: 3px solid #3a5b28;
    margin: 0px;
}

.nav-text {
    font-size: 30px;
    font-weight: 600;
    display: block;

}

.nav-subtext {
    font-size: 20px;
}

.nav-link {
    height: fit-content;
    display: inline-block;
    padding: 5px;
    color: black;
}

.nav-link:hover span {
    color: white;
}