.circular-menu {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 2;
    
}

.circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: #FF9800;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.5;
    cursor: pointer;
    outline: 0;
    border: 2px rgb(59, 53, 53) solid;
}

.circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
}

.circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform .2s;
}

.circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
}

.circular-menu:after {
    display: block;
    content: ' ';
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: hsl(4, 98%, 60%);
    transition: all .3s ease;
}

.circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
}

.circular-menu .menu-item {
    position: absolute;
    top: .2em;
    right: .2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: hsla(0, 0%, 0%, .1);
    transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
    background-color: hsla(0, 0%, 0%, .3);
}

.circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em, -7em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em, -6.3em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em, -3.2em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em, 1em, 0);
}

/**
* The other theme for this menu
*/

.circular-menu.circular-menu-left {
    right: auto;
    left: 1em;
}

.circular-menu.circular-menu-left:after {
    background-color: #FF9800;
}

.circular-menu.circular-menu-left.active .floating-btn i {
    transform: rotate(90deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
    transform: translate3d(-1em, -7em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
    transform: translate3d(3.5em, -6.3em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
    transform: translate3d(6.5em, -3.2em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
    transform: translate3d(7em, 1em, 0);
}

#buttontop {
    display: inline-block;
    background-color: #FF9800;
    width: 3.5em;
    height: 3.5em;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
    border: 2px rgb(59, 53, 53) solid;
}

#buttontop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 45px;
    color: #fff;
}

#buttontop:hover {
    cursor: pointer;
    background-color: #333;
}

#buttontop:active {
    background-color: #555;
}

#buttontop.show {
    opacity: 1;
    visibility: visible;
}


#menubuton{
    display: none;
}





@media (max-width: 991px) {
    .hero-wrap-2 {
        height: 200px;
    }

    .hero-wrap.hero-wrap-2 .slider-text {
        height: 0px;
    }

    .hero-wrap.hero-wrap-2 .slider-text h1 {
        margin-top: 50px;
    }

    #menubuton {
        display: inline-block;
        background-color: rgb(59, 53, 53);
        width: 2.7em;
        height: 2.7em;
        text-align: center;
        border-radius: 100%;
        position: fixed;
        bottom: 20px;
        right: 48%;
        transition: background-color .3s,
            opacity .5s, visibility .5s;
        z-index: 1000;
        box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
        color: #fff;
        border: 2px #FF9800 solid;
    }

    #menubuton i {
        margin-top: 13px;
    }


    #menubuton:hover {
        cursor: pointer;
        background-color: #333;
    }

}

.heading-section h2 {
    color: #727472;
}

.one-cikan {
    max-height: 200px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.item h2 {
    color: #727472;
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

.item h3 {
    color: #FF9800;
    font-size: 21px;
    opacity: .7;
    margin-top: -15px;
}

/* Yel Alaçatı menü görselleri */
.yel-menu-section {
    padding-top: 50px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #f7f2ec 0%, #ebe3d6 100%);
}

.yel-menu-intro {
    color: #6b6358;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

.yel-menu-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.yel-menu-card {
    margin: 0;
}

.yel-menu-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    overflow: hidden;
    background: #c9b08f;
    box-shadow: 0 12px 40px rgba(62, 48, 32, 0.14);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.yel-menu-card__link:hover,
.yel-menu-card__link:focus {
    text-decoration: none;
    color: inherit;
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(62, 48, 32, 0.22);
}

.yel-menu-card__frame {
    position: relative;
    overflow: hidden;
    background: #b89f82;
}

.yel-menu-card__img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform 0.5s ease;
}

.yel-menu-card__link:hover .yel-menu-card__img {
    transform: scale(1.02);
}

.yel-menu-card__zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #5c4f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.yel-menu-card__link:hover .yel-menu-card__zoom {
    opacity: 1;
    transform: translateY(0);
}

.yel-menu-card__caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border-top: 1px solid rgba(92, 79, 63, 0.08);
}

.yel-menu-card__page {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b89f82;
    background: #f5efe6;
    padding: 6px 10px;
    border-radius: 6px;
}

.yel-menu-card__label {
    font-size: 15px;
    font-weight: 500;
    color: #4a4238;
    text-align: right;
    line-height: 1.3;
}

@media (min-width: 576px) {
    .yel-menu-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (min-width: 992px) {
    .yel-menu-gallery {
        gap: 32px;
    }

    .yel-menu-card__label {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .yel-menu-gallery {
        max-width: 960px;
    }
}