﻿


.hamburger {
  display:none;
}

 .menu {
display:none;
}



/*open menu
*/




.select-menu {
    max-width: 100px;
    transition: none;
    display:inline-block;
    cursor:pointer;
}



    .select-menu .select-btn:hover {
        color: white;
         box-shadow: 0 4px 0px 0px rgba(255, 255, 255, 0.5);
     /*   text-decoration: none;
        border-bottom: 4px solid rgba(255, 255, 255, 0.49);*/
    }






.close_menu_but {
width:100%;
height:100%;
/*background-color:aqua;
*/position:fixed;
display:block;
left:0;
z-index:-1;
cursor:auto;
}


.citata {
    width: 60px;
    margin-top: 20px;
}

.select-menu.active .close_menu_but {
    width: 100%;
    height: 100%;
    /*    background-color: aqua;
*/ position: fixed;
    display: none;
    left: 0;
    z-index: -1;
    cursor: auto;
}



.select-menu.active .v_icon {
    display: inline-block;
    width: 15px;
    transform: rotateX(0);
    margin-left: 10px;
    margin-top: 1px;
    transition: transform 0.4s ease-in-out;
}


.select-menu .v_icon {
    display: inline-block;
    width: 15px;
    transform: rotateX(180deg);
    margin-left: 10px;
    transition: transform 0.4s ease-in-out;
    margin-top: 1px;
}




.select-menu .select-btn {
    padding: 5px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    margin: 0 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    /* box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.5); */
    color: white;
    border-bottom: 0px solid rgba(255, 255, 255, 0.00);
    transition: 0.3s linear;
    /*     display: flex;
        height: 55px;
        background: #fff;
        padding: 20px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 8px;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}

.select-menu .options {
    position: absolute;
    width: 320px;
    overflow-y: auto;
    max-height: 465px;
    text-align: center;
    padding: 10px;
    margin-left: -97px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    animation-name: fadeInDown;
    transition: none;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    overflow: visible;
}

    .select-menu .options .option {
        display: flex;
        height: 55px;
        cursor: pointer;
        padding: 0 16px;
        margin:5px;
        border-radius: 8px;
        justify-content: center;
        align-items: center;

        background: none;
    }

        .select-menu .options .option:hover {
            background: #00B8D1;
            box-shadow: 0 2px 0 #04afc6, 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
/*            transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
*/        }

            .select-menu .options .option:hover .option-text {
                color: white;
                text-decoration:none;
            }

        
        
        .select-menu .options .option i {
                font-size: 25px;
                margin-right: 12px;
            }

            .select-menu .options .option .option-text {
                font-family: 'Montserrat';
                font-weight:600;
                font-size: 16px;
                color: #00B8D1;
            }




.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}









.select-menu.active .options {
    display: none;
    opacity: 0;
    transition: none;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}




@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
}




@keyframes fadeInDown {
    from {
        transform: translate3d(0, -5px, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 10px, 0);
        opacity: 1;
    }
}





@media screen and (max-width: 767px) {
    .menuItem {
        display: block;
        margin: 2rem 4rem;
        font-size: 1.8rem;
        color: white;
        text-decoration: none;
    }

        .menuItem:hover {
            text-decoration: underline;
        }



    .menu_button {
        width: 42px;
        height: 42px;
    }

    .hamburger {
        position: fixed;
        z-index: 100;
        display: block;
        right: 15px;
        top: 10px;
        cursor: pointer;
        background-color: none !important;
    }

    .closeIcon {
        display: none;
    }

    .menu {
        position: fixed;
        transform: translateY(-100%);
        transition: transform 0.5s;
        top: 62px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        color: white;
        list-style: none;
        padding-top: 0;
        padding-bottom: 20px;
    }


    .menu-btn_m {
        background-color: none;
        padding: 10px 20px;
        border-radius: 50px;
        margin: 10px auto;
        max-width: 200px;
        text-align: center;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        color: white;
        font-size: 15px;
        line-height: 20px;
        border-radius: 50px;
        border: 2px solid;
        display: block;
        background: linear-gradient(#4c4c4c, #4c4c4c) padding-box, linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%) border-box;
        border: 2px solid transparent;
    }

    .menu_backgraund {
        background: rgba(0, 0, 0, 0.7);
        padding:40px;
    }

    .click_area {
        width: 100%;
        height: 100%;
        left: 0;
        margin: 0;
        position: absolute;
        background-color: #ffffff00;
    }


    .menu-btn_m:hover, .menu-btn_m2:hover {
        color: white;
        text-decoration: none;
        opacity: 0.5;
    }


        .menu-btn_m2 {
            background-color: none;
            padding: 10px 20px;
            border-radius: 50px;
            margin: 10px auto;
            max-width: 200px;
            text-align: center;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            color: white;
            font-size: 15px;
            line-height: 20px;
            border-radius: 50px;
            border: 2px solid;
            display: block;
            background: linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%) padding-box, linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%) border-box;
            border: 2px solid transparent;
        }



    .showMenu {
        transform: translateY(-1px);
        display: block;
    }
}
