.container,
.container-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:768px) {
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: .25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: .25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: .5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: .5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: .25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: .25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: .5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: .5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1200px) {
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

@media (min-width:768px) {
	.d-md-block {
		display: block !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-none {
		display: none !important
	}
}

@media (min-width:992px) {
	.d-lg-block {
		display: block !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-none {
		display: none !important
	}
}

.slick-loading .slick-list {
	background: #fff
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: 'â†'
}

[dir=rtl] .slick-prev:before {
	content: 'â†’'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: 'â†’'
}

[dir=rtl] .slick-next:before {
	content: 'â†'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'â€¢';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
    display: block; 
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

@font-face {
	font-family: "SangBleu Sunrise";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('SangBleu Sunrise'),  url(../font/SangBleu-Sunrise.ttf) format('truetype')
}

@font-face {
	font-family: "Product Sans Regular";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Product Sans Regular'), url(../font/Product-Sans-Regular.ttf) format('truetype')
}

@font-face {
	font-family: "Product Sans Bold";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Product Sans Bold'), url(../font/Product-Sans-Bold.ttf) format('truetype')
}

: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: 'Poppins';
	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: 'Poppins';
}

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 {
	width: 100%;
	height: 100%;
	background: rgba(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(0);
	z-index: 999999;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	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: 0;
	border-radius: 23px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
	background: url(../../../themes/astra/dp-assets/img/grystal-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	color: #000;
	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: #fff;
		mix-blend-mode: unset;
		border-color: #D3AE5D;
		padding-inline: 40px;

		&:hover {
			background: #000;
			color: #fff
		}
	}
}

.popup .popup__content .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	opacity: 1;
	color: #fff;
	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: #fff
}

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

.popup .popup__content .close span {
	cursor: pointer;
	position: fixed;
	width: 20px;
	height: 3px;
	background: #fff;
	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
	}
}

 
.course-details-list-wrap .right {
	padding: 0 10px;
	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 {
		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
}

@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(.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
	}
}
 

.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
}

.header {
	position: fixed;
	width: 100%;
	height: auto;
	padding: 5px 0;
	left: 0;
	right: 0;
	z-index: 9;
	margin: 0 auto;
	background-color: #583e35;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s
}
section.hand.sec-gap {
    margin-top: 50px;
}
.logo {
    text-align: center;
}
.logo img {
	transition: height 0.5s
}

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

header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #674c42;
	padding: 5px 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-init {
	width: 42.759px;
	height: 24px;
	position: relative;
	cursor: pointer
}

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

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

.bar.bottom-bar {
	bottom: 0
}

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

.hamburger-init.active .bar {
	background: #fff
}

.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 {
    transition: all .3s;
    transform: scale(0);
    border-radius: 50%;
    animation: slideInUp .31s;
    background: linear-gradient(to top, #695F0E 0%, #c7a969cc 100%);
    background-repeat: no-repeat;
    background-size: cover;
    animation: zoomIn .31s;
    opacity: .3;
}

.menu-wrapper.visible {
	transform: scale(1);
	border-radius: 0;
	z-index: 999;
	height: 100%;
	position: fixed;
	inset: 0;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1
}

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

.menu-wrapper li { 
	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: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    padding-block: 10px;
    display: inline-block;
    text-transform: uppercase;
    &: ;
    hover {: ;
    color: #D3AE5C};
}

.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: #fff;
	border-bottom-color: #fff;
	top: 11px;
	right: -24px;
	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 {
	display: 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
}

.section-gap {
	padding: 60px 0
}

.primary-btn {
    border: 0;
    color: #676060;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 0;
    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; 
    position: relative;
    box-sizing: border-box;
    overflow: clip;
    z-index: 1;
}

.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(.4, 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: 90%
}

.fixed-btn {
	position: fixed;
	top: 55%;
	right: 0;
	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: 10px; 
}

.section-title {
	color: #121212; 
	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: 190px;
    height: 3px;
    background: #D3AE5D;
    display: block;
    margin-bottom: 10px;
    padding-top: 4px;
    margin-top: 10px;
}

p {
	color: #424242;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px
}

.hero {
	position: relative;

	&::after {
		content: '';
		opacity: .7;
		background: linear-gradient(to top, rgba(0, 0, 0, 0) 42.71%, rgba(3, 6, 8, .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-banner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.about {
	background-image: url(../../../themes/astra/dp-assets/img/about-line.webp);
	background-repeat: no-repeat; 
	position: relative;
	margin-bottom: 70px;
}

.about-small {
	text-align: right;

	img {
		transform: rotate(-10.531deg);
		border: 17px solid #FFF;
		background: #C4C4C4;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
		margin-right: 50px;
		animation: appear linear;
		animation-timeline: view();
		animation-range: entry 0% entry 90%
	}
}
 
.about-content p {
    color: #000;
    font-size: 15px !important;
    line-height: 20px;
    margin-bottom: 20px !important;
}
.about.sec-gap .col-md-6 {
    margin-top: 0;
}
.about-big {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 0 0;
	overflow: clip;

	img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
}
.about-big img { 
    border-bottom-left-radius: 280px;
}

.about-content.slideInRight {
    margin-top: 0px;
    margin-left: 0;
}
.about-content.slideInRight .section-title {
    background: linear-gradient(180deg, #695F0E 0%, #D3AE5D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@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 {
	background: #F3F4F6 url(../../../themes/astra/dp-assets/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)
	}

	50% {
		transform: translateY(-10px)
	}
}

.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
		}
	}
}

.counter-item h4 {
    font-size: 35px;
}
.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, .205);
					display: inline-block;
					position: absolute;
					top: -4px;
					left: -16px
				}
			}
		}
	}
}

