body {
    margin: 0px;
    padding: 0px;
    font-family: 'Quicksand', sans-serif;
}



.logo a {
    padding: 0px;
    display: flex;
}

.logo a p {
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
    line-height: 1;

}

.logo a p img {
    max-width: 70px;
    height: 70px;
    border-radius: 50px;
    margin-right: 10px;
    display: none;
}

.navigation {
    background-color: #7b0200;
    border-bottom: 5px solid #ffb700;
    border-top: 5px solid #ffb700;

}

.navigation nav {
    padding: 20px 0px;
}


.collapse:not(.show) {
    display: block;
}





.prev-icon{
    background-image: url('../img/angle-left-solid.png');
    background-size: 60% 100%;
   
}

.next-icon{
    background-image: url('../img/angle-right-solid.png');
    background-size: 60% 100%;
   
}


/* .navigation-link .navbar-nav {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: fit-content;
    padding: 10px 40px;
} */

.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}




.navigation-link .navbar-nav .nav-item {
    padding: 8px 0px;

}

.navigation-link .navbar-nav .nav-item .nav-link {
    padding: 0px 18px;
    color: #fff;
    font-weight: 500;
    border-right: solid #fff 1px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;

}

.no-border-right {
    border-right: none !important;
}


.menu-underline {
    width: 0%;
    height: 3px;
    background-color: red;
    margin-top: 5px;
    transition: 0.5s;
}

.navigation-link .navbar-nav .nav-item .active .menu-underline {

    width: 100%;
    height: 3px;
    background-color: red;
    margin-top: 5px;
    transition: 0.5s;
    display: block;
}

.navigation-link .navbar-nav .nav-item .nav-link:hover .menu-underline {

    width: 100%;
    transition: 0.5s;

}


.banner-carousel .carousel .carousel-inner .carousel-item img {
    filter: brightness(90%);
    object-fit: cover;
}

.Welcome-section {
    padding: 50px 0px 25px 0px;
}



.heading {

    text-align: center;
    margin-bottom: 20px;
}

.heading-underline {
    height: 5px;
    width: 100px;
    background-color: #7b0200;
    margin-top: 10px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
}

.live-stream {
    background-color: red;
    margin-left: 15px;
    box-shadow: 1px 1px 10px #ffb700;
    border-radius: 5px;
    border: 1px solid #ffb700;
    animation: blinker 2s linear infinite;
}

.live-stream a{
    font-weight: 700 !important;
}






@keyframes blinker {
    50% {
        opacity: 0.5;
    }

}


.Welcome-section-dec nav .nav-tabs .nav-link {
    width: 50%;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.Welcome-section-dec nav .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 2px solid #7b0200;
    color: #7b0200;
}

.Welcome-section-dec nav .nav-tabs .active {
    border: none;
    border-bottom: 2px solid #7b0200;
    color: #7b0200;
}

.Welcome-section-dec {
    box-shadow: 1px 1px 10px #bcbcbc;
    padding: 30px 50px;
    border-radius: 10px;
}

.heading-left {
    text-align: left;
}

.Welcome-section-dec .tab-content {
    height: 550px;
    overflow-y: scroll;
    padding: 0px 20px;
}

.Welcome-section-dec .nav {
    box-shadow: 0px 12px 10px -13px;
}


.Welcome-section-dec .tab-content::-webkit-scrollbar {
    display: none;
}


footer {
    background-color: #7b0200;
    color: #fff;
    padding: 30px 0px 10px 0px;
    margin-top: 25px;
}

#festivals p img {
    width: 16px;
    margin-right: 10px;
}


.Welcome-section-img img {
    border-radius: 40px;
}

.about-us {
    padding: 50px 0px 25px 0px;
}

.about-us p {
    font-weight: 600;
}

.gallery-box {
    padding: 25px 0px;
}

.gallery {
    width: 100%;
    border-radius: 20px;
}

.gallery div .tab-content .tap-pane img {
    height: 400px;
    object-fit: cover;
}

.gallery-link button {
    color: #7b0200;
    text-align: left;
}

.gallery-link .active {
    background-color: #7b0200 !important;
}

/* .gallery-link {
    margin-right: 40px;
} */

.gallery-link .nav {
    width: 200px !important;
}

.festivals p{
    margin-bottom: 35px;
}

.live-stream  a{
    padding-top :3px !important;
}

@media screen and (max-width: 1199px){
    .Welcome-section-dec .tab-content{
        height: 350px;
    }
}



@media screen and (max-width: 992px) {
   .Welcome-section-dec{
    padding: 20px;
   }

   .Welcome-section-dec .tab-content{
    height: 400px;
   }

}





@media screen and (max-width: 991px) {
    .collapse:not(.show) {
        display: none;
    }

    .navigation-link .navbar-nav .nav-item .nav-link {
        border-right: none;
    }

    .navigation-link {
        margin-top: 20px;

    }

    .live-stream {
        width: fit-content;
        margin-top: 10px;
    }

    .Welcome-section-dec{
        margin-top: 20px;
    }

    .navigation-link .navbar-nav .nav-item .nav-link{
        display: inline-block;
    }

}

@media screen and (max-width: 768px) {
    /* .navigation-link .navbar-nav {
        display: block;
        width: auto;
    } */



    .logo a p {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px){
    .gallery-link .nav{
        width: 100% !important;
        margin-bottom: 30px;
        justify-content: center;
    }

    .gallery-link .nav button{
       font-weight: 600;
    }



  
}



@media screen and (max-width: 576px) {

    .logo a p {
        font-size: 25px;
    }
}

