
.nav{
  height: 0px !important;
  padding: 0px !important;
  transition: 0.2s;
}

.nav.active{
  margin-top: 0px;
  transition: 0.2s;
}

.menu-items {
  display: flex;
  height: 0px;
  align-items: center;
}
.menu-items li {
  font-size: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  letter-spacing: 0.1px;
  margin-top: 4px;
  font-weight:700;
  padding: 20px 10px;
  transition: 0.1s ease-in-out;
  background-position: center bottom 28px;
}
.menu-items li:hover {
  background-image: url(../images/menu-stroke.svg);
  background-repeat: no-repeat;
  background-position: center bottom 28px;
  background-size: 100% 1px;
  color: #fff;
}

/* dropdown */
.menu-item {
  color: #fff !important;
  display: flex;
  position: relative;
  z-index:998;
  justify-content: space-between;
}

.menu-item.active{
  color: #fff !important;
}

.menu-item:hover{
  opacity: 0.6;
}

.dropdown:hover .dropdown-menu {
  top: 34px;
  opacity: 1;
  visibility: visible;
}
.dropdown-right:hover .menu-right {
  opacity: 1;
  visibility: visible;
}

/* mega menu  */
.mega-menu {
  position: fixed;
  left: 0;
  width: 100%;
  top: -100px !important;
  opacity:0;
  visibility:hidden;
  z-index: 1;
  transition: all 0.1s ease;
}

.customNavigation{
  z-index:0 !important;
  position: relative;
  margin-top: 60px;
}

.content {
  z-index:99843431 !important;
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  position: fixed;
  color: #000;
  background-color: rgb(255, 255, 255);
  right:0px;
  left: 0px;
  top: 65px;
  margin: auto;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 30px 50px rgba(0,0,0,.2);
}


.content.active{
  top: 55px !important;
  transition: 0.2s ease-in-out;
}



.col .mega-links li,
.col .mega-links li a {
  padding:  1rem;
}
.menu-items li:hover .mega-menu {
  top: 56px !important;
  opacity: 1;
  visibility: visible;
}


.menu-items.active li:hover .mega-menu {
  top: 30px !important;
}

.content .col .read-more:hover {
  color: #ff652f;
}

/* section */
.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

