/* 
Theme : The Rainbow Miracle,
Version : 1.0,
Author : DigitalPiloto
*/
/**************************************
                General
**************************************/
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: unset;
}

html::-webkit-scrollbar{
  width: 2px;
  background-color: #d3ae5d56;
}
html::-webkit-scrollbar-thumb{
  background: #D3AE5D;
  border-radius: 50rem;
}

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  
}
ol,ul{
padding: 0;
margin: 0;
list-style-type: none;
}

body{
  font-size: 14px;
  font-family: "Product Sans Regular";
  font-weight: 400;
  color: #000;
  scroll-padding: 500px;
}

a,a:hover,a:focus{
  color: currentColor;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
}
h1,h2,h3,h4 {
  transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s; 
font-family: 'Roboto Bold';
}
main{
  overflow: clip;
}
img {
max-width: 100%;
height: auto;
transition: all .5s;
}
.text-center{
  text-align: center;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}


/* Popup */
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999999;
  opacity: 0;
  transform: translateY(10px);
  z-index: -1;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}

.popup.show {
  opacity: 1;
  transform: translateY(0px);
  z-index: 999999;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
  width: 70%;
  padding: 0px;
  border-radius: 23px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  background: url(../img/grystal-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  overflow: clip;
  z-index: 99999;

}
form,footer{
  .primary-btn{
    background: #D3AE5D;
        color: #ffffff;
        mix-blend-mode: unset;
        border-color: #D3AE5D;
        padding-inline:40px;
    &:hover{
      background: #000000;
      color: #fff;
    }
  }
}
.popup .popup__content .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50% 10px 50% 50%;
  flex-direction: column;
  gap: 5px;
  background: linear-gradient(45deg, #ae7922, #e4bc5d);

  transition: all .5s;
  z-index: 9;
}

.popup .popup__content .close:hover {
  background-color: #ffffff;
}

.popup .popup__content .close:hover span {
  background-color: #15222B;
}

.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #ffffff;
  transition: all .5s;
}

