@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li, ul {
    font-family: 'Manrope'  !important;
}

.slide-price{
    color:rgb(56, 192, 218)
}

.nav>li>a{
    font-weight:bold!important;    
}

.nav>li>a:hover{
    background-color:rgb(229, 200, 106, 0.1) ;
}

.navbar{
    border:0px!important;
}

.footer{
    border:0px;
}

/* fix header image general */
@media only screen and (max-width: 512px) {
    
    .fix-mobile-section{
        background-color: #bbb!important;
        height: 500px!important;
    }
    
    .fix-mobile-section h1{
        font-size: 32px!important;
    }
    
    .fix-mobile-section .container-fluid{
        margin-top: 180px!important;
    }
    
        .fix-mobile-section .is-overlay-bg{
            background-size: contain;
            background-position: 75% 00%!important;
    }
}


/* fix header image general landscape */
@media only screen and (min-width: 512px) and (max-width: 1024px) {
        
    .fix-mobile-section h1{
        font-size: 18px!important;
        text-align: left;
    }
    
    .fix-mobile-section .container-fluid{
        font-size: 18px!important;
        text-align: left;
    }
    
    .fix-mobile-section .container-fluid{
        margin-top: -50px!important;
    }
    
        .fix-mobile-section .is-overlay-bg{
            background-size: cover;
            background-position: 75% 00%!important;
    }
}

.slide-rows img{
    margin:auto;
}

.slide-rows{
    text-align: center;
}

.is-overlay-color, .is-bg-grey{
    background-color:white!important;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

a.is-btn.is-btn-ghost2, .is-btn.is-btn-primary, .btn.is-btn-primary{
    color:black!important;
    background-color:white!important;
    border-color:black!important;
}

a.is-btn.is-btn-ghost2:hover, .is-btn.is-btn-primary:hover, .btn.is-btn-primary:hover{
    color:white!important;
    background-color:black!important;
    border-color:black!important;
}

.footer-text>a{
    color:#fff!important;
}
.footer{
    background-color: #3aad98!important;
}

.owl-stage > div > div> a> div> span{

    display:none;

}
.post-container > div > a > div > span{
   display:none;
}
.post-info > div > h6{
    display:none;
} 
