.banner-container{
    display: flex;
    height: 700px;
    justify-content: center;
    align-items: center;
    background-color: #072349;
    background-image: url('/static/campaigns/bpc/birgunj.jpg');
    background-size: cover;
    z-index: -1;
    background-position: center;
}

.blur {
    z-index: 1;
    background: rgb(34 34 34 / 30%);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 795px;
    position: absolute;
}

#banner-texts {
    z-index: 99;
    padding: 1rem;
    border-radius: 6px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text-content * {
    margin-bottom: 1rem;
}

#hero-header {
    font-size: 36px;
}

#hero-header span {
    background: linear-gradient(90deg, #4988b3, #084f9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.timer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#intro p {
    margin-bottom: 0.8rem;
}

.image-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#tagline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 800px;
    border: 1px solid #dbdbdb;
    box-shadow: 2px 2px 5px rgba(93, 93, 93, 0.5);
    border-radius: 0.7rem;
    background-color: #dedede;
    gap: 2px 2px;
}

.taglines{
    border-radius: 0.7rem;
    background-color: white;
    padding: 1rem;
}

.taglines > em {
    font-size: large;
    font-weight: bold;
    color: #3b92c8;
}

.hero{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DM Sans', sans-serif;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    color: white;
    top: 10%;
    z-index: 0;
}

.img-container {
    display: flex;
    gap: 10px; /* Space between the images */
    justify-content: center; /* Center the images horizontally */
    align-items: center; /* Align items vertically */
}

.image {
    flex: 1 1 auto; /* Make the images flexible */
    max-width: 100%; /* Prevent overflow */
    height: 400px; /* Set a fixed height for uniformity */
    object-fit: cover; /* Ensure the images fill the container proportionally */
}

#about-image {
    top: 0;
    height: 400px;
    width: 700px;
    border-radius: 6px;
}

.countdown-container {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.home-content.mt-1 {
    margin-top: 1.5rem;
}

.conference-image-container{
    display: flex;
    flex-direction: column;
}

#aims-section {
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
}

#aims-section-second {
    padding: 0 0 0 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dates-part {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 1112px;
    width: 300px;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 1116px;
    width: 0.2rem;
    background-color: #ccc;
}

.description-part {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 1rem;
}


.date-points-wrapper {
    height: 188px;
    width: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.date-points-wrapper.active {
    background-color: #089f10;
}

.point {
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #939393;
    color: white;
}

.point.active {
    background-color: #089f10;
}

#key-dates {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1034px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date-wrapper {
    height: 138px;
    display: flex;
    flex-direction: column;
    place-content: center;
    padding: 1rem;
}

.date-wrapper h3 {
    padding: 0.7rem;
}

.date-wrapper h3.active {
    color: #089f10;
}

.dates-content-wrapper {
    height: 138px;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.dates-content-wrapper.active {
    box-shadow: 0px 2px 10px #041fb9;
}

.dates-content-wrapper h3 {
    margin: 0px;
    padding: 0.6rem;
    border-bottom: 1px solid #ccc;
}

.dates-content-wrapper p {
    width: 300px;
    text-align: left;
}

.date-mobile {
    display: none;
}

.date-mobile.active {
    color: #089f10;
}

#themes-grid {
    display: grid;
    gap: 1rem;
    place-content: center;
    grid-template-columns: repeat(6, 1fr);
}

.themes-card {
    text-align: left;
    max-width: 300px;
    padding: 1rem;
    border: 1px solid #787878;
    background-color: #161b22;
    border-radius: 6px;
    color: rgb(196, 196, 196);
    cursor: pointer;
}

/* .themes-card:hover {
    box-shadow: 0px 2px 12px #b5dcff;
    color: black;
} */

.themes-card:hover h3 {
    color: white;
}

.card-header-wrapper {
    justify-content: center;
}

/* news/notice ticker */

#notices-banner {
    position: relative;
    height: 3rem;
}

#notices-banner .slides {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translateX(100%);
    transition: transform 1s ease-in-out;
}

#notices-banner .slides.show {
    transform: translateX(0);
}

#submission-status {
    display: flex;
    padding: 0.5rem 0.7rem;
    gap: 4px;
    background-color: #99d4a6;
    box-shadow: 0px 2px 10px #00ff77;
    border-radius: 4px;
    color: green;
}

.event-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.event-box {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.event-box h3{
    margin: 0px;
}


#img-slider {
    position: relative;
    min-height: 31rem;
}

#img-slider .slides {
    position: absolute;
    height: 30rem;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

#img-slider .slides.show {
    opacity: 1;

}

#img-slider .slide-btn {
    position: absolute;
    height: 100%;
    width: 5rem;
    z-index: 100;
    background: unset;
    border: none;
    cursor: pointer;
    color: white;
}

#img-slider .slide-btn.next {
    left: 100%;
    transform: translateX(-100%);
}

#img-slider .slide-btn.prev {
    left: 0;
}

#sponsors .sponsors-logos {
    display: grid;
    gap: 1rem;
    place-content: center;
    grid-template-columns: repeat(3, 1fr);
}

#sponsors .sponsors-logos img {
    height: 4rem;
    object-fit: contain;
}

#sponsors .btn.learn-more {
    border-radius: 0.7rem;
    float: right;
}

.more-content {
    padding: 1rem;
    margin: 3rem 0;
    border-radius: 4px;
    box-shadow: 15px 10px 1px #ccc;
    border: 1px solid #ccc;
}

@media (max-width: 1300px) {
    .container-fluid {
        flex-direction: column;
    }

    .banner-container {
        justify-content: center;
        align-items: center;
    }

    #tagline-grid {
        max-width: unset;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        box-shadow:unset;
        border-radius: unset;
        border: unset;
    }

    #themes-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    #aims-section {
        flex-direction: column;
    }

    #aims-section-second {
        padding: unset;
        align-items: unset;
        justify-content: unset;
    }

    .taglines{
        border-radius: unset;
        padding: 1rem 0;
    }
}

@media (max-width: 1000px) {

    .dates-content-wrapper p {
        width: unset;
    }

    #key-dates {
        justify-content: center;
        align-items: center;
    }

    .dates-part, .timeline {
        display: none;
    }

    .dates-content-wrapper {
        height: unset;
    }

    .description-part {
        width: -webkit-fill-available;
        width: -moz-fill-available;
    }

    .date-mobile {
        display: block;
    }

}


@media (max-width: 900px) {
    #about-image {
        width: 500px;
        margin: auto;
    }
}


@media (max-width: 800px) {
    #themes-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media (max-width: 700px) {

    .timer-grid {
        width: 80%;
        grid-template-columns: repeat(2, 1fr);
    }

    .about-section {
        padding: 3rem 2rem;
    }

    .countDown{
        font-size: 12px;
    }

    .content{
        display: block;
    }

    .left-content{
        width: 100%;
    }
    .right-content{
        width: 100%;
    }
}

@media (max-width: 600px) {
    #about-image {
        width: 400px;
    }
}


@media (max-width: 500px) {
    #tagline-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    #about-image {
        width: 280px;
    }
}

@media (max-width: 420px) {
    .banner-container{
        padding: 15% 0 15% 0;
    }

    #about-image {
        display: none;
    }
}
