/*Homepage: Index.html page*/
/* Style for the sticky navbar */
.navbar {
    transition: background-color 0.3s ease-in-out;
    /* Add transition for smooth color change */
}

.bg-scroll {
    background-color: #333 !important;
    /* Add your desired background color */
}

/* Style for the links inside the navbar */
.navbar a {
    color: white;
}

.text-black {
    color: #000000 !important;
    /* Add your desired text color */
}

.navbar-light .active {
    color: #800000 !important;
}

.anncmnt {
    background-color: #800000;
    color: #fffdd0;
}

.h {
    color: #800000;
}

.h-bg {
    background-color: #800000;
}

.hfont {
    font-size: 38px;
}

.text {
    color: orange;
}

.text-bg {
    background-color: orange;
}

.bg {
    background-color: #fffdd0;
    padding: 2rem;
}

.bg1 {
    background-color: #fffdd0;
    padding: 1rem;
    border-radius: 1rem;
}

.bg-text {
    color: #fffdd0;
}

/*Carousel images styles*/
.items {
    background-image: linear-gradient(rgba(0, 0, 0.5, 0.5), rgba(0, 0, 0.5, 0.5));
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
}

/* About page hero image */
.item-about {
    background-image: linear-gradient(rgba(0, 0, 0.5, 0.5), rgba(0, 0, 0.5, 0.5));
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    width: 100vw;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}


/*Carousel text*/
.carousel-caption {
    position: absolute;
    top: 13rem;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-caption h4 {
    font-size: 64px;
    font-weight: 800;
}

.carousel-caption .btn-outline {
    color: #fffdd0 !important;
    background-color: #800000 !important;
}

.carousel-caption button {
    border-radius: 1rem;
    font-size: larger;
}

.impacts i {
    color: #800000;
    border-radius: 3rem;
    background-color: #fffdd0;
    padding: 2rem;
    position: relative;
    bottom: 1rem;
}

.vm {
    margin: 3rem 0;
}

.cv h3 {
    font-size: 36px;
}

/*What We Do*/
.wedo {
    margin-top: 3rem;
}

.wedo i {
    color: #fffdd0;
    border-radius: 2.5rem;
    background-color: #800000;
    padding: 1rem;
}


.adm-cta {
    background-image: linear-gradient(rgba(0, 0, 0.5, 0.5), rgba(0, 0, 0.5, 0.5)), url('Website/IMG_9755.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h3 p {
    font-weight: 600;
}

/*Profile Styles*/
.profile1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100%;
}

.profile {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100%;
}

/*Our Classes*/
.classes img {
    width: 100% !important;
    height: 120px !important;
}

.owl-carousel img {
    width: 60px;
    height: auto;
}

::placeholder {
    font-style: italic;
    font-size: smaller;
}

form .btn-warning {
    background-color: orange;
}

button {
    font-weight: 600;
}

footer a {
    color: black !important;
}

/*About Us*/
.about {
    margin: 3rem 0;
}
.about h3 {
    font-size: 36px;
    font-weight: 600;
}

.error {
    color: #ff0000;
}

::placeholder {
    font-style: italic;
    font-size: small;
}

/*Admission Closed*/
.adm-closed i {
    color: #fffdd0;
    border-radius: 3rem;
    background-color: #800000;
    padding: 2rem;
    position: relative;
    bottom: 1rem;
}

.success i {
    color: #fffdd0;
    border-radius: 3rem;
    background-color: #20e03a;
    padding: 2rem;
    position: relative;
    bottom: 1rem;
}

.adm-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}

footer {
    background-color: #800000a3;
    /* background-image: linear-gradient(rgba(0, 0, 0.5, 0.5), rgba(0, 0, 0.5, 0.5)), url('images/footer-bg.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    width: 100%;
    color: aliceblue;
}

footer .container {
    padding: 3rem 0;
}

/* General Styles */
h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.owl-carousel .item h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.owl-carousel .item p {
    font-size: 1rem;
    color: #333;
}

.text-warning {
    font-size: 1.2rem;
}

.owl-carousel .item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

@media (min-width: 100px) and (max-width: 576px) {

    /*Homepage: Index.html page*/
    .anncmnt {
        display: none;
    }

    .items {
        height: 60vh;
        width: 100vw;
    }

    /*Carousel text*/
    .carousel-caption {
        position: absolute;
        top: 6rem;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .carousel-caption h4 {
        font-size: 36px;
        font-weight: 800;
    }

    .abt {
        margin-bottom: 1rem;
    }

    .profile1 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
        width: 100%;
    }

    .enquiry .col-6 h3 {
        display: none;
    }

    footer p {
        padding: 2rem 0;
    }
}