main {
    overflow: hidden;
}

#home-slider {
    display: block;
    position: relative;
    z-index: 0;
    color: var(--secondary-text-color);
}

.slider-content {
    display: block;
    position: relative;
    z-index: 1;
}

.slider-content .cycloneslider-slides::before,
.slider-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background-color: #191919;
    opacity: .25;
    pointer-events: none;
}

.slider-content .cycloneslider {
    z-index: 1;
}

/* .slider-content .cycloneslider canvas {
    height: 100vh;
} */

.slider-logo {
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 5;
    font-size: 6.563vw;
    text-align: center;
    transform: translateX(-50%);
}

.slider-logo span {
    display: block;
    font-weight: 500;
    font-size: 1.149vw;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-top: 0.938vw;
}

.slider-qsearch {
    position: absolute;
    left: 8.063vw;
    bottom: 0;
    padding-bottom: 2.25vw;
    width: 24.063vw;
    z-index: 6;
}

.slider-qsearch .qsearch-form {
    position: absolute;
    bottom: -50vw;
    left: 0;
    right: 0;
    z-index: 2;
    transition: bottom var(--transition-linear);
}

.slider-qsearch.open .qsearch-form {
    bottom: 2.875vw;
}

.qsearch-button {
    cursor: pointer;
    transition: var(--transition-opacity);
}

.slider-qsearch.open .qsearch-button {
    opacity: 0;
}

.qsearch-button-title {
    overflow: hidden;
}

.qsearch-button-title strong {
    display: inline-block;
    position: relative;
    font-size: max(2.5vw, 28px);
    text-shadow: 0 2px 0 rgba(0, 0, 0, .25);
    padding-right: 0.625vw;
}

.qsearch-button-title strong::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100vw;
    height: 1px;
    background-color: var(--background-color);
    opacity: .5;
}

.qsearch-button span {
    display: block;
    margin-top: 0.688vw;
    font-size: 1vw;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.slider-realtor {
    position: absolute;
    right: 3.125vw;
    /*bottom: 8.99vw;*/
    bottom: 9.4vw;
    z-index: 7;
    font-size: 0;
    color: var(--secondary-text-color);
    text-shadow: 0 0 3px rgba(0, 0, 0, .7);
    pointer-events: none;
}

.slider-smi .textwidget {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 2.188vw;
    z-index: 1000;
    transform: translateY(-50%);
    font-size: 0;
}

.slider-smi a {
    background-color: var(--secondary-background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: max(2vw, 32px);
    height: max(2vw, 32px);
    margin: max(0.625vw, 10px);
    color: var(--secondary-text-color);
    border-radius: 50%;
}

.slider-smi a.hp-video-slideshow-trigger {
    background: transparent;
    color: transparent !important;
}

.slider-smi a.hp-video-slideshow-trigger span {
    display: block;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.slider-smi a.hp-video-slideshow-trigger span.ai-font-volume-a {
    background-image: url(../images/volume-off-new.png) !important;
}

.slider-smi a.hp-video-slideshow-trigger span.ai-font-mute {
    background-image: url(../images/volume-on-new.png) !important;
}

.slider-smi a:hover {
    /*opacity: .7;*/
}

.slider-smi span::before {
    font-size: max(0.938vw, 14px);
}

.slider-smi span.ai-font-envelope::before {
    font-size: max(0.7vw, 11.2px);
}

.slider-smi span.ai-font-phone::before {
    font-size: max(0.7vw, 11.2px);
}

.slider-smi-divider {
    margin: 0.594vw 0;
    width: 1px;
    height: 1.688vw;
    background-color: var(--secondary-text-color);
    opacity: .4;
}

#home-properties {
    display: block;
    position: relative;
    z-index: 1;
}

#home-properties .section-title {
    display: block;
    background-color: var(--secondary-background-color);
    margin: 0 0 0 43.875vw;
    padding: 2.75vw 4.063vw;
    line-height: .8;
    color: var(--secondary-text-color);
    font-size: max(4.25vw, 30px);
}

#home-properties .slick-slide > div {
    display: block;
}

.home-properties-item {
    display: block !important;
    position: relative;
}

.home-properties-item-base {
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

.home-properties-item-base img {
    opacity: .8;
    transition: var(--transition-image-filter);
}

.home-properties-item:hover .home-properties-item-base img {
    filter: grayscale(1);
    opacity: 1;
}

.home-properties-item-base-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: max(1.875vw, 15px);
    bottom: max(2.438vw, 15px);
    z-index: 1;
    color: var(--secondary-text-color);
    transition: var(--transition-opacity);
}

.home-properties-item:hover .home-properties-item-base-text {
    /* opacity: 0; */
}

