:root {
	--color-primary: #009CDE;
	--color-primary-dark: #005A7F;
	--color-secondary: #193357;
	--color-secondary-dark: #000F24;
	--collor-yellow: #FFE13C;
	---color-gradient-dark: linear-gradient(90deg, #193357 0%, #000F24 100%);
	---color-gradient-light: linear-gradient(94.79deg, #00A2E5 0%, #005A7F 100.63%);


	--color-background: #000000;
	--color-surface: #0E141D;
	--color-border: #FFFFFF;
	--color-text: #212121;
	--color-text-light: #ffffff;

	--color-success: #4caf50;
	--color-warning: #ff9800;
	--color-error: #f44336;
	--color-info: #2196f3;

	--font-family: "Akshar", sans-serif;
	--font-size-base: 16px;
	--font-size-small: 14px;
	--font-size-large: 20px;
	--font-weight-normal: 400;
	--font-weight-bold: 600;

	--spacing-xxs: 4px;
	--spacing-xs: 8px;
	--spacing-sm: 12px;
	--spacing-md: 16px;
	--spacing-lg: 24px;
	--spacing-xl: 32px;
	--spacing-xxl: 48px;

	--radius-sm: 4px;
	--radius-md: 6px;
	--radius-lg: 16px;


	--text-shadow: -1px 7px 10px #080808cc;
	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.08);
	--shadow-md: 0 2px 4px rgba(0, 0, 0, 0.12);
	--shadow-lg: 0 4px 8px rgba(0, 0, 0, 0.16);


	--transition-fast: 0.2s ease-in-out;
	--transition-medium: 0.4s ease-in-out;
	--transition-slow: 0.6s ease-in-out;
}



body {
	margin: 0;
	padding: 0;
	background: var(--color-background);
	font-family: var(--font-family);
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}


:focus-visible {
	outline: -webkit-focus-ring-color auto 0px !important;
}

.container {
	width: 100%;
	margin: 0px auto;
	max-width: 1260px;
	padding: 0px 15px;
}


footer {
	color: var(--color-text);
	background: #FFFFFF1A;
	font-family: Akshar;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
	padding: 20px 0px;
}

footer .container {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	color: var(--color-text-light);
}

header p {
	font-weight: 300;
	font-size: 14px;
	color: var(--color-text-light);
	line-height: normal;
	display: flex;
	justify-content: center;
	padding: 7px;
	align-items: center;
}

header img {
	margin-right: 0.3rem;
}

main {
	width: 100%;
	margin: 0px auto;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0,0,0,0)), 
                    url("../images/hero-bgmobile.svg");
  background-position: left top, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;

  height: 420px; 
  position: relative;
  color: #fff;
}

.hero-inner {
	display: flex;
	justify-content: flex-end;
}

.hero-content {
	width: 700px;
	display: flex;
	flex-direction: column;
	row-gap: 37px;
}

.hero-content h1 {
	font-weight: 500;
	font-size: 70px;
	line-height: 85px;
	text-transform: capitalize;
	text-shadow: -1px 7px 10px #080808cc;
}

.hero-content h1 span {
	color: var(--collor-yellow);
}

.hero-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-shadow: var(--text-shadow);
}

.hero-buttons {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.hero-buttons .cta-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 20px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	z-index: 1;
}

.hero-buttons .cta-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all var(--transition-fast);
	background: #FFFFFF2B;
	transform: skewX(-15deg);
	z-index: -1;

}

.hero-buttons .cta-btn:hover::before {
	background: #1d3557;
}

.hero::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 300px;
	background: url("../images/hero-bottom-shadow.png") no-repeat bottom center;
	background-size: 100%;
	display: none;
}



.join-section {
	position: relative;
	padding-top: 3rem;
}

.join-inner .join-headings {
	display: flex;
	justify-content: space-between;
	column-gap: 13px;
}

.join-inner .join-headings div p {
	color: var(--color-text-light);
	font-weight: 500;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
}

.join-headings>div:nth-child(1) {
	width: 225px;
}

.join-headings>div:nth-child(2) {
	width: 206px;
}

