
.navbar .nav-links li:nth-of-type(8), .navbar .nav-links li:nth-of-type(7), .navbar .nav-links li:nth-of-type(6), .navbar .nav-links li:nth-of-type(5), .navbar .nav-links li:nth-of-type(4), .navbar .nav-links li:nth-of-type(3), .navbar .nav-links li:nth-of-type(2), .navbar .nav-links li:nth-of-type(1) {
  opacity: 0;
  transition: 0.3s ease-in all;
  
}

.navbar .nav-links li:nth-of-type(8).nav-link-open, .navbar .nav-links li:nth-of-type(7).nav-link-open, .navbar .nav-links li:nth-of-type(6).nav-link-open, .navbar .nav-links li:nth-of-type(5).nav-link-open, .navbar .nav-links li:nth-of-type(4).nav-link-open, .navbar .nav-links li:nth-of-type(3).nav-link-open, .navbar .nav-links li:nth-of-type(2).nav-link-open, .navbar .nav-links li:nth-of-type(1).nav-link-open {
  opacity: 1;
transform: translateY(10px);
}


.navbar .nav-links li .menu-item::after {
  position: absolute;
  content: "";
  height:2px;
  width: 30px;
  background-color: #fff;
  left: 0;
  border-radius: 2px;
  transition: 0.3s ease all;
}
.sub-menuu li a::after {
  position: absolute;
  content: "";
  height:2px;
  width: 0%;
  background-color: #fff;
  left: 0;
  border-radius: 2px;
  transition: 0.3s ease all;
}


.contain-menu {

  margin: 0 auto;
  padding: 5px 1rem;
}

.burger {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #36177e;
  cursor: pointer;
  z-index: 2;
  display: flex;
}
.burger i:nth-of-type(1) {
  display: block;
}
.burger i:nth-of-type(2) {
  display: none;
}
.burger.burger-open {
  color: #ffffff;
}
.burger.burger-open i:nth-of-type(1) {
  display: none;
}
.burger.burger-open i:nth-of-type(2) {
  display: block;
}


.navbar .nav-links {
  width: 100%;
  position: absolute;
  top: 30px;
  padding: 0.5rem 0rem;
  overflow: auto;

}
.nav-link{
  padding: 0.5rem 0rem;
}

ul.sub-menu li {
  opacity: 1 !important;
  margin-left: 25px !important;
  margin-bottom: 20px !important;
}
#item2 {
  margin-top: 20px !important;
}
.sub-menuu{
padding: 0px;
}
.navbar .nav-links li:nth-of-type(1).nav-link-open {
  transition-delay: 0.25s;
}
.navbar .nav-links li:nth-of-type(2).nav-link-open {
  transition-delay: 0.35s;
}
.navbar .nav-links li:nth-of-type(3).nav-link-open {
  transition-delay: 0.45s;
}
.navbar .nav-links li:nth-of-type(4).nav-link-open {
  transition-delay: 0.55s;
}
.navbar .nav-links li:nth-of-type(5).nav-link-open {
  transition-delay: 0.65s;
}
.navbar .nav-links li:nth-of-type(6).nav-link-open {
  transition-delay: 0.75s;
}
.navbar .nav-links li:nth-of-type(7).nav-link-open {
  transition-delay: 0.85s;
}
.navbar .nav-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: Calluna-Light;
}

.navbar .nav-links li a::after {
  bottom: -12px;
}

.navbar .nav-links li a:hover::after {
  width: 100%;
}
.navbar.nav-open {
  display: block;
  clip-path: circle(100%);
}

li.items a{
  position: relative;
}
li.items a:before {
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50px;
  left: -25px;
  top: 10px;
}
.items{
  opacity: 1 !important;
  margin-bottom: 0px !important;
}
.nav-links{
  padding-left: 0px;
}
.fa-2x {
  font-size: 40px !important;
}
/****sticky****/




.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffffe6;
  z-index: 9999;
  transition: 1s ease all;
  box-shadow: 1px 6px 22px 0px rgba(0,0,0,0.26);
  -webkit-box-shadow: 1px 6px 22px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 1px 6px 22px 0px rgba(0,0,0,0.26);;
}




/***responsive****/
@media only screen and (min-width: 320px) {
 
  .navbar .nav-links li {
    list-style-type: none;
    margin: 30px 23px;
  }
  .navbar {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #36177e;
    clip-path: circle(0px at 0 0px);
    transition: 0.5s ease all;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    }
    .head-menu.fixed-header {
    z-index: 4;
    background-color: #fff;
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    }
 
  .navbar .nav-links {
    display: flex;
    justify-content: center;
  }

.navbar {

  height: 190px;
}
}
@media (min-width: 1500px) {

  .navbar .nav-links li {
    margin: 15px 40px;
  }

 }
 @media (min-width: 1600px) {

  .navbar .nav-links li {
    margin: 15px 55px;
  }

 }