.circular-menu {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 2;
    left: 1em;
    
}

.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;
}


/**
* The other theme for this menu
*/

#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: 20%;
        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;
}