.join-headings>div:nth-child(4) {
	width: 0px;
}

.join-headings>div:nth-child(5) {
	width: 175px;
}

.join-box {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 2rem;
}

.join-box .ribbon {
	width: 163px;
	height: 43px;
	background: url(../images/ribbon.png);
	display: flex;
	align-items: center;
	transform: rotate(-43deg);
	position: absolute;
	left: -56px;
	justify-content: center;
	top: 15px;
}

.join-box .ribbon p {

	color: var(--color-text-light);
}

.join-box .box-item {

	background: var(---color-gradient-dark);

	border: 2px solid var(--color-secondary);

	display: flex;

	justify-content: space-between;

	border-radius: 10px;

	padding: 1.2rem 1rem;

	align-items: center;
}

.join-box .box-item .logo-box {
	background: var(--color-border);
	border-radius: var(--radius-md);
	width: 234px;
	display: flex;
	justify-content: center;
	height: 102px;
	align-items: center;
}

.join-box .box-item .logo-box img {

	width: 164px;
}

.join-box .box-item .bonus-offer {
	text-align: center;
}

.join-box .box-item .bonus-offer h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 38px;
	color: var(--collor-yellow);
	text-transform: capitalize;
}

.join-box .box-item .bonus-offer p {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: var(--color-text-light);
	text-align: center;
	text-transform: capitalize;
}

.join-box .box-item .votes {
	display: flex;
	flex-direction: column;
	width: 180px;
	align-items: center;
	justify-content: center;
}

.join-box .box-item .votes p {

	color: var(--color-text-light);

	font-weight: 500;
	font-size: 24px;
	line-height: 48px;
	text-transform: capitalize;

}

.join-box .box-item .score {
	display: flex;
	align-items: center;
	justify-content: center;
}

.join-box .box-item .score p {
	font-weight: 500;
	font-size: 55px;
	line-height: 48px;
	text-align: center;
	color: var(--color-text-light);
	text-transform: capitalize;
}

.join-box .box-item .visitor {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.join-box .box-item .visitor .btn {
	width: 161px;
	height: 49px;
	display: flex;
	border: 1px solid var(--color-primary);
	opacity: 1;
	text-decoration: none;
	color: var(--color-text-light);
	background: var(---color-gradient-light);
	border-width: 1px;
	border-radius: 7px;
	align-items: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 58px;
	text-align: center;
	text-transform: capitalize;
	justify-content: center;
}

.join-box .box-item .visitor a {
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	text-transform: capitalize;
	color: var(--color-primary);
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
}

.about-section {
	padding: 3rem 0;
}

h2 {
	font-weight: 500;
	font-size: 50px;
	line-height: 65px;
	text-transform: capitalize;
	color: var(--color-text-light);
	width: 100%;
	margin-bottom: 4.5rem;
}


h2 .underline {
	position: relative;
	display: inline-block;
}

h2 .underline::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 80px;
	height: 7px;
	border-radius: 20px;
	width: 220px;
	background-color: var(--color-primary);
}


p {

	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-text-light);
}

.about-details {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.about-details div {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
	padding: 24px 18px;
	min-width: 220px;
	max-width: 320px;
}

.about-details h4 {
	margin-top: 0;
	color: #eab308;
	font-size: 1.2rem;
}

.about-details p {
	margin-bottom: 0;
	color: #444;
}

.testimonial {
	padding: 2rem 0 5rem 0;
	background: url(../images/players.png) no-repeat;
	background-position: right;
	background-size: contain;
}

#reviews-container {
	position: relative;
	height: 464px !important;
	width: 628px;
	overflow: hidden;
	border-radius: 6px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
}

.testimonial-content {

	display: flex;

	justify-content: space-between;

	overflow: hidden;
}


.reviews-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform 0.5s ease;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	overflow: hidden;
	will-change: transform;
}

