
 .menu-wrap{
    width:100%;
	display: flex;
    flex-wrap: wrap; 
	gap:10px 3.5%;
	justify-content: space-between;
	}
 
 .menu-wrap .col{
 	width:31%;
 }
 
  .menu-wrap .col-xl{
 	width:40%;
 }
 
 
  .menu-wrap .col-large{
 	width:60%;
	 
 }
 
  .menu-wrap img{
  	 width:100%;
   	display:block;
	border-radius: 10px;  
   }
 
 .menu-wrap  ul,  .menu-wrap  ul li{
	margin:0;
	padding:0;
	list-style:none;
}
 .menu-wrap   ul{
	 margin-bottom:25px;
 }
 .menu-wrap  ul li a{
	display:block;
	padding:8px 0 8px 15px;
	line-height:normal;
	font-size:13px;
	color:#000;
	position:relative;
	border-bottom:1px solid rgba(0, 0, 0,0.2);
	transition: all 0.4s ease;
	text-transform:none;
	font-weight:normal;
}

 .menu-wrap  ul li a:before{
 	width:4px;
	height:4px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
	content:'';
	border-top:2px solid var(--accent);
	border-right:2px solid var(--accent);
	transform: rotateZ(45deg);
 }
 .menu-wrap   ul li a:hover{
  	color:var(--primary-color) !important;
	padding:8px 0 8px 10px;
  }
 
   .menu-wrap-head{
   	margin-bottom:15px;
   }
   .menu-wrap-head  h2{
  	font-size:30px  !important;
	font-weight:600;
	margin:0 0 10px 0;
	line-height:30px !important;
	color:var(--black) !important;
  }
  
  
.menu-wrap  h2{
  	font-size:16px;
	line-height:18px;
	font-weight:600;
	color:var(--accent);
  }

.menu-wrap p{
	  margin:0;
	  line-height:normal;
	  }
	  
  /*********/
/***********************************************/
nav input{
  display: none;
}
nav{
  position:relative;
  z-index: 99;
 
}
nav .wrapper{
  position: relative;
  /*max-width: 1300px;*/
  padding: 0px;
  /* height: 70px;
  line-height: 70px; */
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color:#F0F0F0; */
  border-radius: 5px;
}
 
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform:uppercase;
  padding: 32px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background:var(--white);
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fff;
  width: 200px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  border-radius: 7px;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 56px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.mega-box{
  position: absolute;
  left: 0;
  /*width: calc(100% - 10px);*/
  width:1080px;
  padding:0;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #fff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
} 
.wrapper .btn{
  color: #000;
  font-size:30px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 1425px) {

nav .wrapper{
 
  padding: 0;
  
  background-color:transparent;
  border-radius: 0;
}

nav input{
  display:blok;
  color:#000;
 
}

  .wrapper .btn{
    display: block;
 
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    /*max-width: 350px;*/
    top: 0;
    left: -100%;
    background: #F0F0F0;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #fff;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 10px 0;
	line-height:normal;
	border:0;
    display: block;
    font-size:14px;
	 
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  
 

  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding:10px 0;
    cursor: pointer;
	line-height:normal;
    border-radius: 0;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    /*background: #fff;*/
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 12px;
  }
  
 
  .mega-box{
    width:100%;
	position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 0 ;
  }
 
 
 /*********/
 
  .menu-wrap{
	gap:10px 0;
	flex-direction:column;
	}
 .menu-wrap .col{
 	width:100%;
 }
 
  .menu-wrap .col-xl{
 	width:100%;
 }
 
 
  .menu-wrap .col-large{
	 width:100%;
	 
 } 
}


 