.menu::before {
content: "";
width: 0;
height: 0;
position: absolute;
bottom: 0;
left: -350px;
border-right: 350px solid skyblue;
border-top: 940px solid transparent;
}
.menu::after {
content: "";
width: 1px;
height: 130%;
position: absolute;
bottom: -37px;
left: -134px;
background-color: lightgrey;
opacity: 1;
transform: rotate(20.5deg);
box-shadow: -5px 4px 30px rgba(0, 0, 0, .8);
z-index: -1;
}