.title {
	color: #373737; 
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: inherit
}

.tarot-card {
	position: relative;
	background-image: url(../../../themes/astra/dp-assets/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(../../../themes/astra/dp-assets/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 0 rgba(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(0 10px 34px rgba(0, 0, 0, .15));
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		box-shadow: 0 0 0 9px rgb(211 174 93 / 20%);
		position: absolute;
		left: 60px;
		top: 150px;
		transition: all .5s;

		&:hover {
			box-shadow: 0 0 0 14px rgba(211, 174, 93, .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: #FFF;
			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
		}
	}
}

.video img.bg {
    width: 100%;
}


@keyframes pulse-shadow {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .308)
	}

	50% {
		box-shadow: 0 0 15px 10px rgba(255, 255, 255, .45)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.benefits {
	background-image: url(../../../themes/astra/dp-assets/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: 0
		}
	}
}

.review {
	position: relative;
	background-image: url(../../../themes/astra/dp-assets/img/review-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 60px;

	.small-line {
		margin-inline: auto
	}

	.section-title {
		color: #000
	}

	.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: 0 24px 24px 0 rgba(0, 0, 0, .07);
	padding: 25px;
	position: relative;
	margin-top: 36px;
	margin-bottom: 40px;
	transition: all .5s;

	&:hover {
		transform: translateY(-5px);
		box-shadow: 0 24px 24px 0 rgba(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(../../../themes/astra/dp-assets/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 0;
	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
}

.accordion__title::after {
	content: '+';
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	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: #fff;
	border-radius: 0;
	overflow: clip;
	transition: all .5s;

	&:hover {
		transform: translateY(-5px);
		box-shadow: 0 24px 24px 0 rgba(0, 0, 0, .1)
	}

	.blog-img {
		border-radius: 0;
		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 {
	background: #674c42;
	padding-top: 33px
}
.footer_top_lines {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.footer_top_lines h3 {
    color: #dfc5ac;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 18px;
}
.footer_top_lines h3 span {
    font-size: 30px;
    display: block;
    color: #CB9B97;
    font-weight: 400;
    margin-bottom: 15px;
}
.gallery_image {
    margin-bottom: 20px;
}
.gallery_image ul li {
    display: inline-block;
    width: 24%;
    border: 10px solid #674c42;
}
.gallery_image ul li img {
	border-radius: 15px;
}
.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
}

.footer-title {
	color: #FFF;
    font-family: 'Playfair Display';
	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
}
.copyright p {
    margin: 0;
    color: #dfc5ac; 
}
footer ul li a,
footer p a {
	color: #fff;
	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)
}
.subscribe-text form {
    margin: 10px 0;
}
.same_btn_design {
    display: block;
    border: 1px solid #dfc5ac;
    padding: 10px;
    text-align: center;
    color: #dfc5ac;
    margin: 8px 10px;
    border-radius: 0;
    font-weight: normal;
    font-size: 14px;
}
.same_btn_design:hover {
    background: #dfc5ac;
    color: #000;
}
.subscribe-text h3 {
    font-size: 16px;
    display: block;
    color: #CB9B97;
    font-weight: normal;
    margin-bottom: 5px;
}
.subscribe-text form .form-group .form-control {
    background: #C9B3A4;
    border-radius: 0;
    font-size: 15px;
    height: auto;
    padding: 10px 15px;
    color: #270F0A;
}
.subscribe-text form button.btn.btn-default {
    background: #9B756F;
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 20px;
    height: auto;
    padding: 10px 15px;
    color: #e5d3c6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0;
    border: 2px solid #D19F99;
}
.categoty li {
    line-height: 30px;
    display: block;
}
#footer .categoty li a {
    font-size: 16px;
    display: block;
    color: #CB9B97;
    font-weight: normal;
    line-height: 30px;
}

.copyright-section {
	background: #313E59
}

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

.copyright a {
	color: #FF8A36;
	text-decoration: underline
}

.copyright p {
	margin: 0
}
.copyright p img {
    margin: -4px 0px;
}
.footer-contact p {
	position: relative;
	padding-left: 40px
}

.footer-contact p span {
	position: absolute;
	left: 0;
	top: 3px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

.service-item {
	.col-lg-5 {
		text-align: center
	}

	img { 
		width: auto;
		margin-inline: auto;
		object-fit: contain;
		border-radius: 20px
	}

	.align-items-center {
		align-items: center !important;
		justify-content: space-between
	}
}

@media (max-width:1600px),
(max-width:1536px) {
	.hero {
		h1 {
			font-size: 73px;
			line-height: 76px
		}

		p {
			font-size: 20px
		}
	}

	.section-title {
		font-size: 40px;
		line-height: 58px
	}

	.about-big {
		width: 44%
	}

	.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%
			}
		}
	}
}

@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;
			border-radius: 20px
		}
	}

	.hand {
		h3 {
			font-size: 250px
		}
	}

	.primary-btn {
		padding: 10px 60px
	}

	.hero h1 {
		font-size: 62px;
		line-height: 67px;
		margin-bottom: 4px
	}

	.section-title {
		font-size: 32px;
		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: 400
	}

	.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
	}
}

