@media (max-width: 991px) {
	@font-face {
		font-family: Akshar;
		src: url("../fonts/Akshar-VariableFont_wght.ttf") format("truetype");
		font-weight: 100 900;
		font-style: normal;
	}

	: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: 0px 0px 25px 0px #00000066;
		--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: 0px;
		padding: 0px;
		background: var(--color-background);
		font-family: var(--font-family);
	}

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

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

	.container {
		padding: 0px;
	}

	footer {
		padding: 20px;
	}

	footer .container {
		display: unset;
		align-items: center;
		place-content: center flex-start;
		color: var(--color-text-light);
		font-size: 14px;
		line-height: normal;
	}

	header p {
		font-weight: normal;
		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;
	}

	section {
		padding: 0px 20px;
	}

	.hero {
		height: 500px;
		background-position: -300px center;
	}

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

	.hero-content {
		width: 700px;
		display: flex;
		flex-direction: column;
		row-gap: 4px;
		padding: 40px 0px;
	}

	.hero-content h1 {
		font-weight: 600;
		font-size: 30px;
		line-height: 36px;
		text-transform: capitalize;
		text-shadow: var(--text-shadow);
	}

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

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

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

	.hero-buttons .cta-btn img {
		width: 15px;
	}
	
	.hero {
          min-height: 323px; 
          /* gradient overlay + background image */
          background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                            url("../images/hero-bgmobile.svg");
          background-position: center center, left top;
          background-size: cover, cover;
          background-repeat: no-repeat, no-repeat;
        }

	.hero-buttons .cta-btn::before {
		content: "";
		position: absolute;
		inset: 0px;
		transition: all var(--transition-fast);
		background: rgba(255, 255, 255, 0.17);
		transform: skewX(-15deg);
		z-index: -1;
	}

	.hero-buttons .cta-btn:hover::before {
		background: rgb(29, 53, 87);
	}

	.hero::after {
		content: "";
		position: absolute;
		bottom: 47%;
		z-index: 1;
		left: 0px;
		width: 100%;
		height: inherit;
		background: url("../images/hero-bottom-shadow.png") center bottom / 100% no-repeat;
	}

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

	.join-inner {}

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

	.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: 155px;
		height: 36px;
		background: url("../images/ribbon.png");
		display: flex;
		align-items: center;
		transform: rotate(-48deg);
		position: absolute;
		left: -40px;
		justify-content: center;
		top: 30px;
	}

	.join-box .ribbon p {
		color: var(--color-text-light);
	}

	.logo-box {
		flex: 0 0 50%;
	}

	.bonus-offer {
		flex: 0 0 50%;
	}

	.votes {
		flex: 0 0 22%;
	}

	.score {
		flex: 0 0 20%;
	}

	.visitor {
		flex: 0 0 50%;
	}

	.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;
		width: 100%;
		margin-left: 0px;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 15px;
	}

	.join-box .box-item .logo-box {
		background: var(--color-border);
		border-radius: var(--radius-md);
		width: 234px;
		display: flex;
		justify-content: center;
		height: 75px;
		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: 19px;
		line-height: 26px;
		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: 16px;
		line-height: 30px;
		text-transform: capitalize;
	}

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

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

	.join-box .box-item .score p {
		font-weight: 500;
		font-size: 30px;
		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-top-color: ;
		border-top-style: ;
		border-right-color: ;
		border-right-style: ;
		border-bottom-color: ;
		border-bottom-style: ;
		border-left-color: ;
		border-left-style: ;
		border-image-source: ;
		border-image-slice: ;
		border-image-width: ;
		border-image-outset: ;
		border-image-repeat: ;
		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 0%;
		text-decoration-skip-ink: auto;
	}

	.about-section {
		padding: 3rem 20px;
	}

	.about-section .about-content {}

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

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

	h2 .underline::after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 20px;
		height: 4px;
		border-radius: 20px;
		width: 100%;
		background-color: var(--color-primary);
	}

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

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

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

	.about-details h4 {
		margin-top: 0px;
		color: rgb(234, 179, 8);
		font-size: 1.2rem;
	}

	.about-details p {
		margin-bottom: 0px;
		color: rgb(68, 68, 68);
	}

	.testimonial {
		padding: 25rem 20px 0rem;
		background: url("../images/players.png") right top / 91% no-repeat;
	}

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

	.testimonial-content {
		display: flex;
		justify-content: space-between;
		overflow: hidden;
		flex-direction: column;
	}

	.reviews-wrapper {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		transition: transform 0.5s;
		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: rgb(156, 163, 175);
		cursor: default;
		user-select: none;
		background-color: rgb(14, 20, 29);
		transition: background-color 0.3s, color 0.3s;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

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

	.review-item.active {
		border: 1px solid rgb(15, 141, 184);
		border-radius: 0px;
		font-weight: 600;
	}

	.review-item.active p {
		color: rgb(255, 255, 255);
		font-weight: 400;
	}

	.review-item:not(.active):hover {
		background-color: rgb(18, 35, 47);
		color: rgb(156, 163, 175);
	}

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

	.review-item p {
		font-weight: 300;
		font-size: 14px;
		line-height: 25px;
		text-wrap: wrap;
	}

	.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: rgb(250, 204, 21);
		font-size: 14px;
		margin-left: auto;
		flex-shrink: 0;
	}

	.review-text {
		flex: 1 1 0%;
		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: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		user-select: none;
		transform: rotate(90deg);
	}

	.scroll-btn {
		width: 40px;
		height: 40px;
		background-color: rgb(10, 18, 28);
		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;
	}

	.scroll-btn:hover {
		background-color: rgb(15, 141, 184);
	}

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

	.dot {
		width: 12px;
		height: 12px;
		border-radius: 9999px;
		border: 1.5px solid rgb(15, 141, 184);
		background-color: rgb(10, 18, 28);
		cursor: pointer;
		transition: background-color 0.3s, border-color 0.3s;
	}

	.dot.active {
		background-color: rgb(15, 141, 184);
		border-color: rgb(15, 141, 184);
	}

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

	.faq-section::after {
		content: "";
		background: rgb(14, 14, 14);
		position: absolute;
		width: 98%;
		right: 0px;
		z-index: -1;
		height: 100%;
		top: 35px;
		clip-path: polygon(0px 0px, 100% 6%, 100% 92%, -1% 86%);
	}

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

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

	.faq-item {
		border: 1px solid rgb(75, 85, 99);
		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-button:focus {}

	.faq-number {
		color: rgb(0, 164, 211);
		font-weight: 500;
		font-size: 30px;
		text-align: center;
		text-transform: capitalize;
		font-family: Akshar;
		min-width: 1.875rem;
		margin-right: 0.7rem;
	}

	.faq-title {
		flex: 1 1 0%;
		text-align: left;
		font-family: Akshar;
		font-weight: 400;
		font-size: 18px;
		line-height: 25px;
		text-transform: capitalize;
	}

	.faq-icon {
		transition: transform 0.3s;
		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: 51px;
		max-height: 0px;
		overflow: hidden;
		transition: max-height 0.5s;
		text-align: justify;
	}

	.faq-content.open {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

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

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

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

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

	.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: rgb(51, 51, 51);
	}

	.site-details-list strong {
		color: rgb(14, 165, 233);
	}

	form {
		margin: 0px 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: -webkit-fill-available;
		background-color: rgb(31, 36, 44);
		border: none;
		border-radius: 0.375rem;
		padding: 0.75rem 1.5rem;
		font-weight: 300;
		font-size: 18px;
		line-height: 32px;
		height: 57px;
		resize: none;
		outline-offset: 2px;
		outline-color: transparent;
		transition: outline-color 0.3s;
		color: var(--color-text-light) !important;
	}

	input[type="text"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		outline-color: rgb(0, 170, 255);
	}

	textarea {
		height: 181px;
	}

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

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

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

	.site-details-section button {
		background: linear-gradient(90deg, rgb(0, 170, 255) 0%, rgb(0, 119, 170) 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;
	}

	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: grid;
		justify-content: unset;
		gap: 14px;
		margin-bottom: 56px;
		grid-template-columns: auto auto auto;
	}

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

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

	.logo-box.medium {
		width: 100%;
	}

	.logo-box span,
	.logo-box img {
		display: block;
		transform: skewX(0deg);
		height: auto;
		width: 100%;
	}

	.logo-box span {
		font-weight: 600;
		font-size: 18px;
		color: rgb(27, 154, 239);
	}

	.content {
		display: flex;
		flex-direction: column;
		gap: 0px;
		margin-bottom: 35px;
	}

	.content h3 {
		font-family: Akshar;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 19px;
		line-height: 25px;
		color: var(--color-text-light);
	}

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

		.join-box .box-item .logo-box img {
			width: 100px !important;
		}
	}

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

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

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

	.map-marker {
		display: inline-block;
		width: 12px;
		height: 12px;
		background-color: rgb(255, 255, 255);
		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>") center center / contain no-repeat;
		vertical-align: middle;
		margin: 0px 6px;
	}

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

	nav a {
		color: white;
		text-decoration: none;
		font-family: Akshar;
		font-weight: 400;
		font-size: 16px;
		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: rgb(240, 248, 255);
		padding: 40px 20px;
		border-radius: 8px;
		margin-bottom: 40px;
		box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 4px;
		text-align: center;
	}

	.contact-section h3 {
		font-size: 2rem;
		margin-bottom: 24px;
		color: rgb(79, 140, 255);
	}

	.contact-form {
		max-width: 500px;
		margin: 0px 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 rgb(188, 223, 251);
		border-radius: 4px;
		margin-bottom: 8px;
		resize: vertical;
	}

	.contact-form button {
		padding: 12px 28px;
		font-size: 1rem;
		background: rgb(79, 140, 255);
		color: rgb(255, 255, 255);
		border: none;
		border-radius: 4px;
		cursor: pointer;
		font-weight: bold;
		transition: background 0.2s;
	}

	.contact-form button:hover {
		background: rgb(37, 99, 235);
	}
}