.home-properties-item-base-text strong {
    font-size: max(3.125vw, 20px);
    font-family: "Lora", serif;
    text-shadow: -1px 2px 2px #000000;
}

.home-properties-item-base-text span {
    margin-top: max(0.75vw, 15px);
}

.home-properties-item-details {
    display: flex;
    flex-direction: column;
    opacity: 0;
    z-index: 1;
    transition: var(--transition-opacity);
    text-transform: uppercase;
    color: #ffffff;
}

.home-properties-item:hover .home-properties-item-details {
    opacity: 1;
}

.home-properties-item-details::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--background-color);
    opacity: .8;
    opacity: 0;
}

.home-properties-item-details-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 77.5%;
    text-align: center;
    text-shadow: -1px 2px 2px #000000;
    display: none;
}

.home-property-price {
    font-size: max(3.125vw, 25px);
    font-family: "Lora", serif;
}

.home-property-address {
    font-size: max(1.25vw, 18px);
    margin-top: 1.438vw;
    line-height: 1.7;
}

.home-property-address > span {
    display: block;
}

.home-property-beds {
    font-size: max(0.938vw, 15px);
    margin-top: 1.688vw;
}

.home-property-baths {
    font-size: max(0.938vw, 15px);
    margin-top: 0.875vw;
}

.home-properties-item-details-button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: right;
    border-top: solid 1px var(--background-color-darker);
    height: 22.5%;
    margin-top: auto;
    padding-right: 35px;
    text-shadow: -1px 2px 2px #000000;
}

.home-properties-item-details-button a {
    font-size: max(0.875vw, 14px);
    letter-spacing: .4em;
    text-transform: uppercase;
    color: var(--secondary-background-color) !important;
}

.home-properties-actions {
    border-bottom: solid 1px var(--background-color-darker);
    padding: 1.563vw 0;
}

.home-properties-actions .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.home-properties-button {
    width: 100%;
    position: absolute;
}

.home-properties-arrows {
    display: flex;
    align-items: center;
    margin: auto;
}

.home-properties-arrow {
    font-size: max(1.75vw, 16px);
    cursor: pointer;
    transition: var(--transition-color);
}

.home-properties-arrow:hover {
    color: var(--primary-color-accent);
}

.home-properties-divider {
    background-color: var(--background-color-darker);
    width: 1px;
    height: 3.125vw;
    margin: 0 1.813vw;
}

.home-expertise-container {
    /* display: flex; */
    /* justify-content: flex-start; */
    /*margin-bottom: 3.75vw;*/
    margin-bottom: 0;
}

.home-expertise-content {
    width: 43.875vw;
    width: 100%;
}

.home-expertise-content-text {
    /* display: flex; */
    flex-direction: column;
    padding: 3.25vw 9.188vw 5.625vw;
    border-bottom: solid 1px var(--background-color-darker);
    font-size: max(0.875vw, 14px);
    line-height: 1.8;
    letter-spacing: .05em;
}

.home-expertise-content-text .section-title {
    line-height: 1;
    margin-bottom: 0.5vw;
}

.home-expertise-content-text p {
    margin-top: 1.563vw;
}

.home-expertise-content-button {
    display: block;
    padding: 2.375vw 0 2.375vw 9.188vw;
}

.home-expertise-image {
    width: 52.125vw;
    padding-top: 3.2vw;
    padding-left: 1.25vw;
    padding-bottom: 1.25vw;
    padding-right: 9.188vw;
    float: right;
}

.home-expertise-image img {
    width: 100%;
}

#home-communities {}

.home-comm-items {
    display: flex;
    flex-wrap: wrap;
}

.home-comm-item {
    width: 50%;
    position: relative;
    background-color: #191919;
    transition: var(--transition-background-color);
}

.home-comm-item:hover {
    /*background-color: #f2f2f2;*/
    background-color: var(--background-color);
}

.home-comm-item canvas {
    width: 100%;
}

.home-comm-item img {
    z-index: 0;
    opacity: .8;
    transition: var(--transition-opacity), var(--transition-image-filter);
}

.home-comm-item:hover img {
    opacity: .3;
    filter: grayscale(30%);
}

.home-comm-item-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.home-comm-item-title {
    display: flex;
    padding: 0 15.125%;
    height: 72.453%;
    align-items: center;
}

.home-comm-item-title .section-title {
    color: var(--secondary-text-color);
    word-spacing: 100vw;
}

.home-comm-item:hover .section-title {
    color: var(--primary-text-color);
}

.home-comm-item-button {
    height: 27.547%;
    padding-left: 8.75%;
}

.home-comm-item-button span {
    display: flex;
    justify-content: flex-end;
    width: max(33.75%, 200px);
    padding-top: 1.813vw;
    border-top: solid 1px rgba(255, 255, 255, .5);
    transition: var(--transition-border);
}

