/* FONTS */
@font-face {
    font-family: "Bebas";
    src: url('BebasNeue-Regular.woff')format('woff');
}

/* GENERAL */

@import url('https://fonts.googleapis.com/css2?family=Roboto:300;400;500;700;900&display=swap');

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #350048;
}
h1{
    text-align: center;
    color: #FFA500;
    font-family: "Bebas";
    font-size: 2rem;
}

.container
{
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.container .btn
{
    position: relative;
    width: 155px;
    height: 50px;
    margin: 20px;

}

.container .btn a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    color: #fff;
    z-index: 1;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(15px);

}

.container .btn:hover a
{
    letter-spacing: 3px;
}

.container .btn a::before
{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left,rgba(255,255,255,0.15),transparent);
    transform: skewX(45deg) translateX(0);
    transition: 0.5s;
}

.container .btn:hover a::before
{
    transform: skewX(45deg) translateX(200%);
}

.container .btn::before
{
    content:' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition-delay: 0s;
}


.container .btn:hover::before
{
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
    transition-delay: 0.5s;
}

.container .btn::after
{
    content:' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition-delay: 0s;
}


.container .btn:hover::after
{
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
    transition-delay: 0.5s;
}

.container .btn:nth-child(1):before,
.container .btn:nth-child(1)::after
{
    background: #f7941d;
    box-shadow: 0 0 2px #f7941d,
    0 0 15px #f7941d,
    0 0 30px #f7941d,
    0 0 60px #f7941d;
}
.container .btn:nth-child(2):before,
.container .btn:nth-child(2)::after
{
    background: #33cccc;
    box-shadow: 0 0 5px #33cccc,
    0 0 15px #33cccc,
    0 0 30px #33cccc,
    0 0 60px #33cccc;
}
.container .btn:nth-child(3):before,
.container .btn:nth-child(3)::after
{
    background: #91cf94;
    box-shadow: 0 0 5px #91cf94,
    0 0 15px #91cf94,
    0 0 30px #91cf94,
    0 0 60px #91cf94;
}
.container .btn:nth-child(4):before,
.container .btn:nth-child(4)::after
{
    background: #e20001;
    box-shadow: 0 0 5px #e20001,
    0 0 15px #e20001,
    0 0 30px #e20001,
    0 0 60px #e20001;
}
.container .btn:nth-child(5):before,
.container .btn:nth-child(5)::after
{
    background: #ee6fa6;
    box-shadow: 0 0 5px #ee6fa6,
    0 0 15px #ee6fa6,
    0 0 30px #ee6fa6,
    0 0 60px #ee6fa6;
}
.container .btn:nth-child(6):before,
.container .btn:nth-child(6)::after
{
    background: #555555;
    box-shadow: 0 0 5px #555555,
    0 0 15px #555555,
    0 0 30px #555555,
    0 0 60px #555555;
}
.container .btn:nth-child(7):before,
.container .btn:nth-child(7)::after
{
    background: #134c59;
    box-shadow: 0 0 5px #134c59,
    0 0 15px #134c59,
    0 0 30px #134c59,
    0 0 60px #134c59;
}
.container .btn:nth-child(8):before,
.container .btn:nth-child(8)::after
{
    background: #9B7328;
    box-shadow: 0 0 5px #9B7328,
    0 0 15px #9B7328,
    0 0 30px #9B7328,
    0 0 60px #9B7328;
}
.container .btn:nth-child(9):before,
.container .btn:nth-child(9)::after
{
    background: #279792;
    box-shadow: 0 0 5px #279792,
    0 0 15px #279792,
    0 0 30px #279792,
    0 0 60px #279792;
}
.container .btn:nth-child(10):before,
.container .btn:nth-child(10)::after
{
    background: #b25ff5;
    box-shadow: 0 0 5px #b25ff5,
    0 0 15px #b25ff5,
    0 0 30px #b25ff5,
    0 0 60px #b25ff5;
}
.container .btn:nth-child(11):before,
.container .btn:nth-child(11)::after
{
    background: #0066ff;
    box-shadow: 0 0 5px #0066ff,
    0 0 15px #0066ff,
    0 0 30px #0066ff,
    0 0 60px #0066ff;
}