﻿/* var  */

:root {
  --bg-color: #007bff; /* define the variable */
}

.my-class {
  color: var(--main-color); /* use the variable */
}



.firstsec {
  display: flex;
  align-items: center;
  padding: 50px 0 100px;
}

.bstitle {
  font-size: 90px;
  font-family: 'sfont2';
  margin-bottom: 25px;
  text-align: center;
}
.bstitle2 {
  font-size: 45px;
  font-family: 'sfont2';
  margin-bottom: 25px;
  text-align: left;
}
.bssmalltitle {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: inherit;
  font-weight: 400;
  margin-bottom: 15px;
}
.animation1 {
  position: relative;
}

.animation1 img {
  position: absolute;
  left: 0;
  top: 0;
}

.animationimg1 {
  animation-name: anime1;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes anime1 {
  0%{transform: rotate(5deg);}
  50%{transform: rotate(0deg);}
  100%{transform: rotate(5deg);}
}

.bscard1-div img {
  width: 100%;
}
.bscard1-div {
  background: #ffffff8a;
  padding: 25px;
  margin-bottom: 15px;
  backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid white;
  border-radius: 10px;
}
.bssmalltitle {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: 'inter';
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.bscard1-div {
  background: #ffffff8a;
  padding: 25px;
  margin-bottom: 15px;
  backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid white;
  border-radius: 10px;
}
.bscard1-div img{
  
  width: 100%;
}

.defaultnavoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f9d900b8;
  z-index: 0;
}

.defaultnav {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}


.tabs_style_new > ul.nav > li > a {
  padding: 15px 35px;
}
.tabshadow {
  box-shadow: 0 40px 120px -20px rgb(0 0 0 / 51%);
}


.viewallbtn {
  font-size: 12px;
}
.viewallbtn svg polyline {
  stroke: #353535;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.bs-news {
  box-sizing: border-box;
  padding: 5px;
  background-color: #598659;
}
.inner-news {
  border-bottom: 1px dotted #fff;
  box-sizing: border-box;
  margin: 5px;
  padding: 0 0 8px 0;
}
.inner-news:last-child{
  border: none;
}

.bsnewsdata {
  color: var(--secondary);
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0;
}
.tabs_style_new .tab-content {
  min-height: 650px;
  position: relative;
}
.tabs_style_new .tab-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0c3f469e;
}
.lefttavcon-bs {
  padding: 30px;
}
.righthoroscope {
  background: #0c3f46;
  height: 100%;
  padding: 30px;
}

.hr-tabs-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tab-pane{
  position: relative;
  z-index: 1;
}
.tab-panelink {
  padding: 16px;
  background: #0f3a40;
  display: inline-block;
  font-family: 'inter';
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.tab-panelink span{
  color: #fff;
}
.tab-panelink:hover, .tab-panelink:active, .tab-panelink:visited {
  color: #fff;
}
.hr-tabs-nav-item .active {
  background: #164a51;
  font-weight: 400;
}
.bsnews-link {
  text-decoration: none;
}
.bsnewsdate {
  font-size: 12px;
  font-family: 'inter';
  font-weight: 500;
  color: var(--secondary);
}


#eluidf7800959 {
  margin-bottom: 150px;
  position: relative;
}
.tbk__subtitle {
  font-size: 16px;
  font-family: 'inter';
  font-weight: 300;
  line-height: 27px;
  color: #fff;
}
.bstabpanesliderbtncontrol{
  margin-top: 100px;
}
.bstabpanesliderbtncontrol .slick-arrow {
  position: absolute;
  top: -50px;
  right: 0;
  background: #0e3f46;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.bstabpanesliderbtncontrol .slick-prev {
  right: 55px;
}
.bstabpanesliderbtncontrol .slick-arrow svg g polyline{
  stroke:#fff;
}