@media (max-width:1199.98px) {
	.about-big {
		width: 100%;
		position: relative; 
	}

	.banner-content {
		padding-block: 7%;
		width: 52%
	}

	.video-banner {
		height: 40vh
	}

	.hero {
		.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
	}
}

@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: 0;
		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 {
		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: 0;
		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
	}
}

@media (max-width:575.98px) {
	.hero {
		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
		}
	} 

	.counter {
		& .counter-item {
			h4 {
				font-size: 30px;
				line-height: 30px
			}

			.small-line {
				height: 2px;
				margin: 0;
				margin-bottom: 5px
			}
		}
	}

	.hand {
		h3 {
			font-size: 55px;
			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
		}
	}

	.container {
		max-width: 98%
	}

	.header,
	header.sticky {
		padding: 0 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: 400
	}

	.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 {
		justify-content: center
	}

	.enq-btn {
		top: 20%;
		right: 5px;
		height: 30px;
		display: flex;
		align-items: center;
		box-shadow: -3px -3px 0 #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: 0;
		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: 0;
				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: 0
	}

	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: 0;
		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
		}
	}
}



/*------================= WEBSITE NEW CSS START HERE ===============--*/
.audio_text {
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
.featured_logo ul li {
    display: inline-block;
    width: 32%;
    border: 1px solid #eee;
    margin: 2px;
}
.featured_data h3 {
    font-size: 24px;
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-family: 'Poppins';
    font-weight: normal;
}
#trusted-featured {
    padding: 150px 0 60px;
}
.experience_heading h4 {
    font-size: 22px;
    margin-top: 12px;
    font-family: 'Poppins';
    font-weight: normal;
}
.all-services .title {
    color: #373737;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 20px;
}
.reiki_image {
    margin-left: 15px;
}
.reiki_image img {
    width: 100%;
    border-radius: 20px !important;
}
#slip_cards {
    background: url(../img/crystals-for-healing.jpg);
    padding: 50px 0 40px;
    margin-top: 0;
    background-size: cover;
}
#slip_cards .section-title {
    color: #fff;
}
#testimonial_bg {
    background: url(../img/bg-img-testimonial.jpg);
    padding: 60px 0 80px;
    margin-top: 0;
} 
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
      border-radius: 20px;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%; 
}
.flip-card-front p {
    color: #000;
}
.flip-card-front {
    background: url(../img/flip-bg.jpg);
    z-index: 2;
    border-radius: 20px;
    padding: 60px 60px 100px;
}

.flip-card-back {
    background: url(../img/flip-bg.jpg);
	color: white;
	transform: rotateY(180deg);
	border-radius: 20px;
	z-index: 1; 
    padding: 60px 60px 100px;
} 
.flip-card-front h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin: 10px;
}
.slip_cards_heading {
    margin-bottom: 60px;
}
.flip-card-front h4 {
    font-size: 18px;
    color: #000;
    margin: 10px;
    font-weight: normal;
}
.flip-card-back h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin: 10px;
}
.flip-card-front p {
    font-size: 16px;
    color: #000; 
}
.flip-card-back p {
    font-size: 16px;
    color: #000; 
}  

#sussess_stories {
    padding: 70px 0px;
}
.video_left iframe {
    margin: 10px 0;
}
#sussess_stories .slip_cards_heading {
    margin-bottom: 30px;
}
.watch_video_btn {
    margin-top: 20px;
}
.flip_content h3 {
    margin-top: 130px;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}
.form_image {
    margin-right: 20px;
    margin-top: 0;
}
 
