/** GLOBAL CSS **/
@font-face {
    font-family: 'Advantage';
    src: url('https://s3.amazonaws.com/static.organiclead.com/Site-43fc3c2d-1947-4774-9984-1c8787a08b05/fonts/Advantage.woff2') format('woff2'),
        url('https://s3.amazonaws.com/static.organiclead.com/Site-43fc3c2d-1947-4774-9984-1c8787a08b05/fonts/Advantage.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.overlink, .overlink a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

:root {
    --color-primary: #5d3a00;
    --color-secondary: #F5E7C4;
    --color-tertiary: ;
	--background-transparent: transparent;
    --filter-color-primary: brightness(0) invert(20%) sepia(4%) saturate(3511%) hue-rotate(181deg) brightness(89%) contrast(79%);
    --filter-color-secondary: brightness(0) invert(77%) sepia(52%) saturate(282%) hue-rotate(162deg) brightness(96%) contrast(90%);
	
	--color-text-white: #fff;
	--color-text-dark: #000;
}

*:not(.carousel *):not(.ry-accordion *):not(#accordion *):not([data-aos-duration]):not(.slick-track):not(#ry-section-header *):not(.fancybox-slide *),
::before,
::after {
    transition: 0.3s ease-in-out all;
}
html, body {
	overscroll-behavior: none;
	overflow-x: hidden !important;
}
html {
    scroll-behavior: smooth;
}
#ry-pg-body {
    background: #f9f9f9;
}

/* //Removed excess margin on bottom on forms alert */
.alert li:last-child {
    margin-bottom: 0 !important;
}

/* //Add Underline on all hyperlink */
body.default #ry-pg-body a:not(.ry-btn):not(.fa):hover {
    text-decoration: underline !important;
}
.ry-each-link, .ry-each-link a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.ry-btn-wrap {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}
.ry-section-background, .ry-section-background img {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	object-fit: cover;
}
body .ry-headline h2 {
	font-size: clamp(2.25rem, 1.549rem + 2.8758vw, 5rem);
    color: #5d3a00;
    font-weight: 400;
	line-height: 1.1;
	font-family: "Playfair Display";
	text-transform: uppercase;
}
body .ry-headline h4 {
    font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #5f4422;
    font-family: "Playfair Display";
}
.ry-headline {
    margin-bottom: 2vw;
}
.ry-section-padding {
	padding: 6vw 0;	
}
/** END GLOBAL CSS **/
	
/** HOMEPAGE HERO SECTION **/
.module-66 .ry-content {
    display: grid;
    & > * {
        grid-area: 1/1;
    }
}
.module-66 .bnr-textbox {
    place-content: center;
}
.module-66 .bnr-textbox .ry-flex {
    flex-direction: column;
    gap: 10px;
	margin-top: 0;
}
.module-66 .ry-search-wrap {
    max-width: 960px;
    margin: 25px auto 0;
    border-radius: 35px;
    background-color: #ffffff;
    padding: 6px;
}
.module-66 .ry-search-wrap input[type="text"] {
    height: 58px;
    border-radius: 29px;
    border: 1px solid #333333;
}
.module-66 .ry-search-wrap input[type="text"]::placeholder{
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
}
.module-66 .ry-search-wrap input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
}
.module-66 .ry-search-wrap input[type="text"]::-ms-input-placeholder {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
}
.module-66 .ry-search-wrap .input-group-btn button {
    margin-left: 10px;
}
.module-66 .ry-search-wrap .input-group-btn button .fa-search:before {
    font-size: 16px;
    color: #ffffff;
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.module-66 .ry-search-wrap .input-group-btn button:hover,
.module-66 .ry-search-wrap .input-group-btn button:hover .fa-search:before {
    color: #fff !important;
}
.module-66 .ry-search-wrap button.btn.btn-primary.search-btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    max-width: max-content;
    color: #FFFFFF !important;
    background: #5d3a00 !important;
}
@media (min-width: 1081px) {
	.module-66 .bnr-textbox .ry-flex {
		margin-top: 93px;
	}
}
/** END HOMEPAGE HERO SECTION **/

/** HOMEPAGE FEATURED PROPERTY SECTION **/
.ry-featured-property, .ry-featured-property .ry-content {
    position: relative;
}
.ry-featured-property .ry-box-wrap {
	position: absolute;
    top: 54%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}
