:root {
	--glitter: url("image/silver-glitter-background.png");
	--d-slider-height: 325px;
}

h3 , h6{
	font-family: 'YEKANBakh';
	font-weight: 800;
	color: #f7d633;
	position: relative;
}
h3::after{
	content: '';
	width: 100%;
	height: 5px;
	background-color: #f7d633;
	position: absolute;
	bottom: -20%;
	left: 50%;
	transform: translate(-50%);
}

body {
	margin: 0;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
	overflow-x: hidden;
	width: 100vw;
	height: 100vh;
	font-family: 'IRANSans';
}

button {
	cursor: pointer;
	text-transform: uppercase;
}

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}

a, button, input, select {
	pointer-events: auto;
}

.lil-gui {
	z-index: 2 !important; /* TODO Solve this in HTML */
}

@media all and ( max-width: 640px ) {
	.lil-gui.root { 
		right: auto;
		top: auto;
		max-height: 50%;
		max-width: 80%;
		bottom: 0;
		left: 0;
	}
}

#overlay {
	position: absolute;
	font-size: 16px;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0,0,0,0.7);
}

	#overlay button {
		background: transparent;
		border: 0;
		border: 1px solid rgb(255, 255, 255);
		border-radius: 4px;
		color: #ffffff;
		padding: 12px 18px;
		text-transform: uppercase;
		cursor: pointer;
	}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}


/*added by karimi*/

.section-1{
	max-height: 100vh;
	z-index: 1;
}
.section-1 .menu{
	background-color: #FFF1AB61;
}
.section-1 .menu h6{
	cursor: pointer;
}
.buttons{
	bottom: 140px;
	left: 50%;
	transform: translate(-50%);
}

a.gobot {
	position: relative;
	display: inline-block;
	padding: 20px 30px 20px;
	color: #ffe8a4;
	background-color: transparent;
	text-decoration: none;
	direction: rtl;
	font-family: 'YEKANBakh';
	font-size: 28px;
	font-weight: 900;
	overflow: hidden;
	transition: 0.2s;
}
a.gobot i {
	vertical-align: middle;
	margin-left: 5px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.section-2{
	min-height: 100vh;
	position: relative;
	background: linear-gradient(135deg, rgba(3, 4, 41, 0) 0%, #000 70%, #000 100%), radial-gradient(circle at 0% 0%, #FFF1ABE0 0%, #FFF1ABA6 10%, #000 50%, #000 100%);
}

.star-container{
	position: fixed;
	top: 160px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.section-3{
	min-height: 100vh;
}

.pack {
	width: 20%;
	background-color: #FFF1AB61;
	padding: 20px;
	border-radius: 10px;
}
.video-intro {
	width: 40%;
	z-index: 1;
}
.myVid{
	max-width: 100%;
	border: 10px ridge #f7d633;
	box-shadow: 0px 5px 20px #444;
}
.pack p {
	color: #f7d633;
	font-weight: bold;
}
.section-2 .detail .emtPic{
	max-width: 50px;
}
.swiper-slide img.swiper-lazy-loading{
	min-height: var(--d-slider-height);
}
.detail{
	width: 80%;
}
.detail p {
	font-weight: bold;
	color: #FFFFFF;
}
.caption{
	width: 60%
}
.caption p {
	width: 90%;
	color: #ffffff;
	font-weight: bold;
	line-height: 28px;
	background-color: #ffffff1a;
	padding: 25px;
	border-radius: 10px;
}
.swiper-button-next, .swiper-button-prev{
	color: #f7d633;
}
.swiper-lazy-preloader{
	border: 4px solid #f7d633;
}
.swiper-pagination-bullet{
	background: #f7d633;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -19px;
}
.section-3 .caption{
	position: relative;
}

.section-3 .caption:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('image/20-Balloon.png');
	opacity: 0.3;
	background-size: contain;
	background-repeat: no-repeat;
}
.section-4{
	height: 100vh;
}
.section-4 .book-card{
	position: relative;
}
.section-4 .book-card .background{
	position: absolute;
	max-height: 150px;
	min-width: 100%;
	background-color: #FFF1AB61;
	min-height: 150px;
	left: 0;
	bottom: 0;
	border-radius: 10px;
	z-index: -1;
}
.section-4 .book-card img {
	max-width: 40%;
	border-radius: 10px;
}
.section-4 h4 {
	font-weight: 900;
	font-size: 22px;
	text-align: center;
	margin-top: 15px;
}
.section-4 .price {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	font-size: 15px;
	gap: 5px;
	color: #FFFFFF;
}
.section-4 .price span.old {
	position: relative;
	/*color: #000;*/
}
.section-4 .price span.old::before {
	position: absolute;
	content: "";
	left: 0;
	top: 40%;
	right: 0;
	border-top: 3px solid #f7da4a;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.section-4 .price span.currency {
	font-size: 12px;
}
@media only screen and (max-width: 1679px) {
	.swiper-slide img.swiper-lazy-loading{
		min-height: 229px;
	}
}
@media only screen and (max-width: 1399px) {
	.pack{
		width: 30%;
	}
	.detail{
		width: 70%;
	}
}
@media only screen and (max-width: 1199px) {
	#footer {
		font-size: 13px;
	}
}
@media only screen and (max-width: 991px) {
	#footer {
		font-size: 12px;
	}
}
@media only screen and (max-width: 575px) {
	#footer {
		font-size: 11px;
	}
}
@media only screen and (max-width: 991px){
	.section-2 {
		flex-direction: column-reverse !important;
	}
	.pack{
		width: 40%
	}
	.detail{
		width: 60%;
	}
	.video-intro {
		width: 100%;
	}
	.caption {
		width: 100%;
	}
	.caption p {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.pack {
		width: 100%;
	}
	.detail{
		width: 100%;
	}
	a.gobot {
		bottom: 160px;
		padding: 20px 20px 15px;
		font-size: 22px;
	}
	a.gobot sup {
		font-size: 12px;
		left: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.btns { flex-direction: column; }
	a.gobot {
		bottom: 110px;
		font-size: 18px;
	}
	a.gobot sup {
		font-size: 8px;
	}
}

@media only screen and (max-width: 430px) {
	h6{
		font-size: 12px;
	}
	.section-4 h6 {
		font-size: 14px;
		margin-top: 10px;
	}
	.section-4 .price {
		font-size: 12px;
	}
	.section-4 .price span.currency {
		font-size: 10px;
	}
}
@media only screen and (max-width: 380px) {
	.swiper-slide img.swiper-lazy-loading{
		min-height: auto;
	}
}

/*---Footer---*/
#footer {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background-color: #ffffff24;
	color: #fff;
	font-weight: 500;
	padding: 15px 0 20px;
	margin-top: 50px;
	direction: rtl;
}
#footer i {
	color: #01B5E6;
	margin: 0 5px 0 3px;
}
#footer span {
	color: #01B5E6;
	margin: 0 0 0 5px;
}
@media only screen and (max-width: 1199px) {
	#footer {
		font-size: 13px;
	}
}
@media only screen and (max-width: 991px) {
	#footer {
		font-size: 12px;
	}
}
@media only screen and (max-width: 575px) {
	#footer {
		font-size: 11px;
	}
}

