*
{
    margin:0px;
    padding:0px;
}
p{
    padding:0;
    margin:0;
    font-size:15px;
}
a{
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6,p,a,ul li
{
    font-family:sans-serif;
}
h2
{
    font-size:24px;
    font-weight:600;
}
h4
{
    font-size:20px;
}
table tr td
{
    padding:15px 22px!important;
}

/***------------- Spinner -------------***/
#spinner 
{
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show 
{
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.back-to-top 
{
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/***------------- Button -------------***/
.btn 
{
    transition: .5s;
}
.btn-square 
{
    width: 38px;
    height: 38px;
}
.btn-sm-square 
{
    width: 32px;
    height: 32px;
}
.btn-lg-square 
{
    width: 48px;
    height: 48px;
}

.btn-square,.btn-sm-square,.btn-lg-square 
{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/***------------- Navbar -------------***/
.sticky-top 
{
    top: -150px;
    transition: .5s;
}
.logo img 
{
    width:150px;
}
.navbar 
{
    /*padding: 15px 0;*/
    font-family:sans-serif;
    font-size: 18px;
}
.navbar .navbar-nav .nav-link 
{
    margin-left: 30px;
    padding: 0;
    outline: none;
    color: var(--bs-dark);
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active 
{
    color: var(--bs-primary)
}
.navbar .dropdown-toggle::after 
{
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active 
{
    color: var(--bs-white);
    background: var(--bs-primary);
}
@media (max-width: 991.98px) 
{
    .navbar .navbar-nav .nav-link  
    {
        margin-left: 0;
        padding: 10px 0;
    }
}
@media (min-width: 992px) 
{
    .navbar .nav-item .dropdown-menu 
    {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu 
    {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/***------------- Hero Header -------------***/
.hero-header 
{
    margin-top: -100px;
    padding-top: 150px;
    background: url("../img/hero-bg.jpg") top center no-repeat;
    background-size: cover;
}
.hero-header h3{
    font-size:55px;
}
.hero-header .breadcrumb-item+.breadcrumb-item::before 
{
    color: var(--light);
}
.header-carousel 
{
    position: relative;
    padding: 45px 90px 45px 0;
}
.header-carousel::before 
{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}
.header-carousel .owl-dots 
{
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-carousel .owl-dot 
{
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 2px solid var(--bs-white);
    transition: .5s;
}
.header-carousel .owl-dot.active 
{
    height: 30px;
    background: var(--bs-white);
}
/***------------- About -------------***/
.about-img 
{
    position: relative;
    overflow: hidden;
}
.about-img::after 
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}




.class-age-section {
    margin-top: -90px !important;
    z-index: 9;
    position: relative;
}

.class-age-section {
    padding: 40px 0 0 0;
}

.card-age-section {
    background: #fff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 5px -50px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.iconCard {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: .2;
    transition: .8s all;
}
.iconCard img {
    height: 65px;
}
.card-age-section a {
    padding:20px;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    font-size:18px;
    letter-spacing: -1.2px;
    min-height: 110px;
}
.card-age-section a span img {
    height: 38px;
    margin-right: 1px;
    transition: .5s all;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.divAbsolute-card {
    position: absolute;
    left: 0 !important;
    width: 100% !important;
}
.divAbsolute-card h3{
    font-size:20px;
}
.card-age-section:hover .divAbsolute-card {
    rotate: 0deg;
    transition: .4s ease;
    transition: .5s all;
    background-image: linear-gradient(90deg, rgb(89, 92, 255) 0%, rgb(72, 221, 242) 100%);
}
/*----------------Notice-----------------*/
.tab .main_div .tablinks{
    margin:10px 15px;
}
.tab .main_div .tablinks a{
    padding:10px 15px;
}
.upcoming-notice .card-body marquee p span{
    color:#000!important;
}
.upcoming-notice .card-body marquee{
    height:300px;
}

/*-----------Card Silder------------*/
    @layer base, demo;
@import url(https://fonts.bunny.net/css?family=abel:400);

@layer demo {
    .carousel {
        --items: 6;
        --carousel-duration: 40s;
        @media (width > 600px) {
            --carousel-duration: 30s;
        }
        --carousel-width: min(
            80vw,
            1200px
        ); /* note - it will "break" if it gets too wide and there aren't enough items */
        --carousel-item-width: 280px;
        --carousel-item-height: 450px;
        --carousel-item-gap: 2rem;

        --clr-cta: rgb(0, 132, 209);

        position: relative;
        width: var(--carousel-width);
        height: var(--carousel-item-height);
        overflow: clip;

       /* &[mask] {
            mask-image: linear-gradient(
                to right,
                transparent,
                black 10% 90%,
                transparent
            );
        }*/

        &[reverse] > article {
            animation-direction: reverse;
        }
        /* hover pauses animation */
        &:hover > article {
            animation-play-state: paused;
        }
    }
    .carousel > article {
        position: absolute;
        top: 0;
        left: calc(100% + var(--carousel-item-gap));
        width: var(--carousel-item-width);
        height: var(--carousel-item-height);
        display: grid;
        grid-template-rows: 200px auto 1fr auto;
        gap: 0.25rem;
        border: 1px solid light-dark(rgba(0 0 0 / 0.25), rgba(255 255 255 / 0.15));

        padding-block-end: 1rem;
        border-radius: 10px;
        background: light-dark(white, rgba(255 255 255 / 0.05));
        color: light-dark(rgb(49, 65, 88), white);

        /* animation */
        will-change: transform;
        animation-name: marquee;
        animation-duration: var(--carousel-duration);
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-delay: calc(
            var(--carousel-duration) / var(--items) * 1 * var(--i) * -1
        );
        &:nth-child(1) {
            --i: 0;
        }
        &:nth-child(2) {
            --i: 1;
        }
        &:nth-child(3) {
            --i: 2;
        }
        &:nth-child(4) {
            --i: 3;
        }
        &:nth-child(5) {
            --i: 4;
        }
        &:nth-child(6) {
            --i: 5;
        }
        &:nth-child(7) {
            --i: 6;
        }
        &:nth-child(8) {
            --i: 7;
        }
    }
    .carousel img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        border-radius: 10px 10px 0 0;
    }
    .carousel > article > *:not(img) {
        padding: 0 1rem;
    }
    .carousel > article > div {
        grid-row: span 2;
        display: grid;
        grid-template-rows: subgrid;
        font-size: 0.8rem;
    }
    .carousel > article h2 {
        font-size: 1.2rem;
        font-weight: 300;
        padding-block: 0.75rem 0.25rem;
        margin: 0;
    }
    .carousel > article p {
        margin: 0;
    }
    .carousel > article a {
        text-decoration: none;
        text-transform: lowercase;
        border: 1px solid var(--clr-cta);
        color: light-dark(var(--clr-cta), white);
        border-radius: 3px;
        padding: 0.25rem 0.5rem;
        place-self: start;
        transition: 150ms ease-in-out;
        &:hover,
        &:focus-visible {
            background-color: var(--clr-cta);
            color: white;
            outline: none;
        }
    }

    @keyframes marquee {
        100% {
            transform: translateX(
                calc(
                    (var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap))) *
                        -1
                )
            );
        }
    }
}

/* general styling */
@layer base {
    * {
        box-sizing: border-box;
    }
    :root {
        color-scheme: light dark;

        --bg-dark: rgb(2, 6, 24);
        --bg-light: rgb(229, 229, 229);
        --txt-light: rgb(10, 10, 10);
        --txt-dark: rgb(245, 245, 245);
    }
    /*body {
        background-color: light-dark(var(--bg-light), var(--bg-dark));
        color: light-dark(var(--txt-light), var(--txt-dark));
        min-height: 100svh;
        margin: 0;
        padding: 1rem;
        font-size: 1rem;
        font-family: "Abel", sans-serif;
        line-height: 1.5;
        display: grid;
        place-items: center;
        gap: 2rem;
    }*/
}



/*-----------Footer-------------*/
footer {
    background-color: #000000ba;
}