/*********************
START: HERO
*********************/
.hero {
    min-height: 100vh;
    position: relative;
	overflow-x: hidden;
	margin-block-end: 0 !important;
}

.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(52, 52, 54, 0.2);
}

.hero video {
    width: 100%;
    position: relative;
    z-index: 0;
    vertical-align: middle;
}

.hero--content {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
	transform: translatey(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    width: 50%;
    color: var(--baseLight-color);
    text-align: center;
    z-index: 2;
}

.search-header{
	margin-top: 2rem;
	width: 100%;
}

.hero--content>h1>span {
    background-color: var(--box-color-1);
    border-radius: var(--border-radius10);
    padding: 0.2rem 0.75rem;
    font-weight: 400;
    line-height: var(--line-height150);
}

.hero--content>p {
    font-weight: 500;
    margin-block-start: 1rem;
    line-height: var(--line-height150);
}

.rechat-popover__trigger, 
.property-search-form input[type=text],
.property-search-form input[type=text]::placeholder{
	color: #014123;
}

.property-search-form .rechat-popover__trigger{
	display: flex;
    align-items: center;
}

.rechat-popover__trigger,
.search_address_input__field_wrapper{
	border-right: 1px solid #014123 !important;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}

.search_address_input__field_wrapper{
	border: none;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.property-search-form .search_address_input{
	border-block: 0;
	border-left: 0;
	display: flex;
}
/*********************
END: HERO
*********************/

/*********************
START: TRENDING
*********************/
.trending{
	background-color: #014123;
	padding-block: 5rem;
	margin-block-end: 0 !important;
}

.trending--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 3rem;
	position: relative;
    z-index: 1;
}

.trending--title .title{
	color: var(--baseLight-color);
}

.trending .swiper {
    width: 100%;
    height: 100%;
	min-height: 20vh;
}

.trending .swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
}

.trending .swiper-slide {
    display: flex;
    flex-direction: column;
}

.trending .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius10);
    object-fit: cover;
	max-height: 350px;
}

.trending .swiper-slide > a{
	display: block;
	width: 100%;
	height: 100%;
}

.trending .swiper-slide picture.rch-fallback-logo-listing{
    display: block;
	width: 100%;
	height: 100%;
	padding-block: 10rem;
	padding-inline: 2rem;
	background: var(--baseDark-color);
	border-radius: var(--border-radius10);
}

.trending .swiper-slide h5, 
.trending .swiper-slide .properties > h3{
    font-weight: 600;
    margin-block: 1rem 0.5rem;
}

.trending .swiper-slide .properties--features{
	font-size: 14px;
}