#new_blog {
    margin-bottom: 70px;
}
.blog-slider {
    text-align: center; 
    padding: 10px;
}
.blog-slider img {
    width: 100% !important;  
    margin-bottom: 10px;
} 
.blogbox-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    padding: 5px;
    cursor: pointer;
    color: #333;
    border: 0;
    outline: 0;
    background: #000;
    border-radius: 20px;
}
.blogbox-slider .slick-dots .slick-active button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2em;
    background: #fff;
    content: "";
}
.testimonial-slider {
    background-image: linear-gradient(#fcedce, #fffaf1, #FFF3DD);
    margin: 0;
    border-radius: 20px;
    padding: 55px 30px;
    border: 7px solid #f8e0bc;
}
.btn-group.text-center.mb-0 {
    text-align: center !important;
    display: block;
}
#sussess_stories form .form-control {
    height: 65px;
}
.testimonial_picture img {
    margin-bottom: 10px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    border-radius: 50em;
    padding: 1px;
    width: 50%;
}
.star_raiting img { 
    margin: 0 auto 20px;
}
.star_text p {
    background: #e5bd61;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    text-align: center;
}
h3.price_ain {
    font-size: 50px !important;
    color: #d9ae4a;
    text-align: center;
    font-weight: 500 !important;
}
h4.tarot_heading {
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
    color: #d1aa51;
}
.batche_text ul li p {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}
.book_nowbtn {
    text-align: center;
    margin: 40px auto 20px;
}
.batche_text ul li {
    display: inline-flex;
}
.batche_text ul li img {
    height: 20px;
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
}
.batches-slider .slick-dots li button { 
    width: 20px;
    height: 20px;
    padding: 5px; 
    background: #000;
    border-radius: 30px;
}
.batches-slider .slick-dots .slick-active button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2em;
    background: #fff;
    content: "";
}
.testimonialbox-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    padding: 5px;
    cursor: pointer;
    color: #333;
    border: 0;
    outline: 0;
    background: #000;
    border-radius: 20px;
}
.testimonialbox-slider .slick-dots .slick-active button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2em;
    background: #fff;
    content: "";
}
.testimonial_text {
    text-align: center;
}
.testimonial_text h3 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 12px;
}
.testimonial_text p {
    color: #000;
    font-size: 14px;
}
.testimonial_text h5 {
    font-weight: normal;
    font-size: 22px;
}
.hand-img span img { 
    margin: 0 auto;
    display: block;
}
#sussess_stories form .form-control {
    height: 65px;
}
#sussess_stories form textarea#message {
    height: 160px;
}


/* Popup Styles */
.popups {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 122;
}
#popupForm .wheel-container canvas#wheelCanvas {
    width: 40%;
}
.popup-content {
    background-image: linear-gradient(#83656C, #725A68, #745C6A, #07010a);
    margin-top: 0;
    padding: 20px;
    text-align: center;
    border-radius: 18px;
    width: 40%;
    position: relative;
}
.iner_popup_data {
    background-image: linear-gradient(#FFF7EE, #F7EFE7, #FFF7EE, #F7EFE7);
    margin-top: 0;
    text-align: center;
    border-radius: 18px;
    position: relative;
    padding: 20px;
}
.popup-content p {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    margin: 5px;
}
.popup-content h3 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: 'Poppins';
}
.reveal_btn {
    background: #735968 !important;
    border-radius: 0 !important;
    display: block;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 1px;
}
#spinButton {
    position: absolute;
    width: auto;
    top: 150px;
    right: 40px;
}
.popup-content form .checkbox label {
    font-size: 13px;
}
.popup-content .form-control {
    width: 31%;
    padding: 5px 10px;
    margin: 10px 3px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 13px;
    height: auto;
    min-height: auto;
}

.popup-content button {
    width: 100%;
    padding: 10px;
    background: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.popup-content button:hover {
    background: #218838;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}



#popupForm .wheel-container {
    position: relative; 
}
.popup-content form .checkbox {
    text-align: left;
}
#popupForm .pointer {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid red;
    z-index: 10;
} 
#popupForm button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#popupForm button:hover {
    background-color: #218838;
}
.top_patti_content form .form-group {
    display: inline-block;
    margin-bottom: 0;
}
.top_patti_content form .form-group .form-control {
    height: auto;
    line-height: initial;
    padding: 8px 40px 7px 15px;
    font-size: 13px;
    border: none;
    border-radius: 2PX;
    width: 330px;
}
#content { 
    padding: 5px;
    background: #674c42; 
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
} 
#toggleButton {
    position: absolute;
    right: 20px;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    top: 0;
    z-index: 222;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 25px;
}
.top_patti_content form .btn.btn-default {
    background: #9B756F;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    width: 180px;
    text-transform: uppercase;
    font-size: 12px;
}
.top_patti_content {
    width: 100%;
    text-align: center;
}
.top_patti_content form {
    display: inline-block;
}
.top_patti_content p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    margin-right: 12px;
    font-size: 15px;
}

