/*******************************************************
 *
 * Listings Results
 *
 *******************************************************/


#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner {
    display: none;
}
.img-canvas {
    position: relative;
    overflow: hidden;
}
.img-canvas canvas {
    display: block;
    width: 100%;
    height: auto;
}
.img-canvas img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.site-button a,
.site-button span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #1d1d1d;
    text-transform: uppercase;
    letter-spacing: .300em;
    min-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 2px solid #cbcbcb;
    text-align: center;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    padding: 0 15px;
}
.site-button a:hover,
.site-button span:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.site-title {
    display: block;
    font-family: 'Cormorant', sans-serif;
    font-weight: 300;
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-left: 0;
    margin-top: 20px;
}
.site-title span {
    display: block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8em;
    width: fit-content;
    padding-left: 80px;
    position: relative;
    margin-bottom: 20px;
    margin: 0 auto;
}
.site-title span:before {
    position: absolute;
    content: '';
    width: 57px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #ccc;
}
.fixed-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fixed-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background: center / cover no-repeat fixed;
}

.safari-true .fixed-bg canvas {
    background-attachment: scroll;
}

/* Banner */
.ip-comm-det-banner-img img {
    display: none;
}
.ip-comm-det-banner {
    position: relative;
}
.ip-comm-det-banner-inner {
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 3;
}
.ip-comm-det-banner-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.ip-comm-det-banner-img:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 37%, transparent);
    z-index: 1;
}
.ip-comm-det-banner-img canvas {
    min-height: 800px;
}
.ip-comm-det-banner-intro {
    width: 100%;
    max-width: 565px;
    padding-top: 10px;
}
.ip-comm-det-banner-intro p {
    line-height: 2.2;
    letter-spacing: 0.02em;
    font-size: 14px;
    color: #000;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.ip-comm-det-banner-btn {
    padding-top: 20px;
}
.ip-comm-det-banner-intro-popup-inner .ip-comm-det-banner-intro {
    max-width: 100%;
}
.ip-comm-det-banner-intro-popup-inner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 50px 0;
}
.ip-comm-det-banner-intro-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.ip-comm-det-banner-intro-popup-link a {
    display: flex;
    align-items: center;
    text-underline-offset: 4px;
}
.ip-comm-det-banner-intro-popup-link a i {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
.ip-comm-det-banner-intro h2 {
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #000;
    font-weight: 500;
    margin-top: 40px;
}
.ip-comm-det-banner-intro strong {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: block;
    margin-top: 40px;
}
.ip-comm-det-banner-intro ul {
    padding-left: 40px;
}
.ip-comm-det-banner-intro ul li {
    line-height: 2.2;
    letter-spacing: 0.02em;
    font-size: 14px;
    color: #000;
    list-style: disc;
}
.ip-comm-det-banner-intro p b {
    display: block;
}
.ip-comm-det-banner-intro ul li p {
    margin: 0;
}


/* Gallery */

.ip-comm-det-gallery {
    padding: 0 15px;
}
.ip-comm-det-gallery-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 120px 0;
}

.ip-comm-det-gallery-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 120px);
}
.ip-comm-det-gallery-img {
    width: 100%;
    height: 100%;
}
.ip-comm-det-gallery-img canvas {
    width: 100%;
    height: 100%;
}
.ip-comm-det-gallery-item {
    margin: 5px;
}
.ip-comm-det-gallery-item:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
}
.ip-comm-det-gallery-item:nth-child(2) {
    grid-row: 4 / 6;
    grid-column: 1 / 2;
}
.ip-comm-det-gallery-item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 4 / 6;
}
.ip-comm-det-gallery-item:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}
.ip-comm-det-gallery-item:nth-child(5) {
    grid-row: 3 / 6;
    grid-column: 3 / 4;
}