.ry-featured-property-box {
    max-width: 429px;
    height: 449px;
    border-radius: 20px;
    filter: drop-shadow(5.736px 8.192px 12.5px rgba(0,0,0,0.2));
    background-color: #ffffff;
    border: 1px solid #ebebeb;
	float: right;
	margin-right: 2vw;
	padding: 2vw 3vw;
}
.ry-featured-property-box .ry-flex {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.ry-featured-property .ry-headline h2 {
    text-transform: capitalize;
}
.ry-featured-property .ry-content > .ry-container {
    margin-left: 0;
}
.ry-carousel-indicator-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    float: none;
    height: auto;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: none;
    box-shadow: none;
}
.ry-carousel-indicator-wrap .ry-carousel-dots .carousel-indicators {
    width: max-content !important;
    height: 27px;
    border-radius: 13px;
    background-color: #ffffff;
    position: relative;
    margin-left: 0;
    bottom: unset !important;
    left: unset !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
}
.ry-carousel-indicator-wrap .ry-carousel-dots .carousel-indicators li:not(.active) {
    opacity: 0.400;
    background-color: #2b5231;
    border: 1px solid #2a5130 !important;
}
.ry-carousel-indicator-wrap .ry-carousel-dots .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px;
    border: 1px solid #2a5130 !important;
}
.ry-featured-property .carousel-control {
    background-image: none;
}
.ry-carousel-indicator-wrap .ry-carousel-swiper {
    position: relative;
    width: max-content;
    display: flex;!;
    margin-right: -68px;
}
.ry-carousel-indicator-wrap .ry-flex {
    align-items: center;
}
.ry-carousel-swiper a.carousel-control {
    width: 60px;
    height: 60px;
    background-color: #2b5231;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
}
.ry-carousel-swiper a.carousel-control span:before {
    font-size: 20px;
}
.ry-carousel-swiper a.carousel-control span {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
}
.ry-featured-property .ry-headline h4 {
    text-transform: capitalize;
}
	
/** HOMEPAGE SERVICES SECTION **/
.ry-featured-property .ry-headline h4 {
    text-transform: capitalize;
}
.ry-services-custom .ry-flex {
    gap: 20px;
} 
.ry-services-custom .ry-each {
    position: relative;
}
.ry-services-custom .ry-each .ry-img-wrap img {
    border-radius: 20px;
}
.ry-services-custom .ry-services-name {
    position: absolute;
    width: 100%;
    padding: 1em;
    bottom: 0;
}
.ry-services-custom .ry-services-name p {
    font-size: 23px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
}
.ry-services-custom .ry-each .ry-img-wrap {
    overflow: hidden;
    border-radius: 20px;
}
.ry-services-custom .ry-each:hover .ry-img-wrap img {
    transform: scale(1.1);
}
.ry-services-custom .ry-each:hover .ry-services-name p {
    letter-spacing: 2px;
}
	
