/*Menu page categories btns style*/

.menu-section-mobile {
	position: fixed;
    top: -100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
	
}

.menu-section-menu.mobile{
	width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
	background-color:#000;
	padding:  40px 10px;
}

.menu-section-menu-inner{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
}

.menu-section-item {
	height: 50px;
    width: calc(100%/5 - 40px);
    margin: 15px 20px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--light-2-color);
    font-size: calc(16px + 0*((100vw - 575px)/1325));
    line-height: 1;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
	color:#fff;
}

.menu-section-item:visited{
	color:#fff;
	background-color:#000;
}

.menu-section-item.active, .menu-section-item:hover {
	color:#000;
	background-color:#fff;
}

.mobile-menu-btn {
	cursor: pointer;
    position: relative;
    align-items: center;
    font-family: "PFBagueSansPro-Bold";
    margin-top: 40px;
    margin-bottom: 70px;
	font-size:20px;
}

.menu-section-close {
	cursor: pointer;
    margin-top: 30px;
    display: flex;
    font-family: "PFBagueSansPro-Bold";
    font-size: calc(16px + 0*((100vw - 575px)/1325));
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    flex-direction: row-reverse;
}

.menu-section-close svg {
    margin-right: 10px;
}
/*mobile syle end*/

.black-menu-container {
	background-color:#000; 
	padding: 40px; 
	margin-bottom: 60px;
}

.inner-container {
	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff; 
	padding: 25px 0;
	text-align: center;
	display:flex;
	flex-wrap: wrap;
}

.custom-category-btn {
	
	height: 50px;
    width: calc(100%/5 - 40px);
    margin: 15px 20px;
   /* border: 1px solid var(--light-2-color);*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(16px + 0*((100vw - 575px)/1325));
    line-height: 1;
	color:#fff;
	/*display:inline-block;
	padding: 20px 50px;*/
	outline:none;
	border: none;
	/*margin:10px 5px;*/
	box-shadow: none;
	cursor: pointer;
	background-image: 
	linear-gradient(#000000, #000000), 
	linear-gradient(#000000, #000000), 
	linear-gradient(#000000, #000000), 
	linear-gradient(#000000, #000000), 
  
	linear-gradient(#ffffff, #ffffff), 
	linear-gradient(#ffffff, #ffffff), 
	linear-gradient(#ffffff, #ffffff), 
	linear-gradient(#ffffff, #ffffff);
  
	background-position: 0 0, 0 0, 0 100%, 0 100%, 
                       0 0, 0 0, 0 100%, 100% 0;
	background-size: 1px 0%, 0% 1px, 0% 1px, 1px 0%,  
                   1px 100%, 100% 1px, 100% 1px,1px 100%;
	background-color:transparent;
	background-repeat:no-repeat;
	transition:0.2s linear;
}

@media (max-width: 1440px){
	.custom-category-btn {
		width: calc(100%/5 - 15px);
		margin: 10px 7.5px;
		height: 65px;
	}
}

.custom-category-btn:hover {
	color:#fff;
	background-position: 0 100%, 0 0, 0 100%, 100% 0, 
                       0 0, 0 0, 0 100%, 100% 0;
	background-size: 1px 0%, 100% 1px, 0% 1px,1px 0%,  
                   1px 100%, 100% 1px, 100% 1px,1px 100%;
	animation: animate 1.4s linear infinite 0.2s;
}

.custom-category-btn:active, .custom-category-btn:visited{
	color:#fff;
}

@keyframes animate {
  0% {
	  background-position: 0 100%, 0 0, 0 100%, 100% 0, 
                       0 0, 0 0, 0 100%, 100% 0;
	  background-size: 1px 0%, 100% 1px, 0% 1px,1px 0%,  
                   1px 100%, 100% 1px, 100% 1px,1px 100%;
  }
  40% {
	  background-position: 0 100%, 100% 0, 100% 100%, 100% 0, 
                       0 0, 0 0, 0 100%, 100% 0;
  background-size: 1px 0%, 100% 1px, 0% 1px,1px 100%,  
                   1px 100%, 100% 1px, 100% 1px,1px 100%;
  }
  60% {
      background-position: 0 100%, 100% 0, 100% 100%, 100% 100%, 
                       0 0, 0 0, 0 100%, 100% 0;
      background-size: 1px 0%, 0% 1px, 100% 1px,1px 100%,  
                   1px 100%, 100% 1px, 100% 1px,1px 100%;
  }
  70% {
      background-position: 0 100%, 100% 0, 0% 100%, 100% 100%, 
                       0 0, 0 0, 0 100%, 100% 0;
      background-size: 1px 100%, 0% 1px, 100% 1px,1px 0%,  
                   1px 100%, 100% 1px, 100% 1px,1px 100%;
  }
  80% {
      background-position: 0% 0%, 0% 0, 0% 100%, 100% 100%, 
                       0 0, 0 0, 0 100%, 100% 0;
      background-size: 1px 100%, 0% 1px, 0% 1px,1px 0%,  
                   1px 100%, 100% 1px, 100% 1px,1px 100%;
  }
  100% {
      background-position: 0% 0%, 0 0, 0 100%, 100% 100%, 
                       0 0, 0 0, 0 100%, 100% 0;
      background-size: 1px 0%, 100% 1px, 0% 1px,1px 0%,  
                   1px 100%, 100% 1px, 100% 1px,1px 100%;  
  }
}

@media only screen and (min-width: 1024px) {
  .mobile-style {
    display: none;
  }
  
  .desktop-style {
	  display:block;
	  }
}

@media only screen and (max-width: 1024px) {
   .mobile-style {
    display: block;
  }
  
  .desktop-style {
	  display:none;
	  }
}

@media (max-width: 991px){
.menu-section-item {
    margin: 10px 6px;
    height: 80px;
    width: calc(100%/4 - 12px);
    padding: 10px;
}
}

@media (max-width: 767px){
.menu-section-item {
    margin: 8px 5px;
    height: 80px;
    width: calc(100%/2 - 10px);
    padding: 10px;
}}