@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Itim', cursive;
    background-size: cover;
    background: url("../images/5559852.jpg");
}

#logo-panel {
    padding: 0px;
    border: 0px;
}

.logo-image {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.banner-image {
    width: 100%;
    height: auto;
}

#top-menu {
    min-height: 80px;
    /*background: url("../images/header-bg.jpg");*/
    opacity: 1;
    background: rgb(12, 137, 142);
    background: linear-gradient(90deg, rgba(12, 137, 142, 1) 0%, rgba(104, 200, 203, 1) 95%);
}


/*
#top-menu::after {
    content: "";
    background: url("../images/header-bg.jpg");
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
*/

#top-menu,
h3 {
    margin-bottom: 0px;
}

#top-menu .btn {
    font-size: 1.1rem;
}

#main-body {
    max-width: 100%;
}

#main-body h1 {
    justify-content: center;
}

#activity-info {
    min-height: 600px;
    font-weight: 500;
    border-radius: 10px;
}


/*
#activity-info::after {
    content: "";
    background-image: url("../images/rainbow.webp");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
*/

#title-text {
    font-weight: 900;
    font-size: 4.5em;
    -webkit-text-stroke: 1px black;
    color: white;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, -1px -1px 0 #000, -1px -1px 0 #000, -1px -1px 0 #000;
}

#title-text .letters {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    opacity: 1;
}


/*----------------------------------- Menu Button -------------------------*/

.menu-button {
    border-radius: 30px;
    letter-spacing: .1rem;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ffb84d;
    border-radius: 30px;
}

.menu-button:hover {
    background-color: #f15416;
    transform: translateY(-4px);
}

.menu-button:active {
    background-color: #f15416;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.menu-button2 {
    border-radius: 30px;
    font-size: 1rem;
    letter-spacing: .1rem;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #760ed8;
    border-radius: 30px;
}

.menu-button2:hover {
    background-color: #f15416;
    transform: translateY(-4px);
}

.menu-button2:active {
    background-color: #f15416;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.menu-button3 {
    border-radius: 30px;
    font-size: 1rem;
    letter-spacing: .1rem;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #e90e0e;
}

.menu-button3:hover {
    background-color: #f15416;
    transform: translateY(-4px);
}

.menu-button3:active {
    background-color: #f15416;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.menu-button-group {
    padding: 5px;
    margin-bottom: 15px;
}

.activity-item {
    border-radius: 10px;
    padding: 10px 10px 20px 20px;
    margin-top: -2px;
    /*border-left: 2px solid #34b7a7;*/
    position: relative;
    background: white ;
    background-position: center;
}


/*
.activity-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0px;
    background: white;
    border: 2px solid #34b7a7;
}*/

#footer {
    background-color: #4a37bb;
    padding-top: 15px;
    min-height: 160px;
    color: white;
    text-align: center;
    font-size: 1.2rem;
}

#facebook-page {
    text-decoration: none;
}

#fb-button {
    text-decoration: none;
    color: white;
}

#fb-button :hover {
    text-decoration: none;
    color: blue;
}


/* for video banner */

#videoDiv2 {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

#video2 {
    width: 100%;
    height: auto
}

#video3 {
    width: 100%;
    height: 112px;
}

.department-list {
    background-color: rgb(253, 245, 245) ;
    padding: 5px;
    border-radius: 5px;
}

.department-title {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    text-align: center;
    right: 30px;
    bottom: 40px;
    border-radius: 30px;
    z-index: 1000;
    opacity: 0.9;
    --bs-btn-bg: coral;
    --bs-btn-border-color: coral;
    animation: action 1s infinite alternate;
}