/** HOMEPAGE ACTIVITIES **/
.ry-activities-custom {
    position: relative;
	background: #5d3a00;
}
.ry-activities-custom .ry-content {
    padding: 0 10px;
}
.ry-activities-custom .slick-list .ry-each-group {
    display: flex !important;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.ry-activities-custom .ry-flex {
    flex-direction: column;
}
.ry-activities-custom .ry-activity-name {
    position: absolute;
    width: 100%;
    padding: 1em;
    bottom: 0;
}
.ry-activities-custom .slick-list .ry-each-group .ry-each {
    max-width: 620px;
}
.ry-activities-custom .ry-activity-name p {
    font-size: 23px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
}
.ry-activities-custom .ry-each:hover .ry-img-wrap img {
    transform: scale(1.1);
}
.ry-activities-custom .ry-each:hover .ry-activity-name p {
    letter-spacing: 2px;
}
.ry-activities-custom .ry-each .ry-img-wrap, .ry-activities-custom .ry-each .ry-img-wrap img {
    border-radius: 20px;
}
.ry-activities-custom .ry-each .ry-img-wrap {
    overflow: hidden;
}
.ry-activities-custom .ry-headline h2, .ry-activities-custom .ry-headline h4 {
	color: #fff;	
}
.ry-activities-custom .ry-flex .slick-dots {
    width: max-content;
    margin: 2vw auto 0;
    background: #fff;
    padding: 6px 12px;
    border-radius: 14px;
	z-index: 2;
}
.ry-activities-custom .ry-flex .slick-dots button {
    opacity: 0.4
}
.ry-activities-custom .ry-flex .slick-dots li.slick-active button {
    background: #2a5130;
    opacity: 1;
}
.ry-slick-arrow-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}
.ry-slick-arrow-wrap .slick-arrow {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/** HOMEPAGE CONTACT US **/
.ry-hp-contact-us {
    padding: 6vw 0;
    position: relative;
}
.ry-hp-contact-us .ry-container {
    max-width: 1280px;
}
.ry-hp-contact-us .ry-container .ry-flex {
    justify-content: center;
}
.ry-hp-contact-us .ry-container .ry-flex .ry-form-box.ry-form {
    border-radius: 50px;
    background: #f5e7c5;
}
.ry-hp-contact-us .ry-headline h2 {
    font-size: clamp(1.875rem, 1.5564rem + 1.3072vw, 3.125rem);
}
.ry-hp-contact-us .ry-headline h2, .ry-hp-contact-us .ry-headline h4 {
    color: #333;
}
.ry-hp-contact-us .ry-btn-wrap div {
    display: flex;
    justify-content: center;
}
.ry-hp-contact-us .ry-flex .ry-each {
    max-width: 640px;
    width: 100%;
}
.ry-hp-contact-us .ry-each .ry-contact-header-wrap {
    padding: min(5em, 4%);
    background: #c39d61;
    border-radius: 50px 50px 0 0;
}
.ry-hp-contact-us .ry-contact-header-wrap .ry-headline * {
    color: #fff;
}
.ry-hp-contact-us .ry-contact-header-wrap .ry-headline {
    margin-bottom: 0;
}
.ry-contact-us-form-box {
    display: flex;
    flex-direction: column;
}
.ry-contact-us-form-box form {
    padding: min(5em, 7%);
    background: #f5e7c5;
    border-radius: 0 0 50px 50px;
}
.ry-hp-contact-us .ry-blocks p {
    font-size: 16px;
    text-transform: uppercase;
    color: #2b5231;
    font-weight: 400;
}
.ry-hp-contact-us .ry-blocks {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    gap: .8rem;
    margin-bottom: .8rem;
}
.ry-hp-contact-us .ry-blocks .field-md {
    width: 100%;
}
.ry-hp-contact-us .form-group {
    margin-bottom: 0;
}
.ry-hp-contact-us .ry-blocks .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #888888;
}
.ry-hp-contact-us .ry-btn-wrap {
    margin-top: 0 !important;
}
.ry-hp-contact-us .form-group textarea {
    height: 250px;
    min-height: 250px;
}
.ry-hp-contact-us .form-group .ry-btn.ry-btn-primary:hover {
    border: 1px solid #000;
}
@media (min-width: 1081px) {
    .ry-hp-contact-us .ry-blocks {
        flex-direction: row;
        margin-bottom: .8rem;
    }
    .ry-hp-contact-us .ry-blocks .field-md {
        width: 50%;
    }
	.ry-hp-contact-us .ry-container .ry-flex {
		justify-content: flex-end;
	}
}