.review-item {
	display: flex;
	gap: 12px;
	padding: 12px 23px 12px 16px;
	align-items: center;
	height: 144px;
	border-radius: 8px;
	box-sizing: border-box;
	color: #9ca3af;
	cursor: default;
	user-select: none;
	background-color: #0E141D;
	transition: background-color 0.3s ease, color 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.review-item:last-child {
	border-bottom: none;
}

.review-item.active {
	border: 1px solid #0f8db8;
	border-radius: 0;
	font-weight: 600;
}

.review-item.active p {
	color: #fff;
	font-weight: 400;
}

.review-item:not(.active):hover {
	background-color: #12232f;
	color: #9ca3af;
}

.review-item h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-text-light);
}

.review-item p {

	font-weight: 300;

	font-size: 16px;

	line-height: 28px;

	text-wrap: auto;
}

.review-item img {
	width: 59px;
	height: 59px;
	border-radius: 5px;
	flex-shrink: 0;
	border: 4px solid var(--color-primary);
}

.stars {
	display: flex;
	gap: 2px;
	color: #facc15;
	font-size: 14px;
	margin-left: auto;
	flex-shrink: 0;
}

.review-text {
	flex: 1;
	margin-left: 8px;
	font-size: 11px;
	line-height: 1.2;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
}

.review-header {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
}

.scroll-controls {
	position: absolute;
	transform: translateY(-154%) translatex(655px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	user-select: none;
}

.scroll-btn {
	width: 40px;
	height: 40px;
	background-color: #0a121c;
	border-radius: 9999px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	border: none;
	transition: background-color 0.3s ease;
}

.scroll-btn:hover {
	background-color: #0f8db8;
}

.dots {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 0px;
	border: 1.5px solid #0f8db8;
	background-color: #0a121c;
	cursor: pointer;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.dot.active {
	background-color: #0f8db8;
	border-color: #0f8db8;
}

.faq-section {
	border-radius: 8px;
	margin-bottom: 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	padding: 2rem 0 2rem;
	position: relative;
}

.faq-section::after {
	content: "";
	background: #0E0E0E;
	position: absolute;
	width: 89%;
	right: 0;
	z-index: -1;
	height: 695.5px;
	top: 35px;
	\: polygon(0 0, 100% 19%, 100% 100%, 9% 96%);
	clip-path: polygon(0 0, 100% 6%, 100% 97%, 4% 86%);
}

.grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem 1.5rem;
	color: white;
	font-size: 0.75rem;
	align-items: start;
}

@media (min-width: 768px) {
	.grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.faq-item {
	border: 1px solid #4b5563;
	border-radius: 0.375rem;
	overflow: hidden;
	background-color: transparent;
}

.faq-button {
	width: 100%;
	background: none;
	border: none;
	color: white;
	padding: 0.75rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	font-size: 0.75rem;
}


.faq-number {
	color: #1B2D46;
	font-weight: 500;
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
	min-width: 1.875rem;
	margin-right: 1rem;
}

.faq-title {
	flex: 1;
	text-align: left;
	font-family: Akshar;
	font-weight: 400;
	font-size: 24px;
	text-transform: capitalize;
}

.faq-icon {
	transition: transform 0.3s ease;
	font-size: 1rem;
	flex-shrink: 0;
	margin-left: 0.5rem;
}

.faq-content {
	font-family: Akshar;
	font-weight: 300;
	font-size: 16px;
	padding-right: 25px;
	margin-left: 70px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	text-align: justify;


}

.faq-content.open {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	max-height: 100% !important;
}

.rotate-90 {
	transform: rotate(90deg);
}

.site-details-section {
	background: #0E141D;
	padding: 3rem 0;
	border-radius: 8px;
	margin-bottom: 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	position: relative;
	display: flex;
	row-gap: 4rem;
	flex-direction: column;
}

.site-details-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 425px;
	width: 100%;
	background: url("../images/top-shape.png") no-repeat top center;
	background-size: 100%;
}

.site-details-section::after {
	content: "";
	position: absolute;
	bottom: -155px;
	left: 0;
	overflow: hidden;
	height: 425px;
	width: 100%;
	background: url("../images/bottom-shape.png") no-repeat bottom center;
	background-size: 100%;
}

.site-details-section .container {
	z-index: 1;

}


.site-details-section h2 {

	margin-bottom: 1.5rem;

}


.site-details-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	font-size: 1.1rem;
	color: #333;
}

