@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');

:root {
	--blue: #368CE7;
	--blue-dark: #1666BA;
	--blue-light: #7AB3EF;

	--red: #FF0000;
	--red-dark: #A70000;
	--red-light: #FF5252;

	--green: #76BA1B;
	--green-dark: #4C9A2A;
	--green-light: #ACDF87;

	--orange: #ff7400;
	--orange-dark: #ff4d00;
	--orange-light: #ff9a00;

	--black: #000;
	--dark: #333;
	--light: #666;

	--white: #fff;
	--white-dark: #ccc;
	--white-light: #eee;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

a,
button,
input,
textarea {
	outline: 0;
	transition: all .5s ease;
}

a {
	text-decoration: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Roboto Flex", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: url(../img/bg.jpg) fixed;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Flex", sans-serif;
	font-weight: 700;
}


header,
.banner,
.section,
.h2,
.para,
.flexbox,
footer {
	width: 100%;
	float: left;
}

.logo {
	color: #fff;
	font-family: "Roboto Flex", sans-serif;
	font-size: 30px;
}

.logo img {
	width: 200px;
}

header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 15px;
	font-size: 30px;
	font-weight: 800;
	background-color: #000;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.container {
	width: 100%;
	max-width: 1350px;
	padding: 0 15px;
}

.color {
	color: #1f2937;
}

.banner {
	background-size: cover;
	position: relative;
}

.banner .container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

h1 {
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 10px;
}

.banner p {
	font-size: 15px;
	line-height: 24px;
}

.content {
	width: 1250px;
	max-width: 100%;
	float: left;
	background-color: rgba(0, 0, 0, .2);
}

