body{
    background-color: #333333;
}
.menu_head{
    width: 100%;
    height: 100vh;
    background-image: url(../images/menuBG.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0, 100% 66%, 0 95%, 0 94%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_head h2{
    font-size: 100px;
    letter-spacing: 3px;
}
.main_menu{
    position: relative;
    top: -220px;
    height: 3700px;
}
.main_menu .parts{
      display: flex;
      padding: 20px;
      flex-wrap: wrap;
      position: relative;
     
}

.main_menu .parts .left ,.main_menu .parts .right{
        width: 45%;
        background-color: #000;
        padding: 20px;
        text-align: left;
        color: antiquewhite;
        margin: 10px;
}
.main_menu .parts .right{
    position: absolute;
    top: 50px;
    right: 0px;

}
.main_menu .parts h2{
    font-family: var(--primary-font);
    font-size: 40px;
    letter-spacing: 3px;
    color:#FFD71B ;
}
.parts .caption h3{
     display: flex;
     justify-content: space-between;
     padding-right: 20px;
}
.parts .caption {
    border-bottom:#333333 dashed 1px;
}
.menu-map{
    margin-top: 30px;
}
.map .menu_caption{
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,1) 55%, rgb(0, 0, 0) 100%);
}
