@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--primary-color: #130740;
	--secondary-color: #090628;
	--primary-font: "Montserrat", sans-serif;
	--secondary-font: "Montserrat", sans-serif;
}

html,
body {
	font-family: "Montserrat", sans-serif;
	background-color: var(--secondary-color);
}


/*header*/

.logo-img img {
	width: 100%;
	max-width: 120px;
}

.hero-title2 {
	font-family: var(--secondary-font);
	background: -webkit-linear-gradient(90deg, #f6b738 10%, #f8d698 20%, #f6b738 40%, #f8d698 60%, #f6b738 80%, #f8d698 100%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: text;
	color: #0000;
	text-shadow: 0 17px 18px rgba(0, 0, 0, 0);
	font-size: 50px;
	line-height: 50px;
}

/*section hero*/
.hero-section {
	background-image: url(../images/hero-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0px 30px;
	overflow: hidden;
}

.hero-text {
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
}

.hero-text span {
	color: #fed14a;
	font-weight: 700;
}


.divider {
	color: #ffc16e;
	height: 3px;
	background-color: #ffc16e;
	opacity: 1;
	width: 40%;
}

.hero-img {
	position: absolute;
	right: 0%;
	bottom: 00px;
	max-width: 900px;
}

.mid-section {
	background-image: url(../images/mid-section-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 0px;

}

.gold-line-2 {
	position: relative;
}

.gold-line-2:before {
	content: "";
	background-image: url(../images/line-gold-2.png);
	bottom: 0px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;

}

.mid-section h2 {
	color: #fff;
	font-family: var(--secondary-font);
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}

.mid-section h2 span {
	color: #f7b053;
	font-weight: 700;
}

.card-container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.card-section {
	background-image: url(../images/card-section.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0px;

}

.cards-icon {
	position: absolute;
	left: 0px;
	top: -27%;
	width: 100%;
	max-width: 300px;
	z-index: 99;
}

.dimensional-icon {
	position: absolute;
	right: 0px;
	bottom: -13%;
	width: 100%;
	max-width: 200px;
}

.icon-box {
	background: linear-gradient(150deg, rgba(0, 0, 0, 1) 0%, rgba(56, 37, 149, 1) 100%);
	padding: 15px;
	border-radius: 10px;
	overflow: hidden;
	gap: 10px;
	width: 100%;
	height: 100%;

}

.icon-box1 {
	background: linear-gradient(270deg, rgba(60, 41, 156, 1) 0%, rgba(185, 171, 255, 1) 100%);
	padding: 2px;
	border-radius: 10px;
	z-index: 999;
	width: 100%;
	margin-bottom: 15px;
}

.icon-img img {
	max-width: 40px;
}

.icon-box-content h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
}

.icon-img {
	width: 20%
}

.icon-box-content {
	width: 80%;
}

.gradient-text {
	background: -webkit-linear-gradient(90deg,
			#f6b738 10%,
			#f8d698 20%,
			#f6b738 40%,
			#f8d698 60%,
			#f6b738 80%,
			#f8d698 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	font-family: var(--secondary-font);
	font-weight: 800;
}

.support-text {
	font-size: 35px;
}



.footer {
	background-color: #090628;
	background-image: url(../images/footer-bg.png);
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-logo {
	width: 100%;
	max-width: 80px;
}

/* faq */
.faq-main {
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	display: block;
}

.faq {
	background-color: #090628;
	background-image: url(images/sevices-bg.jpg);
	padding: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
	border-top-left-radius: unset !important;
	border-top-right-radius: unset !important;
	border-bottom-left-radius: unset !important;
	border-bottom-right-radius: unset !important;
}

.accordion {
	border: none;
}

.accordion-item {
	background-color: transparent;
	border: none;
	margin-bottom: 1rem;
	border-radius: 1rem;
	overflow: hidden;
}

.accordion-collapse.show+.accordion-body {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.accordion-button {
	background-color: rgba(255, 255, 255, 0.05);
	color: #ffffffcc;
	border-radius: 1rem;
	font-weight: 600;
	font-size: 1rem;
	padding: 0.8rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
	background-color: #5806fb;
	color: white;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.accordion-body {
	background-color: #5806fb;
	color: white;
	padding: 0.75rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	margin-top: -1px;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.12 9.29a1 1 0 0 1 1.41 0L12 11.76l2.47-2.47a1 1 0 1 1 1.41 1.41l-3.18 3.18a1 1 0 0 1-1.41 0L8.12 10.7a1 1 0 0 1 0-1.41z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: center;
	content: "";
	width: 1rem;
	height: 1rem;
	margin-left: auto;
	transition: transform 0.2s ease;
	filter: none;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
	background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.12 9.29a1 1 0 0 1 1.41 0L12 11.76l2.47-2.47a1 1 0 1 1 1.41 1.41l-3.18 3.18a1 1 0 0 1-1.41 0L8.12 10.7a1 1 0 0 1 0-1.41z'/%3E%3C/svg%3E");
}



/* after footer */
.after-footer-section {
	background-color: #090628;
	background-image: url(../images/after-footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.after-footer-section .highlight {
	color: #f1c85c;
}

.players-img {
	max-width: 350px;
	margin: 0 auto;
	margin-top: 50px;
}

.after-footer-title {
	font-size: 50px;
	line-height: 50px;
}

.cta_button {
	border: 5px solid #e0ad47;
	padding: 10px 30px;
	border-radius: 10px;
	width: fit-content;
	background-color: transparent;
}

/* service box */
.service-section {
	background-image: url(../images/sevices-bg.jpg);
	padding: 30px 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99999;

}

.line-img {
	position: relative;
}

.line-img:before {
	content: "";
	background-image: url(../images/line-img.png);
	top: 0px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
}

.service-headline {
	font-family: var(--secondary-font);
	font-size: 50px;
}

.service-headline .gradient-text {
	background: -webkit-linear-gradient(90deg,
			#f6b738 10%,
			#f8d698 20%,
			#f6b738 40%,
			#f8d698 60%,
			#f6b738 80%,
			#f8d698 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 45px;
}

.max-width-box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.service-box .service-title {
	font-size: 14px;
	font-family: var(--primary-font);
	font-weight: 700;
}

.service-img {
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
	/* height: 120px; */
	margin-bottom: 10px;
}


@media(max-width: 1400px) {
	.hero-img {
		max-width: 730px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
	.hero-img {
		max-width: 660px;
	}

	.hero-section {
		padding: 30px 0px 20px;
	}

	.hero-title2 {
		font-size: 40px;
		line-height: 40px;
	}

	.padding-box {
		padding-right: 50px;
	}

	.service-box .service-title {
		font-size: 12px;
	}

	.icon-box-content h3 {
		font-size: 12px;
		line-height: 18px;
	}

	.cards-icon {
		top: -15%;
		max-width: 180px;
	}

	.dimensional-icon {
		max-width: 130px;
	}
}


@media(max-width: 990px) {
	.hero-img {
		right: -90px;
	}

	.hero-section {
		padding: 20px 0px 20px;
	}

	.hero-title2 {
		font-size: 24px;
		line-height: 24px;
	}

	.hero-text {
		font-size: 13px;
		line-height: 15px;
	}
	.divider {
  margin: 10px 0px;
}

	.hero-img {
		max-width: 350px;
	}

	.hero-text {
		padding-right: 70px;
	}
}

@media (max-width: 768px) {

	.hero-container {
		max-width: 1000px !important;
	}

	.mid-section h2 {
		font-size: 15px;
		line-height: 20px;
	}

	.logo-img img {
		max-width: 100px;
	}

	.card-section {
		padding: 20px 0px;
	}

	.service-img {
		max-width: 100px;
		/* height: 150px; */
	}

	/* service box */
	.service-headline {
		font-size: 35px;
		margin-bottom: 0px !important;
		line-height: 35px;
	}

	.gradient-text {
		font-size: 25px !important;
		z-index: 999;
		position: relative;
	}

	.cards-icon {
		top: 0%;
		max-width: 150px;
		opacity: 0.5;
	}

	.dimensional-icon {
		opacity: 0.5;
		max-width: 120px;
	}

	.service-section {
		padding: 20px 20px;
	}

	.service-box .service-title {
		font-size: 16px;
		margin-top: 0px;
	}

	.footer-logo {
		width: 100%;
		max-width: 100px;
	}

	.after-footer-section {
		padding: 20px 20px 0px 20px;
	}


	.icon-box1 {
		width: 90%;
		margin: 0 auto;
	}

	.icon-box-content h3 {
		font-size: 13px;
	}

	.faq-main {
		max-width: 200px;
	}

	.players-img {
		max-width: 250px;
		margin-top: 00px;
	}
	.cta_button{
		margin: 14px auto!important;
		display:block;
	}

}

img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

img:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}