/*
	* Powered By HZD Teknoloji
	* Copyright 2022
	* www.hzd.com.tr
*/



.logo {
    width: 265px;
    margin-left: 15px;
    margin-top: 15px;
    z-index: 10;
    position: absolute;
}

.bento {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}

.menu__item--bento {
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 999;
    background-color: #516c31;
    position: fixed;
    right: 0;
    top: 0;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.loadingdiv {
    background-size: cover;
}

.loadingdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #596d38;
    background-position: center bottom;
    z-index: 9999999999;
    font-family: arrowturk;
    letter-spacing: 5px;
}

.loadingdiv div {
    top: 50%;
    transform: translateY(-50%);
}

.relative100 {
    position: relative;
    float: left;
    text-align: center;
}

.relative100 {
    width: 100%;
}

@-webkit-keyframes loading {
    0% {
        max-width: 0;
    }
}

@keyframes loading {
    0% {
        max-width: 0;
    }
}