.site-details-list strong {
	color: #0ea5e9;
}

form {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: space-around;
}

label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: var(--color-text-light);
}

input[type="text"],
input[type="email"],
textarea {
	width: 98%;
	background-color: #1f242c;
	border: none;
	border-radius: 0.375rem;
	padding: 0.75rem 1.5rem;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	height: 57px;
	color: var(--color-text-light) !important;
	resize: none;
	outline-offset: 2px;
	outline-color: transparent;
	transition: outline-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline-color: #00aaff;
}

textarea {
	height: 181px;
}

.left-column,
.right-column {
	flex: 1 1 300px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.right-column {
	justify-content: space-between;
}

.button-container {
	width: 98%;
	display: flex;
	justify-content: flex-end;
}

.site-details-section button {
	background: linear-gradient(90deg, #00aaff 0%, #0077aa 100%);
	border: none;
	border-radius: 0.375rem;
	color: white;
	font-weight: 600;
	font-size: 1rem;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: filter 0.3s ease;
}

button:hover,
button:focus {
	filter: brightness(1.1);
	outline: none;
}

@media (max-width: 640px) {
	form {
		flex-direction: column;
	}

	.left-column,
	.right-column {
		flex: 1 1 100%;
	}

	.button-container {
		justify-content: flex-start;
	}
}

.logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 56px;
}

.logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.logo-box.small {
	width: 60px;
}

.logo-box.medium {
	width: 110px;
}

.logo-box span,
.logo-box img {
	display: block;
	transform: skewX(0deg);
}

.logo-box span {
	font-weight: 600;
	font-size: 18px;
	color: #1B9AEF;
}




.content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 13px;
}

.content h3 {

	font-family: Akshar;

	font-weight: 600;

	font-size: 20px;

	margin-bottom: 19px;

	line-height: 32px;

	color: var(--color-text-light);
}

@media (min-width: 768px) {
	.content {
		flex-direction: row;
		justify-content: space-between;
	}
}

.content-left,
.content-right {
	flex: 1 1 50%;
}


.content-left p {
	margin-bottom: 32px;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
}

.content-left p:last-child {
	margin-top: 0;
}

section.cookiy-sec {
	padding: 80px 0px;
	background: #0E141D;
}

.map-marker {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	mask: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M168 0C75.1 0 0 75.1 0 168c0 87.3 168 344 168 344s168-256.7 168-344c0-92.9-75.1-168-168-168zm0 224c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"/></svg>') no-repeat center / contain;
	vertical-align: middle;
	margin: 0 6px;
}

section.cookiy-sec ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-text-light);
}

.cookiy-sec .cookiy-header h3 {
	font-weight: 500;
	font-size: 30px;
	line-height: 32px;
	color: var(--color-text-light);
	padding: 20px 0px;
}

.cookiy-sec .cookiy-header h3 {
	font-size: 18px;
}

nav {
	font-size: 12px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	justify-content: flex-start;
	gap: 8px 24px;
	align-items: center;
	margin: 4rem 0;
}

nav a {
	color: white;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	white-space: nowrap;
}

nav a:hover {
	text-decoration: underline;
}

nav span {
	user-select: none;
	color: var(--color-text-light);
}

@media (min-width: 640px) {
	nav {
		font-size: 14px;
	}
}

.contact-section {
	background: #f0f8ff;
	padding: 40px 20px;
	border-radius: 8px;
	margin-bottom: 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	text-align: center;
}

.contact-section h3 {
	font-size: 2rem;
	margin-bottom: 24px;
	color: #4f8cff;
}

.contact-form {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.form-row {
	width: 100%;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 12px;
	font-size: 1rem;
	border: 1px solid #bcdffb;
	border-radius: 4px;
	margin-bottom: 8px;
	resize: vertical;
}

.contact-form button {
	padding: 12px 28px;
	font-size: 1rem;
	background: #4f8cff;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.2s;
}

.contact-form button:hover {
	background: #2563eb;
}