.horoscope img {
  width: 92px;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
.horoscope {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  position: relative;
  flex-direction: column;
}
.rashiname {
  color: white;
  text-align: center;
}
.horoscope::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 60%;
  background-color: #ffffff12;
  left: 50%;
  top: 50%;
  transform: translate(-50% ,-50%);
  z-index: 0;
  border-radius: 97px 45px 115px 65px;
  transition: 1s;
}
.horoscope:hover::after {
  width: 60%;
  height: 80%;
}
.horoscopetitle {
  font-size: 16px;
  font-family: 'inter';
  font-weight: 400;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff30;
  padding-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
}
.bsinnernewstitle p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'inter';
  color: #fff;
  margin: 8px 0;
  border-bottom: 1px solid #ffffff47;
  padding-bottom: 2px;
}
.horoscopetitle img {
  width: 25px;
  margin-right: 7px;
}
.bsservices {
  height: 280px;
  margin: 0 2px;
  background-size: cover;
  background-position: top, center;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.tabpanebtn {
  background: #ffffff6e;
  position: relative;
  z-index: 1;
  padding: 1px 15px 2px 15px;
  border-radius: 6px;
  text-decoration: none;
  color: #1f1f1f;
  font-family: 'inter';
  font-size: 16px;
  border: 1px solid white;
}
.bsservices::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0f4b53, #ffffff00);
  height: 100%;
  width: 100%;
}

.tabservicetitle {
  font-size: 22px;
  color: white;
  position: relative;
  z-index: 9;
  font-family: 'inter';
  font-weight: 200;
  padding-bottom: 15px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.no-padding{
  padding: 0;
}





/* 3d card */


.znFlipboxElm {
  position: relative;
  height: 400px;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.znFlipbox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: inherit;
  perspective: inherit;
  border-radius: 15px;
  overflow: hidden;
}
.znFlipboxElm.znFlipbox--vAlignMiddle .znFlipbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.znFlipboxElm.znFlipbox--hAlignCenter {
  text-align: center;
}
.znFlipbox-overlayFront, .znFlipbox-overlayBack {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  opacity: 0.2;
  border-radius: 15px;
}
.znFlipbox-overlayBack1 {
  background: #fd646b;
  opacity: 1;
}
.znFlipbox-overlayBack2 {
  opacity: 1;
}
.znFlipbox-content {
  padding: 40px;
  width: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.znFlipboxElm .znFlipbox,
.znFlipboxElm .znFlipbox-content {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.3, 0.3, 1);
  transition-timing-function: cubic-bezier(0.5, 0.3, 0.3, 1);
}
.znFlipboxElm.znFlipbox--speedNormal .znFlipbox,
.znFlipboxElm.znFlipbox--speedNormal .znFlipbox-content {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.znFlipboxElm-pbOff.znFlipbox--rotateX .znFlipbox-front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateX:hover .znFlipbox-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.znFlipboxElm-pbOff.znFlipbox--rotateX .znFlipbox-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateX:hover .znFlipbox-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.vmicondiv {
  background: #fd646b;
  padding: 12px;
  transform: rotate(45deg);
  border-radius: 5px;
  box-shadow: 0 0 155px #06274c;
  border: 2px solid white;
  width: 80px;
  height: 80px;
}

.vmicondiv svg {
  transform: rotate(-45deg);
}
.vmicondiv2 {
  background: #7363fc;
}
.vmicondivbg1{
  background-color: #7363fc;
}
.vmicondivbg2{
background-color: #fd646b;
}

.znFlipboxElm-pbOff.znFlipbox--rotateX .znFlipbox-contentFront {
  -webkit-transform: translateX(0px) translateZ(0px) scale(1);
  transform: translateX(0px) translateZ(0px) scale(1);
}
body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateX:hover .znFlipbox-contentFront {
  -webkit-transform: translateX(-50%) translateZ(80px) scale(0.9);
  transform: translateX(-50%) translateZ(80px) scale(0.9);
  opacity: 0;
}
.znFlipboxElm-pbOff.znFlipbox--rotateX .znFlipbox-contentBack {
  -webkit-transform: translateX(50%) translateZ(80px) scale(0.9);
  transform: translateX(50%) translateZ(80px) scale(0.9);
  opacity: 0;
}
body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateX:hover .znFlipbox-contentBack {
  -webkit-transform: translateX(0px) translateZ(0) scale(1);
  transform: translateX(0px) translateZ(0) scale(1);
  opacity: 1;
}
.znFlipboxElm.znFlipbox--shadowsHover .znFlipbox {
  box-shadow: 0 0 0 transparent;
}
.znFlipboxElm.znFlipbox--shadowsHover:hover .znFlipbox {
  box-shadow: 0 32px 58px rgba(0, 0, 0, 0.2);
}

.znFlipbox-contentFront {
  /* background: #ffffff5c;
  margin: 0 40px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff36; */
}
.vmtitle {
  font-size: 25px;
  font-weight: 300;
  font-family: 'inter';
  color: #fff;
}
.znFlipbox-front {
  background: #124b54;
  position: relative;
}
.znFlipbox-front:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/home/pattern-bg.png);
  background-size: cover;
  background-position: left;
  opacity: 0.2;
}

