@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--box-color: white;
	--color-1: #f16232;
	--color-2: #43464b;
	--color-3: #ffffff;
	--color-4: #2d2f3347;
	--color-5: #939393;
	--color-orenge: #f16232;
	--color-red: #ea3943;
	--color-green: #16c784;
	--blue: #0996fe;
	--denim-blue: #002b50;
	--grey: #5d6b84;
}

*,
::after,
::before {
	box-sizing: border-box;
}

body {
	background-color: #101420;
	color: #dbdbdb;
	top: 0 !important;
	font-size: 14px !important;
	font-family: Poppins, sans-serif !important;
	/* font-family: "Poppins"; */
}

#main-body {
	max-width: 1854px;
	margin: auto;
}

.page-background {
	position: fixed;
	z-index: -1;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 100vh;
	contain: strict;
}

ul {
	padding: 0px;
}

li {
	list-style: none;
}

.m-0 {
	margin: 0;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.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%
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%
	}

	.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%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.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%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.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:576px) {
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:768px) {
	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.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%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.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: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.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
	}
}

@media (min-width:992px) {
	.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%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}

	.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: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.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-auto {
		flex: 0 0 auto;
		width: auto
	}

	.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%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

.container {
	margin: 0 5%;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #252525;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #000000;
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #1a1818;
}

a {
	color: var(--denim-blue);
	text-decoration: none !important;
}

a,
a:hover {
	transition: all 0.2s;
}

a:hover {
	color: var(--denim-blue);
}

#main-container {
	padding-top: 80px;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

/* START : Header Search */

.nav-ctm-search:focus,
.nav-ctm-search:active,
.nav-ctm-search:target {
	box-shadow: 0 0 0 0.3rem rgba(194, 204, 213, 0.2);
}

.nav-ctm-search i::before {
	transform: translate(0, -0.5em);
}

.nav-ctm-search i::after {
	transform: translate(0, 0.5em);
}

#navigation-trigger:checked~.nav-ctm-search i {
	background: transparent;
}

#navigation-trigger:checked~.nav-ctm-search i::before {
	transform: translate(0, 0) rotate(45deg);
}

#navigation-trigger:checked~.nav-ctm-search i::after {
	transform: translate(0, 0) rotate(-45deg);
}

#navigation-trigger:focus~.nav-ctm-search {
	box-shadow: 0 0 0 0.3rem rgba(194, 204, 213, 0.2);
}

#navigation-trigger:checked~nav {
	height: 100%;
	opacity: 1;
}

#navigation-trigger:checked~nav::before,
#navigation-trigger:checked~nav::after {
	transform: translateY(0%);
	border-radius: 0;
}

#navigation-trigger:checked~nav::after {
	transition-delay: 0.2s;
}

#navigation-trigger:checked~nav::before {
	transition-delay: 0s;
}

#navigation-trigger:checked~nav>div {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

#navigation {
	display: inline-block;
	position: fixed;
	z-index: 1000000;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.4s linear;
	will-change: height, opacity;
}

#navigation::before,
#navigation::after {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(72, 77, 100, 0.6);
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
	z-index: -1;
	transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), border-radius 0.8s linear;
	transform: translateY(-100%);
	will-change: transfor, border-radius, opacity;
}

#navigation::after {
	background: #101420f2;
	transition-delay: 0s;
	filter: url("#filter-goo");
}

#navigation::before {
	transition-delay: 0.2s;
}

#navigation .container {
	position: relative;
	height: 100%;
	padding: 10vh 1rem 1rem 1rem;
	white-space: normal;
	text-align: left;
	opacity: 0;
	transform: translateY(-100%);
	transition: opacity 0.1s linear, transform 0.2s ease-in;
	will-change: transform, opacity;
	overflow: scroll;
	margin: 0 5%;
}

#navigation a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 0;
	color: #101420;
}

#navigation .game-area {
	padding: 40px 0;
}

*::-webkit-scrollbar {
	display: none;
}

