
a:link,
a:visited,
a:active {
    text-decoration: none;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 15px;
}

form {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.input-group {
    position: relative;
}

label {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translatey(-50%);
    color: rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

input {
    width: 120%;
    padding: 8px 30px 8px 12px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    outline: none;
    font-size: 16px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
    color: #F27121;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 1px;
    transition: all 0.2s ease;
}

.btn-2 {
    display: flex;
}

input:focus {
    border-color: #F27121;
}

input:focus+label {
    transform: scale(1.05) translatey(-50%);
    color: #F27121;
}

#apps {
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.app {
    display: inline-block;
    width: 20%;
    margin: 0 2.2% 24px;
    padding: 12px 6px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    transition: all 0.2s ease;
}

.app:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.app i {
    font-size: 2.4em;
    color: #fff;
}

.app p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-top: 6px;
    transition: 0.2s all ease;
}

.app:hover p {
    color: rgba(255, 255, 255, 0.8);
}

#apps2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.app2 {
    display: inline-block;
    width: 20%;
    margin: 0 2.2% 24px;
    padding: 1px 6px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    transition: all 0.2s ease;
}

.app2:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.app2 p {
    color: rgba(255, 255, 255, 0.5);
    font-size: large;
    margin-top: 6px;
    transition: 0.2s all ease;
}

.app2:hover p {
    color: rgba(255, 255, 255, 0.8);
}

.suggestion-list {
    background-color: #fff;
    padding: 18px 24px 6px 12px;
    border-radius: 0 0 6px 6px;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    border: 2px solid #F27121;
    border-top: none;
}

.suggestion-list.hidden {
    display: none;
}

.suggestion-list p {
    margin-bottom: 12px;
}

.suggestion-list i {
    margin-right: 12px;
    color: #F27121;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    border-radius: 10px;
}

#scroll {
    position: fixed;
    top: 0;
    height: 3px;
    background-image: linear-gradient(120deg, #F27121, #E94057, #8A2387);
    width: 0;
    transition: width 0.1s ease;
    z-index: 10;
}


/*GLITCH*/

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    background: #000;
}

.glitch {
    position: relative;
    font: 150px "Varela";
    color: white;
    text-align: center;
}

.glitch:before,
.glitch:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    width: 99%;
    height: 100%;
    background: black;
    overflow: hidden;
}

.glitch:before {
    left: 2px;
    text-shadow: -1px 0 red;
    animation: glitch-1 2s linear infinite alternate-reverse;
}

.glitch:after {
    left: 2px;
    text-shadow: 1px 0 blue;
    animation: glitch-2 3s linear infinite alternate-reverse;
}

@-webkit-keyframes glitch-1 {
    0% {
        clip: rect(58px, 9999px, 76px, 0);
    }
    5% {
        clip: rect(36px, 9999px, 91px, 0);
    }
    10% {
        clip: rect(15px, 9999px, 63px, 0);
    }
    15% {
        clip: rect(50px, 9999px, 79px, 0);
    }
    20% {
        clip: rect(24px, 9999px, 80px, 0);
    }
    25% {
        clip: rect(87px, 9999px, 102px, 0);
    }
    30% {
        clip: rect(84px, 9999px, 45px, 0);
    }
    35% {
        clip: rect(44px, 9999px, 148px, 0);
    }
    40% {
        clip: rect(21px, 9999px, 5px, 0);
    }
    45% {
        clip: rect(68px, 9999px, 16px, 0);
    }
    50% {
        clip: rect(47px, 9999px, 23px, 0);
    }
    55% {
        clip: rect(55px, 9999px, 149px, 0);
    }
    60% {
        clip: rect(18px, 9999px, 46px, 0);
    }
    65% {
        clip: rect(50px, 9999px, 124px, 0);
    }
    70% {
        clip: rect(15px, 9999px, 153px, 0);
    }
    75% {
        clip: rect(3px, 9999px, 37px, 0);
    }
    80% {
        clip: rect(53px, 9999px, 67px, 0);
    }
    85% {
        clip: rect(31px, 9999px, 131px, 0);
    }
    90% {
        clip: rect(21px, 9999px, 135px, 0);
    }
    95% {
        clip: rect(68px, 9999px, 71px, 0);
    }
    100% {
        clip: rect(21px, 9999px, 95px, 0);
    }
}

@keyframes glitch-1 {
    0% {
        clip: rect(58px, 9999px, 76px, 0);
    }
    5% {
        clip: rect(36px, 9999px, 91px, 0);
    }
    10% {
        clip: rect(15px, 9999px, 63px, 0);
    }
    15% {
        clip: rect(50px, 9999px, 79px, 0);
    }
    20% {
        clip: rect(24px, 9999px, 80px, 0);
    }
    25% {
        clip: rect(87px, 9999px, 102px, 0);
    }
    30% {
        clip: rect(84px, 9999px, 45px, 0);
    }
    35% {
        clip: rect(44px, 9999px, 148px, 0);
    }
    40% {
        clip: rect(21px, 9999px, 5px, 0);
    }
    45% {
        clip: rect(68px, 9999px, 16px, 0);
    }
    50% {
        clip: rect(47px, 9999px, 23px, 0);
    }
    55% {
        clip: rect(55px, 9999px, 149px, 0);
    }
    60% {
        clip: rect(18px, 9999px, 46px, 0);
    }
    65% {
        clip: rect(50px, 9999px, 124px, 0);
    }
    70% {
        clip: rect(15px, 9999px, 153px, 0);
    }
    75% {
        clip: rect(3px, 9999px, 37px, 0);
    }
    80% {
        clip: rect(53px, 9999px, 67px, 0);
    }
    85% {
        clip: rect(31px, 9999px, 131px, 0);
    }
    90% {
        clip: rect(21px, 9999px, 135px, 0);
    }
    95% {
        clip: rect(68px, 9999px, 71px, 0);
    }
    100% {
        clip: rect(21px, 9999px, 95px, 0);
    }
}

