@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: “Poppins”, sans-serif;
}

.slider {
    transition: transform 0.5s ease-in-out;
}

.hero-img {
    background-blend-mode: multiply;
    background-image: url("./images/hero-bg.jpg"),
    radial-gradient(
        circle at center,
        rgba(112, 47, 41, 0.84) 0%,
        rgba(2, 0, 76, 0.9) 100%
    ) !important;
    background-position: center;
}

.menu-main-menu {
    text-transform: uppercase;
    font-size: 14px;
}

.menu-main-menu > li {
    position: relative;
}

.menu-main-menu > li a {
}

.menu-main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background-color: #ffffff;
    padding: 20px 0;
    text-align: left;
    border-top: 3px solid #2ea3f2;
    color: #050505;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-main-menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-main-menu .sub-menu li {
    padding: 0 20px;
    display: flex;
}

.menu-main-menu .sub-menu li a {
    width: 100%;
    padding: 4px 2px;
    border-bottom: 1px dotted #050505;
}

.menu-item-has-children {
    padding-right: 18px;
}

.menu-item-has-children > a:first-child:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNTQuMzA3IDY5LjU1YTkuODA2IDkuODA2IDAgMDAtMi44OC02Ljk1NmMtMy44NC0zLjg0LTEwLjA2OS0zLjg0LTEzLjkwNyAwbC0xMDkuNjYzIDEwOS42Ni0xMDkuNjYtMTA5LjY2Yy0zLjg0Mi0zLjg0LTEwLjA2OS0zLjg0LTEzLjkxIDAtMy44MzkgMy44NDItMy44MzkgMTAuMDY5IDAgMTMuOTFsMTE2LjYxNSAxMTYuNjE1YzMuODM4IDMuODQxIDEwLjA2OCAzLjg0MSAxMy45MDcgMEwyNTEuNDI0IDc2LjUwNGE5Ljc5NyA5Ljc5NyAwIDAwMi44ODMtNi45NTV6Ii8+PC9zdmc+");
    width: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notice-info-section {
    background-image: linear-gradient(
        120deg,
        rgba(130, 239, 91, 0.144) 0%,
        rgba(178, 121, 129, 0.11) 10%,
        rgba(119, 214, 124, 0.212) 20%,
        rgba(154, 162, 206, 0.151) 30%,
        rgba(193, 180, 120, 0.226) 40%,
        rgba(82, 124, 124, 0.192) 50%,
        rgba(221, 159, 224, 0.13) 60%,
        rgba(181, 244, 244, 0.192) 70%,
        rgba(232, 213, 118, 0.164) 80%,
        rgba(89, 137, 132, 0.192) 90%,
        rgba(237, 139, 191, 0.13) 100%
    );
}

.notice-info-section h1 {
    font-family: "Oswald", sans-serif;
}

.notice-info-section li {
    position: relative;
    border-bottom: 1px dotted #70706e;
    padding: 4px 0;
    padding-left: 20px;
}

.notice-info-section li::before {
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwZiIgZD0iTTYgNGwxNCA4LTE0IDh6Ii8+PC9zdmc+");
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
    color: blue;
}

.notice-info-buttons .button-1 {
    color: #ffffff;
    border-color: #003663;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    background-color: #003663;
    box-shadow: -5px -5px 0px 0px rgba(0, 99, 79, 0.19);
    transition: all 0.3s ease 0ms;
}

.notice-info-buttons .button-2 {
    color: #ffffff;
    border-color: #000000;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    background-color: #000000;
    box-shadow: -5px -5px 0px 0px rgba(0, 0, 0, 0.21);
    transition: all 0.3s ease 0ms;
}

.notice-info-buttons .button-1:hover,
.notice-info-buttons .button-2:hover {
    letter-spacing: 3px;
}

.essential-links a {
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}

.essential-links a:nth-child(1),
.essential-links a:nth-child(7),
.essential-links a:nth-child(10) {
    border-color: #6f47efb8;
    background-color: #bcacef47;
}

.essential-links a:nth-child(2),
.essential-links a:nth-child(8),
.essential-links a:nth-child(9) {
    border-color: #47acefb8;
    background-color: #accbef47;
}

.essential-links a:nth-child(3),
.essential-links a:nth-child(5),
.essential-links a:nth-child(12) {
    border-color: #54b378b8;
    background-color: #acefcd47;
}

.essential-links a:nth-child(4),
.essential-links a:nth-child(6),
.essential-links a:nth-child(11) {
    border-color: #dd9c1db8;
    background-color: #f1c05d47;
}

.inner-shadow {
    box-shadow: inset 0px 0px 80px 0px rgba(0, 0, 0, 0.6);
}

.widgettitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-variant: small-caps;
    color: #ffffff;
}

.information-list .single-info {
    background-color: #f4f4f4;
    border-width: 2px;
    border-color: #d3d3d3;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    box-shadow: 2px 2px 0px 0px #e8e8e8;
}

.information-list li::before {
    width: 12px;
    height: 12px;
}

.information-list ul li {
    border-bottom: none;
    font-size: 12px;
    padding: 2px 0;
    padding-left: 15px;
}

.carousel-fade {
    transition: opacity 0.5s ease-in-out;
}

.hidden-slide {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.active-slide {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}

.notice-bar {
    background: linear-gradient(to right, #4facfe, #00f2fe);
    color: white;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.footer {
    background-image: url(./images/footer.png);
    background-position: bottom center;
    background-size: cover;
}

.calendar {
    max-width: 450px;
    width: 100%;
    border: 1px solid #12877a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.calendar-header {
    text-align: center;
    background-color: #12877a;
    color: white;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #12877a;
    color: white;
}

.calendar-days div,
.calendar-dates div {
    padding: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-dates div {
    text-align: center;
    border: 1px solid #12877a;
    font-weight: normal;
}

.today {
    background-color: #ffdd57;
    font-weight: bold;
}

.mobile-navbar {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(249, 252, 255, 0.863);
    z-index: 999;
    padding: 40px 20px;
    transition: all .3s ease;
    color: #050505;
}

.mobile-navbar .menu-main-menu > li a {
    position: relative;
}

.mobile-navbar .menu-item-has-children > a:first-child:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNTQuMzA3IDY5LjU1YTkuODA2IDkuODA2IDAgMDAtMi44OC02Ljk1NmMtMy44NC0zLjg0LTEwLjA2OS0zLjg0LTEzLjkwNyAwbC0xMDkuNjYzIDEwOS42Ni0xMDkuNjYtMTA5LjY2Yy0zLjg0Mi0zLjg0LTEwLjA2OS0zLjg0LTEzLjkxIDAtMy44MzkgMy44NDItMy44MzkgMTAuMDY5IDAgMTMuOTFsMTE2LjYxNSAxMTYuNjE1YzMuODM4IDMuODQxIDEwLjA2OCAzLjg0MSAxMy45MDcgMEwyNTEuNDI0IDc2LjUwNGE5Ljc5NyA5Ljc5NyAwIDAwMi44ODMtNi45NTV6Ii8+PC9zdmc+");
    width: 10px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-navbar li {
    display: inline-block;
    width: max-content;
}

.mobile-navbar .menu-main-menu li .sub-menu {
    position: static;
    display: none;
    background-color: transparent;
    padding: 10px 0;
    border-top: none;

}

.mobile-navbar .menu-main-menu li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}
