html, body {
    font-family: 'Taviraj', serif;
}

.nav-font{
    color:white;
    font-weight:700;
}

/* .logo {
    object-fit: contain;
} */

.event h5 {
    background-color: #b35b09 ;
    color: #fff;
    font-weight: 700;
}

.event-link {
    background-color: #ff9933;
}

.event-links a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(0, 0, 0);

}
.carousel-caption {
    background-color: white;
    background: white;
}
.carousel-caption h5 {
    color: #313030;
    font-weight: 700;
    font-size: 30px;
}

.carousel-caption p {
    color: #313030;
    font-weight: 500;
    font-size: 20px;
}

.event-links a:hover {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.footer-input {
    background-color: #f931;    
}

.official-link li {
    list-style: none;
    margin-top: 5px;
}

.official-link li a {
    color: white;
}

footer {
    background-color: #313030;
    color: white;
    
}

.footer {
    text-decoration: none;
    color: white;
}

.footer-link {
    background-color: black;;
    color: white;
}

.img:hover {
    transform: scale(1.5);
    transition: all 1s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    
}


/* index page css */
.hover-section:hover {
    box-shadow: 0 0 50px rgba(14, 11, 11, 0.3);
    cursor: pointer;
}

.program-line {
    border-left: 2px solid green;
    height: 100%;
}


.slide img {
    object-fit: fill;
}

.program-img img {
    object-fit: cover;
}

.section-2 img {
    object-fit: cover;
}

.event h3 {
    color: #d38a38;
}

.event h6 {
    color: #ee8c0c
}

.event-backgroung {
    

    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    
    background-size: cover;
}

/* about */
.about {
    background-color: #f5d7b0;
}

.hr {
    border: 1px solid black;
}

.pooja-border a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    
}

.pooja-border {
    border:1px solid rgb(0, 0, 0);
}

.table-border {
    border-color: black;
}

table.table-bordered{
    border:1px solid rgb(0, 0, 0);
  }
table.table-bordered th{
    border:1px solid rgb(0, 0, 0);
}
table.table-bordered td{
    border:1px solid rgb(0, 0, 0);
}

.institute a{
    text-decoration: none;
    font-size: 20px;
}

.audi {
    padding: 7%;
    color: #ff7b00;
    font-weight: 700;
    /* background: blue; */
    text-shadow: 3px 3px 3px rgb(51, 24, 2), 0 0 2em blue, 0 0 0.3em blue;

}

.office-left {
    background-color: white;
    padding: 10px;
}
.office ul li {
    list-style-type: none;
    padding: 10px;
    background-color: white;
}

.office ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}
@media screen and (max-width: 750px) {
    html {
        overflow-x: hidden;
    }

    .pooja-hide {
        display: none;
    }
 }