@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

body{
  margin:0;
  padding:0;
  color: #4e2320;
  font-family: "League Spartan", sans-serif;
  background: linear-gradient(45deg, #69140e, #3c1518);
  background: radial-gradient(#69140e, #3c1518);
} 

a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;

}

.main{
  margin: auto;
  padding: 0;
  width: 93%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}

/* START HEADER SECTION */

/* start top head section  */

.tophead-section{position: relative;padding: 10px 0 10px;}

.head-logo1{
  width: 30%;
}
.head-right1{
  width: 70%;
  padding: 0 0 0 27px;
}
.line-top a{
  color: #ffffff;
  font-size: 24px;
  display: block;
  font-weight: 600;
  margin: 0 0 0 auto;
  padding: 0px 0px 0 0px;
}
.line-top{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-top{display:none;}
.line-top a svg, .line-top a svg path{
  height: 30px;
  width: 30px;
  margin: -6px 0px 0px 0px;
  fill: #ffb900;
}
.line-top p{
  width: fit-content;
  margin: 0 auto;
  /* background: linear-gradient(234deg, #276550 40%, #081034); */
  color: #ffffff;
  padding: 0px 9px 0px;
  font-weight: 500;
  border-left: 2px solid #dbcece;
  font-size: 19px;
  /* border-radius: 0 0 35px 35px; */
}

.top-list{
  margin: 0 auto;
  text-align: right;
  padding: 10px 0 0px;
}
.top-list ul li{
  display: inline-block;
  width: fit-content;
  padding: 11px 12px 4px;
  color: #494949;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #ffaf0024;
  font-size: 17px;
  list-style: none;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 13px;
  transition:0.5s ease-in;
}
.top-list ul li:hover{
  box-shadow: 0px -7px 15px 2px #edd1931c;
}
.top-list ul li p{padding: 5px 0 0;color: #ffeec9;}
.top-list ul li span svg{
  height: 23px;
  width: 23px;
  fill: #ffaf00;
}



 /* end top head section */

.navigation{padding: 4px 0 4px 0;'': 0;border-radius: 70px;margin: 20px auto 10px;outline: 4px double #623701;}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #ffffff;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 33px;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}
.navbar-toggler{border: 0;box-shadow: none;padding: 0;float: right;margin: -290px 10px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  justify-content: center;
  width: 100%;
}
.menu li{
  padding: 5px 27px;
  text-transform: capitalize;
  position: relative;
  font-size: 18px;
  z-index: 9;
}
.menu li:before{
  content:"";
  position:absolute;
  right:0;
  height:100%;
  width: 1px;
  background: linear-gradient(179deg, #110a1800, #805118, #110a1800);
  top: 0;
}
.menu li:last-child:before{
  display:none;
}
.menu li a{
  color:#fff;
  padding: 0px !important;
  margin: 0;
}

.navbar-nav .nav-link.active{
  color: #ffa300;
  font-weight: 500;
}
.nav-link:focus, .nav-link:hover{
  color:#fec367;
}
  
  
/* Cross effect on active toggle */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #f6e6b5;
}

.nav-link:focus, .nav-link:hover {
  color: #f6e6b5;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 8px 0px !important;
    border: 0px solid #5b214b;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
    padding: 4px 14px !important;
    display: block !important;
    line-height: 29px;
    font-weight: 600;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
.dropdown ul li a{
  text-transform: inherit;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 16px;
}
.nav-link:focus, .nav-link:hover {
  color: #fae6a1;
}
.dropdown ul li:before{
  display:none;
}
.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #cf0020;
}

/* end navigation section  */




/* start header slide section*/

.header-section{
  /* background: linear-gradient(234deg, #276550 40%, #081034); */
  padding: 0;
  position:relative;
  z-index:9;
  padding: 0 0 0px 0;
  /* background: radial-gradient(#26644f, #081034); */
  background: radial-gradient(#ffa300, #ffa300);
}
.header-section:before{
  content:"";
  background: url(images/astro-background.webp) no-repeat;
  height:100%;
  width:100%;
  top:0;
  left:0;
  margin:0 auto;
  right:0;
  opacity: 0.6;
  z-index: -9;
  position: absolute;
  background-position: center;
}
.img-astro1{
  height: 100%;
  width: 100%;
  position:absolute;
  content:"";
  z-index:-9;
  margin: 0 auto;
  left: 0;
  display: none;
  right: 0;
  opacity: 34%;
  bottom: -74%;
  overflow: hidden;
  animation: rotation 120s infinite linear reverse;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.img-astro2{
  height: 1036px;
  width: 1062px;
  position:absolute;
  content:"";
  z-index:-9;
  animation: rotated 120s infinite linear;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 11%;
  bottom: -74%;
  overflow: hidden;
}
@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header-section p{
  text-align: center;
  color: #ffa300;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  margin: 0px 0 0 0;
  padding: 100px 0 0 0;
  animation-fill-mode: both;
  animation: 2.5s bounce infinite;
}
.slide-section img{
  width: 100%;
}
.img-right-header{
  position: absolute;
  right: 20px;
  bottom: -17%;
}
.img-right-header img{
  border-radius: 40px;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
  width:2%;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffffff;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}

.left-header{
}
.left-header2{
}
.left-header2 strong{
  font-size: 17px;
  text-transform: uppercase;
  color: #000000;
  background: #ffa300;
  font-weight: 600;
  letter-spacing: 2px;
  /* text-shadow: -1px 2px 4px #193834; */
  width: fit-content;
  padding: 9px 28px 3px;
  border-radius: 50px;
}
.left-header2 span{
  font-weight: 700;
  font-size: 93px;
  text-transform: capitalize;
  color: #fff;
}
.left-header2 p{
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}
.left-header2 ul{
  width:50%;
}
.left-header2 ul li{
  list-style:none;
  padding: 0px 10px 0px 34px;
  color: #cdcdcd;
  text-transform:capitalize;
  font-size: 19px;
  position:relative;
  margin: 12px 0 11px;
}
.left-header2 ul li:before {
  box-shadow: 0 0 0 rgba(255,255,255,.4);
  animation: pulso 2s infinite;
  transition: .5s;
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #ffa300;
  position: absolute;
  left: 9px;
  border-radius: 50%;
  top: -4px;
  bottom: 0;
  margin: auto;
}

@keyframes pulso {
    0%{
      box-shadow: 0 0 0 0 rgb(82 154 1 / 6%)
    }

    70% {
      box-shadow: 0 0 0 8px rgb(82 154 1 / 10%)
    }

    100% {
       box-shadow: 0 0 0 0 rgb(82 154 1 / 7%)
    }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-20px);}
  60% {transform: translateY(-15px);}

}

.right-header{
  padding: 0px  0 0;
}
.right-header2{
  display: flex;
  justify-content: center;
  align-items: end;
}
.right-header2 span:nth-child(1){display: block;margin: 0 auto 0 0;width: fit-content;}
.right-header2 span:nth-child(2){
  width: 40%;
  display:block;
  margin: 0px  0 -80px 0;
  padding: 0 0 0 10px;
  z-index: 9;
}
.right-header2 span img{
  border-radius: 160px 160px 0 0;
  height: 440px;
}
/* end slider section  */


/* END HEADER SECTION*/


/* start free astrology services section */
.free-astrology{
  padding: 50px 0 0 0;
}
.free-astrology strong{
  font-size: 33px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0 0 12px 0;
  text-align: center;
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.free-astrology1{
  width: 16.6666%;
}
.free-astrology2 img{
  border-radius: 10px;
  /* height: 60px; */
}
.free-astrology2 p{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 0 0;
  text-align: center;
}
/* end free astrology services section*/


/* start shiva section */

.shiva-section{
  padding: 80px 0 80px;
  position:relative;
}
.shiva-heading strong{
  font-size: 40px;
  display: block;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 20px 0;
  color: #ffffff;
  text-transform: capitalize;
  position:relative;
}
.shiva-heading strong b{
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
}
.shiva-heading p{
  color: #dfdfdf;
  font-size: 17px;
  line-height: 30px;
}
.shiva-heading a{
  --grad: linear-gradient(90deg,#942c41,#c14a20);
  padding: 12px 25px;
  font-size: 1.1rem;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  background-size: 300%;
  border-radius: 50px;
  box-shadow: 0px 5px 18px rgb(255 138 0 / 31%);
  position: relative;
  overflow: hidden;
  transition: transform .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index:9;
  width: fit-content;
  margin: 15px 0 0 0;
}
.shiva-heading a:before{
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  background-size: 300%;
  animation: ribbon 4s linear infinite;
}
.shiva-heading a:hover {
  transform: translateY(-6px);
}
.shiva-heading a i {
  position: relative;
  z-index: 1;
  font-style: normal;
  animation: bob 2.5s ease-in-out infinite;
}
@keyframes ribbon {
  0% { background-position: 0% }
  100% { background-position: 300% }
}

@keyframes bob {
  0%, 100% { transform: translateY(0) }
  50% { transform: translateY(-6px) }
}




.shiva-heading span{
  color: #fcc988;
  font-size: 18px;
  display: block;
  margin: 0 0 15px 0;
  font-weight: 600;
  text-transform: uppercase;
  position:relative;
}
.shiva-heading span:before{
  position:absolute;
  height: 2px;
  width:60%;
  left: 0;
  bottom: -4px;
  background: #ff8f00;
  content:"";
}
.shiva-astrology img{}

/* end shiva section */

/* start services section*/

.services-section{
  padding: 50px 0 100px;
  position: relative;
}
.heading-services{
  text-align: center;
  margin: 0 auto;
}
.heading-services strong{
  font-weight: 700;
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  text-transform: uppercase;
  padding: 0px 0 20px 0;
  display: block;
}

.services-1{
  padding: 10px;
}
.services-2{
  border-color:#fff;
  transition: all 2s;
  position:relative;
  padding: 20px 0px 16px;
  z-index: 9;
}
.services-2:before{
  position:absolute;
  right: -10px;
  background: #4b0d0d;
  width:1px;
  height:60%;
  content:"";
  top: 53px;
}
.services-1:nth-child(3) .services-2:before, .services-1:nth-child(6) .services-2:before{
  display:none;
}
.services-2 img{
  position:relative;
  transition: all 2s;
  max-height: fit-content;
  top:0;
  margin: 30px auto;
}

.services-2 strong{
  padding: 5px 0 0;
  font-size: 20px;
  font-weight: 600;
  transition:0.6s;
  color: #ff9b00;
  text-transform: capitalize;
  margin: 0 0 0px;
}

.services-2 p{
  color: #d9d9d9;
  line-height: 24px;
  padding: 0 0px;
}
.services-1:hover .services-2 strong{
  letter-spacing:1px;
}

.services-1:hover .services-2 img{top:11px;}
/* end services section  */

/* start kundli section */

.award-1{
  padding: 10px;
}
.award:before{
  background: -webkit-linear-gradient(140deg, #ff7e0000, #ffa800, #ffffff00);
  width: 70%;
  height: 18px;
  position:absolute;
  top: -82px;
  left:0;
  z-index: -9;
  margin: 0 auto;
  right:0;
  content:"";
}
.kundli-matching b{
  background: -webkit-linear-gradient(#ff7e00, #ffa800);
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 43px;
  border-radius: 60px;
  font-style: normal;
  padding: 6px 81px 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.kundli-matching{
  padding: 50px 0 120px;
}
.kundli-left1{
  position: relative;
  padding: 0 40px 0 0px;
}
.kundli-left1:before{
  position: absolute;
  right: -0px;
  background: #4b0d0d;
  width: 1px;
  height: 100%;
  content: "";
  top: 0;
}
.kundli-left1:nth-child(2){
  padding: 0 0px 0 40px;
}
.kundli-left1:nth-child(2):before{
  display:none;
}
.kundli-left2{
}

.kundli-left2 p{
  font-size: 17px;
  line-height: 35px;
  padding: 0px 0 0;
  color: #414141;
}
.kundli-left2 strong{
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  padding: 0px 0 0px 0;
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kundli-left2 ul li{
  list-style: none;
  font-size: 17px;
  color: #d0d0d0;
  margin: 13px 0 13px 0px;
  display: block;
  position: relative;
  padding: 0 0px 0 26px;
}
.kundli-left2 ul li:before{
  position: absolute;
  color: #ffa300;
  top: -5px;
  text-align: center;
  left: 0px;
  font-size: 21px;
  content: "\2726";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
}
.kundli-left2 a{
  --grad: linear-gradient(90deg,#942c41,#c14a20);
  padding: 8px 19px;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  background-size: 300%;
  border-radius: 50px;
  box-shadow: 0 12px 25px rgba(0,0,0,.4);
  position: relative;
  font-size: 15px;
  overflow: hidden;
  transition: transform .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index:9;
  width: fit-content;
  margin: 18px 0 30px 0;
}
.kundli-left2 a:before{
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  background-size: 300%;
  animation: ribbon 4s linear infinite;
}
.kundli-left2 a:hover {
  transform: translateY(-6px);
}
.kundli-left2 a i {
  position: relative;
  z-index: 1;
  font-style: normal;
  animation: bob 2.5s ease-in-out infinite;
}
/* end kundli section */


/* start birthchart tagline section  */

.birthchart-tagline{
  position:relative;
  z-index:9;
  /* background: #5a1411; */
  padding: 24px 0 45px;
}
.birthchart-tagline strong{
  font-weight: 600;
  color: #ffffff;
  display: block;
  font-size: 35px;
  padding: 0px 0 12px;
  text-transform: capitalize;
}
.birthchart-tagline p{
  line-height:30px;
  color: #c1c1c1;
  padding: 0 0 18px;
}
.birthchart-tagline a{
  background: #ffd8a4;
  color: #000 !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 23px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-style: normal;
  padding: 14px 35px 14px;
  border-radius: 999px;
  border: 3px solid transparent;
  box-shadow: 0 0 0 2px #cf8c0f inset, 0 0 12px #cf8c0f, 0 0 30px #cf8c0f inset, 0 10px 20px rgba(223, 174, 134, 0.2);
  transition: box-shadow .25s, transform .25s;
  cursor: pointer;
}
.birthchart-tagline a svg{
  height: 30px;
  width: 30px;
}
.birthchart-tagline a:hover{
  box-shadow:
    0 0 0 2px #daa05e inset,
    0 0 18px #daa05e,
    0 0 55px #daa05e inset,
    0 15px 25px rgba(255, 254, 252, 0.25);
}
/* end birthchart tagline section  */

/* start horoscope section */

.horoscope-section{
  padding: 100px 0 49px;
}

.horoscope-left1{
  padding: 0;
}
.horoscope-left2{
}
.heading-horoscope strong{
  font-weight: 700;
  font-size: 46px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0 0px 0;
  display: block;
}
.heading-horoscope p{
  --grad: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  padding: 8px 19px;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  background-size: 300%;
  border-radius: 50px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, .4);
  position: relative;
  font-size: 15px;
  overflow: hidden;
  transition: transform .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index:9;
  width: fit-content;
}
.heading-horoscope p:before{
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  background-size: 300%;
  animation: ribbon 4s linear infinite;
}
.heading-horoscope p:hover {
  transform: translateY(-6px);
}
.heading-horoscope p i {
  position: relative;
  z-index: 1;
  font-style: normal;
  animation: bob 2.5s ease-in-out infinite;
}
.horoscope-1{
  padding: 20px 10px 10px;
  width: 16.6666%;
}
.horoscope-2 a{display:block;}
.horoscope-2 img{
  height: auto;
  transition:0.9s ease-in;
}
.horoscope-2:hover img{
  animation: bob 2.5s ease-in-out infinite;
}

.horoscope-2 strong{
  font-size: 18px;
  font-weight: 500;
  color: #c5c5c5;
  text-align: center;
  display: block;
  text-transform: capitalize;
}
.tarot-design{
  padding: 0 0px 0 20px;
}

.tarot-design1{
  i{
    font-size: 44px;
    font-weight:700;
    text-transform: uppercase;
    color: #ffffff;
    font-style: normal;
    padding: 0 0px 12px 0;
    text-align: right;
    display: block;
    background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  ul li{
    padding: 25px 22px;
    border: 1px solid #ff9f001f;
    margin: 10px 0;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    list-style:none;
  }
  ul li img{
    height: 61px;
    position: absolute;
    right: 0;
    top: 8px;
  }

}

/* end horoscope section */

/* start client testimonials section */

.testimonials-section{
  padding: 92px 0 90px;
  margin: -0px 0 0  0;
}
.testimonials-heading {
  padding: 20px 0 10px;
  
  
   p{
      color: #ffffff;
      font-size: 21px;
      text-transform: capitalize;
      font-weight: 500;
      display: block;
    }
   strong {
      text-align: center;
      font-size: 54px;
      text-transform: uppercase;
      position:relative;
      width:fit-content;
      margin:0 auto;
      font-weight: 700;
      background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  strong b{
  font-style:normal;
  font-weight: 600;
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  }  
   
}
.testimonials1{
  padding: 0 20px;
}
.testimonials2{
}

.testimonials3{
  padding: 0px 0px 20px;
}
.testimonials-design{
  background: #fbfbfb;
  padding: 20px;
  border-radius: 20px;
  position:relative;
  /* border: 1px solid #d4d4d4; */
  background: radial-gradient(#b59037, #270505);
  z-index: 9;
}
.testimonials-design:before{
  content:"";
  background: url(images/astro-background.webp) no-repeat;
  height:100%;
  width:100%;
  top:0;
  left:0;
  margin:0 auto;
  right:0;
  border-radius: 20px;
  opacity: 0.9;
  border-radius: 20px;
  z-index: -9;
  border-radius: 20px;
  position: absolute;
  background-position: center;
}
.image-testimonials{
  width: 23%;
}
.image-testimonials span{
  display:block;
  width: fit-content;
}
.image-testimonials span svg{
  border-radius: 50%;
  box-shadow: 1px -1px 9px 0px #ebebeb;
  height: 60px;
}
.client-heading{
  width:70%;
  text-align: right;
}
.client-heading strong{
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.client-heading p{
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  color: #ffac1a;
}
.client-word p{
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  padding: 15px 0 0 0;
  text-align: left;
}
.client-word aside{padding:20px 0 0 0}
.client-word aside b svg{
  height:30px;
  width: 100px;
}
/* end client testimonials section */


/* start form section  */

.form-section{
  padding: 80px 0 80px 0;
  position:relative;
  overflow: hidden;
  background: linear-gradient(131deg, #ffbd75 0%, #ffd19d 100%);
  z-index: 9;
}
.form-section:before{
  content:"";
  background: url(images/astro-background.webp) no-repeat;
  height:100%;
  width:100%;
  top:0;
  left:0;
  margin:0 auto;
  right:0;
  border-radius: 20px;
  opacity: 10;
  border-radius: 20px;
  z-index: -9;
  border-radius: 20px;
  position: absolute;
  background-position: bottom;
}
.form-section .form-heading strong{
  background: -webkit-linear-gradient(140deg, #4e1515, #4d1414);
  padding: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-right1{
  padding: 0 0 0 40px;
}
.form-row{padding:0 10px}

.form-left1 a span{
  display: block;
  background: radial-gradient(circle at 30% 107%, rgb(246 91 68) 0px, rgb(246 151 28) 5%, rgb(253, 89, 73) 45%, rgb(214, 36, 159) 60%, rgb(40, 90, 235) 90%);
  width: fit-content;
  border-radius: 13px;
  color: #fff;
  font-size: 32px;
  margin: 20px auto 0;
  font-weight: 600;
  padding: 11px 15px 5px;
  text-transform: capitalize;
}
.form-left1 a img{
  height: 220px;
}
.form-left1 a span .bi{
  height: 30px;
  width: 30px;
}


/* end form section  */



/* start footer section */

.footer{
  padding: 0px 0 0px;
  position:relative;
  z-index: 9;
  background: #000000;
}

.footer-heading strong{
  font-size: 28px;
  text-transform: uppercase;
  color: #dfb360;
  font-weight: 700;
  background: -webkit-linear-gradient(140deg, #8c5e08, #ffa702);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-heading a{
  position:relative;
}
.footer-heading span{
  height: 57px;
  width: 57px;
  border-radius: 50%;
  border: 1px dashed #ffffff;
  display:block;
  text-align: center;
  line-height: 54px;
  right: 0;
  top: 0;
  position: absolute;
}
.footer-heading span svg{
  height: 40px;
  margin: -5px 0 0 0;
  fill: #eee;
}
.text-centent p {
  color: #d7d7d7;
  line-height: 27px;
  font-weight: 300;
  font-size: 16px;
  padding: 0 0 20px;
}
.text-centent a{
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  display: block;
  text-transform: capitalize;
  width: fit-content;
  padding: 6px 18px 4px;
  border-radius: 999px;
  border: 3px solid transparent;
  box-shadow: 0 0 0 2px #cf8c0f inset, 0 0 12px #cf8c0f, 0 0 30px #cf8c0f inset, 0 10px 20px rgba(223, 174, 134, 0.2);
  transition: box-shadow .25s, transform .25s;
}
.text-centent .mail{
  margin: 10px 0 0;
  text-transform: lowercase;
  background: transparent;
  box-shadow: none;
  color: #f9f9f9;
  padding: 5px 18px 5px;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 25px;
  margin: 20px auto 0;
  border: 1px solid #454545;
}
.text-centent .mail svg{
  height: 30px;
  width: 30px;
}
.footer-center2 {
  padding: 0 20px 0px 0;
}
.footer-social{
  border-top:1px solid #603a11;
  padding: 30px 0 0 0;
}
.footer-social ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 4px;
}
.footer-social li a{
  color: #1c1108;
  height: 43px;
  line-height: 50px;
  width: 43px;
  display: inline-block;
  background: #eaa142;
  border-radius: 30%;
  text-align: center;
}
.footer-social li a .bi{
  height: 1.2rem;
  width: 1.2rem;
}

.footer-right1{
  padding: 30px 0px 0 0px;
}
.footer-right2{padding: 0 30px 30px 30px;}
.icon-image{
  border-bottom:1px solid #603a11;
  padding: 10px 0 30px 10px;
}
.icon-image ul li{
  display: inline-block;
  list-style: none;
  padding: 0 0px 0 20px;
}
.icon-image ul li img{height: 46px;}
.icon-image ul li a{
  border: 1px solid #b7934233;
  font-weight: 400;
  color: #e79f41;
  padding: 9px 19px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}

.contact-astro strong{
  font-size: 26px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0px 0;
  background: -webkit-linear-gradient(140deg, #8c5e08, #ffa702);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-contact{
  padding: 0px 0 0px 0px;
}
.footer-contact strong{
  font-weight: 500;
  font-size: 21px;
  text-transform: capitalize;
  margin: 0;
  display: block;
  color: #ffc603;
  padding: 0;
}
.footer-contact ul li{
  padding: 14px 0;
  list-style:none;
}
.footer-contact li span{
  height: 35px;
  width: 35px;
  line-height: 42px;
  text-align: center;
  display:inline-block;
  border-radius: 20%;
  color: #873112;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px #cf8c0f inset, 0 0 9px #cf8c0f, 0 0 10px #cf8c0f inset, 0px -1px 7px rgba(223, 174, 134, 0.2);
  transition: box-shadow .25s, transform .25s;';
}
.footer-contact li span .bi{fill: #000000;height: 19px;width: 19px;}
.footer-contact li i{
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  margin: 0 0 0 14px;
  display: inline-block;
}
.footer-navigation ul li{
  padding: 7px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display:inline-block;
  position:relative;
  text-transform: capitalize;
  list-style: none;
}
.footer-navigation ul li a{
  color:#fff;
}
.footer-navigation ul li:hover a{
  color:#eaa142;
}
.footer-navigation{
  padding: 10px 0 10px;
  margin: 0px 0 0 0;
  text-align: center;
  border-top: 1px solid #603a11;
}



.contact-astro {
  padding: 40px 40px 20px 40px;
  background: #060606;
}
.contact-services{
  padding: 12px 0px 0 0px;
}
.services{
  padding: 0 0 0px 10px;
}
.services ul li {
  font-size: 15px;
  list-style: none;
  display: block;
  font-weight: 300;
  color: rgb(218 218 218);
  position: relative;
  text-transform: capitalize;
  padding: 3px 0px 3px 0px;
}
.services ul li  a {
   display:block;
   padding: 5px 1px 5px 21px;
   font-size: 15px;
   color: #d0d0d0;
   text-shadow: 0 0 4px #ffffff4a;
   text-transform: capitalize;
   margin: 0 0px 0 0;
   font-weight: 400;
}
.services ul li a:before{
    font-weight: 300;
    position: absolute;
    color: #ffa300;
    top: 2px;
    text-align: center;
    left: 4px;
    font-size: 25px;
    content: "\2769";
    line-height: normal;
    font-family: 'Glyphicons Halflings';
    border-radius: 50%;
}
.note strong{
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 8px 0;
  display: block;
  color: #ffe7ba;
}
.note p{
  color: #ffffff;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.note p b{font-weight: 600;color: #eaeaea;}
.note span{
  color: #ffffff;
  font-size: 13px;
  margin: 0;
}
.note{
  border-top: 1px solid #131313;
  padding: 19px 0 14px 0px;
}

.footer-naigation{padding: 20px 0 0;border-top: 1px solid #131313;}
.footer-naigation ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
.footer-naigation ul li{
  padding: 11px 22px 11px;
  color: #d3d3d3;
  font-size: 16px;
  display:inline-block;
  position:relative;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-naigation ul li:before{
  content:"";
  position:absolute;
  right:0;
  width: 1px;
  height: 100%;
  top: 0;
}
.footer-naigation ul li:last-child:before{display:none;}
.footer-naigation ul li a{
  color: #d39728;
}
/* end footer section  */

/* start copy right section */

.copy-section{
  padding: 49px 0 96px;
  background: #060606;
}

.copy p{
  color: #ffffff;
  font-size: 14px;
}
.copy p a{
  color: #de9204;
}
.copy p b{
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: -8px 5px -8px 5px;
  padding: 0 0px;
  background: #ecd19f;
}
.footer-logos ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 4px;
}
.footer-logos li a{
  color: #150922;
  height: 36px;
  line-height: 40px;
  width: 36px;
  display: inline-block;
  border-radius: 60%;
  text-align: center;
  background: #fff5e4;
  border: 1px solid transparent;
  box-shadow: 0 0 0 2px #cf8c0f inset, 0 0 12px #cf8c0f, 0 0 30px #cf8c0f inset, 3px -4px 8px rgba(223, 174, 134, 0.2);
  transition: box-shadow .25s, transform .25s;
}
.footer-logos li a .bi{
  height: 15px;
  width: 15px;
}
/* end copy right section*/

/* start bread crumb section */

.bread-crumb{
  position:relative;
  z-index: 9;
  padding: 70px 0 70px;
  text-align: center !important;
}
.bread-crumb:before{
  content:"";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index:-9;
  margin: 0 auto;
  background: url(images/bread-crumb.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.breadcrumb-section h1{
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 700;
}
.breadcrumb-section h1 a{
  color: #000000;
}
.bread-crumb p{
  position:absolute;
  right: 54px;
  top: 51px;
  font-size: 25px;
  text-transform:capitalize;
  color:#000;
  font-weight: 500;
}


.breadcrumb-section .home{
  color: #ffb800;
  font-size: 18px;
  background: linear-gradient(45deg, #4c1414, #521513);
  text-align: center;
  margin: 0px auto 0 0;
  border-radius: 42px;
  display: block;
  padding: 9px 30px 6px;
  width: fit-content;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: inset 12em -6em 2em 0 rgb(76 21 21 / 0%), inset -0.2em -0.2em 0.2em 0 rgb(57 0 14);
}

/* end bread crumb section  */ 







/* ==================================================
       START ABOUT US PAGE CSS 
 ==================================================*/

.aboutus-section{
  padding: 0px 0 0px;
  position: relative;
  border-top: 1px solid #4b0d0d;
  border-bottom: 1px solid #4b0d0d;
}
.about-left2{
    position: sticky;
    top: 0;
    padding: 60px 0 0 0;
}
.topservicesheading{
  border-bottom: 1px solid #4b0d0d;
  padding: 20px 0 10px;
  
   span{
    color: #e4e4e4;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0 0;
    text-transform: uppercase;
    display: block;
  }
   h1 {
    text-align: center;
   color: #000;
   font-size: 54px;
   text-transform: uppercase;
   position:relative;
   width:fit-content;
   margin:0 auto;
   font-weight: 700;
  }
   h1 em{
    font-style:normal;
    position:relative;
     background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
  }
   h1 a{
     color: #000;
     background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
  }  
   
}
.list-services{
  padding: 60px 20px 70px;
  ul{
    padding: 20px 20px 20px;
    margin: 0;
    border: 1px solid #ff98002b;
    border-radius: 20px;
  }
  ul li{
    list-style:none;
    padding: 10px 0 0;
    position:relative;
  }
  ul li a{
    display:block;
    padding: 13px 30px 13px 34px;
    background: #4f0b0a;
    position: relative;
    color: #fff;
    border-radius: 60px;
  }
  ul li a:before{
    position: absolute;
    color: #ff9800;
    top: 8px;
    text-align: center;
    left: 10px;
    font-size: 21px;
    content: "\2726";
    line-height: normal;
    font-family: 'Glyphicons Halflings';
  }
  ul li a:hover{
   background: #a73933;
   color: #fff;
  }
  ul li a:hover:before{
    color: #fdc800;
  }
  
}
.aboutus-left1{
  padding: 10px;
}
.aboutus-left2{
  padding: 20px 20px 0;
  border: 1px solid #ffd789;
  border-bottom:0;
}
.content-design p{
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
  padding: 12px  0 0;
  color: #e5e5e5;
}
.content-design p b{
  color: #ffa400;
  font-weight: 500;
  font-size: 20px;
}
.content-design p a{
  color: #ffca66;
  font-weight: 600;
}
.content-design p strong{
  font-weight: 600;
  color: #ff9b00;
}
.content-design ul, ol{
  padding: 0;
  margin: 6px 0 6px 0;
  list-style: none;
}
.content-design ul li{
  list-style:none;
  font-size: 17px;
  color: #000000;
  margin: 7px 0 7px 6px;
  display: inline-block;
  padding: 9px  20px 9px 34px;
  background: -webkit-linear-gradient(140deg, #ffd6ae, #ffba34);
  position: relative;
  border-radius: 31px;
}
.content-design ul li:before{
  font-weight: 300;
  position: absolute;
  color: #4e1514;
  top: 6px;
  text-align: center;
  left: 10px;
  font-size: 23px;
  content: "\3025";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design ol li{
  display: block;
  padding: 4px 0px 4px 16px;
  margin: 10px 0px 10px 0;
  border-radius: 30px;
  position: relative;
  color: #ffffff;
}
.content-design ol li:before{
  font-weight: 500;
  position: absolute;
  background: #ff9800;
  top: 11px;
  text-align: center;
  left: 0px;
  height: 7px;
  width: 7px;
  content: "";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design svg{
  height: 90px;
  width: 90px;
  position: absolute;
  right: 0;
  opacity: 0.5;
  z-index: -9;
}
.content-design h2,h3,h4,h5,h6{
   font-size: 24px;
   padding: 8px 21px 4px 10px;
   width: fit-content;
   margin: 20px 0 3px;
   font-weight: 500;
   color: #ffffff;
   border-left: 2px solid #ff9800;
}
.aboutclient-left1{
  padding: 10px;
}
.aboutclient-left2{
  border: 1px solid #825500;
  padding: 20px 20px;
  border-radius: 20px;
  margin: 10px 0;
}
.about-right{
  border-left: 1px solid #4b0d0d;
}
.contact1{
  a span{
    color: #ffffff;
    margin: 7px 0 7px 6px;
    text-transform: capitalize;
    padding: 4px  10px 0px 10px;
    background: #4f0b0a;
    position: relative;
    border-radius: 31px;
    font-size: 30px;
    font-weight: 600;
  }
  a .chattt{
    background: linear-gradient(243deg, #019407, #386c08);
  }
  a i{
    font-weight: 600;
    color: #ff9800;
    font-size: 35px;
    font-style: normal;
  }
   a p{
    font-size: 18px;
    line-height: 30px;
    color: #d2d2d2;
    text-transform: capitalize;
  }
}
/* ==================================================
      END ABOUT US PAGE CSS 
==================================================*/


/* ===============================================================
           START GET IN TOUCH PAGE CSS 
==================================================================*/ 


.getintouch{
}
.getin-left1{
  padding: 0 30px 0 0;
}


.getin-left1 .form-control1{
  margin-bottom: 25px;
}
.design-form{
  background:#fdfdfd14;
  padding: 40px 40px;
  border-radius: 40px;
}

.form-design2{
  position: relative;
  background: #671915;
  padding: 40px 40px 40px;
}
.form-heading{
  padding: 0px 0px 0 !important;
}
.form-heading strong{
  font-size: 46px;
  color: #ffb500;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  background: -webkit-linear-gradient(140deg, #ff7e00, #ffa800);
  padding: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-heading p{
  color: #2f2f2f;
  font-size: 16px;
  line-height: 27px;
  margin: -8px 0 0 0;
  font-weight: 400;
}
.contac-rr{
  padding: 20px 0px 0px;
}
.form-group1 {
    padding: 0px 0px;
    text-align: center;
    margin: 8px 0px 6px;
    position: relative;
}
input.form-control1 {
    color: #000000;
    font-weight: 400;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.form-control1 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 15px;
    height: 49px;
    background-color: #ffffff;
    border: 0;
    border: 0;
    border-radius: 12px;
    margin-bottom: 15px;
}
textarea.form-control1 {
    height: 110px;
    font-weight: 500;
    color: #000000;
    border-radius: 17px;
    padding-bottom: 17px;
    padding-left: 18px;
    padding-top: 8px;
}
.form-group1 img {
    position: absolute;
    left: 12px;
    top: 8px;
    padding: 0px;
    /* height: 30px; */
}
.form-group1 span{
  margin: 0;
}
.btn-group{
  padding: 0px 0px 0px 0px;
  margin:0;
  text-align:
  center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group>.btn:first-child {
  padding: 8px 15px 7px;
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 30px;
  width: 100%;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0 auto 0px;
  background:#fff;
  border: 3px solid transparent;
  box-shadow: 0 0 0 2px #cf8c0f inset, 0 0 12px #cf8c0f, 0 0 30px #cf8c0f inset, 0 10px 20px rgba(223, 174, 134, 0.2);
}
.btn-group>.btn:first-child:hover{
  background: #ffb86b;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #000000;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

.getin-right {



  .map1 iframe{
    height: 250px;
    width: 100%;
    border: 14px solid #b44a464a;
    border-radius: 20px;
  }
}

.social-icons1 ul li{
  list-style: none;
  display: inline-block;
  padding: 0 8px 0 0;
}
.social-icons1 ul li:nth-child(1) a{
  background:rgb(93, 130, 209);
}
.social-icons1 ul li:nth-child(3) a{
  background:radial-gradient(circle at 30% 107%, rgb(253, 244, 151) 0px, rgb(253, 244, 151) 5%, rgb(253, 89, 73) 45%, rgb(214, 36, 159) 60%, rgb(40, 90, 235) 90%);
}
.social-icons1 ul li:nth-child(2) a{
  background: #000000;
}
.social-icons1 ul li:nth-child(4) a{
  background:rgb(2, 123, 165);
}
.social-icons1 ul li a{
  color:#fff;
  border-radius: 12px;
  display: block;
  height: 53px;
  text-align: center;
  width: 71px;
  line-height: 71px;
  background: #d10909;
}
.social-icons1 ul li a .bi{
  height: 28px;
  width: 28px;
}
.getin-contact a{
  color: #ffffff;
  font-size: 52px;
  background: #ffffff2b;
  display: block;
  position: relative;
  border-radius: 20px;
  padding: 10px 30px 0px;
  font-weight: 500;
  margin: 30px auto;
  width: fit-content;
}
.getin-contact a .bi{
  height: 57px;
  margin: 0px 0px 0 0px;
  width: 56px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 15px;
}
.getin-contact a aside{
  padding: 0px 0 0 40px;
}

/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/



/* =============================================
        START GEMSTONE PAGE CSS 
================================================*/
.award:before{
  background: -webkit-linear-gradient(140deg, #ff7e0000, #ffa800, #ffffff00);
  width: 70%;
  height: 18px;
  position:absolute;
  top: -82px;
  left:0;
  z-index: -9;
  margin: 0 auto;
  right:0;
  content:"";
}
.gemstone-section b{
  background: -webkit-linear-gradient(#ff7e00, #ffa800);
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 43px;
  border-radius: 60px;
  font-style: normal;
  padding: 6px 81px 0px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #fff;
}

.gemstone-1{
  width: 16.666666%;
  padding: 10px;
}
.gemstone-2 a{
  text-align: center;
  padding: 10px;
  border: 1px solid #6c1511;
  border-radius: 22px;
  display: block;
}
.gemstone-2 a img{
  border-radius: 22px;
}
.gemstone-2 a strong{
  font-size: 17px;
  color:#fff;
  font-weight: 400;
  display:block;
  text-transform: uppercase;
  padding:10px 0 0;
}

.gem-stone-image{
  text-align:center;
  overflow:hidden;
  position:relative;
}
.gem-stone-image img{
  display: block;
  border-radius:30px;
  margin: 0 auto;
}
.gem-stone-image a em{
  display: block;
  font-size: 30px;
  font-style:normal;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 0 0;
}
.gem-stone-image a b{
  background: linear-gradient(91deg, #CFA346 .84%, #E0BA59 27.15%, #F7EBAE 43.84%, #F3DF89 53.45%, #E0BA59 76.22%, #A8701C 97.97%);
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  display: block;
  width: fit-content;
  color: #000000;
  border-style: solid;
  margin: 20px auto 0;
  text-transform: capitalize;
  overflow:hidden;
  position:relative;
  border-width: 0 0 0 0;
  border-color: #FFE270;
  border-radius: 10px 10px 10px 10px;
  padding: 8px 28px 8px 28px;
}
.gem-stone-image a b:before{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, #fff0 30%, rgb(255 255 255 / .8), #fff0 70%);
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
  transition: left 4s;
}
.gemstone-box{
  padding: 20px  0 0;
}
.gemstone-section{
  position: relative;
  padding: 60px 0 70px;
}

/* =============================================
        END GEMSTONE PAGE CSS 
================================================*/

/*==============================================================
            START 404 PAGE CSS 
================================================================*/ 
.error-page {
  position:relative;
  z-index: 9;
  padding: 70px 0 70px;
  text-align: center !important;
}

.error-page:before{
  content:"";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index:-9;
  margin: 0 auto;
  background: url(images/bread-crumb.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
 .error-page b {
  position: absolute;
  right: 54px;
  top: 51px;
  font-size: 25px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}
.not-found-page {
  position:relative;
}
.not-found-page   span{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    line-height: 36px;
    margin: 0 auto;
    top: -30px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, #ffc700 0%, #ff9f0d 100%);
  }
.not-found-page  span img{margin:-10px 0 0 0;}
.not-found-page   a{
  padding: 0;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.not-found-page aside {
  color: #4c1414;
  font-size: 80px;
  text-align: left;
  padding: 0 0 0 170px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0px 0px;
  text-transform: capitalize;
}
.not-found-page aside em{
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0 0;
  font-style: normal;
  display: block;
  padding: 8px 18px 6px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid transparent;
  box-shadow: 0 0 0 2px #cf8c0f inset, 0 0 12px #cf8c0f, 0 0 30px #cf8c0f inset, 0 10px 20px rgba(223, 174, 134, 0.2);
  transition: box-shadow .25s, transform .25s;
  cursor: pointer;
  width: fit-content;
}
.not-found-page aside em:hover{
  box-shadow:
    0 0 0 2px #daa05e inset,
    0 0 18px #daa05e,
    0 0 55px #daa05e inset,
    0 15px 25px rgba(255, 254, 252, 0.25);
}
/*==============================================================
            END 404 PAGE CSS 
================================================================*/ 






/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 91%;
  bottom: 45px;
  z-index: 99999;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 10px 0px;
  border-radius: 60px;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px;
  margin: 0 0 0px 0;
}
.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 20%;
}
.contact-icon a{
  display:block;
  text-align: center;
  height: 50px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-icon a span{
  display: block;
  height: 75px;
  width: 75px;
  line-height: 65px;
  background: #ff0000;
  outline: 2px solid #ff0000;
  border: 3px solid #ffffff;
  border-radius: 70px;
  top: 3px;
  position: relative;
}
.center-icon a{
  margin: 0px auto 0px 0;
  border-radius: 0 30px 30px 0;
  width: 100%;
}
.center-icon a span{
  margin: 0px 0px 0px 0px;
  width: fit-content;
  height: auto;
  background: #ffffff;
  outline: 0;
  line-height: 46px;
  border: 1px solid #bdbdbd;
  animation:blk 0.5s infinite ease-in;
}
@keyframes blk{
  from{color:#000}
  to{color:transparent};
}
.left-icon a{
  margin: 0 0 0 auto;
  color: #128213;
  border-radius: 30px 0 0 30px;
}
.contact-icon a svg{
   height: 43px;
   margin: 0 0 0px 0;
   fill: #ffffff;
   width: 40px;
   animation: 0.9s ease-in-out 0s infinite normal none running ring;
}

@keyframes ring {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(15deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  75% { transform: rotate(15deg); }
  100% { transform: rotate(0deg); }
}
.center-icon a svg path{
  fill: #fff;
}
.center-icon{
  padding: 0;
  text-align: center;
  width: 60%;
}
.right-icon a span{
  margin:0 0 0 auto;
  background: #128213;
  outline: 2px solid #128213;
}


/* start fix btn section */

.fix-btn a{
  background: #411517;
  position:fixed;
  width: 100%;
  left:0;
  bottom:0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 10px;
  color: #fff;
  z-index: 9;
  text-transform: capitalize;
}
.fix-btn a span{
  font-size: 25px;
  padding: 0px 20px 0 0px;
  font-weight: 500;
  margin: 0px 0 0px 0;
}
.fix-btn a i{
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  padding: 8px 18px 6px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid transparent;
  box-shadow: 0 0 0 2px #cf8c0f inset, 0 0 12px #cf8c0f, 0 0 30px #cf8c0f inset, 0 10px 20px rgba(223, 174, 134, 0.2);
  transition: box-shadow .25s, transform .25s;
  cursor: pointer;
}
.fix-btn a i:hover{
  box-shadow:
    0 0 0 2px #daa05e inset,
    0 0 18px #daa05e,
    0 0 55px #daa05e inset,
    0 15px 25px rgba(255, 254, 252, 0.25);
}

/* fix btn section*/







@media (max-width: 767px){
  .head-logo1{width:100%;text-align: left;}
  .head-logo1 img{height: 100px;}
  .head-right1{width:100%;padding: 0;}
  .line-top a{font-size: 22px;padding: 0px 0px 0 0px;}
  .line-top p{font-size: 15px;width: 60%;}
  .menu li {padding: 5px 17px;}
  .top-list ul li{font-size: 15px;padding: 10px 6px 4px 6px;}
  .top-list ul li:nth-child(4), .top-list ul li:nth-child(8){display:none;}
  .mobile-top{display: flex;justify-content: center;align-items: center;}
  .desktopp-top{display:none;}
  .navigation{display:block;position:relative;bottom: 0;margin: 0;outline: 0;}
  .menu li:before{display:none;}
  .right-header2 span img{height: auto;}
  .shiva-section {padding: 0px 0 30px;}
  .header-section p{font-size: 18px;letter-spacing: 0;padding: 40px 0 0 0;}
  .left-header2 span{font-size: 72px;}
  .left-header2 ul li{font-size: 17px;padding: 0px 10px 0px 30px;}
  .img-right-header img{height: 290px;}
  .services-1:nth-child(3) .services-2:before{display:block;}
  .services-1:nth-child(2) .services-2:before,.services-1:nth-child(4) .services-2:before {display:none;}
  .shivv{position: absolute;opacity: 0.3;bottom: 0;}
  .kundli-left1:nth-child(2) {padding: 30px 0px 0 0px;}
  .kundli-left1{padding: 0 0px 0 0px;}
  .birthchart-tagline strong{font-size: 26px;}
  .tarot-design{padding: 20px 0px 0 0px;}
  .testimonials3{padding:10px;}
  .testimonials1 {padding: 0 0px 20px;}
  .footer-contact ul li{width: 49%;display: inline-block;}
  .footer-naigation ul li {padding: 11px 8px 11px;font-size: 15px;}
  .navbar-toggler{margin: -280px 0px 0 auto;}
  .img-right-header{right: 20px;bottom: -4%;}
  .heading-services strong{font-size: 36px;}
  .services-2 strong{font-size: 16px;}
  .content-design ul li{display:block;margin: 7px 0 7px 0px;}
  .contact-icon a span{height: 58px;width: 58px;line-height: 51px;}
  .contact-icon a svg{height: 31px;width: 30px;}
  .contact1 a span {font-size: 23px;}
  .contact1 a i{font-size: 29px;}
  .birthchart-tagline a{font-size: 18px;padding: 14px 23px 14px;}
  .kundli-left1:before{height: 1px;width: 100%;bottom: 0;top: auto;right: 0;left: 0;margin: 0 auto;}
  .footer-center2{padding:0;}
  .footer-contact ul li:nth-child(3){width:100%;}
  .copy p{text-align:center;}
  .footer-logos{text-align:center !Important;padding: 10px 0;}
  .top-list{text-align:center;}
  .getin-left1{padding: 0 0 30px 0;}
  .error-page b{right: 14px;top: 21px;font-size: 17px;}
  .bread-crumb p{right: 14px;top: 21px;font-size: 17px;}
  .breadcrumb-section .home{padding: 6px 18px 4px;font-size: 15px;}
  .breadcrumb-section h1{font-size: 55px;}
  .gemstone-section b, .kundli-matching b{font-size: 26px;padding: 6px 31px 0px;}
  .gemstone-1{width: 33.333%;}
  .form-right1{padding: 20px 0 0 0px;}
  .form-heading strong{font-size: 32px;}
  .form-left1 a span{padding: 11px 15px 6px;font-size: 26px;}

  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-logo1{width:100%;text-align: left;}
  .head-logo1 img{height: 100px;}
  .head-right1{width:100%;padding: 0;}
  .line-top a{font-size: 25px;padding: 0px 12px 0 0px;}
  .line-top p{font-size: 16px;}
  .menu li {padding: 5px 17px;}
  .top-list ul li{font-size: 15px;padding: 11px 7px;}
  .mobile-top{display: flex;justify-content: center;align-items: center;}
  .desktopp-top{display:none;}
  .navigation{display:block;position:relative;outline: 0;bottom: 0;margin: 0;}
  .menu li:before{display:none;}
  .right-header2 span img{height: auto;}
  .shiva-section {padding: 0px 0 50px;}
  .header-section p{font-size: 22px;letter-spacing: 0;padding: 40px 0 0 0;}
  .left-header2 span{font-size: 72px;}
  .left-header2 ul li{font-size: 17px;padding: 0px 10px 0px 30px;}
  .img-right-header img{height: 180px;}
  .services-1:nth-child(3) .services-2:before{display:block;}
  .services-1:nth-child(2) .services-2:before,.services-1:nth-child(4) .services-2:before {display:none;}
  .shivv{position: absolute;opacity: 0.3;bottom: 0;}
  .kundli-left1:nth-child(2) {padding: 0 0px 0 20px;}
  .kundli-left1{padding: 0 20px 0 0px;}
  .birthchart-tagline strong{font-size: 26px;}
  .tarot-design{padding: 20px 0px 0 0px;}
  .testimonials3{padding:10px;}
  .testimonials1 {padding: 0 0px 20px;}
  .footer-contact ul li{width: 32.333%;display: inline-block;}
  .footer-naigation ul li {padding: 11px 12px 11px;font-size: 15px;}
  .top-list{text-align:center;}
  .getin-left1{padding: 0 0 30px 0;}
  .gemstone-2 a strong{font-size: 13px;}


} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-right1{padding: 0 0 0 15px;}
  .line-top a{font-size: 21px;}
  .line-top p{font-size: 14px;}
  .menu li {font-size: 17px;padding: 5px 17px;}
  .header-section p{font-size: 26px;}
  .left-header2 span{font-size: 72px;}
  .left-header2 ul li{font-size: 17px;padding: 0px 10px 0px 30px;}
  .img-right-header img{height:300px;}
  .top-list ul li{padding: 11px 5px;font-size: 13px;}
  .birthchart-tagline strong{font-size: 34px;}
  .tarot-design1 ul li img {opacity: 0.5;z-index: -9;}
  .shiva-heading strong {font-size: 36px;}
  .footer-naigation ul li {padding: 11px 12px 11px;font-size: 15px;}
  .text-centent .mail{font-size: 20px;}
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .head-right1{padding: 0 0 0 15px;}
  .line-top p{font-size: 17px;}
  .top-list ul li{padding: 11px 8px;font-size: 16px;}
  .birthchart-tagline strong{font-size: 34px;}
  .tarot-design1 ul li img {opacity: 0.5;z-index: -9;}
  .text-centent .mail{font-size: 20px;}

  
}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {

}

@media (max-width: 575px) and (min-width: 0px) {
  .line-top p{width: 100%;text-align: center;border: 0;padding: 0;color: #cacaca;}
  .line-top a{text-align:center;font-size: 30px;}
  .mobile-top{display:block;}
  .top-list ul li:nth-child(9),.top-list ul li:nth-child(5),.top-list ul li:nth-child(4), .top-list ul li:nth-child(8){display:none;}
  .head-logo1 img{height: 70px;}
  .navbar-toggler{margin: -230px 0px 0 auto;}
  .left-header2 span{font-size: 48px;}
  .left-header2 ul li:before{width: 9px;border: 1px solid #ffa300;height: 9px;left: 5px;}
  .left-header2 ul li{padding: 0px 10px 0px 24px;font-size: 15px;}
  .img-right-header img {height: 170px;}
  .fix-btn a i{display:block;width:fit-content;margin:0 auto;padding: 4px 18px 3px;}
  .fix-btn a span{font-size: 19px;padding: 0px 20px 0 0px;}
  .icon-fixed-mobile{bottom: 95px;}
  .shiva-heading strong{font-size: 30px;line-height: 36px;}
  .services-2:before{display:none;}
  .topservicesheading h1 {font-size: 30px;}
  .contact,.content-design{padding: 10px !important;}
  .horoscope-1{width:25%;padding: 10px 10px 10px;}
  .horoscope-2 strong{font-size: 14px;}
  .testimonials-heading strong, .tarot-design1 i{font-size: 34px;}
  .tarot-design1 ul li img {opacity: 0.5;z-index: -9;}
  .testimonials3{padding:0;}
  .testimonials-design{margin:15px 0 0 !important;}
  .testimonials1 {padding: 0 0px 0px;}
  .contact-astro {padding: 40px 20px 20px 20px;}
  .footer-contact ul li{display:block;width:100%;}
  .footer-right2 {padding: 0 10px 30px 10px;}
  .copy-section {padding: 19px 0 106px;}
  .heading-horoscope strong {font-size: 30px;}
  .free-astrology1{width:50%;}
  .free-astrology strong{font-size: 26px;}
  .not-found-page span{width: 90px;height: 90px;}
  .not-found-page aside{font-size: 60px;padding: 0 0 0 100px;}
  .gemstone-1{width: 50%;padding: 7px;}
  .gemstone-2 a strong{font-size: 13px;}
  .text-centent .mail{font-size: 20px;}
}
@media (max-width: 420px) and (min-width: 0px) {
  .testimonials-heading strong{font-size: 33px;}
  .top-list ul li:nth-child(9),.top-list ul li:nth-child(7),.top-list ul li:nth-child(5),.top-list ul li:nth-child(4), .top-list ul li:nth-child(8){display:none;}




}


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  