.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.left {
  padding: 16px;
  .img-box {
    border-radius: 23px;
    background: linear-gradient(45deg, #ae7922, #e4bc5d);
    background: radial-gradient(#0000002e, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.popup {
  .title {
    color: #121212;
    font-family: "SangBleu Sunrise";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
  }
  .form-group{
      margin: 0;
  }
  .primary-btn{
      margin-top: 10px;
  }
}
label {
  background: linear-gradient(180deg, #695F0E 0%, #D3AE5D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  display: block;
}
.right {
  padding: 30px;
  padding-left: 10px;
  text-align: left;
}
.form-control{
  border-radius: 150px;
border: 1px solid #B3B3B3;
background: #FFF;
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px;
padding: 20px 24px;
width: 100%;
&:focus,&:focus-visible{
  /* border: 1px solid #F29537; */
  outline: 1px solid #F29537;
  box-shadow: none;
}
}
textarea.form-control{
  border-radius: 27px;
  font-family: "Product Sans Regular";
}
.form-group{
  position: relative;
}
.form-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media(prefers-reduced-motion: no-preference){
  @view-transition{
      navigation: auto;
  }
}
::view-transition-group(*){
  animation-duration: 2s;
}
/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-30px);
  }
}
@keyframes slideInUp {
  0% {
      opacity: 0;
      transform: translateY(25%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.50deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}
.slideInDown {
  animation-name: slideInDown;
}
.slideInLeft {
  animation-name: slideInLeft;
}
.slideInRight {
  animation-name: slideInRight;
}
.fadeIn {
  animation-name: fadeIn;
}
.zoomIn {
  animation-name: zoomIn;
}
.zoomReverseIn {
  animation-name: zoomReverseIn;
}
.flipInY {
  animation-name: flipInY;
}
.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}
.effectOver {
  transition: all 2s transform 3s;
&:hover{
  img{
    transform: rotate(0) scale(1.2);
  animation-delay: .5s;
  }
}
}
img{
  transition: all .5s;
}
/**************************************
      Menu
**************************************/

.header {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 13px 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background-color: #ffffff00;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}

.logo img {
  transition: height 0.5s;
}

header {
  position: relative;
  transition: all 0.4s;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #2B2B2F;
  background: linear-gradient(0deg, #906A29 7.91%, #EECC98 100%);
  padding: 8px 0;
}

header.sticky .logo img {
  transform: scale(1);
  height: 60px;
}

.navTrigger{
  position: relative;
  z-index: 999999;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Product Sans Regular";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.hamburger-menu,
.menu-wrapper {
  height: 100%;
}

.hamburger-menu {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s ease;
}

.hamburger-menu:not(.hamburger-guide) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hamburger-init {
  width: 42.759px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.bar {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  transition: all .3s;
  left: 0;
}

.bar.middle-bar {
  top: 50%;
  margin-top: -2px;
}

.bar.bottom-bar {
  bottom: 0;
}

.hamburger-init.active {
  z-index: 2;
  animation: rotateHamburger .5s linear 0s forwards;
}

.hamburger-init.active .bar {
  background: #ffffff;
}

.hamburger-init.active .bar.top-bar {
  transform: translateY(12px) rotate(45deg);
}

.hamburger-init.active .bar.middle-bar {
  width: 0;
}

.hamburger-init.active .bar.bottom-bar {
  transform: translateY(-13px) rotate(-45deg);
}

.menu-wrapper {
  width: min(420px, calc(100vw - 40px));
    max-width: 100%;
    height: calc(100% - 130px);
    padding: 34px 34px 40px;
    position: absolute;
    top: 116px;
    left: 20px;
  overflow-y: auto;
  transition: transform .45s ease, opacity .35s ease;
  transform: translateX(-110%);
  border-radius: 0;
  background: linear-gradient(to top, #d0ac5be0 0%, #d3ae5de3 100%);
  background: linear-gradient(
178deg, #906a29f0 7.91%, #eecc98f5 100%);
  /* background: url(../img/video-bg.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
header.sticky{
  .menu-wrapper{
    top: 100px;
  }
}
.menu-wrapper.visible {
  transform: translateX(0);
  z-index: 999;
  opacity: 1;
}

.menu {
  text-align: left;
  padding: 0;
  margin: 0;
}

.menu-wrapper li {
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  list-style-type: none;
  margin: 0;
  margin: 0;
}
.menu-wrapper li a{
  color: #FFF;
  font-family: "Product Sans Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-block: 12px;
  display: block;
  text-transform: uppercase;
  transition: all .5s;
  position: relative;
  &::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #ffffff40, #ffffff00);
    scale: 0 1;
    transition: all .5s;
    transform-origin: left;
  }
  &:hover{
        color: #ffffff;
        &::after{
          scale: 1 1;
        }
        
  }
}

.menu-wrapper li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.menu-wrapper li ul {
  padding-left: 18px;
}

.menu-wrapper li ul ul li a{
  text-transform: unset;
}
.menu.menu-active li:nth-child(1) {
  animation:  moveItems 1s linear 0s forwards;
}

.menu.menu-active li:nth-child(2) {
  animation: moveItems 1s linear .2s forwards;
}

.menu.menu-active li:nth-child(3) {
  animation: moveItems 1s linear .4s forwards;
}

.menu.menu-active li:nth-child(4) {
  animation: moveItems 1s linear .6s forwards;
}

.menu.menu-active li:nth-child(5) {
  animation: moveItems 1s linear .8s forwards;
}
.menu.menu-active li:nth-child(6) {
  animation: moveItems 1s linear 1s forwards;
}
.menu.menu-active li:nth-child(7) {
  animation: moveItems 1s linear 1.2s forwards;
}
.menu.menu-active li:nth-child(8) {
  animation: moveItems 1s linear 1.4s forwards;
}
.menu.menu-active li:nth-child(9) {
  animation: moveItems 1s linear 1.6s forwards;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  top: 16px;
  right: 10px;
  transform: rotate(45deg);
  transition: all .3s;
}

.menu-item-has-children.sub-menu-active::after {
  transform: rotate(224deg);
  top: 19px;
}

.menu-item-has-children > .menu {
  display: none;
  position: static;
  transform: initial;
}

.hamburger-menu.hamburger-guide .guide-text {
  animation: showClickGuide 1s linear infinite;
}
.hamburger-menu.hamburger-guide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes rotateHamburger {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes moveItems {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(-15px);
    opacity: .2;
  }
  50% {
    transform: translateY(-10px);
    opacity: .3;
  }
  80% {
    transform: translateY(-5px);
    opacity: .4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes showClickGuide {
  0% {
    opacity: 0;
    transform: scale(.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  a:hover{
    transform: scale(1.2);
  }
}

.call{
  background-color: #D3AE5D;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**************************************
                Helper Class
**************************************/
.section-gap{
  padding: 60px 0;
}
.primary-btn{
border: 0;
color: #676060;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px;
letter-spacing: 0.8px;
text-transform: uppercase;
border-radius: 50%;
border: 1px solid #424242;
padding: 20px 80px;
transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
display: inline-block;
/* mix-blend-mode: difference; */
position: relative;
box-sizing: border-box;
overflow: clip;
z-index: 1;
font-family: "Product Sans Bold";
}

.primary-btn:after,
.secondary-btn::after {
  content: '';
  background: linear-gradient(45deg, #ae7922, #e4bc5d);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  scale: 1 0;
  z-index: -1;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; 
  }
  .primary-btn:hover:after,
  .secondary-btn:hover:after {
    scale: 1 1;
  }
  .primary-btn:hover{
    border-color: #ae7922;
    animation: shake .6s cubic-bezier(0.4, 0.0, 0.6, 1) both;
    color: #fff;
  }
  @keyframes shake {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    0%, 100% {
      transform: scale(1);
    }
  }
.container {
  max-width: 80%;
}

.fixed-btn{
  position: fixed;
  top: 55%;
  right: 0px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.call-btn {
  position: relative;
  padding-left: 35px;
}
.call-btn span{
  position: absolute;
  left: 0;
  bottom: 6px;
}
.call-btn p{
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 158.9%;
margin: 0;
}
.call-btn h4{
  color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 158.9%;
}
.call-btn:hover h4{
  color: #F58220;
}
.header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action-btn {
  display: flex;
  align-items: center;
  gap: 40px;
}
.sub-title{
  background: linear-gradient(180deg, #695F0E 0%, #D3AE5D 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 11.2px;
text-transform: uppercase;
margin-bottom: 17px;
}
.section-title{
  color: #121212;
  font-family: "SangBleu Sunrise";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}
.sec-gap{
  padding: 70px 0;
}
.heading-area{
  position: relative;
  .hl{
    position: absolute;
    left: -73px;
    top: 32px;
  }
}
.small-line{
width: 135px;
height: 4px;
background: #D3AE5D;
display: block;
margin-bottom: 18px;
}
p{
  color: #424242;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150% ;
margin-bottom: 20px;
}
/*************************************
                Home Page
**************************************/
.hero{
  position: relative;
  &::after{
    content: '';
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 42.71%, rgba(3, 6, 8, 0.87) 84.98%);
    position: absolute;
    inset: 0;
  }
  .banner-img{
    width: 100%;
  }
  .container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
  h5{
margin-bottom: 17px;
  }
  h1{
    color: #FFF;
font-family: "SangBleu Sunrise";
font-size: 83px;
font-style: normal;
font-weight: 400;
line-height: 86px;
margin-bottom: 18px;
  }
  p{
    color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 30px;
  }
  .primary-btn{
    color: #fff;
    border-color: #fff;
    &:hover{
      border-color: #ae7922;
    }
  }
  .leaf-big{
    position: absolute;
    left: -113px;
    top: 93px;
  }
}

.banner-content {
  width: 39%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: 92px;
}
.btn-group img,.fc,.fw{
  transition: all .5s;
  margin-inline: 5px;
}
.btn-group a:nth-child(2):hover img,
.btn-group a:nth-child(3):hover img,
.call:hover,.fw:hover{
transform: scale(1.2);
}
.video-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
}

/* Video fills the container */
.video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales video to fill without distortion */
}
/************************************
   About
************************************/
.about{
background-image: url(../img/about-line.webp);
background-repeat: no-repeat;
overflow: clip;
position: relative;
}
.about-small {
  text-align: right;
  img{
    transform: rotate(-10.531deg);
    border: 17px solid #FFF;
    background: #C4C4C4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 50px;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% entry 90%;
  }
}
.about-vector{
  position: relative;
  left: 0;
  bottom: -190px;
  margin-top: -400px;
  z-index: -1;
}
.about-big{
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 0px 0px 380px;
  overflow: clip;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@keyframes appear {
  from {
      opacity: 0;
      translate: 0 -50% 0;
      clip-path: inset(100% 100% 0% 0%);
  }
  to {
      opacity: 1;
      clip-path: inset(0% 0% 0% 0%);
  }
}
/************************************
   hand
************************************/
.hand {
  background: #F3F4F6 url(../img/hand-vector.webp) no-repeat center center;
  position: relative;
  overflow: clip;

  .hand-img {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(42%);
    bottom: 0;
    animation: move-up forwards;
    animation-timeline: view();
    animation-range: entry 0% 60%;
    z-index: 1;
  }

  h3 {
    color: #FFF;
        font-family: "Product Sans Bold";
        font-size: 19.6vw;
        font-size: 348px;
        font-style: normal;
        font-weight: 500;
        line-height: 77%;
        text-transform: uppercase;
        text-align: center;
        margin-left: -140px;
        background: linear-gradient(to left, #ffffff, #ffffff, #D3AE5D);
        background-size: 300% 300%;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        animation: gradientAnimation 5s ease infinite;
        transform: scale(1.1) translateX(60px);
  }
}

@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes move-up {
  0% {
    transform: translateX(-50%) translateY(42%);
  }
  100% {
    transform: translateX(-50%) translateY(0%);
  }
}


.up-down{
  animation: moveUpDown 7s ease-in-out infinite;
}
.up-down2{
  animation: moveUpDown 5s ease-in-out infinite;
}
@keyframes moveUpDown {
  0%, 100% {
      transform: translateY(0); /* Start and end at the original position */
  }
  50% {
      transform: translateY(-10px); /* Move up by 20px */
  }
}
.counter{
  .counter-item{
    margin-bottom: 37px;
    h4{
      color: #000;
      font-family: "SangBleu Sunrise";
      font-size: 69px;
      font-style: normal;
      font-weight: 400;
      line-height: 76px;
      span:last-child{
        color: #D3AE5D;
      }
    }
    .small-line{
      width: 36px;
      height: 6px;
      background-color: #000;
      margin-bottom: 12px;
    }
  }
}
/* Services */

.services{
  overflow: clip;
  position: relative;
  padding: 20px 0;
  .small-line{
    margin-inline: auto;
    margin-top: 6px;
  }
  .scroll-service {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
  }
  .all-services{
    display: flex;
    position: relative;
    padding-bottom: 50px;
    transform: translateX(0);
    will-change: transform;
  }
  .service-item{
    border-radius: 39px;
    background: #F3EEE9;
    padding: 37px;
    min-width: 75vw;
    height: 100%;
    margin-inline: 14px;
  }
  .title{
    margin-bottom: 10px;
  }
  ul{
    li{
      color: #272727;
      font-family: "Product Sans Bold";
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 31px;
      margin-bottom: 23px;
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
      &:nth-child(1){
        transform: translateX(-200px);
      }
      &:nth-child(2){
        transform: translateX(-180px);
        span{
          width: 323px;
        }
      }
      &:nth-child(3){
        transform: translateX(-140px);
        span{
          width: 223px;
        }
      }
      &:nth-child(4){
        transform: translateX(-130px);
        span{
          width: 274px;
        }
      }
      &:nth-child(5){
        transform: translateX(-120px);
        span{
          width: 323px;
        }
      }
      &:nth-child(6){
        transform: translateX(-126px);
        span{
          width: 289px;
        }
      }
      &:nth-child(7){
        transform: translateX(-135px);
        span{
          width: 294px;
        }
      }
span{
  width: 330px;
  height: 1px;
  background: #D3AE5D;
  display: inline-block;
  position: relative;
  &::before{
    content: '';
    background: #D3AE5D;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(211, 174, 93, 0.205);
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -16px;
  }
}
    }
  }
}
.title{
  color: #373737;
  font-family: "Product Sans Bold";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  }
/* Tarot Card */
.tarot-card{
  position: relative;
  background-image: url(../img/tarot-card-bg.webp);
  background-repeat: no-repeat;
  padding-top: 100px;
  background-position: left;
  .col-lg-6{
    position: relative;
  }
  .card-small {
    position: absolute;
    right: 13%;
    top: -11%;
}
  .heading-area {
    .hl {
        position: absolute;
        left: -79px;
        top: -13px;
    }
}
}
.card-big {
  text-align: right;
  margin-bottom: -4px;
  padding-right: 20%;
  margin-top: 22px;
}
.card-hand{
  position: absolute;
  right: 0;
  bottom: 20px;
  .vector{
    position: absolute;
    right: 33%;
    bottom: 13%;
  }
}
.move-left{
  animation: moveLeft 1s forwards;
  animation-timeline: view();
  animation-range: entry 0 entry 110%;
}

@keyframes moveLeft {
  0% { transform: translateX(30%); }
  100% { transform: translateX(0); }
}
.crystal{
  position: relative;
  .container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    .vector{
      position: absolute;
    top: -137px;
    right: 0;
    }
  }
  .vectors{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    img:nth-child(1){
      position: absolute;
      bottom: -55px;
      left: -88px;
      z-index: 2;
    }
    img:nth-child(2){
      position: absolute;
      bottom: -55px;
      left: 145px;
      z-index: 1;
    }
  }
  .heading-area {
    .hl {
        position: absolute;
        left: -90px;
        top: -30px;
    }
}
}
.teaching{
  position: relative;
  background-image: url(../img/teaching-bg.webp);
  background-repeat: no-repeat;
  overflow: clip;
  padding-top: 100px;
  z-index: 1;
  .bottom-vector {
    margin-bottom: -130px;
    margin-top: -200px;
    z-index: -1;
    position: relative;
  }
  .heading-area {
    .hl {
        position: absolute;
        left: -86px;
        top: -35px;
    }
}
  .about-small{
    img:first-child{
      transform: rotate(-10.531deg);
      &:hover{
        transform: rotate(0) scale(1.1);
        animation-delay: .5s;
      }
    }
    img:last-child{
      transform: rotate(25.728deg);
      margin-left: -60px;
      margin-bottom: -46px;
      margin-right: 80px;
      box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
      &:hover{
        transform: rotate(0) scale(1.1);
        animation-delay: .5s;
      }
    }
  }
}
.image-box {
  position: relative;
  text-align: right;
  img{
    border-radius: 39px;
  }
  .small-img {
    position: absolute;
    bottom: -70px;
    left: 0;
}
span{
  width: 134px;
  height: 134px;
  background: #D3AE5D;
  filter: drop-shadow(0px 10px 34px rgba(0, 0, 0, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 9px rgb(211 174 93 / 20%);
  position: absolute;
  left: 60px;
  top: 150px;
  transition: all .5s;
  &:hover{
    box-shadow: 0px 0px 0px 14px rgba(211, 174, 93, 0.336);
    img{
      transform: rotate(360deg);
    }
  }
}

}

.video{
  position: relative;
  .bg{
    width: 100%;
  }
  .container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .content{
    span {
      width: 106px;
      height: 106px;
      background: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-inline: auto;
      border-radius: 50%;
      margin-bottom: 13px;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      animation: pulse-shadow 2s infinite .5s ease-in-out;
      &:hover{
        background-color: #D3AE5D;
      }
  }
  
    h2{
      color: #FFF;
text-align: center;
font-family: "SangBleu Sunrise";
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 40px; 
    }
  }
}

@keyframes pulse-shadow {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.308);
  }
  50% {
      box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.45);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.benefits{
  background-image: url(../img/benefits-bg.webp);
  background-repeat: no-repeat;
  .img-box{
    text-align: center;
    img{
      width: 528px;
      height: 610px;
      border-radius: 50%;
      border: 1px solid #D9D9D9;
      padding: 28px;
      object-fit: cover;
    }
  }
  .heading-area {
    .hl {
        position: absolute;
        left: -84px;
        top: 0px;
    }
}
}
.review{
  position: relative;
  background-image: url(../img/review-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 60px;
  .small-line{
    margin-inline: auto;
  }
  .section-title{
    color: #fff;
  }
  .rhand{
    position: absolute;
    right: 0;
    top: -170px;
  }
}
.mb-70{
  margin-bottom: 70px;
}
.mb-60{
  margin-bottom: 60px;
}
.testimonials{
  .small-line{
    margin-inline: auto;
  }
}
.testi-box{
  border-radius: 39px;
border: 1px solid #D3AE5D;
background: #FFF;
box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.07);
padding: 25px;
position: relative;
margin-top: 36px;
margin-bottom: 40px;
transition: all .5s;
&:hover{
  transform: translateY(-5px);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.1);
  background-color: #d3ae5d2a;
}
.qut-icon {
  position: absolute;
  top: -39px;
}
}
.author{
  position: relative;
  height: 75px;
  padding-left: 100px;
  display: flex;
    flex-direction: column;
    justify-content: center;
  img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    left: 0;
  }
  h3{
    color: #D3AE5D;
font-family: "SangBleu Sunrise";
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 30px;
  }
  p {
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;
margin: 0;
  };
}
.testimonials{
  position: relative;
  overflow: hidden;
  .container-fluid{
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
  }
  .mb-60 {
    margin-bottom: 20px;
}
}
.testimonial-slider{
  display: flex;
  align-items: center;
  .item {
    min-width: 90vw;
    height: 100%;
    margin-inline: 14px;
    }
    .more-text{
      p{
        color: #121212;
            font-family: "SangBleu Sunrise";
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
      }
    }
}

.slick-dots{
  li{
    width: auto;
    button{
      background: #D9D9D9;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      transition: all .5s;
      &:hover{
        background: #D3AE5D;
      }
      &::before{
        display: none;
      }
    }
    &.slick-active{
      button{
        background: #D3AE5D;
        width: 61px;
        border-radius: 50rem;
      }
    }
  }
}
.text-center{
  .small-line{
    margin-inline: auto;
  }
}
.faq{
  background-image: url(../img/faq-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;

}
.accordion__item {
  margin: 12px auto;
  transition: .5s
}

.accordion__item:hover {
  transform: translateY(-5px)
}

.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 13px 30px 15px 0px;
  margin-bottom: 2px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  color: #373737;
  font-family: "Product Sans Bold";
  border-radius: 3px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  border-bottom: 1px solid #BABABA;
  font-weight: 500;
}

.accordion__title-text::before {
  content: "Q. ";
  color: #D3AE5D;
  font-family: "Product Sans Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 81.818% */
}

.accordion__title::after {
  content: '+';
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.accordion__title.accordion-active::after {
  transform: rotate(180deg);
  content: '-';
}

.accordion__item .accordion-active {
  border-color: #fff;
}

.accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 13px;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  background-color: #c9c9c9;
  border-radius: 50%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out
}

.accordion__item .accordion__content {
  padding: 10px 12px;
  font-size: 20px;
  color: #424242;
  line-height: 150%;
  margin-bottom: 0;
  font-weight: 400;
  display: none;
  border-bottom: 1px solid #959595;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.get-in-touch{
  padding-block: 40px;
  position: relative;
  .container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
  .col-lg-6 {
    padding-right: 4%;
}
  .get-in-touch-img{
    position: relative;
    &::after{
      content: '';
      width: 45%;
      border-radius: 28px;
      background: #F3EEE9;
      position: absolute;
      height: 70%;
      left: 0;
      bottom: 10%;
      z-index: -1;
    }
  
  }
  .move-right{
    animation: moveLeft 1s forwards;
    animation-timeline: view();
    animation-range: entry 0 entry 110%;
    
  }
  
  @keyframes moveLeft {
    0% { transform: translateX(-60%); }
    100% { transform: translateX(0); }
  } 
  .vector{
    position: absolute;
    right: 0;
    bottom: 20%;
  }
}
.blog{
  background-color: #d3ae5d2a;
}
.blog-box{
  background-color: #ffffff;
  border-radius: 0px;
  overflow: clip;
  transition: all .5s;
  &:hover{
    transform: translateY(-5px);
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.1);
  }
  .blog-img{
    border-radius: 0px;
    overflow: clip;
  }
  .blog-body{
    padding: 15px;
    p{
      display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: clip;
    }
  }
  .blog-title{
    color: #121212;
    font-family: "SangBleu Sunrise";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: clip;
  transition: all .5s;
  &:hover{
    color: #D3AE5D;
  }
  }
}
.date{
  color: #D3AE5D;
  margin-bottom: 10px;
}

.read-more{
  color: #D3AE5D;
  font-size: 22px;
}
/*******************************
  Footer
********************************/
footer{
  background: #2B2B2F;
  background-image: url(https://dppreview4client.com/wordpress/trm/wp-content/uploads/2026/03/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 33px;
      .primary-btn {
        color: #ffffff;
        mix-blend-mode: unset;
        padding-inline: 40px;
        border-radius: 200px;
        border: 2px solid #ACACAC;
        background: linear-gradient(0deg, #906A29 7.91%, #EECC98 100%);
        backdrop-filter: blur(6px);
        text-align: center;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.40), 0 2px 4px rgba(0, 0, 0, 0.30);
        &:after{
          transform-origin: left;
           background: linear-gradient(0deg, #906A29 7.91%, #EECC98 100%);
           scale: 1 1;
        }
        &:hover{
           box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.80) inset, 0 8px 15px 0 rgba(255, 255, 255, 0.30) inset, 0 -8px 15px 0 rgba(0, 0, 0, 0.20) inset, 0 10px 30px 0 rgba(184, 134, 11, 0.40), 0 0 0 1px rgba(255, 255, 255, 0.50);
           animation: none;
          border-color: #ACACAC;
          transform: translateY(-2px);
        }
    }
}

.footer-box {
  padding-right: 4%;
}

.footer-logo {
  margin-bottom: 25px;
}

footer p {
  color: #D4D4D4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}

.footer-title {
  color: #FFF;
  font-family: "Product Sans Bold";
font-size: 24px;
font-style: normal;
font-weight: 700;
  line-height: 53px;
  font-weight: 600;
  position: relative;
  margin-bottom: 18px;
}


.footer-title:after {
  content: '';
  width: 25px;
  height: 1px;
  background: #D3AE5D;
  display: inherit;
  margin-top: -8px;
}
footer ul li a,
footer p a {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
footer p a:hover{
  color: #D3AE5D;
}
footer ul li a{
  display: block;
}
footer ul li a:hover{
  color: #D3AE5D;
  transform: translateX(5px);
}
.copyright{
  border-top: 1px solid #43554C;
  text-align: center;
}

.copyright-section{
  background: #313E59;
}
.copyright {
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyright a {
  color: #FF8A36;
  text-decoration: underline;
}
.copyright p{
  margin: 0;
}
.footer-contact p{
  position: relative;
  padding-left: 40px;
}
.footer-contact p span{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item{
  .col-lg-5{
    text-align: center;
  }
  img{
    height: 540px;
    width: auto;
    margin-inline: auto;
    object-fit: contain;
  }
  .align-items-center {
    align-items: center !important;
    justify-content: space-between;
}
}
/*******************************
  Inner Page
********************************/
.inner-banner{
  z-index: 1;
  &::after{
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.7;
    background: linear-gradient(279deg, rgba(0, 0, 0, 0.65) 42.71%, rgba(3, 6, 8, 0.87) 84.98%);
  }
  .banner-content {
    margin-left: unset;
}
}
.inner-title{
  color: #121212;
    font-family: "SangBleu Sunrise";
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.538%;
}
.dec{
color: #424242;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 31px;
}
.contact-info {
  margin-top: 30px;
}

.contact-info .info-item {
  margin-bottom: 25px;
}

.contact-info .info-item h4 {
color: #000;
font-family: "Product Sans Bold";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 35px;
}

.contact-info .info-item p {
color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 145.833%;
display: flex;
gap: 5px;
align-items: start;
img{
  height: 24px;
  margin-top: 6px;
}
}

.contact-info .info-item a {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.833%;
  transition: color 0.3s ease;
  display: flex;
gap: 5px;
align-items: center;
}

.contact-info .info-item a:hover {
  color: #D3AE5D;
}
.contact{
  position: relative;
  .primary-btn{
    width: 265.481px;
    height: 67.172px;
  }
  .jasmin{
    position: absolute;
    right: 16px;
    bottom: 90px;
}
.pink.up-down {
  position: absolute;
  top: 6px;
  right: 38px;
}
}
.contact-social {
  margin-top: 50px;
}

.contact-social h3 {
  font-family: "Product Sans Bold";
  margin-bottom: 5px;
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 35px;
text-transform: uppercase;
position: relative;
&::after{
  content: '';
  height: 1px;
  background: #D3AE5D;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 44px;
  z-index: -1;
}
span{
  background-color: #fff;
  padding-bottom: 20px;
  display: inline-block;
}
}

.contact-social .social-icons {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.contact-social .social-icons a {
  display: inline-block;
  transition: all 0.5s;
  border-radius: 3px;
  border: 1px solid #000;
  width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;

}

.contact-social .social-icons a:hover {
  transform: translateY(-5px);
  background-color: #D3AE5D;
  border-color: #D3AE5D;
  img{
    filter: unset;
  }
}

.contact-social .social-icons img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(1193%) hue-rotate(193deg) brightness(100%) contrast(100%);
}
.map{
  iframe{
    height: 600px;
    width: 100%;
    border: 0;
  }
}
.blog-list{
  position: relative;
}
.search{
  .form-group{
    position: relative;
    .form-control{
      color: #000;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 31px;
      border-radius: 0;
      background: transparent;
      border: 0;
      border-bottom: 1px solid #000;
      padding-block: 12px;
      padding-left: 27px;
      outline: none;
    }
    span{
      position: absolute;
      left: 0;
      top: 15px;
    }
  }
}
/* Blog Categories Styling */
.blog-category {
  margin: 30px 0;
}

.category-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.category-btn {
  display: inline-block;
  padding: 14px 25px;
  background-color: #ffffff00;
  border-radius: 60px;
  border: 1px solid #D0D0D0;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  color: #515151;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.category-btn:hover {
  background-color: #D3AE5D;
  color: #fff;
}
.blogs{
  background: #FFFBF1;
  position: relative;
  overflow: hidden;
  .vector{
    position: absolute;
  }
  .bottom {
    bottom: -85px;
}
.left2 {
  top: 50%;
  left: -35px;
}
.left1 {
  left: -35px;
}
.right1 {
  right: 0;
  top: 28%;
}
.right2 {
  right: 0;
  bottom: 30%;
}
}
/* Blog Card Styling */
.blog-list {
  margin-top: 40px;
  .blog-card:nth-child(2n){
    .row .col-lg-5{
    order: -1;
    }
  }
}

.blog-card {
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  margin-bottom: 38px;
}

.blog-card:hover {
  transform: translateY(-5px);
}


.blog-image {
  height: 100%;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 25px;
  position: relative;
}

.featured-tag {
  display: inline-block;
  border-radius: 30px;
  background: #D3AE5D;
  padding: 13px 19px;
  margin-bottom: 7px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px;
}

.blog-title {
  color: #1F1F1F;
  font-family: "SangBleu Sunrise";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px; /* 130% */
}
.thm-color{
color: #D3AE5D !important;
}
.blog-meta {
  color: #8D8D8D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 1px solid #D3AE5D;
  padding-bottom: 10px;
  margin-bottom: 12px;
}


.read-more {
  display: inline-block;
  text-decoration: none;
  font-family: "Product Sans Bold";
  position: relative;
  transition: all 0.3s ease;
  color: #D3AE5C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;;
span{
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
}

.read-more:hover {
  letter-spacing: 1px;
}

.blog-details-menu-gap {
  background: #2B2B2F;
  height: 147px;
}
.blog-details{
  h1{
    color: #1F1F1F;
    text-align: center;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.154%;
  }
  .blog-meta{
    border: 0;
  }
  h2{
    color: #000;
    font-family: "Product Sans Bold";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.143%;
    margin-bottom: 10px;
  }
  .blog-content{

  }
}
.sidebar{
  padding-top: 30px;
  h3{
    color: #000;
    font-family: "Product Sans Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.latest-post-item {
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 10px;
  margin-bottom: 14px;
  .blog-image {
    height: 100%;
    overflow: hidden;
    width: 40%;
}
.blog-content {
  padding: 0;
  position: relative;
  .blog-meta {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.blog-title{
  color: #000;
  font-family: "Product Sans Bold";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin-bottom: 10px;
&:hover{
  color: #D3AE5D;
}

}
}
.related-article {
  border-top: 1px solid #D3AE5D;
  padding-top: 50px;
}
.blog-sidebar-category{
  margin-top: 30px;
  ul{
    li{
      a{
        color: #515151;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 50px;
        position: relative;
        padding-left: 20px;
        &::before{
          content: '';
          position: absolute;
          left: 0;
          background-image: url(../inner-img/sidebar-arrow.png);
          width: 18px;
          height: 18px;
          background-size: contain;
          background-repeat: no-repeat;
          top: 4px
        }
        &:hover{
          color: #D3AE5D;
          &::before{
            filter: brightness(0) saturate(100%) invert(51%) sepia(74%) saturate(390%) hue-rotate(340deg) brightness(96%) contrast(98%);
          }
        }
      }
    }
  }
}
.related-article-item{
  &:hover{
    h3{
      color: #D3AE5D;
    }
  }
  .blog-content{
    padding: 10px 0;
  }
  h3{
    color: #000;
    font-family: "Product Sans Bold";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}
/*******************************
      About Us Page
********************************/
.about-rainbow{
  position: relative;
  background: url(../inner-img/about-rainbow-bg.webp) no-repeat;
}
.about-rainbow-right-flower{
  width: 221px;
  height: auto;
  position: absolute;
  right: 28px;
  bottom: 0;
  animation: moveUpDown 3s ease-in-out infinite;
}
.about-us-img-content{
  position: relative;
  .big-img{
    border-radius: 26px;
    border: 1px solid #D9D9D9;
    padding: 25px;
    img{
      width: 100%;
      object-fit: cover;
      border-radius: 26px;
    }
  }
  .small-img{
    position: absolute;
    right: -14px;
    bottom: -30px;
    border-radius: 10px;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    &::after{
      position: absolute;
      content: '';
      width: 95%;
      height: 95%;
      inset: 8px;
      border: 1px solid #FFF;
      border-radius: 10px;
    }
  }
  .about-rainbow-vector{
    position: absolute;
    left: -16px;
    bottom: 30px;
    animation: moveUpDown 5s ease-in-out infinite;
  }
}
.about-sanjukta{
  position: relative;
  background: url(../inner-img/about-sanjukta-bg.webp) no-repeat;
  background-size: cover;
  .about-us-text-content{
    padding: 0;
  }
  .img-cutout-box{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    &::after{
      position: absolute;
      right: 0;
      bottom: 5px;
      content: '';
      width: 70%;
      height: 98%;
      border-radius: 295px 0px 0px 0px;
      background: #D3AE5C;
      z-index: -1;
    }
  }
  .hl{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    right: 10%;
    animation: leftRight 7s linear infinite;
  }
}
@keyframes leftRight {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(35deg);
  }

  100% {
    transform: rotate(0);
  }
}
@keyframes RightLeft {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(65deg);
  }

  100% {
    transform: rotate(0);
  }
}

.about-sovan{
  position: relative;
  background: url(../inner-img/about-sovan-bg.webp) no-repeat;
  background-size: cover;
  .img-cutout-box{
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 100%;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    &::after{
      position: absolute;
      left: 0;
      bottom: 5px;
      content: '';
      width: 70%;
      height: 97%;
      border-radius: 0px 238.5px 0px 0px;
      background: #5D5E6F;
      z-index: -1;
    }
  }
  .leaf{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
    img{
      animation: leftRight 7s linear infinite;
    }
  }
  .about-us-text-content{
    padding: 0;
  }
}
.mission-vision{
  position: relative;
  .item{
    width: 827px;
    height: 827px;
    border-radius: 827px;
    border: 1px solid #D3AE5D;
    padding: 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all.5s;
    text-align: center;
    .item-head{
      .lf{
        /* transform: rotateY(180deg); */
        animation: RightLeft 13s linear infinite;
      }
    }
    &:hover{
      background-color: #f1f1f1;
    }
    img{
      animation: leftRight 7s linear infinite;
      width: 15%;
    }
  }
  .stones-img{
    position: absolute;
    right: 0;
    bottom: -98px;
    z-index: -1;
    animation: moveUpDown 6s ease-in-out infinite;
  }
  .lotus{
    animation: moveUpDown 4s ease-in-out infinite;
    position: absolute;
    width: 424px;
    height: auto;
    bottom: -35px;
    left: 40%;
  }
  .small-line{
    margin-inline: auto;
  }
  .gride{
    display: flex;
  }
}
.about-faq{
  position: relative;
  background: url(../inner-img/want-to-know-bg.webp) no-repeat;
  background-position: center;
  .left-flower{
    position: absolute;
    left: 0;
    top: 0;
  }
  .right-flower{
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.timeline-journey{
  background: url(../inner-img/timeline-bg.webp) no-repeat;
  background-size: cover;
}
.timeline {
  width: 100%;
  height: 582px;
  position: relative;
  margin-top: 50px;
  /* &::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    border: 2px solid rgba(0, 0, 0, 0.50);
    opacity: 0.3;
    top: 50%;
    left:0;
    transform: translateY(-50%);
  }
  &::after{
    content: '';
    position: absolute;
    width: 100%;
    border: 1px solid #D3AE5D;
    border-style: dashed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  } */
}
.timeline-content {
  height: 580px;
  position: relative;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  h3{
    color: #373737;
    font-family: "Product Sans Bold";
    font-size: 24px;
    font-weight: 700;
  }
  p{
    margin-bottom: 0;
  }
  &:hover{
    .timeline-icons{
      background-color: #2B2B2F;
      img{
        transform: rotateY(180deg);
        filter: brightness(0) saturate(100%) invert(93%) sepia(69%) saturate(5200%) hue-rotate(312deg) brightness(90%) contrast(82%);
      }
    }
  }
}
.timeline-period {
  position: absolute;
  top: 51%;
  padding: 10px;
  text-align:center;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #D3AE5D;
  font-size: 30px;
  font-weight: 400;
}
.timeline-period:before {
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  outline: 5px solid rgba(0, 0, 0, 0.20);
  outline-offset: 3px;
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.timeline-icons{
  width: 109px;
  height: 109px;
  stroke-width: 1px;
  background-color: #D3AE5D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #D3AE5D;
  outline-offset: 5px;
  outline-style: dashed;
  margin-block: 10px;
  transition: 0.5s;
}
.timeline> .row >.col:nth-child(2n){
  .timeline-content{
    justify-content: flex-end;
  }
  .timeline-period{
    top: 39%;
  }
  .timeline-period:before{
    top:56px;
    outline-offset: 0;
  }
}



.controls {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  &:hover::after {
    transform: translateX(-10px) rotate(45deg);
  }

  &:hover:active::after {
    transform: translateX(-20px) rotate(45deg);
    transition: 300ms all;
  }

  &::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    border-left: 4px solid;
    border-bottom: 4px solid;
    transition: 500ms all;
    color: #D3AE5D;
  }

  &.next {
    left: auto;
    right: 120px;
    transform: rotate(180deg);
  }
}
.timeline{
  background: url(../inner-img/timeline-bg.webp) no-repeat;
  background-size: cover;
}
.time-line {
  width: 100%;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* * {
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
  } */

  .dates-overflow {
    left: 0;
    width: 500vw;
    position: absolute;
    bottom: 50px;
    height: 50px;
  }

  .dates-wrap {
    display: inline-block;
    position: absolute;
    height: 100%;
    left: calc(50vw - 80px);

    &::before,
    &::after {
      content: '';
      position: absolute;
      width: 160px;
      height: 100%;
      left: -1px;
      transform: translate(-50%, -50%);
      background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(125, 185, 232, 0) 100%);
      z-index: 2;
    }

    &::after {
      left: auto;
      right: -1px;
      background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(125, 185, 232, 0) 100%);
      transform: translate(50%, -50%);
    }

    .date {
      width: 160px;
      position: relative;
      float: left;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
      .date-content {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 380px;
        height: 340px;
        bottom: 100%;
        margin-bottom: 80px;
        border-radius: 3px;
        transform-origin: 50% 100%;
        transform: scale(0.7);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
        display: flex;
        justify-content: end;

        &::after {
          content: "";
          position: absolute;
          left: 50%;
          width: 1px;
          top: 100%;
          margin-top: 8px;
          height: 60px;
          opacity: 0;
          background-color: #ffffff;
          transform: scaleY(0);
          transform-origin: 100% 100%;
          transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          border: 1px dashed #D3AE5D;
        }

        > div {
          opacity: 0;
          transform: translateY(40px);
        }

      }

      .date-year {
        opacity: 0.4;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;

        &:hover {
          opacity: 1 !important;

          &::after {
            transform: scale(1) !important;
          }
        }

        p {
          position: absolute;
          top: 30px;
          line-height: 0;
          color: #D3AE5D;
          font-size: 35px;
          font-weight: 900;
          transform: scale(0.4);
          z-index: 2;
        }

        &::after {
          content: "";
          position: absolute;
          width: 14px;
          height: 14px;
          background-color: #000000;
          bottom: 100%;
          margin-bottom: -7px;
          border-radius: 50%;
          transform: scale(0.4);
          transition: 500ms all;
          outline: 1px solid #d3ae5d;
          outline-offset: 1px;
        }

        &::before {
          content: "";
          position: absolute;
          top: 0;
          width: 200%;
          height: 1px;
          background-color: #D3AE5D;
        }
      }

      &.sibling .date-year {
        opacity: 0.6;

        &::after {
          transform: scale(0.8);
        }

        p {
          transform: scale(0.6);
        }
      }

      &.active {
        & + .date .date-year {
          opacity: 0.6;
          transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          &::after {
            transform: scale(0.8);
            transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          }

          p {
            transform: scale(0.6);
            transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          }
        }

        .date-year {
          opacity: 1;

          &::before {
            width: calc(200% - 11px);
            transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          }

          &::after {
            transform: scale(1);
            transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          }

          p {
            transform: scale(1.2);
            transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          }
        }

        .date-content {
          transform: scale(1);
          visibility: visible;
          opacity: 1;
          transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          &::after {
            transition-delay: 200ms;
            opacity: 1;
            transform: scaleY(1);
            transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          }

          div {
            transition-delay: 200ms;
            opacity: 1;
            transform: translateY(0px) scale(1);
            transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
          }
        }
      }
    }
  }
}
/***************************************
      Tarot Card Reading Page  
***************************************/

/* --------- Tarot Banner ---------- */
.tarot-banner{
  .banner-content{
    width: 100%;
    h1{
      font-size: 73px;
      font-weight: 400;
    }
    .highlight-btn{
      background: #D3AE5D;
    }
    img{
      transform: rotateY(180deg);
      margin-bottom: 15px;
    }
    .primary-btn{
      padding: 16px 80px;
      border-color: #D3AE5D;
      span{
        text-transform: none;
      }
    }
  }
  .banner-form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    .banner-form-box{
      position: relative;
      z-index: 1;
      margin-left: 115px;
      border-radius: 20px;
      background: #FFF;
      backdrop-filter: blur(7px);
      &::after{
        position: absolute;
        content: '';
        width: 104%;
        height: auto;
        border-radius: 20px;
        opacity: 0.2;
        background: #FFF;
        backdrop-filter: blur(7px);
        left: -10px;
        bottom: -10px;
        top: 10px;
        z-index: -1;
      }
    }
    form{
      padding: 10px;
      .form-control{
        border-radius: 5px;
        border: 1px solid rgba(142, 142, 142, 0.30);
        background: #F5F5F5;
        padding: 20px 10px;
      }
      textarea{
        height: 150px;
      }
    }
    .form-head{
      padding-bottom: 25px;
      padding-top: 15px;
      margin-bottom: 20px;
      clip-path: polygon( 0% 23.288%,0% 23.288%,0.054% 19.511%,0.209% 15.927%,0.458% 12.586%,0.792% 9.534%,1.203% 6.821%,1.681% 4.493%,2.219% 2.599%,2.809% 1.187%,3.441% 0.305%,4.107% 0%,95.893% 0%,95.893% 0%,96.559% 0.305%,97.191% 1.187%,97.781% 2.599%,98.319% 4.493%,98.797% 6.821%,99.208% 9.534%,99.542% 12.586%,99.791% 15.927%,99.946% 19.511%,100% 23.288%,100% 56.654%,100% 56.654%,99.952% 60.235%,99.811% 63.65%,99.586% 66.857%,99.282% 69.812%,98.907% 72.474%,98.468% 74.798%,97.972% 76.743%,97.425% 78.266%,96.836% 79.323%,96.21% 79.873%,50.317% 100%,50.317% 100%,50.253% 100.025%,50.19% 100.044%,50.127% 100.058%,50.063% 100.067%,50% 100.069%,49.937% 100.067%,49.873% 100.058%,49.81% 100.044%,49.747% 100.025%,49.683% 100%,3.79% 79.873%,3.79% 79.873%,3.164% 79.323%,2.575% 78.266%,2.028% 76.743%,1.532% 74.798%,1.093% 72.474%,0.718% 69.812%,0.414% 66.857%,0.189% 63.65%,0.048% 60.235%,0% 56.654%,0% 23.288% );
      background: #E5E6EF;
      backdrop-filter: blur(7px);
    }
    .form-title{
      color: #131313;
      font-family: "SangBleu Sunrise";
      font-size: 36px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
  }
}

/* --------- Tarot About ---------- */
.tarot-about{
  padding-bottom: 60px;
  .tarot-about-img{
    width: 50%;
    height: 664px;
    float: left;
    margin-top: -40px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0 0 50px 50px;
      transition: 0.5s;
    }
    &:hover{
      img{
        transform: scale(1.05);
      }
    }
  }
  .tarot-about-content{
    .inner-title{
      margin-top: 40px;
    }
    .small-line{
      margin-left: 52%;
    }
  }
}

/* --------- Tarot Reading ---------- */
.tarot-reading{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(20, 20, 21, 0.67) 100%), url(../img/tarrot-card-reading.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.tarot-reading-content{
  width: 50%;
  padding-block: 90px;
  .inner-title{
    color: #FFF;
  }
  p{
    color: #FFF;
  }
}

/* --------- Tarot Facts ---------- */
.facts-about-img{
  overflow: hidden;
  border-radius: 50px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   border-radius: 50px;
   transition: 0.5s;
  }
  &:hover{
    img{
      transform: scale(1.05);
    }
  }
}
.facts-about-content{
  padding: 50px 30px;
  li{
    position: relative;
    padding-left: 20px;
    margin-block: 20px;
    color: #424242;
    font-family: "Product Sans Regular";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.364%;
    transition: 0.5s;
    &::before{
      position: absolute;
      content: '✓';
      color: #D3AE5D;
      font-size: 20px;
      left: 0;
      top: 3px;
    }
    &:hover{
      transform: translateX(5px);
    }
  }
}

/* --------- Tarot Types ---------- */
.types-tarot{
  .inner-title{
    margin-bottom: 50px;
  }
  .small-line{
    margin: 0;
    margin-bottom: 20px;
  }
  & ol {
    &  li{
      transform: unset;
      position: relative;
      padding-left: 20px;
      margin-block: 10px;
      color: #424242;
      font-family: "Product Sans Regular";
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 136.364%;
      transition: 0.5s;
      &::before{
        position: absolute;
        content: '✓';
        color: #D3AE5D;
        font-size: 20px;
        left: 0;
        top: 3px;
      }
      &:nth-child(1) {
        transform: unset;
      }
      &:hover{
        transform: translateX(5px);
      }
    }
  }
  .service-item{
    background: #EDEEF3;
    height: unset;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
  }
}
/* --------- Tarot Benefits ---------- */
.benefits-tarot{
  border-radius: 29px;
  background: #F2F2F2;
  .col-lg-3{
    border-left: 1px solid #19262D;
    padding-block: 15px;
    overflow: hidden;
  }
  .benefits-img{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1;
    .benefits-bg{
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1/1;
      border-radius: 50%;
      transform: translateX(-100px);
      transition: 0.5s;
    }
    .benefits-flower{
      position: absolute;
      left: 70%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
    }
    &:hover{
      .benefits-bg{
        transform: translateX(0.5px);
      }
    }
  }
  .benefits-content-text{
    padding-inline: 10px;
  }
  h3{
    color: #000;
    font-family: "Product Sans Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 10px;
  }
  p{
    color: #424242;
    font-family: "Product Sans Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

/* --------- Tarot Need ---------- */
.tarot-need{
  position: relative;
  .small-leaf{
    transform: rotateY(180deg);
  }
  .tarot-need-flower{
    position: absolute;
    left: 0;
    bottom: -110px;
    animation: bounce 6s infinite ease-in-out, wiggle 4s infinite ease-in-out;
  }
  .tarot-need-content{
    margin-left: 30%;
    .form-group{
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-block: 20px;
      transition: 0.5s;
      input{
        width: 33px;
        height: 29px;
        border-radius: 2px;
        border: 1px solid #A6A6A6;
      }
      input[type="checkbox"] {
        /* Hide default checkbox */
        appearance: none;
        -webkit-appearance: none;
        width: 30px;
        height: 30px;
        border: 1px solid #A6A6A6;
        border-radius: 2px;
        cursor: pointer;
        position: relative;
        background-color: white;
      }
      input[type="checkbox"]:checked {
        background-color: #FFF; /* checkbox background when checked */
      }
      input[type="checkbox"]:checked::after {
        content: '✔';
        color: #D3AE5D; /* ✅ Tick color here */
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        
      }
      &::after{
        position: absolute;
        width: 610px;
        height: 1px;
        content: '';
        background: linear-gradient(90deg, #FFF 0%, #1A1A1A 48.5%, #FFF 100%);
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
      }
      &:hover{
        transform: translateY(-5px);
      }
    }
    label{
      width: 90%;
      display: block;
      color: #000;
      font-family: "Product Sans Regular";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      -webkit-text-fill-color: unset;
    }
  }
  .btn-group{
    margin-top: 30px;
    .primary-btn{
      background-image: url(../img/heart.webp);
      background-repeat: no-repeat;
      background-position: 82%;
      padding-right: 60px;
      background-size: 10%;
    }
  }
}

/* --------- Why Tarot ---------- */
.why-tarot-content{
  position: relative;
  margin-block: 210px;
  .col-lg-12{
    margin-block: 30px;
  }
  .col-lg-4:nth-child(1){
    .col-lg-12:nth-child(2){
      transform: translateX(-60px);
    }
    .col-lg-12:nth-child(3){
      transform: translateX(-30px);
    }
  }
  .col-lg-4:nth-child(3){
   .why-tarot-content-card{
      p{
        text-align: left;
      }
    }
    .col-lg-12:nth-child(1){
      transform: translateX(-5px);
    }
    .col-lg-12:nth-child(2){
      transform: translateX(45px);
    }
    .col-lg-12:nth-child(3){
      transform: translateX(-5px);
    }
  }
}
.bg-circle{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: contain;
}
.why-tarot-content-card{
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateX(40px);
  padding-left: 20px;
  p{
    color: #000;
    text-align: right;
    font-family: "Product Sans Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
    width: 60%;
  }
  &:hover{
    img{
      transform: rotateY(180deg);
    }
  }
}
.why-tarot-content-card-img{
  width: 87px;
  height: 87px;
  background: #D3AE5D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  img{
  transition: 0.5s;
  }
}
/* --------- About Tarot Reader ---------- */
.about-tarot-reader{
  .container{
    position: relative;
    border-radius: 61px 66px 77px 68px;
    background: #F4F4F4;
    overflow: hidden;
    .about-tarot-reader-sujata-img{
      position: absolute;
      right: 0;
      bottom: 0;
    }
  }
}
.about-tarot-reader-content{
  padding: 50px;
  .primary-btn{
    background: #D3AE5D;
    color: #FFF;
    border-color: #D3AE5D;
  }
  .btn-group{
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    .arrow-tarot{
      position: absolute;
      right: 0;
      top: 0;
    }
  }
  .btn-group a:hover img{
  transform: scale(1.05);
  }
  .contact-btn{
    background: transparent;
    color: #D3AE5D;
    border: none;
    font-size: 32px;
    padding-inline: 15px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    span{
      display: inline-block;
    }
    img{
      width: 30px;
      height: 30px;
      margin: 0;
    }
    &:hover{
    scale: 1.05;
    }
  }
}

/* --------- Tarot Counter ---------- */
.tarot-counter{
  .counter{
    .counter-item{
      display: flex;
      gap: 60px;
      align-items: center;
      justify-content: center;
      .number{
        color: #000;
        font-family: "SangBleu Sunrise";
        font-size: 51px;
        font-style: normal;
        font-weight: 400;
        line-height: 112.195%;
      }
      p{
        color: #272727;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 140.909%;
        margin: 0;
      }
      .counter-item-img{
        position: relative;
        &::before,
        &::after{
          position: absolute;
          content: '';
          width: 125px;
          height: 125px;
          border: 1px solid #C0C0C0;
          border-radius: 50%; 
          border: 1px solid #C0C0C0;
          border-radius: 50%;
          top: 50%;
          transform: translateY(-50%);
          left: -50px;
        }
        &::after{
          left: unset;
          right: -50px;
        }
    }
    &:hover{
      img{
        transform: rotateY(180deg);
      }
  }
  }
}
}

/* --------- Tarot Collaboration ---------- */
.collaboration{
  background: #F6F4F1;
  .inner-title{
    color: #787878;
    font-family: "Product Sans Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 233.333%;
    text-transform: uppercase;
    margin-bottom: 15px;
   }
  .item{
   width: 100%;
   height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
   .slick-slide img {
       width: 100%;
       height: 100%;
       object-fit: contain;
   }
  }
}

/* --------- Who Can Get Tarot ---------- */
.who-can-get{
  background: #5D5E6F;
  border-radius: 29px;
  padding-left: 200px;
  padding-bottom: 100px;
  .primary-btn{
    background: #D3AE5D;
    color: #FFF;
    border-color: #D3AE5D;
  }
  .inner-title{
    color: #FFF;
    margin-bottom: 50px;
  }
  .who-can-get-slider{
    .slick-list {
      margin: 0 -15px;
    }
    .slick-slide {
      margin: 0 15px;
    }
    .slick-arrow{
      width: 62px;
      height: 62px;
      top: 108%;
      left: 8%;
      border: 1px solid #FFF;
      border-radius: 50%;
      &::before{
          position: absolute;
          width: 20px;
          height: 20px;
          content: '';
          background: url(../img/slider-arrow.webp);
          background-repeat: no-repeat;
          background-size: cover;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 2;
        }
        &:hover,
        &:focus{
          border-color: #D3AE5D;
          background-color: #D3AE5D;
        }
    }
    .slick-prev{
      position: absolute;
      transform: rotateY(180deg);
      left: 1%;
      top: 102.6%;
      z-index: 1;
    }
  }
  .who-can-get-item{
    background: #FFF;
    border-radius: 26px
  }
  .who-can-get-slider-content-img{
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .who-can-get-slider-content-text{
    padding: 20px 12px;
    h3{
      color: #000;
      font-family: "Product Sans Bold";
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 125%;
    }
    ul{
      list-style: disc;
      margin-left: 20px;
      li{
        color: #424242;
        font-family: "Product Sans Regular";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
      }
    }
  }
}
.tarot-faq{
  background-image: url(../img/tarot-faq.webp);
  .inner-title{
    margin-top: 30px;
  }
}
/* --------- Classes Category ---------- */
.btn-clr-gold{
  background-color: #D3AE5D;
  border-color: #D3AE5D;
  color: #FFF;
  margin-bottom: 10px;
}
.classes-category{
  background: url(../inner-img/classes-category-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding-block: 60px;
  padding-bottom: 580px;
  transition: 0.5s;
  .meditation-vector{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .row{
    transition: height 0.5s ease;
  }
}
.classes-category-item{
  position: relative;
  margin-bottom: 50px;
  ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
    li{
      padding: 18px 35px;
      border-radius: 60px;
      border: 1px solid #D3AE5D;
      background: #FFF;
      transition: 0.5s;
      color: #2C2C2C;
      font-family: "Product Sans Bold";
      font-size: 19px;
      font-style: normal;
      font-weight: 700;
      line-height: 78.947%;
      cursor: pointer;
      &:hover,
      &.active{
        background: #D3AE5D;
        color: #FFF;
      }
    }
  }
}
.fixed-category{
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.classes-box{
  border-radius: 51px;
  border: 1px solid #D3AE5D;
  background: #FFF;
  padding: 17px;
}
.classes-box-img{
  margin-bottom: 30px;
  border-radius: 51px;
  overflow: hidden;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 51px;
      border: 1px solid #D3AE5D;
  }
  &:hover{
    img{
      scale: 1.1;
    }
  }
}
.classes-category-title{
  color: #19262D;
  font-family: "SangBleu Sunrise";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 15px;
}
.classes-content{
  ul{
    padding-inline: 5px;
    margin-bottom: 20px;
    li{
      color: #424242;
      font-family: "Product Sans Regular";
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 209.091%;
      position: relative;
      padding-left: 25px;
      margin-block: 5px;
      transition: 0.5s;
      &::before{
        position: absolute;
        content: ' ';
        font-size: 20px;
        left: 0;
        top: 50%;
        width: 10px;
        height: 8px;
        background-color: #D3AE5D;
        transform: translateY(-50%);
      }
      &:hover{
        transform: translateX(10px);
      }
    }
  }
}
/* --------- Emotional and Mental Healing Page ---------- */
.emotional-and-mental-healing-banner{
  h1{
  font-size: 73px;
  line-height: 119.178%;
  }
  p{
  font-size: 20px;
  line-height: 160%;
  }
  .banner-content {
    width: 50%;
    margin-top: 24%;
}
}
.thm-btn{
    background: #D3AE5D;
    color: #fff;
    border-color: #D3AE5D;
}
.emotional-and-mental-healing-intro{
  background: #fff;
  padding-bottom: 120px;
  .about-rainbow-right-flower {
    width: auto;
    right: auto;
    bottom: 0;
}
.about-us-img-content {
  text-align: right;
  margin-bottom: 40px;
    .big-img {
        border-radius: 26px;
        border: 0;
        padding: 0;
        display: inline-block;
        margin-left: auto;
    }
        .small-img {
        position: absolute;
        right: auto;
        bottom: -40px;
        border-radius: 10px;
        &::after{
          display: none;
        }
    }
}
}
.career-growth-healing-facts{
  background-image: url(../inner-img/career-groth-healing-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  .inner-title{
    color: #fff;
  }
  ul{
    margin-top: 25px;
    li{
      position: relative;
      color: #FFF;
      font-size: 20px;
      font-style: normal;
      font-weight: normal;
      line-height: 150%;
      padding-left: 40px;
      margin-bottom: 20px;
      &::before{
        position: absolute;
        content: ' ';
        left: 0;
        top: 9px;
        width: 31px;
        height: 31px;
        background-image: url(../inner-img/circle-check.webp);
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
  }
}
.what-happens-during-healing{
  position: relative;
  .about-rainbow-right-flower {
    width: auto;
    right: 0;
    bottom: -67px;
}
}
.circle-img-box{
  width: 439px;
  height: 439px;
  border-radius: 50%;
  position: relative;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 50%;
  }
  &::after{
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #D3AE5D;
    left: -20px;
    z-index: -1;
  }
}
.what-happens-during-healing{
  .step-number{
    border-radius: 10px;
    background: #D3AE5D;
    font-family: "Product Sans Bold";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 78.947%;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    margin-bottom: 11px;
  }
  p strong{
    font-family: "Product Sans Bold";
  }
  ul{
    li{
      position: relative;
      color: #424242;
      font-family: "Product Sans Regular";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 215%;
      padding-left: 15px;
      &::before{
        position: absolute;
        content: ' ';
        left: 0;
        top: 18px;
        width: 9px;
        height: 9px;
        background-color: #D3AE5D;
        box-shadow: 0 0 0 2px rgba(211, 174, 93, 0.212);
        border-radius: 50%;
      }
    }
  }
  .row:not(:last-child){
    margin-bottom: 90px;
  }
  .container .row:nth-child(3){
    .circle-img-box{
      &::after{
        left: unset;
        right: -20px;
      }
    }
  }
}
.step-title{
color: #121212;
font-family: "Product Sans Regular";
font-size: 38px;
font-style: normal;
font-weight: normal;
line-height: 152.632%;
}
.mb-0{
  margin-bottom: 0;
}
.what-happen-healing{
  background-image: url(../inner-img/career-groth-healing-slider-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.mb-35{
  margin-bottom: 35px;
}
.healing-box{
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  .healing-img{
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  &:hover{
    .hover-content{
      transform: translateY(0);
    }
  }
}
.healing-content {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #56441F 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 50%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 30px 10px;
}
.healing-title{
  font-family: "Product Sans Regular";
  color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 18px; /* 75% */
}
.hover-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 50px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #D3AE5D 0%, #D3AE5D 100%);
    transform: translateY(100%);
    transition: all .5s;
    .healing-title{
      margin-bottom: 10px;
    }
    p{
      color: #fff;
      margin-bottom: 28px;
    }
    .primary-btn{
      background:#FFFFFF;
      border-color: #FFFFFF;
      color: #D3AE5C;
      &:hover{
        color: #fff;
      }
    }
}
.healing-slider{
  .slick-list{
    margin: 0 -15px;
  }
  .slick-slide{
    margin: 0 15px;
  }
.slick-dots{
      bottom: -60px;
}
}
.healing-journy{
  position: relative;
  .about-rainbow-right-flower {
    width: auto;
    bottom: 25px;
    left: 12%;
}
.mt-60 {
    padding-top: 60px;
}
}
.healing-journy-box {
    border-radius: 12px;
    background: #F2EADA;
    padding: 10px;
    width: 90%;
    margin-inline: auto;
    img{
      width: 100%;
      border-radius: 12px;
      margin-bottom: 10px;
    }
    p{
      margin-bottom: 0;
    }
}
.why-this-healing-word{
  background-image: url(../inner-img/emotional-and-mental-healing-bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 150px;
  .inner-title,p{
    color: #fff;
  }
}
.need-to-speak-box{
  border-radius: 42px;
  background: #F8F8F8;
  .need-to-speak-img img{
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
  }
  .col-lg-7{
    padding: 37px;
  }
}
.need-to-speak-img{
  height: 100%;
}
.contact-item{
  padding-left: 40px;
  position: relative;
  margin-bottom: 28px;
  .icon{
    width: 29px;
    height: 29px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 3px #D3AE5D;
    background: #D3AE5D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    left: 0;
    img{
      filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(4deg) brightness(104%) contrast(101%);
    }
  }
  h6{
    color: #303030;
    font-family: "Product Sans Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
  }
  p a{
    color: #303030;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    &:hover{
      color: #D3AE5D;
    }
  }
  p{
    margin: 0;
  }
}
.final-word{
  background-image: url(../inner-img/final-word-form-the-heart.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  p{
    color: #424242;
    text-align: center;
    font-family: "Product Sans Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
  }
  .heart-vector1{
    position: absolute;
    top: 10%;
    left: 10%;
  }
  .heart-vector2{
    position: absolute;
    top: 10%;
    right: 10%;
  }
}
.consultation-services{
      padding-block: 60px;
  .classes-box {
    border: 1px solid #D3AE5D;
    padding: 10px;
    border-radius: 31px;
    height: 100%;
    transition: all .5s;
    &:hover{
      box-shadow: 0 0 17px 0px #d3ae5d9d;
      transform: translateY(-5px);
    }
}
.classes-box-img {
    margin-bottom: 25px;
    border-radius: 32px;
    overflow: hidden;
    img{
      border-radius: 32px;
    }
}
}
.help-you-bg{
      padding-block: 140px;
          .col-lg-6 {
        flex: 0 0 auto;
        width: 53%;
    }
}
.instant-energy-reading{
  border-radius: 42px;
background: #EDEEF3;
padding: 40px;
.instant-energy-reading-img{
  border-radius: 32px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
}
.relationship-healing-benefits{
  .service-item .small-line{
    margin-left: unset;
  }
  .service-item {
        padding: 30px;
            img {
        height: 100%;
        width: 100%;
        margin-inline: auto;
        object-fit: cover;
        border-radius: 26px;
    }
    }
}
.relationship-healing-journy{
  .healing-journy-box {
    border-radius: 12px;
    background: #F2EADA;
    padding: 10px;
    width: 100%;
    margin-inline: auto;
    height: 100%;
}
.healing-title{
  color: #121212;
  font-size: 20px;
  font-family: 'Product Sans Bold';
  margin-bottom: 6px;
}
}
.relationship-healing-facts{
  padding-top: 87px;
  padding-bottom: 180px;
  position: relative;
  .col-lg-6{
    padding-right: 5%;
  }
}
.relationship-testimonials{
position: relative;
}
.relationship-faq{
  background: #F2F2F2;
}
/*******************************
  Responsive
********************************/
@media (max-width: 1920px) { 
  
}
@media (max-width: 1600px), (max-width: 1536px){
  .hero {
    h1 {
        font-size: 73px;
        line-height: 76px;
    }
    p {
      font-size: 20px;
  }
}
.section-title {
  font-size: 55px;
  line-height: 58px;
}
  .about-big {
    width: 50%;
}
.sub-title {
  font-size: 25px;
}
.title {
  font-size: 42px;
}
.hand {
  h3 {
      font-size: 284px;
  }
  .hand-img {
    width: 62%;
}
}
p {
  font-size: 18px;
}
.card-hand {
  width: 50%;
}
.crystal {
  .vectors {
    width: 35%;
  }
}
.accordion__item .accordion__title {
  font-size: 16px;
}
.accordion__item .accordion__content {
  font-size: 16px;
}
.primary-btn {
  padding: 20px 70px;
}
.image-box {
  padding-left: 20%;
  .small-img {
    width: 50%;
}
}
.about-small {
  img {
      width: 40%;
  }
}
.teaching{
  .about-small {
    img {
      width: 26%;
    }
  }
}
.about-us-img-content {
  .small-img {
    width: 62%;
  }
}
.about-rainbow-right-flower {
  width: 190px;
}
.about-sanjukta {
  .img-cutout-box {
    width: 40%;
  }
}
.about-sovan {
  .img-cutout-box {
    width: 43%;
    height: auto;
  }
}
.mission-vision {
  .item {
    width: 690px;
    height: 690px;
    padding: 12%;
  }
  .lotus {
    width: 320px;
    left: 42%;
  }
}
.timeline-icons {
  width: 97px;
  height: 97px;
}
.timeline-content {
  h3 {
    font-size: 21px;
  }
}
.tarot-banner {
  & .banner-content {
      h1 {
          font-size: 63px;
      }
  }
  .banner-form {
    .banner-form-box {
      margin-left: 60px;
    }
    .form-title {
      font-size: 32px;
    }
    form {
      .form-control {
        padding: 15px 5px;
        &::placeholder {
          font-size: 18px;
        }
      }
      textarea {
        height: 130px;
      }
    }
    .form-head {
      padding-bottom: 10px;
      padding-top: 10px;
      margin-bottom: 0px;
    }
  }
}
/* .small-line {
  width: 100px;
  margin-bottom: 15px;
} */
.inner-title{
    font-size: 42px;
  }
  .facts-about-content {
    padding: 20px 10px;
    li {
      font-size: 18px;
      &::before {
        font-size: 18px;
        top: 2px;
      }
    }
  }
  .benefits-tarot {
    p {
      font-size: 18px;
    }
  }
  .tarot-need {
    .tarot-need-flower {
      bottom: -30px;
    }
  }
  .why-tarot-content {
    margin-block: 255px;
  }
  .why-tarot-content-card-img {
    width: 77px;
    height: 77px;
  }
  .why-tarot-content-card {
    transform: translateX(-55px);
    p {
      font-size: 22px;
    }
  }
  .why-tarot-content {
    & .col-lg-4:nth-child(1) {
        .col-lg-12:nth-child(2) {
            transform: translateX(-28px);
        }
    }
    .col-lg-4:nth-child(1) {
      .col-lg-12:nth-child(3){
          transform: translateX(-2px);
      }
  }
  .col-lg-4:nth-child(3) {
    .col-lg-12:nth-child(1) {
        transform: translateX(150px);
    }
}
.col-lg-4:nth-child(3) {
  .col-lg-12:nth-child(2) {
      transform: translateX(178px);
  }
}
.col-lg-4:nth-child(3) {
  .col-lg-12:nth-child(3) {
      transform: translateX(150px);
  }
}
}
.about-tarot-reader {
  .primary-btn {
  padding: 20px 60px;
  }
  & .container {
      .about-tarot-reader-sujata-img {
          height: 90%;
      }
  }
}
.about-tarot-reader-content {
  .btn-group {
    gap: 5px;
  }
  .contact-btn {
    font-size: 28px;
    img {
        width: 25px;
        height: 25px;
    }
}
}

.tarot-counter {
  & .counter {
    & .counter-item {
      h4 {
        line-height: 54px;
    }
      .number {
          font-size: 41px;
      }
      .counter-item-img {
        img{
          width: 45px;
          height: 45px
        }
        &::before,
        &::after {
          width: 105px;
          height: 105px;
          left: -40px;
        }
        &::after {
          left: unset;
          right: -40px;
        }
      }
    }
  }
}
.who-can-get {
  padding-left: 190px;
  .who-can-get-slider {
    .slick-arrow {
        left: 10%;
    }
    .slick-prev {
      left: 1%;
      top: 102.1%;
    }
  }
}
.classes-category-item {
    & ul {
        li {
            padding: 16px 28px;
            font-size: 17px;
        }
    }
}
.classes-category-title {
    font-size: 28px;
}
      .classes-category {
          .meditation-vector {
              width: 50%;
          }
      }
.classes-content {
    & ul {
        li {
            font-size: 20px;
        }
    }
}
.consultation-services {
    padding-block: 60px;
}
.circle-img-box {
    width: 382px;
    height: 382px;
}
.what-happens-during-healing {
    .about-rainbow-right-flower {
        width: 250px;
    }
}
.healing-title {
    font-size: 21px;
}
.hover-content{
  .primary-btn{
    padding: 20px 65px;
  }
}
}
@media (max-width: 1440px), (max-width: 1366px){
  .about-small {
    img {
        width: 40%;
        margin-right: 0;
    }
}

  .hero {
    h5 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    p {
      font-size: 18px;
  }
}
.service-item {
  img {
      height: 380px;
  }
}
.hand {
  h3 {
      font-size: 250px;
  }
}
.primary-btn {
  padding: 20px 60px;
}
.hero h1 {
  font-size: 62px;
  line-height: 67px;
  margin-bottom: 4px;
}
.section-title {
  font-size: 45px;
  line-height: 48px;
}
.banner-content {
  padding-block: 10%;
}
.hero h6,p {
  font-size: 17px;
}
.our-success-story::after {
  inset: 0 32px;
}
.about p {
  margin-bottom: 10px;
}
.think-about ul li {
  font-size: 18px;
}
.interest h2 {
  font-size: 32px;
  font-weight: normal;
}
.who-we-are {
  padding-block: 3%;
}
.faq-item h4 {
  font-size: 18px;
}
footer ul li a {
  font-size: 16px;
}

.content-box::after {
  right: -34px;
}
.direction-r .content-box::after {
  right: auto;
  left: -40px;
}
.about p {
  font-size: 17px;
}
.inner-title {
  font-size: 38px;
}
.dec {
  font-size: 20px;
  line-height: 28px;
}
.contact-info .info-item p,
.contact-info .info-item a {
  font-size: 20px;
  margin-bottom: 0;
}
.contact {
  .jasmin {
    position: absolute;
    right: 6px;
    bottom: 80px;
    width: 230px;
  }
}
.contact-info .info-item {
  margin-bottom: 20px;
  
}
.contact-info .info-item p {
  img {
      height: 15px;
      margin-top: 1px;
  }
}
.category-wrapper {
  gap: 9px;
}
.category-btn {
  padding: 10px 15px;
  font-size: 16px;
}
.blog-title {
  font-size: 20px;
  line-height: 26px;
}
.blog-meta {
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 2px;
  margin-bottom: 8px;
}
.blog-excerpt {
  p{
    margin-bottom: 10px;
  }
}
.read-more {
  font-size: 14px;
}
.featured-tag {
  font-size: 14px;
}
.blog-details {
  h1 {
      font-size: 40px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
}
.latest-post-item {
  .blog-title {
      font-size: 16px;
      margin-bottom: 2px;
  }
}
.related-article-item {
  h3 {
      font-size: 16px;
      line-height: 22px;
  }
}
.blogs {
  .bottom {
      bottom: -78px;
      width: 200px;
      left: -34px;
  }
}
.blog-sidebar-category {
  & ul {
      & li {
          a {
              font-size: 15px;
              line-height: 40px;
              padding-left: 18px;
              &::before {
                top: 0px;
            }
          }
      }
  }
}
.about-rainbow, .about-sanjukta, .about-sovan{
  p{
    margin-bottom: 10px;
  }
}
.about-rainbow-right-flower {
  width: 170px;
}
.mission-vision {
  .item {
    width: 605px;
    height: 605px;
    padding: 14%;
    padding-top: 10%;
    p{
      font-size: 16px;
    }
  }
  .lotus {
    width: 283px;
  }
}
.timeline-content {
  height: 485px;
  h3 {
    font-size: 19px;
  }
  p{
    font-size: 16px;
    line-height: 150%;
  }
  .timeline-period{
    font-size: 24px;
  }
}
.timeline-icons {
  width: 82px;
  height: 82px;
}
.timeline .timeline-content p{
  margin-bottom: 10px;
}
.title {
  font-size: 38px;
}
.tarot-banner {
  & .banner-content {
      h1 {
          font-size: 46px;
          line-height: 121%;
      }
      p{
        margin-bottom: 10px;
      }
      .primary-btn {
        font-size: 12px;
        line-height: 140%;
        padding: 15px 40px;
      }
  }
  .banner-form {
    & form {
        .form-control {
          padding: 7px 5px;
          &::placeholder {
            font-size: 12px;
          }
        }
    }
    .primary-btn{
      font-size: 12px;
      padding: 10px 30px;
    }
}
}
.form-icon {
  right: 4px;
  width: 18px;
  height: 18px;
}
.tarot-banner {
  & .banner-form {
    .banner-form-box{
      &::after{
        left: -8px;
        bottom: -8px;
      }
    }
    form{
      textarea {
        height: 110px;
    }
    }
    .form-head {
      padding-bottom: 1px;
      padding-top: 5px;
  }
      .form-title {
        font-size: 26px;
      }
  }
}
.facts-about-content {
  li {
      font-size: 16px;
      margin-block: 15px;
      &::before {
        font-size: 16px;
        top: 1px;
    }
  }
}
.types-tarot {
  & ol {
      & li {
        font-size: 19px;
      }
  }
  .service-item {
    padding: 27px;
    img {
        height: 100%;
    }
}
}
.benefits-tarot {
  h3 {
    font-size: 20px;
  }
}
.why-tarot-content {
  margin-block: 190px;
}
.why-tarot-content-card-img {
  width: 67px;
  height: 67px;
  padding: 10px;
}
.why-tarot-content-card {
  p {
    font-size: 19px;
  }
}
.bg-circle {
  width: 60%;
}
.why-tarot-content-card {
  transform: translateX(-15px);
}
.why-tarot-content {
  .col-lg-4:nth-child(1) {
    .col-lg-12:nth-child(2) {
        transform: translateX(-40px);
    }
}
  & .col-lg-4:nth-child(1) {
      .col-lg-12:nth-child(3) {
          transform: translateX(-9px);
      }
  }
  .col-lg-4:nth-child(3) {
    .col-lg-12:nth-child(1) {
        transform: translateX(55px);
    }
}
.col-lg-4:nth-child(3) {
  .col-lg-12:nth-child(2) {
      transform: translateX(85px);
  }
}
.col-lg-4:nth-child(3) {
  .col-lg-12:nth-child(3) {
      transform: translateX(60px);
  }
}
}
.about-tarot-reader {
  .contact-btn {
    font-size: 25px;
}
  .primary-btn {
    padding: 20px 40px;
}
}
.about-tarot-reader-content {
  padding: 30px;
  & .btn-group {
    .arrow-tarot {
        position: absolute;
        right: -20px;
        top: -10px;
    }
}
}
.collaboration {
  .item{
    img{
      width: 190px;
    }
  }
}
.tarot-counter {
  & .counter {
      & .counter-item {
        h4{
          line-height: 40px;
        }
          p {
              font-size: 17px;
          }
          .counter-item-img {
            img {
                width: 35px;
                height: 35px;
            }
            &::before, &::after {
              width: 90px;
              height: 90px;
          }
        }
      }
  }
}
.who-can-get {
  padding-left: 160px;
  .who-can-get-slider-content-text {
    & ul {
        li {
          font-size: 17px;
        }
    }
}
.who-can-get-slider {
  .slick-arrow {
      top: 110%;
  }
  .slick-prev {
    top: 103.1%;
}
}
}
.classes-category {
    padding-bottom: 450px;
}
.classes-category-item {
        & ul {
            li {
                padding: 12px 22px;
                font-size: 15px;
            }
        }
}
.classes-box{
  border-radius: 41px;
  padding: 12px;
}
.classes-box-img {
  border-radius: 41px;
  margin-bottom: 20px;
      img {
        border-radius: 41px;
        border: 1px solid #D3AE5D;
    }
}
    .classes-category-title {
        font-size: 22px;
    }
    .classes-content {
    & ul {
        li {
            font-size: 16px;
            padding-left: 20px;
            line-height: 157.091%;
        }
    }
}
.consultation-services {
    padding-block: 60px;
    & .classes-box-img {
      border-radius: 22px;
        img {
            border-radius: 22px;
        }
    }
}
.why-this-healing-word {
    padding-block: 65px;
        .col-lg-5 {
        flex: 0 0 auto;
        width: 44.666667%;
    }
}
.help-you-bg {
    padding-block: 50px;
}
.emotional-and-mental-healing-intro {
    & .about-us-img-content {
        .big-img {
            width: 80%;
        }
        .small-img {
            width: 50%;
        }
    }
}
.circle-img-box {
    width: 323px;
    height: 323px;
    border-radius: 50%;
    position: relative;
}
.emotional-and-mental-healing-intro {
    .about-rainbow-right-flower {
        width: 200px;
    }
}
.career-growth-healing-facts {
    & ul {
        & li {
          padding-left: 30px;
            &::before {
                width: 21px;
                height: 21px;
                top: 5px;
            }
        }
    }
}
    .healing-title {
        font-size: 17px;
    }
    .hover-content {
        padding: 35px 14px;
        .primary-btn {
            padding: 16px 40px;
        }
        p {
          margin-bottom: 15px;
      }
    }
    .final-word {
    p {
        font-size: 22px;
    }
}
.what-happens-during-healing {
    & ul {
        li {
            font-size: 17px;
            padding-left: 15px;
            &::before {
                top: 13px;
            }
        }
    }
}
.step-title {
    font-size: 28px;
}
.what-happens-during-healing {
    .step-number {
        font-size: 18px;
    }
}
.small-line{
    width: 100px;
    height: 4px;
    margin-bottom: 13px;
}
    .what-happens-during-healing {
        .about-rainbow-right-flower {
            width: 190px;
        }
    }
    .career-growth-healing-facts {
        & ul {
            & li {
                font-size: 16px;
            }
        }
    }
    .emotional-and-mental-healing-banner {
      & .banner-content {
          margin-top: 13%;
      }
  }
  .healing-content{
    padding: 20px 10px;
  }
  .relationship-healing-journy {
    .healing-journy-box {
      .healing-title{
        font-size: 17px;
      }
       p{
        font-size: 14px;
       }
    }
}
}

@media (max-width: 1199.98px) { 
  .about-big {
    width: 100%;
    position: relative;
    display: none;
}
.banner-content {
  padding-block: 7%;
  width: 52%;
}
.video-banner {
  height: 40vh;
}
.hero {
/*  height: 45vh;*/
  .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.hand {
  h3 {
      font-size: 198px;
  }
}
.counter {
  & .counter-item {
      h4 {
          font-size: 60px;
          line-height: 60px;
      }
  }
}
.title {
  font-size: 34px;
}
.crystal-bg {
  height: 62vh;
  width: 100%;
  object-fit: cover;
}
.crystal {
  & .vectors {
      img:nth-child(1),img:nth-child(2) {
        height: 180px;
        width: auto;
      }
      img:nth-child(2) {
        left: 100px;
    }
  }
}
.image-box {
  img {
      border-radius: 20px;
  }
}
.image-box {
  span {
      left: 6px;
      top: 60px;
  }
}
.benefits {
  & .img-box {
      img {
          width: 376px;
          height: 490px;
          padding: 15px;
      }
  }
}
.faq {
  background-position: 14%;
}
.get-in-touch-img {
  width: 68%;
}
.vector {
  width: 22%;
}
.pin-spacer {
  overflow: hidden;
  height: auto;
  padding: 0;
}
.container {
  max-width: 90%;
}
.services {
  .all-services {
      display: block;
  }
  .service-item {
    margin-bottom: 20px;
}
}
.testimonial-slider {
  flex-wrap: wrap;
}
.about-rainbow-right-flower {
  width: 135px;
}
.mission-vision {
  .item {
    width: 438px;
    height: auto;
    padding-top: 5%;
    padding: 11%;
  }
  .lotus {
    width: 228px;
    bottom: -72px;
    left: 38.5%;
  }
  .stones-img {
    right: 0;
    bottom: -112px;
  }
}
.timeline .timeline-content p {
  margin-bottom: -3px;
}
.timeline-icons {
  width: 75px;
  height: 75px;
  padding: 14px;
}
.tarot-banner {
  height: 50vh;
  .container {
    padding-top: 50px;
    h1 {
      font-size: 38px;
  }
  }
  & .banner-form {
    .form-title {
        font-size: 20px;
    }
    form{
      textarea {
        height: 90px;
    }
      .form-control{
        padding: 5px 5px;
        &::placeholder {
          font-size: 12px;
        }
      }
      .form-icon {
        right: 2px;
        width: 14px;
        height: 14px;
      }
    }
    .banner-form-box {
      &::after {
          left: -6px;
          bottom: -6px;
      }
  }
  }
}
.small-line{
  margin-bottom: 10px;
}
.inner-title {
  font-size: 30px;
}
.tarot-reading {
  background-position: 45%;
}
.tarot-reading-content {
  padding-block: 40px;
}
.facts-about-content {
  li {
      font-size: 14px;
      margin-block: 10px;
  }
}
.benefits-tarot {
  h3 {
      font-size: 18px;
  }
  p {
    font-size: 15px;
}
}
.tarot-need {
  & .tarot-need-content {
      label {
          font-size: 16px;
      }
  }
}
.tarot-need {
  .tarot-need-flower {
      bottom: 15px;
      width: 48%;
  }
  & .tarot-need-content {
    & .form-group {
      padding-block: 15px;
        &::after {
            width: 375px;
      }
      input[type="checkbox"] {
        width: 20px;
        height: 20px;
      }
    }
  }
  .btn-group {
    margin-top: 15px;
}
}
.why-tarot-content-card {
  p {
      font-size: 16px;
  }
}
.about-tarot-reader {
  & .container {
      .about-tarot-reader-sujata-img {
        height: 75%;
      }
  }
}
.about-tarot-reader-content {
  padding: 20px;
  .btn-group {
    .arrow-tarot {
        position: absolute;
        right: 5px;
        top: -25px;
    }
}
  .primary-btn {
    padding: 15px 25px;
    font-size: 12px;
  }
  .contact-btn {
    font-size: 20px;
    img {
      width: 18px;
      height: 18px;
    }
  }
}
.tarot-counter {
  & .counter {
      & .counter-item {
        gap: 45px;
        h4{
          font-size: 40px;
        }
        p{
          font-size: 14px;
        }
          .number {
              font-size: 30px;
          }
      }
  }
}
.collaboration {
  .inner-title {
    font-size: 18px;
  }
  .item {
    img {
        width: 155px;
    }
}
}
.why-tarot-content {
  margin-block: 115px;
}
.who-can-get {
  padding-left: 80px;
  .inner-title{
    margin-bottom: 20px;
  }
  .primary-btn {
    padding: 15px 40px;
    font-size: 12px;
}
.who-can-get-slider-content-text {
  padding: 10px 5px;
  h3{
    font-size: 18px;
  }
  ul {
    li {
        font-size: 14px;
    }
}
}
.who-can-get-slider{
  .slick-list {
    margin: 0 -5px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-arrow {
    width: 42px;
    height: 42px;
  }
  .slick-prev {
    top: 104.2%;
}
}
}
.classes-content {
    & ul {
        & li {
            &::before {
                top: 7px;
                transform: unset;
            }
        }
    }
}
.classes-category{
  padding-block: 40px;
  padding-bottom: 310px;
}
    .classes-category-item {
      margin-bottom: 30px;
        & ul {
          gap: 10px;
            li {
                padding: 9px 15px;
                font-size: 13px;
            }
        }
    }
    .classes-category-title {
        font-size: 19px;
    }
    & .classes-content {
        & ul {
            li {
                font-size: 14px;
                padding-left: 20px;
                line-height: 176.091%;
            }
        }
    }
    .emotional-and-mental-healing-banner {
      .banner-content {
          width: 70%;
          margin-top: 14%;
      }
  }
    .emotional-and-mental-healing-intro {
        .about-rainbow-right-flower {
            width: 150px;
        }
    }
      .circle-img-box {
        width: 265px;
        height: 265px;
    }
    .consultation-services {
        padding-block: 30px;
    }
    .instant-energy-reading {
      border-radius: 32px;
      padding: 25px;
  }
}

@media (max-width: 991.98px) { 
  .container {
   padding-inline:30px ;
} 
.testimonial-slider {
  flex-wrap: wrap;
  p {
    height: auto !important;
}
    & .more-text {
        p {
            font-size: 26px;
        }
    }
}
.call-btn :is(p,h4){
  display: none;
}
.call-btn span {
  position: relative;
  left: 0;
  bottom: 0px;
  width: 48px;
  height: 48px;
  background: #F58220;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-btn {
  gap: 20px;
}
.hero h1, h2 {
  font-size: 50px;
  line-height: 52px;
}
.hero {
/*  height: 60vh;*/
  h5 {
    margin-bottom: 15px;
    font-size: 14px;
}
}
.banner-content {
  padding-block: 7%;
  width: 56%;
}
.counter {
  .counter-item {
      margin-bottom: 15px;
      h4 {
        font-size: 40px;
        line-height: 40px;
    }
  }

}
.hand {
  h3 {
      font-size: 146px;
  }
}
.section-title {
  font-size: 35px;
  line-height: 43px;
}
.all-services{
  img{
    width: auto;
    margin-inline: auto;
    height: 320px;
  }
}
.services {
  .service-item {
      text-align: center;
      .row{
        .col-lg-5{
          order: -1;
        }
      }
  }
}
.tarot-card {
  padding-top: 60px;
  background-position: 12%;
  .card-small {
    top: -4%;
    width: 18%;
}
.card-big {
  text-align: center;
  padding-right: 32%;
}
.card-hand {
  width: 46%;
}
}
.crystal {
  & .container {
      .vector {
          position: absolute;
          top: -70px;
          right: 0;
      }
  }
}
.crystal-bg {
  object-position: 232%;
  height: 53vh;
}
.crystal {
  & .vectors {
      img:nth-child(1), img:nth-child(2) {
          height: 116px;
          width: auto;
      }
      img:nth-child(2) {
        left: 30px;
    }
  }
}
.teaching .row,.about-author .row{
  .col-lg-6:last-child{
    order: -1;
  }
}
.image-box {
  margin-bottom: 12%;
  span {
      left: 60px;
      top: 60px;
  }
}
.review {
  .rhand {
      top: -80px;
      width: 50%;
  }
}
.benefits {
  & .img-box {
      img {
          height: 408px;
      }
  }
}
.faq {
  background-position: 30%;
}
.get-in-touch {
  padding-block: 70px;
  position: relative;
}
.our-success-story::after {
  inset: 0 10px;
}
.about-image {
  position: relative;
  text-align: center;
}
.roi-list {
  text-align: center;
}
.roi .container .roi-list:nth-child(2n) .col-lg-3{
  order: 1;
}
.roi .container .roi-list:nth-child(2n) .col-lg-9{
order: 2;
}
.roi-content {
  padding: 22px;
  padding-top: 0;
}
.think-about ul li {
  font-size: 18px;
}
.think-about-img{
  width: 100%;
}
.interest {
  margin-bottom: 60px;
  flex-direction: column;
  text-align: center;
}
.who-we-are {
  background-position: right;
}
.direction-l,.direction-r {
  position: relative;
  width: 100%;
  float: unset;
  text-align: center;
}
.direction-l .content-box,
.direction-r .content-box {
  padding-right: 0;
  padding-inline: 10%;
}
.icon-box {
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  z-index: 1;
}
.timeline:before {
  margin-left: 0px;
  z-index: 0;
}
.content-box::after,
.direction-r .content-box::after {
  right: 48.6%;
  top: -24px;
  z-index: 9;
  left: auto;
}
.timeline li {
  padding: 15px 0;
}
.process.section-gap {
  padding-bottom: 0;
}
.faq-item h4 {
  font-size: 16px;
}
.form-control {
  padding: 10px 10px;
  font-size: 15px;
}
.footer-logo {
  text-align: center;
}
footer p {
  text-align: center;
}
.contact {
  .pink.up-down {
      position: absolute;
      top: 120px;
      right: -12px;
  }
  .jasmin {
    position: absolute;
    right: 27px;
    bottom: 151px;
    width: 210px;
}
}
.blog-list {
  & .blog-card:nth-child(2n) {
      .row .col-lg-5 {
          order: 1;
      }
  }
}
.search {
  & .form-group {
      .form-control {
          font-size: 16px;
          padding-block: 4px;
      }
      span {
        top: 7px;
    }
  }
}
.blog-details {
  .blog-content {
      padding-inline: 0;
  }
}
.blogs {
  .right1 {
      width: 90px;
  }
  .left1 {
    width: 140px;
}
.right2 {
  width: 100px;
}
.bottom {
  bottom: -58px;
  width: 140px;
  left: -30px;
}
}
.about-us-text-content {
  padding-left: 0;
  padding-block: 20px;
}
.about-us-img-content {
  .small-img {
    bottom: -55px;
    width: 40%;
    right: -10px;
  }
}
.about-us-img-content {
  .small-img {
    &::after {
      height: 93%;
    }
  }
}
.about-sanjukta, .about-sovan {
  .img-cutout-box {
    width: 100%;
    position: relative;
  }
  .about-us-text-content {
    padding-top: 35px;
  }
}
.mission-vision {
  .item {
    width: 613px;
    height: 613px;
    margin-bottom: 20px;
  }
  .lotus {
    width: 250px;
    bottom: -39px;
    left: 33%;
  }
  .stones-img {
    width: 269px;
    right: 0;
    bottom: -69px;
  }
}
.about-faq {
  .left-flower {
    width: 155px;
  }
  .right-flower {
    width: 155px;
  }
}
.time-line {
  width: 100%;
  height: 250px;
}
.timeline {
  width: 100%;
  height: 500px;
}
.time-line {
  & .dates-wrap {
      & .date {
          .date-content {
              height: 160px;
          }
      }
  }
}
.tarot-banner {
  height: 1025px;
  .banner-content {
    margin-top: 0;
    text-align: center;
}
.banner-form {
  & .banner-form-box {
    margin-left: unset;
      &::after {
          left: -8px;
          bottom: -8px;
      }
  }
}
}
.tarot-about {
  .tarot-about-img {
      width: 100%;
      height: auto;
      float: unset;
      margin-top: unset;
      margin-right: unset;
  }
  .tarot-about-content {
    .inner-title {
        margin-top: 20px;
    }
    .small-line {
      margin-left: unset;
  }
}
}
.tarot-reading-content {
  width: 75%;
}
.types-tarot {
  .service-item{
    text-align: left;
  }
  .all-services{
    padding-bottom: 0;
  }
}
.why-tarot{
  padding-bottom: 0;
}
.why-tarot-content {
  & .col-lg-4:nth-child(3) {
      & .why-tarot-content-card {
        margin-bottom: 0;
      }
  }
}
.benefits-tarot {
  h3{
    font-size: 20px;
  }
  .benefits-img {
      position: relative;
      margin-bottom: 10px;
      width: 340px;
      height: 340px;
      .benefits-bg {
        transform: translateX(-60px);
      }
  }
}
.facts-about{
  padding-bottom: 0;
}
.facts-about-content {
  li {
      font-size: 18px;
  }
}
.tarot-need {
  .tarot-need-content {
      margin-left: unset;
      .form-group {
        &::after{
            width: 100%;
        }
    }
  }
  .tarot-need-flower {
    bottom: -90px;
    width: 25%;
  }
  .btn-group{
    display: flex;
    justify-content: center;
    .primary-btn{
      font-size: 12px;
      padding: 15px 40px;
      padding-inline: 25px;
      padding-right: 41px;
      background-size: 8%;
    }
  }
}
.why-tarot-content {
  margin-block: 50px;
  & .col-lg-4:nth-child(2) {
      display: none;
  }
  .col-lg-12 {
    margin-block: 0;
  }
  .why-tarot-content-card{
    transform: unset;
    gap: 10px;
    flex-direction: column;
    padding-left: unset;
    height: 150px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 30px;
    p{
      text-align: center;
      width: 100%;
    }
    .why-tarot-content-card-img {
    padding: 15px;
  }
  }
  .col-lg-4:nth-child(1) {
    .col-lg-12{
      .why-tarot-content-card{
        .why-tarot-content-card-img{
          order: -1;
        }
      }
    }
  }
  .col-lg-4:nth-child(1) {
    .col-lg-12:nth-child(2){
      transform: unset;
    }
  }
  .col-lg-4:nth-child(1) {
    .col-lg-12:nth-child(3) {
        transform: unset;
    }
}
  .col-lg-4:nth-child(3) {
    & .why-tarot-content-card {
        p {
            text-align: center;
        }
    }
}
  .col-lg-4:nth-child(3) {
    .col-lg-12:nth-child(1) {
        transform: unset;
    }
}
.col-lg-4:nth-child(3) {
  .col-lg-12:nth-child(2) {
      transform: unset;
  }
}
.col-lg-4:nth-child(3) {
  .col-lg-12:nth-child(3) {
      transform: unset;
  }
}
}
.about-tarot-reader {
  & .container {
    padding-inline: 0;
      .about-tarot-reader-sujata-img {
        width: 100%;
        height: 100%;
        position: relative;
      }
    }
  }
  .about-tarot-reader-content {
    & .btn-group {
        .arrow-tarot {
            right: 175px;
        }
    }
}
.collaboration {
  .inner-title {
      font-size: 16px;
  }
}
.who-can-get {
  padding-left: 0;
  .who-can-get-content{
    text-align: center;
  }
  .who-can-get-slider {
    padding-inline: 30px;
    .slick-arrow{
      left: 52%;
    }
    .slick-prev{
      left: 43%;
    }
    .slick-prev {
      top: 104.7%;
    }
}
}
.tarot-faq {
  padding-top: 0;
  .inner-title {
      text-align: center;
  }
  .small-line {
    margin-bottom: 10px;
    margin-inline: auto;
}
}
    .classes-category {
        padding-block: 20px;
        padding-bottom: 230px;  
    }
  .classes-category-item {
    margin-bottom: 20px;
      ul {
          flex-wrap: wrap;
          gap: 10px;
      }
  }
  .classes-category-title {
    margin-bottom: 10px;
  }
      .emotional-and-mental-healing-banner {
        height: 50dvh;
          .banner-content {
            margin-top: 20%;
            width: 90%;
        }
    }
    .emotional-and-mental-healing-intro.sec-gap {
      padding: 50px 0;
    }
    .emotional-and-mental-healing-intro{
      .row{
        .col-lg-6:last-child{
          order: -1;
        }
      }
      .about-rainbow-right-flower {
        width: 100px;
      }
    }
    .what-happens-during-healing {
      .row:not(:last-child) {
          margin-bottom:20px;
      }
      .container{
        .row:nth-child(3){
          .col-lg-4{
            order: -1;
          }
        }
      }
  }
    .circle-img-box {
        width: 300px;
        height: 300px;
    }
    .healing-title {
        font-size: 21px;
    }
    .healing-journy {
      .about-rainbow-right-flower {
          width: 30%;
          left: 5%;
      }
  }
    .why-this-healing-word {
        padding-block: 65px;
        background-position: right;
          .col-lg-5 {
            width: 78.666667%;
        }
    }
    .final-word {
        p {
          font-size: 19px;
        }
      .heart-vector1 {
          width: 20%;
          left: -2%;
      }
      .heart-vector2 {
          width: 18%;
          right: -2%;
      }
  }
  .consultation-services {
      padding-block: 30px;
  }
  .help-you-bg {
      .col-lg-6 {
          flex: 0 0 auto;
          width: 95%;
      }
  }
  .emotional-and-mental-healing-intro {
        .row.mb-60 {
          margin-bottom: 10px;
        }
      .instant-energy-reading{
        .row{
          .col-lg-6:last-child{
            order: 2;
          }
        }
      }
    }
}

@media (max-width: 575.98px) { 
  .hero {
/*    height: 70vh;*/
    text-align: center;
}
  .container {
    padding-inline: 10px;
}
.action-btn {
  gap: 10px;
}
.all-services {
  img {
      width: auto;
      margin-inline: auto;
      height: 220px;
  }
}
.testimonials {
  .container-fluid {
      padding: 0;
  }
}
.call-btn {
  position: relative;
  padding-left: 10px;
}
.navTrigger,.navTrigger svg{
  width: 106px;
  height: 36px;
}
.call-btn span {
  width: 35px;
  height: 35px;
  padding: 11px;
}
.logo {
  width: 130px;
}
.header .primary-btn{
  font-size: 13px;
  padding: 9px 9px;
}
.banner-content {
  padding-block: 10%;
  margin-top: 60px;
  width: 100%;
}
.video-banner {
  height: 240px;
}
.hero {
  h5 {
      margin-bottom: 10px;
      font-size: 14px;
      letter-spacing: 6px;
      line-height: normal;
  }
  .leaf-big {
    left: -38px;
    top: 80px;
    width: 100px;
}
}
.about{
  .small-line{
    margin-inline: auto;
  }
}
.heading-area {
  .hl {
      position: absolute;
      left: -28px;
      top: -26px;
      width: 70px;
  }
}
.menu-wrapper li a {
  font-size: 15px;
  line-height: 12px;
  padding-block: 10px;
}
.counter {
  & .counter-item {
      h4 {
          font-size: 30px;
          line-height: 30px;
      }
      .small-line {
        height: 2px;
        margin: 0;
        margin-bottom: 5px;
    }
  }
}
.hand {
  h3 {
      font-size: 73px;
      margin-top: 13%;
  }
  .section-title{
    text-align: left;
  }
  .small-line {
    margin-inline: unset;
}
}
.call {
  width: 34px;
  height: 34px;
  padding: 8px;
}
.primary-btn {
  padding: 14px 50px;
}
.sub-title {
  font-size: 18px;
  letter-spacing: 4px;
  line-height: normal;
  margin-bottom: 10px;
}
.section-title {
  font-size: 26px;
  line-height: 34px;
}
.about-small {
  img {
      width: 40%;
      margin-right: 0;
      margin-top: 26px;
  }
}
.popup {
  .popup__content{
    width: 98%;
  }
  .title {
    font-size: 22px;
  }
  .btn-group {
    text-align: center;
    .primary-btn{
      margin-top: 0;
    }
}
.left {
  padding: 2px;
}
.right {
  padding-inline: 10px;
  text-align: center;
  padding-block: 10px;
}
}
.container {
  max-width: 98%;
}
.header ,header.sticky{
  padding: 0px 0;
}
.header{
  .social-icon {
    display: none;
}
}
.hero h1, h2 {
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.hero h6{
  text-align: center;
}
.hero h6, p {
  font-size: 14px;
}
.btn-group {
  text-align: center;
}
.btn-group img{
  height: 40px;
}
.primary-btn {
  font-size: 14px;
}
.client-logo {
  padding-inline: 10px;
}
.slick-arrow {
  width: 30px;
  height: 30px;
}
.slick-next {
  right: -10px;
}
.slick-prev {
  left: -10px;
}
.slick-arrow::before {
  height: 10px;
  width: 10px;
}
.clients h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.section-gap {
  padding: 25px 0;
}
.heading-arrow{
  width: 100px;
}
.mb-35 {
  margin-bottom: 15px;
}
h2 {
  margin-bottom: 4px;
}
.slick-dots li,.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots {
  bottom: -30px;
}
.about-content {
  text-align: center;
}
.about {
  position: relative;
  padding-block: 25px;
}
.about p {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  text-align-last: center;
}
.clients {
  padding-top: 25px;
  padding-bottom: 25px;
}
.roi-content h3 {
  font-size: 18px;
}
.roi-content {
  padding: 10px;
  padding-top: 0;
}
.roi-content .primary-btn {
  font-size: 14px;
  padding: 8px 10px;
  line-height: inherit;
}
.client-speak-slider .slick-slide, .case-studies-slider .slick-slide {
  margin: 0 5px;
}
.client-speak-slider .slick-list, .case-studies-slider .slick-list {
  margin: 0 -5px;
}
.box {
  padding: 0 15px;
  padding-bottom: 40px;
}
.case-studies-slider .item .primary-btn {
  transform: translateY(-30px);
  mix-blend-mode: normal;
}
.box .case-studues-img {
  margin-bottom: 10px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box h3 {
  font-size: 16px;
}
.think-about{
  text-align: center;
  padding-bottom: 100px;
}
.think-about .small-line{
  margin: auto;
}
.think-about ul li {
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
}
.think-about ul li::after {
  top: 10px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px;
}
.think-about .think-about-img{
  margin-top: 25px;
}
.interest h2 {
  font-size: 18px;
  font-weight: normal;
}
.flex-box {
  gap: 6px;
}
.flex-box h5 {
  font-size: 14px;
}
.interest {
  margin-bottom: 25px;
}
.who-we-are {
  text-align: center;
}
.who-we-are .small-line{
  margin: auto;
  margin-bottom: 10px;
}
.content-box h3 {
  font-size: 20px;
}
.icon-box {
  width: 80px;
  height: 80px;
  padding: 13px;
}
.content-box::after, .direction-r .content-box::after {
  right: 46.9%;
}
.faq-item h4 {
  font-size: 14px;
  line-height: 18px;
}
.faq-item {
  border-radius: 4px;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.faq-item:after {
  height: 10px;
  width: 10px;
  right: 10px;
  top: 12px;
}
.blog-big .blog-content h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.date {
  font-size: 12px;
  padding-inline: 6px;
  padding-block: 2px;
  margin-bottom: 4px;
}
.blog-big .blog-content {
  padding: 10px;
}
.blog-list .date {
  font-size: 12px;
  margin: 0;
}
.blog-list h4 {
  font-size: 14px;
}
.blog-content {
  padding-bottom: 8px;
}
.blog-list {
  margin-bottom: 12px;
}
label {
  font-size: 14px;
}
footer p {
  font-size: 14px;
}
footer ul li a {
  font-size: 14px;
}
footer{
  text-align: center;
}
footer h4 {
  font-size: 20px;
}
.copyright p {
  font-size: 14px;
}
.copyright {
  justify-content: center;
}
.enq-btn {
  top: 20%;
  right: 5px;
  height: 30px;
  display: flex;
  align-items: center;
  box-shadow: -3px -3px 0px #9fc9ff;
}
.enq-btn a {
  font-size: 14px;
  padding: 0 13px;
}
.enq-btn a img {
  transform: rotate(90deg) translateX(4px) translateY(4px);
  width: 18px;
}
.fixed-btn {
  position: fixed;
  top: auto;
  right: 0px;
  width: 41px;
  gap: 8px;
  bottom: 20px;
}
.title {
  font-size: 22px;
}
.small-line{
  margin-inline: auto;
}
.tarot-card{
  text-align: center;
}
.crystal-bg {
  object-position: 134%;
  height: 500px;
}
.crystal {
  text-align: center;
  & .vectors {
      img:nth-child(1), img:nth-child(2) {
          height: 60px;
          width: auto;
          left: 0px;
          bottom: -40px;
      }
      img:nth-child(2) {
        left: 58px;
    }
  }
}
.image-box {
  span {
      left: 16px;
      top: 32px;
      width: 90px;
      height: 90px;
      padding: 22px;
  }
  .small-img {
    width: 50%;
    bottom: -45px;
}
}
.tarot-card {
  .card-big {
      text-align: center;
      padding-right: 45%;
  }
}
.teaching {
  text-align: center;
}
.teaching {
  & .about-small {
    margin-bottom: 36%;
      img {
          width: 30%;
          border-width: 10px;
      }
  }
}
.video {
  & .content {
    span {
      width: 70px;
      height: 70px;
  }
      h2 {
          font-size: 18px;
          line-height: 28px;
      }
  }
}
.benefits {
  text-align: center;
  & .img-box {
      img {
          height: 290px;
          width: 280px;
      }
  }
}
.review {
  .rhand {
      top: -18px;
      width: 50%;
  }
}
.author {
  h3 {
      font-size: 16px;
      line-height: 22px;
  }
  p {
    font-size: 12px;
    line-height: 20px;
}
}
.author {
  padding-left: 82px;
}
.slick-dots {
  & li {
      &.slick-active {
          button {
              width: auto;
          }
      }
  }
}
.accordion__item .accordion__title {
  font-size: 14px;
}
.accordion__item .accordion__content {
  font-size: 14px;
  padding-top: 0;
}
.get-in-touch{
  .section-title img{
    width: 42px;
    margin-bottom: -11px;
  }
}
.faq {
  padding-bottom: 20px;
  background-position: 23%;
  .text-center{
    img{
    width: 62px;}
  }
}
.blog{
  .text-center{
    img{
    width: 62px;}
  }
}
.form-control {
  padding: 10px 18px;
  font-size: 14px;
}
.footer-title:after {
  margin-inline: auto;
}
.social-icon {
  justify-content: center;
}
.get-in-touch {
  padding-block: 30px;
  .container {
      position: relative;
  }
  .get-in-touch-img {
    display: none;
}
}
.blog-box {
  .blog-title {
      font-size: 18px;
  }
}
.read-more {
  font-size: 16px;
}
.hamburger-init {
  width: 30.759px;
  height: 20px;
}
.bar.middle-bar {
  top: 50%;
  margin-top: 0px;
}
navTrigger {
  font-size: 15px;
}
.testi-box {
  border-radius: 20px;
  padding: 19px;
  padding-inline: 8px;
}
.testimonials .text-center{
  img{
    width: 62px;
  }
}
.mb-60 {
  margin-bottom: 20px;
}
.sec-gap {
  padding: 30px 0;
}
.fixed-btn .fw {
  margin: 0;
}
.call {
  width: 34px;
  height: 34px;
  padding: 8px;
}
.navMenu{
  width: 90%;
  padding-top: 50px;
  padding-bottom: 80px;
}
.navMenu .logo {
  padding: 7px 15px;
  height: 50px;
}
.offcanvas-header.form-box {
  height: 50px;
}
.offcanvas .heading-section h2 {
  font-size: 22px;
}
button.btn-close {
  width: 35px;
  height: 35px;
}
.form-input {
  font-size: 14px;
  padding: 14px 14px;
  border-radius: 6px;
}
.logo-slider-item{
  justify-content: center;
}
.highlight {
  left: 0px;
        top: -15px;
        padding: 7px;
        font-size: 13px;
        right: 0;
        position: relative;
}
.revealed .roi-list {
  margin-top: 15px;
}
ul li {
  font-size: 14px;
}
.why-hire h3 {
  font-size: 18px;
}
.why-hire .roi-list .row .col-lg-3{
  order: 1;
}
.why-hire .roi-list .row .col-lg-9{
  order: 2;
}
.hand{
  .col-5{
    padding-left: 5%;
  }
  .heading-area {
    .hl {
        display: none;
    }
}
}
.services{
  .hl{
    width: 60px;
  }
}
.inner-banner {
  height: 220px;
  .banner-content {
    padding-left: 40px;
      margin-left: unset;
      text-align: left;
      h1{
        text-align: left;
      }
      img{
        width: 35px;
      }
      img.leaf-big {
        left: -24px;
        top: 85px;
        width: 75px;
    }
  }
  
}
.inner-title {
  font-size: 26px;
}
.dec {
  font-size: 16px;
  line-height: 20px;
}
.contact {
  .pink.up-down {
      position: absolute;
      top: 130px;
      right: -12px;
      width: 111px;
  }
  .jasmin {
    position: absolute;
    right: 0px;
    bottom: 110px;
    width: 100px;
}
}
.contact-info .info-item p, .contact-info .info-item a {
  font-size: 18px;
  margin-bottom: 0;
}
.contact-info .info-item p {
  img {
      height: 15px;
      margin-top: 5px;
  }
}
.contact-info .info-item {
  margin-bottom: 10px;
}
.contact-info .info-item h4 {
  font-size: 18px;
  line-height: 28px;
}
.contact-img {
  position: absolute;
  top: 10%;
  z-index: -1;
}
.map {
  iframe {
      height: 340px;
      width: 100%;
      border: 0;
  }
}
.contact-social h3 {
  margin-bottom: 0px;
  font-size: 18px;
}
.category-wrapper {
  gap: 4px;
}
.mb-30 {
  margin-bottom: 20px;
}
.category-btn {
  padding: 5px 10px;
  font-size: 11px;
}
.blog-category {
  margin: 20px 0;
}
.blog-content {
  padding: 15px 8px;
  position: relative;
}
.blog-title {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.blog-meta {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.read-more {
  font-size: 12px;
}
.featured-tag {
  font-size: 12px;
  padding: 10px 15px;
}
.blog-card {
  margin-bottom: 15px;
}
.blog-details {
  h1 {
      font-size: 28px;
      line-height: 110%;
      margin-bottom: 10px;
  }
}
.blogs {
  .left1 {
      width: 80px;
  }
  .right1 {
    width: 50px;
}
}
.blog-details {
  text-align: center;
  h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
}
.sidebar {
  padding-top: 0;
  h3{
    text-align: left;
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 4px;
  }
  .blog-meta{
    text-align: left;
  }
}
.blog-sidebar-category {
  text-align: left;
}
.blogs {
  .bottom {
      bottom: -58px;
      width: 100px;
      left: -30px;
  }
}
.blog-details-menu-gap {
  height: 78px;
}
.about-us-img-content {
  .big-img {
    padding: 15px;
  }
  .about-rainbow-vector {
    left: -9px;
    bottom: 21px;
    width: 70px;
  }
  .small-img {
    right: 0;
    &::after {
      height: 87%;
      width: 89%;
    }
  }
}
.about-rainbow-right-flower {
  width: 100px;
  right: 7px;
  bottom: -15px;
}
.about-sanjukta {
  .hl {
    top: -31px;
    width: 61px;
  }
}
.mission-vision {
  .item {
    width: auto;
    height: auto;
    padding: 5%;
    margin-bottom: 10px;
    border-radius: 20px;
    p{
      margin-bottom: 0;
    }
  }
  .lotus {
    width: 120px;
    bottom: -45px;
  }
  .stones-img {
    width: 125px;
    right: 0;
    bottom: -33px;
  }
}
.about-sanjukta, .about-sovan {
  padding-bottom: 0;
  .leaf {
    display: none;
  }
}
.about-faq {
  .left-flower, .right-flower {
      width: 70px;
  }
}
.timeline {
  margin-top: 0;
  .timeline-content {
    padding-inline: 25px;
  }
}
.controls {
  bottom: 120px;
}
.time-line {
  & .dates-wrap {
    .date{
      width: 150px;
    }
      .date.active {
          width: 150px;
      }
  }
}
.tarot-banner {
  height: 790px;
  .banner-content{
    padding-left: unset;
    margin-left: unset;
    text-align: center;
    padding-inline: 20px;
    padding-block: 15px;
    h1{
      font-size: 26px;
      text-align: center;
    }
    p{
      font-size: 16px;
    }
    .primary-btn {
      line-height: 140%;
      padding: 10px 30px;
  }
  }
  .banner-form {
    .form-title {
      font-size: 17px;
    }
    form {
      .form-control {
          padding: 3px 2px;
          &::placeholder {
              font-size: 10px;
          }
      }
      textarea {
        height: 80px;
    }
  }
& .banner-form-box {
  &::after {
      left: -7px;
      bottom: -7px;
  }
}
  }
}
.tarot-about {
  padding-bottom: 15px;
  & .tarot-about-content {
      .small-line {
          margin-inline: auto;
      }
  }
}
.tarot-reading-content {
  width: 100%;
}
.facts-about {
  padding-bottom: 0;
}
.facts-about-content{
  padding: 10px;
  li{
    font-size: 16px;
  }
}
  .types-tarot {
    .inner-title {
        margin-bottom: 10px;
    }
    .all-services{
      padding-bottom: 0;
    }
}
.types-tarot {
  .service-item {
      padding: 15px;
  }
  & ol {
    & li {
        font-size: 15px;
    }
}
}
.benefits-tarot {
  .benefits-img {
    width: 230px;
    height: 230px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.tarot-need {
  .tarot-need-flower {
      bottom: 0px;
  }
  .col-lg-5{
    text-align: center;
  }
}
.why-tarot{
  padding-bottom: 0;
}
.why-tarot-content {
  & .col-lg-4:nth-child(3) {
      .col-lg-12:nth-child(3){
        .why-tarot-content-card{
          margin-bottom: 0;
        }
      }
  }
}
.about-tarot-reader-content {
  padding: 10px;
  .btn-group {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 5px;
    .contact-btn {
      font-size: 18px;
    }
    .arrow-tarot {
      right: 54px;
      top: 65px;
      height: 60px;
      width: 60px;
    }
  }
}
.tarot-counter {
  & .counter {
      & .counter-item {
        justify-content: start;
          gap: 45px;
          padding-left: 50px;
          .counter-item-img {
            img {
              width: 27px;
              height: 27px;
            }
            &::before, &::after{
              width: 60px;
              height: 60px;
              left: -23px;
            }
            &::after{
              left: -11px;
            }
          }
          h4{
            font-size: 36px;
            line-height: 18px;
          }
          .number{
            font-size: 26px;
          }
        }
  }
}
.collaboration {
  .inner-title {
      font-size: 14px;
      line-height: 150%;
  }
  .item{
    img{
      width: 120px;
    }
  }
}
.who-can-get {
  padding-bottom: 60px;

  .who-can-get-slider{
    padding-inline: 15px;
    .slick-arrow {
      width: 35px;
      height: 35px;
      left: 53%;
      top: 108%;
  }
  .slick-prev {
    left: 38%;
    top: 103.6%;
  }
}
}
  .classes-box {
      border-radius: 21px;
      padding: 8px;
  }
      .classes-box-img {
        border-radius: 21px;
        margin-bottom: 10px;
           img {
            border-radius: 21px;
        }
    }
    .classes-category-item {
        ul {
            gap: 7px;
        }
    }
      .classes-content {
        & ul {
            li {
                line-height: 116.091%;
                margin-block: 10px;
                &::before {
                    top: 4px;
                    width: 8px;
                    height: 6px;
                }
            }
        }
    }
    .classes-category {
        padding-bottom: 165px;
        .meditation-vector {
            width: 70%;
            right: -60px;
        }
    }
    .fixed-category {
    position: relative;
    top: unset;
    left: 0;
}
.classes-box {
    height: auto !important;
}
.footer-contact p {
    padding-left: 0;
}
    .emotional-and-mental-healing-banner {
        height: 55dvh;
        .banner-content{
          padding-left: 0;
          width: 100%;
          margin-top: 30%;
          h1{
            font-size: 28px;
            line-height: 34px;
          }
          p{
            font-size: 14px;
          }
          img {
                width: 25px;
            }
        }
    }
    .emotional-and-mental-healing-intro {
        .inner-title{
          text-align: left;
        }
        .small-line{
          margin-inline: unset;
        }
        .about-rainbow-right-flower {
            left: 0;
        }
    }
    .career-growth-healing-facts {
        & ul {
            & li {
                font-size: 14px;
                padding-left: 25px;
                &::before {
                  width: 18px;
                  height: 18px;
                }
            }
        }
    }
    .circle-img-box {
        width: 250px;
        height: 250px;
        margin-left: 10px;
    }
    .what-happens-during-healing {
        .step-number {
            font-size: 13px;
            border-radius: 5px;
            padding: 8px 15px;
        }
        .col-lg-8, .col-lg-7{
          .small-line {
            margin-inline: unset;
        }
        }
        ul {
            li {
                font-size: 15px;
                &::before{
                  width: 7px;
                  height: 7px;
                }
            }
        }
          .about-rainbow-right-flower {
            width: 100px;
            bottom: 0;
        }
    }
    .step-title {
      font-size: 22px;
    }
    .healing-slider {
      .slick-dots {
          bottom: -40px;
      }
  }
  .healing-journy{
    .mt-60{
      padding-top: 10px;
    }
    .about-rainbow-right-flower {
      display: none;
    }
  }
      .why-this-healing-word {
        padding-block: 20px;
        text-align: center;
        .col-lg-5 {
            width: 100%;
        }
    }
    .need-to-speak-box {
      .col-lg-7 {
          padding: 15px;
      }
  }
  .contact-item {
    margin-bottom: 10px;
    padding-left: 30px;
      p a {
          font-size: 15px;
      }
      .icon{
        width: 22px;
        height: 22px;
        padding: 5px;
      }
  }
  .comma{
    width: 34px;
  }
  .final-word{
    p {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .heart-vector1 {
        width: 15%;
        left: 0;
        top: 20%;
    }
    .heart-vector2 {
        width: 14%;
        right: 0;
        top: 20%;
    }
  }
    .need-to-speak-box {
      border-radius: 12px;
    }
    .consultation-services {
        padding-block: 30px;
    }
    .help-you-bg {
        .col-lg-6 {
            flex: 0 0 auto;
            width: 100%;
        }
    }
    .emotional-and-mental-healing-intro {
        .instant-energy-reading {
          border-radius: 22px;
          padding: 15px;
        }
    }
    .relationship-healing-benefits {
      .service-item .small-line {
          margin-left: auto;
      }
    }
	.footer-contact p.faddress{
		padding-left:30px;
	}
	.menu-item-has-children::after {
    top: 7px;
    right: 10px;

}
	.menu-wrapper {
    width: min(420px, calc(100vw - 40px));
    max-width: 100%;
    height: calc(100% - 100px);
    top: 88px;
    left: 20px;
}
	header.sticky {
    .menu-wrapper {
        top: 75px;
    }
}
}



/* =====================================================

        Understanding the Energy of Crystals

======================================================= */
.understanding-the-energy-of-crystals{
  border-radius: 0 0 206px 0;
  background: #F7F6F6;
  padding-block: 87px;
  position: relative;
  .ec-vector{
    position: absolute;
    top: 0;
    right: 0;
  }
  .about-small {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
    span{
      display: inline-block;
      transition: all .5s;
    }
    & span:nth-child(2n-1){
        margin-top: 27px;
        display: inline-block;
    }
    & span:not(:last-child){
        margin-right: 58px;
    }
    & span{
      &:first-child{
        transform: rotate(11.029deg);
        &:hover{
        transform: rotate(0deg);
      }
    }
    &:nth-child(2){
      transform: rotate(174deg);
      &:hover{
        transform: rotate(180deg);
      }
    }
    &:nth-child(3){
      transform: rotate(11.029deg);
      &:hover{
        transform: rotate(0deg) !important;
      }
    }
    &:last-child{
      transform: rotate(174deg);
      &:hover{
        transform: rotate(180deg);
      }
    }

    }
      img {
        border: 12px solid #FFF;
        background: #ffffff;
        box-shadow: none;
        margin-right:0;
        transform: unset;
    }
    
}
}
.btn-new-style{
    color: #ffffff;
    mix-blend-mode: unset;
    padding-inline: 40px;
    border-radius: 200px;
    border: 2px solid #ACACAC;
    background: linear-gradient(0deg, #906A29 7.91%, #EECC98 100%);
    backdrop-filter: blur(6px);
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.40), 0 2px 4px rgba(0, 0, 0, 0.30);
    &:after{
      transform-origin: left;
        background: linear-gradient(0deg, #906A29 7.91%, #EECC98 100%);
        scale: 1 1;
    }
    &:hover{
        box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.80) inset, 0 8px 15px 0 rgba(255, 255, 255, 0.30) inset, 0 -8px 15px 0 rgba(0, 0, 0, 0.20) inset, 0 10px 30px 0 rgba(184, 134, 11, 0.40), 0 0 0 1px rgba(255, 255, 255, 0.50);
        animation: none;
      border-color: #EECC98 ;
      transform: translateY(-2px);
    }
}
.what-are-crystal{
  .img{
    border-radius: 42px;
    overflow: hidden;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
.icon-box{
    width: 87px;
    height: 87px;
    background: #D3AE5D;
    box-shadow: 0 0 0 4px #d3ae5d10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 40px;
    margin-block: 35px;
}
.support-item{
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  padding-left: 105px;
  height: 95px;
  &:hover{
    .icon-box{
      box-shadow: 0 0 0 4px #d3ae5d9c;
      img{
        transform: rotateY(180deg);
      }
    }
  }
  .icon-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
  }
  p{
    color: #000;
    font-family: 'Product Sans Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
  }
}
.how-crystals-work{
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 109px;
  :is(.inner-title, p,h3,h4,li){
    color: #fff;
  }
  .inner-title{
    margin-bottom: 15px;
  }
  .blog-title{
    margin-bottom: 20px;
  }
  h4 {
    color: #FFF;
    font-family: "SangBleu Sunrise";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 144%;
    margin-bottom: 20px;
}

}
.check-list{
  margin-bottom: 30px;
  li{
    color: #FFF;
font-family: 'Product Sans Regular';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 220%;
position: relative;
padding-left: 24px;
&::before{
  content: '✓';
  color: #D3AE5D;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
  }
}
.different-crystals{
  .service-item {
    background: #EDEEF3;
    min-width: 86vw;
    .check-list{
      li{
        transform: unset;
        margin-bottom: 3px;
        font-family: 'Product Sans Regular';
        font-weight: normal;
        font-size: 20px;
      }
    }
}
}
.common-crystals{
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 100px;
  margin-top: 50px;
  .inner-title{
    color: #fff;
  }
}
.text-white{
  color: #fff;
}
.common-crystal-box{
border-radius: 26px;
background: #FFF;
overflow: hidden;
height: 100%;
transition: all .5s;
&:hover{
  transform: translateY(-5px);
  img{
    transform: scale(1.1);
  }
}
.common-crystal-img{
  border-radius: 0 0 26px 26px;
  overflow: hidden;
}
.common-crystal-content{
  padding: 22px;
}
}
.common-crystal-title {
    color: #19262D;
    font-family: 'Product Sans Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 8px;
}
.important-crystal{
  padding-block: 118px;
  position: relative;
  z-index: 1;
  .ic-vector {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
  .check-list {
    li {
        color: #000000;
    }
}
h3 {
    color: #000;
    font-family: 'Product Sans Bold';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px;
}
h4 {
    color: #000;
    font-family: 'SangBleu Sunrise';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}
ol.check-list{
  counter-reset:li;
  li{
    padding-left: 50px;
    margin-bottom: 18px;
    &::before{
    content: '0' counter(li);
    counter-increment: li;
    color: #000000;
    margin-right: 10px;
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
    background: #D3AE5D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  }
}
}
.why-choose-trm-box{
  border-radius: 42px;
  background: #F6F6F6;
  margin-bottom: 90px;
  position: relative;
  .wct-content{
    padding: 50px;
  }
  h3 {
    color: #121212;
    font-family: 'SangBleu Sunrise';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 30px;
}
h4 {
    color: #000;
    font-family: 'SangBleu Sunrise';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
.wct-img {
    border-radius: 42px;
    overflow: hidden;
    height: 100%;
    margin-right: 10px;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}
.check-list{
  li{
    color: #000;
  }
}
}
.crystal-cta-box{
  position: relative;
  .wct-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    left: 0;
    z-index: 1;
    .inner-title, p{
      color: #FFF;
    }
  }
  .wct-content-right{
    left: unset;
    right: 0;
  }
}
.img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation-services{
  .crystal-cta-box{
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .wct-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 55%;
      left: 0;
      z-index: 1;
      .inner-title,p{
        color: #fff;
      }
      .inner-title{
        margin-bottom: 20px;
      }
      .check-list {
        li {
            color: #FFF;
        }
      }
    }
    .wct-content-right{
      left: unset;
      right: 0;
    }
    &::after{
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 29.12%, rgba(20, 20, 21, 0.87) 62.99%);
    }
  }
}
.crystal-cta-box2{
  &::after{
    display: none;
  }
  .wct-content {
    left: unset;
    right: 0;
  }
}
.crystal-faq{
  position: relative;
  z-index: 1;
  .crystal-faq-vector{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .accordion__item .accordion-active {
    border-color: #959595;
}
}
.consultion-services-content{
    border-radius: 51px;
    background: #FFF;
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.11);
    padding: 35px;
}
.consultation-banner{
  p{
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.img{
  position: relative;
  padding-right: 50px;
  .consultation-big-img{
    width: 100%;
    border-radius: 39px;
    z-index: 1;
  }
  .consultation-small-img{
    position: relative;
    float: right;
    margin-top: -270px;
    margin-right: -50px;
    z-index: 1;
  }
}
.consultation-service-icon{
  position: absolute;
  background: #D3AE5D;
  border-radius: 50%;
  padding: 20px;
  left: 35%;
  bottom: -50px;
  z-index: 1;
}
.consultation-services{
  .check-list {
    li {
      color: #424242;
    }
  }
}
.consultation-related-service{
  p{
    color: #FFF;
  }
  .who-can-get-slider-content-text{
    h3{
      margin-bottom: 10px;
    }
    p{
      color: #424242;
    }
  }
  .who-can-get-slider{
    .slick-next{
      top: 110%;
    }
  }
}
.what-are-crystal-img{
  padding-right: 0;
}
.menu-wrapper {
  &::-webkit-scrollbar{
    width: 6px;
    background-color: #d3ae5c;
  }
  &::-webkit-scrollbar-thumb{
    background: #ffffff;
  }
}

@media screen and (max-width: 1600px) , (max-width: 1536px) {
  .understanding-the-energy-of-crystals {
    & .about-small {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding-inline: 8%;
        img {
            width: auto;
        }
    }
}
.container {
    max-width: 91%;
}
.support-item {
    p {
        font-size: 22px;
    }
}
.important-crystal {
    .ic-vector {
        width: 20%;
    }
}
.understanding-the-energy-of-crystals {
    .ec-vector {
        width: 11%;
    }
}
.consultation-banner{
  .banner-content {
    width: 45%;
    padding-left: 10px;
  }
}
.img {
  .consultation-small-img {
    width: 241px;
    margin-top: -200px;
  }
}
.consultation-service-icon{
  padding: 12px;
  width: 80px;
  left: 45%;
  bottom: -40px;
}

}

@media (max-width: 1440px), (max-width: 1366px) {
    .support-grid {
    margin-block: 25px;
}
.support-item {
    padding-left: 86px;
    height: 80px;
    .icon-box {
    width: 77px;
    height: 77px;
    }
    p {
        font-size: 20px;
    }
}
.check-list {
    li {
        font-size: 18px;
        line-height: 200%;
    }
}
.different-crystals {
    .service-item {
       p{
        font-size: 15px;
        margin-bottom: 5px;
       }
       & .check-list {
        margin-bottom: 10px;
            li {
                font-size: 16px;
                margin-bottom: -7px;
            }
        }
    }
}
.important-crystal {
    h4 {
        font-size: 22px;
    }
}
.why-choose-trm-box {
    .wct-content {
        padding: 38px;
    }
}
  .consultation-related-service{
    .who-can-get-slider-content-text {
      h3 {
        font-size: 20px;
      }
    }
    .who-can-get-slider {
      .slick-next {
        top: 112%;
      }
    }
  }
}

@media (max-width: 991.98px) {
   .understanding-the-energy-of-crystals {
    & .about-small {
              margin-top: 35px;
        margin-bottom: 20px;
      span{
        width: 85%;
      }
        & span:not(:last-child) {
            margin-right: 26px;
        }
    }
}
.different-crystals {
        .service-item {
            text-align: left;
        }
    }
    .crystal-cta-box {
    height: 400px;
    .wct-content {
        width: 72%;
        right: 0;
    }
}
.crystal-faq {
    .crystal-faq-vector {
        opacity: .1;
    }
}
  .consultation-banner {
    height: 50dvh;
    .banner-content {
      width: 80%;
      padding-left: 10px;
    }
  }
  .consultion-services-content {
    border-radius: 41px;
    padding: 20px;
  }
  .consultation-services {
    .crystal-cta-box {
      border-radius: 22px;
      height: 500px;
      .wct-content {
        width: 100%;
      }
      &::after {
        background: linear-gradient(270deg, rgb(0 0 0 / 59%) 29.12%, rgba(20, 20, 21, 0.87) 62.99%);
      }
    }
    .crystal-cta-box2{
      height: 300px;
    }
  }
  .consultation-related-service{
    .who-can-get-slider{
      .slick-prev {
        top: 106.7%;
      }
    }
  }
  .why-choose-trm-box {
    overflow: hidden;
    position: relative;
  }
  .wct-content-right{
    .img-cover {
      object-position: right;
    }
  }
}

@media (max-width: 575px) {
  .understanding-the-energy-of-crystals {
    border-radius: 0 0 90px 0;
    padding-block: 30px;
        & .about-small {
        img {
            border: 4px solid #FFF;
        }
    }
            .ec-vector {
            width: 15%;
        }
}
.btn-new-style {
    padding-inline: 15px;
}
.what-are-crystal {
    .img {
        border-radius: 22px;
        overflow: hidden;
    }
}
.support-grid {
    grid-template-columns: 1fr;
}
.how-crystals-work {
    padding-block: 35px;
    text-align: left;
        .inner-title {
        text-align: left;
    }
    h4 {
        font-size: 18px;
    }
}
    .check-list {
        li {
            font-size: 16px;
            line-height: 150%;
            margin-bottom: 10px;
        }
    }
    .different-crystals {
    .service-item {
      min-width: unset;
      width: 100%;
      padding: 20px;
      border-radius: 30px;
      margin: 0;
      margin-bottom: 20px;
      
      
    }
    .all-services{
      padding-bottom: 0;
      width: 100dvw;
.row .col-lg-6:last-child{
        order: -1;
      }
    }
        .service-item .small-line {
        margin-left: unset;
    }
}
.common-crystals {
    padding-block: 30px;
    margin-top: 0;
}
.important-crystal {
          padding-block: 30px;
    h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        text-align: center;
    }
}
    .why-choose-trm-box {
      border-radius: 30px;
        .wct-content {
            padding: 30px 18px;
        }
        h3 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 12px;
    }
    h4 {
        font-size: 20px;
    }
    }
    .why-choose-trm-box {
      margin-bottom: 30px;
      .row .col-lg-6:last-child{
        order: -1;
      }
      .inner-title{
        text-align: left;
      }
      .small-line {
        margin-inline: unset;
    }
    .wct-img {
        border-radius: 20px;
        overflow: hidden;
        height: 100%;
        margin-right: 0;
    }
}
    .crystal-cta-box {
        .wct-content {
            width: 100%;
            right: 0;
            text-align: center;
        }
        .inner-title{
          text-align: center;
        }
    }
  .consultation-banner {
    height: 80dvh;
    .banner-content {
      width: 100%;
      padding-left: 0;
      h1{
        padding-left: 35px;
        margin-bottom: 30px;
      }
      p{
        margin-bottom: 10px;
        align-items: start;
        gap: 10px;
      }
    }
  }
  .consultion-services-content {
    border-radius: 11px;
    padding: 10px;
  }
  .img {
    padding-right: 20px;
    .consultation-big-img {
      border-radius: 9px;
    }
    .consultation-small-img {
      width: 151px;
      margin-right: -20px;
      margin-top: -125px;
    }
  }
  .consultation-service-icon {
    padding: 8px;
    width: 60px;
    left: 33%;
    bottom: -30px;
  }
  .consultation-services {
    .crystal-cta-box {
      .wct-content {
        .check-list {
          li {
            text-align: left;
          }
        }
      }
    }
  }
  .consultation-services {
    .crystal-cta-box {
      margin-bottom: 20px;
      border-radius: 11px;
    }
  }
  .what-are-crystal-img{
    padding-right: 0;
  }
}
.form-group{
	
}