.home-comm-item:hover .home-comm-item-button span {
    border-top-color: var(--primary);
}

.home-comm-item:hover .home-comm-item-button a {
    color: var(--primary);
}

#home-testimonials {
    display: block;
    padding: 3.188vw 0 3.313vw;
}

#home-testimonials .container {
    width: 73.125vw !important;
    padding: 0 9.063vw;
}

#home-testimonials .section-title {
    padding-top: max(5vw, 80px);
    text-align: center;
}

#home-testimonials .section-title::before {
    -webkit-mask-size: max(10%, 160px);
    mask-size: max(10%, 160px);
}

.home-testimonial-items {
    display: block;
    margin: 5.188vw auto 0;
}

.home-testimonial-item {
    text-align: center;
    padding: 0;
}

.home-testimonial-item p {
    font-size: max(1vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: var(--primary-text-color);
}

.home-testimonial-item p.author {
    font-weight: 600;
    margin-top: 1.875vw;
}

.home-testimonial-actions {
    position: absolute;
    top: 22%;
    left: -9.063vw;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 30px;
}

.home-testimonial-actions.home-testimonial-next {
    left: auto;
    right: -9.063vw;
}

.home-testimonials-button {
    margin-top: 3.188vw;
    padding-top: 2.188vw;
    border-top: solid 1px var(--background-color-darker);
    text-align: center;
}

.home-testimonials-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.home-testimonials-mobile .home-testimonial-actions {
    position: static;
    margin: 0 15px 0;
    font-size: max(1vw, 16px);
    transform: translate(0);
}

#home-cta {}

#home-cta .cta-head h2 {
    font-size: max(4.8vw, 50px);
}

.home-cta-items {
    display: flex;
    flex-wrap: wrap;
}

.home-cta-item {
    width: calc(100% / 3);
}

.home-cta-item a {
    position: relative;
    display: block;
    flex-grow: 1;
    flex-basis: 0;
    background: #20233e;
    border: 5px solid #fff;
    transition: all 0.4s ease-in-out;
    line-height: 0;
}

.home-cta-item a canvas {
    width: 100%;
    height: auto;
}

.home-cta-item a:hover {
    background: #000;
}

/*.home-cta-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
    background-color: var(--background-color);
    opacity: 0;
     
    transition: all 0.2s ease-in-out; 
}

.home-cta-item:hover::before {
    opacity: 1;
    background: #000000;
}*/

.home-cta-item a::after {
    content: '';
    position: absolute;
    top: max(0.625vw, 10px);
    right: max(0.625vw, 10px);
    bottom: max(0.625vw, 10px);
    left: max(0.625vw, 10px);
    z-index: 2;
    border: solid 1px var(--primary);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.home-cta-item a:hover::after {
    opacity: 1;
    /*background-color: #000000;
    border-color: #ffffff;*/
}

/*.home-cta-item img {
    display: block;
    opacity: .7;
    transition: var(--transition-image-filter), var(--transition-opacity);
}*/

/*.home-cta-items a {
    background: #20233e;
}

.home-cta-items a:hover {
    background-color: #000000;
}*/

/*.home-cta-item a:hover img {
    opacity: 1;
    filter: grayscale(100%);
}*/

.home-cta-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    padding-bottom: 1.813vw;
    transform: translateY(-50%);
    /*font-size: max(3.125vw, 25px);*/
    font-size: max(4.125vw, 30px);
    /*color: var(--secondary-text-color);*/
    color: var(--primary);
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.home-cta-item a:hover .home-cta-content {
    /* color: var(--primary-text-color); */
    color: #ffffff;
}

.home-cta-content::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #ffffff;
    width: 6.563vw;
    height: 1px;
    transform: translateX(-50%);
    transition: var(--transition-background-color);
}

.home-cta-item a:hover .home-cta-content::before {
    /* background-color: var(--primary-text-color); */
    background-color: var(--primary);
}

.home-cta-content .font-default {
    display: block;
    margin-bottom: .5vw;
    font-size: max(1.65vw, 14px);
    letter-spacing: .4em;
    text-transform: uppercase;
}

#home-news {
    padding: 2vw 0 1.875vw;
}

#home-news .section-title {
    text-align: center;
}

.home-news-items {
    display: grid;
    grid-template-columns: 0.85fr 1.3fr 0.85fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin: 5.625vw -.5px;
}

.home-news-item:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.home-news-item:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 2;
}

.home-news-item:nth-of-type(3) {
    grid-area: 1 / 2 / 3 / 3;
}

.home-news-item:nth-of-type(4) {
    grid-area: 1 / 3 / 2 / 4;
}

.home-news-item:nth-of-type(5) {
    grid-area: 2 / 3 / 3 / 4;
}

.home-news-item {
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
}

