@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root{
    --primary: #ff0000;
    --secondary: #f05423;
}
body {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 30px;
}
* {
  margin: 0;
  padding: 0;
}
a{text-decoration: none;}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1B2E59;
  margin: 0;
  line-height: 1.4;
  font-family: "Archivo", sans-serif;
}
h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
section{padding: 60px 0;}

/*----------bootstrap-navbar-css------------*/
.navbar-logo {
  padding: 0px 15px;
}
a.navbar-brand.navbar-logo img {
    max-width: 90px;
}
.navbar-mainbg {
  background-color: #fff;
  padding: 0px;
}
.navbar-mainbg.sticky {
  box-shadow: 0 2px 4px #ccc;
}
#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}
#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}
#navbarSupportedContent ul li a i {
  margin-right: 10px;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}
#navbarSupportedContent ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #1B2E59;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
#navbarSupportedContent > ul > li.active > a {
  color: #fff;
  background-color: transparent;
  transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}
.nav-link{
  font-size: 14px;
  color: #1B2E59;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-link i{font-weight: 600;font-size: 17px;}
.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: -100%;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #ff0000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #ff0000;
  bottom: 10px;
}
.hori-selector .right {
  right: -25px;
}
.hori-selector .left {
  left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}
.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}
.founders-member img{
    width:100%;
}
.founder-des {
    background: #fff;
    padding: 10px 20px;
    min-height: 382px;
}
.aarti, .stotras{
    margin-bottom:20px;
}
.stotras img {
    height: 220px;
    object-fit: cover;
    object-position: center;
}
.product-item{
    border: 1px solid #ccc;
    border-radius: 10px;
}
@media (min-width: 992px) {
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }
  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
  .hori-selector .right {
    right: 10px;
  }
  .hori-selector .left {
    top: -25px;
    left: auto;
  }
  .hori-selector .right {
    bottom: -25px;
  }
  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
  .navbar-toggler{background: var(--primary);padding: 8px 13px;}
  .navbar-toggler:focus{outline: none;box-shadow: none;}
  .navbar-toggler i{color: #fff;margin: 0; font-size: 24px;}
  .navbar-mainbg {padding: 10px 0px;}
}



/* Banner Css Start Here */
.main-banner{
  padding: 30px 0;
  background: linear-gradient(
    -45deg,
    #ffffff,
    #df9629,
    #ff8c00,
    #ff9419,
    #ff0000,
    #ff8a8a,
    #ff8282,
    #ff2424,
    #ff0000
  );
  background-size: 400% 400%;
  animation: gradient 9s ease infinite;
}

