.home-slider .item,
.property-slider .item {
transition: all .6s;
border-radius: 0;
position: relative;
height: 600px
}
.home-slider .item {
min-height: 520px;
display: flex!important;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: left;
height: 100vh;
background-size: cover !important;
background-position: center !important
}
.fullwidth-home-slider div {
height: 100%
}
.home-slider-container {
position: relative;
height: 100%;
max-width: 450px;
display: block;
padding: 2rem;
background: #fff;
border-radius: .1rem;
-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3);
box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3)
}
.home-slider .item:before {
content: "";
position: absolute;
background: linear-gradient(to bottom, transparent 10%, #111c52);
left: 0;
top: 0;
right: 0;
bottom: 0;
display: block
}
.home-slider-price {
display: inline-block;
margin-bottom: 10px;
border-radius: 4px;
color: #fff;
font-weight: 600;
font-size: 20px
}
.home-slider-container .listing-price-with-compare {
position: relative;
margin: 1rem 0;
bottom: auto;
padding: 0
}
.lpc-right {
display: flex;
}
.home-slider-container .listing-price-with-compare .lpc-right a {
background: #f4f7fb;
color: #2673e5;
}
.home-slider-container .modern-pro-wrap {
position: relative;
top: 0;
margin-bottom: 15px;
left: auto
}
.home-slider-container .modern-pro-wrap span {
position: relative;
padding: 8px 20px;
z-index: 1;
margin-right: 10px;
font-size: 14px;
border-radius: 4px;
color: #fff;
box-shadow: none;
text-transform: capitalize
}
.home-slider-container .modern-pro-wrap .property-type {
background: #323d50
}
.home-slider-price i {
font-size: 16px;
font-weight: 400;
opacity: .8
}
.home-slider-title {
display: inline-block;
margin-bottom: 10px;
width: 100%
}
.home-slider-title a {
font-size: 1.2rem
}
.home-slider-title h3 {
margin-bottom: 5px
}
.home-slider-title span i {
margin-right: 5px
}
.listing-price-with-compare h4 {
color: unset;
}