@media (max-width: 768px) {
	.join-box .box-item .logo-box img {
		width: 100px !important;
	}
}

@media (max-width: 600px) {
	.hero {
        height: 300px !important;
    }
    
    header p {
        font-size: 10px;
        padding: 7px 16px;
        line-height: 14px;
    }
    
    .hero-content p {
        font-weight: 400;
        line-height: 15px;
        text-shadow: var(--text-shadow);
        font-size: 12px;
        word-spacing: 1px;
    }
    
    .join-box .box-item .score p {
        font-size: 30px;
        line-height: 40px;
    }
    
    .join-box .box-item .votes p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 425px) {
	.hero {
        height: 295px !important;
	}
	
	
	
	.join-box .box-item .bonus-offer h4 {
        font-size: 16px;
    }
    
    .join-box .box-item .bonus-offer p {
        font-size: 17px;
        line-height: 23px;
    }
}
@media (max-width: 380px) {
	.hero {
        height: 295px !important;
	}
	
	.join-box .box-item .bonus-offer h4 {
        font-size: 16px;
    }
    
    .join-box .box-item .bonus-offer p {
        font-size: 16px;
        line-height: 23px;
    }
    .join-box .box-item .visitor .btn {
      width: 275px !important;
      max-width: 100%;
    
      position: relative;    /* needed for translate trick */
      left: 50%;             /* push it halfway */
      transform: translateX(-50%); /* pull it back by half its own width */
    
      display: flex;
      align-items: center;
      justify-content: center;
    }

}