.home-news-item:nth-of-type(3) {
    padding: 0 1px;
}

.home-news-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background-color: #ffffff;*/
    background-color: var(--background-color);
    opacity: 0;
    transition: var(--transition-opacity);
}

.home-news-item:hover::before {
    opacity: .8;
}

.home-news-item-placeholder {
    background-color: #000000;
    height: 100%;
}

.home-news-items-row:nth-of-type(2) .home-news-item-placeholder {
    height: 100%;
}

.home-news-item-placeholder img {
    display: block;
    opacity: .75;
    height: 100%;
    transition: var(--transition-image-filter), var(--transition-opacity);
}

.home-news-item:hover .home-news-item-placeholder img {
    opacity: 1;
    filter: grayscale(100%);
}

.home-news-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.76vw;
    z-index: 3;
    color: var(--secondary-text-color);
    transition: var(--transition-color), bottom var(--transition-linear);
}

.home-news-item:hover .home-news-content {
    color: var(--font-color-default);
    bottom: 0;
}

.home-news-content p.home-news-created {
    padding: 0 max(1.25vw, 15px) 0;
    font-weight: 500;
    font-size: max(0.813vw, 13px);
    text-transform: uppercase;
}

.home-news-content p.home-news-title {
    padding: 0 max(1.25vw, 15px) max(1.063vw, 15px);
    font-size: max(1.5vw, 18px);
    line-height: 1.2;
    margin-top: max(0.625vw, 10px);
}

.home-news-button {
    padding: max(1.25vw, 15px);
    border-top: solid 1px var(--background-color-ligher);
}

.home-news-read-more {
    text-align: center;
}

#home-facebook {
    background-color: #fdfdfd;
    border-top: solid 1px var(--background-color-darker);
    padding: 5.938vw 0;
    overflow: hidden;
}

.home-facebook-header {
    display: flex;
    align-items: center;
}

.home-facebook-header h2 {
    flex-grow: 1;
    font-size: max(2.25vw, 36px);
    color: #3b5998;
}

.home-facebook-header a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: max(0.938vw, 13px);
    letter-spacing: .4em;
    text-transform: uppercase;
}

.home-facebook-icon {
    margin-right: 1.125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #3a589b;
    width: max(2.563vw, 41px);
    height: max(2.563vw, 41px);
    font-size: max(1.375vw, 22px);
    color: #ffffff;
    letter-spacing: 0;
}

.home-facebook-items {
    display: flex;
    margin-top: max(0.938vw, 15px);
}

.home-facebook-item {
    flex-grow: 1;
    flex-basis: 0;
}

.home-facebook-item-image {
    position: relative;
}

.home-facebook-item-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -8.125vw;
    width: 1px;
    background-color: var(--background-color-darker);
}

.home-facebook-item:last-of-type .home-facebook-item-image::before {
    display: none;
}

.home-facebook-item-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: var(--background-color-darker);
}

.home-facebook-item:first-of-type .home-facebook-item-image::after {
    left: -3.125vw;
}

.home-facebook-item:last-of-type .home-facebook-item-image::after {
    right: -3.125vw;
}

.home-facebook-item-image a {
    display: block;
    /*background-color: #fbfbfb;*/
    background-color: var(--background-color);
    position: relative;
}

.home-facebook-item-image a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: max(1.625vw, 20px);
    color: var(--primary-text-color);
    opacity: 0;
    transition: var(--transition-opacity);
    transform: translate(-50%, -50%) scaleX(-1);
}

.home-facebook-item-image a:hover::before {
    opacity: 1;
}

.home-facebook-item-image a img {
    transition: var(--transition-image-filter), var(--transition-opacity);
}

.home-facebook-item-image a:hover img {
    opacity: .1;
    filter: grayscale(100%);
}

.home-facebook-item-content {
    display: flex;
    flex-direction: column;
    padding: max(1.25vw, 20px);
}

.home-facebook-item-date {
    font-weight: 600;
    font-size: max(0.813vw, 12px);
    color: var(--primary-text-color-lighter);
    letter-spacing: .04em;
}

.home-facebook-item-title {
    font-size: max(2.25vw, 30px);
    margin-top: max(1.25vw, 15px);
}

.home-facebook-item-author {
    font-weight: 600;
    font-size: max(0.813vw, 12px);
    color: var(--primary);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: max(0.75vw, 10px);
}

.home-facebook-item-excerpt {
    font-weight: 600;
    font-size: max(0.938vw, 14px);
    letter-spacing: .03em;
    line-height: 1.5;
    margin-top: max(1.375vw, 18px);
}

.home-facebook-view-all {
    margin-top: 30px;
    text-align: center;
}

#home-instagram {
    background-color: #fdfdfd;
    border-top: solid 1px var(--background-color-darker);

    padding: 2.938vw 0;
}

