.blok {
    border-bottom: 6px solid #ffbb00;
    box-shadow: 3px 5px 10px #5853bc99;
    border-radius: 8px;
    transition: 0.3s;
}

.blok:hover {
    box-shadow: none;
}

.fs-0 {
    font-size: 3rem;
}

.magic-alg {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.lists li {
    list-style-type: none;
    text-decoration: none;
}

/* .dot{
    background: var(--color-2);
    height: 0.3rem;
    width: 0.3rem;
    border-radius: 50%;
} */

.dot-1 {
    background: var(--color-17);
    height: 0.3rem;
    width: 0.3rem;
    border-radius: 50%;
}

.dot-2 {
    background: var(--color-4);
    height: 0.3rem;
    width: 0.3rem;
    border-radius: 50%;
}

.dot-3 {
    background: var(--color-5);
    height: 0.3rem;
    width: 0.3rem;
    border-radius: 50%;
}

.btn-shd {
    box-shadow: 3px 5px 10px #ffbb0089;
}

.content {
    grid-row: 4 / 5;
    grid-column: 1 / -1;
    padding: 24px;
}

#notice-board {
    background: var(--color-1);
    border-radius: 10px;
    box-shadow: 3px 5px 10px #5853bc99;
}

.notice {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    /* justify-content: center; */
    align-items: center;
    color: var(--color-21);
}

.date {
    height: 85px;
    width: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--color-21);
    border-radius: 8px;
}

.notice-type {
    background: linear-gradient(
        90deg,
        var(--color-4),
        var(--color-21),
        var(--color-13)
    );
    background-size: 10%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        background-position: 0%;
    }
    50% {
        background-position: 50%;
    }
    100% {
        background-position: 100%;
    }
}

.expired {
    color: var(--color-8);
}

.expired .date {
    border: 2px solid var(--color-8);
}

.scroll {
    height: 450px;
    overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
    display: none;
}

.hov {
    color: var(--color-4);
    transition: 0.3s;
}

.hov:hover {
    color: var(--color-19);
}

.gall {
    height: 200px;
    border-radius: 8px;
    box-shadow: 3px 5px 10px #5853bc99;
    transition: 0.3s;
}

.gall img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.gall:hover {
    box-shadow: none;
}

.item {
    background: var(--color-1);
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    height: 80px;
    border-radius: 8px;
    box-shadow: 3px 5px 10px #5853bcb0;
    transition: 0.3s;
}

.item:hover {
    box-shadow: none;
}

.infs {
    height: 65px;
    width: 80px;
    border-radius: 5px;
}

.infs img {
    height: 100%;
    border-radius: 5px;
}

#overlay {
    /* background-image: url("../webImages/bg-patt-2.png"); */
    background: var(--color-19);
    /* opacity: 40%; */
}

.principal-note {
    width: 380px;
    height: 380px;
}

.principal-note img {
    width: 100%;
    height: 100%;
}

.display-picture {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.display-picture img {
    height: 100px;
    width: 100px;
    border-radius: 8px;
    box-shadow: 3px 5px 10px #09073cad;
}

.connect {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 15px;
    margin-left: -20px;
}

.connect li a i {
    border-radius: 50%;
    border: 2px solid var(--color-1);
}

.head-con {
    color: white;
    background: var(--color-1);
    transition: 0.3s;
}

.head-con:hover {
    color: var(--color-4);
}

.card {
    box-shadow: 3px 5px 10px #5853bc99;
    background: var(--color-1);
    border-radius: 10px;
}

.display-picture-f {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.display-picture-f img {
    height: 180px;
    width: 180px;
    border-radius: 8px;
    box-shadow: 3px 5px 10px #09073cad;
    border-radius: 50%;
    border: 3px solid white;
}

.connect-f li a i {
    border-radius: 50%;
    background: var(--color-4);
    color: var(--color-1);
    transition: 0.3s;
}

.connect-f li a i:hover {
    background: var(--color-19);
    color: var(--color-1);
}

.event {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: var(--color-1);
    box-shadow: 3px 5px 10px #09073cad;
    transition: 0.3s;
}

.event:hover {
    box-shadow: none;
}

.event-recent {
    width: 100%;

    height: 300px;
}

.event-recent img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.insh {
    filter: brightness(65%);
}

.carousel-caption-2 {
    top: 2%;
    text-align: left;
}

.blog-card {
    overflow: hidden;
    overflow-y: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    /* transition: transform 0.3s; */
    display: inline-block;
}

.upper-cap {
    position: absolute;
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.338),
        rgba(0, 0, 0, 0.453),
        rgba(0, 0, 0, 0.525),
        rgba(0, 0, 0, 0.627),
        rgba(0, 0, 0, 0.732)
    );
}

.lower {
    height: 150px;
    box-shadow: 3px 5px 10px #09073cad;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--color-1);
}

.t-blog {
    color: white;
    transition: 0.3s;
}

.t-blog:hover {
    color: var(--color-19);
}

.circle {
    height: 100px;
    width: 100px;
    box-shadow: 3px 5px 10px #5853bc99;
    border-radius: 50%;
}

.log {
    height: 100px;
    width: auto;
    box-shadow: 3px 5px 10px #5853bc99;
    border-radius: 15px;
}

.social-f {
    color: var(--color-4);
    border: 2px solid var(--color-4);
    border-radius: 50%;
    transition: 0.3s;
}

.social-f:hover {
    color: var(--color-19);
    border: 2px solid var(--color-19);
}

.social-a {
    color: var(--color-1);
    border: 2px solid var(--color-1);
    border-radius: 50%;
    transition: 0.3s;
}

.social-a:hover {
    color: var(--color-19);
    border: 2px solid var(--color-19);
}
