a:-webkit-any-link{
    text-decoration:none !important;
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    /*background: linear-gradient(45deg, #ff0000, #ff0006);*/
    background: linear-gradient(45deg, #ffffff, #edeaea);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .1s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}



.glow-on-hover-2 {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-2:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff0006);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .1s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-2:active {
    color: #000
}

.glow-on-hover-2:hover:before {
    opacity: 1;
}

.glow-on-hover-2:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.av {
    opacity: 100%;
}

.av:hover {
    opacity: 80%;
}

.zzz .btn {
    position: absolute;
    top: 44%;
    left: 21%;
}

.zzz .btn5 {
    position: absolute;
    top: 45%;
    left: 13%;
    color: white;
    font-size: 24px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
}

.zzz .btn:hover {
    background-color: black;
}

.baw .bwimage {
    filter: grayscale(100%);
}
.baw .bwimage:hover {
    filter: grayscale(0%);
}

.navbar.navbar-1 .navbar-toggler-icon {
    background-image: url('https://mdbootstrap.com/img/svg/hamburger6.svg?color=000');
}
