﻿





.menu-wrap .menu-header .logo {
    margin-top: 15px;
    width: 180px;
    position: absolute;
    /*    top: 48px;
*/
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.show-xs {
    display: none;
}

.menu-wrap .menu-header .logo-wrap {
    height: 55px;
    overflow: visible;
    display: inline-block;
}


.menu-wrap .menu-header {
    padding: 5px 20px;
    position: fixed;
    width: 100%;
    background: rgba(20, 10, 70, 0.5);
    /*background: linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%);*/
    z-index: 22;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 4px 0 5px 5px rgb(0 0 0 / 0%);
    top: 0;
}

@media screen and (max-width: 767px) {
    .menu-wrap .menu-header {
        padding: 0px 15px;
    }

    .menu_button {
        width: 34px;
        height: 34px;
        margin-top:-2px;
    }
}


.menu-btn {
    padding: 5px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    margin: 0 10px;
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    /* box-shadow: 0 0px 0px 0px rgb(255 255 255 / 50%); */
    color: white;
    border-bottom: 0px solid rgba(255, 255, 255, 0.00);
    transition: 0.3s linear;
}


    .menu-btn:hover {
        opacity: 0.75;
    }


.descktop_only {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .descktop_only {
        display: none;
    }
}


.menu-header .grid_section {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 240px auto;
    align-items: center;
    max-width: 1200px;
}

.menu-header .grid_item_B {
    text-align: right;
    position: relative;
}

.login-btn {
    background-color: #00B8D1;
    padding: 12px 25px;
    border-radius: 50px;
    margin-right: 0;
    border-radius: 50px;
    border: none;
    transition: box-shadow 0.3s linear, background-color 0.3s linear;
}






.hamburger {
    display: none;
}

 .menu {
display:none;
}





@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;
        }



 

    .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: 49px;
        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;
    }
}