.rotating-image {
    width: 600px;
    height: 600px;
    object-fit: contain;
    animation: rotate 20s linear infinite;
    border-radius: 50%;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

section.blog-details-content-area.padding-top-100.padding-bottom-100 {
    padding-top: 55px !important;
    padding-bottom: 10px !important;
}










section.appointment-content-area.padding-top-120.padding-bottom-90 {
    padding-top: 40px;
}



/*---=============== NEW Healing Page CSS Start Here ==============----*/
#new_single_slide img {
    width: 100%;
}
.more_about_information {
    padding: 50px 0;
}
.right_about_text h4 {
    color: #000;
    margin-bottom: 0px;
    display: block;
    font-size: 21px;
    font-weight: 300;
}
.right_about_text h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
.right_about_text p font {
    color: #dd8834;
}
.right_about_text h3:after {
    content: '';
    width: 55px;
    height: 2px;
    background: #db7c3c;
    display: inherit;
    margin-top: 5px;
    margin-left: 2px;
}
.right_about_text p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
}
.sl_text h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
.sl_text p {
    font-size: 14px;
}
.booking_btn {
	margin-top: 20px;
}
.booking_section .booking_btn .primary-btn {
    background: #9B756F;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0;
    border: 2px solid #D19F99;
}
.more_intro {
    margin-top: 20px;
}
.more_intro h3 {
    margin: 10px 0;
    font-weight: normal;
    font-size: 20px;
    color: #000;
}
.more_intro h3:after {
	display: none;
}
.left_about_img img {
    width: 100%; 
}
.booking_section {
    background: #000;
    padding: 50px;
    text-align: center;
}
.booking_texting h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.more_about_profile {
    padding: 50px 0;
    text-align: center;
}
.right_about_text p span {
    color: #dd8834 !important;
}
.more_about_profile .more_profile_image img {
    margin-bottom: 10px;
    width: 20%;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10em;
}
.more_profile_text h4 {
    font-weight: 600;
    font-size: 30px;
    position: relative;
    margin-bottom: 15px;
}
.more_profile_text h4:after {
    content: '';
    width: 55px;
    height: 2px;
    background: #db7c3c;
    display: inherit;
    margin-top: 5px;
    margin-left: 2px;
    left: 48%;
    position: absolute;
}
.more_profile_text p {
    font-size: 20px;
    color: #000;
    width: 80%;
    margin: 0 auto;
}


/*--================ New About Us Page Css Start Here =============--*/
#new_about_us {
    background: url(../img/about_heading_bg.jpg) no-repeat fixed center;
    background-size: 100%;
    padding: 150px 60px;
    text-align: center;
    position: relative;
    width: 80%;
    margin: 60px auto;
}
#new_about_us:before {
    content: "";
    background: #0000003d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.new_aboutus_heading {
    position: relative;
    z-index: 1;
}
.new_aboutus_heading h1 {
    font-weight: normal;
    color: #fff;
    font-size: 70px;
}
.new_aboutus_heading h3 {
    color: #fff;
    font-weight: normal;
    font-size: 26px;
}
.new_aboutus_heading .primary-btn {
    border: 1px solid #fff;
    color: #fff;
}
#new_aboutme {
    background: #f3f1eb;
    padding: 100px 0;
    position: relative;
}
.new_aboutus_bx {
    position: absolute;
    width: 600px;
    background: #fff;
    padding: 35px;
    top: 90px;
    z-index: 1;
}
.new_aboutus_bx h3 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 36px;
}
.new_aboutus_bx p {
    font-size: 15px;
}
.ripple_heading h3 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    margin-top: 110px;
    line-height: 50px;
}
.treatment_bx {
    background: #fff;
    margin-top: 30px;
}
.treatment_bx img {
    height: 380px;
    width: 100%;
}
.treatment_text {
    text-align: center;
    padding: 30px 30px 50px;
}
.treatment_text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.treatment_text p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.treatment_text .booking_btn .primary-btn {
    padding: 8px 25px;
    border-radius: 0;
    width: 80%;
}
.left_newform .section-title {
    font-family: 'Poppins';
    font-size: 30px;
    line-height: 20px;
    margin-top: 50px;
}   
#treatments_list {
    margin-bottom: 80px;
}
#treatments_us { 
    padding-bottom: 80px;
    background-size: cover;
    position: relative;
}
#treatments_us .row {
    position: relative;
    z-index: 1;
}
 
.treatments_us_heading {
    text-align: center;
    margin: 80px;
}
.treatments_us_heading h1 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.treatments_us_heading p {
    color: #000;
    font-weight: 500;
}
#treatments_bdr {
    background: #f7f3e7;
    padding: 35px 25px 28px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.treatments_bx h3 {
    font-weight: normal;
    font-size: 20px;
}
.treatments_price p {
    margin-bottom: 0;
    color: #000;
}
.treatments_btn .booking_btn {
    text-align: center;
    margin-top: 0;
}
.treatments_btn .booking_btn .primary-btn {
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
    width: 100%;
}

