| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/public_html/css/ |
| Current File : /home/u901718425/public_html/css/property.css |
.main-wrap {
display: flex;
padding: 20px;
flex-wrap: wrap;
gap: 20px;
justify-content: space-between;
margin-top: 10vh;
}
.main-wrap .wrap-text-d {
width: 250px;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0px 0px 16px -5px #d8d8d8;
}
.wrap {
height: 80vh;
padding: 20px;
display: flex;
width: 200px;
background: #fff;
border-radius: 8px;
flex-direction: column;
box-shadow: 0px 0px 16px -5px #d8d8d8;
}
.main-filed .title {
margin: 10px 0px;
font-size: 13.5px;
text-transform: uppercase;
letter-spacing: 1.2;
font-weight: 500;
}
.text-details{
margin: 10px 0px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1.2;
font-weight: 400;
}
span.lable , .text-title{
color: #535353;
font-size: 13px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
}
.wrap-img, .main-img {
display: flex;
justify-content: space-between;
}
.main-img .slick-track {
height: fit-content;
}
.center-details {
flex-wrap: nowrap;
padding: 0px;
width: 50%;
height: auto;
}
.wrap-img{
width: 100%;
height: 400px;
}
img.gallery {
border-radius: 8px;
border: 1px solid #d8d8d8;
width: 100%;
}
.main-img img.gallery {
height: 200px;
}
div#map {
width: 100%;
height: 150px;
margin: 15px 0;
}
div#map svg{
width: 18px !important;
height: auto !important;
}
.discription p {
font-size: 13px;
font-weight: 400;
letter-spacing: 0.4;
text-align: justify;
line-height: 1.35;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.discription p.show{
-webkit-line-clamp: unset;
}
.text-price {
margin: 15px 0;
font-size: 18.5px;
font-weight: 400;
}
.d-title {
margin: 0 0 5px;
}
.main-img {
flex-wrap: nowrap;
margin: 15px 0;
}
img.thumb {
width: 100px !important;
height: 60px;
box-shadow: 0px 0px 16px -5px #d8d8d8;
border-radius: 8px;
}
.near-by {
width: 100%;
height: auto;
overflow: hidden;
margin: 20px 0;
border-radius: 8px;
box-shadow: 0px 0px 16px -5px #d8d8d8;
background: #fff;
padding: 20px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.card {
/* width: 250px !important; */
height: 350px !important;
margin: 0 !important;
box-shadow: none !important;
border: 1px solid #d8d8d8;
}
.near-cards {
width: 100%;
}
.slick-track {
height: 400px;
}
.slick-prev:before, .slick-next:before {
color: #000;
font-size: 35px !important;
}
.aminities {
height: auto;
background: #fff;
padding: 20px;
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.amin {
display: flex;
gap: 10px;
height: fit-content;
background: #ededed;
padding: 8px;
border-radius: 6px;
}
@media screen and (max-width: 580px) {
.near-by {
width: 100%;
order: 4;
}
.wrap-img {
height: 25vh !important;
}
.main-wrap .wrap-text-d {
width: 100%;
order: 3;
}
.center-details {
width: 100%;
height: 25vh;
order: 1;
}
.wrap {
width: 100%;
object-position: center;
order: 2;
}
}