@-webkit-keyframes glitch-2 {
    0% {
        clip: rect(98px, 9999px, 18px, 0);
    }
    5% {
        clip: rect(24px, 9999px, 68px, 0);
    }
    10% {
        clip: rect(99px, 9999px, 108px, 0);
    }
    15% {
        clip: rect(76px, 9999px, 64px, 0);
    }
    20% {
        clip: rect(40px, 9999px, 33px, 0);
    }
    25% {
        clip: rect(98px, 9999px, 90px, 0);
    }
    30% {
        clip: rect(94px, 9999px, 130px, 0);
    }
    35% {
        clip: rect(1px, 9999px, 68px, 0);
    }
    40% {
        clip: rect(68px, 9999px, 147px, 0);
    }
    45% {
        clip: rect(9px, 9999px, 117px, 0);
    }
    50% {
        clip: rect(1px, 9999px, 95px, 0);
    }
    55% {
        clip: rect(68px, 9999px, 108px, 0);
    }
    60% {
        clip: rect(76px, 9999px, 101px, 0);
    }
    65% {
        clip: rect(69px, 9999px, 138px, 0);
    }
    70% {
        clip: rect(73px, 9999px, 109px, 0);
    }
    75% {
        clip: rect(42px, 9999px, 117px, 0);
    }
    80% {
        clip: rect(4px, 9999px, 96px, 0);
    }
    85% {
        clip: rect(63px, 9999px, 77px, 0);
    }
    90% {
        clip: rect(55px, 9999px, 101px, 0);
    }
    95% {
        clip: rect(27px, 9999px, 153px, 0);
    }
    100% {
        clip: rect(86px, 9999px, 28px, 0);
    }
}

@keyframes glitch-2 {
    0% {
        clip: rect(98px, 9999px, 18px, 0);
    }
    5% {
        clip: rect(24px, 9999px, 68px, 0);
    }
    10% {
        clip: rect(99px, 9999px, 108px, 0);
    }
    15% {
        clip: rect(76px, 9999px, 64px, 0);
    }
    20% {
        clip: rect(40px, 9999px, 33px, 0);
    }
    25% {
        clip: rect(98px, 9999px, 90px, 0);
    }
    30% {
        clip: rect(94px, 9999px, 130px, 0);
    }
    35% {
        clip: rect(1px, 9999px, 68px, 0);
    }
    40% {
        clip: rect(68px, 9999px, 147px, 0);
    }
    45% {
        clip: rect(9px, 9999px, 117px, 0);
    }
    50% {
        clip: rect(1px, 9999px, 95px, 0);
    }
    55% {
        clip: rect(68px, 9999px, 108px, 0);
    }
    60% {
        clip: rect(76px, 9999px, 101px, 0);
    }
    65% {
        clip: rect(69px, 9999px, 138px, 0);
    }
    70% {
        clip: rect(73px, 9999px, 109px, 0);
    }
    75% {
        clip: rect(42px, 9999px, 117px, 0);
    }
    80% {
        clip: rect(4px, 9999px, 96px, 0);
    }
    85% {
        clip: rect(63px, 9999px, 77px, 0);
    }
    90% {
        clip: rect(55px, 9999px, 101px, 0);
    }
    95% {
        clip: rect(27px, 9999px, 153px, 0);
    }
    100% {
        clip: rect(86px, 9999px, 28px, 0);
    }
}


/*Button */

.btn-neon {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 24px;
    overflow: hidden;
    transition: 0.2s;
    z-index: 1;
}

.btn-neon:hover {
    background: #a945c7;
    box-shadow: 0 0 10px #a945c7, 0 0 40px #a945c7, 0 0 80px #a945c7;
    transition-delay: 1s;
}

.btn-neon span {
    position: absolute;
    display: block;
}

#span1 {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a945c7);
}

.btn-neon:hover #span1 {
    left: 100%;
    transition: 1s;
}

#span3 {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #a945c7);
}

.btn-neon:hover #span3 {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}

#span2 {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #a945c7);
}

.btn-neon:hover #span2 {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}

#span4 {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #a945c7);
}

.btn-neon:hover #span4 {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}

.btn-11 {
    border: none;
    background: rgb(251, 33, 117);
    background: linear-gradient(0deg, rgba(251, 33, 117, 1) 0%, rgba(234, 76, 137, 1) 100%);
    color: #fff;
    overflow: hidden;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}


@media (max-width:450px) {
    input {
        width: 113%;
        margin: 10px;
    }

    .app2 {
        width: 20%;
        margin-left: 30px;
        margin-top: 20px;
        padding: 1px 6px;
    }

    .glitch {
        position: relative;
        font: 75px "Varela";
        color: white;
        text-align: center;
    }
}