body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Calibri', sans-serif !important;
}

* {
    font-family: 'Calibri', sans-serif !important;
}



.nav-item a{
    color: green ;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Positioning navbar above carousel */
.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.6s;
    display: flex;
    padding: 0% 3% !important;
    background-color: white; 
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  */
    /* margin-top: 0; */
}
    

.navbar .container{
    position: relative;
    /* margin: 0.5rem 0rem; */
    padding-top: 1%;
}



.font_li{
    gap: 1%;
}


.navbar.scrolled {
    /* background-color: rgba(255, 255, 255, 0.9); Background when scrolling */
    background-color: #FFF;
    color: #000; /* Text color when scrolling */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

.navbar.finished {
    background-color: #ffffff; /* White background */
    color: #000; /* Black text */

}
.navbar.finished  .nav-item a{
    color: black;
}
.navbar.scrolled .nav-item a{
    color: #000;
}

.no-scroll{
position: fixed;
}