.eitEsG {
	position: sticky;
	top: 0px;
	z-index: 1000;
	width: 100%;
}

.cOwPPS {
	position: relative;
	z-index: 2;
	transition: opacity 0.1s ease-out 0s;
	will-change: opacity;
}

.cOwPPS::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 72px;
	background: linear-gradient(270deg, rgba(131, 255, 231, 0) 0%, rgb(18 23 36) 100%);
	pointer-events: none;
	z-index: 1;
}

.cOwPPS::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 72px;
	background: linear-gradient(270deg, rgb(22 27 38) 0%, rgba(131, 255, 231, 0) 100%);
	pointer-events: none;
}

.kIwCBw {
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow-x: scroll;
	height: 64px;
	margin: 0px 0px -22px;
	top: 90px;
	padding: 0px 32px 0px 29px;
}

.gwKHxu {
	display: inline-block;
	background: rgb(255, 255, 255);
	box-shadow: rgb(9 30 66 / 7%) 0px 4px 8px, rgb(9 30 66 / 7%) 0px 0px 2px;
	border-radius: 20px;
	color: var(--denim-blue);
	padding: 8px 20px;
	text-transform: uppercase;
	margin: 0px 10px 10px 0px;
	-webkit-tap-highlight-color: transparent;
	height: 36px;
	user-select: none;
}

.gwKHxu:hover {
	background: #0795fe;
	color: #ffffff !important;
}

.fDnua-D {
	display: flex;
	align-items: center;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	/* width: 612px; */
	height: 60px;
	flex-direction: row;
	box-shadow: rgb(9 30 66 / 7%) 0px 4px 8px, rgb(9 30 66 / 7%) 0px 0px 2px;
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: auto;
}

.ivhChI {
	border-right: 2px solid #f0f5fc;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0px 14px 0px 12px;
	border-radius: 16px 0px 0px 16px;
}

.kWVZoE {
	font-size: 100%;
	font-family: inherit;
	/* border: 0px; */
	/* padding: 0px; */
	background: none;
	cursor: pointer;
}

.dCcROs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.gAvboU {
	outline: 0px;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 16px;
	border: none;
	font-size: 21px;
	color: #101420;
	min-width: 0px;
	background: transparent;
	font-weight: 600;
}

.fYLldN {
	height: 100%;
	display: flex;
	align-items: center;
}

.fYLldN>img {
	margin: 0px 16px;
	width: 25px;
	height: 25px;
}

.ivhChI img {
	width: 34px;
	height: 34px;
}



/* END : Header Search */

/* Banner ADS */

.t_p_banner_ad img {
	width: 100%;
	height: 100%;
}

/*  END :: Banner ADS */

/*  START :: Latest news ADS */

.ctm_atm_ads img {
	width: 100%;
	height: 100%;
}

#allNews .card.ctm_atm_ads {
	width: 300px;
}

/*  END :: LAtest newsads  */

/*  START :: Notification  */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

.custom-social-proof0 {
	/* position: fixed;
	bottom: 20px;
	left: 8px;
	z-index: 9999999999999 !important; */
	/* font-family: "Open Sans", sans-serif; */
	/* display: none; */
}

.custom-social-proof1,
.custom-social-proof2 {
	display: none;
}

.custom-social-proof0 .custom-notification {
	/* width: 320px;
	border: 0;
	text-align: left; */
	z-index: 99999;
	/* box-sizing: border-box;
	font-weight: 400;
	border-radius: 6px;
	box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
	background-color: #fff;
	position: relative; */
	cursor: pointer;
}

.custom-social-proof0 .custom-notification .custom-notification-container {
	display: flex !important;
	align-items: center;
	/* height: 80px; */
}

.custom-social-proof0 .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
	/* max-height: 75px; */
	width: 100%;
	overflow: hidden;
	border-radius: 6px 0 0 6px;
	object-fit: cover;
}

