.header-fixed {
	background-color:#292c2f;
	box-shadow:0 1px 1px #ccc;
	padding: 20px 40px;
	height: 80px;
	color: #ffffff;
	box-sizing: border-box;
	top:-100px;

	-webkit-transition:top 0.3s;
	transition:top 0.3s;
}

.header-fixed .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

/*	The header placeholder. It is displayed when the header is fixed to the top of the
	browser window, in order to prevent the content of the page from jumping up. */

.header-fixed-placeholder{
	height: 80px;
	display: none;
}

/* Logo */

.header-fixed .header-limiter h1 {
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-fixed .header-limiter h1 span {
	color: #5383d3;
}

/* The navigation links */

.header-fixed .header-limiter a {
	color: #ffffff;
	text-decoration: none;
}

.header-fixed .header-limiter nav {
	font:16px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-fixed .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	text-decoration:none;
	color: #ffffff;
	opacity: 0.9;
}

.header-fixed .header-limiter nav a:hover{
	opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
	color: #608bd2;
	pointer-events: none;
	opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
	padding: 10px 40px;
	height: 50px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

body.fixed .header-fixed-placeholder {
	display: block;
}

body.fixed .header-fixed .header-limiter h1 {
	font-size: 24px;
	line-height: 30px;
}

body.fixed .header-fixed .header-limiter nav {
	line-height: 28px;
	font-size: 13px;
}


/* Making the header responsive */

@media all and (max-width: 600px) {

	.header-fixed {
		padding: 20px 0;
		height: 75px;
	}

	.header-fixed .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}

	.header-fixed .header-limiter nav {
		line-height: 1;
		float:none;
	}

	.header-fixed .header-limiter nav a {
		font-size: 13px;
	}

	body.fixed .header-fixed {
		display: none;
	}

}

a {
    text-decoration: none;
}






#slider{
  width:100%;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  box-shadow:2px 5px 10px rgba(0,0,0,0.4);;
}

.slide{
  width:100%;
  
  display:none;
  animation-name:fade;
  animation-duration:1s;
  
}
img{
 width:100%; 
}
@keyframes fade{
  from{opacity:0.5;}
  to{opacity:1;}
}

.controls{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:1.5em;
  padding:15px 10px;
  border-radius:5px;
  
}

.controls:hover{
  background:white;
  transition:0.3s;
}

.controls:active{
  color:grey;
}

#left-arrow{
  left:10px;
}

#right-arrow{
  right:10px;
}

#dots-con{
  
  text-align:center;
}
.dot{
  display:inline-block;
  background:grey;
  padding:8px;
  border-radius:50%;
  margin:10px 5px;
}

.home_banner .active{
  background:#0D6EFD;
}

@media (max-width:576px){
  #slider{width:100%;
  
  }
  
  .controls{
    font-size:1em;
  }
  
  #dots-con{
    display:none;
  }
}
















.blog .blog-item .blog-img {
    overflow: hidden; /* Ensures that the image doesn't overflow on zoom */
    border-radius: 10px;
    position: relative;
}

.blog .blog-item .blog-img img {
    transition: transform 0.5s ease; /* Smooth zoom effect */
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Zoom on hover */
.blog .blog-item .blog-img:hover img {
    transform: scale(1.2); /* Scale image to 120% */
}

.blog .puja-section {
    scroll-behavior: smooth;
}

 /* .all-puja-section .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px #e9ecef;
    transition: 0.5s;
} */
.blog .puja-section .blog-item {
    border-radius: 10px;
    background-color: white;
    box-shadow: inset 0 0 15px #0d6efd2b;
    transition: 0.5s;
}

.blog .puja-section .blog-item .h4 {
    font-size: 17px;
    text-transform: capitalize !important;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .puja-section .btn {
    font-size: 12px;
}

.blog .btn.btn-primary {
    color: var(--bs-white);
    border: none;
}
/* body {
    background-color: #f7f7f7;
} */

.add-coin .cardd {
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    transition: all 0.3s;
    background-color: #fff;
    border: 2px solid #007bff;
}

.add-coin .cardd:hover {
    border: 2px solid #142f4b;
}

.add-coin .cardd-selected {
    border: 2px solid #007bff;
}

.add-coin .coin-icon {
    width: 25px;
    height: 25px;
    margin-top: 8px;
}

.add-coin .discount-tag {
    background-color: #0066ff;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 20px;
}

.add-coin .hot-tag {
    background-color: #ff6600;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 20px;
}

.add-coin .price-discount {
    text-decoration: line-through;
    color: grey;
    font-size: 0.9rem;
}

.add-coin .price {
    font-size: 1.2rem;
    font-weight: bold;
}

.add-coin .coin-number {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 5px;
}
.add-coin .btn-outline-secondary {
    border-radius: 0px 5px 5px 0px !important;
    background-color: #0d6efd;
    color: #fff;
}
.add-coin .btn-close {
    width: -1px !important;
    height: -5px !important;
}
.input-group .btn {
    position: relative;
    z-index: 0 !important;
}
.input-group>.form-control{
    border:1px solid #0d6efd;
}
.add-coin .modal-content{
background: linear-gradient(to right, #8099d0, #90a9cc);
}
.receipt h6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}
.receipt p {
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}
.transaction-steps .input-group-text{
  background-color: #0066ff;
  color: #fff;
}

.transaction-section {
  font-family: 'Work Sans', sans-serif;
  background: #00d2ff;
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
  background: linear-gradient(to right, #8099d0, #90a9cc);
}

.transaction-section .card {
  background: #16181a;
  border-radius: 14px;
  max-width: 300px;
  display: block;
  margin: auto;
  padding: 60px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 10px 40px black;
  z-index: 99;
}

.transaction-section .logo-card {
  max-width: 50px;
  margin-bottom: 15px;
  margin-top: -19px;
}

.transaction-section label {
  display: flex;
  font-size: 13px;
  color: white;
  opacity: .8;
}

.transaction-section label span {
  display: flex;
  font-size: 15px;
  color: white;
  margin-left: 5px;
}
.transaction-section .receipt {
  background: #dbdce0;
  border-radius: 4px;
  padding: 5%;
  padding-top: 200px;
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: -162px;
  /* z-index: -999; */
  position: relative;
}

.transaction-section .comprobe {
  text-align: center;
}

.transaction-section .sendicon {
  filter: invert(100%);
  padding-top: 2px;
}
.transaction-steps .qr {
  width: 250px;
  height: 250px;
}



















































/* ----------------Footer Start ----------------*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #0D6EFD;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #0D6EFD;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #0D6EFD;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #0D6EFD;
    padding: 13px 20px;
    border: 1px solid #0D6EFD;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #0D6EFD;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #0D6EFD;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.home_banner .slide img{
    height:450px;
}