/*----------bootstrap-navbar-css------------*/
.navs {
    height: 160px;
}

.navbar {
    box-shadow: none !important;
    transition: all 0.3s ease;
    font-family: "Rufina" !important;
    font-weight: 900;
    font-size: large;
}

.navbar-mainbg {
    position: relative;
    background: url("../../image/menu/menu no logo.png");
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    right: 0;
    top: 0;
}

.navbar ul li {
    padding: 10px;
    transition: 0.3s ease;
}



.navbar ul li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar ul li.dropdown:hover {
    font-weight: bold;
}

.navbar ul li a {
    color: black;
    padding: 10px;
    font-weight: bold;
    transition: all 0.6s ease;
}

.navbar ul li a:hover {
    color: black;
    font-weight: bold;
    transform: scale(1.05);
    transition: all 0.6s ease;
}

.navbar ul li ul li:hover a {
    color: black;
    font-weight: bold;
}

.navbar ul li a.active {
    height: 100%;
    border-bottom: 5px solid #fff222;
    color: black;
    font-weight: bold;
    transition: 0.3s;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
}

.line {
    fill: none;
    stroke: #000;
    stroke-width: 3;
    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: 3;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}