.custom-social-proof0 .custom-notification .custom-notification-container .custom-notification-content-wrapper {
	margin: 0;
	height: 100%;
	color: gray;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0 6px 6px 0;
	flex: 1;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

.custom-social-proof0 .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
	/* font-family: inherit !important; */
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 16px;
}

.custom-social-proof0 .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
	margin-top: 3px !important;
	display: block !important;
	font-size: 13px !important;
	opacity: 0.8;
}

.custom-social-proof0 .custom-notification .custom-close {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 22px;
	width: 20px;
	font-size: 15px;
	padding: 0 0px 0 4px;
	cursor: pointer;
	background: #ccc;
	border-radius: 50%;
}

.custom-social-proof0 .custom-notification .custom-close i {
	color: #000 !important;
}

.custom-social-proof2 {
	bottom: 90px;
}

.custom-social-proof0 .custom-notification:hover .custom-close {
	opacity: 1;
}


.custom-social-proof {
	position: fixed;
	bottom: 20px;
	left: 8px;
	z-index: 9999999999999 !important;
}

/*  END :: Notification  */


/* BACK TO TOP START */

.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	background: var(--bs-blue);
	color: #ffffff;
	z-index: 99999999;
}

.back-to-top:hover {
	background-color: var(--denim-blue);
	color: var(--color-3);
	border-color: var(--denim-blue);
}


/* BACK TO TOP END */

/* START :: Model ADS */

.close span,
.modal-title {
	color: #000 !important;
}

.modal_ad_div {
	position: relative;
}

.modal_ad_div .close {
	position: absolute;
	background: white;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	color: black !important;
	padding: 2px 4px;
	font-size: 16px;
}

/* END :: Model ADS */

/* FOOTER */

footer {
	width: 100%;
	background-color: #f8fafd !important;
	color: var(--denim-blue) !important;
	margin-top: 50px;
	position: relative;
}

.footer-border-shape {
	background: var(--denim-blue);
	color: #fff;
	display: block;
	height: 3px;
	left: 0;
	margin: 20px auto;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	width: 80px;
}

.footer-border-shape::before {
	background: #0a58ca;
	bottom: 0;
	content: "";
	height: 1px;
	left: 80px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 100px;
}

.footer-border-shape::after {
	background: #101420;
	bottom: 0;
	content: "";
	height: 1px;
	margin: 0 auto;
	position: absolute;
	right: 80px;
	text-align: center;
	top: 1px;
	width: 100px;
}

.footer_top_head {
	padding: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.footer_top_head section {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 100%; */
}

.footer_top_head span {
	font-weight: 700;
	font-size: 14px;
	color: var(--bs-gray);
}

.footer_contact {
	display: flex;
	flex-flow: column;
	align-items: self-start;
	padding: 0 1rem;
}

.footer_contact h2 {
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}

.footer_top_head .fa {
	color: var(--bs-blue) !important;
	font-size: 35px;
}

hr {
	height: 1px;
	margin: 15px 15%;
}

.footer-logo {
	margin-bottom: 15px;
}

.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: var(--bs-gray);
	line-height: 28px;
}

.footer-social-icon span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	/* font-family: 'Poppins', sans-serif; */
	/* margin-bottom: 20px; */
}

.footer-social-icon a {
	font-size: 16px;
	margin-right: 15px;
}

.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}

.footer-widget ul {
	padding: 0px;
	list-style: none;
}

.footer-widget ul li {
	margin-bottom: 5px;
}

.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
	font-size: 13px;
}

.footer-logo amp-img,
.footer-logo img {
	max-width: 225px;
}

.footer-widget-heading h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}

.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #0d6efd;
}

.category-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
}

.footer-widget ul li a:hover {
	color: #0d6efd !important;
	font-weight: 600;
}


footer .footer_bottom_content section {
	padding: 15px;
	display: flex;
	align-items: center;
	/* justify-content: space-evenly; */
}

