@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body{
    background:#f5f5f5;
    font-family: 'Inter', sans-serif;
}

.card img{
    height:200px;
    object-fit:cover;
}

.hero-section{
    background:url('https://picsum.photos/1920/900') center/cover no-repeat;
    top: -60px;
    min-height:600px;
    position:relative;
}

.hero-section::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:rgb(0 0 0 / 80%);
}

.hero-section .container{
    position:relative;
    z-index:2;
}

.search-card{
    background:white;
    padding:30px;
    border-radius:14px;
    max-width:900px;
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.cta-section{
    background:#0d6efd;
}

.hero-slider {
    top: -60px;
    position: relative;
}

.property-card img{
    height:220px;
    object-fit:cover;
}

.nnSoftAvatar::after {
    content: none;
}

.nav-icon{
    position:relative;
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#374151;
    transition:.2s;
}

.nav-icon:hover{
    background:#f3f4f6;
}

.navbar-transparent .nav-icon:hover {
    background: #f3f4f608;
}

.nav-icon .badge {
    position: absolute;
    top: -2px;
    right: 0px;
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 20px;
    font-weight: 500;
}

.nnSoftHeaderNav {
    font-family:'Poppins', sans-serif;
    height: 60px;
}

.nnSOftHeaderUserEmail {
    max-width: 168px;
    overflow: hidden;
}

.appearance-sidebar{
    width:220px;
    background:#fff;
}

.appearance-sidebar a{
    text-decoration:none;
    color:#333;
    padding:8px 10px;
    border-radius:6px;
    display:block;
}

.appearance-sidebar a.active{
    background:#f3f4f6;
    font-weight:600;
}

.appearance-content{
    background:#fff;
}

.nnSoftHeaderNav.header-scrolled {
    background: #fff !important;
    border-bottom: 1px solid #efefef;
}
