* {
    font-family: 'Source Sans Pro';
    text-decoration: none !important;
}

a {
    color: #fff;
}

.text-underline {
    text-decoration: underline !important;
}

body {
    background: #242538;
}

.bg-black {
    background: #1f1f1f;
}

.menu_btn {
    padding: 20px 15px 20px 15px !important;
    color: #a5a8a9 !important;
    margin: 0px 5px 0px 5px;
}

.menu_btn.active {
    background: #a5a8a9;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff !important;
    padding: 20px 15px 20px 15px !important;
}

.menu_btn.ticket {
    border-radius: 5px;
    border: solid #eee 1px;
    color: #fff !important;
    padding: 10px 15px 10px 15px !important;
}

.menu_btn.connect {
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 15px 10px 15px !important;
}

.home_bg {
    margin-top: 80px;
    /* transform: translate(0, -70%) rotate(-45deg); */
    background: radial-gradient(circle at left bottom, #e6b7fe 10%, #5049c2 20%, rgba(87, 78, 255, 0) 60%);
    /* filter: blur(40px); */
    min-height: 450px;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.home_bg .search {
    border-radius: 5px;
    border: solid 1px #ccc;
    width: 30%;
    background: #242538;
    display: block;
}

.home_bg .search input {
    padding: 15px;
    font-size: large;
    outline: none;
    border: none;
    background: none;
    width: 89%;
    color: #fefefe;
}

.search-btn {
    width: 10%;
    padding: 15px 0px 15px 0px;
    border: none;
    background: none;
}

.home_card {
    border-radius: 15px;
    padding: 10px;
    background-color: #1f1f1f;
    color: #fff;
}

.main_card,
a .main_card {
    border-radius: 5px;
    padding: 10px;
    border: #ccc solid 1px;
    color: #fff;
}

.box-card,
a .box-card {
    padding: 10px;
    color: #fff;
}

.box-card img,
a .box-card img {
    margin-left: 20px !important;
}

footer {
    background: #1f1f1f;
    color: #fff;
}

footer a {
    color: #fff;
}

.plus {
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 0;
    display: block;
    width: 23px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
    background: linear-gradient(-70deg, #797ef9 0%, #797ef9 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: transform .3s ease, opacity .2s ease;
}