/** HOMEPAGE RESPONSIVENESS **/
@media (max-width: 1080px) {
	.module-66 .ry-content {
		& > * {
			grid-area: initial;
		}
	}
	.module-66 .bnr-textbox {
		padding: 4vw 2vw;
		background: #333;
	}
	.module-66 .carousel .carousel-inner .item img {
		height: auto;
	}
	.ry-featured-property .ry-box-wrap {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		right: unset;
	}
	.ry-featured-property .ry-content > .ry-container {
		margin: 0px auto;
	}
	.ry-carousel-indicator-wrap {
		position: relative; 
	}
	.ry-carousel-indicator-wrap .ry-flex {
		justify-content: center !important;
		flex-direction: column;
		gap: 20px;
	}
	.ry-carousel-indicator-wrap .ry-carousel-swiper {
		margin-right: unset;
	}
	#carouselDots {
		width: max-content;
	}
	.ry-featured-property-box {
		float: none;
		margin: 4vw auto;
	}
	.ry-featured-property-box .ry-flex {
		align-items: center;
	}
	.ry-featured-property-box .ry-flex .ry-headline * {
		text-align: center;
	}
	.ry-activities-custom .slick-list .ry-each-group .ry-each {
		max-width: 315px;
	}
	div.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100% !important;
	}
	.ry-testi-bg-wrap {
		display: none;
	}
	
	.module-testimonials.style-3 .section-headline p, 
	.module-testimonials.style-3 .section-headline h2, 
	.module-testimonials.style-3 .each-name h5,
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
		
	}
	.module-44 .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.module-44 .ry-footer-heading h2, .module-44 .ry-footer-heading p, .module-44 .ry-flex .ry-each div {
		text-align: center !important;
	}
	.ry-subscribe-wrap .ry-fields .form-group {
		display: flex;
		justify-content: center;
	}
	.module-44 .social-icons .social-inner-wrap {
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.ry-services-custom .ry-flex {
		flex-wrap: wrap;
	}
}
@media (max-width: 500px) {
	.module-66 .ry-search-wrap .input-group.search-bar-widget {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 5px;
	}
	.module-66 .ry-search-wrap .input-group.search-bar-widget .input-group-btn {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.module-66 .ry-search-wrap button.btn.btn-primary.search-btn {
		margin-left: 0;
	}
	.module-66 .ry-search-wrap {
		background: transparent;
	}
	.ry-featured-property-box {
		height: 315px;
	}
}
/** END HOMEPAGE RESPONSIVENESS **/
	
/** INSIDE PAGES UPDATE **/
body[data-page-name="activities"] #ry-pg-body {
    background: #fff;
}
.ry-grid-image-container {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 12px;	
}
.ry-grid-image-container .ry-each:first-child {
	grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}
.ry-grid-image-container .ry-each {
	width: 100%;
}
.ry-grid-image-container .ry-each img {
    aspect-ratio: 1/1;
    object-fit: cover;
	border-radius: 40px;
}
#activity-wrap.lightbox-trigger .ry-each:nth-child(n+4), #activity-wrap.lightbox-trigger2 .ry-each2:nth-child(n+4) {
    display: none;
}
.ry-grid .ry-btn-wrapper {
	justify-content: center;	
	margin-top: 2vw;
}
.ry-grid .ry-btn-wrapper .ry-btn {
    cursor: pointer;
}
.ry-gallery-title-wrap h3 {
    font-size: clamp(1.875rem, 1.5564rem + 1.3072vw, 3.125rem) !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.ry-grid-image-container-reverse {
    margin: 10px 0
}
.ry-grid-image-container-reverse .ry-each:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
}
.ry-grid-image-container-reverse .ry-each:nth-child(4) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}
@media (max-width: 1080px) {
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 130px;
	}
	.ry-grid-image-container {
		grid-template-columns: repeat(3, 1fr);
	}
	.ry-grid-image-container .ry-each:first-child {
		grid-column: span 1 ;
		grid-row: span 1;
	}	
}
@media (max-width: 500px) {
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 90px;
	}
	.ry-grid-image-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/** END INSIDE PAGES UPDATE **/	
	
	
/*-- HEADER UPDATE--*/

#customModalOverlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9998;
  }

  /* Modal box */
  #customModal {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    overflow-y: hidden;
    border-radius: 10px;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	  max-width:700px;
	  width:90%;
  }

  /* Close button */
  #customModal .close {
    position: absolute;
  top: -10px;
    right: -15px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
	  background:#5d3a00;
	  width:35px;
	  height:35px;
	  border-radius:50%;
	  z-index:10;
	  opacity:1
  }
	#customModal .close span{
		color:#fff
	}


#customModal img {
	width:100%
}
	#Global__Popup {
	display:none !important
	}
	
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 9;
    opacity: 0;
}
.module-34 .module-34-top .module-34-top-left {
    max-width:500px;
    width:100%;
}

.module-34 .module-34-top .module-34-top-right  {
    max-width:500px;
    width:100%;
    
}
.ry-menu .ry-nav {
        justify-content:center;
        gap:3vw
    }
@media(max-width:1480px){
	.module-34 .module-34-top .module-34-top-left {
		max-width:450px;
		width:100%;
	}


	.module-34 .module-34-top .module-34-top-right  {
		max-width:450px;
		width:100%
	}
  
}

@media(max-width:1200px){
	.module-34 .ry-header-logo img {
		max-width: 160px !important;
	}
	.ry-menu .ry-nav {
		justify-content:end;
	}
	.module-34 .module-34-top .module-34-top-left .ry-menu .ry-nav {
		justify-content:start;
	}
        
}