@keyframes sparkle {
	50% {
		opacity: 0.4;
		transform: scale(0.5);
		box-shadow: 0px 0px 10px 5px #f0e3a2;
	}
	50% {
		opacity: 1;
		transform: scale(1);
		box-shadow: 0px 0px 10px 5px #f8eaa7;
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
		box-shadow: 0px 0px 10px 5px #f5e8a5;
	}
}
.star {
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: #f8eaa7;
	border-radius: 50%;
	opacity: 0;
	animation: sparkle 4s infinite alternate;
}






.sparkles {
	--clr: 47;
	--shadows: 0%;
	--shadowl: 0%;

	font-size: max(1.25rem);
	font-weight: 700;
	border-radius: 5em;
	background: linear-gradient(
			0deg,
			hsla(var(--clr), 94%, 70%) 0%,
			hsla(var(--clr), 94%, 65%) 5%,
			hsla(var(--clr), 80%, 35%) 15%,
			hsla(var(--clr), 10%, 0%) 40%,
			hsla(var(--clr), 25%, 12%) 90%
	);
	background-size: 200% 300%;
	background-position: 0% 0%;
	box-shadow: inset 0 0 2px hsla(var(--clr), 30%, 20%);
	display: grid;
	grid-template-columns: 250px;
	grid-template-rows: 75px;
	place-items: center;
	padding: 0;
	position: relative;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.77, 0, 0.18, 1);
	border: none;
}

.sparkles::before,
.sparkles::after {
	--gradientPos: 50% 100%;
	content: " ";
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	height: 100%;
	transition: inherit;
}

.sparkles:before {
	inset: 0;
	position: absolute;
	transform: translate3d(0, 0, 0.01px);
	border-radius: inherit;

	background-image: var(--glitter), var(--glitter),
	linear-gradient(180deg, black 0%, white 80%);
	background-size: 300px 170px, 280px 130px, 200% 200%;
	background-blend-mode: multiply, multiply, overlay;
	background-position: 0px 0px, 0px 0px, var(--gradientPos);
	background-repeat: repeat;

	mix-blend-mode: color-dodge;
	filter: brightness(2) contrast(.75);
	animation: bubble 20s linear infinite;
	animation-play-state: paused;
	opacity: 0.5;
	box-shadow: inset 0 -8px 10px -7px hsla(var(--clr), 94%, 80%, 0.75);
}

