:root {
    --primary-color: #c00113;
}

.highlight-text {
    color: white;
    background-color: #c00113;
    display: inline-block;
    margin-top: 4px;
    /* Prevent overlap on smaller screens */
    padding: 4px 8px;
    /* Padding for a highlighted look */
    border-radius: 4px;
    /* Rounded corners for better aesthetics */
    font-weight: bold;
    /* Ensure the text is bold */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional: Add a slight shadow for a pop effect */
}

.newbanner {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 5vw;
    line-height: 110%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    height: 30vw;
}

.banner-content {
    animation: zoomIn 2s ease-out;
}
.banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
}

/* /* .columnlcr {
    opacity: 0;
} */
.animate-slide-left {
    animation: slideInLeft 1s ease-out forwards;
}
.animate-slide-left {
    animation: slideInLeft 1s ease-out forwards;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.fs12 {
    color: white;
    font-family: Impact;
    font-size: 4vw;
}

.fs13 {
    font-size: 3vw;
}

.fs14 {
    font-size: 2vw;
}
.fw-bold {
    font-weight: 700 !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.fs-2 {
    font-size: calc(1.325rem + .9vw) !important;
}
.mt-3 {
    margin-top: 1rem !important;
}

@media (max-width: 1000px) {
    .fs12 {
        font-size: 6vw;
    }
}

@media (max-width: 400px) {
    .fs12 {
        font-size: 8vw;
    }
}

@media (max-width: 1000px) {
    .fs13 {
        font-size: 5vw;
    }
}

@media (max-width: 400px) {
    .fs13 {
        font-size: 6vw;
    }
}

@media (max-width: 1000px) {
    .fs14 {
        font-size: 6vw;
    }
}

@media (max-width: 400px) {
    .fs14 {
        font-size: 4vw;
    }
}

@media (max-width: 1000px) {
    .volcard {
        margin-top: 20%;
    }
}

@media (max-width: 500px) {
    .newbanner {
        font-size: 6.5vw;
    }
}
