@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre&display=swap');

.bg-green {
    background: #c8d5bf;
}

.le-green {
    color: #c8d5bf;
}

.le-bg-orange {
    background: #e7c9b4;
}

.le-orange {
    color: #e7c9b4;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: white;
    overflow: hidden;
}

.index-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    width: 100%;
}

.logo-container {
    margin-bottom: 0;
    padding: 0;
}

.circle-menu {
    min-height: 250px;
    min-width: 250px;
    border-radius: 50%;
    /* z-index: 90; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 10px 10px 11px -7px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 10px 10px 11px -7px rgba(0, 0, 0, 0.46);
    box-shadow: 10px 10px 11px -7px rgba(0, 0, 0, 0.46);
}

    .circle-menu a, a.inters {
        font-size: 3rem;
        color: white;
        padding-bottom: 10px;
        padding-top: 10px;
        transition: all 0.3s ease-in-out;
        font-family: 'Abhaya Libre', serif;
        text-transform: uppercase;
        text-align: center;
        width: 80%;
        float: left;
    }

        .circle-menu a.about-us {
            position: absolute;
            right: 35%;
            bottom: 45%;
            z-index: 99;
        }

        .circle-menu a:hover, a.inters:hover {
            font-size: 3rem;
             text-decoration: none;
            transition: all 0.3s ease-in-out;
            text-shadow: 0 0 20px #131313
        }

    .circle-menu.urunler {
        left: 2%;
        top: 35%;
    }


.b-uc {
    /* width: 300px; */
    height: 200px;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 0;
    display: flex;
    align-items: center;
    background: #c8d5bf;
}

   

.k-uc {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 10%;
    left: 7.9%;
    z-index: -2;
    display: flex;
    align-items: center;
    border-radius: 3%;
    justify-content: flex-end;
    transform: rotate(315deg);
}


.circle-menu.circle-menu.urunler .b-uc {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 55%;
    left: 25%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*clip-path: polygon(0 50%, 100% 100%, 100% 0);*/
    background: #c8d5bf;
}

.circle-menu.circle-menu.urunler .k-uc {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -30%;
    left: 130%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    transform: rotate(180deg);
}

.circle-menu.cafe {
    left: 20%;
    bottom: 10%;
    flex-direction: column;
    overflow: visible;
}

    .circle-menu.cafe img {
        top:0;
        width: 70%;
    }

    .circle-menu.atolye {
        left: auto;
        right: auto;
        bottom: 0%;
    }
    

    .circle-menu.birden {
        right: auto;
    left:auto;
bottom:5%    }
    
        .circle-menu.atolye:before {
            content: "";
            position: absolute;
            left: -70px;
            top: -10px;
            background-image: url(3-icon.png);
            background-repeat: repeat-x;
            background-size: 100% 100%;
            height: 139px;
            width: 151px;
            z-index: 2;
        }

        
        .circle-menu.birden {
            right: auto;
            left: auto;
            bottom: 5%;
            bottom: auto;
        }
        
            .circle-menu.birden:before {
                content: "";
                position: absolute;
                left: -70px;
                top: -10px;
                background-image: url(3-icon.png);
                background-repeat: repeat-x;
                background-size: 100% 100%;
                height: 139px;
                width: 151px;
                z-index: 2;
            }

            

.circle-menu.bahce {

right: 2%;

top: 35%;
}

    .circle-menu.bahce img {
        top:0;
        width: 40%;
    }


.b-kare2 {
    
top: 10%;
    
right: 20%;
 }

.k-uc2 {
    width: 120px;
    height: 120px;
    border-radius: 3%;
    position: absolute;
    top: 10%;
    left: unset;
    right: 8%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* clip-path: polygon(0 50%, 100% 100%, 100% 0); */
    transform: rotate(315deg);
    /* top: unset; */
}

