

.filtr-text{
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.event-page{
    background: #121212 url(../img/pattern.svg) no-repeat left bottom;
    background-size: 25%;
}

.user-image{
    height: 150px;
    width: 150px;
}

.user-login-image{
    height: 45px;
    width: 45px;
}

.user-login-images{
    height: 70px;
    width: 70px;
}

.user-name{
    font-family: 'Raleway' , sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 18px;
}

.user-login-name{
    font-family: 'Poppins', sans-serif;
    color: #111111;
}

.connect-button{
    color: #f62f00;
    border: 1px solid #f62f00;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.chat-btn{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.events{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.events:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #f62f00;
    left: 0;
    bottom: -2px;
}

.contact-us{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.thrill-events{
    font-family: 'Raleway' , sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 18px;
    color: #f62f00;
}

.vip-name{
    font-family: 'Poppins' , sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 16px;
    color: #000000;
}

.view-profile{
    font-family: 'Poppins' , sans-serif;
    font-style: italic;
    color: #444444;
    font-size: 12px;
}

.contact-us:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #f62f00;
    left: 0;
    bottom: -2px;
}