/* custom code start from here  */
.about-dhol img {
    width: 500px;
}
a:hover{
    text-decoration: none;
}

a{
    text-decoration: none;
}

.gallery-img img {
    width: 250px;
    object-fit: cover;
  
    margin: 0px 27px;
        height: 210px;
}

a.header-content__logo.logo img {
    width: 113px;

}

a.footer-content-box__logo.logo img {
    background: #fff;
    width: 123px;
    border-radius: 10px;
}

.support__inner {
    position: relative;
    background: url('https://c.ndtvimg.com/2024-09/17mgh5d_ganesh-chaturthi-ani_625x300_07_September_24.jpeg?im=FeatureCrop,algorithm=dnn,width=1200,height=738');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Overlay effect */
.support__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity */
    z-index: -1;
}



.section-top__img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    background-blend-mode: multiply;
}


.blog-grid__item.blog-grid-item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 10px #ccc;
       transition: transform 0.5s ease;
}

.blog-grid__item.blog-grid-item:hover {
    transform: scale(1.05); /* slight zoom-in */
}

.reasons-list__icon img {
    width: 50px;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 56%;
    height: 3px;
    background: #fff;
    top: 18px;
    left: 21%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
    background: #e9302f;
}
/* custom code stop from here  */


h1,h2, h3{
  font-family: 'Cinzel', serif !important;
  text-decoration: underline;
}
p {
    font-family: 'Lato', sans-serif !important;
}
h3,a {
    font-family: 'Lato', sans-serif !important;
}