.circle-menu.bahce .b-kare {
    width: 300px;
    height: 200px;
    position: absolute;
    bottom: -15%;
    left: 60%;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.circle-menu.circle-menu.bahce .b-kare img {
    margin-bottom: 42px;
    margin-top: 0;
    width: unset;
}

.circle-menu.bahce .k-uc {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: -15%;
    left: 165%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    transform: rotate(180deg);
    top: unset;
}
.k-uc:before {
    content: "";
    position: absolute;
    top: -115px;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 2px;
    width: 365px;
    z-index: -1;
    transform: rotate(145deg);
}

.circle-menu.hakkimizda {
    right: 20%;
    bottom: 10%;
    /* flex-direction: column; */
}

    .k-uc2:before {
        content: "";
        position: absolute;
        top: 180px;
        right: 0px;
            background-repeat: repeat-x;
        /* background-size: 100% 100%; */
        height: 2px;
        width: 150%;
        z-index: -36;
        transform: rotate(315deg);
    }

@media (max-width: 992px) {
  .miniktegizle{display: none;}

    .b-uc, .b-kare2 {
        position: relative !important;
        border-radius: 0;
        left: unset !important;
        top: unset !important;
        bottom: unset !important;
        right: unset !important;
        min-height: 300px;
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .b-uc:before {
        content: "";
        position: absolute;
        top: -115px;
            background-repeat: repeat-x;
        background-size: 100% 100%;
        height: 2px;
        width: 365px;
        z-index: -1;
        transform: rotate(145deg);
    }
    .b-uc:nth-child(2n), .b-kare2:nth-child(2n) {
        -webkit-animation-name: slideleft;
        animation-name: slideright;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    .k-uc, .k-uc2 {
        display: none !important;
    }

    .circle-menu.cafe:before,
    .circle-menu.hakkimizda:before {
        display: none;
    }

    .circle-menu.atolye:before {
        content: "";
        position: absolute;
        left: 5px;
        top: -15px;
        background-image: url(3-icon.png);
        background-repeat: repeat-x;
        background-size: 100% 100%;
        height: 139px;
        width: 151px;
        z-index: 2;
    }



    .circle-menu.birden:before {
        content: "";
        position: absolute;
        left: 5px;
        top: -15px;
        background-image: url(3-icon.png);
        background-repeat: repeat-x;
        background-size: 100% 100%;
        height: 139px;
        width: 151px;
        z-index: 2;
    }

    .index-content {
        display: block !important;
        justify-content: center;
        align-items: stretch !important;
        height: 100%;
        position: relative;
        width: 100% !important;
        flex-direction: column !important;
        overflow-x: hidden;
    }

    .logo-container {
        margin-bottom: 7%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5%;
    }

    .circle-menu {
        position: relative;
        border-radius: 0;
        left: unset !important;
        top: unset !important;
        bottom: unset !important;
        right: unset !important;
        box-shadow: none;
        width: 100%;
        border-bottom: 3px solid white;
    }

        .circle-menu:nth-child(2n) {
            -webkit-animation-name: slideleft;
            animation-name: slideleft;
            -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        .circle-menu:nth-child(3n) {
            -webkit-animation-name: slideright;
            animation-name: slideright;
            -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

    @keyframes slideright {
        0% {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        100% {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }
    }

    @keyframes slideleft {
        0% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        100% {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }
    }

    .circle-menu.circle-menu.urunler .b-uc,
    .circle-menu.circle-menu.urunler .k-uc {
        display: none;
    }
}

@media (max-width: 1450px) and (min-width: 1025px) {
    .circle-menu {
        zoom: 0.8 !important;
    }
    .b-kare2, .k-uc2, .b-uc, .k-uc {
        zoom:0.8!important;
    }
    .k-uc {
        left:23.5%!important;
    }
    .k-uc2 {
        right: 7%!important;
    }
}

@media (max-width: 1680px) and (min-width: 1450px) {
    .circle-menu {
        zoom: 0.8 !important;
    }
}

.birden{
    right: auto;
    left: auto;
    bottom: auto;
    top: 0%;
    bottom: auto;
    /* border-radius: 5%; */
    }
    .circle-menu {
        zoom: 0.8!important;
    }