*{
	margin: 0;
	padding: 0;
	box-sizing:  border-box;
}
body{
	    /* font-family: 'Halant', serif !important; */
      font-family: "Open Sans",  sans-serif !important; 
    overflow-x: hidden;
    overflow-y: scroll;
}
.font-family{
  font-family: "Open Sans",  sans-serif !important; 
}


.orange{
    background: #ef7215 ;
}
/*.logo{*/
	
    
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*.logo img{*/
/*    max-width: 37%;*/
/*}*/
.footer{
	  background: #30303a;
    padding: 20px 0px 10px;
    text-align: center;
}
.icon{
	    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #26252f;
    border-radius: 50%;
    font-size: 18px;
    /* color: #ef7215 !important; */
    color: white;
    transition: all 0.3s;
}
.icon:hover{
	color: #fff !important;
    background: #ef7215 !important;
}
.white-border{
	border-bottom: 1px solid white;
  margin: 0 auto;
  width: 88%;
}
/*.header-a{*/
/*	transition: all 0.3s;*/
/*}*/
/*.header-a:hover{*/
/*	color: #ef7215 !important;*/
/*	text-decoration: none;*/
/*}*/


.slider_container{
    position: relative;
    width: 100%;
    height: 40rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.slider{
    position: relative;
    width: 400%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
}
.slide{
    position: relative;
    min-width: 100%;
    height: 100%;
}
.slide .img1{
    width: 100%;
  height: 142%;
  transform: translate(0%, -28%);
}

.slide .back-img {
  background-image: url("../img/0.jpeg");
  width: 100%;
    height: 142%;
    transform: translate(0%, -9%);
  background-size: 100%;
  background-repeat: no-repeat;
}
.bottom-left {
  position: absolute;
  bottom: 8px;
  display: block;
      opacity: 85%;
      color: white;
    width: 100%;
        height: 55px;
}

.slide .img2{
    width: 100%;
    height: 142%;
    transform: translate(0%, -6%);
}
.slide .caption{
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size: 5rem;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.348);
    backdrop-filter: blur(10px);
    padding: 1rem 5rem;
    border-radius: 0 2rem 2rem 0 ;
}
@keyframes sliding {
    0% { 
        transform: translateX(0%);
    }
    20%{
        transform: translateX(0%);
    }
    25%{
        transform: translateX(-100%);
    }
    45%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-200%);
    }
    70%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-300%);
    }
    80%{
        transform: translateX(-300%);
    }
    90%{
        transform: translateX(-400%);
    }
    100%{
        transform: translateX(-500%);
    }
    
}
.me{
	width: 285px;
  height: 270px;
  border-radius: 150px;
  box-shadow: 6px 6px 10px 0px rgba(3.0000057220458727, 2.243301424427374, 2.243301424427374, 0.5);

}
.margin-50{
	margin: 50px 0px;
}
.catalog{
	background: #ef7215 !important;
	min-height: 500px;
	padding: 90px 0px;
}

.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-buttons {
  display: block;
}

.owl-item {
  text-align: center;
}
.owl-item img{
	display: block;
  max-width: 250px;
  height: 300px;

}


.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}
.container-80{
	margin: 0 auto;
  width: 80%;

}
.container-90{
    margin: 0 auto;
  width: 90%;

}
.book{
    width: 300px !important;
    height: 400px !important;
    display: block;
}

.runImage{
    width: 1000px;
    height: 700px;
}

.bookImage{
        max-width: 100%;
        height: 500px;
}
.swamiImage{
     width: 700px;
     height: 700px;
}

.quantity-counter {
  display: flex;
            flex-direction: row;
  width: 40px;
  .value {
    border: 1px solid #adadad;
    border-radius: 3px;
    margin: 2px 0;
    padding: 4px;
    text-align: center;
    -moz-appearance: textfield;
  }
  .increment,.decrement {
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    background: #4ca6a6 !important;
    color: #fff;
    padding: 5px 12px;
  }
}
.lh{
    line-height: 30px;
    font-family: 'Ramabhadra', sans-serif;
}

.contact{
    color: #ef7215 !important;
   
}
.insta{
  color: #E1306C !important;
}
.fb{
  color: #1877F2 !important;
}
.linkdin{
  color: #0A66C2 !important;
}
.twitter{
  color: #1DA1F2 !important;
}
.gmail{
  color:#4285F4 !important;
}

.bottom-left p{
        font-size: 20px;
}

.topnav .icon {
  display: none;
      transition: all 0.3s;
}


