@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

.searchImg{
    display: none;
}

.banner {
    text-align: center;
    padding: 3.5rem 0;
    background:
    linear-gradient(40deg, #5d63e1, #586eab, #8582cf, #8225a2) !important;
    background-size: 800% 800%;
    -webkit-animation: feedbackTitle 31s ease infinite;
    -moz-animation: feedbackTitle 31s ease infinite;
    -o-animation: feedbackTitle 31s ease infinite;
    animation: feedbackTitle 31s ease infinite;
}

@-webkit-keyframes feedbackTitle {
    0% {
        background-position: 87% 0%
    }

    50% {
        background-position: 14% 100%
    }

    100% {
        background-position: 87% 0%
    }
}

@-moz-keyframes feedbackTitle {
    0% {
        background-position: 87% 0%
    }
    50% {
        background-position: 14% 100%
    }

    100% {
        background-position: 87% 0%
    }
}

@-o-keyframes feedbackTitle {
    0% {
        background-position: 87% 0%
    }

    50% {
        background-position: 14% 100%
    }

    100% {
        background-position: 87% 0%
    }
}

@keyframes feedbackTitle {
    0% {
        background-position: 87% 0%
    }

    50% {
        background-position: 14% 100%
    }

    100% {
        background-position: 87% 0%
    }
}


.banner p {
    color: #fff;
    font-size: 2rem;
    font-family: 'Permanent Marker', cursive;
}

.banner h1 {
    color: #32cffe;
    font-size: 4rem;
    font-family: 'Permanent Marker', cursive;
}

.button {
    box-shadow: 0 2rem 6rem 1rem rgba(0, 0, 0, 0.15);
    margin-bottom: 5rem;
    transform: skewX(-20deg);
    display: block;
    transition: all 0.5s;
    height: 130px;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*background: linear-gradient(to bottom right, #9be15d, #00e3ae);*/
    background-size: 400% 400%;
    background:linear-gradient(109deg, #ef2121, #a25cb9);
    -webkit-animation: buttonAnimation 31s ease infinite;
    -moz-animation: buttonAnimation 31s ease infinite;
    -o-animation: buttonAnimation 31s ease infinite;
    animation: buttonAnimation 31s ease infinite;
}

@-webkit-keyframes buttonAnimation {
    0% {
        background-position: 87% 0%
    }

    50% {
        background-position: 14% 100%
    }

    100% {
        background-position: 87% 0%
    }
}

@-moz-keyframes buttonAnimation {
    0% {
        background-position: 87% 0%
    }

    50% {
        background-position: 14% 100%
    }

    100% {
        background-position: 87% 0%
    }
}

@-o-keyframes buttonAnimation {
    0% {
        background-position: 87% 0%
    }

    50% {
        background-position: 14% 100%
    }

    100% {
        background-position: 87% 0%
    }
}

@keyframes buttonAnimation {
    0% {
        background-position: 87% 0%
    }

    50% {
        background-position: 14% 100%
    }

    100% {
        background-position: 87% 0%
    }
}

.button:hover {
    transform: skewX(-20deg) scale(1.28);
}

a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    margin: auto;
}

a h1 {
    font-size: 4rem;
    color: #fff;
    text-align: center;
    font-family: 'Permanent Marker', cursive;
}

.button a {
    color: #fff;
}

/*nav*/
.responsive {
    display: none;
}

.active {
    display: inline-block;
    padding-top: 1.2rem;
    width: 180px;
    position: absolute;
    visibility: visible;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(158, 117, 227, 0.64);
    -moz-box-shadow: 0px 10px 30px -4px rgba(158, 117, 227, 0.64);
    box-shadow: 0px 10px 30px -4px rgba(158, 117, 227, 0.64);
}

.closed,
.active {
    background: #fff;
    z-index: 1;
}

.nav-item {
    display: block;
    line-height: 40px;
    margin: 0 5px;
}

#navbtn {
    display: inline-block;
    margin: 1px;
    position: relative;
    cursor: pointer;
    padding: 5px;
    width: 25px;
    height: 25px;
    transition: all .95s cubic-bezier(0.26, 0.1, 0.27, 1.55);
}

.line {
    position: absolute;
    z-index: 100;
    height: 4px;
    width: 100%;
    background: #94958c;
    border-radius: 2px;
}

.top-ln {
    top: 18%;
}

.middle-ln {
    top: 48%;
}

.bottom-ln {
    top: 78%;
}

.closed .top-ln {
    transform: rotate(45deg);
    top: 48%;
}

.closed .middle-ln,
.closed .bottom-ln {
    transform: rotate(-45deg);
    top: 45%;

}
/*nav*/
@media(max-width: 1040px){
    a h1{
        font-size: 3rem;
    }
    .button {
    box-shadow: 0 1rem 3rem 1rem rgba(0, 0, 0, 0.15);
    margin-bottom: 3.4rem;
    height: 110px;
    width: 70%;
    }

}

@media(max-width: 786px) {
    .banner p {
        font-size: 1.4rem;
    }

    .banner h1 {
        font-size: 2.4rem;
    }

    .banner {
        padding: 1.8rem 0;
    }
    a h1{
        font-size: 2rem;
    }
    .button {
    height: 90px;
    }
}
@media(max-width: 426px) {
    a h1{
        font-size: 1.5rem;
        padding-top: .6rem;
    }
    .button {
    height: 70px;
    }
    .banner p {
    font-size: 1.4rem;
    }
    .banner h1 {
    font-size: 2rem;
    }

}