.icn-holder {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	row-gap: 7px;
	flex-wrap: wrap;
	background: #ffffff1A;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	justify-content: space-evenly;
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.icn-bx {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icn-text {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
}

.icn-bx .fa-solid {
	margin-right: 5px;
}

.section {
	padding: 20px 0;
	position: relative;
}

.section .container {
	position: relative;
	z-index: 2;
}

.h2 {
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 10px;
}

.para {
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 20px;
}

.para:last-child {
	margin: 0;
}

.flexbox {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.flexbox:last-child {
	margin: 0;
}

.flexbox>p,
.flexbody {
	flex: 1;
}

.flexbody {
	padding: 20px;
}

.flexbox>p:first-child,
.flexbody:first-child {
	margin: 0 30px 0 0;
}

.flexbox>p:last-child,
.flexbody:last-child {
	margin: 0 0 0 30px;
}

.flexbox>img {
	width: 100%;
	max-width: 24%;
}

.paracenter {
	text-align: center;
}

.center {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 0 20px;
}

.center:last-child {
	margin: 0 !important;
}

.container>img {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.flexgroup {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #000;
}

.flexgroupbox {
	width: 33%;
	background: #000;
	margin: 0 0 20px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #333;
	padding: 15px;
	color: #fff;
}

.flex {
	width: 24%;
}

.flex-cus {
	width: 19%;
}

.flex-cu {
	width: 49%;
}

.flex-custom {
	text-align: center;
	align-items: center;
}

.flexgroupbox img {
	width: 92px;
	float: left;
	margin: 0 0 10px;
}

h4 {
	font-size: 20px;
	margin: 0 0 10px;
}

.center>img {
	width: auto;
	max-width: 100%;
}

.formsection {
	background: url(../img/img7.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.formsection:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	backdrop-filter: blur(10px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.formsection .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.formsection .para {
	text-align: center;
	font-size: 28px;
	line-height: 1.5;
}

.formbox {
	width: 100%;
	float: left;
	max-width: 800px;
	background: #fff;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formfield {
	width: 49%;
	height: 50px;
	margin: 0 0 10px;
	padding: 0 10px;
	background: #f3f3f3;
	border: solid 1px #333;
	color: #000;
	font-size: 15px;
}

.textarea-cu {
	width: 49%;
	height: 50px;
	margin: 0 0 10px;
	padding: 0 10px;
	background: #f3f3f3;
	border: solid 1px #333;
	color: #000;
	font-size: 15px;
}

.formfield::placeholder,
.textarea-cu::placeholder {
	color: #333;
}

.formbutton {
	width: 49%;
	float: left;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	background: #e53531;
	color: #fff;
	cursor: pointer;
	outline: 0 !important;
}

.accordion-button:not(.collapsed) {
	background: #fff !important;
	font-size: 17px;
	color: #000;
	box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
	font-size: 17px;
}

.accordion-button:not(.collapsed)::after {
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion {
	margin: 0 0 20px;
	width: 100%;
	float: left;
}

footer {
	color: #fff;
	text-align: center;
	padding: 20px 0 0 0;
	background-color: #000;
	border-top: 2px solid #e53531;
}

footer .container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-space-ins {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
	flex-wrap: wrap;
}

.footer-box {
	width: 33%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.footer-box-title {
	border-bottom: 1px solid #e53531;
	margin: 0 0 20px;
	padding: 0 0 3px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}

.footer-link {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 10px;
}

.footer-link:hover {
	color: #e53531;
}

.footerlinks {
	flex: 1;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	gap: 10px 20px;
	flex-wrap: wrap;
}

.footerlinks img {
	height: 40px;
}

.footerlinks>img {
	height: 30px !important;
}

.footerlinks a:hover {
	text-decoration: underline !important;
}

.copyrights {
	font-size: 14px;
}

.text-white {
	font-size: 14px;
}

.footer-text {
	width: 100%;
	float: left;
	padding: 20px 15px;
	text-align: center;
	background-color: #e53531;
	margin-top: 15px;
}

.cookiesection {
	width: 100%;
	float: left;
	min-height: calc(100vh - 126px);
	padding: 40px 0;
}

.cookiesection h2 {
	font-size: 22px;
	font-weight: 600;
}

.cookiesection p {
	font-size: 14px;
	line-height: 20px;
}

.cookiesection p strong {
	font-weight: 600;
}

.cookiesection p .bolder {
	display: block;
	margin: 30px 0 10px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.backbutton {
	float: left;
	display: inline-flex;
	align-items: center;
	margin: 30px 0 20px;
	padding: 6px 8px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var(--blue-dark) !important;
	border: solid 1px var(--blue-dark);
	;
}

.backbutton img {
	width: 15px;
	margin: 0 5px 0 0;
	transition: all .3s ease;
}

.backbutton:hover {
	background: var(--blue-dark);
	;
	color: #fff !important;
}

.backbutton:hover img {
	filter: saturate(0) brightness(10);
}

.alert {
	background: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff !important;
	position: fixed !important;
	bottom: 10px;
	margin-bottom: 0 !important;
	left: 26px;
	max-width: 100%;
	text-align: center;
	width: 300px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px;
	align-items: center;
	border-radius: 20px;
}

.alert-dismissible {
	z-index: +3;
}

.alert-close {
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	padding: 0px !important;
	width: 3rem;
	height: 2rem;
	font-size: 14px;
}

.hide {
	display: none;
}

span {
	font-weight: bold;
}

.alert p {
	font-size: 12px;
	margin: 0 0 20px !important;
	width: 100%;
	float: left;
}

.hide {
	display: none;
}

.alert-close {
	padding: 0px 9px !important;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	margin: 0 !important;
	font-size: 14px;
}

/*table*/
.flex-table-h {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e53531;
	padding: 10px;
	margin: 0 0 15px;
}

.flex-table-h span {
	text-align: center;
	font-size: 17px;
}

.flex-table-h span:first-child {
	width: 180px;
	max-width: 100%;
}

.flex-table-h span:nth-child(2) {
	width: 35%;
}

.flex-table-h span:nth-child(3) {
	width: 10%;
}

.flex-table-h span:nth-child(4) {
	width: 19%;
}

.table-cu {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	padding: 10px;
	background-color: #000;
	color: #fff;
	flex-wrap: wrap;
	border: 1px solid #fff;
}

.table-cu:last-child {
	margin: 0 0 20px;
}

.table-inner {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-cu {
	width: auto;
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	align-items: center;
	text-align: center;
	overflow: hidden;
}

.logo-cu a img {
	width: 180px;
	max-width: 100%;
	float: left;
	border-radius: 10px;
}

.bonus {
	width: 10%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	border-radius: 4px;
}

h6 {
	font-weight: 600;
	font-size: 1rem;
	line-height: 18px;
	color: #1f2937;
	text-align: center;
	padding: 3.5px 0;
	margin: 0;
}

.h3 {
	width: 100%;
	color: #000;
	font-weight: 500;
	font-size: 18px;
	margin: 0;
}

.h3 span {
	font-weight: 700;
}

.raiting {
	width: auto;
	float: left;
	height: 28px;
	border-width: 0;
	border-style: solid;
	border-radius: .5rem;
	display: flex;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #1f2937;
	padding: 6px;
	align-items: center;
	justify-content: center;
	gap: 4px;
	background: rgba(142, 186, 67, .18);
}

.raiting img {
	width: 20px;
}

.listing {
	width: 35%;
	float: left;
	background: #e53531;
	border-radius: 5px;
	padding: 16px 32px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.listing p {
	font-weight: 700;
	line-height: 19px;
	font-size: 20px;
	align-items: center;
	text-align: center;
}

.listing p span {
	font-weight: 400;
	line-height: 19px;
	font-size: 14px;
	width: 100%;
	float: left;
	margin-top: 6px;
	align-items: center;
	text-align: center;
}

.ratingCircle {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #e53531;
	margin-bottom: 5px;
}

.rating {
	font-size: 16px;
	font-weight: 700;
}

.ratingLabel {
	font-size: 12px;
}

.btn-box {
	width: 19%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 03px;
}

.btn-cu {
	background: #e53531 !important;
	border: #e53531 2px solid !important;
	color: #FFFFFF !important;
	font-weight: 800;
	font-size: 16px;
	line-height: 2.75em;
	border-radius: 5px;
	width: 100%;
	max-width: 165px;
	text-align: center;
}

.btn-cu:hover {
	background-color: #b11513 !important;
}

.star-rating {
	font-size: 12px;
	margin-top: 5px;
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	line-height: 14px;
}

.stars-container {
	--star-full-color: gold;
	--star-empty-color: #e0e0e0;
	font-family: var(--font-font-awesome);
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 1em;
	letter-spacing: 1px;
	height: 1em;
	width: 5em;
	margin-bottom: 3px;
}

.stars {
	color: var(--star-full-color);
	z-index: 1;
}

.stars img {
	width: 80px;
}

.stars-bg {
	position: absolute;
	top: 0;
	left: 0;
}

.stars-bg {
	color: var(--star-empty-color);
}

.user-info {
	width: 100%;
	float: left;
	text-align: center;
	display: flex;
	color: #d1d5db;
	margin-top: 20px;
}

.user-info p {
	text-align: left;
	font-size: 11px;
	color: #ADADAD;
}

.show-mbl {
	display: none;
}

.img-table {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

/*table end*/
.section2 {
	background-color: #1f2937;
	color: #fff;
}

.section3 {
	background-color: #070707;
	color: #fff;
}

.section2 .flexgroupbox {
	border: 1px solid #fff;
}

.m-20 {
	margin: 0 0 15px;
}

.accordion {
	width: 100%;
	margin: auto;
	overflow: hidden;
	font-weight: bold;
	float: left;
}

.accordion-item {
	border: none;
	background-color: transparent;
}

.accordion-title {
	background: #e53531 !important;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin: 0 0 10px;
	border: 2px solid #fff;
}

.accordion-title span {
	font-size: 24px;
	transition: transform 0.3s ease;
}

.accordion-title.active span {
	transform: rotate(45deg);
}

.accordion-content {

	color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	padding: 0 20px;
	text-align: left;
}

.accordion-content p {
	margin: 15px 0;
	font-weight: 300;
	padding-bottom: 10px;
}

.accordion-content.open {
	max-height: 200px;
	font-weight: 300;
}

.accordion a {
	color: #000000;
}

.accordion a:hover {
	text-decoration: underline !important;
	color: #7f1c88;
}

@media (max-width:992px) {
	.show-desktop {
		display: none;
	}

	.show-mbl {
		display: block;
	}

	.table-cu {
		flex-direction: column;
		gap: 10px;
		justify-content: center;
		padding: 15px;
		background: linear-gradient(to right, #000 50%, #0E0F3F 50%);
	}
	header {
	padding-top: 5px;
	padding-bottom: 5px;	
	}

	.icn-holder-mbl {
		display: flex;
	}

	.flexbox>img {
		width: 100%;
		max-width: 21%;
	}

	.listing {
		width: 100%;
	}

	h1 {
		margin: 0;
		font-size: 20px;
		text-align: center;
	}

	.logo-cu {
		width: 50%;
		justify-content: center;
		margin: 0;
		flex-direction: column;
		align-items: center;
	}

	.section1 {
		padding: 10px 0;
	}

	.bonus {
		width: 100%;
	}

	.h3 {
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}

	.flexbody {
		padding: 0 0 0 7px;
		margin: 0 10px 0 0 !important;
	}

	.list {
		padding: 0 10px;
		font-size: 14px;
	}

	.btn-cu {
		width: 80%;
	}

	.table-cu>img {
		width: auto;
		max-width: 300px;
	}

	.logo-cu a img {
		margin: 0 0 15px;
	}

	.banner .container {
		min-height: auto;
		text-align: center;
	}

	.btn-box {
		width: 50%;
		padding: 0 0 0 10px;
	}

	.btn-box p {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5px;
	}

	.user-info {
		margin-top: 10px;
	}

	.h2 {
		font-size: 20px;
	}

	.para {
		font-size: 14px;
	}

	.btn-box p span {
		font-weight: 400;
		line-height: 19px;
		font-size: 14px;
		width: 100%;
		float: left;
		margin-top: 6px;
		align-items: center;
		text-align: center;
	}

	.para-m {
		margin: 0;
		font-size: 12px;
		line-height: 17px;
	}

	.flexgroupbox img {
		margin: 0 20px 0 0;
	}

	.star-rating {
		margin-top: 0px;
	}

	footer .container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.flexgroupbox {
		width: 100%;
	}

	.formfield {
		width: 100%;
	}

	.formbutton {
		width: 100%;
	}

	.img-size {
		width: 100%;
	}

	.footerlinks {
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-space-ins {
		padding: 0 10px;
		flex-wrap: wrap;
		gap: 10px 0;
	}

	.footer-box {
		width: 100%;
		text-align: left;
	}

	.footer-box-title {
		font-size: 14px;
	}

	.footerlinks{
		padding: 0 10px;
	}

	.footerlinks img {
		height: 30px;
	}

	.footerlinks>img {
		height: 20px !important;
	}

	.content {
		background-color: rgba(0, 0, 0, .5);
		padding: 0 10px;
	}

	.container {
		padding: 0;
	}
}