.home-instagram-header {
    display: flex;
    align-items: center;
}

.home-instagram-header h2 {
    flex-grow: 1;
    font-size: max(3.188vw, 36px);
    color: var(--primary-text-color);
}

.home-instagram-header a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: max(0.938vw, 12px);
    letter-spacing: .4em;
    text-transform: uppercase;
}

.home-instagram-icon {
    margin-right: 1.125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max(2.563vw, 41px);
    height: max(2.563vw, 41px);
    font-size: max(1.8vw, 24px);
}

.home-instagram-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: max(0.938vw, 15px);
}

.home-instagram-item {
    width: 25%;
}

.home-instagram-item a {
    display: block;
    /*background-color: #fbfbfb;*/
    background-color: var(--background-color);
    position: relative;
}

.home-instagram-item a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: max(1.625vw, 20px);
    color: var(--primary-text-color);
    opacity: 0;
    transition: var(--transition-opacity);
    transform: translate(-50%, -50%) scaleX(-1);
}

/* .home-instagram-item a:hover::before {
    opacity: 1;
} */

.home-instagram-item a img {
    transition: var(--transition-image-filter), var(--transition-opacity);
    object-fit: cover;
}

.home-instagram-item a:hover img {
    /* opacity: .1; */
    filter: grayscale(100%);
}

.home-instagram-view-all {
    margin-top: 30px;
    text-align: center;
}

.cycloneslider-volume.off {
    background: url(https://www.ritabenelian.com/wp-content/themes/agentpro-metropolitan/images/volume-off-new.png);
}

.cycloneslider-volume.on {
    background: url(https://www.ritabenelian.com/wp-content/themes/agentpro-metropolitan/images/volume-on-new.png);
}

.cycloneslider-volume {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 10px;
}

.slider-content .cycloneslider-template-video .cycloneslider-volume {
    /*z-index: 0;*/
}







section#home-cta-2 .home-cta-content {
    padding: 0;
}

section#home-cta-2 .home-cta-content:before {
    display: none;
}

section#home-cta-2 .home-cta-content .font-default {
    margin: 0;
    font-size: max(3.125vw, 26px);
    font-family: var(--font-family-title);
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding: 0 2.8125vw;
    line-height: 1.5;
}

section#home-cta .cta-head,
section#home-welcome-2 .cta-head {
    background: #20233e;
    padding: 25px 0;
    margin-bottom: 10px;
}

section#home-cta .cta-head .section-title,
section#home-welcome-2 .cta-head .section-title {
    text-align: center;
    font-size: max(4.75vw, 25px);
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

section#home-cta .cta-head span,
section#home-welcome-2 .cta-head span {
    text-align: center;
    display: block;
    font-size: max(3.125vw, 24px);
    color: #fff;
    font-family: var(--font-family-title);
    padding: 0 12.5vw;
    line-height: 1.5;
    /* letter-spacing: 0.02em; */
}

section#home-cta-2 .home-cta-item {
    border: 10px solid #fff;
}


section#home-brokerage-logos {
    position: relative;
    background: #20233e;
    margin-bottom: 10px;
}




section#home-instagram .container-vw {
    width: 81.25vw;
    padding: 0;
}

.home-instagram-item {
    width: calc(100% / 3 - 10px);
}

.home-instagram-items {
    display: flex;
    justify-content: space-between;
}

.home-instagram-header a {
    color: #051641;
}

.home-instagram-header {
    margin-bottom: 32px;
}

.home-instagram-item a img {
    height: auto;
    aspect-ratio: 423 / 566;
}

.home-instagram-item a img[src$="123-copy.jpg"] {
    object-position: center 15%;
}

.home-instagram-item a img[src$="88888-2.jpg"] {
    object-position: center top;
}

#home-youtube .container-vw {
    width: 81.25vw;
    padding: 0;
}

.home-youtube-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.home-youtube-header h2 {
    max-width: 180px;
}

.home-youtube-header h2 img {
    height: auto;
    object-fit: cover;
}





.home-youtube-header span {
    color: #000;
    font-family: var(--font-family-default);
    text-transform: capitalize;
    font-size: max(3.188vw, 36px);
    font-weight: bold;
}

.home-youtube-header a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: max(0.938vw, 12px);
    letter-spacing: .4em;
    text-transform: uppercase;
    color: #051641;
}

.home-youtube-header a i {
    color: #ff0000;
    font-size: 42px;
    margin-right: 1.75vw;
}






.home-youtube-items {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
}

.yt-small-big {
    width: calc((868/ 1300)* 100%);
}

.yt-small-item {
    width: calc((424 / 1300)* 100%);
}

.home-youtube-item {
    position: relative;
    margin-bottom: 15px;
}