.left-side-image-celb img{position: relative;z-index: 3;}
.wheel{position: absolute;left: 65px;top: -27px;}
.wheel img {
  animation: circle 40s linear infinite;
  -webkit-animation: circle 40s linear infinite;
  max-width: 200px;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.inner-banner {
  /* background: linear-gradient(90deg, #ff0000, #fff 50%, #ff0000); */
  padding: 20px 50px 0 60px;
  border-radius: 10px;
  position: relative;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.right-side-content p {
  color: #fff;
  margin: 5px 0;
}
.right-side-content h1 {
  color: #fff;
  margin-bottom: 15px;
}
.main-btn {
  background-color: #000;
  padding: 10px 45px;
  border-radius: 30px;
  box-shadow: 0 1px 2px 1px #4a4848;
  display: inline-flex;
  font-size: 18px;
  color: #fff;
  transition: .3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.banner-cards{
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px;
}
.banner-cards-items {
    width: 24%;
    text-align: center;
    height: 100%;
    margin-right: 10px;
}
.banner-cards .icon{width: 70px;height: 70px;margin: 0 auto 5px;background-color: #ff84bc;transition: 0.5s all;}
a.card:hover .icon {transform: scale(1.1);transition: 0.5s all;}
.icon i{color: #fff;font-size: 30px;}
.icon.kalash{background-color: #ff0000;}
.icon.kalash img{padding: 10px;}
.icon.call{background: #12a822;}
.icon.cart{background: #2ec6f7;}
a.card h3 {color: #7a7d83;}
.product-description{min-height:150px; position:relative;}
.pro-mall-title, .pro-mall-price, .pro-details-title{
    font-size:1.2rem;
    font-weight:600;
    line-height: 22px;
}
.pro-mall-price{color: var(--secondary);}
.pro-mall-price span{color: var(--primary);}
.prod-img{
    height: 190px;width:100%;object-fit:cover;object-position:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-description .view-more {
    background: var(--primary);
    width: 95%;
    color: #fff;
    position: absolute;
    bottom: 0px;
}
/* Astro Live Css */
section.astro-live {
  background: #fff1f1;
}

.astro-box {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
.service-item {
  position: relative;
  padding: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 12px;
  border-radius: 8px;
  width: 20%;
  text-align: center;
  background-color: #fff;
}
.service-item .icon {
  width: max-content;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto 20px;
}
.service-item .icon img {
    width: 130px;
    max-width: 150px;
    border-radius: 8px;
    height: 130px;
    object-fit: cover;
    object-position: center;
}
.content {
  display: inline-block;
}
h4.title a {
  color: #1B2E59;
  text-decoration: none;
}
.sotcox-btn.live-btn {
  text-transform: uppercase;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 700;
  display: inline-block;
  background: #EC2326;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  overflow: hidden;
  z-index: 1;
}
.service-item .sotcox-btn.live-btn.green {
  background-color: #559100;
}


.astro-card {
  width: 200px;
  min-width: 200px;
  margin-right: 10px;
  padding: 0px;
  transition: all .3s ease-in-out;
}
.astro-image {
  border: 2px solid #ff0101;
  width: 60px;
  height: 60px;
  margin: 5px auto 0px;
  border-radius: 100px;
}
.astro-image img {
  width: 100%;
  border-radius: 50px;
}
.live_live_stats {
  font-size: 9px;
  text-transform: uppercase;
  background: #ff0101;
  padding: 2px;
  padding: 3px 6px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: -14px;
  border-radius: 6px;
}
.live_scheduled_p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  color: #fff;
}
.live-btn{
  background: #ffcc00;
    width: 100%;
    display: block;
    margin-top: 12px;
    border-radius: 0px 0px 7px 7px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: 0.5s all;
}
.astro-card:hover .live-btn {
  background: #cfa600;
  transition: 0.5s all;
}

.today-panchang {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0%, -50%);
}
.today-panchang a {
  background: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  color: #000;
  text-decoration: none;
  transition: 0.5s all;
}
.today-panchang a:hover {
  background: #fd0000;
  color: #fff;
  transition: 0.5s all;
}

.daily-horoscope{
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px;
}
.horoscope-item{
  position: relative;
  padding: 40px 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 12px;
  border-radius: 8px;
  width: 32%;
  text-align: center;
  background-color: #fff;
}
.horoscope-item img{width: 100px;}
.horoscope-item h3 {
  color: #EC2326;
  font-size: 16px;
  margin-top: 15px;
}


.astro_card {
  height: 100%;
}
.astro_card img {
    width: 120px;
    margin: auto;
    border-radius: 100px;
    height: 120px;
    margin-top: 12px;
    object-fit: cover;
    object-position: center;
}
.star-rating {
  max-width: 130px;
  padding: 5px !important;
  margin: 10px auto;
  position: relative;
  top: -30px;
}
.star-rating i {
  color: #FFCE31;
}
.astro_card a {
  padding: 6px 23px;
  background: #FDBA16;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  overflow: hidden;
  z-index: 1;
}
.see-all-btn {
  color: #EC2326;
  font-weight: 600;
  text-decoration: none;
}
.see-all-btn i{font-size: 15px;font-weight: bold;}
.astro-details {position: relative;top: -14px;}


.recomended-astro-card{
  display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 5px;
}
.astro-items {
    position: relative;
    padding: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin: 12px;
    border-radius: 8px;
    width: 230px;
    text-align: center;
    background-color: #fff;
}
.shop-now-card{
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px;
}
.shop-items{width: 260px;}
.shop-items img{max-width: 100px;margin-bottom: 10px;}

section.Recomended-astro {background: #f3fff9;}
.shotra-section {
  background-color: #FFF2F0;
}
.shotra-section-card{
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px;
}
.shotra-section-items {
  position: relative;
  margin: 10px;
  border-radius: 8px;
  width: 240px;
  text-align: center;
}
.shotra-section-items img {
    width: 180px;
    margin-bottom: 10px;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.blog-cards{display: flex;overflow-x: scroll;overflow-y: hidden;padding: 5px;}
.blog-card-items{margin: 10px;border-radius: 8px;width: 400px;padding: 10px;}
.blog-card-items h3{margin-top: 15px;line-height: normal;}
.blog-contents p{margin-bottom: 0;}


.playstore-btn {
  list-style: none;
  padding: 0;
}
.playstore-btn img {
  width: 10rem;
  height: 3rem;
  margin-top: 11px;
}

footer {
  background-color: #EC2326;
  padding: 10px 0;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li a {
  padding: 5px 15px;
  color: #fff;
  font-size: 15px;
}
.footer-links li a:last-child {
  padding-right: 0;
}
.copyright {
  font-size: 14px;margin: 0;
}
span#copyright-date {
  color: #fff;
}

.sgj-breadcrumb {
    background: red;
    text-align: center;
}
.header-wrap {
    padding: 50px 0;
    height: 190px;
    flex-wrap: wrap;
    color: #fff;
}
.header-wrap h1{
    width:100%;
    /*margin-bottom:2rem;*/
}
.aarti .card-title, .stotras .card-title{
    font-size:1.2rem;
    margin-bottom:0px;
}
.arti-bg {
    /*background: url(../images/paper-min.jpg);*/
    background-size: cover;
    padding: 1.2rem;
    border-radius: 10px;
    margin-bottom:1rem;
}
.arti-bg p{
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom:5px;
    color:#000;
    /*text-shadow: 2px 1px black;*/
}
.pro-category span{color:var(--secondary); font-size:1.1rem;;font-weight:600;}
.price-area, .price-area span{font-size:1.3rem;;font-weight:600;}
.price-area span{color:var(--secondary);}
.btn.view-more{background:var(--primary);color:#fff;min-width:200px;}
.owl-carousel .owl-stage {
    display: flex;
    gap: 15px;
}
.dropdown-menu[data-bs-popper] {
    left: unset;
}
li.nav-item.active {
    border-bottom: 2px solid var(--primary);
}
#navbarNavDropdown ul li.nav-item {
    margin: 0 10px;
}
span.gWalletbalance.color-red.bg-pink {
    background: #f8991f;
}
@media(max-width: 991px){

   section {padding: 30px 0;}
   a.navbar-brand.navbar-logo img {max-width: 130px;}
  .inner-banner {flex-direction: column;}
  .left-side-image-celb {order: 2;}
  .right-side-content{text-align: center;margin-bottom: 20px;}

  .banner-cards .icon {width: 45px;height: 45px;}
  .icon i {font-size: 20px;}
  a.card h3 {font-size: 13px;}

  .service-item {padding: 10px;margin: 5px;width: 190px;min-width: 190px;}
  .today-panchang h2 {font-size: 20px;}
  .daily-panchang {margin-top: 20px;}
  .horoscope-item {padding: 20px 20px;margin: 5px;width: 30%;}
  .astro_card img {width: 100px;height: 100px;}
  h2.heading {font-size: 24px;}
  .star-rating i {font-size: 13px;}
  .star-rating {max-width: 110px;padding: 2px !important;margin: 7px auto;}
  .astro-details h3 {font-size: 17px;}

}

@media(max-width: 767px){
    .pro-mall-title, .pro-mall-price, .pro-details-title {
        font-size: 1rem;
    }
    .product-description {
        min-height: 160px;
    }

    .btn.view-more{background:var(--primary);color:#fff;min-width:90% !important;max-width:90%;}
    
   a.navbar-brand.navbar-logo img {max-width: 130px;}
   .content h4 {font-size: 18px;}
   h2 {font-size: 26px;line-height: normal;margin-bottom: 15px;}
  .horoscope-item {padding: 20px 10px;margin: 3px;width: 33%;}
  .horoscope-item img {width: 80px;}
  .astro-items {padding: 10px 20px !important;margin: 6px;}
  .blog-card-items {width: 220px;min-width: 220px;margin: 5px;}
  .blog-card-items h3 {font-size: 18px;}
  .shotra-section-items {margin: 6px;min-width: 150px;}
  .shotra-section-items h3 {font-size: 18px;}
  .wheel {left: 25px;top: -61px;z-index: 0;}
  .shop-items h3 {font-size: 18px;}
  footer{text-align: center;}
  section.download-app {text-align: center;}
  .playstore-btn {justify-content: center;}
  a.footer-logo {margin-bottom: 20px;display: block;}
  .footer-links li a {padding: 6px 15px;border-bottom: solid 1px #d90508;display: block;}
  .footer-links {display: block !important;text-align: center;}
  .copyright {text-align: center;margin-top: 20px;line-height: normal;}
}