
.bodyDisableScroll {
    height: 100vh;
    overflow: hidden;
}
.mmMainC p{
    margin:0;
}
.mmitem0 a, .mmitem1 a, .mmitem1C a, .mmitem2 a, .mmitem2C a {
    text-decoration: none;
    color: #C6C9CB;
}

.mmitem0 {
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-family:"MuseoSlab";
    font-weight:600;
    font-size:25px;
    color: #C6C9CB;
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
}

.gradientCaret {
    display: none;
}
.mmitem0:hover {
    /* Fallback (Eski tarayıcılar için düz renk) */
    color: #68FFED;
    /* Modern tarayıcılar için gradient */
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
    .mmitem0:hover .gradientCaret {
        display: block;
    }
    .mmitem0:hover .menuItemCaret{
        display:none;
    }

.mmitem1 {
    display: none;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    color: #C6C9CB;
}
    .mmitem1:hover {
        background: linear-gradient(89deg, #00F4FF 8.76%, #68FFED 9.39%, #9867FF 25.01%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.mmitem2 {
    display:none;
}

.burgerMenuItem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mmMainC {
    position: absolute;
    z-index: 4;
    display: none;
    top: 0;
    right: 0;
    background-color: #1A1A1A;
}

.mmMainSC {
    position: relative;
    background-color: #1A1A1A;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 100vh;
    overflow: hidden;
}
.menuTop {
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
}

    .menuTop h3 {
        color: #434343;
        font-size: 25px;
        font-family: "MuseoSlab";
        font-weight: 600;
        margin: 0;
    }
.menuTopRight {
    display: flex;
    align-items: center;
    gap: 20px;
    position:relative;
}
.menuTop .closeIcon{
    cursor:pointer;
}
.mobileHeaderItem {
    display: none;
    position: absolute;
    right: 45px;
}
.menuOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 2;
}
.searcbarMobile {
    display: none;
    padding: 0 20px 20px;
}
.mobileSearchWrapper {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 8px;
    background: white;
    position: relative;
    z-index: 0;
}
    .mobileSearchWrapper::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(156deg, #00F4FF 6.76%, #68FFED 12.39%, #9867FF 34.01%);
        background-size: 300% 300%;
        border-radius: inherit;
        z-index: -1;
    }
.mobileSearchButton {
    background: transparent;
    border: none;
    outline: none;
    position:absolute;
    padding:0;
    left:20px;
}
.mobileSearcInput {
    width: 100%;
    padding: 12px 20px !important;
    border-radius: 8px;
    background-color: #252525 !important;
    color: #F2F3F3;
    font-size: 14px;
    border: none;
    outline: none;
    text-indent:24px;
}
    .mobileSearcInput::placeholder {
        color: #F2F3F3;
        font-size: 14px;
    }
.menuItems {
    height: 100vh;
    padding: 0 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    -ms-overflow-style:none;
}
.menuItems::-webkit-scrollbar{
    display:none;
}

.previousMenu {
    display: none;
    align-items: center;
    font-family: "MuseoSlab";
    font-weight: 600;
    font-size: 25px;
    gap: 16px;
    cursor: pointer;
    color: #C6C9CB;
    padding-bottom: 16px;
    padding-top: 12px;
    margin: 0;
}
    .previousMenu span{
        display:flex;
    }
.previousMenuName{
    margin:0;
}
.menuLogo {
    position: absolute;
    bottom: -60px;
    right: -70px;
}
.burgerMenuArrow {
    text-align: center;
    transition: all 0.5s ease;
}


    .burgerMenuArrow img {
        position: relative;
        width: 8px;
        height: 14px;
    }

    .burgerMenuArrow.active {
        transform: rotate(180deg);
    }

    .burgerMenuArrow:hover {
        cursor: pointer;
    }




/*burger menu f*/

@media screen and (max-width: 992px) {
    .menuTop {
        padding: 30px 20px;
    }
    .searcbarMobile {
        display: block;
    }
    .menuItems {
        padding: 0 20px;
    }

    .mobileHeaderItem {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .mmitem0 a, .mmitem1 a, .mmitem1C a, .mmitem2 a, .mmitem2C a {
        line-height: 24px;
    }
    .menuTop h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .mmitem0{
        font-size:16px;
    }
    .mmitem1 {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .previousMenu {
        font-size: 16px;
        padding-bottom: 12px;
    }
}
@media screen and (max-width: 480px) {
    .mmMainC{
        left:0;
    }
    .mmMainSC {
        width: 100%;
    }
 
}
/*Burger menü End*/
