html {
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
* {
  box-sizing: border-box;
  max-width: 100%;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  width: 100%;
  padding: 0px;
  margin: 0rem;
  line-height: 1.8;
  font-family: var(--poppins);
  position: relative;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../image/bodybg1.png);
  background-size: cover;
}

*,
::before,
::after {
  box-sizing: border-box;
  outline: none;
}

:root {
  --primery-color: #421d37;
  --secondary-color: #ffdca9;
  --gradint-color: linear-gradient(180deg, #050e23, #1e263d);
  --white-color: #fff;
  --btn-color: #ec2d17;
  --poppins: "Poppins", sans-serif;
  --text-color: #b5b5b5;
  --text-flow: #8994b1;
}

a,
a:hover {
  text-decoration: none;
  color: var(--primery-color);
}
.topbar {
  background-color: var(--primery-color);
  padding-block: 12px;
}

.btnlive-inner {
  background-color: var(--btn-color);
  color: var(--white-color);
  padding: 2px 16px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}
.headerbg {
    background-image: url(../image/head-bg.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 48% 40%;
}
.livebtn {
  select {
    background-color: #ffffff;
    border: 1px solid;
    font-size: 14px;
    font-weight: 500;
    color: #0c0c0c;
    width: 100%;
    border-radius: 40px;
    padding: 3px;
  }
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #bd1836 !important;
}
.bg-theme {
  background-image: linear-gradient(#ea6f21, #a22e13);
  padding-block: 0.5rem;
  border-bottom: 1px solid #faaa1a;
  border-top: 1px solid #faaa1a;
}

.listitem {
  z-index: 1;
  border-right: 1px solid #a17f27;
  margin: 0px !important;
  /* padding-inline: 13px; */
}
.listitem > a {
  color: #fff !important;
  padding-inline: 1.5rem !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.aboutbg::before {
  background-image: url(../image/border1.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.listitem {
  ul {
    li {
      a {
        font-size: 14px;
      }
    }
  }
}
 
@media (min-width: 991px) {
  .columncount {
    /* display: flex
; */
    column-count: 5;
    gap: 0;
    img {
      width: 100% !important;
    }

    a {
      width: 100% !important;
    }
  }
  .columncount img {
    display: block;
    height: 300px;
    object-fit: cover;
    width: 100% !important;
  }
}

@media (min-width: 776px) {
  .columncount {
    /* display: flex
; */
    column-count: 2;
    gap: 0;
  }
  .columncount img {
    display: block;
    height: 300px;
    object-fit: cover;
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .columncount {
    /* display: flex
; */
    column-count: 6;
    gap: 0;
  }
  .columncount img {
    display: block;
    height: 300px;
    object-fit: cover;
    width: 100% !important;
  }
  .pdright {
    margin-right: 7rem;
  }
  .pdleft {
    margin-left: 7rem !important;
  }
  .center-logo img {
    position: absolute;
    right: 0;
    left: -35px;
    text-align: center;
    margin: 0 auto;
    display: block;
    top: 0px;
    z-index: 1;
    max-width: 260px;
  }

  .bg-theme {
    padding-block: 2rem;
    z-index: 3;
  }
}
/***media-mobile--**/
@media (max-width: 576px) {
  .input-group {
    flex-direction: column;
  }

  .input-group input,
  .input-group .btn {
    border-radius: 30px !important;
    width: 100%;
  }

  .input-group .btn {
    margin-top: 10px;
  }
  .headerbg {
 
    padding-block-end: 20px;
}
.slider {
    position: relative;
    width: 100%;
    min-height: 184px !important;
    overflow: hidden;
    border-radius: 0px;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55% !important;
    display: flex;
    z-index: 0;
}
.aboutbg::before{
  display: none;
}
.height1 {
    height: 102px;
    overflow: hidden;
}
.nav-btn {
    position: absolute;
    top: 29% !important;
    transform: translateY(-50%) !important;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    display: none;
}
.navbar-nav .dropdown-menu {
    position: static;
    z-index: 999999;
    position: relative !important;
    transform: translate(0px, 0px) !important;
    max-width: 100%;
    width: 90%;
    margin: 0 auto !important;
}
.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: rgb(83 43 16) !important;
    border-radius: 12px;
    transition: all 0.3s 
ease;
    box-shadow: -6px 9px 11px -4px red;
}
.contact-info h5 {
    color: #ffffff !important;
    font-weight: 600;
}
.text-gold {
    color: #ffffff !important;
    font-size: 24px !important;
}
h2.faq {
    font-size: 24px !important;
    margin-bottom: 24px !important;
}
.contact-heading {
    font-size: 32px !important;
    font-weight: 800;
    color: #fff;
    margin-bottom: 34px !important;
}
}
.overlay::before {
  content: "a";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #421d3733, #421d37);
}
.bg2 {
  background-image: linear-gradient(1deg, #121212, transparent),
    url(../image/shyambaba-reengus.jpg) !important;
}
.bgimg {
  background-image: linear-gradient(1deg, #121212, transparent),
    url(../image/banner.jpg);
  min-height: calc(100vh - 200px);
  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: center;
  background-position: center center;

  h2 {
    color: var(--white-color);
    font-size: clamp(2rem, 2.5vw, 3rem);
    max-width: 600px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    margin-block-end: 100px;
  }
}

section {
  padding-block: 80px;
  position: relative;
}
.about-inner {
  p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    text-shadow: 1px 1px 4px #0000006b;
  }
  span {
    font-size: 24px;
  }

  h2 {
    font-size: 32px;
    color: var(--white-color);
    font-weight: 600;
    margin: 0px;
    text-shadow: 1px 1px 4px #0060ed;
  }
}
.news {
  font-size: 2rem;
  color: var(--primery-color);
}
.newsblog {
  a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1rem;
  }
}

.card-inner {
  border: 2px solid #421d37;
  border-radius: 8px;
  padding: 1.5rem 1rem 1.5rem 1rem;
  box-shadow: 7px 16px 1px 1px var(--primery-color);
  position: relative;
  background-color: var(--white-color);

  p {
    margin: 0px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
span.date {
  position: absolute;
  right: 90px;
  top: -14px;
  background: #7d4454;
  padding: 2px 8px;
  border-radius: 8px;
  color: var(--white-color);
}

.m24 {
  margin: 24px 0px;
}
.card-main {
  margin-block-end: 40px;
}

.marquee {
  display: flex;
  align-items: center;
  background-image: linear-gradient(#a70012, #960006);
  padding: 0.5rem 0px;
  color: #fffaf3;
}

.marquee marquee {
  animation: mymove 5s infinite;
  transition: 0.2s;
  font-weight: bold;
}

@keyframes mymove {
  from {
    color: yellow;
  }
  to {
    color: white;
  }
}

.ctabanner {
  background-color: #7d4454;
  color: var(--white-color);
  padding: 48px 0px !important;

  p {
    margin: 0px;
  }
}
.cta-inner h2 {
  font-weight: 600;
}
.btn-donation {
  background-image: linear-gradient(45deg, #ffb310, #fdd80a);
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 24px;
}

.ctabanner {
  color: var(--white-color);
  padding: 48px 0px !important;
  background: linear-gradient(90deg, rgb(156 0 10) 61%, rgb(156 0 10) 56%);
}

.temple {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}
.events img {
  max-width: 100%;
}
.scrollauto {
  max-height: 580px;
  overflow-y: auto;
  padding: 10px;
}
.flower {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text-card h3 {
  color: #5d0f05;
  font-size: 18px;
}
.mb-40 {
  margin-block-end: 40px;
}

footer {
  background: url(../image/texture.png);
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-repeat: repeat;

  p {
    color: var(--white-color);
    font-size: 16px;
    position: relative;
    font-weight: 600;
    text-shadow: 1px 2px 0px #9c000a;
  }
}
.footer-about img {
  margin-bottom: 12px;
}

.widget-title {
  h5 {
    font-size: 16px;
    color: var(--white-color);
    margin-block-end: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    border-left: 6px solid #9c000a;
    padding-left: 11px;
    text-shadow: 1px 2px 0px #9c000a;
  }

  li {
    margin-bottom: 10px;
  }

  a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 2px 0px #9c000a;
  }
}
img.footer-element-1 {
  position: absolute;
  top: 0;
  max-width: 100%;
}
img.flag {
  position: absolute;
  bottom: -20px;
  left: 0;
  max-width: 300px;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
img.flag2 {
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 200px;
  width: 100%;
  opacity: 0.5;
}
.footer-about {
  position: relative;
}
.ctabannernew {
  background-image: linear-gradient(45deg, #00000087, #00000087),
    url(../image/shyambaba-banner.jpg);
  padding: 8rem 0rem;
  color: #fff;
}
.text-mute,
.text-mute:hover {
  color: #b3b3b3;
}

.newsinner {
  box-shadow: 1px 1px 12px 1px #80808021;
  border-radius: 12px;
  overflow: hidden;

  span {
    font-size: 12px;
    padding-block-end: 8px;
  }
}
.newstext {
  padding: 1.2rem;
  background: var(--white-color);

  h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    padding-block-end: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.5;
    color: #545252;
    margin: 0px;
    padding-block-end: 12px;
  }
  a {
    font-size: 14px;
  }
}
.image-news {
  > img {
    object-fit: cover;
    height: 100%;
    height: 250px;
    width: 100%;
  }
}
.mb-40 {
  margin-block-end: 2rem;
}
.slidewrap {
  padding: 1rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: #ffffff99;
  border-radius: 50px;
  backdrop-filter: blur(1px);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "prev";
  font-size: 18px;
  color: #000;
  font-weight: 800;
}
.swiper-button-next:after {
  rotate: 180deg;
}
.bg-gray {
  background: #fff4e4;
}
iframe {
  border: 0;
  width: 100%;
  border-radius: 10px;
  min-width: auto !important;
}
.footergallery img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.offcanvas{
  background: linear-gradient(90deg, rgb(156 0 10) 61%, rgb(156 0 10) 56%);
}
.offcanvas-title {
    color: #ffff;
}
.offcanvas-body .nav-link {
    color: #fff;
}
.btn-close {
   
    filter: invert(1);
}
@media (max-width: 767px) {

  .about-inner {
  p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    text-shadow: 1px 1px 4px #0000006b;
  }
  span {
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 600;
    margin: 0px;
    text-shadow: 1px 1px 4px #0060ed;
  }
}
 section {
        padding-block: 24px;
    }
    .tabs-container {
    padding: 0px 0px !important;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 100%;
    width: 1%;
    min-width: 100%;
}
footer {
    padding: 40px 0px;
   
}
  .mb-40 {
    margin-block-end: 1rem;
  }
  .slidewrap {
    padding: 0rem;
  }
  iframe {
    height: 200px;
  }
  .bgimg {
    height: calc(100vh - 500px);
  }
}
.fancyimage img {
  border-radius: 8px;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.card-image img {
  max-width: 100%;
  min-width: 100%;
}
.cardmain h3 {
  font-size: 18px;
  font-weight: 600;
}
.cardmain p {
  font-size: 14px;
}
.card.cardmain .card-body {
  height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
button.btn.btn-primary,
button.btn.btn-primary:focus {
  background: var(--primery-color);
  border-color: var(--primery-color);
}

.newsletter-section {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.newsletter-heading {
  font-size: 2rem;
  font-weight: 600;
}

.newsletter-text {
  color: #6c757d;
}

.input-group input {
  border-radius: 30px 0 0 30px;
}

.input-group .btn {
  border-radius: 0 30px 30px 0;
}



button.btn.btn-danger {
  background: #f74904;
}
.newsletter {
  background: #9c000a;
  color: #fff;
  p {
    color: #fff;
  }


 
.headerbg {
    background-image: url(../image/head-bg.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 47% 40%;
}
}

.logo {
  background-color: #fff4e4;
}

.slider {
  position: relative;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
  border-radius: 0px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
}

.slice {
  flex: 1;
  background-size: cover;
  background-position: center;
  transform: translateY(100%);
  transition: transform 0.7s ease-in-out;
}

.slide.active .slice {
  transform: translateY(0);
}

.slide .slice:nth-child(1) {
  transition-delay: 0s;
}
.slide .slice:nth-child(2) {
  transition-delay: 0.1s;
}
.slide .slice:nth-child(3) {
  transition-delay: 0.2s;
}
.slide .slice:nth-child(4) {
  transition-delay: 0.3s;
}
.slide .slice:nth-child(5) {
  transition-delay: 0.4s;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.nav-btn:hover {
  background: #fff;
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

.tabs-container {
  padding: 50px 0;
}

.nav-tabs {
  border-bottom: 2px solid #fff;
  justify-content: center;
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  background: #fff;
  border: none;
  font-weight: 600;
  color: #333;
  margin: 0 10px;
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
}

.nav-tabs .nav-link.active {
  background: #ff5f06;
  color: white;
}

.tab-content {
  padding: 20px;
}

.cardmain {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.cardmain:hover {
  transform: translateY(-5px);
}

.text-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.text-card span {
  font-size: 0.9rem;
  color: #777;
}

h2 {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .nav-tabs {
    flex-direction: row;
    align-items: center;
  }

  .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
}

/* Member Image */
.member-img {
    width: 100%;
    height: 300px; /* fixed height for thumbnails */
    object-fit: cover; /* crop and maintain aspect ratio */
  }

 