/*--================ New About Us Page Css End Here =============--*/
#breadcrumb {
    background: url(../img/breadcrumb-bg.jpg) no-repeat;
    padding: 50px 0 40px;
    text-align: center;
}
.reiki_heading h3 {
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 10px;
}
.reiki_heading p {
    color: #db7c3c;
    font-weight: 400;
}  
.right-content {
    text-align: right;
}
.right-content ul li .boxed-btn.reverse-color {
    color: #fff;
} 
.right-content ul li {
    display: inline-block;
    margin: 16px 0 12px 30px;
}
.btn-wrapper a {
    background: #db7c3c;
    padding: 15px 30px;
    position: relative;
    top: -1px;
}
.main_logo img {
    margin-top: 5px;
}
.main_menubar .nav-menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.main_menubar .nav-menu li {
    position: relative;
    margin: 0px;
}
.main_menubar .nav-menu a {
    color: #000;
    text-decoration: none;
    padding: 25px 15px;
    display: block;
    font-size: 16px;
}
/* Dropdown Styles */
.main_menubar .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 0;
    list-style-type: none;
    min-width: 160px;
    z-index: 1;
}
.main_menubar .dropdown-menu li a {
    padding: 7px 15px;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
.main_menubar .dropdown:hover .dropdown-menu {
    display: block;
}
/* Hover Effects */
.main_menubar .nav-menu li:hover > a {
    background-color: #555;
    color: #fff;
}
.main_menubar .dropdown-menu li:hover a {
    background-color: #666;
}
.right_carts {
    text-align: right;
}
.right_carts ul {
    position: relative;
}
.right_carts ul li {
    display: inline-block;
    margin-top: 23px;
    margin-right: 1px;
}
.right_carts ul li img {
    position: relative;
    top: 5px;
}
.right_carts ul li a span {
    background: #db7c3c;
    color: #fff;
    padding: 1px 6px;
    border-radius: 10em;
    font-size: 10px;
    position: absolute;
    top: 8px;
    right: -10px;
}
.slip_cards_heading .section-title {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    margin-top: 0;
    line-height: 2;
}
.healing_content {
    width: 70%;
    margin: 10px auto;
    text-align: center;
}
.healing_content i {
    margin-bottom: 10px;
    display: block;
}
.healing_content p {
    font-size: 15px;
}


/* Style the button */

.click_popup_frm {
    background: url(../img/videostory_bg.jpg);
    padding: 230px;
    text-align: center;
}
.click_popup_frm .open-btn {
    padding: 8px;
    border-radius: 10em;
    background: #ffffff85;
}
/* The Modal (background) */
.click_popup_frm .modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* Black w/opacity */
}

/* Modal Content */
.click_popup_frm .modal-content {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 40px;
    border: 1px solid #888;
    width: 100%;
    max-width: 60%;
}
.click_popup_frm .modal-content span#closeModalBtn {
    float: right;
    position: absolute;
    right: 5px;
    background: #000;
    color: #fff;
    font-weight: normal;
    padding: 4px 10px;
    border-radius: 10em;
    top: 5px;
}

/* Close Button */
.click_popup_frm .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.click_popup_frm .close:hover,
.click_popup_frm .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Video styling */
.click_popup_frm video {
    width: 100%;
    height: auto;
}
.right_about_text.text-center {
    margin-bottom: 40px;
}
.right_about_text.text-center p {
    text-align: center !important;
}
.right_about_text.text-center h4 {
    font-weight: 500;
    margin-bottom: 10px;
}
.more_heading ul {
    list-style: disc;
    margin: 18px;
}
.more_heading ul li {
    padding: 4px;
    font-size: 14px;
}
.tab-inner-area h2 {
    font-weight: 300;
    font-size: 24px;
}

.more_heading h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
.more_heading p {
    font-size: 14px;
    color: #000;
}
/*---=============== NEW Healing Page CSS End Here ==============----*/

.header-style-01 { 
    z-index: 11;
}

.right_about_text h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 10px;
}

.audio_text_design {
    margin-top: -60px;
    margin-bottom: 90px;
    z-index: -1;
}
.audio_text_design img {
    position: absolute;
    left: 0;
}
#batches_data {
    background: #FBF4E4;
    padding: 50px;
}
.batchesiner-slider {
    background: #fff;
    border: 10px solid #fbf4e4;
    padding: 30px;
    border-radius: 30px;
}


.info_form {
    margin-right: 130px;
}


.hand-img {
    margin-top: -200px;
    margin-right: 50px;
}

.featured_data .text-center.mb-20.slideInUp img {
    display: none;
}
.featured_data .text-center.mb-20.slideInUp {
    margin-top: 50px;
}









/**--============== RESPONSIVE CSS START HERE ===========--*/

@media only screen and (max-width: 767px) {
.header { 
    background: #000;
}
.menu-wrapper li a {
    font-size: 16px;
    line-height: 15px;
    padding-block: 10px;
    letter-spacing: 1px;
}
section.appointment-content-area.padding-top-120.padding-bottom-90 {
    padding-top: 20px;
}
.popup-content { 
    padding: 10px; 
    border-radius: 18px;
    width: 95%; 
}
.iner_popup_data { 
    padding: 16px;
}
.popup-content .form-control {
    width: 29%;
    padding: 2px 10px;
    margin: 10px 3px; 
    border-radius: 0;
    font-size: 10px; 
}
.popup-content form .checkbox label input[type="checkbox"] {
    margin: 1px;
    position: relative;
    top: 4px;
}
.popup-content form .checkbox label {
    font-size: 8px;
}
#spinButton { 
    top: 130px;
    right: 15px; 
}
.about-content.slideInRight {
    margin-top: 0;
    margin-left: 0;
}
.featured_logo ul li { 
    width: 31%; 
    margin: 2px;
}
#trusted-featured {
    padding: 20px 0;
}
.all-services .title {
    font-size: 18px;
    margin-left: 10px;
    line-height: 28px;
}
.service-item p {
    margin-left: 13px;
}
.btn-group.slideInUp {
    margin-bottom: 30px;
}
#slip_cards { 
    padding: 60px 0 30px; 
}
.flip-card {
    height: 310px;
    box-shadow: none;
    margin-bottom: 22px;
}
.flip_content h3 {
    margin-top: 0px;
    font-size: 14px;
}
.section-title {
    font-size: 22px; 
}
.section-title br {
    display: none;
}
.flip-card-front {  
    padding: 30px 20px 40px;
}
.flip-card-back { 
    padding: 30px 20px 40px;
}
.flip-card-inner { 
    box-shadow: none; 
}
.slip_cards_heading {
    margin-bottom: 10px;
}
.testimonial-slider { 
    margin: 0px; 
    padding: 20px 10px; 
    border: 3px solid #f8e0bc;
}
#testimonial_bg { 
    padding: 60px 0 40px; 
}
#sussess_stories {
    padding: 30px 0px;
}
.form_image {
    margin-right: 0;
    margin-top: 0;
}
.footer_top_lines h3 span {
    font-size: 20px;  
    margin-bottom: 5px;
    width: 80%;
    margin: 0 auto 10px;
}
.footer_top_lines h3 { 
    font-size: 13px;
}
.footer_top_lines { 
    margin-top: 0px;
    margin-bottom: 20px;
}
#footer .categoty li a {
    font-size: 16px; 
}
 
