


/* header section start */
.header-section {
  
position: relative;
  
overflow: hidden;
}
.header-section:before {
    background: url(../images/header-bg.webp) no-repeat;
    content:"";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .1;
    background-size: cover;
    background-position: bottom;
}
.header-left1{
    
padding: 12px;
}
.header-right1{
    
padding: 20px;
}
.header-img {
    position: relative;
}
.header-img:before{
    content: "";
    position: absolute;
    background: url(../images/astro-chankra.webp) no-repeat;
    width: 538px;
    height: 538px;
    z-index: -1;
    left: -82px;
    opacity: 10%;
    animation:hr1 40s linear infinite;
    will-change: transform, opacity;
}
  @keyframes hr1 {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
  }
.design-client-image {
    padding: 20px 0 0;
}

.header-heading span{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}

.header-heading strong {
    font-size: 55px;
    display: block;
    line-height: 66px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 0 0;
}

.header-heading p {
    color: #ffffff;
    font-weight: 300;
    padding: 10px 0 10px;
    line-height: 30px;
}

.header-heading a {
    background: #611515;
    color: #ffffff;
    padding: 12px 18px 12px;
    display: inline-block;
    border-radius: 26px;
    font-weight: 400;
    margin: 10px 0 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: .5s;
    box-shadow: inset 0px -2px 3px 0px #e8b3654d;
}
.header-heading a i {
    margin: 0px 0 0 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #d59435;
    border-radius: 20px;
}
.header-heading a i svg {
    height: 12px;
    width: 25px;
    margin: -4px 0 0 5px;
    fill: #ffffff;
    transition: .5s;
}
.header-heading a:hover{
    background: transparent;
    color: #fff;
}
.header-heading a:hover i svg{
    transform: translateX(32px);
    fill: #fff;
}
.header-right1 ul{
    position: absolute;
    padding: 0 0 8px;
    width: 353px;
}
.header-right1 ul:before{
    content:"";
    width: 459px;
    height: 100%;
    position: absolute;
    left: 0;
    border-bottom: 1px solid #d5943524;
    border-left: 1px solid #d5943524;
    border-radius: 0 0 0 25px;
}
.header-right1 ul li {
    padding: 12px 0 12px 22px;
    color: #ffffff;
    line-height: 22px;
    font-size: 16px;
    display: block;
    border-radius: 10px;
    margin: 6px 0;
    text-transform: capitalize;
    position: relative;
    text-align: left;
}
.header-right1 ul li:before{
    content:"";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #d59435;
    border-radius: 30px;
    left: -7px;
}
.header-right1 ul li:after{
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    background: #d594352e;
    border-radius: 30px;
    left: -10px;
}
.header-right1 img{
    max-width: 100%;
    width: 264px;
    height: auto;
    border-radius: 300px;
    aspect-ratio: 264 / 432;
    box-sizing: border-box;
    outline: 1px solid;
    outline-offset: 8px;
    margin: 0 12px 12px;
}
.horoscope-icons {

transform: translateY(-55px);

padding: 0 12px;

margin: -220px 0 0;
}

.horoscope-icons ul {position: relative;top: 0;}

.horoscope-icons ul li {
    display: inline-block;
    text-align: center;
    padding: 12px;
    border: 0.1px dashed #d5943524;
    margin: 5px 2px;
}
.horoscope-icons p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 0 0 2px;
}

.horoscope-icons span {
    color: #ebc183;
    font-size: 12px;
    display: block;
    font-weight: 200;
}
/* header section end */




/* about us section start */
.aboutus-text{
  padding: 12px;
}
.aboutus-text strong{
  font-size: 50px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  font-family: "Sofia Sans", sans-serif;
}
.aboutus-text p{
  color: #ffffff;
  font-size: 15px;
  line-height: 29px;
  font-weight: 100;
}
.aboutus-text i{
  color: #ffffff;
  font-size: 18px;
  line-height: 31px;
  font-weight: 200;
  display: block;
  padding: 18px 0 25px;
}
/* about us section end */


