@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&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", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Audiowide", sans-serif;
	font-weight: 800;
}

#more,
#more1,
#more2,
#more3,
#more4,
#more5 {
	display: none;
	font-weight: normal;
}

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

header {
	width: 100%;
	display: flex;
	float: left;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
	background-color: #6e0606;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

header a {
	color: #fff;
	font-size: 25px;
	font-family: "Audiowide", sans-serif;
	font-weight: 800;
}

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

.banner {
	background: url(../img/banner.jpg) bottom fixed;
	background-size: cover;
	padding: 0;
	position: relative;
	animation: slide 5s infinite cubic-bezier(1, -0.6, 0.62, 1.94);
}

@keyframes slide {
	from {
		background: url(../img/banner.jpg) bottom fixed;
		background-size: cover;
	}

	to {
		background: url(../img/banner2.jpg) bottom fixed;
		background-size: cover;
	}
}

.div {
	position: absolute;
	width: 100%;
	bottom: -1px;
	fill: #fff;
	transform: rotate(180deg);
}

.banner .container {
	min-height: 300px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.banner h1 {
	font-size: 40px;
	font-weight: 800;
}

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

.inner-banner .container {
	min-height: 200px;
}

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

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

h2 {
	font-size: 35px;
	margin: 0 0 10px;
}

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

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

.read-more {
	color: rgb(0, 0, 0);
	border: none;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 4px;
	background-color: transparent;
	font-weight: bold;
}

.read-more:hover {
	text-decoration: underline;
	color: #6e0606;
}

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

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

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

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

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

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

.center {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: 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;
}

.flexgroupbox {
	width: 33%;
	background: #6e0606;
	margin: 0 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	border: 5px double #ffffff;
	padding: 20px;
	color: #ffffff;
	transition: 0.3s;
}

.flexgroupbox:hover {
	transform: translateY(-4px);
}

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

.content {
	background: rgba(255, 255, 255, 0.8);
	float: left;
	color: #000;
	padding: 20px;
	width: 800px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.flexgroupbox2{
	width: 49%;
	background-color: transparent;
	color: #000;
	border: 5px double #6e0606;
}
.flexgroupbox img{
	width: 100%;
	margin: 0 0 20px;
}
.box {
	background-color: #fff;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, .4);
	color: #000;
	border: 5px double #6e0606;
}

.box:hover {
	background-color: #f1f1f1;
}

.box img {
	width: 180px;
	border: 1px solid #6e0606;
	border-radius: 10px;
	margin: 0 0 10px;
}

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

.section1 {
	background: url(../img/img-1.jpg) center;
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
	animation: slide2 5s infinite cubic-bezier(1, -0.6, 0.62, 1.94);
	padding: 0;
}

@keyframes slide2 {
	from {
		background: url(../img/img-1.jpg) bottom fixed;
		background-size: cover;
	}

	to {
		background: url(../img/img-2.jpg) bottom fixed;
		background-size: cover;
	}
}
.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;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.textarea-cu {
	width: 100%;
	height: 100px;
	margin: 0 0 10px;
	padding: 10px;
	border: none;
	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: #212c62;
	color: #fff;
	cursor: pointer;
	outline: 0 !important;
}

footer {
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background-color: #6e0606;
}

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

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

.footerlinks a {
	color: #fff;
}

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

.copyrights {
	font-size: 14px;
}

.logos {
	background-color: #6f889f;
	width: 130px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	margin: 0 0 20px;
}

.logos img {
	width: 100%;
}

.text-white {
	font-size: 14px;
	margin: 0 0 10px !important;
}

.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;
	align-items: center;
	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: 14px;
}

.hide {
	display: none;
}

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

@media (max-width:800px) {

	.h2 {
		font-size: 18px;
	}

	.para {
		font-size: 14px;
	}

	.flexbox {
		flex-direction: column;
	}

	.flexbox>img {
		max-width: 100%;
		order: 1;
		margin: 0 0 15px;
	}

	.flexbody,
	.flexbox>.para {
		padding: 0 !important;
		order: 2;
	}

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

	.flexgroupbox {
		width: 100%;
	}

	.formfield {
		width: 100%;
	}

	.formbutton {
		width: 100%;
	}

	.footerlinks {
		justify-content: center;
	}
}

.section2 {
	background-color: #052f66;
	color: #fff;
}

.table-cu {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4), 0 0 0 4px rgba(155, 167, 179, 0);
	margin: 0 0 15px;
	color: #000000;
	flex-wrap: wrap;
}

.table-cu::after {
	background-color: #6e0606;
	content: '';
	position: absolute;
	width: 200px;
	height: 100%;
	left: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);

}