.copyright { 
    margin-top: 0; 
}
.top_patti_content form .form-group .form-control { 
    width: auto;
        padding: 8px 20px 7px 15px;
}
.top_patti_content form .btn.btn-default { 
    width: auto; 
}
.top_patti_content p { 
    margin-bottom: 4px;  
    font-size: 12px;
} 
#toggleButton { 
	display: none;
}
.flip-card-front h3 {
    font-size: 24px; 
    margin: 0;
}
.flip-card-front h4 { 
    margin: 10px;
    font-weight: normal;
}
.experience_heading h4 {
    font-size: 16px;
    margin-top: 4px;  
    line-height: 16px;
}
.close-btn { 
    top: 0px;
    right: 10px;  
}
.counter-item h4 {
    font-size: 30px;
}
.primary-btn {
    font-size: 14px;
} 
.booking_btn.text-center .primary-btn { 
    width: 75%;
    padding: 7px 50px !important;
}
.service-item .primary-btn {
    width: 90%;
    padding: 10px;
}
.video_left iframe {
    margin: 10px 0;
    height: 100px;
    border-radius: 10px;
}
.hand-img span img {
	margin: 80px 0 0 90px;
    display: block;
    position: relative;
    top: 70px;
    right: 40px;
}
section.about.sec-gap {
    padding-top: 50px;
}
.about-big img {
    border-bottom-left-radius: 140px;
    margin: 0 auto;
    display: block;
    width: 95%;
}
.lenis.lenis-smooth iframe {
    pointer-events: unset;
    width: 100% !important; 
}
.testimonial_picture img { 
    width: 60%;
    margin: 0 auto 10px;
}	
.about-content.slideInRight .section-title { 
    font-size: 20px; 
    line-height: 25px; 
}
.testimonial_text h3 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 18px;
}
.testimonial_text p { 
    font-size: 14px;
    text-align: center;
}
.testimonial_text h5 {
    font-weight: 600;
    font-size: 14px;
}