.trending .swiper-slide .properties--price {
    margin-block-start: 1rem;
	font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.trending .swiper-slide .arrow--more{
	display: none;
}

.listing-card{
	background-color: #C6AA47;
}
/*********************
END: TRENDING
*********************/

/*********************
START: ABOUT US
*********************/
.about--content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about--img{
    width: 45%;
}

.about--img img{
    width: 100%;
	height: auto;
    border-radius: var(--border-radius10);
}

.about--text{
    width: 50%;
}

.about--text h3{
    margin-block: 1rem 1.25rem;
	color: #014123;
}

.about--text p{
    margin-block-end: 1.5rem;
	color: #014123;
}
/*********************
END: ABOUT US
*********************/

/*********************
START: CONVERSATION
*********************/
.conversation {
    position: relative;
/*     background-image: url(../img/bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 8rem;
    z-index: 1;
	background-color: #41836E;
}

.conversation p {
    text-align: center;
    line-height: var(--line-height150);
    width: 50%;
    margin-inline: auto;
    margin-block: 2rem;
	color: var(--baseLight-color);
    font-family: var(--font-family-Quicksand);
}

.conversation h4{
	color: var(--baseLight-color);
}

.conversation a {
    margin-top: 1.5rem;
}

ul.conversation--list{
	display: flex;
	justify-content: space-between;
	margin-top: 41px;
}
ul.conversation--list > li {
	padding: 40px;
	width: 49%;
	border: 1px solid var(--baseLight-color);
	border-radius: 10px;
}
ul.conversation--list > li > h5{
	font-size: 25px;
	margin-bottom: 1rem;
	color: var(--baseLight-color);
}

ul.conversation--list > li ol{
	display: flex;
	row-gap: 1rem;
	flex-direction: column;
	list-style: disc;
	margin-inline-start: 2rem;
}

ul.conversation--list > li ol li{
	color: var(--baseLight-color);
	font-size: 1rem;
	font-weight: bold;
	line-height: var(--line-height160);
}
/*********************
END: CONVERSATION
*********************/
/*********************
START: whyViridian
*********************/
.whyViridian{
	padding-block: 5rem;
	background-color: #41836E;
	margin-block-end: 0 !important;
}

.whyViridian--head{
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 1.5rem;
	max-width: 1038px !important;
	color: #014123;
	margin-inline: auto;
	width: calc(100% - 71px) !important;
	color: var(--baseLight-color);
}

.whyViridian--head h3{
	color: var(--baseLight-color);
}

.whyViridian__layout {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.whyViridian__media {
  position: relative;
  width: 48%;
}

.whyViridian__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 1067;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #c5a059;
  background-color: #f3f4f6;
}

.whyViridian__grid {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 24px;
  width: 48%;
  min-width: 0;
}

.whyViridian__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
  flex: 1 1 calc(50% - 12px);
  min-width: 0;
	color: var(--baseLight-color);
}

.whyViridian__icon-wrap {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #d4af37;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px rgba(17, 24, 39, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.whyViridian__icon {
  width: 50%;
  object-fit: contain;
    filter: brightness(0) saturate(100%) invert(68%) sepia(32%) saturate(640%) hue-rotate(7deg) brightness(92%) contrast(92%);

}

.whyViridian__title {
  font-size: 20px;
  font-weight: 700;
}

.whyViridian__text {
  line-height: 2;
}

.whyViridian a.btn{
	position: relative;
	z-index: 1;
	margin-inline: auto;
	margin-block-start: 4rem;
}

/*********************
END: whyViridian
*********************/

/*********************
START: COMMUNITIES
*********************/
.communities {
    position: relative;
	background-color: #41836E;
    padding-block: 5rem;
	color: var(--baseLight-color);
}

.communities::before {
    position: absolute;
/*     content: ""; */
	content: unset;
    width: 100%;
    height: 500px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(rgba(251, 249, 247, 0.6), rgba(251, 249, 247, 0.6)), url("../img/vector-logo-2.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 650px;
    background-size: 650px;
    -webkit-background-position: top -145% left 50%;
    background-position: top -145% left 50%;
}

.communities--content {
    padding-top: calc(0 / 4* var(--global-section-padding)) !important;
    padding-bottom: calc(4 / 4* var(--global-section-padding)) !important;
}

.communities--content>h2 {
    position: relative;
	color: var(--baseLight-color);
}

.communities--content>ul {
    display: flex;
    margin-block-start: 96px;
}

.communities--content>ul li {
    width: 20%;
}

.communities--content>ul li>a {
    width: 100%;
    display: block;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.communities--content>ul li>a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .3s;
    opacity: 0;
    z-index: 1;
    background-color: transparent;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 76.6%, rgba(0, 0, 0, 0.5)100%);
}

.communities--content>ul li>a:hover::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

.communities--content>ul li>a>p {
    color: var(--baseLight-color);
    margin-inline: auto;
    display: block;
    text-align: center;
    transition: .3s;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index:1;
    transform: translateX(-50%);
    font-size: 30px;
	font-family: var(--font-family-Bodoni) !important;
	font-weight: 500 !important;
}

.communities--content>ul li>a:hover>p {
    opacity: 1;
}

/*********************
END: COMMUNITIES
*********************/

/*********************
START: AGENTS
*********************/
.agents {
    overflow-x: hidden;
}

.agents--content{
	color: #014123;
}

.agents--content .head,
.agents--content .title {
    font-weight: 500;
	color: #014123;
}

.agents--content .title {
    margin-block: 1rem;
}

.agents--content .text {
    font-weight: 600;
    margin-block-end: 1rem;
}

/* agents--images */
/* .agents--images {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-inline: -5%;
    width: 110%;
    margin-block-start: 2rem;
} */
.agents--images ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-block-start: 2rem;
}

