body {
    font-family: "Poppins", serif !important;
}

.topbar p {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;

}

.map-container {
    width: 100%;
    height: 400px;
}

.file-input {
    display: none;
    
}

.nav-link {
    position: relative;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}


.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FFDE0A;
    transition: width 0.3s ease;

}

.nav-link:hover::after {
    width: 100%;
}


.navbar-brand {
    width: 250px;
}

.navbar-nav li a {
    font-size: 13px !important;

}

.navbar-nav li a:hover {
    font-weight: 600;

}

.hero {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: start;
}


.hero-content {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 40%;


}

.hero-content h1 {
    font-family: HeadlandOne;
    font-size: 36px;
    font-weight: 400;
    line-height: 45.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #141212;

}
.upload-trigger{
    cursor: pointer;
}
.hero-content p {
    font-family: Aclonica;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.67px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

.hero-content span {
    border-bottom: 2px solid #FFDE0A;
    cursor: pointer;
    text-decoration: none;
}

.discover p {
    font-family: Aclonica;
}

.discover a {
    border-bottom: 2px solid #FFDE0A;
    text-decoration: none;
}

.light-dark p {
    margin: 5px 0 !important;
}

.sample h1 {
    font-family: Aboreto;
    font-size: 36px;
    font-weight: 400;
    line-height: 41.76px;

}

.floor-upload h6 {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 22.5px;

}

.floor-upload p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;

}

.floor-upload a {
    border-bottom: 3px solid #FFDE0A;
    text-decoration: none;
    
}
.floor-upload span {
    border-bottom: 3px solid #FFDE0A;
    text-decoration: none;
    
}

.advantages ul li {
    color: #FFDE0A !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    list-style-type: none;
    margin: 5px 0;

}

.round-card {
    height: 80px;
}

.round-card {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.round-card-bottom {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.form-outer {
    background: #E74B36;

}

.why li {
    font-size: 12px !important;
}

@media only screen and (max-width: 600px) {
    .topbar p {
        font-size: 14px;

    }

    .hero-content {
        z-index: 2;
        width: 70%;


    }

    .hero img {
        height: 60vh;
        object-fit: cover;
    }

    .hero-content h1 {
        font-family: HeadlandOne;
        font-size: 20px;
        font-weight: 400;
        line-height: 22.09px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        background: #141212;

    }

    .round-card-bottom {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    .plywood h5 {
        font-size: 13px;
        font-weight: 600;
        line-height: 19.5px;

    }

    .small-font {
        font-family: 13px !important;
    }
}