/*
*Theme Name: RWC APARTMENTS
*Theme URI: https://www.elroi.com.br/
*Description: RWC APARTMENTS - Tema exclusivo Elroi
*Author: Giordano Magalhães
*Author URI: https://www.elroi.com.br/
*/
/*
font-family: 'Ubuntu', sans-serif;
*/
/* -> GERAL */
:root {
    --font-ubuntu: 'Ubuntu', sans-serif;
}

html,
body {
    height: 100%;
    font-size: 18px;
}

body {
    background-color: #ffffff;
    font-size: 18px;
    color: #000000;
}

.body-modal {
    overflow: hidden;
}

img,
video {
    max-width: 100%;
}

a,
a:visited,
a:active {
    color: #b27e61;
    text-decoration: none;
    transition: all 200ms linear;
}

a:hover {
    color: #7d5238;
    text-decoration: none;
}

.wrap {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.wrapShort {
    max-width: 1000px;
}

#wpadminbar {
    display: none;
}

.section {
    padding: 50px 0;
}

.section-title .title-top {
    font-family: "Playfair Display";
    font-size: 56px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 15px;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
}

.section-title .title-bottom {
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c89374;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.section-content {
    margin-top: 40px;
}

.section-phrase {
    margin: 40px auto;
    max-width: 1000px;
    text-align: center;
}

a.section-seemorelink {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    padding: 7px 20px;
    border: #c89374 double;
    color: #c89374;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.section-seemorelink:hover {
    background-color: #c89374;
    color: #fff;
}

/* BANNER */
/* Contêiner principal do banner */
.banner-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    /* Garante que o conteúdo extra não seja visível */
}

.banner-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 100%;
}

.banner-item {
    position: relative;
    overflow: hidden;
}

.banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.banner-item:hover img {
    transform: scale(1.05);
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 200ms linear;
}

.banner-item:hover .banner-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-text {
    position: absolute;
    top: 106px;
    left: 106px;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #c8c5bed1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 40px #00000024;
    white-space: nowrap;
    transform-origin: 0 0;
    transform: rotate(90deg) translate(0, 0);
    transition: all 200ms linear;
}

.banner-item:hover .banner-text {
    color: #ffffffa5;
}

/* .banner-item:hover .banner-text {
    opacity: 0;
} */
/* QUEM SOMOS */
.about-us {
    background-color: #fffbf9;
    padding: 20px 0;
}

.about-us .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.qs-description {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    max-width: 600px;
    width: 100%;
}

/* fastLinks */
.fastLinks {
    padding: 50px 0;
}

.fastLinks-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
}

.fastLinks-container a {
    display: block;
    position: relative;
    color: #000000;
}

.fastLinks-content {
    position: relative;
    min-height: 240px;
    width: 100%;
    background-color: #f7f6f7;
    padding: 20px 40px;
    text-align: right;
}

.fastLinks-icon {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.fastLinks-icon img {
    filter: invert(61%) sepia(15%) saturate(937%) hue-rotate(338deg) brightness(99%) contrast(88%);
}

.fastLinks-title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: right;
}

.fastLinks-description {
    max-width: 170px;
    margin: 20px 0 20px auto;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
}

.fastLinks-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.fastLinks-arrow img {
    filter: invert(61%) sepia(15%) saturate(937%) hue-rotate(338deg) brightness(99%) contrast(88%);
}

/* FLOOR PLANS */
.floorplans {
    padding: 50px 0 70px 0;
}

.floorplans-stage {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 50px;
    width: fit-content;
    margin: auto;
}

.floorplans-menu {
    background-color: rgb(247, 247, 247);
    padding: 20px;
    grid-column: span 3;
    min-width: 240px;
}

.floorplans-menu a {
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #000000;
}

.floorplans-menu a:hover {
    background-color: rgb(230, 230, 230);
}

.floorplans-menu a.active {
    background-color: rgb(230 218 207);
}

.floorplans-menu-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.floorplans-menu-description {
    margin-top: -4px;
    font-size: 14px;
    text-transform: uppercase;
}

.floorplans-menu:last-child {
    margin-bottom: 0;
}