.sparkles:after {
	background-image: radial-gradient(
			ellipse at center 70%,
			hsla(var(--clr), 94%, 99%, 0.8) 5%,
			hsla(var(--clr), 94%, 80%, 1) 20%,
			transparent 50%,
			transparent 200%
	),
	linear-gradient(
			90deg,
			hsla(var(--clr), 94%, 10%, 1) -10%,
			transparent 25%,
			transparent 75%,
			hsla(var(--clr), 94%, 10%, 1) 110%
	);
	box-shadow: inset 0 0.25em 0.75em rgba(0, 0, 0, 1),
	inset 0 -0.05em 0.2em rgba(255, 255, 255, 0.4),
	inset 0 -1px 3px hsla(var(--clr), 94%, 50%, 0.75);
	background-blend-mode: darken;
	background-repeat: no-repeat;
	background-size: 180% 80%, cover;
	background-position: center 220%;
	mix-blend-mode: hard-light;
	filter: blur(5px);
	opacity: 0;
}

.sparkles:hover,
.sparkles.over {
	--shadows: 90%;
	--shadowl: 80%;
	background-position: 100% 100%;

	transition: all 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);

	box-shadow: 0 -0.2em 1.5em hsla(var(--clr), 94%, 50%, 0.3),
	0 0.5em 2em hsla(var(--clr), 94%, 70%, 0.55),
	0 0.25em 0.3em -0.2em hsla(var(--clr), 0%, 0%, 1),
	0 0.35em 0.75em hsla(var(--clr), 0%, 0%, 1),
	0 0.25em 0.5em -0.3em hsl(var(--clr), 30%, 99%, 1),
	0 0.25em 0.5em hsla(var(--clr), 20%, 30%, 0.35),
	inset 0 -2px 5px -2px rgba(255, 255, 255, 0.5);
}

.sparkles.over {
	transition-duration: 2s;
}

.sparkles:hover:before,
.sparkles.over:before {
	--gradientPos: 50% 50%;
	animation-play-state: running;
	filter: brightness(2) contrast(1);
	box-shadow: inset 0 -5px 10px -4px hsla(var(--clr), 94%, 80%, 0.3);
	opacity: .8;
}

.sparkles:hover:after,
.sparkles.over:after {
	opacity: .8;
	transform: translateY(0px);
}

.sparkles span {
	grid-column: 1;
	grid-row: 1;
	background-image: linear-gradient(
			hsl(calc(var(--clr) - 43), 27%, 85%) 0%,
			hsl(calc(var(--clr) - 60), 22%, 80%) 19%,
			hsl(calc(var(--clr) - 50), 20%, 75%) 30%,
			hsl(calc(var(--clr) - 52), 36%, 98%) 43%,
			hsl(var(--clr), 94%, 70%, 1) 51%,
			hsl(var(--clr), 94%, 85%, 1) 52%,
			rgb(255, 255, 255) 100%
	);
	background-size: 1em 3.45em;
	color: rgb(214, 222, 226);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	filter: drop-shadow(0 0 0.05em rgba(0,0,0,0.5)) drop-shadow(0 0.05em 0.05em rgba(0,0,0,0.5));
	transition-timing-function: inherit;
	transition-duration: inherit;
	transition-delay: 0s;
	padding: 0.75em 1.5em;
	transform: translateY(0);
	z-index: 10;
	font-family: 'YEKANBakh';
	font-weight: 800;
}

.sparkles:active {
	box-shadow: 0 -0.2em 1.5em hsla(var(--clr), 94%, 50%, 0.4),
	0 0.5em 2em hsla(var(--clr), 94%, 70%, 0.65),
	0 0.15em 0.3em -0.2em hsla(var(--clr), 0%, 0%, 1),
	0 0.25em 0.75em hsla(var(--clr), 0%, 0%, 1),
	0 0.25em 0.5em -0.3em hsl(var(--clr), 30%, 99%, 1),
	0 0.25em 0.5em hsla(var(--clr), 20%, 30%, 0.45),
	inset 0 -2px 5px -2px rgba(255, 255, 255, 0.65);
}

.sparkles:active:before,
.sparkles:active:after {
	opacity: 1;
	filter: brightness(3) contrast(.75);
	animation-duration: 8s;
}
.sparkles:active:after {
	filter: brightness(1.35) contrast(.8) blur(5px);
}

@keyframes bubble {
	0% {
		background-position: 0px 340px, 0px 130px, var(--gradientPos);
	}
	100% {
		background-position: 0px 0px, 0px 0px, var(--gradientPos);
	}
}
@media screen and (max-width: 991px){
	.sparkles{
		grid-template-rows: 1fr;
	}
}