.menu-bg-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    opacity: 1;
    z-index: 111;
    top: 0;
    grid-template-columns: repeat(2,1fr);
    align-content: center;
}

    .menu-bg-wrapper.active {
        display: grid;
    }

    .menu-bg-wrapper .display-wrapper {
        width: 60%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 20;
        background: #274174;
    }



    .menu-bg-wrapper .b-wrapper {
        width: 100%;
        height: 100vh;
        /* overflow: hidden; */
        position: relative;
        z-index: 1;
        background-color: #274174;
    }

    .menu-bg-wrapper .a-wrapper {
        align-self: center;
        position: relative;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #274174;
        /* background: -webkit-linear-gradient(left, #0088d6, #274174); */
        z-index: 0;
    }

    .menu-bg-wrapper a {
        font-size: 50px;
        color: #fff;
        /* border-bottom: 2px solid #b00f24; */
    }

        .menu-bg-wrapper a div {
            text-align: right !important;
            font-family: 'zarid';
        }

    .menu-bg-wrapper p div {
        text-align: right !important;
        color: #7499c6;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 4px;
        font-weight: 300;
    }

    .menu-bg-wrapper .a-wrapper a {
        transition: .3s;
    }

.menu-bg-side {
    width: 100%;
    height: 100%;
    /* background: url(/Content/landing/images/galeri/g2.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* animation-name: growimageHome; */
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

    .menu-bg-side img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        animation-duration: 4s;
        display:block;
    }

        #menuresim1 {
            display: none;
        }

.menubgsol {
    position: absolute;
    left: -119px;
    top: 0;
    height: 100%;
    display: none;
}

.menuul {
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    padding-right: 15%;
}

.beyazlogo {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 215px;
}

.menusocial {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: auto;
    height: 21px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    color: #2b2b2b;
    width: 130px;
}

    .menusocial a {
        color: #fff;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 22px !important;
    }