.floorplans-items {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.floorplans-items [class*="slickslider-arrow-"] {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    opacity: 0.7;
    height: 40px;
    filter: invert(69%) sepia(53%) saturate(339%) hue-rotate(334deg) brightness(84%) contrast(83%);
    transition: all 200ms linear;
}

.floorplans-items [class*="slickslider-arrow-"]:hover {
    opacity: 1;
    cursor: pointer;
}

.floorplans-items .slickslider-arrow-prev {
    left: 10px;
    transform: translateY(-50%) rotate(180deg);
}

.floorplans-items .slickslider-arrow-next {
    right: 10px;
}

.floorplans-item-flex {}

.floorplans-item-imgfrm div {
    flex-shrink: 0;
    font-size: 14px;
    margin: 10px 0 0;
}

.floorplans-item-img {
    margin: auto;
    display: block;
    width: 300px;
    height: auto;
    object-fit: contain;
    object-position: center top;
}

.floorplans-item-details-title {
    display: none;
    font-size: 20px;
    font-weight: 700;
}

.floorplans-details {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.apartment-type {
    max-width: 245px;
    width: 100%;
    background-color: #f7f6f7;
    height: 230px;
    padding: 30px;
}

.apartment-type .section-title {
    padding-bottom: 20px;
}

.apartment-type .section-title .title {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: black;
    font-weight: 500;
    letter-spacing: 5px;
}

.type {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: black;
    font-weight: 500;
    padding-bottom: 20px;
}

.border-type {
    border: 1px solid;
    border-color: #8f8e8e;
    opacity: 0.5;
    width: 138px;
}

.floorplans-item-details {
    display: none;
    max-width: 350px;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
}

.floorplans-item-details ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.floorplans-item-details li {
    margin-bottom: 10px;
}

.floorplans-item-details li:last-child {
    margin-bottom: 0;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.details-border {
    border: 1px solid;
    color: #8f8e8e;
    opacity: 0.5;
}

.text {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #c89374;
    text-align: center;
    letter-spacing: 5px;
}

.number {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 400;
    color: #c89374;
    text-align: center;
    letter-spacing: 5px;
}

span.diferente {
    font-family: "Playfair Display", sans-serif;
}

.floorplans-item-details-button {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #c89374;
    text-align: center;
    letter-spacing: 5px;
    border-style: double;
    padding: 10px 30px;
}

.floorplans-item-details-button:hover {
    color: #9c6e53;
}

.floorplans-items .slick-dots {
    bottom: -40px;
}

/* VISIT US */
.virtualtour {
    background-image: url(/wp-content/themes/rwc/assets/imgs/video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.virtualtour-container {
    display: flex;
    align-items: center;
}

.virtualtour-content {
    max-width: 642px;
    width: 100%;
    background-color: rgb(255 255 255 / 90%);
    padding: 90px;
}

.virtualtour-title {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #c89374;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.virtualtour-subtitle {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    color: black;
}

.virtualtour-text {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: black;
    font-weight: 400;
    padding-top: 15px;
}

.virtualtour-links {
    margin-top: 14px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.virtualtour-links a {
    padding: 7px 14px;
    border: 1px solid #92684f;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #92684f;
    text-transform: uppercase;
    transition: all 200ms linear;
}

.virtualtour-links a:hover {
    background-color: #c89374;
    border: 1px solid #c89374;
    color: #fff;
}

.fechar {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px;
}

/* INTERIORS */
#interiors {
    padding: 80px 0;
}

.interiors-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: fit-content;
    margin: auto;
}

.interiors-items a:hover .interiors-item-img {
    box-shadow: 4px 4px 14px 0 #00000060;
    transform: scale(102%);
}

.interiors-item-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    box-shadow: 4px 4px 14px 0 #00000013;
    transition: all 200ms linear;
}

.interiors-item-title {
    padding: 10px 0;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
}

.interiors-items [class*="slickslider-arrow-"] {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    opacity: 0.7;
    height: 80px;
    filter: invert(99%) sepia(95%) saturate(21%) hue-rotate(0deg) brightness(104%) contrast(100%);
    transition: all 200ms linear;
}

.interiors-items [class*="slickslider-arrow-"]:hover {
    opacity: 1;
    cursor: pointer;
}

.interiors-items .slickslider-arrow-prev {
    left: 10px;
    transform: translateY(-50%) rotate(180deg);
}

.interiors-items .slickslider-arrow-next {
    right: 10px;
}

/* AMENITIES */
#amenities {
    padding: 80px 0;
    background-color: #fcfcfc;
}

.amenities-item {
    margin: 80px 0;
    display: flex;
    gap: 50px;
    align-items: center;
}

.amenities-item:nth-child(even) {
    flex-direction: row-reverse;
}

.amenities-item-text,
.amenities-item-text-photos {
    width: 50%;
}

.amenities-item-text-title {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.amenities-item-text-description {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.amenities-item-text-photos {
    position: relative;
}

.amenities-item-text-photos [class*="slickslider-arrow-"] {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    opacity: 0.7;
    height: 80px;
    filter: invert(99%) sepia(95%) saturate(21%) hue-rotate(0deg) brightness(104%) contrast(100%);
    transition: all 200ms linear;
}

.amenities-item-text-photos [class*="slickslider-arrow-"]:hover {
    opacity: 1;
    cursor: pointer;
}

.amenities-item-text-photos .slickslider-arrow-prev {
    left: 10px;
    transform: translateY(-50%) rotate(180deg);
}

.amenities-item-text-photos .slickslider-arrow-next {
    right: 10px;
}

.amenities-item-text-photo {
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

/* NEIGHBORHOOD */
#neighborhood {
    padding: 80px 0;
}

.neighborhood-groups {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    margin-top: 80px;
}

.neighborhood-group {
    gap: 50px;
}

.neighborhood-group:first-child {
    grid-column: 1 / span 7;
}

.neighborhood-group:last-child {
    grid-column: 8 / span 5;
}

.neighborhood-group-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.neighborhood-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 30px;
    font-size: 16px;
}

.neighborhood-photos-item {
    padding: 0 5px;
}

.neighborhood-photos-item-photo {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

/* AMENITIES ONE */
.amenities-one-container.two {
    padding-top: 0;
}

.amenities-one-container {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}

.amenities-one-container .content {
    width: 50%;
}

.amenities-one-container .content:nth-child(1) {
    max-width: 515px;
    width: 100%;
}

.amenities-one-container .content .title {
    font-family: "Playfair Display", serif;
    font-size: 50px;
}

.amenities-one-container .content .des {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c89374;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.container-links {
    display: flex;
    justify-content: space-between;
}

.links {
    display: grid;
}

.links a {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.amenities-one-container.two .content:nth-child(1) {
    max-width: 600px;
    width: 100%;
}

.amenities-one-container.two .content:nth-child(1) img {
    height: 100%;
    object-fit: cover;
}

.amenities-one-container.two .content:nth-child(2) {
    padding-left: 40px;
}

.amenities-one-container.two .content .text {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    letter-spacing: normal;
    text-align: unset;
}

.seta-amenities img {
    filter: invert(61%) sepia(15%) saturate(937%) hue-rotate(338deg) brightness(99%) contrast(88%);
    width: 50px;
    padding-top: 20px;
}

/* MORE AMENITIES */
.more-amenities-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-bottom: 30px;
}

.more-amenities-container .content {
    max-width: 350px;
    width: 100%;
}

.more-amenities-container .content img {
    width: 100%;
    object-fit: cover;
}

.more-amenities-container .content .title {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    letter-spacing: 5px;
    text-align: center;
    padding-top: 30px;
}

.more-amenities-container .content .des {
    text-align: center;
}

a.view-more {
    color: #c89374;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    display: flex;
    justify-content: center;
}

/* TESTIMONIAL */
.testimonial {
    padding: 80px 0;
}

.testimonial-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    text-align: center;
}

.testimonial-slider [class*="slickslider-arrow-"] {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    opacity: 0.7;
    height: 80px;
    filter: invert(62%) sepia(54%) saturate(302%) hue-rotate(338deg) brightness(91%) contrast(79%);
    transition: all 200ms linear;
}

.testimonial-slider [class*="slickslider-arrow-"]:hover {
    opacity: 1;
    cursor: pointer;
}

.testimonial-slider .slickslider-arrow-prev {
    left: 0px;
    transform: translateY(-50%) rotate(180deg);
}

.testimonial-slider .slickslider-arrow-next {
    right: 0px;
}

.testimonial-slide {
    padding: 20px;
}

.testimonial-title {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-text {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
}

.testimonial-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    object-fit: cover;
}

.testimonial-name {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}

.testimonial-job {
    font-size: 14px;
    color: #c89374;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.slick-prev:before,
.slick-next:before {
    color: #c89374;
}

/* CONTACT */
.contact {
    padding: 100px 0 0 0;
    background-image: url(/wp-content/themes/rwc/assets/imgs/background-contato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact .wrap {
    display: flex;
    justify-content: center;
}

.contact-form {
    max-width: 800px;
    width: 100%;
    background-color: #fbfcf5;
    padding: 20px;
    margin-bottom: -40px;
}

.contact-title {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 15px;
    text-align: center;
}

.contact-subtitle {
    font-size: 14px;
    color: #c89374;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

.contact-form .form-control {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #fbfcf5;
    font-family: "Montserrat", sans-serif;
    color: #ccc;
}

.contact-form .form-control:focus {
    outline: none;
}

.contact-form .form-control::placeholder {
    letter-spacing: 10px;
}

.contact-form .input-group {
    display: flex;
    justify-content: space-between;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-group {
    width: 50%;
}

input#date {
    text-transform: uppercase;
    color: #7a7a7a;
    opacity: 1;
}

input#time {
    text-transform: uppercase;
    color: #7a7a7a;
    opacity: 1;
}

.form-button {
    background-color: #c89374;
    color: white;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.form-button {
    background-color: #c89374;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 10px 50px;
    border: none;
}

/* PAGES */
.page__header {
    background-color: #303030;
    padding: 180px 0 100px;
}

.page__header-title {
    font-family: "Playfair Display";
    font-size: 56px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 7px;
    line-height: 1.1em;
    text-align: center;
    hyphens: auto;
}

.page__header-crumbs {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #ffe4c470;
}

.page__content {
    margin: 80px 0;
    min-height: 250px;
    font-family: "Playfair Display";
}

/** FAQS */
#faqsList .accordion-button {
    font-weight: 500;
}

#faqsList .accordion-button:not(.collapsed) {
    background-color: #f1e9e3;
    color: #000;
}

#faqsList .accordion-button:focus {
    box-shadow: none;
}

#faqsList .accordion-button:not(.collapsed)::after {
    background-image: none;
}

#faqsList .accordion-body {
    background-color: #fdfdfd;
    font-size: 16px;
}

/** CONTACT US */
.contactus-items {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

a.contactus-item {
    position: relative;
    background-color: #fff;
    /* box-shadow: 4px 4px 16px 0 #0000001e; */
    padding: 50px 20px 20px;
    font-family: "Playfair Display";
    color: #000;
    text-align: center;
    transition: all 200ms linear;
}

a.contactus-item:hover {
    color: #937761;
}

a.contactus-item:hover .contactus-item-iconFrm {
    background-color: #dfbca3;
}

.contactus-item-iconFrm {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #d7b095;
    transition: all 200ms linear;
}

.contactus-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(100%) sepia(6%) saturate(26%) hue-rotate(283deg) brightness(107%) contrast(108%);
}

.contactus-item-icon {
    height: 40px;
}

.contactus-item-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.contactus-page {
    font-family: "Playfair Display";
}

.contactus-item-content {}

/** TESTEMONIALS */
.testemonials-items {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px;
    font-family: "Playfair Display";
}

.testemonials-item {
    display: flex;
    gap: 10px;
}

.testemonials-item-la {
    flex-shrink: 0;
}

.testemonials-item-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    overflow: hidden;
}

.testemonials-item-name {
    font-size: 24px;
    font-weight: 500;
}

.testimonial-inital {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    background-color: #b27e61;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

.testimonial-inital-letter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/** NEIGHBORHOOD */
.neighborhood-frm {
    margin: 50px 0;
}

.neighborhood-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.neighborhood-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}

.neighborhood-photos-frm {
    margin-top: 100px;
}

.neighborhood-photos-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 5px;
}

.neighborhood-photos-items img {
    width: 340px;
    height: 340px;
    object-fit: cover;
    object-position: center;
}

a.neighborhood-photos-item {
    position: relative;
    display: block;
}

.neighborhood-photos-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 4px;
    background-color: #00000085;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

/** AMENITIES */
.amenitiespage-lst {}

.amenitiespage-item {
    padding: 70px 0;
}

.amenitiespage-item:nth-child(even) {
    background-color: #f5f5f5;
}

.amenitiespage-item-text {}

.amenitiespage-item-text-title {
    max-width: 1000px;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.amenitiespage-item-text-photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.amenitiespage-item-text-photo {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

/** INTERIORS */
.interiorspage-lst {}

.interiorspage-item {
    padding: 70px 0;
}

.interiorspage-item:nth-child(even) {
    background-color: #fcfcfc;
}

.interiorspage-item-text {}

.interiorspage-item-text-title {
    max-width: 1000px;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.interiorspage-item-text-photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.interiorspage-item-text-photo {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}