.footerfooter_bottom_content a {
	margin: 0 20px;
	color: var(--color-3) !important;
	transition: 0.5s;
}

.footer_bottom_content a:hover {
	color: var(--color-3) !important;
}

.footer-copyright {
	padding: 0.8em 0;
	background-color: #181c28;
	text-align: center;
	color: var(--color-3) !important;
	font-size: 13px;
}

.footer-link a {
	margin: 0 10px;
	text-decoration: none;
	color: var(--denim-blue);
}

.footer-social a {
	font-size: 22px;
	margin: 0 5px;
	color: #0d6efd;
	border: 1px solid var(--bs-blue);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social a:hover,
.footer-link a:hover {
	font-weight: 900;
	color: var(--bs-blue) !important;
	transition: 0.3s all;
}

.footer-social a:hover {
	color: #ffffff !important;
	background: var(--bs-blue);
}

@media (max-width:820px) {
	.footer_top_head {
		padding: 0 1rem;
		/* display: block; */
		flex-flow: wrap;
	}

	.footer_top_head section {
		margin: 20px 0;
		align-items: left;
		justify-content: left;
	}

	footer .footer_bottom_content section {
		padding: 1rem;
		/* display: block; */
	}

	footer .footer_bottom_content section.footer-link {

		display: block;
	}

	/* footer .footer_bottom_content section a {
		padding: 1rem;
		margin: 0 5px;
		display: inline-block;
	} */
}

.footer-copyright a {
	color: var(--bs-blue) !important;
}

.footer-active,
.app-contact a {
	color: var(--bs-blue) !important;
	font-weight: 900;
}

footer::before {
	content: "";
	display: block;
	position: absolute;
	top: -35px;
	width: 100%;
	height: 60px;
	background: #f8fafd;
	border-radius: 360% 360% 0% 0%;
}

/* END :: Footer  */




/* TOAST START */

#toast-container>div {
	box-shadow: unset;
	opacity: 1;
}

/* TOAST END */



/* T&C START */

.container-privacy-policy,
.container-terms-condition {
	color: var(--color-3);
	margin-top: 25px;
}

.clr-orng {
	color: var(--blue);
}


/* T&C END */

/* START :: Store Button */

.google-play-btn {
	margin-right: 10px;
}

/* END :: Store Button */

/* START :: Custom */
.card {
	background-color: #181c28;
}

.section-m {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* END :: Custom */

/* START : NEW Header */

ul#game-list li {
	display: contents;
}

section.game-area ul.ul:before {
	display: none;
}

.cGWbFI {
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 100001;
	/* top: 0px; */
	background: #f0f5fc;
	/* box-shadow: 0 10px 20px rgb(16 20 31), 0 6px 6px rgb(0 0 0); */
	box-shadow: 0 10px 20px rgb(7 149 254 / 22%), 0 6px 6px rgb(147 147 147 / 24%);
	border-radius: 10px;
	width: 110px;
	height: 110px;
	flex-direction: column;
	transform: translate(15px, 0%);
}

.fhdsEU {
	width: 70px;
	height: 70px;
}

.cBuMok {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 2px solid #10142045;
	width: 100%;
	height: 40px;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}

.cWyAEm amp-img,
.cWyAEm img {
	transition: transform 0.3s cubic-bezier(.25, .1, .25, 1);
	/* width: 70px; */
}

.cWyAEm:hover amp-img,
.cWyAEm:hover img {
	transform: scale(1.05);
}