.table-cu::before {
	background-color: #6e0606;
	content: '';
	position: absolute;
	width: 200px;
	height: 100%;
	right: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);

}

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

.counter {
	width: 30px;
	height: 30px;
	float: left;
	background-color: #0893ce;
	color: #fff;
	position: absolute;
	top: -5px;
	left: -5px;
	font-size: 20px;
	font-weight: 600;
	padding: 5px 10px;
	z-index: 333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.red {
	background-color: #ff0000;
}

.logo-cu {
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	align-items: center;
	text-align: center;
	flex-direction: column;
	z-index: 3;
}

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

}

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

.bonus img {
	width: 40%;
}

.top-rate {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	flex-direction: column;
}

h6 {
	font-size: 20px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	padding: 3.5px 0;
	width: 50px;
	height: 50px;
	background-color: #6e0606;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 50%;
}

.left {
	text-align: left;
}

.top-rate img {
	max-width: 30%;
	width: 100%;
}

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

.h3 span {
	font-weight: 700;
}

.ul {
	font-size: 14px;
	text-align: left;
}

.payment-sec {
	width: 20%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.listing {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

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

.listing p {
	font-size: 20px;
	font-weight: bold;
}

.btn-cu {
	padding: 1em 2em;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	cursor: pointer;
	color: #6e0606;
	transition: all 1000ms;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	outline: 2px solid #6e0606;
	background-color: #fff;
	float: left;
}

.btn-cu:hover {
	color: #ffffff;
	transform: scale(1.1);
	outline: 2px solid #6e0606;
	box-shadow: 4px 5px 17px -4px #6e0606;
}

.btn-cu::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #6e0606;
	transform: skewX(45deg);
	z-index: -1;
	transition: width 1000ms;
}

.btn-cu:hover::before {
	width: 250%;
}

.btn-box>img {
	width: 200px;
	float: left;
}

.user-info {
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	border-top: 1px solid #6e0606;
	color: #b9b9b9;
	margin-top: 10px;
}

.user-info p {
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: rgb(188, 188, 188);

	text-align: center;
}

.show-mbl {
	display: none;
}

/*table end*/
.section2 .flexgroupbox {
	border: 1px solid #fff;
}

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

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

	.show-mbl {
		display: block;
	}

	.table-cu {
		flex-direction: column;
		gap: 10px;
		justify-content: center;
		padding: 15px;
		border-radius: 10px;
	}

	.table-cu:after {
		height: 100px;
		top: 0;
		width: 100%;
	}

	.table-cu::before {
		width: 100%;
		bottom: 0;
		height: 100px;
	}

	.table-inner {
		flex-direction: column;
		gap: 10px;
	}

	.listing {
		width: 100%;
	}

	.banner h1 {
		font-size: 30px;

	}

	h2 {
		font-size: 20px;
	}

	.logo-cu {
		width: auto;
		justify-content: center;
		margin: 0;
	}

	.bonus {
		width: 100%;
	}

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

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

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

	.btn-box {
		width: 100%;
	}

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

	.footerlinks {
		flex-wrap: wrap;
		gap: 10px;
	}

	.logos {
		margin: 0;
	}

	h3 {
		font-size: 15px;
	}

	.alert {
		width: 100%;
		left: 0;
	}

	.alert p {
		font-size: 12px;
	}

	.top-rate {
		align-items: center;
		text-align: center;
		margin: 0;
	}

	.top-rate img {
		max-width: 40%;
	}

	.content {
		width: 100%;
	}
}