.agents--images ul li{
	margin: 8px;
	flex-basis: calc(25% - 16px);
}

.agents--images ul li {
    margin-block-end: .5rem;
    position: relative;
    border-radius: var(--border-radius10);
}

.agents--images ul li a{
	position: relative;
	display: block;
	cursor: pointer;
}

.agents--images ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--border-radius10);
    background: linear-gradient(to top, rgba(229, 228, 223, 0.9), rgba(229, 228, 223, 0));
}

.agents--images ul li img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius10);
    aspect-ratio: 4 / 4.5;
    object-fit: cover;
    object-position: top;
}

.notFoundAgents{
	text-align: center;
	padding-block: 2rem;
	font-weight: 700;
	font-size: 24px;
	margin-inline: auto;
}
/*********************
END: AGENTS
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
    .hero--content>h1 {
        font-size: var(--text-6xl);
    }

    .hero--content>p{
        font-size: var(--text-4xl);
    }

    .trending .swiper-slide h5,
	.trending .swiper-slide .properties > h3{
        font-size: var(--text-2xl);
    }

    .conversation p {
        font-size: var(--text-2xl);
    }

    .experience--content h2 {
        font-size: var(--text-7xl);
    }

    .agents--content .head,
    .agents--content .text {
        font-size: var(--text-xl);
    }

}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
    .hero--content>h1 {
        font-size: var(--text-5xl);
    }

    .hero--content>p{
        font-size: var(--text-3xl);
    }

    .trending .swiper-slide h5,
	.trending .swiper-slide .properties > h3{
        font-size: var(--text-2xl);
    }

    .conversation p {
        font-size: var(--text-xl);
    }

    .experience--content h2 {
        font-size: var(--text-6xl);
        top: 80px;
    }

    .agents--content .head,
    .agents--content .text {
        font-size: var(--text-xl);
    }
}

@media screen and (max-width: 1319px) {
    .hero--content>h1{
        font-size: var(--text-5xl);
    }

    .hero--content>p{
        font-size: var(--text-2xl);
    }

    .trending .swiper-slide h5
	.trending .swiper-slide .properties > h3{
        font-size: var(--text-xl);
    }

    .conversation p {
        width: 60%;
    }

    .experience--content picture img {
        width: 900px;
        height: 500px;
    }

    .experience--content h2 {
        font-size: var(--text-6xl);
        top: 70px;
    }
}

@media screen and (max-width: 1200px) {
    .hero--content>h1{
        font-size: var(--text-4xl);
    }

    .conversation p {
        width: 70%;
    }
    .experience--content picture img {
        width: 850px;
        height: 480px;
    }
	
	.experience.active .experience-img{
		height: 90vh;
	}

    .experience--content h2 {
        font-size: var(--text-5xl);
        top: 60px;
    }
}

@media screen and (max-width: 992px) {
    .hero--content {
        width: 70%;
    }

    .conversation p {
        width: 80%;
        font-size: var(--text-lg);
    }
	
	ul.conversation--list > li{
		padding: 2rem 1.5rem;
	}
	
	ul.conversation--list > li ol {
		margin-inline-start: 1rem;
	}

    .experience--content picture img {
        width: 800px;
        height: 450px;
    }
	
    .experience.active .experience-img{
		height: 80vh;
	}

    .experience--content h2 {
        top: 50px;
        font-size: var(--text-4xl);
    }
	
	.communities--content>ul{
		flex-wrap: wrap;
	}
	.communities {
		margin-block-start: 100px;
	}

    .communities--content>ul li {
        width: 50%;
    }
	
	.whyViridian__layout{
		flex-wrap: wrap;
		row-gap: 2rem;
	}
	
	.whyViridian__media{
		width: 60%;
		margin-inline: auto;
	}
	
	.whyViridian__grid{
		width: 100%;
	}
	
	.communities--content>ul li>a::before {
        content: unset;
    }
	
	.communities--content>ul li>a>p{
		opacity: 1;
	}

}

@media screen and (max-width: 768px) {
    .hero--content {
        width: 80%;
		bottom: 0;
		top: 50%;
		transform: translatey(-50%);
    }
	
	.property-search-form .rechat-segmented-control>*{
		border: 0 !important;
		border-bottom:1px solid #014123 !important;
	}

    .hero--content>h1 {
        font-size: var(--text-3xl);
    }

    .hero--content>p {
        font-size: var(--text-xl);
    }
	
	.hero video{
		width: auto;
		height: 100vh;
	}
	
	.search_address_input__field_wrapper{
		 border-top-right-radius: 6px;
		border-right: none !important;
	}

    .conversation p {
        width: 90%;
    }

    .experience--content picture img {
        width: 550px;
        height: 350px;
    }

	.experience.active .experience-img{
		height: 70vh;
	}
	
    .experience--content h2 {
        top: 40px;
        font-size: var(--text-3xl);
    }

    .about--content{
        flex-direction: column;
    }

    .about--text{
        width: 100%;
        margin-block-start: 2rem;
    }
	
	.about--img {
    	width: 100%;
	}
	
	.agents--images ul li {
    	flex-basis: calc(33.33% - 16px);
	}
	
	  .communities--content>ul li {
        width: 100%;
        margin-block-end: 1.25rem;
    }

    .communities--content>ul li>a {
        height: 330px;

    }

    .communities--content>ul li>a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .communities--content>ul li>a>p {
        opacity: 1;
    }
	
	.whyViridian__media{
		width: 75%;
	}
}

@media screen and (max-width: 576px) {
    .hero--content{
        width: 95%;
    }
	
    .hero--content>h1 {
        font-size: var(--text-xl);
    }

    .hero--content>p {
        font-size: var(--text-lg);
		margin-block-start: 0;
    }

    .trending--title {
        flex-direction: column;
		margin-block-end: 1rem;
    }

    .trending--title .btn {
        margin-block-start: 1rem;
    }
	
	ul.conversation--list {
		flex-wrap: wrap;
		row-gap: 1.5rem;
	}
	
	ul.conversation--list > li{
		width: 100%;
	}

    .agents--content .head,
    .agents--content .text {
        font-size: var(--text-lg);
    }
	
	.agents--images ul li {
        flex-basis: calc(50% - 16px);
    }

    .experience--content picture img {
        width: 400px;
        height: 250px;
    }
	
	.experience.active .experience-img{
		height: 60vh;
	}

	.whyViridian__media{
		width: 85%;
	}
}

@media screen and (max-width: 425px) {
    .hero--content>h1 {
        font-size: var(--text-lg);
    }

    .hero--content>p {
        font-size: var(--text-bae);
    }
	
	.trending .swiper-slide h5,
	.trending .swiper-slide .properties > h3{
        font-size: var(--text-lg);
    }

    .conversation p {
        width: 100%;
    }

    .agents--images {
        width: 100%;
        margin-block-start: 3rem;
        margin-inline: 0;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .agents--images ul li:last-child {
        margin-block-end: 0;
    }
	
	.agents--images ul li {
    	flex-basis: calc(50% - 16px);
	}

    .experience--content picture img {
        width: 300px;
        height: 200px;
    }
	
	.experience.active .experience-img{
		height: 50vh;
	}

    .experience--content h2 {
        font-size: var(--text-2xl);
    }
	
	.whyViridian__media{
		width: 100%;
	}
	
	.whyViridian__item {
    	flex: 1 1 calc(100% - 12px);
	}
}

@media screen and (max-width: 375px) {
    .agents--images ul {
        flex-basis: calc(50% - 16px);
    }

	.agents--images ul li {
    	flex-basis: calc(100% - 16px);
	}
	
    .experience--content h2 {
        font-size: var(--text-xl);
    }
	
	.experience.active .experience-img{
		height: 40vh;
	}
}

/*********************
END: MEDIA
*********************/