body {
    line-height: 1.8;
    color: #666;
    font-size: 0.95rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

a {
    text-decoration: none;
}

/* carousel */
/* Custom CSS to ensure full width and proper image scaling */
.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 300px;
    max-height: 500px;
}

/* Adjust carousel caption positioning if needed */
.carousel-caption {
    background-color: rgba(60, 103, 66, 0.69);
    padding: 15px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 700px;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    opacity: 1;
}

.carousel-control-prev span,
.carousel-control-next span {
    background-color: rgba(36, 158, 63, 0.7);
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}

.carousel-control-prev {
    left: 2%;
}

.carousel-control-next {
    right: 2%;
}

.round {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* End carousel */

.nav-link .sub {
    display: none;
}

.text-light {
    color: #d3d6d9;
}

.text-dark-green {
    color: #316b3b !important;
}

.bg-info-c {
    background-color: #00181c;
}

.bg-dark-blue {
    background-color: #202c45;
}

.bg-dark-green {
    background-color: #316b3b;
    color: #d3d6d9;
}

.navbar-nav .nav-item a {
    color: #22293d;
    font-weight: 600;
    letter-spacing: 0.3px;
}


.btn {
    border-radius: 0px;
    padding: 8px;
}

.btn-dark-green {
    background-color: #316b3b !important;
    color: #f1f1f1;
    box-shadow: 2px 2px 5px #595959;
}

.btn-dark-green:hover {
    background-color: # #4a9157 !important;
    color: #f1f1f1;
    box-shadow: 3px 3px 5px #595959;
}

.box-shadow {
    box-shadow: 4px 4px 5px #373737;
}

.border {
    border: 1px solid gray;
}

.text-black {
    color: black;
    font-size: 2em;
}

.fw-700 {
    font-weight: 700;
}

img {
    max-width: 100%;
}

.profile .picture {
    width: 19rem;
}

.profile .picture img {
    border-radius: 1rem;
}

.header-line-1 {
    border-bottom: 4px solid rgba(213, 186, 43, 0.85);
    width: 6rem;
    margin-bottom: 20px;
}

.event-balance {
    width: 6rem;
}

.border-hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.border-hover:hover {
    /* padding: 12px; */
    border: 1px solid rgba(3, 29, 59, 0.568);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.list-group-item {
    border: none;
    color: white;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #316b3b;
    /* box-shadow: 0px 0px 1px 2px rgb(199, 199, 199); */
}

.list-group-item:hover {
    border: none;
    background-color: #316b3b;
    color: whitesmoke !important;
    /* transition: 1s ease-in; */
}

.entry-time {
    float: left;
    padding: 5px 15px;
    margin-right: 15px;
    background-color: black;
    color: whitesmoke;
    font-weight: 700;
}

.border-top {
    border-top: 2px solid black;
}

.center-item {
    margin: auto;
}

.footer {
    width: 100%;
    height: 70vh;
    padding-top: 3rem;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 8, 0.801)), color-stop(0%, rgba(0, 37, 8, 0.801))), url("/static/img/bg/background.png");
    background: linear-gradient(90deg, rgba(0, 37, 8, 0.801) 0%, rgba(0, 37, 8, 0.801) 0%), url("/static/img/bg/background.png");
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 8, 0.801))), url("/static/img/bg/background.png");
    background: linear-gradient(90deg, rgba(0, 37, 8, 0.801) 0% rgba(0, 37, 8, 0.801) 0%), url("/static/img/bg/background.png");
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-footer {
    color: thistle !important;
}

.footer-icon {
    /* background-color: rgb(1, 19, 48); */
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 3px;
    color: white;
    font-size: 20px;
    -webkit-transform: rotateX(90);
    transform: rotateX(90);
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.btn-yellow {
    background-color: rgba(213, 186, 43, 0.85);
    -webkit-box-shadow: 0px 2px 4px 1px;
    box-shadow: 0px 2px 4px 1px;
    border: none;
}

.btn-dark-yellow {
    background-color: rgba(213, 186, 43, 0.85);
    -webkit-box-shadow: 0px 2px 4px 1px;
    box-shadow: 0px 2px 4px 1px;
    border: none;
    color: aliceblue;
}

.footer-icon:hover {
    color: rgba(213, 186, 43, 0.85);
}

.footer-list li {
    padding-bottom: 10px;
}

.footer-text {
    color: #afadad;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.footer-text:hover {
    color: white;
}

.footer-list li:hover {
    padding-bottom: 10px;
}

.text-yellow {
    color: rgba(236, 203, 31, 0.85) !important;
}

.hr-yellow {
    background-color: rgba(236, 203, 31, 0.85) !important;
}

.hr-light {
    background-color: #ececec;
}

.hr-gray {
    background-color: silver;
}

.hr-danger {
    background-color: #ce382d;
}

.hr-yellow.hr-1 {
    height: 1px;
}

.hr-yellow.hr-2 {
    height: 2px;
}

.hr-yellow.hr-3 {
    height: 3px;
}

.social-media-mobile span {
    display: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

/* media query */
@media (max-width: 413px) {
    .nav-top {
        display: none;
    }

    .institue-detail {
        display: none;
    }

    .institute-name {
        font-size: 13px;
    }

    .social-media-mobile span {
        display: block;
        margin-left: 2rem;
    }

    .navbar-toggler-icon {
        color: #316b3b;
    }

    .navbar-toggler {
        color: white;
    }

    .header-img {
        /*background-image:url(" {% static 'img/header.jpg' %}");*/
        width: 100%;
        letter-spacing: 0.3px;
        margin-top: -2rem;
        height: 20rem;
        color: aliceblue;
        text-align: center;
        overflow: hidden;
        padding-top: 40px;
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .header-img h3 {
        letter-spacing: 1px;
        color: aliceblue;
        text-align: center;
        font-size: 28px;
    }

    .heading-text {
        font-size: 22px;
        margin-top: -3rem;
    }

    .footer {
        width: 100%;
        height: 70vh;
        padding-top: 3rem;
        overflow: scroll;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 8, 0.801)), color-stop(0%, rgba(0, 37, 8, 0.801))), url("/static/img/bg/background.png");
        background: linear-gradient(90deg, rgba(0, 37, 8, 0.801) 0%, rgba(0, 37, 8, 0.801) 0%), url("/static/img/bg/background.png");
        /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 8, 0.801))), url("/static/img/bg/background.png");
        background: linear-gradient(90deg, rgba(0, 37, 8, 0.801) 0% rgba(0, 37, 8, 0.801) 0%), url("/static/img/bg/background.png");
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .text-mobile {
        font-size: small;
    }

    .welcome-note {
        text-align: justify;
    }

    .border-mobile {
        /* border: 1px solid rgb(196, 196, 196); */
        -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 37, 8, 0.596) !important;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 37, 8, 0.596) !important;
    }
}

/*# sourceMappingURL=style.css.map */