h1.hero__honorons {
    text-transform: none;
}

.hero__heading--main {
    display: block;
    font-size: 60px !important;
}

.hero__heading--sub {
    display: block;
    font-size: 100px !important;
    margin-top: 10px;
}

.hero__heading--third {
    display: block;
    font-size: 40px !important;
}


.hero__event-date {
    color: #fff;
    font-size: 35px;
    display: inline-block;
    margin-top: 15px;
}


.sec-padding {
    padding: 50px 0;
}

.row-mg-top-70{
    margin-top: 70px;
}


@media only screen and (max-width: 500px) {

    .hero-content {
        background-color: rgba(84, 7, 161, 0.45);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        padding: 30px 0;
    }

    h1.hero__honorons {
        text-transform: none;
        line-height: 0;
        margin-left: 30px;

    }

    .hero__heading--main {
        display: block;
        font-size: 40px !important;

    }

    .hero__heading--sub {
        display: block;
        font-size: 60px !important;
        margin-top: 1px;
    }

    .hero__heading--third {
        display: block;
        font-size: 30px !important;
    }


    .hero__event-date {
        color: #fff;
        font-size: 25px;
        display: inline-block;
        margin-top: 5px;
        margin-left: 30px;
    }


    .sec-padding {
        padding: 50px 0;
    }
}


@media only screen and (min-width: 500px){
    .theme-btn--disable{
        display: none;
    }
}

.footer-mobile {
    display: none;
    visibility: hidden;
    height: 0;
}

@media only screen and (max-width: 500px){
    .footer-desktop{
     display: none;
    visibility: hidden;
    height: 0;
}

.footer-mobile {
    display: block;
    visibility: visible;
    height: auto;
}
}