.mt-50 {
    margin-top: 86px;
}

.bg-banner {
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.radius {
    filter: sepia(40%);
}

#section-add {
    /* min-height: 550px; */
    height: 100%;
    
}
#vertical{
    display: none;
}
.mt-75{
    margin-top: 100px;
}

#demo1 {
    min-height: 350px;
    height: 450px;
    display: flex;
    align-items: center;
    padding: 20px;

}

#demo1 h2 {
    color: #860A35;
}

#demo1 h5,
h4,
h3,
h6 {
    color: #1F1717;
}

.bg-grad-more {
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}

.text-red {
    color: #662549;
}

.info {
    font-size: 13px;
    font-weight: 500;
}

.info li {
    margin-bottom: 5px;
}

.bg-title {
    background-color: #662549;
}

.info-bg {
    background-color: #662549;
}

.bg-info-max {
    background-color: #F8E8EE;
}

.bg-login {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(0, 152, 155, 1) 0.1%, rgba(0, 94, 120, 1) 94.2%);
}

.password {
    color: #AF2655;
}

.float {
    position: fixed;
    width: 125px;
    padding: 5px;
    height: auto;
    bottom: 30%;
    right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    /* transform: rotate(-90deg); */
    background: linear-gradient(277deg, #FD6585, #360940, #E80505);
    background-size: 800% 800%;

    -webkit-animation: btn 10s ease infinite;
    -moz-animation: btn 10s ease infinite;
    animation: btn 10s ease infinite;

    color: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}

#sticker {
    position: absolute;
    top: 89px;
    display: flex;
    justify-content: center;
    z-index: 10;

}

#sticker .stick p {
    background: #AF2655;
    text-align: center;
    height: 40px;
    color: #FFF;
    /* width: 40%; */
    border-radius: 0px 0px 10px 10px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    box-shadow: 0 8px 6px -6px black;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

}

.text-sm {
    font-size: 14px;
}

@-webkit-keyframes btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.font-weight-500 {
    font-weight: 600;
    line-height: 35px;
    font-size: 16px;
    color: #1F1717;
}
.text-dark-red{
    color:#860A35;
}
@media screen and (max-width: 480px) {
    .float {
        width: 100%;
        padding: 10px;
        bottom: 0%;
        left: 0;
        border-radius: 0px;
        font-size: 12px;
    }
#horizontal{
    display: none;
}
#vertical{
    display: block;
}
    h4 {
        font-size: 14px;
    }

    span {
        font-size: 12px;
    }

    #sticker {
        top: 64px;
        display: flex;
        justify-content: center;
        z-index: -10;
        width: 100%;
    }

    #sticker .stick p {
        height: 60px;
        line-height: 20px;
        padding: 10px 15px;

    }

    #demo1 {
        /* background-size: cover; */
        /* height: 100vh; */
        align-items: start;
    }

    #section-add {
        /* height: 100vh;
        display: flex;
        align-items: center;
        margin-top: 60px;
        width: 100%; */
    }
    #section-add h2{
        font-size: 18px;
    }
    #section-add h5{
        font-size: 14px;
    }
    #section-add h6{
        font-size: 12px;
    }
    #section-add li{
       text-align: center !important;
    }
    #section-add span{
        font-size: 16px;
    }
    .header .logo img {
        margin-top: 15px;
    }

    .header {
        padding: 0px;
    }
    .slicknav_nav {
        background: #860A35;
    }
    .event-counter .event-name h2 {
        font-size: 30px;
    }
}