@charset "utf-8";


body {
    top: 0px;
    left: 0px;
    min-width: 1280px;
    margin: 0px;
    background-color: #1f2026;
    font-family: Montserrat;
    overflow: visible;
    color: white;
}

@font-face {
    font-family: Montserrat;
    src: url("/Fonts/Montserrat-ExtraLight.ttf");
}

a {
    text-decoration: none;
    color: #ffffff;
}

.navbar {
    position: fixed;
    width: 100%;
    min-width: 1000px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10;
    left: auto;
    top: 0px;
    backdrop-filter: blur(10px);
}

.navbar-name {
    line-height: 45px;
    font-size: 35px;
    margin-left: 100px;
    margin-right: 20px;
}

.navbar-link {
    background: rgba(0, 0, 0, 0);
    color: white;
    transition: 0.5s;
    display: inline-block;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: lighter;
    overflow: hidden;
    margin: 0px -8px 0px -8px;

    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

}

.navbar-link:hover {
    background: rgba(100, 20, 160, 0.6);
}

.navbar-item-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    top: 3px;
    display: inline-block;
    position: relative;


    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.navbar-item-icon-external {
    top: -4px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}


.navbar-item-menu-icon {
    margin: auto;
    position: fixed;
    display: none;
    top: 7px;
    right: 20px;
    height: 40px;
    width: 40px;
    z-index: 100;
}

.navbar-sidepanel {
    height: 100%;
    background-color: hsla(263, 100%, 43%, 1.00);

    position: fixed;
    z-index: 10;
    display: none;
    width: 300px;
    right: 0px;
    transition: 0.5s ease-in-out;
    z-index: 10;
}

.navbar-sidepanel > a {
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 14px;
    transition: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.navbar-sidepanel > a:hover {
    background: rgba(79, 18, 124, 0.6);
    transition: 0.3s;
}

.navbar-sidepanel-closed {
    right: -300px
}

.navbar-sidepanel-shadow {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    background: hsla(0, 0%, 0%, 0.5);
    z-index: 10;
    transition: 0.2s;
}

@media (max-width: 1150px) {
    navbar-item.Navbar-link {
        display: none;
    }

    .navbar-item-menu-icon {
        display: block;
        z-index: 100;
    }

    navbar-item.name-start {
        margin-left: 0px;
    }

    .navbar-sidepanel {
        display: block;
    }
}



navbar-item-sidepanel {
    font-size: 16px;
    margin: auto;
    font-weight: lighter;
    color: white;
    width: 100%;
    transition: 0.5s;
}

navbar-item-sidepanel {
    color: white;
    transition: 0.5s:
}



.hover-animatedoutline::before  {
    background: rgb(0, 195, 15);
    display:block;
height: 123px;
    position:absolute;

        height: 100px;
        top: 0px;
        left: 50%;
right: 0px;    
  width: 100px; /* Need a specific value to work */

}


.hover-animatedoutline:hover:before  {
content: '';
    background: green;
width: inherit;
    height: 100px;
    position: absolute;

    
    
    
}


.ball:hover.ball:before {
content: '';

    position: absolute;
    
        padding: 0px;
left: -8px;
border: 8px solid white;

}
.ball:before {
    
content: '';
width: inherit;
    height: inherit;
  position: absolute;
transition: 0.3s;
    border: 0px solid rgba(255, 255, 255, 0);
        padding: 20px;
    
    border-radius: 590px;

    left: -16px;
        top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.ball2 {
    width: 480px;
    height: 60px;
    background: #630eb9;
    border-radius: 50px;
    font-size: 24px;
    line-height: 60px;
    text-align: right;
    position: relative;
    transition: 0.3s;
margin: 20px auto 20px auto;

}

.ball2:hover {
        background: #7b19de;

}
