

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.cursive-font {
    font-family: 'Hind', sans-serif;
}

.Hind-font {
    font-family: 'Hind', sans-serif;
}



/*< ----------------navbar---------------------> */

/* .fixed-top {
    position: static;
} */
.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.menu-navbar .navbar-brand img {
    height: 80px;
}

.navbar-collapse {
    transition: all 0.5s;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.contact-item {
    font-size: 13px;
    font-family: 'Hind', sans-serif;
}

.menu-item a {
    font-size: 14.2px;
    font-weight: 900;
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
    color: black;
}

.menu-navbar {
    background-color: #FFFFFF;
}


/* <---------------footer--------------> */
.footer {
    background-color: #262626;
}

.footer-latext-event-img {
    width: 90px;
    height: 90px;
    object-fit: fill;
}







/*<======================= mobile-responsive=====================> */

@media (max-width: 480px) {

    /* <-------navbar-------> */
    .menu-navbar .navbar-brand img {
        height: 70px;
    }

    /* .fixed-top {
        position: fixed;
    } */

    /* .contact-nav {
        position: fixed;
        top: 0;
    } */

    .navbar-collapse {
        background-color: black;
        width: 100%;
    }

    .menu-item {
        border-bottom: 1px solid white;
    }

    .menu-item a {
        color: #FFFFFF;
        padding-left: 10px;
    }
}







/* <=================tab responsive=======================>*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* <--------------navbar--------------> */
    .menu-navbar {
        /* margin-top: 44px; */
    }

    .navbar-collapse {
        background-color: black;
        width: 100%;
    }

    .menu-item {
        border-bottom: 1px solid white;
    }

    .menu-item a {
        color: #FFFFFF;
        padding-left: 10px;
    }

}