/*!
Theme Name: Lenox Collection
Theme URI: http://lenox_collection.com/
Author: Revealize
Author URI: https://revealize.com/
Description: The Lenox Collection
Text Domain: lenox_collection
*/

html {
    scroll-behavior: smooth;
}

.propertyTab {
    position: relative !important;
}

.about-us .clip {
    background: linear-gradient(#30343f 0 0) 0 0;
    /* background-size: calc(var(--n)*1ch) 200%; */
    background-size: 0 200%;
    background-repeat: no-repeat;
    color: #00000038;
    -webkit-background-clip: text;
    background-clip: text;
}

.about-us .h2 {
    color: #00000038;
}
.fixednav .navbar {
    top: 0;
}
.property-gallery-container {
    overflow: hidden;
}
@keyframes t {
    from {
        background-size: 0 200%;
    }
}
.rfp-form {
    iframe {
        -webkit-box-shadow: -1px 62px 78px -40px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: -1px 62px 78px -40px rgba(0, 0, 0, 0.28);
        box-shadow: -1px 62px 78px -40px rgba(0, 0, 0, 0.28);
    }
}


/*ss*/

@media screen and (max-width: 992px){
	body .slick-gallery-slider.slick-dotted .slick-dots{width:95%}
	body .eventContent .slick-prev{left:0;right:auto;}
	body .eventContent .slick-next{right:0;left:auto;}
body .eventContent .slick-arrow {
    top: 4rem;
 background:transparent;
}
	body .eventContent .slick-arrow:before {
		color:#fff;
		background-image: url("data:image/svg+xml,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M22.2754 49.8002L38.5754 33.5002C40.5004 31.5752 40.5004 28.4252 38.5754 26.5002L22.2754 10.2002' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-color:transparent;

	}
}

body footer .columbia-logo {
    max-height: 1.8rem;
}