body {
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff !important;
  }
  html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
font-family: "Poppins", sans-serif !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes changeBackgroundColor {
  0% {
    background-color: #001F3F;
  }
  50% {
    background-color: #3674ff;
  }
  100% {
    background-color: #001F3F;
  }
}

.justify-start {
    justify-content: start;
}
.header-main{
position: fixed;
    width: 100%;
        z-index: 999;
}
.main-bannervideo iframe {
    height: 340px;
    width: 100%;
    object-fit: cover;
    position: relative;
        border-radius: 10px;
}
.header-main .topbar{
    background: #800909;
        padding: 10px 0;
            border-bottom: 1px solid #ffbe6f;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}

.header-main .bottombar{
    background: transparent;
    padding: 5px 0;
}
.navbar-nav a {
    color: #000;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif ;
    font-size: 15px;
    font-weight: 500;   padding-top: 12px;

}
.navbar ul li{
    padding: 0 10px;
}
.navbar-brand.logo{
    padding: 0;
    margin-top: -45px;
}
.logo img{
    width: 205px;
}

.media-icons {
    display: flex;
    justify-content: end;
}
.media-icons a {
    height: 30px;
    width: 30px;
    margin: 0 8px 0 8px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #FF9717;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-infoall{
display: flex;
justify-content: end;
    gap: 40px;
}
.contact-info{
display: flex;
align-items: center;
    gap: 8px;
}
.contact-info .icon{
height: 30px;
    width: 30px;
    margin: 0 8px 0 8px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #FF9717;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info .text a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}
.headerbutton {
background-color: #FF5D28;
    color: #fff !important;
        padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
        border: none;
            text-decoration: none;
}
.astro_button {
    background-color: #9b0808;
    color: #fff !important;
    padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-decoration: none;
}
.vastu_button {
    background-color: #95185a;
    color: #fff !important;
    padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-decoration: none;
}
.software_button {
    background-color: #001258;
    color: #fff !important;
    padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-decoration: none;
}
.kundli_button {
    background-color: #6022a9;
    color: #fff !important;
    padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-decoration: none;
}
.gemstone_button {
    background-color: #3a1400;
    color: #fff !important;
    padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-decoration: none;
}
.rudraksh_button {
    background-color: #3a1400;
    color: #fff !important;
    padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-decoration: none;
}
.seprator_form{
    width: 100%;
}
.head-main{
background: url(../img/bgm/slider_bg.jpg);
    background-size: contain;
    height: 100vh;
        display: flex;
    align-items: center;
        padding-top: 50px;
}
.head-main1{
background: url(../img/bgm/slider_bg4.jpg);
    background-size: cover;
    height: 109vh;
        display: flex;
    align-items: center;
        padding-top: 50px;
}
.head-main2{
background: url(../img/bgm/slider_bg2.jpg);
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.head-main3{
background: url(../img/bgm/services_bg1.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.head-main5{
background: url(../img/bgm/slider_bg5.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.main-bannervideo3{
     position: relative;
    padding: 3% 10% 8% 5%;
}
.main-bannervideo3:before{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/laptop-black-realistic-1.png);
        background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: 9% 40%;
    content: "";
    z-index: 0;
}
.main-bannervideo3 .images{

        margin-top: 22px;
            margin-left: 38px;
}
.main-bannervideo3 .images img {
    width: 520px;
}
.main-bannervideo3 iframe {
    height: 320px;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}



.main-bannervideo4{
     position: relative;
    padding:16% 220px 22% 165px;
}
.main-bannervideo4:before{
top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/up-web-design.png);
    background-size: 85%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: 35% 3%;
    content: "";
    z-index: 0;
}
.main-bannervideo4 .images{

        margin-top: 0;
            margin-left: 0;
}
.main-bannervideo4 .images img {
    width: 520px;
}
.main-bannervideo4 iframe {
    height: 320px;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}


.main-bannervideo{
     position: relative;
    padding: 3% 10% 8% 5%;
}
.main-bannervideo:before{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/banner_top.png);
        background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: 9% 40%;
    content: "";
    z-index: 0;
}
.main-bannervideo .images{

        margin-top: 75px;
            margin-left: 34px;
}
.main-bannervideo .images img {
    width: 520px;
}

.slider-text h1{
    margin: 0 0 20px 0;
        font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}
.slider-text span{
font-family: "Love Ya Like A Sister", cursive !important;
  font-weight: 400;
  color: #f4580a;
  font-size: 46px;
}
.slider-text p{
    font-size: 16px;
    margin-bottom: 30px;
}
.slider-text1 p{
    font-size: 14px;
    margin-bottom: 14px;
}

.slider-text p a{
        color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.slider-text22 p a{
   color: #ffc117;
    text-decoration: none;
    font-weight: 500;
}
.whyus-box .whyus-box-description a{
   color: #ffc117;
    text-decoration: none;
    font-weight: 500;
}
.servicebox .description a{
    color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.sec_bgrudarkhs li a{
    color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.heading_main p a{
    color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.features1 li a{
    color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.box22 .content p a{
    color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.bottomtext_box a{
    color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.box22:hover .content p a{
color: #ffd121;
}
.third_box p a{
    color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.accordion-content p a{
    color: #a41c1c;
    text-decoration: none;
    font-weight: 500;
}
.heading_main {
    text-align: center;
    padding-bottom: 22px;
}
.heading_main img {
    width: 120px;
}
.heading_main h2 {
font-size: 42px !important;
    padding-top: 5px;
    font-weight: 600;
    line-height: 1.2;
}
.sec_two{
        padding: 60px 0;
}

.content_main {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1vw;
}

.box_main {
  position: relative;
  height: 390px;
  width: 23vw;
  min-width: 10vw;
  max-width: 23vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.8s;
  overflow: hidden;
  background-color: #0a1931;
  border-radius: 10px;
      padding: 0 30px;
}
.box_main:hover::before{
   content: "";
    background: #000;
    width: 100%;
    height: 390px;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.box_main:nth-child(1) {
  animation: apparitionBox 1.5s ease-in-out;
  background: url(../img/second/career-guidance.jpg);
      background-size: cover;
}

.box_main:nth-child(2) {
  animation: apparitionBox 2s ease-in-out;
  background: url(../img/second/love-relationships.jpg);
      background-size: cover;
}

.box_main:nth-child(3) {
  animation: apparitionBox 2.5s ease-in-out;
  background: url(../img/second/health_guidence.jpg);
      background-size: cover;
}

.box_main:nth-child(4) {
  animation: apparitionBox 3s ease-in-out;
  background: url(../img/second/wealth_guidence.jpg);
      background-size: cover;
}
.box_main:nth-child(5) {
  animation: apparitionBox 3.5s ease-in-out;
  background: url(../img/second/marriage.jpg);
      background-size: cover;
}
.box_main:nth-child(6) {
  animation: apparitionBox 4s ease-in-out;
  background: url(../img/second/kids.jpg);
      background-size: cover;
}

.box_main1 {
  position: relative;
  height: 390px;
  width: 23vw;
  min-width: 10vw;
  max-width: 23vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.8s;
  overflow: hidden;
  background-color: #0a1931;
  border-radius: 10px;
      padding: 0 30px;
}
.box_main1:hover::before{
   content: "";
    background: #000;
    width: 100%;
    height: 390px;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.box_main1:nth-child(1) {
  animation: apparitionBox 1.5s ease-in-out;
  background: url(../img/second/enhance-positive-energy.jpg);
      background-size: cover;
}

.box_main1:nth-child(2) {
  animation: apparitionBox 2s ease-in-out;
  background: url(../img/second/improves-health-well-being.jpg);
      background-size: cover;
}

.box_main1:nth-child(3) {
  animation: apparitionBox 2.5s ease-in-out;
  background: url(../img/second/boosts-financial-prosperity.jpg);
      background-size: cover;
}

.box_main1:nth-child(4) {
  animation: apparitionBox 3s ease-in-out;
  background: url(../img/second/strengthens-relationships.jpg);
      background-size: cover;
}
.box_main1:nth-child(5) {
  animation: apparitionBox 3.5s ease-in-out;
  background: url(../img/second/enhances-focus-productivity.jpg);
      background-size: cover;
}
.box_main1:nth-child(6) {
  animation: apparitionBox 4s ease-in-out;
  background: url(../img/second/supports-spiritual-growth.jpg);
      background-size: cover;
}
.box_main1 a {
  text-decoration: none;
  color: var(--var-color4);
}

.box_main1 h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    transition: ease-in 0.8s;
        text-shadow: #00000057 2px 2px 2px;
}
.box_main1 p {
    opacity: 0;
    color: #fff;
        display: none;
}
.box_main1:hover p {
    opacity: 10;
    display: block;
}
.box_main1 .text_content{
    position: relative;
}

.box_main1:hover {
  width: 50vw;
  max-width: 50vw;
  background-color: var(--var-color3);
  color: var(--var-color1);
  transition: ease 0.8s;
}

.box_main1:hover a {
  color: var(--var-color1);
  transition: ease-in 0.8s;
}

.box_main1:hover p {
  rotate: 0deg;
  transition: ease-in 0.8s;
}

.box_main a {
  text-decoration: none;
  color: var(--var-color4);
}

.box_main h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    transition: ease-in 0.8s;
        text-shadow: #00000057 2px 2px 2px;
}
.box_main p {
    opacity: 0;
    color: #fff;
        display: none;
}
.box_main:hover p {
    opacity: 10;
    display: block;
}
.box_main .text_content{
    position: relative;
}

.box_main:hover {
  width: 50vw;
  max-width: 50vw;
  background-color: var(--var-color3);
  color: var(--var-color1);
  transition: ease 0.8s;
}

.box_main:hover a {
  color: var(--var-color1);
  transition: ease-in 0.8s;
}

.box_main:hover p {
  rotate: 0deg;
  transition: ease-in 0.8s;
}

@keyframes apparitionBox {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.circleeffect .main {
  margin: 0px auto;
  width: 480px;
  height: 480px;
  position: relative;
}
.circleeffect .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #EDB922;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.circleeffect .icon-block {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid #EDB922;
    background: #fff;
}
.circleeffect .icon-block img {
  margin: 0px auto;
      width: 42px;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.circleeffect .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.circleeffect .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.circleeffect .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.circleeffect .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* circle content */
.circleeffect .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 55%;
  height: 55%;
  border: 1px solid #EDB922;
  border-radius: 50%;
}
.circleeffect .circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.circleeffect .center-logo {
    position: absolute;
        top: 68%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.circleeffect .center-logo img {
  max-width: 430px;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}
.circleeffect{
        padding: 4% 0;
}
.circleside-text{
        padding-top: 0%;
}
.third_box{
    padding: 20px 24px;
        margin-bottom: 20px;
        border-radius: 10px;
}
.third_box.orange{
     background-color: #fef1df;
}
.third_box.green{
     background-color: #e4f8ea;
}
.third_box.blue{
     background-color: #e4f2ff;
}
.third_box.pink{
     background-color: #f9dff6;
}
.third_box .icon{
 background: #333;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
        color: #fff;
}
.third_box.orange .icon{
    background: #ff8054;
}
.third_box.green .icon{
    background: #1bb248;
}
.third_box.blue .icon{
    background: #318de3;
}
.third_box.pink .icon{
    background: #f85399;
}
.third_box h3{
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 5px;
}
.third_box p{
        margin: 0;
}

.sec_forth{
    background: url("../img/bgm/price_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
        padding-top: 30px;
}
.sec_forth1{
    background: url("../img/third/third_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    padding-top: 30px;
}
.sec_forth22{
    background: url("../img/bgm/price_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
        padding-top: 30px;
}


.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4%;
    padding: 12% 0;
}
.sec_forth .card {
    padding: 35px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    width: 30%;
    margin: 0px 15px;
    box-shadow: #00000005 0px 0px 30px;
}

.card_title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    text-align: center; !important
}

.pricing {
       font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
        color: #f85300
}
.pricing_astro {
       font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
        color: #9b0808
}
.pricing_vastu {
       font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
        color: #95185a
}
.pricing_software {
       font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
        color: #001258
}
.pricing_kundli {
       font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
        color: #6022a9
}
.pricing_gemstone {
       font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
        color: #3a1400
}
.pricing_rudraksh {
       font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
        color: #3a1400
}

.pricing .small {
      font-size: 24px;
    padding-right: 8px;

}

hr {
    margin-top: 70px;
}

.features {
    margin: 0px 0 20px 0;
        list-style: none;
        padding-left: 0;
            height: 365px;
}

.features li {
    background-image: url(../img/icons/tick_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 42px;
    margin: 9px 0;
    padding-bottom: 6px;
    padding-top: 3px;
    background-size: 28px;
    font-size: 15px;
}
.features li:last-child {
    background: none;
    padding-left: 0px;
    margin: 15px 0;
    padding-bottom: 10px;
    padding-top: 3px;
    font-size: 16px;
    font-weight: 600;
}
.feature-2{
    margin: 0px 0 20px 0;
        list-style: none;
        padding-left: 0;
            height: 500px;
}
.feature-2 li {
    background-image: url(../img/icons/tick_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 42px;
    margin: 9px 0;
    padding-bottom: 6px;
    padding-top: 3px;
    background-size: 28px;
    font-size: 15px;
}
.feature-2 li:last-child {
    background: none;
    padding-left: 0px;
    margin: 15px 0;
    padding-bottom: 10px;
    padding-top: 3px;
    font-size: 16px;
    font-weight: 600;
}

a.cta_btn {
width: 100%;
    display: inline-block;
    text-align: center;
    background: #FF5D28;
    border-radius: 50px;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    transition: background .3s ease;
}

a.cta_btn:hover {
    background: none;
    border: 1px solid !important;
    border-radius: 50px;
    color: black;
}
a.cta_btn_astro {
width: 100%;
    display: inline-block;
    text-align: center;
    background: #9b0808;
    border-radius: 50px;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    transition: background .3s ease;
}

a.cta_btn_astro:hover {
    background: none;
    border: 1px solid !important;
    border-radius: 50px;
    color: black;
}
a.cta_btn_vastu {
width: 100%;
    display: inline-block;
    text-align: center;
    background: #95185a;
    border-radius: 50px;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    transition: background .3s ease;
}

a.cta_btn_vastu:hover {
    background: none;
    border: 1px solid !important;
    border-radius: 50px;
    color: black;
}
a.cta_btn_software {
width: 100%;
    display: inline-block;
    text-align: center;
    background: #001258;
    border-radius: 50px;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    transition: background .3s ease;
}
a.cta_btn_software:hover {
    background: none;
    border: 1px solid !important;
    border-radius: 50px;
    color: black;
}
a.cta_btn_kundli {
width: 100%;
    display: inline-block;
    text-align: center;
    background: #6022a9;
    border-radius: 50px;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    transition: background .3s ease;
}
a.cta_btn_kundli:hover {
    background: none;
    border: 1px solid !important;
    border-radius: 50px;
    color: black;
}
a.cta_btn_gemstone {
width: 100%;
    display: inline-block;
    text-align: center;
    background: #3a1400;
    border-radius: 50px;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    transition: background .3s ease;
}
a.cta_btn_gemstone:hover {
    background: none;
    border: 1px solid !important;
    border-radius: 50px;
    color: black;
}
a.cta_btn_rudraksh {
width: 100%;
    display: inline-block;
    text-align: center;
    background: #3a1400;
    border-radius: 50px;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    transition: background .3s ease;
}
a.cta_btn_rudraksh:hover {
    background: none;
    border: 1px solid !important;
    border-radius: 50px;
    color: black;
}
.link {
    position: fixed;
    background-color: #D12322;
    padding: 23px 40px;
    right: -99px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .1s ease-in-out;
}

.link i {
    padding-left: 7px;
}

.link:hover {
    text-decoration: underline;
    background-color: black;
}
@media only screen and (max-width: 1024px) {
    .grid {
        grid-template-columns: 1fr 1fr;
        gap: 2%;

    }
}

@media only screen and (max-width: 425px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 2%;
        padding-bottom: 25%;
    }

    .container {
        padding: 0 1rem;
    }

    body {
        font-size: 14px;
    }

    .card {
        padding: 30px;
    }

    .card_title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .pricing {
        font-size: 52px;
    }

    hr {
        margin-top: 50px;
    }

    a.cta_btn {
        font-size: 11px;
    }
}
.testi-box1{
padding: 110px 28px 30px 28px;
    background: #fff;
    box-shadow: #0000001a 0px 5px 22px;
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    margin: 30px 15px 5px 15px;
    border: none;
    position: relative;
}
.testi-box1 img{
    width: 72px !important;
    margin-left: 90px;
        float: left;
            margin-right: 18px;
}
.testi-box1 h5{
font-weight: 700;
    padding-top: 26px;
}
.testi-box1 h1{
    font-size: 200px;
    color: #cbcbcb;
    padding-right: 28px;
    position: absolute;
    opacity: 0.5;
    top: 18px;
    left: 20px;
}
.testi-box1 p{
font-weight: 500;
}
.testi-box1 h4{
    font-weight: 600;
    padding-top: 26px;
    font-size: 18px;
    color: #002e72;
    margin-bottom: 10px;
}
.testi-box1 h6{
    font-weight: 400;
    font-size: 12px;
    color: #ff9717;
}
.testi-box {
    padding: 45px 28px 50px 28px;
    background: #ffffff;
    border-radius:15px;
    transition: 0.4s ease;
        margin: 0 20px;
    margin-bottom: 30px;
    border: none;
        color: #000000;
}
.testi-box h1 {
    font-weight: 900;
    font-family: none;
    font-size: 112px;
    color: #cbcbcb;
    float: left;
    padding-right: 28px;
}
.testi-box h5 {
    font-weight: 500;
    padding-top: 10px;
}
.testi-box p {
        margin-top: 10px;
    font-weight: 400;
}
.testi-box img {
    width: 72px !important;
    float: left;
    margin-right: 18px;
    border-radius: 50%;
}
.testi-box h4 {
    font-weight: 600;
    padding-top: 15px;
    font-size: 18px;
    color: #583300;
    margin-bottom: 0;
}
.testi-box h6 {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.star-raiting{
    color: #ff7017;
}
.testimonials_bg {
    background: url(../img/bgm/slider_bg.jpg);
    background-size: contain;
        padding: 65px 80px;
            position: relative;
}
.testimonials_bg1 {
    background: url(../img/bgm/slider_bg2.jpg);
    background-size: cover;
      padding: 65px 80px;
            position: relative;
}
.testimonials_bg2 {
    background: url(../img/bgm/services_bg1.jpg);
    background-size: cover;
       padding: 65px 80px;
            position: relative;
}
.testimonials_bg3 {
    background: url(../img/bgm/slider_bg1.jpg);
    background-size: cover;
      padding: 65px 80px;
            position: relative;
}
.section-heading {
    text-align: center;
}
.section-heading h2 {
    font-weight: 600;
    font-size: 42px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.accordion {
            width: 100%;
            background: white;
            border-radius: 8px;
            overflow: hidden;
        }

        .accordion-item {
            border-bottom: 1px solid #ddd;
        }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            cursor: pointer;
            border: 1px solid #d6d6d6;
            font-size: 18px;
                border-bottom: 0;
        }

        .accordion-header:hover {
        }

        .arrow {
            transition: transform 0.3s ease;
        }

        .accordion-content {
            display: none;
                padding: 15px;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-top: none;
        }

        .active .accordion-content {
            display: block;
        }

        .active .arrow {
            transform: rotate(180deg);
        }
        .accordion-item.active .accordion-content {
            display: block;
        }

        .accordion-item.active .arrow {
            transform: rotate(180deg);
}
.accordion-item.active .accordion-header{
    background: #ff5d28;
    color: #fff;
}
.faq_bg{
        padding: 80px 0;
}

 .slider-container {
            width: 100%;
            max-width: 600px;
            margin: auto;
            overflow: hidden;
            position: relative;
            background: #f9f9f9;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .slide {
            display: none;
            animation: fade 1s;
        }

        .slide.active {
            display: block;
        }

        @keyframes fade {
            from { opacity: 0.4; }
            to { opacity: 1; }
        }

        .testimonial-text {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .author {
            font-weight: bold;
            color: #555;
        }

        .buttons {
            margin-top: 15px;
        }

        .buttons button {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 8px 15px;
            margin: 5px;
            cursor: pointer;
            border-radius: 5px;
        }

        .buttons button:hover {
            background-color: #0056b3;
        }
.videotesti-box iframe{
    width: 100%;
    height: 238px;
        border-radius: 10px;
}
.bg-orangemain {
    background: #d04500;
}
.form-sec .seprator_form {
    margin-top: -50px;
    position: relative;
    z-index: 9;
}
.form-sec{
     margin-top: 100px;
}
.form-sec img {
    width: 100%;
}
.whatwedo {
    background: #d24600;
    padding: 0% 0 5% 0;
}
.servicesbox{
text-align: center;
    margin: 0 10px;
    background: #fff;
    padding: 30px 15px 20px 15px;
        border-radius: 5px;
            height: 15vw;
}

.servicesbox .topicon{
    width: 85px;
    height: 85px;
    font-size: 22px;
    border-radius: 50%;
    background: #fff6e9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 9;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    transform: translateY(0);
        color: #cd3f12;
}

.servicesbox .topicon img {

    width: 150px !important;


    margin: 0 auto 2rem;
}
.servicesbox .bottomtext_box{

        margin-top: 12px;
    border-radius: 10px;
    transform: translateY(8%);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.servicesbox .bottomtext_box h3{
font-weight: 600;
    font-size: 32px;
    position: relative;
    padding-bottom: 0;
    margin: 0;
    transform: translateY(0);
    transition: all .3s;
    -webkit-transition: all .3s
}
.servicesbox1 h3{
    font-size: 24px !important;
}
.servicesbox1{
  height: 20vw;
}
.servicesbox h3::before {
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
    left: 0;
    right: 0;
    width: 10%;
    height: 2px;
    bottom: 0;
    margin: auto;
    content: '';
}
.servicesbox .bottomtext_box p{
    font-size: 14px;
    margin-bottom:20px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateY(0);
}
.servicesbox:hover .bottomtext_box p{
   opacity: 1;
}
.servicesbox button{
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
    font-size: 14px;
    transform: translateY(0);
}
.servicesbox:hover button{
   opacity: 1;
}
.servicesbox:hover>.bottomtext_box {
    transform: translateY(0rem);
}
.servicesbox:hover>.topicon {
    opacity: 10;
    transform: translateY(0rem);
}
.servicesbox .topicon {
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 1;
}
.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;

  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.dd-button:hover {
  background-color: #333;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.foot_bottom{
        position: fixed;
    bottom: 20px;
    left: 45%;
    z-index: 9;
}
.foot_bottom .dd-menu {
    position: absolute;
    top: -300% !important;
}

.form-inner {
    position: relative;
    display: block;
    background: linear-gradient(315deg, #1f011b, #500546);
    padding: 50px 50px;
    border-radius: 10px;
    margin-top: 60px;
    color: #fff;

}
.form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
        font-size: 15px;
}
.form-inner .form-group input[type='text'], .form-inner .form-group input[type='email'], .form-inner .form-group textarea  {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.form-inner .form-group select  {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.form-inner .form-group textarea {
    resize: none;
    height: 100px;
}
.form-inner .submitbut{
        background-color: #FF5D28;
    color: #fff !important;
    padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
}

.features1 {
margin: 40px 0 20px 0;
    list-style: none;
    padding-left: 0;
}


.features1 li {
    background-image: url(../img/icons/tick_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 42px;
    margin: 9px 0;
    padding-bottom: 6px;
    padding-top: 3px;
    background-size: 28px;
    font-size: 16px;
}


.ng_software_form form {
  height: 500px;
  background-image: url("../img/bgm/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: space-evenly;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2),
    inset 1px 1px 60px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: animateBg 5s linear infinite;
}
@keyframes animateBg {
  100% {
    filter: hue-rotate(360deg);
  }
}
.ng_software_form .heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-top: 10%;
}
.ng_software_form .heading p:nth-child(1) {
  font-weight: 500;
  color: #ffffff;
  font-size: 26px;
      margin-bottom: 0;
}
.ng_software_form .heading p:nth-child(2) {
  font-family: "Funnel Sands", sans-serif;
  color: #ffffff;
  font-size: 16px;
}
.ng_software_form .heading p {
  line-height: 5px;
}
.ng_software_form .input-container {
  display: flex;
      width: 100%;
    padding: 0 30px;
  justify-content: space-around;
  align-items: center;

  border-radius: 50px;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
}
.ng_software_form .input-container input:focus {
  background-color: transparent;
  border-bottom: 1px solid #a7092d;
  transition: all 0.3s ease;
}
.ng_software_form .user-inputs {

}
.ng_software_form .user-inputs input {
    width: 100%;
    height: 48px;
    background-color: transparent;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff29;
    outline: none;
    margin: 5px 5px 10px 5px;
    padding: 5px 15px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 200;
}
.ng_software_form .user-inputs textarea {
    width: 100%;
    height: 90px;
    background-color: transparent;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff29;
    outline: none;
    margin: 5px 5px 0px 5px;
    padding: 12px 15px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 200;
}
.ng_software_form .user-inputs textarea::placeholder {
  color: #fff;
}
.ng_software_form .user-inputs input::placeholder {
  color: #fff;
}
.ng_software_form .p-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #373e46;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ng_software_form .p-icon i {
  font-size: 40px;
  color: #ffffff;
}
.ng_software_form .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.ng_software_form .checkbox p {
  color: #e0e0e0;
}
.ng_software_form .login {
  width: 140px;
  height: 40px;
  border: none;
  outline: none;
  background: #e0244e;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  cursor: pointer;
}
.ng_software_form .forget {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.ng_software_form .forget:hover {
  text-decoration: underline;
  color: #cc1f46;
}
.ng_software_form .social {
  display: flex;
  justify-content: center;
  padding: 0;
}
.ng_software_form .social li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  margin: 5px;
  border-radius: 5px;
  background: transparent;
  backdrop-filter: blur(20px);
}
.ng_software_form .social li a i {
  color: #cc1f46;
  font-size: 24px;
  transition: all 0.3s ease;
}
.ng_software_form .social li a:hover i {
  transform: scale(1.5);
}
.ng_software_form button:active {
  transform: scale(1.1);
}
.banner_ng_software{

}

.banner_ng_software img{
        width: 100%;
    margin-top: 15%;
}


 .box22
{
  position:relative;
  width: 100%;
  padding: 40px 30px;
  background: #fff;
  border-radius:15px;
  margin:20px;
  box-sizing:border-box;
  overflow:hidden;
  text-align: center;
}

 .box22:before
{
  content:'';
  width: 50%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:rgba(255,255,255,.2);
  z-index:2;
  pointer-events:none;
  text-align: center;
}

 .box22 .icon {
  position:relative;
  width: 100px;
  height: 100px;
  color:#fff;
  background:#ffffff;
  display:flex;
  justify-content: center;
  aling-items: center;
  margin:20px auto 30px auto;
  border-radius:70%;
  font-size: 50px;
  font-weight:normal;
  transition:2s;
  padding:10px;
}
 .box22 .icon img{
      padding: 15px;
 }
 .box22 .icon i{
  padding:12px;
}

 .box22 .icon
{
  box-shadow:0 0 0 0 #d24600;
  backgraund:#76D7C4;
      border: 1px solid #e7e7e7;
}
 .box22:hover .icon
{
  box-shadow:0 0 0 400px #d24600;
}



 .box22 .content
{
  position:relative;
  z-index:1;
  transition:1.5s;
}
 .box22:hover .content{
  color:#fff;
}
 .box22 .content h3
{
  font-size: 20px;
  margin:10px 0;
  padding:0;
  text-align: center;
}
 .box22 .content p{
   margin:0;
  padding:0;
  text-align: center;
}

.card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  width: 100%;
  margin: auto;
  padding: 60px 0;

}
.card__bx {
  --dark-color: #2e2e2e;
  --dark-alt-color: #777777;
  --white-color: #ffffff;
  --button-color: #333333;
  --transition: 0.5s ease-in-out;
  font-family: inherit;
  height: 350px;
  width: 90%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
  transition: var(--transition);
}
.card__bx::before,
.card__bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: var(--transition);
}
.card__bx::before {
  inset: -10px 50px;
  border-top: 4px solid var(--clr);
  transform: skewY(15deg);
  border-bottom: 4px solid var(--clr);
}
.card__bx:hover::before {
  inset: -10px 40px;
  transform: skewY(0deg);
}
.card__bx::after {
  inset: 60px -10px;
  border-left: 4px solid var(--clr);
  transform: skew(15deg);
  border-right: 4px solid var(--clr);
}
.card__bx:hover::after {
  inset: 40px -10px;
  transform: skew(0deg);
}
.card__bx .card__data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.card__bx .card__data .card__icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--text-color);
  background-color: #fff;
      border-radius: 50%;
  transition: var(--transition);
}
.card__bx .card__data .card__icon {
  color: var(--clr);
  box-shadow: 0 0 0 2px #fff, 0 0 0 2px var(--clr);
}
.card__bx:hover .card__data .card__icon {
  color: #fff;
  background-color: var(--clr);
  box-shadow: 0 0 0 2px #fff, 0 0 0 300px var(--clr);
}
.card__bx .card__data .card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.card__bx .card__data h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  transition: var(--transition);
}
.card__bx:hover .card__data h3 {
  color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data p {
  font-size: 0.9rem;
  color: var(--dark-alt-color);
  transition: var(--transition);
}
.card__bx:hover .card__data p {
  color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data a {
  position: relative;
  display: inline-flex;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  border: 2px solid var(--clr);
  color: var(--dark-color);
  background-color: var(--clr);
  transition: var(--transition);
}
.card__bx:hover .card__data a {
  color: var(--clr);
  background-color: var(--dark-color);
}
.card__bx:hover .card__data a:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
  background-color: var(--clr);
}
.main-bannervideo1 {
    position: relative;
    padding: 8% 5% 3% 5%;
}
.main-bannervideo1 iframe {
    height: 320px;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}
.slider-text2{
    text-align: center;
}
.slider-text2 h1{
 margin: 0 0 40px 0;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: none;
    color: #ffffff;
}
.slider-text2 span{
font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  color: #ffc81e;
  font-size: 46px;
      display: block;
}
.slider-text2 p{
    font-size: 16px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 300;
}
.sec_two2{
padding: 60px 0;
background: #1f011b;
}

.containersec .boxsec
{
  position: relative;
  width: 240px;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  transition: 0.5s;
}

.containersec .boxsec::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}

.containersec .boxsec::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
  filter: blur(30px);
}

.containersec .boxsec:hover:before,
.containersec .boxsec:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);

}

.containersec .boxsec:nth-child(1):before,
.containersec .boxsec:nth-child(1):after
{
  background: linear-gradient(315deg, #cf5c00, #bf0042)
}

.containersec .boxsec:nth-child(2):before,
.containersec .boxsec:nth-child(2):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.containersec .boxsec:nth-child(3):before,
.containersec .boxsec:nth-child(3):after
{
  background: linear-gradient(315deg, #00872b, #00b1e2)
}

.containersec .boxsec:nth-child(4):before,
.containersec .boxsec:nth-child(4):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.containersec .boxsec span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.containersec .boxsec span::before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.1s;
  animation: animate 2s ease-in-out infinite;
  boxsec-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.containersec .boxsec:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 0;
}

.containersec .boxsec span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s ease-in-out infinite;
  boxsec-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}

.containersec .boxsec:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }

  50%
  {
    transform: translate(-10px);
  }
}

.containersec .boxsec .content
{
  position: relative;
  left: 0;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  boxsec-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: 0.5s;
  color: #fff;
}

.containersec .boxsec:hover .content
{
  left: -25px;
  padding:40px;
}

.containersec .boxsec .content h2
{
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.containersec .boxsec .content p
{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: 300;
}

.containersec .boxsec .content a
{
display: inline-block;
    color: #ffcf34;
    padding: 0;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 5px;
}

.containersec .boxsec .content a:hover
{
      opacity: 0.8;
}

.containersec
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
  overflow: hidden;
}

.whatwedo1 {
    background: #400037;
    padding: 0% 0 5% 0;
}
.faq_bg1 .accordion-item.active .accordion-header {
    background: #95185a;
    color: #fff;
}

.faq_bg2 .accordion-item.active .accordion-header {
    background: #4d1e84;
    color: #fff;
}

.card-container22 {
  margin: 10px;
}
.card-container22 .card {
  font-weight: bold;
  position: relative;
  width: 100%;
}
.card-container22 .card a {
  padding: 30px;
  width: 100%;
  height: 300px;
  border: 1px solid black;
  background: white;
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.25s ease;
}
.card-container22 .card a:hover {
  transform: translate(-30px, -30px);
  border-color: #6022a9;
}
.card-container22 .card a:hover .card--display {
  display: none;
}
.card-container22 .card a:hover .card--hover {
  display: block;
}
.card-container22 .card a .card--display i {
      font-size: 30px;
    margin-top: 60px;
    width: 70px;
    height: 70px;
    border: 1px solid #dbdbdb;
    text-align: center;
    display: flex;
    color: #6022a9;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.card-container22 .card a .card--display h2 {
         margin: 20px 0;
    font-weight: 600;
    font-size: 26px;
}
.card-container22 .card a .card--hover {
  display: none;
}
.card-container22 .card a .card--hover h2 {
    margin: 20px 0;
    font-weight: 600;
    font-size: 26px;
}
.card-container22 .card a .card--hover p {
  font-weight: normal;
  line-height: 1.5;
}
.card-container22 .card a .card--hover p.link {
  margin: 20px 0 0;
  font-weight: bold;
  color: #5bc0eb;
}
.card-container22 .card .card--border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px dashed black;
  z-index: -1;
}
.card-container22 .card.card--dark a {
  color: white;
  background-color: black;
  border-color: black;
}
.card-container22 .card.card--dark a .card--hover .link {
  color: #6022a9;
}
.card-container22 .card a.color_change{
background: #6022a9;
border: 1px solid #6022a9;
}
.card-container22 .card a.color_change h2 {
   color: #fff;
}
.card-container22 .card a.color_change p {
   color: #fff;
}
.card-container22 .card a.color_change .card--display i {
    color: #fff;
}
.bgm_nakshatriya_janam_patrika{
    background: url(../img/bgm/bgm_nakshatriya_janam_patrika.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bgm_nakshatriya_janam_patrika1{
    background: url(../img/bgm/bgm_nakshatriya_janam_patrika1.jpg);
    background-size: cover;
    background-attachment: fixed;
        padding: 60px 0;
}
.whyus-box{
    padding: 25px 30px;
    text-align: left;
    background: #691dc1;
    position: relative;    overflow: hidden;    min-height: 140px;
}

.whyus-box:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.whyus-box:after{
    content: "";
    border-bottom: 0 solid #00000026;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.whyus-box:hover:after{
    border-bottom-width: 429px;
    border-left-width: 329px;
}

.whyus-box .whyus-box-title{
        font-size: 22px;
    font-weight: 500;
    color: #ffb94a;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease 0s;
}
.whyus-box:hover .whyus-box-title{}
.whyus-box .whyus-box-description{
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
}
.border-left-why{
border-left: 1px solid #ffffff52;
}
.border-bot-why{
border-bottom: 1px solid #ffffff52;
}
.servicesbox2{
     height: 20vw;
}
.form_main{
    margin-top: -7%;
}
.form_main form{
       background: #ffffff;
    padding: 0px 15px;
    border-radius: 8px;
    box-shadow: #00000045 0px 0px 65px;
}
.form_main input{
        width: 100%;
    font-size: 14px;
    padding: 36px 15px;
    border: none;
    border-right: 1px solid #cacaca;
        height: 55px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.form_main textarea{
        width: 100%;
    font-size: 14px;
    padding: 25px 15px;
    border: none;
            height: 46px;
    overflow: hidden;
}
.form_main button{
        background-color: #FF5D28;
    color: #fff;
    border: none;
    width: 100%;
        height: 55px;
            font-size: 14px;
    border-radius: 5px;
    margin-top: 8px;
}
.foot_bottom {
  display: none; /* Hide initially */
  position: fixed;
}
.form_main .col-md-3 {
 flex: 0 0 auto;
    width: 22%;
        padding: 0;
}
.form_main .col-md-1 {
               flex: 0 0 auto;
        width: 11.33333333%;
            padding-right: 0;

}
.head-main5 .slider-text h1{
    text-shadow: #00000045 0px 0px 5px;
}
.head-main5 .slider-text p{
    padding-right: 64px;
    text-shadow: #00000045 0px 0px 5px;
}

.outer {
  width: 300px;
  height: 250px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}

.outer .dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}

@keyframes moveDot {
  0%,
  100% {
    top: 10%;
    right: 10%;
  }
  25% {
    top: 10%;
    right: calc(100% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 35px);
  }
  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}

.outer .card {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #001258, #000a30);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}
.outer2{
        width: 300px;
    height: 250px;
    border-radius: 10px;
    padding: 1px;

}
.outer2 .card1 {
    background: #fff;
    border: 1px solid #d7d7d7;
    width: 300px;
    border-radius: 10px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.outer2 .card1 .text {
    font-weight: bolder;
    font-size: 4rem;
    color: #333;
}
.outer2 .card1 .text span{
        font-weight: 700;
    font-size: 32px;
}
.outer .ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}

.outer .card .text {
  font-weight: bolder;
  font-size: 4rem;
  background: linear-gradient(45deg, #000000 4%, #fff, #000);
  background-clip: text;
  color: transparent;
}
.outer .card .text span{
        font-weight: 700;
    font-size: 32px;
}
.outer .line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #525252;
}
.outer .topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #565656 70%);
}
.outer .bottoml {
  bottom: 10%;
}
.outer .leftl {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #818181 30%, #5a5a5a 70%);
}
.outer .rightl {
  right: 10%;
  width: 1px;
  height: 100%;
}
.head-last {
    background: url(../img/bgm/slider_bg6.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 30px;
}


.circleeffect .main {
  margin: 0px auto;
  width: 480px;
  height: 480px;
  position: relative;

}
.circleeffect .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #EDB922;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.circleeffect .icon-block {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;

}
.circleeffect .icon-block img {
  margin: 0px auto;
      width: 60px;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
height:auto;
}
.circleeffect .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.circleeffect .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.circleeffect .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.circleeffect .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* circle content */
.circleeffect .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 65%;
  height: 65%;
  border: 1px solid #EDB922;
  border-radius: 50%;
}
.circleeffect .circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.circleeffect .center-logo {
    position: absolute;
        top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.circleeffect .center-logo img {
  max-width: 264px; height: auto;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}

.ruderrakh-main {
    background: url(../img/bgm/rudraksh_bg.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 50px;
}
.slider-text h5 {
    font-family: "Love Ya Like A Sister", cursive !important;
    font-weight: 400;
    color: rgb(153, 27, 27);
    font-size: 76px;
    margin-top: -20px;
}

.sec_bgrudarkhs {
    padding: 60px 0;
    background: #c7c2bf url(../img/bgm/benefitts_bg.jpg);
    background-size: cover;
        background-attachment: fixed;
}
.sec_bgrudarkhs_two {
    padding: 60px 0;
    background: url(../img/bgm/testimonial_bg.jpg);
        background-size: cover;

}
.sec_bggemstone {
    padding: 70px 0;
    background: url(../img/bgm/gemstone_belowbg.jpg);
    background-size: cover;
}
.servicebox {
        text-align: center;
    background: #ffffffe6;
    padding: 30px 20px;
    border-radius: 16px;
}
.service-icon img{
    width: 90px;
}
.servicebox .service-icon {
  display: inline-block;
    margin-bottom: 20px;
}

.servicebox .service-icon i.fa {
  line-height: 100px;

  color: #ffffff;

  font-size: 35px;

  transition: all 0.3s ease 0s;
}

.servicebox:hover .service-icon i.fa {
  transform: rotateY(180deg);
}

.servicebox .title {
  color: #333;
    font-size: 25px;
  border-bottom: 1px solid #bd3e03;

  display: block;

  line-height: 30px;

  margin: 0 auto 20px;

  padding-bottom: 20px;

  position: relative;

  text-align: center;
      max-width: 250px;
}

.servicebox .title:before,
.servicebox .title:after {
  background: #bd3e03;

  border-radius: 100%;

  bottom: -5px;

  content: "";

  height: 10px;

  margin: 0 -5px 0 0;

  position: absolute;

  right: 50%;

  transition: all 0.4s ease 0s;

  width: 10px;
}

.servicebox .title:before {
  left: 50%;

  margin: 0 0 0 -5px;
}

.servicebox:hover .title:before {
  left: 100%;
}

.servicebox:hover .title:after {
  right: 100%;
}

.servicebox .description {
  color: #000000;
    margin-bottom: 0;
  padding: 0;

  font-size: 14px;

  line-height: 27px;

  transition: all 300ms ease 0s;
}
.sec_bgrudarkhs ul {
    text-align: left;
    padding: 0 15px 0 0px;
    margin: 0;
    margin-bottom: 20px;
}
.sec_bgrudarkhs li {
    list-style: none;
    background-image: url(../img/rudraksh2.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 34px;
    margin: 2px 0;
    padding-top: 2px;
    background-size: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.sec_bgrudarkhs li strong{
       font-weight: 600;
    color: #7a0909;
}
.rudraksha_mukhi_details{
      padding: 80px 0;
    background: #3a1400;
    background-size: cover;
}



.rudraksha_mukhi_details .svg-container {
  position: absolute;
}

/* Card container */
.rudraksha_mukhi_details .card-container {
  padding: 2px;
      margin-top: 25px;
      width: 355px;
  border-radius: 24px;
  position: relative;
    background: linear-gradient(-30deg, var(--gradient-color), #ffffff00, var(--gradient-color)), linear-gradient(to bottom, oklch(0.23 0.06 47.7), oklch(0.23 0.06 47.7));

}

/* Inner container */
.rudraksha_mukhi_details .inner-container {
  position: relative;
}

/* Border layers */
.rudraksha_mukhi_details .border-outer {
  border: 2px solid rgba(221, 132, 72, 0.5);
  border-radius: 24px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.rudraksha_mukhi_details .main-card {
  width: 350px;
  height: 500px;
  border-radius: 24px;
  border: 2px solid var(--electric-border-color);
  margin-top: -4px;
  margin-left: -4px;
  filter: url(#turbulent-displace);
}

/* Glow effects */
.rudraksha_mukhi_details .glow-layer-1 {
  border: 2px solid rgba(221, 132, 72, 0.6);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(1px);
}

.rudraksha_mukhi_details .glow-layer-2 {
  border: 2px solid var(--electric-light-color);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(4px);
}

/* Overlay effects */
.rudraksha_mukhi_details .overlay-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  opacity: 1;
  mix-blend-mode: overlay;
  transform: scale(1.1);
  filter: blur(16px);
  background: linear-gradient(
    -30deg,
    white,
    transparent 30%,
    transparent 70%,
    white
  );
}

.rudraksha_mukhi_details .overlay-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  transform: scale(1.1);
  filter: blur(16px);
  background: linear-gradient(
    -30deg,
    white,
    transparent 30%,
    transparent 70%,
    white
  );
}

/* Background glow */
.rudraksha_mukhi_details .background-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  filter: blur(32px);
  transform: scale(1.1);
  opacity: 0.3;
  z-index: -1;
  background: linear-gradient(
    -30deg,
    var(--electric-light-color),
    transparent,
    var(--electric-border-color)
  );
}

/* Content container */
.rudraksha_mukhi_details .content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Content sections */
.rudraksha_mukhi_details .content-top {
  display: flex;
  flex-direction: column;
  padding: 48px;
  padding-bottom: 16px;
}

.rudraksha_mukhi_details .content-bottom {
  display: flex;
  flex-direction: column;
  padding: 48px;
  padding-top: 0px;
}

/* Scrollbar glass component */
.rudraksha_mukhi_details .scrollbar-glass {
  background: radial-gradient(
      47.2% 50% at 50.39% 88.37%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(255, 255, 255, 0.04);
  position: relative;
  transition: background 0.3s ease;
  border-radius: 14px;
  width: fit-content;
  height: fit-content;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.rudraksha_mukhi_details .scrollbar-glass:hover {
  background: radial-gradient(
      47.2% 50% at 50.39% 88.37%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(255, 255, 255, 0.08);
}

.rudraksha_mukhi_details .scrollbar-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.48) 16.73%,
    rgba(255, 255, 255, 0.08) 30.2%,
    rgba(255, 255, 255, 0.08) 68.2%,
    rgba(255, 255, 255, 0.6) 81.89%
  );
  border-radius: inherit;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

/* Typography */
.rudraksha_mukhi_details .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 98px;
    color: #fff;
}

.rudraksha_mukhi_details .description {
    color: #fff;
}

/* Divider */
.rudraksha_mukhi_details .divider {
  margin-top: auto;
  border: none;
  height: 1px;
  background-color: currentColor;
  opacity: 0.1;
  mask-image: linear-gradient(to right, transparent, black, transparent);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black,
    transparent
  );
}
:root {
  --electric-border-color: #dd8448;
  --electric-light-color: oklch(from var(--electric-border-color) l c h);
  --gradient-color: oklch(
    from var(--electric-border-color) 0.3 calc(c / 2) h / 0.4
  );
  --color-neutral-900: oklch(0.185 0 0);
}

.sec_bgrudarkhs_rashi {
    padding: 60px 0 10px 0;
    background-size: cover;
}
.rashi_box{
        text-align: center;
            margin-bottom: 30px;
}
.rashi_box img{
    width: 75px;
}
.rashi_box h4{
       font-size: 18px;
}
.rashi_box p{
     font-size: 13px;
}
.d-box-astro {
    padding: 9px 0px 9px 0px;
    font-size: 18px;
    font-weight: 400;
    background-color: #9b0808;
    color: #ffffff;
    text-align: center;
    border-radius: 9px 9px 0px 0px;
    width: 60%;
    margin: 0px auto 0px auto;
    display: block;
}
.d-box-vastu {
    padding: 9px 0px 9px 0px;
    font-size: 18px;
    font-weight: 400;
    background-color: #95185a;
    color: #ffffff;
    text-align: center;
    border-radius: 9px 9px 0px 0px;
    width: 60%;
    margin: 0px auto 0px auto;
    display: block;
}
.d-box-kundli {
    padding: 9px 0px 9px 0px;
    font-size: 18px;
    font-weight: 400;
    background-color: #6022a9;
    color: #ffffff;
    text-align: center;
    border-radius: 9px 9px 0px 0px;
    width: 60%;
    margin: 0px auto 0px auto;
    display: block;
}
.d-box-software {
    padding: 9px 0px 9px 0px;
    font-size: 18px;
    font-weight: 400;
    background-color: #001258;
    color: #ffffff;
    text-align: center;
    border-radius: 9px 9px 0px 0px;
    width: 60%;
    margin: 0px auto 0px auto;
    display: block;
}
.d-box-gemstone {
    padding: 9px 0px 9px 0px;
    font-size: 18px;
    font-weight: 400;
    background-color: #3a1400;
    color: #ffffff;
    text-align: center;
    border-radius: 9px 9px 0px 0px;
    width: 60%;
    margin: 0px auto 0px auto;
    display: block;
}
.d-box-rudraksh {
    padding: 9px 0px 9px 0px;
    font-size: 18px;
    font-weight: 400;
    background-color: #3a1400;
    color: #ffffff;
    text-align: center;
    border-radius: 9px 9px 0px 0px;
    width: 60%;
    margin: 0px auto 0px auto;
    display: block;
}

.testimonials .owl-nav{
        display: block !important;
}
.testimonials .owl-prev{
    background: #ffffff !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 24px !important;
    position: absolute;
         left: -5%;
    top: 32%;
}
.testimonials .owl-prev:hover{
    color: #000000 !important;
}
.testimonials .owl-next{
    background: #ffffff !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 24px !important;
    position: absolute;
        right: -5%;
    top: 32%;
}

.testimonials .owl-next:hover{
    color: #000000 !important;
}


.videotestimonials .owl-nav{
        display: block !important;
}
.videotestimonials .owl-prev{
    background: #ffffff !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 24px !important;
    position: absolute;
        left: -2%;
    top: 32%;
    box-shadow: #00000026 0px 0px 22px;
}
.videotestimonials .owl-prev:hover{
    color: #000000 !important;
}
.videotestimonials .owl-next{
    background: #ffffff !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 24px !important;
    position: absolute;
        right: -2%;
    top: 32%;
    box-shadow: #00000026 0px 0px 22px;
}

.videotestimonials .owl-next:hover{
    color: #000000 !important;
}
.box_main:hover::before {
    content: "";
    background: #000;
    width: 100%;
    height: 390px;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
}
#exampleModal { z-index: 9999;}

.videotesti-box .bi-youtube{
    position: absolute;
    font-size: 50px;
    top: 48%;
    left: 40%;
    color: #ED3237;
    background: #fff;
    border-radius: 45px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videotesti-box .w-100.d-flex.justify-content-center.align-items-center{

}
.v_btn {
    width: 28px;
    height: 28px;
    position: absolute !important;
    background-color: #fff;
    right: -20px !important;
    top: -20px !important;
    border-radius: 50%;
    opacity: 1;
    font-size: 16px !important;
}
