@media (max-width: 480px) {
    section.event-banner .organize {
        font-size: 15px;
    }

    section.event-info .register-form {
        position: initial;
    }
}


@media (max-width: 576px) {

    section.banner .carousel-item {
        height: 50vh;

    }

    section.banner .carousel-item img {
        height: 100%;
        object-fit: cover;

    }

    section.banner .carousel-item h1 {
        font-size: 50px;
        padding-left: 1rem;
    }

    section.banner .carousel-item h4 {
        padding-left: 1rem;
    }

    section.banner .carousel-item p {
        font-size: 20px;
        padding-left: 1rem;
    }

    section.banner .flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        padding-bottom: 70px;
    }

    section.register-now h3,
    section.register-now h4 {
        font-size: 18px;
    }

    section.login-form .flex .login-box {
        padding: 1.5rem !important;
        margin: 1rem 1rem !important;
    }

    
section.other-banner {

    height: 300px;

    }

    section.other-banner .container{
    height: 300px !important;

    }

    section.other-banner .container{
        height: 526px !important;
    }

}


@media (max-width: 768px) {

    section.banner .carousel-item {
        height: 60vh;
    }

    section.banner .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    section.banner .flex {
        display: flex;
        /* bottom: 10px; */
        flex-direction: column;
        justify-content: center;
        margin-top: 100px;
    }

    section.feature .flex {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    section.feature {
        padding: 3rem 0;
    }

    section.recent-event .owl-theme .owl-dots {
        margin-top: 20px !important;
    }

    section.feature h4 {
        font-size: 16px !important;
    }

    section.feature span {
        font-size: 30px !important;
    }

    section.login-form .membership {
        margin-top: 0;
    }
}


@media (max-width: 992px) {
    section.login-form {
        background-image: url("../images/login-bg.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    section.login-form .flex .login-box {
        flex: 1;
        background-color: white;
        padding: 2rem;
        margin: 0 5rem;
        border-radius: 20px;
    }
}


@media (max-width: 1200px) {}


@media (max-width: 1400px) {}