/* Explore */
.ip-comm-det-exp {
    padding: 0 15px;
    position: relative;
}
.ip-comm-det-exp-inner {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 110px 0;
    position: relative;
}
.ip-comm-det-exp-items {
    display: flex;
    justify-content: center;
    margin: 0 -7px;
}
.ip-comm-det-exp-item {
    width: 33.33%;
    padding: 0 7px;
    position: relative;
}
.ip-comm-det-exp-item-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
    text-align: center;
    z-index: 3;
    transition: 0.3s;
}
.ip-comm-det-exp-item-label h3,
.ip-comm-det-exp-item-content h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.ip-comm-det-exp-item:hover .ip-comm-det-exp-item-label {
    opacity: 0;
}
.ip-comm-det-exp-item-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    opacity: 0; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    transition: 0.3s;
}
.ip-comm-det-exp-item-content ul li {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #fff;
    margin: 15px 0;
}
.ip-comm-det-exp-item:hover .ip-comm-det-exp-item-content {
    opacity: 1;
    pointer-events: auto;
}
.ip-comm-det-exp-item-img img {
    filter: brightness(0.8);
}
.ip-comm-det-exp-item-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.ip-comm-det-exp-item:hover .ip-comm-det-exp-item-img img {
    filter: brightness(0.6);

}
.ip-comm-det-exp-item:hover .ip-comm-det-exp-item-img:before {
    opacity: 0.9;
}
.ip-comm-det-exp-items {
    position: relative;
}
.ip-comm-det-exp-items:before {
    position: absolute;
    content: '';
    width: 81%;
    height: 80%;
    left: -33px;
    bottom: -33px;
    background: #bababa;
}
.ip-comm-det-exp:before {
    position: absolute;
    content: '';
    width: 42.5%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(https://cdn.agentimagehosting.com/sfMxKomPLzukly8XMFuHM/2024/12/gray-shade-bg.jpg) center / cover no-repeat;
}
.ip-comm-det-exp-item-content ul li a:hover {
    color: #fff;
    opacity: 0.6;
}

/* Properties */
.ip-comm-det-fp-inner {
    padding: 75px 0 100px;
}
.ip-comm-det-fp-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -4px;
    padding-top: 45px;
}
.ip-comm-det-fp-item {
    width: 33.33%;
    position: relative;
    padding: 4px;
}
.ip-comm-det-fp-item a {
    display: block;
}
.ip-comm-det-fp-title {
    text-align: center;
}
.ip-comm-det-fp-item-img img {
    filter: brightness(0.7);
}
.ip-comm-det-fp-item-det {
    position: absolute;
    bottom: 30px;
    z-index: 3;
    width: 100%;
    left: 0;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ip-comm-det-fp-item-info h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 100;
}
.ip-comm-det-fp-item-info ul {
    display: flex
;
    align-items: center;
}
.ip-comm-det-fp-item-info ul li {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 13px;
    border-right: 1px solid #fff;
    color: #fff;
    margin: 17px 0;
    display: none;
}
.ip-comm-det-fp-item-info ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.ip-comm-det-fp-item-info ul li:first-child {
    padding-left: 0;
}
.ip-comm-det-fp-item-info span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-top: 10px;
}
.ip-comm-det-fp-item-btn {
    display: none;
}
.ip-comm-det-fp-item:hover .ip-comm-det-fp-item-btn {
    display: block;
}
.ip-comm-det-fp-item:hover .ip-comm-det-fp-item-info ul li {
    display: block;
}

.ip-comm-det-fp-item-btn span {
    color: #fff;
    border-color: #999;
}
.ip-comm-det-fp-item:hover .ip-comm-det-fp-item-img img {
    filter: brightness(0.3);
}
.ip-comm-det-fp-main-btn {
    padding-top: 60px;
}
.ip-comm-det-fp-main-btn a {
    margin: 0 auto;
    width: 100%;
    max-width: 312px;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .ip-comm-det-fp-item-info h4 {
        font-size: 14px;
    }
    .ip-comm-det-fp-item-info span {
        font-size: 12px;
    }
    .ip-comm-det-fp-item-info ul li {
        font-size: 10px;
    }
    .ip-comm-det-fp-item-det {
        padding: 0 15px;
    }
    .ip-comm-det-fp-item-btn span {
        min-width: auto;
        font-size: 9px;
        padding: 0 10px;
        height: 40px;
    }
    .fixed-bg canvas {
        background-attachment: scroll;
    }
}   

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	
    .ip-comm-det-banner-img:before {
        width: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 100%, transparent);
    }
    .ip-comm-det-banner-img canvas {
        min-height: 650px;
    }
    .ip-comm-det-banner-intro {
        max-width: 100%;
    }
    .ip-comm-det-banner-content {
        text-align: center;
    }
    .ip-comm-det-banner-btn a {
        margin: 0 auto;
    }
    .ip-comm-det-gallery-inner {
        padding: 50px 0;
    }
    .ip-comm-det-exp-items {
        display: block;
        margin: 0;
    }
    .ip-comm-det-exp-item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .ip-comm-det-exp-item-label {
        display: none;
    }
    .ip-comm-det-exp-item-content {
        opacity: 1;
        pointer-events: auto;
    }
    .ip-comm-det-exp-item-img:before {
        opacity: 0.9;
    }
    .ip-comm-det-exp-item .ip-comm-det-exp-item-img img {
        filter: brightness(0.6);
    }
    .ip-comm-det-exp-inner {
        padding: 50px 0;
    }
    .ip-comm-det-fp-item {
        width: 100%;
        max-width: 600px;
    }
    .ip-comm-det-fp-item-det {
        position: relative;
        bottom: auto;
        background: #000;
        padding: 30px 20px;
        display: block;
    }
    .ip-comm-det-fp-item-info {
        text-align: center;
    }
    .ip-comm-det-fp-item-info h4 {
        font-size: 18px;
    }
    .ip-comm-det-fp-item-info span {
        font-size: 15px;
    }
    .ip-comm-det-fp-item-info ul li {
        display: block;
        font-size: 12px;
    }
    .ip-comm-det-fp-item-info ul {
        display: block;
        text-align: center;
        padding-top: 15px;
    }
    .ip-comm-det-fp-item-info ul li {
        margin: 0 0 5px;
        padding: 0 !important;
        border: none;
    }
    .ip-comm-det-fp-item-btn {
        display: block;
    }
    .ip-comm-det-fp-item-btn {
        padding-top: 20px;
    }
    .ip-comm-det-fp-item-btn span {
        margin: 0 auto;
    }


} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .site-title {
        font-size: 45px;
    }
    .ip-comm-det-gallery-items {
        display: block;
    }
    .ip-comm-det-gallery-img canvas {
        height: 45.632vw;
    }
}   

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-comm-det-exp-item-label h3, .ip-comm-det-exp-item-content h3 {
        font-size: 16px;
    }
    .ip-comm-det-exp-item-content ul li {
        font-size: 12px;
    }
}
 
