.custom-fixed-navbar{
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar{
     background-color: #40562D !important;
}

.menu-container{
    /* position: fixed; */
    top: 0;
    left: 0px;
    width: 100%;
    background:rgb(64 86 45);
    z-index: 10;
    display: flex;
    height: 90%;
    clip-path: circle(0% at 96% 1%);
    transition: 0.75s cubic-bezier(0.21, -0.35, 1, 1);
    flex-direction: column;
    overflow-y:scroll;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.menu-container::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
}

.menu-container.expanded{
    clip-path: circle(130% at 96% 1%);
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    z-index:20;
}
.line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}


.nav-link-holder{
    position: relative;
    width: 100%;
    /* justify-content: space-around; */
    align-items: center;
    /* height: 50vh; */
    height:70vh;
    justify-content: space-evenly;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-link-holder::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
}

.menu-h3{
    font-weight: 700;
    color: white;
    margin-top: 15px;
    opacity: 0;
    transition: 0.5s ease;
}

.menu-h3.faded{
    opacity:1;
    transition: 1.5s cubic-bezier(0.4, 0, 1, 1);
}

.menu_logo{
    transition: 0.5s ease;
    opacity: 0;
    border-bottom: 1px solid white;
}

.menu_logo.faded{
    opacity: 1;
    transition: 1.5s cubic-bezier(0.4, 0, 1, 1);
}

.menu-main-container{
    position: relative;
    /* top: 75px; */
    height:90%;
}

.nnav-link{
    opacity: 0;
    font-size: calc(2vh + 1.1vw) !important;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-align: center;
    line-height: 2.5em;
    text-shadow: 0 0 black;
    letter-spacing: 2px;
}

.nnav-link:hover{
    color : #ecba5a !important;
    font-size:calc(2.55vh + 1.25vw) !important;
}

.cnav-link:hover{
    color : #ecba5a !important;
}

.nnav-link.faded{
    opacity: 1;
}

.nnav-link.faded:nth-child(1) {
    transition: opacity 0.5s ease 0.5s, font-size 0.5s ease, color 0s ease;

}
.nnav-link.faded:nth-child(2) {
    transition: opacity 0.5s ease 0.6s, font-size 0.5s ease, color 0s ease;
}
.nnav-link.faded:nth-child(3) {
    transition: opacity 0.5s ease 0.7s, font-size 0.5s ease, color 0s ease;
}
.nnav-link.faded:nth-child(4) {
    transition: opacity 0.5s ease 0.8s, font-size 0.5s ease, color 0s ease;
}
.nnav-link.faded:nth-child(5) {
    transition: opacity 0.5s ease 0.9s, font-size 0.5s ease, color 0s ease;
}
.nnav-link.faded:nth-child(6) {
    transition: opacity 0.5s ease 0.95s, font-size 0.5s ease, color 0s ease;
}
.nnav-link.faded:nth-child(7) {
    transition: opacity 0.5s ease 1s, font-size 0.5s ease, color 0s ease;
}

.cnav-link{
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.25rem;
    transition : all 300ms ease-in-out;
}

.navbar-custom-row{
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.burger-menu-bg {
    background: white;
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    /* transition: 1s cubic-bezier(0.95, 0.02, 1, 1); */
    transition: 1s cubic-bezier(0, 2.14, 0.23, 0.27);
    z-index: 100000;
    max-width:100vw;
}

.burger-menu-show {
    opacity: 1;
    visibility: visible;
}


.no-overflow-body{
    overflow: clip !important;;
}


.fl-hidden{
    display: none !important;;
}

.desktop-nav-links{
    width: 100%;
    justify-content: center;
}

.about-us-nav-wrapper{
    position: fixed;
    width: 250px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 150px;
    border: 1px solid #40562d;
    z-index:999999;
}

.about-us-nav-wrapper a{
    text-decoration: none;
    color: #40562d;
    font-size:18px;
}

@media(max-width: 1300px){
    .cnav-link{
        font-size:1.1rem!important;
    }
}

@media(max-width: 1100px){
    .cnav-link{
        font-size:1rem!important;
    }
}

@media (max-width: 991px){
    .hidden-on-mobile{
        display:none;
    }

    .dalMenuBtn{
        display:flex!important;
        margin-right: 5px;
    }

}


@media (min-width: 768px) and (max-width: 991px){
    .mobile-language-bar{
        width: 100%;
        justify-content: end;
    }

    .language-bar-container{
        width:100%;
    }
}
