﻿.main-event {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.main-event-detail {
    width: 75%;
    margin-top: 3rem;
    margin-left: 5rem;
}

.timing-venu {
    margin: 2rem;
    margin-left: 0px;
}

.main-event-detail > .timing-venu > span {
    font-weight: bold;
}

.about-event > h2 {
    background-color: 2c2a5c9e;
}

@media (max-width: 767px) {
    .event-view .counter-section ul li {
        width: 19%;
        margin-bottom: 10px;
    }

        .event-view .counter-section ul li p {
            font-size: 10px;
        }
}

.input-box > input {
    border-radius: 0px;
    width: 50%;
    height: 30px;
    padding: 12px;
    margin: 8px;
    border-style: solid;
    border-width: thin;
    border-radius: 3px;
}

.submit-slide > input {
    border-radius: 0px;
    width: 50%;
    height: 54px;
    padding: 12px;
    margin: 8px;
    border-style: solid;
    border-width: thin;
    border-radius: 3px;
}