/* services section start */
.services-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.services-section:before {
    content: "";
    position: absolute;
    background: url(../images/circle-bg.webp) no-repeat;
    z-index: -1;
    left: 0;
    right: 0;
    opacity: 3%;
    bottom: 0;
    width: 990px;
    height: 525px;
    margin: 0 auto;
}
.services1{
  padding: 12px;
  text-align: center;
}
.services2 img{
    border-radius: 400px 400px 0 400px;
    width: 100%;
    aspect-ratio: 400 / 300;
    height: auto;
}
.services3{
  padding: 20px 12px 12px;
  margin: -52px 0 0 20px;
  position: relative;
  z-index: 0;
  background: radial-gradient(#ffffff, #eaa643);
  border-radius: 20px;
}
.services3 p{
  text-align: center;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 27px;
  padding: 10px 0 0;
}
.services3 strong{
   font-size: 25px;
   text-transform: uppercase;
   display: block;
   font-weight: 900;
   border-radius: 40px 0 0 40px;
   font-family: "Sofia Sans", sans-serif;
   line-height: 30px;
   color: #861313;
}
/* services section end */




/* why us section start */
.why-us-section{
    background: radial-gradient(#ffffff, #eaa643);
}
.why-heading span{
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 15px 6px;
  border-radius: 50px;
  display: inline-block;
  background: #ffffff;
  color: #000000;
  box-shadow: inset 1px 4px 10px 0px #d49634;
}

.why-heading strong{
  font-size: 50px;
  font-weight: 900;
  display: block;
  text-transform: capitalize;
  font-family: "Sofia Sans", sans-serif;
  border-bottom: 2px solid;
  color: #861313;
}
.why-heading p{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 0 0;
}
.why-1{
  padding: 12px;

}
.flip-box {
  display: flex;
  align-content: stretch;
  min-height: 200px;
  flex-wrap: wrap;
  position: relative;
  -webkit-perspective: 1000;
  text-align: center;
 } 
.flip-box:hover .back{

      transform: rotateY(0deg);
      z-index: 10;
  }
    
.flip-box:hover .front {
      transform: rotateY(180deg);
      z-index: -1;
    
  }
  .front {
    z-index: 10;
    padding: 25px 15px 20px;
}
  .back, .front {
    position: relative;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
    transition: all 1s cubic-bezier(.5,1.3,.5,1.3);
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaa643;
    border-radius: 20px;
  }
  
  .back {
    background: linear-gradient(360deg, #812727, #611515);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: rotateY(-180deg);
  }  
 .back .content{
     position:relative;
     overflow:hidden;
     padding: 25px 15px 20px;
 }
.back .content:before {
    content: "";
    position: absolute;
    background: url(../images/astro-chankra.webp) no-repeat;
    z-index: -1;
    left: -40px;
    opacity: 10%;
    animation: hr1 40s linear infinite;
    top: 75px;
    background-size: cover;
    width: 345px;
    height: 345px;
}

.why-img{
    width: 75px;
    height: 75px;
    line-height: 64px;
    border-radius: 50%;
    border: 2px solid #eaa643;
    box-shadow: 0 0 0px 8px #eaa64340;
    display: block;
}
.why-img svg{
    width: 45px;
    height: 45px;
}
.content {
  font-size: 2rem;
}
.content strong{
       color: #000000;
       font-size: 17px;
       font-weight: 700;
       display: block;
       padding: 22px 0 2px;
       text-transform: uppercase;
} 
.back .content strong{
       color: #ffffff;
       padding: 0 0 8px;
}   
.content p{
       color: #000000;
       font-size: 15px;
       font-weight: 400;
       text-transform: capitalize;
}  
.back .content p{
       color: #ffffff;
       font-weight: 200;
       line-height: 28px;
       font-size: 14px;
}  

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateZ(50px);
}


/* why us section end */



/* best services section start */
.best-services-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.best-services-section:before {
    content: "";
    position: absolute;
    background: url(../images/circle-bg.webp) no-repeat;
    z-index: -1;
    left: 0;
    right: 0;
    opacity: 3%;
    bottom: 0;
    width: 990px;
    height: 525px;
    margin: 0 auto;
    transform: rotate(180deg);
    top: 0;
}
.best-services-heading{

position: relative;

text-align: center;

padding-top: 35px;
}
.best-services-heading:after{
    position: absolute;
    top: 0;
    color: #eaa643;
    font-size: 30px;
    content: "\272f";
    font-family: 'Glyphicons Halflings';
    left: 0;
    right: 0;
}
.best-services-heading {
  text-align: center;
  padding-top: 35px;
  position: relative;
}

.best-line-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.best-line-wrap::before,
.best-line-wrap::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eaa64333;
  max-width: 100%;
}

.best-line-wrap span {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Sofia Sans", sans-serif;
  white-space: nowrap;
  color: #fff;
}

.best-services1{
  padding: 0 12px 12px;
}
.best-services2{

border: 1px solid #fff;

padding: 20px 20px;

text-align: center;
}
.best-services1:nth-child(1) .best-services2{
   border-radius: 0 400px 400px 0;
   text-align: left;
}
.best-services1:nth-child(3) .best-services2{
   border-radius: 400px 0 0 400px;
   text-align: right;
}
.best-services2 p{
  color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  padding: 5px 0 0;
  line-height: 29px;
}
.best-services2 strong{
   font-size: 24px;
   text-transform: uppercase;
   display: block;
   font-weight: 800;
   border-radius: 40px 0 0 40px;
   font-family: "Sofia Sans", sans-serif;
   line-height: 33px;
}
/* best services section end */


/* high lights section start */
.high-lights{padding: 0 12px;font-size: 14px;font-weight: 600;display: inline-block;color: #ffffff;box-shadow: inset 0px 0px 20px #ede18c4f;text-transform: uppercase;border: 1px solid #dc9b7130;border-left: 0;}
.highlight-left1{
    padding: 0;
}
.highlight-left1 a {
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0% 50%, 0 0);
    text-align: center;
    display: block;
    padding: 10px 10px 8px;
    animation: blk1 .4s infinite;
    background: #097817;
}
@keyframes blk1{
    50%{
         background: #0a9d07;
    }
}
.highlight-right1 span{
    padding: 15px 10px 8px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}
.highlight-right1 span i{
    padding: 2px 10px 2px;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
    line-height: 24px;
    background: #ede18c;
    display: inline-block;
    transform: rotate(-10deg);
    border-radius: 5px;
    margin: 0 8px 0 0;
    font-style: normal;
}
/* high lights section end */


/* other services section start */
.other-sv-img{

padding: 12px;

margin: 0 auto;
}
.other-sv-img1{

position: relative;

overflow: hidden;

border-radius: 20px;
}
.other-sv-img1 img{
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 570 / 680;
    height: auto;
}
.other-sv-overlap{

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

background: linear-gradient(0deg, #000000bd 20%, transparent 73%);

color: #fff;

text-align: center;

display: flex;

flex-direction: column;

align-items: center;

justify-content: end;

font-size: 25px;

text-transform: capitalize;

padding: 20px 20px 20px;
}
.other-sv-overlap strong{

display: block;

color: #ffffff;

font-weight: 600;

font-size: 25px;

text-transform: capitalize;

line-height: 35px;

padding: 0 0 9px;
}
.other-sv-overlap a{

color: #861313;

padding: 9px 20px 7px;

display: inline-block;

border-radius: 50px;

font-weight: 700;

font-size: 15px;

text-transform: uppercase;

background: radial-gradient(#ffffff, #eaa643);
}
.other-services-right{

padding: 12px 12px 12px 20px;
}
.other-services{
  padding: 12px;
  text-align: center;
}

.other-services strong{
  padding: 9px 12px 8px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  display: block;
  border-radius: 35px;
  margin: 6px 2px;
  color: #000000;
  box-shadow: inset 0px 0px 20px 0px #ffffff;
  background: radial-gradient(#ffffff, #eaa643);
}
.other-services svg{
    
width: 48px;
    
height: 48px;
    
fill: #ffffff;
    
stroke: #fff;
}
/* other services section end */




/* testimonials section start */
.google-reviews{
   color: #ffffff;
   padding: 0 0 20px;
   font-size: 18px;
   font-weight: 400;
   display: flex;
   justify-content: center;
   text-transform: uppercase;
   gap: 12px;
}
.google-reviews i svg{
  
width: 50px;
  
height: 50px;
}
.google-reviews strong svg{
  
width: 100px;
  
height: 33px;
  
display: block;
}
.testimonial-rating{
    
padding: 12px;
}
.testimonial-rating-box{border: 1px solid;padding: 25px 30px 10px;border-radius: 20px;border-top: 3px solid;border-bottom: 3px solid;text-align: center;border-color: #ffffff;}
.rating-num{
    margin: 0;
}
.rating-num:nth-child(1){
    border-right: 1px solid #ffffff29;
}
.rating-num strong{
     color: #ffffff;
     font-weight: 700;
     font-size: 70px;
}
.rating-num p{
     color: #ffffff;
     font-weight: 500;
     font-size: 16px;
     text-transform: uppercase;
}
.testimonial-rating-box ul li{
      padding: 15px 15px 15px 53px;
      text-transform: capitalize;
      position: relative;
      color: #ffffff;
      line-height: 25px;
      font-weight: 400;
      font-size: 16px;
      border-radius: 35px;
      box-shadow: inset 0px 0px 7px #ede18c4f;
      margin: 20px 0;
      text-align: left;
}
.testimonial-rating-box ul li:before{
  font-weight: 500;
  position: absolute;
  color: #ede18c;
  top: 12px;
  left: 25px;
  font-size: 30px;
  content: "\2315";
  font-family: 'Glyphicons Halflings';
  text-shadow: 0 0 6px #ede18c;
}

.testimonial-title{

padding: 12px;
}
.testimonial-box{

border: 1px solid;

padding: 25px 30px 10px;

border-radius: 20px;

border-top: 3px solid;

border-bottom: 3px solid;

border-color: #ffffff;
}
.testimonials-1{
   padding: 12px;
}
.testimonials-2{
   border-radius: 20px;
   box-shadow: inset 0px 0px 20px 0px #ffffff;
   background: radial-gradient(#ffffff, #eaa643);
   padding: 25px;
}

.testimonials-1 aside svg{
  
width: 115px;
  
height: 37px;
  
padding: 0 0 15px;
}
.testimonials-2 p{
   color: #000000;
   text-align: justify;
   padding: 20px 0 0;
   line-height: 30px;
   font-weight: 400;
   font-size: 15px;
   font-style: italic;
}
.profile-info{
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.profile-info i{
    height: 60px;
    border-radius: 50%;
    width: 60px;
    background: #48150c;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
}
.profile-info i svg{
    width: 50px;
    height: 50px;
}
.profile-info span svg{
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: -4px;
    opacity: 0.1;
}
.profile-info strong{
  font-size: 18px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
}
.profile-info strong em{
  padding: 2px 0 0;
  color: #861313;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  font-weight: 700;
}


/* testimonials section end */




/* =====================================================
                GET IN TOUCH PAGE START 
========================================================*/
.getintouch-section{padding: 0 0 50px;}

.form-group1 {
  padding: 8px 10px;
  margin: 0;
}
.form-control1 {
  display: block;
  color: #ffffff;
  width: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 200;
  border: 0;
  height: 45px;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #eaa64345;
}
input:-internal-autofill-selected {
    background-color: transparent !important;}
textarea.form-control1 {
  height: 90px;
  padding: 10px 0 0;
}

.btn-group {
  padding: 16px 0 0;
  display: block;
  text-align: center;
}
.getin-details{
  padding: 40px 85px;
  border-radius: 400px;
  border: 1px solid;
}
.btn-group>.btn {
  border: 0;
  padding: 8px 18px 6px;
  color: #000000;
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: #eaa643;
}

.btn-group>.btn:hover::after {
    width: 0;
}

.btn-group>.btn:hover {
    background: #ffffff;
}

.getin-right2:after,.getin-right2:before {
  height: 80%;
}

.form-group1 .place::-webkit-input-placeholder {
  color: #ffc06487;
  font-size: 15px;
  text-transform: captilize;
  font-weight: 300;
}

.btn:active:focus,.btn:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: -0px;
}
.form-contact{
  padding: 12px;
}
.form-contact a{
  display: block;
  padding: 30px 15px 20px;
  box-shadow: inset -1px -2px 6px #310303;
  background: #dc9b7126;
  text-align: center;
  border-radius: 20px;
}
.form-contact a span{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    padding: 20px 0 2px;
}
.form-contact a p{
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
    color: #ffffff;
    line-height: 22px;
}
.form-contact a i{
  height: 85px;
  background: #fff;
  width: 85px;
  line-height: 74px;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 0 0px 14px #eaa64321;
  border: 5px solid #eaa643;
  background: #fff;
}

.form-contact svg{
  height: 42px;
  fill: #000000;
  width: 42px;
}
.social-icon{
    padding: 12px;
    text-align: center;
    border-top: 1px dashed #d5943540;
    border-bottom: 1px dashed #d5943540;
}
.social-icon strong{
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    padding: 0 0 10px;
    color: #fff;
}
.social-icon ul li{
    
display: inline-block;
    
padding: 0px 5px;
}
.social-icon ul li a{
  display: inline-block;
  font-weight: 500;
  width: 42px;
  height: 42px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  box-shadow: inset -1px -2px 6px #310303;
  background: #dc9b7126;
}

.social-icon ul li a svg{
  height: 18px;
  fill: #ffffff;
  width: 18px;
}
.social-icon ul li:nth-child(1) a svg {
    height: 22px;
    width: 21px;
}
/* =====================================================
               GET IN TOUCH PAGE END 
========================================================*/