@media (max-width: 576px) { 

    .catalog .container-80{
        margin: 0 auto;
    width: 37%;
    }

    .cent{
        text-align: center;
    }

    .topnav .icon {
      display: inline-block;
      margin-left: 200px;
    }

    .container-80{
        margin: 0 auto;
        width: 80%;
    }

    .topnav img{
        display: inline-block;
    }
    .hide{
        display: none;
    }

    .author{
        margin: 0 auto;
        width: 70%;
    }

    .header li{
        display: block !important;
        margin: 20px 0px;
    }
    .slide .img2{
        height: 60%;
    }

    .slide .img1{
        height: 78%;
    }

    .bottom-left p{
        font-size: 15px;
    }
    .slider_container h3{
        font-size: 20px;
    }
    .author-para{
        margin: 0 auto;
        width: 90%;
    }
    .carousel-item img{
        height: 300px !important;
    }
    .blog .container-80{
        margin: 0 auto;
        width: 75%;
    }

    .swami {
        margin: 10px 10px;
    }

    .cont{
        margin: 0 auto;
        width: 100%;
    }
    .runImage{
        width: 100%;
        height: 300px;
    }
    .swamiImage{
     width: 100%;
        height: 300px;
}
    .sliderr img{
        height:250px !important;
    }
    .runImage{
        height:200px;
    }
    .logo-2{
        filter: invert(1);
            width: 25% !important;
}

}



/*img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}*/


.carda {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*width: clamp(20rem, calc(20rem + 2vw), 22rem);*/
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  /*border-radius: 1em;*/
  background: #ECE9E6;
background: linear-gradient(to right, #FFFFFF, #ECE9E6);

}



/*.card__body {*/
/*  padding: 1rem;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: .5rem;*/
/*}*/

@media(min-width:1024px){
    .card__header{
        width:27vw;
    }
}

.card__header>img{
    border-radius: 7.5px 0px 0px 7.5px;
}

.tag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .75rem;
}

.tag + .tag {
  margin-left: .5em;
}

.tag-blue {
  background: #56CCF2;
background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}

.tag-brown {
  background: #D1913C;
background: linear-gradient(to bottom, #FFD194, #D1913C);
  color: #fafafa;
}

.tag-red {
  background: #cb2d3e;
background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

/*.card__footer {*/
/*  display: flex;*/
/*  padding: 1rem;*/
/*  margin-top: auto;*/
/*}*/

.user {
  display: flex;
  gap: .5rem;
}

.user__image {
  border-radius: 50%;
}

.user__info > small {
  color: #666;
}
footer a:hover{
    text-decoration: none;
}
.yatra-bold{
    font-family: 'Yatra One', cursive;
            font-weight: bold;
}
.card-image{
    display: flex;
    gap: 5px;
    border: 2px solid #48bdbf61;
        border-radius: 15px;
        box-shadow: 0px 0px 10px 3px #b0b0b0;
}
.center-image{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
/*.sticky{*/
/*    position: sticky;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  z-index: 999;*/
/*  box-shadow: 0px 0px 4px 1px #ce636396;*/
/*}*/


.red-col{
    color:#ef7215 !important;
}
.logo-2{
        filter: invert(1);
            width: 14%;
}


.image-hover{
    opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.cont:hover .image-hover {
  opacity: 0.3;
}

.cont:hover .middle {
  opacity: 1;
}

.text {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.head{
        position: relative;
        top: 5px;
        font-size:35px !important;
            right: -9px;
}




/*  nav-bar-css  */
/*toggle-css*/
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
/*nav-css*/
a{
 text-decoration:none !important;
}
.web-nav{
    position:sticky;
    top:0px;
    z-index:999;
    background-color:#fff;
    box-shadow:0px 10px 10px #5c503a;
}

.web-nav-logo figure{
 width:80px;
}
.web-nav-links{
 flex-grow:1;
}
.web-nav-links ul a{
	display:block;
	padding:10px;
	color:black;
}
.web-nav-links ul a:hover{
    color:white;
    background-color:orange;
}
.toggle-nav-show{
    transform:scaleY(1) !important;
    /*font-size:1.2rem !important;*/
    z-index:999;
}
@media(max-width:992px){
    .web-nav-links{
        position:absolute;
        /*top:68px;*/
        width:100vw;
        background-color:orange;
        /*font-size:0px;*/
        transform:scaleY(0);
        transform-origin:top;
        transition:all 0.5s ease;
    }
    .web-nav-links ul li{
        width:100vw;
        text-align:center;
        border-top:1px solid #ddd;
    }
    .web-nav-links ul li:hover{
        background-color:white;
        color:orange;
    }
    
    .toggle-nav-main{
        width: 100vw;
        display: flex;
        align-items: center;
    }
}

/*****************************side bar css***********************/
.flex{
  display: flex;
}
.flex-70{
  flex:70%;
}
.flex-30{
  flex:30%;
}
.side-image{
    width: 100px;
    height: 100px;
    margin: 10px 0px 0px 70px;
}
/* .shadow{
  box-shadow: 0px 0px 0px 0px;
} */
.post-side{
  height:auto;
 
}
.post{
      background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1;
    display: flex; 
   flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* text-align: center; */
    /* transition: background 0.2s; */
    z-index: 1;
}
.feature-post::after {
  content: '';
  width: 100px;
  max-width: 100%;
  box-sizing: border-box;
  height: 2px;
  display: block;
  background-color: #000; /* Add a color to make the line visible */
  margin-top: 10px;       /* Optional spacing from the element */
}