.jHSOCE {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

.juRga {
	flex-grow: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	border-right: 2px solid #10142045;
}

.dDzdfy {
	fill: #009cff;
	width: 20px;
	height: 17px;
	margin-top: -3px;
}

.dplbjr {
	flex-grow: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	/* border-left: 1px solid #ffffff; */
	text-indent: -200vw;
	font-size: 0px;
}

.enmDRZ {
	fill: #009cff;
	height: 16px;
	width: 16px;
	margin-top: -2px;
}

.dplbjr:hover,
.juRga:hover {
	box-shadow: inset 0 0 8px 3px #b8c8ff85;
}

/* END : NEW Header */

a.game-box label:hover {
	box-shadow: 0 10px 20px rgb(7 149 254 / 22%), 0 6px 6px rgb(147 147 147 / 24%) !important;
	scale: 1.04;
}

.no-search-found {
	min-height: 50vh;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* START :: Category Header */

.categories-wrapper .category-ul {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll;
	padding-top: 25px;
	/* padding-left: 140px; */
	padding-bottom: 25px;
}

.categories-wrapper .category-ul .category-li {
	width: 100%;
	height: 90px;
	min-width: 95px;
	max-width: 95px;
	margin: 0 8px 0 0;
	list-style-type: none;
	border-radius: 10px;
}

.first-category-item {
	margin-left: 140px !important;
}

.category-li:hover {
	box-shadow: 0 10px 20px rgb(7 149 254 / 22%), 0 6px 6px rgb(147 147 147 / 24%) !important;
	/* scale: 1.08; */
	transition: all 0.1s;
}

.categories-wrapper .category-ul .category-li a {
	font-size: 13px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border-radius: 10px;
	background: #fff 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0 5px 20px #2e8bfa2f;
	box-shadow: 0 5px 20px #2e8bfa2f;
	-webkit-transition: .6s;
	transition: .6s;
}

.categories-wrapper .category-ul .category-li amp-img,
.categories-wrapper .category-ul .category-li img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
}

.categories-wrapper .category-ul .category-li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--denim-blue);
	font-weight: bold;
	font-size: 13px;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

/* 
.category-ul::before {
	content: "";
	position: absolute;
	top: 50px;
	left: 0px;
	width: 20px;
	height: 100px;
	background: linear-gradient(270deg, rgba(131, 255, 231, 0) 0%, rgb(18 23 36) 100%);
	pointer-events: none;
	z-index: 1;
}

.category-ul::after {
	content: "";
	position: absolute;
	top: 50px;
	right: 0px;
	width: 60px;
	height: 100px;
	background: linear-gradient(270deg, rgb(22 27 38) 0%, rgba(131, 255, 231, 0) 100%);
	pointer-events: none;
} */

/* END :: Category Header */

.GameOverview {
	background-color: #ffffff;
	border-radius: 3px;
	padding: 15px;
	margin: 20px 5%;
	color: var(--denim-blue) !important;
}

.overview-title {
	padding-bottom: 13px;
}

.overview-div p {
	color: var(--grey);
	font-size: 13px;
}

.overview-div a {
	color: #0996fe;
	font-weight: bold;
}

.instruction-div h3,
.overview-div h3 {
	color: #0996fe;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
}

.breadcrumb a {
	color: var(--denim-blue);
	font-size: 14px;
	font-weight: 800;
}

ul.breadcrumb li {
	display: inline;
	font-size: 12px;
	color: var(--white);
}

.loader-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000de;
	z-index: 111111;
}

/* Page-loader */
.page-loader {
	width: 75px;
	height: 75px;
	display: inline-block;
	padding: 0px;
	border-radius: 100%;
	border: 16px solid;
	border-top-color: var(--blue) !important;
	border-bottom-color: rgb(255 255 255 / 11%);
	border-left-color: var(--blue) !important;
	border-right-color: rgb(255 255 255 / 11%);
	-webkit-animation: page-loader 2s ease-in-out infinite;
	animation: page-loader 2s ease-in-out infinite;
	box-shadow: 0px 0px 5px 1px #1616168c;
	margin-bottom: 30px;
}

.loading-txt {
	position: absolute;
	bottom: -35px;
	left: 0;
	color: white;
	font-size: 18px;
}

.loader-div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