.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max(7.5vw, 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn i {
    font-style: normal !important;
    color: #fff;
    font-size: 22px;
    position: relative;
    left: 2px;
}

.yt-small-item .play-btn {
    width: max(4.625vw, 30px);
    height: max(4.625vw, 30px);
}

.yt-small-item .play-btn i {
    font-size: 16px;
}




section#home-youtube {
    padding-bottom: max(2.4375vw, 45px);
    padding-top: max(2.75vw, 45px);
    border-top: 1px solid #999999;
}



.play-btn {
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.home-youtube-item a:hover:before {
    opacity: 0;
}


.home-youtube-item a:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.home-youtube-item a > img {
    transition: all 0.3s ease-in-out;
}

.home-youtube-item a:hover > img {
    filter: grayscale(1);
}


html #home-cta > div > .cta-head > span {
    font-size: max(3.125vw, 25px) !important;
    font-family: var(--font-family-title) !important;
    line-height: 1.5;
}


#home-cta .cta-head h2 {

    margin-bottom: 30px;
}


#home-cta > div > .cta-head {
    /* padding-top: max(4.25vw , 40px);
    padding-bottom: max(4.25vw , 40px); */
}

.home-properties-item-base-title {
    position: absolute;
    top: 0;
    z-index: 5;
    padding: max(2vw, 18px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.7;
}

span.home-properties-status {
    background: #20233e;
    color: #ebcb46;
    font-size: max(1.25vw, 14px);
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 32px;
}

.home-properties-item-base-title strong {
    color: #fff;
    font-family: var(--font-family-default);
    font-size: max(1.375vw, 32px);
    text-shadow: -1px 2px 2px #000000;
}


.home-properties-item:hover .home-properties-item-base-title {
    /* opacity: 0;
    visibility: hidden; */
}

.home-properties-item:hover .home-properties-item-base-title .home-properties-status {
    opacity: 0;
    visibility: hidden;
}

.home-youtube-item a img {
    height: auto;
    object-fit: cover;
}



.home-youtube-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.home-properties-item-base-title strong span {
    display: block;
}


/* Password Protected Start */


.home-properties-password-protected {

    position: relative;

    background: #000;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    padding: 15px;

    height: 35vw;

}



.password-protected-left {

    width: 51.656%;

}



.password-protected-img {

    max-width: 538px;

    margin: 0 auto;

}

.aios-content-popup .password-protected-img img{
    object-fit: contain;
}



.password-protected-img img {

	height: auto;

    object-fit: cover;

}



.password-protected-right {

    width: 48.344%;

    text-align: center;

    padding-top: 20px;

}



.password-protected-label {

    font-size: 29px;

    font-weight: 700;

    color: #af823e;

    text-transform: uppercase;

    margin-bottom: 35px;

}



.password-protected-form {

    position: relative;

    max-width: 165px;

    margin: 0 auto;

}



.password-protected-field {

    display: block;

    margin-bottom: 37px;

}



.password-protected-field label {

    font-size: 15px;

    font-weight: 400;

    letter-spacing: 0.2em;

    color: #af823e;

    margin-bottom: 10px;

}



.password-protected-field input {

    width: 100%;

    height: 51px;

    background: #000;

    color: #af823e;

    font-size: 15px;

    font-weight: 400;

    letter-spacing: 0.2em;

    border: none;

    border-radius: 10px;

    background: url(https://cdn.agentimagehosting.com/ULTQF3IlTnWgepsrX1kny/wp-content/uploads/2025/10/07123218/field-border.png) center/cover no-repeat;

    padding: 0 10px;

    outline: none;

    transition: var(--transition-all);

}



.password-protected-field input[type="submit"]:hover {

	background: #af823e;

	color: #fff;

}



.password-protected-price {

    font-size: 39px;

    font-family: var(--font-family-title);

    letter-spacing: 0.075em;

    font-variant-numeric: lining-nums;

    font-feature-settings: "lnum";

    color: #af823e;

}



.password-protected-logo {

    max-width: 118px;

    margin: 10px auto 0;

}

#password-error-message, #checking-message{
    margin-bottom: 10px;
}



@media only screen and (min-width: 992px) and (max-width: 1600px) {

	.home-properties-password-protected {

	    padding: 0.94vw;

	}



	.password-protected-img {

        max-width: 34vw;

	}



	.password-protected-label {

	    font-size: 1.81vw;

	    margin-bottom: 2.19vw;

	}



	.password-protected-form {

	    max-width: 10.31vw;

	}



	.password-protected-right {

	    padding-top: 1.25vw;

	}



	.password-protected-field {

	    margin-bottom: 2.31vw;

	}



	.password-protected-field label {

	    font-size: 0.94vw;

	    margin-bottom: 0.63vw;

	}



	.password-protected-field input {

	    height: 3.19vw;

	    font-size: 0.94vw;

	    border-radius: 0.63vw;

	    background: url(https://cdn.agentimagehosting.com/ULTQF3IlTnWgepsrX1kny/wp-content/uploads/2025/10/07123218/field-border.png) center/cover no-repeat;

	    padding: 0 0.63vw;

	}



	.password-protected-price {

	    font-size: 4vw;

	}



	.password-protected-logo {

	    max-width: 7.38vw;

	    margin: 0.63vw auto 0;

	}

}



@media only screen and (max-width: 991px) {

	.home-properties-item {

	    width: 100%;

	}



	.home-properties-password-protected {

		gap: 30px;

	    height: auto;

	}



	.password-protected-right {

	    padding-top: 0;

	}



	.home-properties-password-protected > div {

		width: 100%;

	}



	.password-protected-logo {

	    margin: 10px auto 30px;

	}

}
/* Password Protected end */


@media only screen and (min-width: 992px) {
    body.home #home-properties .home-properties-slides .home-properties-item-details .home-properties-item-details-button {
        justify-content: center;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1600px) {
    .slider-realtor {
        bottom: 8.7vw;
    }
}

@media only screen and (max-width: 1400px) {
    .slider-realtor {
        bottom: 7.4vw;
    }
}

@media only screen and (max-width: 1366px) {
    .home-news-content {
        bottom: -51px;
    }

    #send-message .container {
        max-width: 1034px;
        width: 100%;
    }
}



@media only screen and (max-width: 991px) {
    body .home-properties-item-base-title {
        align-items: baseline;
    }

    .home-properties-item-base-text {

        bottom: max(2.438vw, 0px);

    }

    body .home-properties-item-base-title strong {
        width: 70%;
        font-family: "Lora", serif;
    }

    body #home-properties .section-title {
        color: #fff !important;
        padding: 30px;
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    #home-properties {
        margin-bottom: 20px;
    }

    .home-instagram-item {
        width: calc(100% / 3) !important;
    }









    .yt-small-big {
        width: 100%;
    }

    .yt-small-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .yt-small-item .home-youtube-item {
        width: calc(100% / 2 - 10px);
    }

    .home-youtube-view-all {
        text-align: center;
        margin-top: 20px;
    }



    body .home-cta-content .font-default {
        font-size: min(4.5vw, 32px);
    }

    body .home-cta-content {
        font-size: 10vw;
    }

    #home-slider {
        z-index: 2;
    }

    .slider-content .cycloneslider canvas, .cycloneslider-template-video .cycloneslider-slides {
        height: auto;
        min-height: 100vh;
    }

    .cycloneslider-template-video video {
        max-width: 300% !important;
    }

    .slider-realtor, .qsearch-button {
        display: none;
    }

    .slider-logo {
        font-size: 16vw;
    }

    .slider-logo span {
        font-size: 2.933vw;
        margin-top: 3.938vw;
    }

    .slider-qsearch {
        position: static;
        background-color: var(--secondary-background-color);
        width: 100%;
        padding: 25px 15px;
    }

    .slider-qsearch .qsearch-form {
        position: static;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }

    #home-properties {
        padding-left: 15px;
        padding-right: 15px;
    }

    #home-properties .section-title {
        margin: 30px 0;
        padding: 0;
        background-color: transparent;
        color: var(--primary-text-color);
        text-align: center;
    }

    .home-properties-actions {
        border-bottom: 0;
    }

    .home-properties-actions .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 30px;
    }

    .home-properties-arrows {
        margin-top: 50px;
    }

    .home-properties-divider {
        display: none;
    }

    .home-properties-arrow {
        margin: 0 15px;
    }

    .home-expertise-container {
        flex-direction: column-reverse;
    }

    .home-expertise-image, .home-expertise-content {
        width: 100%;
        text-align: center;
    }

    .home-expertise-image {
        padding: 0;
        margin-bottom: 45px;
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .home-expertise-content-text {
        padding: 30px 15px;
        border-bottom: 0;
    }

    .home-expertise-content-text strong {
        display: block;
    }

    .home-expertise-content-text p {
        font-size: max(1.917vw, 16px);
    }

    .home-expertise-content-button {
        padding: 0;
    }

    .home-comm-item {
        width: 100%;
    }

    .home-comm-item-title {
        padding: 0 30px;
    }

    /*.home-comm-item-title .section-title {*/
    /*	font-size: max(10vw, 36px);*/
    /*}*/
    .home-comm-item-button {
        padding-left: 30px;
    }

    #home-testimonials .container {
        width: 100% !important;
        padding: 0 15px;
    }

    #home-testimonials .section-title {
        padding-top: max(5vw, 35px);
    }

    #home-testimonials .section-title::before {
        -webkit-mask-size: max(11%, 60px);
        mask-size: max(11%, 60px);
    }

    .home-testimonials-button {
        border-top: 0;
    }

    .home-testimonials-mobile {
        display: flex;
    }

    .home-cta-items {
        flex-direction: column;
    }

    #home-news {}

    .home-news-items {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .home-news-item-placeholder {
        height: auto;
    }

    .home-news-item-placeholder img {
        min-height: 250px;
        height: auto;
    }

    #home-facebook {
        border-top: 0;
        margin-top: 50px;
    }

    #home-facebook .container {
        width: 100%;
        padding: 0 !important;
    }

    .home-facebook-header {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }

    .home-facebook-header a {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home-facebook-icon {
        display: none;
    }

    .home-facebook-items {
        flex-direction: column;
    }

    .home-facebook-item-image::before, .home-facebook-item-image::after {
        display: none;
    }

    #home-instagram {
        border-top: 0;
    }

    #home-instagram .container {
        width: 100%;
        padding: 0 !important;
    }

    .home-instagram-header {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }

    .home-instagram-header a {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home-instagram-icon {
        display: none;
    }

    .home-instagram-items {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-instagram-item {
        display: none;
        width: 50%;
    }

    .home-instagram-item:nth-of-type(1), .home-instagram-item:nth-of-type(2), .home-instagram-item:nth-of-type(3), .home-instagram-item:nth-of-type(4) {
        display: block;
    }


    html #home-cta > div > .cta-head > span br {
/*        display: none;*/
    }

    .home-cta-item a canvas{
        aspect-ratio: 981 / 450;
    }
    .footer-logo-btn.mobile{
        margin-top: 20px !important;
        margin-bottom: 40px !important;
    }
    .footer .mls-holder{
        padding-top: 2px;
    }
}