/*-=========== NEW Css Start Here =================-*/
.accordion__item .accordion__content {
    font-size: 11px; 
    padding: 0 0 20px 0;
}
.footer_top_lines h3 span {
    font-size: 13px; 
    width: 100%; 
}
.subscribe-text h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.copyright p {
    font-size: 14px;
    line-height: 10px;
}
.copyright a { 
    font-size: 14px;
}
.gallery_image ul li { 
    border: 2px solid #2b1d18;
} 
.right-content ul li { 
    margin: 8px 0 7px 0px;
}
.btn-wrapper a { 
    padding: 10px 12px; 
    top: -2px;
    font-size: 7px;
    margin-left: 4px;
}
#navigation_menubar {
    background: #000;
}
#breadcrumb { 
    padding: 20px 0 0px; 
}
.reiki_heading h3 { 
    font-size: 20px; 
}
#new_about_us {
    padding: 30px 0px;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
}
.new_aboutus_heading h1 {
    font-size: 20px;
}
.new_aboutus_heading h3 { 
    font-size: 18px;
}
.booking_btn {
    margin-top: 20px;
    text-align: center;
}
#new_aboutme { 
    padding: 20px 0; 
}
.new_aboutus_bx {
    position: inherit;
    width: 100%; 
    padding: 20px; 
    top: 0;
}
.new_aboutus_bx p { 
    text-align: inherit;
}
.new_aboutus_bx p span {
    text-align: inherit;
}
.new_aboutus_bx h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.healing_content {
    width: 100%; 
}
.click_popup_frm { 
    padding: 70px; 
}
.slip_cards_heading .section-title { 
    font-size: 18px; 
}
.click_popup_frm .modal-content { 
    margin: 100px auto;
    padding: 10px; 
    width: 100%;
    max-width: 90%;
}
.new_aboutus_bx p {
    font-size: 14px;
}
.new_aboutus_bx .booking_btn .primary-btn {
    padding: 5px 30px;
    border-radius: 0;
}
.ripple_heading h3 { 
    font-size: 18px;
    margin-top: 40px;
    line-height: 30px;
}
.treatment_text { 
    padding: 10px 10px 20px;
}
.treatment_text h4 { 
    margin-bottom: 0;
}
.treatment_text p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.treatment_text .booking_btn .primary-btn {
    padding: 5px 35px; 
}
.more_about_information {
    padding: 15px 0;
}
.right_about_text h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.right_about_text h3 {
    margin-bottom: 12px;
    font-size: 18px;
}
.right_about_text p {
    font-size: 14px;
    margin-bottom: 12px;
    text-align: inherit;
    line-height: 24px;
}
.left_about_img img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.booking_section { 
    padding: 20px 0; 
}
.booking_texting h3 {
    font-size: 24px; 
}
.more_about_profile {
    padding: 20px 0; 
}
.more_profile_text p {
    font-size: 16px;
    width: 100%;
    line-height: 26px;
}
.more_about_profile .more_profile_image img {
    margin-bottom: 10px; 
}
.treatments_us_heading { 
    margin: 15px 0;
}
.treatments_us_heading h1 { 
    font-size: 22px;
    margin-bottom: 7px;
}
.treatments_us_heading p {
    font-size: 14px;
}
.treatments_bx h3 { 
    font-size: 18px;
}
.treatments_price {
    margin: 2px 0 10px;
}
.treatments_price p {
    margin-bottom: 0; 
    display: inline-block;
    margin-right: 6px;
    font-weight: 600;
}
.main_menubar .nav-menu {
    display: block;
    margin-bottom: 20px;
}
.main_menubar .nav-menu a {
    color: #fff;
    padding: 5px 4px;
    font-size: 14px;
    display: inline-block;
}
.main_menubar .dropdown-menu {  
    min-width: 160px; 
    width: 100%;
}
.right_carts { 
    display: none;
}
.same_btn_design {
    display: inline-block; 
    padding: 8px 12px; 
    margin: 5px 1px; 
    font-size: 8px;
}
.categoty li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}
.gallery_image {
    margin-bottom: 5px;
}
.lenis.lenis-smooth iframe { 
    height: 150px !important;
    border-radius: 5px;
}
#treatments_bdr { 
    padding: 20px 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    margin: 15px auto;
}
.main_menubar .nav-menu li {
    position: relative;
    margin: 0px;
    display: inline-block;
}
#treatments_us { 
    background-size: 100%; 
    padding-bottom: 10px;
}
#treatments_us:after {
    background: linear-gradient(179deg,rgb(255 253 251 / 80%) 0%, rgb(255 188 0 / 28%) 50%, rgb(249 184 0 / 15%) 100%); 
}
.new_aboutus_heading h3 p {
    text-align: inherit;
    font-size: 18px;
    margin-top: 0;
}
.click_popup_frm .modal-content span#closeModalBtn { 
    right: -10px;  
    top: -15px; 
}
.text-center.mb-70.slideInUp {
    margin-bottom: 40px;
}
.review h2.section-title {
    color: #000 !important;
}
.header-style-01 {
    position: relative;
    z-index: 111;
}
.product-archive-top-content-area { 
    margin-top: 10px;
    margin-bottom: 20px;
}
.menu-wrapper li {
    opacity: 1; 
}
.hamburger-init.active .bar.bottom-bar {
    transform: translateY(-8px) rotate(-45deg);
}
.right_about_text h2 {
    font-size: 18px;
    font-weight: 600;  
    text-align: left;
}
.course-single-grid-item .content .title {
    font-size: 16px; 
}
.course-single-grid-item .description { 
    font-size: 13px;
}
section.course-details-content-area.padding-top-100.padding-bottom-100 {
    padding-top: 20px !important;
}
.content-tab-wrapper .nav-tabs { 
    margin: 20px 0 20px;
}
.content-tab-wrapper nav .nav-tabs .nav-link {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: normal;
}
.single-curriculum-item .card-header>div {
    padding-right: 0;
}
.tab-inner-area h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 30px !important;
}
.tab-inner-area p {
    font-size: 13px;
}
.appointment-details-item .top-part .content .title { 
    text-align: left;
}
.appointment-details-item .bottom-part {
    margin-top: 10px;
}
.description-wrap {
    padding: 20px !important;
} 
.embed-code {
    margin-bottom: 10px;
}
#batches_data { 
    padding: 50px 0;
}
.batchesiner-slider { 
    padding: 15px; 
}
.star_text p { 
    padding: 10px;
    font-size: 9px; 
}
h3.price_ain {
    font-size: 30px !important; 
}
h4.tarot_heading {
    font-size: 15px; 
    line-height: 15px; 
    margin-top: 9px;
}
.batche_text ul li p { 
    margin-bottom: 5px;
    font-size: 9px;
}
.batche_text ul li img {
    height: 10px; 
    margin-top: 1px;
}
.book_nowbtn a.primary-btn {
    padding: 5px 18px;
    font-size: 12px;
}
#batches_data .batchesiner-slider { 
    min-height: auto;
}
#batches_data .slick-dots li { 
    margin: 0 7px; 
}
section.hand.sec-gap {
    margin-top: 75px;
}
.about { 
    margin-bottom: 10px;
}
.info_form {
    margin: 10px 20px;
}

section.hand.sec-gap {
    margin-top: 0;
}









}





