.popupmenu3-wrap .menu-icon{
	width: 50px;
	height: 50px;
	border: 2px solid #fd4ea5;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	z-index: 993;
}

.popupmenu3-wrap .menu-icon .l_1,
.popupmenu3-wrap .menu-icon .l_2,
.popupmenu3-wrap .menu-icon .l_3{
	width: 20px;
	position: absolute;
	top: 50%;
	left: 13px;
	border-bottom: 2px solid currentColor;
	-webkit-transition:all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.popupmenu3-wrap .menu-icon .l_1{
	margin-top:-9px;
}
.popupmenu3-wrap .menu-icon .l_2{
	width: 14px;
	margin-left: 3px;
	margin-top: -1px;
}
.popupmenu3-wrap .menu-icon .l_3{
	margin-top: 7px;
}
.popupmenu3-wrap .menu-icon::after{
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #2c5cda;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.2;
}

.popupmenu3-wrap .menu-icon:hover .l_2{
	width: 20px;
	margin-left: 0;
}

.popupmenu3-wrap .menu-icon.active .l_1{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -1px;
}
.popupmenu3-wrap .menu-icon.active .l_2{
	width: 0;
	margin-left: 10px;
}
.popupmenu3-wrap .menu-icon.active .l_3{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -1px;
}




.design-menu{
	position: fixed;
	z-index: 992;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}
.design-menu.active{
	opacity: 1;
	visibility: visible;
}


.design-menu p,
.design-menu h1,
.design-menu h2,
.design-menu h3,
.design-menu h4,
.design-menu h5,
.design-menu h6{
	color: #fff;
}

.design-menu .menu-close{
	position: absolute;
	top: 30px;
	left: 55px;
	width: 50px;
	height: 50px;
	border: 2px solid #fd4ea5;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	z-index: 100;
	display: none;
}
.design-menu .menu-close::after{
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #2c5cda;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.2;
}
.design-menu .menu-close .l_1,
.design-menu .menu-close .l_2{
	width: 24px;
	position: absolute;
	top: 50%;
	left: 11px;
	border-bottom: 2px solid currentColor;
	-webkit-transition:all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.design-menu .menu-close .l_1{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.design-menu .menu-close .l_2{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.design-menu .left-box{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.design-menu .right-box{
	width: 50%;
	height: 100%;
}


.design-menu .right-box .top-box,
.design-menu .right-box .bottom-box{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

.design-menu .gomenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.design-menu .gomenu li{
	position: relative;
}
.design-menu .gomenu ul ul{
	position: absolute;
	top: 11px;
	left: 100%;
}
.design-menu .gomenu > ul > li > a{
    font-size: 32px;
    color: #fefefe;
    font-weight: 600;
    margin-bottom: 12px;
	display: block;
	position: relative;
	padding: 0px 40px;
	text-align: center;
}
.design-menu .gomenu > ul > li:hover > a{
	color: #fd4ea5;
}
.design-menu .gomenu  ul  li.dir > a::after{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-right:2px solid currentColor;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
}
.design-menu .gomenu  ul  li.dir > a::before{
	content: "";
	position: absolute;
	width: 24px;
	border-top: 2px solid currentColor;
	right: -1px;
	top: 50%;
}


.design-menu .gomenu ul ul {
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all ease-in 300ms;
	transition: all ease-in 300ms;
	padding-left: 35px;
	visibility: hidden;

}
.design-menu .gomenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}


.design-menu .gomenu ul ul ul {
	margin-top: -11px;
}




.design-menu .gomenu ul ul a{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 0px 40px 0 0;
}
.design-menu .gomenu ul ul li.dir > a::after{
	margin-top: -6px;
}
.design-menu .gomenu ul ul li.dir > a::before{
	margin-top: -1px;
}




.design-menu .gomenu ul ul a:hover{
	color: #fd4ea5;
}


.design-menu .gomenu  li > ul > li { 
	opacity: 0;
	transform:translateX(-30px);
	transition:all 300ms ease-in;
}
.design-menu .gomenu li:not(:hover) > ul > li { 
	transition-delay: 0ms !important;
}

.design-menu .gomenu  :hover > ul > li { 
	opacity: 1;
	transform:translateX(0);
}
