@import url('https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Ancizar Serif", serif;
    font-style: normal;
}

#bg-video,
.video-overlay,
.landing {
    height: 100vh;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

nav {
    background: none!important;
    position: fixed;
}

.navbar-item {
    color: #ffffff;
    font-size: 1.5em;
    letter-spacing: 2px;
    margin-top: 25px;
}

.navbar-item:hover {
    background: none!important;
    color: aqua;
}

.hero {
    color: white;
    text-align: left;
    z-index: 5;
    padding: 0 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.hero i,
.hero p,
.hero strong {
    color: #ffffff!important;
}


.hero-body .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-body .buttons .button {
    background: none!important;
    color: #ffffff;
    font-size: 1.5em;
    padding: 10px 50px;
    letter-spacing: 3px;
}

.hero-body .buttons a:hover {
    background: aqua!important;
    transition: 1s ease-in;
    color: #000;
}

.scroll-down {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 190px;
    padding: 10px;
    font-size: 36px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(8px);
    }
    60% {
        transform: translateY(4px);
    }
}

.vl {
    border-left: 2px solid #000;
}

.tab-button {
    border: 1px solid #ddd;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    z-index: 10;
}

.tab-button.is-active {
    background-color: #f50057;
    color: white;
    border-color: #f50057;
}

.event-card {
    margin-top: 20px;
}

.hl-divider {
    border: 1px solid #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    z-index: 1;
}

#happen{
    background: #ddd;
    z-index: -1;
}

#upcomming {
    background: #ddd;
}

iframe{
    width: 100%;
}

.navbar-menu-h .navbar-item{
    color: #000;
}

.navbar-menu-h .navbar-item:hover{
    color: #000;
}

.navbar-end p:hover{
    color: #000;
}

.navbar-end p,
.navbar-end p a{
    color: #000;
}

.navbar-end p a:hover{
    color: #d62976;
}

#facebook, #instagram, #twitter, #linkedin, #youtube{
    color: #000;
}

#facebook:hover{
    color: #1877F2;
}

#instagram:hover{
    color: #d62976;
}

#twitter:hover{
    color: #000;
}

#linkedin:hover{
    color: #0077B5;
}

#youtube:hover{
    color: #FF0000;
}

#back{
    background: url('assets/image/con.jpg');
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#back::after{
    position: relative;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#wall{
    margin-top: 50px;
    column-count: 4;
    column-gap: 40px;
}

#brick img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    border-radius: 15px;
    border: 5px solid #d62976;
}

@media only screen and (max-width: 720px){
    #wall{
        column-count: 2;
    }

    .hl-divider{
        display: none;
    }
}

@media only screen and (max-width: 480px){
    #wall{
        column-count: 1;
    }

    .hl-divider{
        display: none;
    }
}
