@import url('../../fonts/all.css');


body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #eee;
    background: #f1f1f1;
}

.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
}
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-white {
    background-color: #fff;
    color: #777;
    font-size: 14px;
}

.assiabagde{
    color: #fff;
    background-color: #f5883c;
}

.price{
    font-weight: 900;
}

.pip-cards-new {
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 2rem;
    border-radius: 5px;
    height: 150px;
    margin-top: 10px;
    transition: all 0.2s;
    background: #fff;
}

.pip-cards-new__head {
    color:  var(--main-color-dark-transp);
}

.pip-cards-new__para{
    color: #333;
}

.pip-cards-new:hover {
    box-shadow: 0 0  10px rgba(0,0,0,.4);
    transform: scale(1.05) translate(-10px, 0px);
}

.pip-cards-new__img-conts {
    width: 40%;
    float: left;
    height: 100px;
    background-size:cover;
    background-position:center;
}

.pip-cards-new__conts {
    width: 60%;
    float: left;
    padding: 10px;
    height: 120px;
    overflow-y: hidden;
    text-align: justify;
}

.section-titles, .section-subtitles, .section-titles-dark{
    font-weight: normal;
    color: #fff;
    font-family: simply_rounded;
    margin-left: 20px;
    
}

.section-titles-dark {
    color:var(--main-color-dark-transp);
}

h4.section-titles{
    margin-bottom: 10px;
}



.section-subtitles{
    text-align: center;
}



.section-titles-white{
    font-weight: 900;
    color: rgba(255, 255, 255);
    text-align: center;
}

.main-sections{
    font-family: 'Work Sans', sans-serif;
}

.section-subtitle{
    text-align: center;
    padding: 0 100px;
    color: #666;
    font-size: 1em;
}

.section-subtitles-white{
    color: #fff;
    font-size:1em;
    text-align: justify
}

.section-subtitle-descript{
    color: #eee;
    text-shadow:  0 0 1px #fff;
    font-size: 1em;
    text-align: justify;
}

.section-contents{
    padding: 10px 0px;
    margin: 10px 0px;
    width: 100%;
    overflow: hidden;
}
.section-contents-below{
    padding: 10px;
    margin: 10px;
}

.highlight-blue-dark {
    color: #fff;
    background-color: var(--main-color-dark-transp);
    padding: 50px;
}

.real-estate-item{
    width: 100%;
    height: 430px;
    border: 1px solid #fff;
    padding: 0;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.real-estate-item.active{
    display: block;

}

.real-estate-overlay{
    width: 60%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    margin: 0;
    display: inline;
    float: left;
    padding: 10px;
}
.real-estate-overlay p, .real-estate-overlay h2{
    text-align: center;
}

.real-estate-overlay p{
    color: #333;
}

.real-estate-overlay h2{
    font-family: simply_rounded;
    color: var(--main-color-dark-transp);
}

.real-estate-desti-tag {
    background-color: #e09732;
    padding: 5px;
    border-radius: 15px;
    text-align: center;
    margin: 5px;
    color: #fff;
    
}

.real-estate-desti-tag a{
    color: #fff;
}

.real-estate-footer{
    width: 40%;
    height: 100%;
    margin: 0;
    display: inline;
    float: left;
}