@media only screen and (max-width: 767px) {

    /* .home-properties-item-details-button span.font-default-style {
        position: absolute;
        left: 4%;
        bottom: 236px;

    } */

    .yt-small-item .home-youtube-item {
        width: 100%;
    }

    .yt-small-item {
        flex-flow: row wrap;
    }

    .yt-small-item .play-btn {
        width: max(7.5vw, 60px);
        height: auto;
    }

    .home-instagram-item {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .home-youtube-header {
        flex-flow: row wrap;
        justify-content: center;
        gap: 20px;
    }

    body.home #home-properties .home-properties-slides .home-properties-item {
        margin-bottom: 10px;
    }

    body.home #home-properties .home-properties-slides .home-properties-item-base-title {
        align-items: center;
        padding: max(2vw, 14px);
        line-height: 1;
    }

    body.home #home-properties .home-properties-slides .home-properties-item-base-title strong {
        font-size: max(3.129vw, 14px);
        line-height: 1.2;
    }

    body.home #home-properties .home-properties-slides .home-properties-item-base-title span.home-properties-status {
        white-space: nowrap;
        padding: 0.75em 1.25em;
        font-size: max(2.086vw, 12px);
    }

    body.home #home-properties .home-properties-slides .home-properties-item-base-text {
        bottom: max(2.438vw, 9px);
    }

    body.home #home-properties .home-properties-slides .home-properties-item-base-text strong {
        font-size: max(5.215vw, 20px);
    }

    body.home #home-properties .home-properties-slides .home-properties-item-details .home-properties-item-details-button {
        padding-right: max(4.563vw, 16px);
    }

    body.home #home-properties .home-properties-slides .home-properties-item-details .home-properties-item-details-button span strong {
        font-size: max(2.086vw, 12px);
    }
    #home-brokerage-logos .footer-brokerage-logos span:nth-child(2){
        order: -1;
    }

}



@media only screen and (max-width: 480px) {
    .cta-head h2 {
        font-size: 15.6vw;
    }

    #home-cta > div > .cta-head > span {
        font-size: 5.1vw !important;
    }

    .home-cta-content {
        font-size: max(4.125vw, 80px);
    }

    .home-cta-content .font-default {
        font-size: max(0.875vw, 44px);
    }

    span.home-properties-status {
        padding: 0 15px;
    }

    body #home-properties .section-title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 26px;
    }

    body.home #home-properties .home-properties-slides .home-properties-item-base-title strong {
        font-size: max(4.129vw, 14px);
    }
    body.home #home-properties.interprop .home-properties-slides .home-properties-item-base-title strong {
        font-size: max(3vw, 9px);
    }

}

@media only screen and (max-width: 380px) {
    body #home-properties .section-title {
        font-size: 23px;
    }
}

@media (min-width: 1200px) {
    #home-brokerage-logos .container {
        width: 100%;
        padding: 0 60px;
        padding: 0 3.75vw;
    }
}