@keyframes page-loader {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes page-loader {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.logo-loader {
	height: 100px;
	border-radius: 50%;
	width: 100px;
	text-align: center;
	margin: auto;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	border: 5px solid #6c757d;
}

.logo-loader img {
	transform: translate(2px, 0px);
}

.gamer-market-loader {
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000de;
	z-index: 111111;
}

.page-loading {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.loading__letter {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Quattrocento Sans", sans-serif;
	color: #ffffff;
	animation-name: bounce;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	margin: 0 10px;
}

.loading__letter:nth-child(2) {
	animation-delay: .1s;
}

.loading__letter:nth-child(3) {
	animation-delay: .2s;
}

.loading__letter:nth-child(4) {
	animation-delay: .3s;
}

.loading__letter:nth-child(5) {
	animation-delay: .4s;
}

.loading__letter:nth-child(6) {
	animation-delay: .5s;
}

.loading__letter:nth-child(7) {
	animation-delay: .6s;
}

.loading__letter:nth-child(8) {
	animation-delay: .8s;
}

.loading__letter:nth-child(9) {
	animation-delay: 1s;
}

.loading__letter:nth-child(10) {
	animation-delay: 1.2s;
}

@keyframes bounce {
	0% {
		transform: translateY(0px)
	}

	40% {
		transform: translateY(-15px);
	}

	80%,
	100% {
		transform: translateY(0px);
	}
}

/* Page-loader */


/* AD Blocker  */

.adblock-center {
	height: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.adblock-wrapper {
	background: rgb(0 0 0 / 91%);
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1111111;
}

.adblock-content-wrapper {
	box-shadow: 24px 24px 48px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	max-width: 400px;
	background: #fff;
	height: auto;
	width: 100%;
}

.adblock-content {
	padding: 30px 50px;
	background: #0f0f0f;
	box-shadow: 0px 0px 7px 4px #1e1e1ea8;
	border-radius: 8px;
}

.adblock-close {
	height: 30px;
	width: 30px;
	position: relative;
	top: 0px;
	float: right;
	margin: -10px;
	background: var(--blue);
	color: #fff;
	font-size: 20px;
	padding: 4px 7px 11px 7px;
	border-radius: 50%;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.image-container {
	width: 100px;
	text-align: center;
	margin-bottom: 10px;
}

.image-container .image h3 {
	font-size: 30px;
	font-weight: 700;
	background: transparent;
	border: 4px dotted var(--blue);
	border-radius: 50%;
	text-align: center;
	color: var(--blue);
	padding: 27px 0px;
	font-family: inherit;
}

.image-container .image .fa {
	float: right;
	font-size: 20px;
	margin: 0px 0px 0px -20px;
	color: var(--blue);
	background: #0f0f0f;
	border-radius: 50%;
	padding: 5px 6px 5px 8px;
}

.adblock-text,
.adblock-text h3 {
	text-align: center;
	font-family: inherit;
	font-weight: 700;
	color: white !important;
}

.adblock-text h3 {
	font-size: 30px;
}

.adblock-text p {
	margin: 20px auto;
	font-weight: 500;
}

.adblock-button .btn {
	line-height: 1em;
	border-radius: 30px;
	border: none;
	padding: 15px 20px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	transition: 0.2s;
	border: 2px solid var(--blue);
}

.adblock-button .btn:hover {
	background: #fff;
	color: var(--blue);
	border: 2px solid var(--blue);
}

/*Style for example text*/

.hidden {
	display: none;
}

/* AD Blocker  */

/* TGM - New Loader  */

.preloader-background {
	position: relative;
}

.circle-loader {
	background: #f0f5fc;
	width: 80px;
	height: 80px;
	border-style: solid;
	border-width: 5px;
	border-top-color: var(--blue);
	border-right-color: var(--blue);
	border-bottom-color: #0000005e;
	border-left-color: #0000005e;
	border-radius: 50%;
	-webkit-animation: spinLoader 2s linear infinite;
	animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ctm-preloader {
	display: flex;
	align-items: center;
	justify-content: center;
}

.centre-logo {
	position: absolute;
	padding-bottom: 10px;
	top: 50%;
	transform: translate(16px, -45%);
	z-index: 1;
}

.animatePageIn {
	position: relative;
	-webkit-animation-name: animatePageIn;
	-webkit-animation-duration: 3s;
	animation-name: animatePageIn;
	animation-duration: 3s;
}

@-webkit-keyframes animatePageIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes animatePageIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* TGM - New Loader  */

/* Interstrial */

#interstitial-AD {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1111111;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
	border-radius: 5px;
	transition: center 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;

	display: flex;
	align-items: center;
	justify-content: center;
}

#interstitial-AD .fa.fa-times {
	font-size: 26px;
	top: 30px;
	position: absolute;
	right: 30px;
	color: white;
}

#closeInterstitial {
	cursor: pointer;
}

/* Interstrial */


/* Listing :START  */
.game-area {
	padding: 5px;
}

.game-area .ul .game-box {
	position: relative;
	border-radius: 20px;
	/* overflow: hidden; */
	/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
	/* margin: auto; */
}

.game-area .ul a.game-box {
	/* max-height: 100px; */
}

.game-area .ul .game-box>label>img {
	transition: transform 0.25s linear;
}

.game-area .area-label img,
.game-area .area-label amp-img {
	/* width: 100%;
	height: 100%; */
	height: 100%;
	display: block;
	/* min-height: 110px;
	min-width: 110px;
	max-width: 110px; */
	/* max-height: 110px; */
	border-radius: 20px;
}

.game-area .large img {
	min-height: 210px !important;
	width: 100%;
}

.game-area .large-2 img {
	min-height: 340px !important;
}

.game-area input[type="checkbox"] {
	display: none;
}

.game-area .game-box,
.game-area .ul {
	list-style: none;
}

.game-area .ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
	/* grid-template-columns: repeat(auto-fill, 94px); */
	grid-auto-flow: dense;
	gap: 1.8rem;
	padding: 0 10px;
	justify-content: center;
}

.game-area .game-box {
	grid-column: span 1;
	grid-row: span 1;
}

.game-area .game-box.large {
	grid-column: span 2;
	grid-row: span 2;
}

.game-area .game-box.horizontalAD {
	width: 100%;
	grid-column: span 10;
	grid-row: span 1;
}

@media (max-width:1220px) {

	.game-area .game-box.horizontalAD {
		grid-column: span 9;
	}
}

@media (max-width:1100px) {

	.game-area .game-box.horizontalAD {
		grid-column: span 8;
	}
}

@media (max-width:990px) {

	.game-area .game-box.horizontalAD {
		grid-column: span 7;
	}
}

@media (max-width:800px) {

	.game-area .game-box.horizontalAD {
		grid-column: span 6;
	}
}

@media (max-width:750px) {

	.game-area .game-box.horizontalAD {
		grid-column: span 5;
	}
}

@media (max-width:620px) {
	.game-area .game-box.horizontalAD {
		grid-column: span 3;
	}
}

.game-area .game-box.verticalAD {
	grid-column: span 1;
	grid-row: span 5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-area .game-box.large-2 {
	grid-column: span 3;
	grid-row: span 3;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.large-3 {
	grid-column: span 3 !important;
	grid-row: span 3 !important;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-area .area-label {
	position: relative;
	display: block;
	border-radius: 20px;
	transition: all .2s;
	/* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
}

.game-area .overlay {
	background-color: var(--color--checkmark-background);
	color: var(--color--checkmark-foreground);
	font-size: 4.8rem;
	font-weight: 700;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}

.game-area .overlay::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	content: "\02713";
}

.game-area input:checked~.overlay {
	display: block;
}

.game-area .area-label img,
.game-area .area-label amp-img {
	transform: scale(1);
	cursor: pointer;
}

.game-area .area-label img:hover,
.game-area .area-label amp-img:hover,
.game-area input[type="checkbox"]:checked+img {
	transform: scale(1.025);
}

/* Listing :EMD */

.game-box img {
	max-width: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.game-box .label {
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.game-box .label-bg {
	background: #0e111c40;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 20px 20px;
}

.game-box .text-title {
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0px;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

.game-box .label-text {
	color: #ffffff;
	position: relative;
	z-index: 2;
	padding: 5px 8px;
	font-size: 12px;
	cursor: pointer;
}

.game-box .text-category {
	display: block;
	font-size: 9px;
}

@media (max-width:375px) {
	.game-area .ul {
		grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
	}

	.game-area .area-label amp-img,
	.game-area .area-label img {
		/* min-height: 95px;
		min-width: 95px;
		max-width: 95px;
		max-height: 95px; */
		border-radius: 10px;
	}

	.game-box .label-bg {
		border-radius: 0 0 10px 10px;
	}

	.game-area .large img {
		min-height: 185px !important;
		min-width: 100% !important;
		max-width: 100%;
	}

	.game-area .large-2 img {
		min-height: 250px !important;
	}
}

.advertisementDiv {
	/* background-color: var(--box-color) !important; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advertisementDiv.large-2 {
	max-width: 350px;
}

.advertisementDiv b {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 1px;
}


.CategoryTitle {
	grid-column: span 2;
	grid-row: span 1;
	margin: auto;
	background: var(--box-color);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--denim-blue);
	box-shadow: 0 10px 20px #ff082000, 0 5px 0px var(--blue);
	max-height: 95px;
	padding: 15px;
	flex-flow: column;
	font-weight: 700;
}

.CategoryTitle h1 {
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	line-height: 30px;
	color: var(--blue);
}

/* Hot Games */
.inLrbl {
	position: absolute;
	z-index: 5;
	left: -6px;
	right: 0px;
	height: 28px;
	top: 8px;
	font: 700 11px/28px "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Arial, sans-serif;
	color: v#009cff;
	text-transform: uppercase;
	padding: 0px 8px 0px 6px;
	pointer-events: none;
}

.inLrbl::before {
	content: "";
	background: rgb(255, 255, 255);
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0px;
	bottom: -4px;
	z-index: 0;
}

.jKgEaU {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background: rgb(255, 255, 255);
	box-shadow: rgb(0 0 0 / 20%) 2px 2px 2px;
	border-radius: 3px 14px 14px 0px;
	padding: 0px 8px 0px 3px;
}

.gPLmuO {
	fill: #009cff;
	width: 18px;
	height: 28px;
	position: relative;
	padding: 2px 0px 2px 2px;
	z-index: 2;
}

.inLrbl::after {
	content: "";
	background: #bac9de;
	width: 6px;
	height: 8px;
	border-radius: 4px 0px 0px 4px;
	position: absolute;
	bottom: -8px;
	left: 0px;
	z-index: 1;
}

.hot-icon {
	font-size: 18px;
	margin: 5px 0 0 4px;
	color: var(--blue);
}

a.game-box:hover .hot-icon {
	color: var(--blue) !important;
}

/* Hot Games */

.not_mobile_ready {
	user-select: none;
	background: rgb(255, 255, 255);
	filter: grayscale(1);
}


/* ==== slider */
.home-slider-wrapper .owl-stage-outer {
	padding: 10px;
	margin: -8px;
}

.hp-slider-item .card-body {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	display: flex;
	justify-content: space-between;
	background: white;
	border-radius: 5px;
}

.hp-slider-item:hover {
	transform: scale(1.04255) translate(0px, -4px);
}


/* ==== slider END */

.heading {
	color: var(--blue);
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin-bottom: 22px;
	border-bottom: 1px solid;
	font-family: 'Righteous';
	letter-spacing: 1px;
}

.search-section {
	/* background-color: #1a1c1e75; */
	/* padding: 20px 15px 15px 15px; */
	border-radius: 10px;
}

.ctm-fullscreen {
	position: fixed !important;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1111111;
}

.owl-carousel .owl-stage-outer {
	padding: 15px;
}