/**
 * three_building
 *
 * Generated by Dreamz Page Builder on 2026-07-27.
 */

.three-building {
    background: var(--mist);
    padding: 88px 0;
}

.wrapper_three_building p {
    color: var(--content);
    font-size: 1.04rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
    max-width: 57%;
}

.wrapper_three_building {
    margin-bottom: 44px;
}

.wrapper_three_building span {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--secondary);
    font-family: var(--font-inter);
}

.wrapper_three_building p {
    max-width: 100%;
}

/* .gallery_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 120px;
    gap: 12px;
    margin-bottom: 44px;
}
.gallery_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
} */
.gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 120px;
    gap: 12px;
    margin-bottom: 44px;
}

.gallery a {
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .4s;
}

.gallery a:hover img {
    transform: scale(1.05);
}

.gallery .g1 {
    grid-column: span 3;
    grid-row: span 2;
}

.gallery .g2 {
    grid-column: span 3;
    grid-row: span 2;
}

.gallery .g3 {
    grid-column: span 2;
}

.gallery .g4 {
    grid-column: span 2;
}

.gallery .g5 {
    grid-column: span 2;
}

.gallery .g6 {
    grid-column: span 6;
}

.amenities_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.amenities_items {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 20px;
}

.amenity_column.image_block {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--mist);
    display: grid;
    place-items: center;
    flex: none;
}

.amenity_column.image_block img {
    width: 19px;
    height: 19px;
}

.amenities_content h3 {
    font-size: .92rem;
    color: var(--ink);
    font-weight: 500;
    font-family: var(--font-inter);
}

.galleries_section.container h2 {
    margin: .55rem 0 .8rem;
    max-width: 608px;
}
@media (max-width: 991px) {

.wrapper_three_building p {
    max-width: 100%;
}
}

@media (max-width: 767px) {
    .amenities_wrapper {
        grid-template-columns: 1fr;
    }

    .three-building {
        padding: 50px 0;
    }
}