.backcontent p {
  color: white;
  font-family: 'inter';
  font-weight: 300;
  font-size: 16px;
}
.btnteerwhite {
  font-size: 23px;
  font-family: 'inter';
  font-weight: 300;
  color: white;
}

.hearfortitlediv {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hearfortitlediv h3 {
  font-size: 40px;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  font-family: inter;
  font-weight: 200;
}
.hearfortitlediv h3 span {
  font-weight: 300;
  text-decoration: underline;
  color: white;
}












/* Hanuman ji animate  */

.logoblendimg {
  width: max-content;
  height: max-content;
  position: fixed;
  top: 0;
  left: 80px;
  z-index: 9;
  transform: scale(0.6) translate3d(-60px, calc(100vh - 75px), 0);
  transition: 1s;
}
.haniman-ji-animate {
  transform: scale(.2) translate3d(-350px, calc(-110vh - 75px), 0);
  opacity: 0;
}
.logo-grey{
  filter: grayscale(1);
  transition: 0.5s;
  transition-delay: 1s;
}
.logo-color{
  filter: none;
}


/* custom */
.bsmb5{
  margin-bottom: 5px !important;
}
.bggreen{
  position: relative;
}
.bggreen::after {
  position: absolute;
  background-color: var(--primary);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
}


.swiper-services-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.home_hero-form {
  color: #0e3f46;
  font-family: 'inter';
  font-weight: 700;
}

.divofform {
  padding: 15px;
  min-height: 440px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 65px;
}
.bsformsubmit {
  display: block;
  width: max-content;
  background: none;
  border: none;
  background: #0e3f46;
  padding: 5px 50px;
  font-size: 20px;
  color: white;
  box-shadow: 4px 4px 0px #598659;
  margin-top: 55px;
}
.home_hero-title {
  font-weight: 700;
  font-size: 50px;
}
.homeinput {
    color: #103f46;
    font-weight: 300;
}
.homeinput::placeholder{
  color: #103f469c;
  font-family:initial;
  font-style:italic;
  font-size:25px;
}
.homeinput {
    background: none;
    border: none;
    border-bottom: 2px solid #103f46;
    outline: none;
    max-width: 250px;
}
.home_hero-form {
  color: #0e3f46;
  font-family: 'inter';
  font-weight: 700;
  font-size: 40px;
}
.homeinputdate {
  max-width: 100%;
}








/* slide astrology section  */


.bdslidediv {
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bdslidediv::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: saturate(110%) blur(20px);
  z-index: 0;
  background: #00000087;
}
.bdslidedivinner{
  position: relative;
  z-index: 1;
}
.leftright {
  
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bsrightslick {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bsrightslick img {
  clip-path: polygon(0% 100%, 15% 0%, 100% 0%, 85% 100%);
  width: 80%;
  position: relative;
  top: 700px;
  transition: 1s;
}
.slick-current .bsrightslick img {top: 0px;}
.bsslickpara {
  font-size: 16px;
  font-family: 'inter';
  color: white;
  /* text-shadow: 0px 0px 18px black; */
}
.bsslititle {
  font-family: 'inter';
  color: white;
  font-size: 57px;
  font-style: italic;
  font-weight: 700;
}
.leftslick {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transition: 1s;
  opacity: 0;
  position: relative;
  top: -500px;
}
.slick-current .leftslick {
  top: 0px;
  opacity: 1;
}

.slidernavstyle {
  margin-top: -150px;
  padding: 7px 0;
}
.slidernavstyle .slick-current .crossbg {
  background: rgb(255 255 255 / 31%);
}
.crossbg {
  background: rgb(255 255 255 / 15%);
  backdrop-filter: blur(20px) saturate(120%);
  border-radius: 50px;
  border: 1px solid #ffffff4d;
  text-align: center;
  padding: 15px 15px 10px;
  margin: 0 7px;
}
.slidecount {
  font-weight: 600;
  color: white;
  font-size: 24px;   
}
.bsbtncard {
  opacity: 1;
  overflow: visible;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  transform: translate(0px, -228px);
  bottom: -60px;
  right: 0;
  margin-top: 0px;
  font-size: 20px;
  font-family: 'inter';
  font-weight: 300;
  z-index: 19;
  background: #ffffff1f;
  border-radius: 0;
  backdrop-filter: blur(20px);
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff96;
}
.bsrightslick{
  position: relative;
}
.scrollmenu {
  top: 0 !important;
}
.scrollmenutopnone {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.bsmrmenutop-top{
  margin-top: -25px;
}
.zi-999 {
  z-index: 999;
}


.bsnavtitle {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 300;
}
.bsslititlestroke {
  position: absolute;
  left: -50%;
  font-size: 192px;
  white-space: nowrap;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff00;
  -webkit-text-stroke: 1px #ffffff75;
  text-stroke: 2px #000;
  top: 0;
  font-family: sans-serif;
}



.bsbigslidebtncontrol .slick-arrow {
  position: absolute;
  top: 50%;
  right: -220px;
  border: none;
  transform: translateY(-50%);
  outline: none;
  background: none;
  transition: 0.5s;
}
.bsbigslidebtncontrol .slick-arrow:hover {
  background: #a20028;
  padding: 0;
}
.bsbigslidebtncontrol .slick-prev {
  right: -130px;
}
.bsbigslidebtncontrol .slick-arrow svg {
  width: 80px;
}
.bsbigslidebtncontrol .slick-arrow svg g polyline{
  stroke:#fff;
}

.lifeleftsvg {
  transform: rotate(180deg);
}
.bsbigslidebtncontrol .slick-arrow svg {
  width: 80px;
  height: 80px;
}





/* recent update slide  */
.recrntclick {
    position: fixed;
    bottom: -500px;
    width: max-content;
    width: 150px;
    height: 150px;
    z-index: 9999 !important;
    left: 25px;
    opacity: 0.8;
    transition: 0.5s;
}
.bsruimg-contain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bsruimg-contain img {
  position: absolute;
  left: 0;
  top: 0;
}
.bsruimg-contain {
      position: relative;
  }
  .animatetextimg{
      animation-name: rotatetext;
      animation-duration: 20s;
      animation-iteration-count: infinite;
  }
  @keyframes rotatetext {
      0% {transform: rotate(0deg);}
      100% {transform: rotate(360deg);}
    }
    .recentupdate {
  background: #408691!important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99999;
  transition: 1s;
  overflow: hidden;
}
  .recentupdate.recentup-panel{
      left: 0;
  }
  .newwall {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 25px;
  }   
  .close {
  width: 350px;
  height: 100vh;
  background: var(--primary);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .newscontent {
      padding: 45px 25px 45px 45px;
  }
  .closenewstext {
      font-size: 46px;
      white-space: nowrap;
      position: absolute;
      transform: rotate(90deg);
      font-family: 'inter';
      font-weight: 200;
      color: white;
  }
  .newsbox {
  margin-bottom: 15px;
  padding: 25px;
  background: #3d7f89;
  border: 1px solid #ffffff24;
  border-radius: 15px;
  box-shadow: none;
  width: 80%;
}
.newstitle {
  font-family: 'inter';
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.newsbox p {
  font-size: 18px;
  font-weight: 300;
  font-family: 'inter';
  color: #ffffffed;
}
.recrntclickshow {
  bottom: 25px;
}