@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: "Montserrat", serif;
	font-weight: 400;
	font-style: normal;
	background-color: #F5F2ED;
}

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


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

.logo {
	color: #fff;
	font-family: "Montserrat", serif;
	background-color: #3B2F2F;
	padding: 40px 15px;
	display: flex;
	align-items: center;
	width: 300px;
	justify-content: center;
	position: relative;
	height: 100px;
	z-index: 3;
	border-radius: 0 0 40px 40px;
	border: 1px solid #F5F2ED;
}

.logo img {
	width: 200px;
}

header {
	display: flex;
	justify-content: center;
	padding: 0 15px;
	font-size: 30px;
	align-items: flex-start;
	height: 40px;
	font-weight: 800;
	background-color: #3B2F2F;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
	border-bottom: 1px solid #F5F2ED;
	border-top: none;
}

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

.banner {
	background: linear-gradient(rgba(0, 0, 0, 0.7) 100%), url(../img/banner.jpg) fixed;
	background-size: cover;
	padding: 100px 0 180px 0;
	position: relative;
}

svg {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	transform: rotate(180deg);
}

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

h1 {
	font-size: 28px;
	font-weight: 800;
	line-height: 40px;
	margin: 0 0 10px;
}

h1 span {
	color: #e0b28f;
	text-decoration: overline;
}

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

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

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

.h2 {
	font-size: 25px;
	font-weight: 800;
	margin: 0 0 15px;
}

.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 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: 10%;
}

.section1 {
	background: url(../img/banner.jpg) fixed;
	background-size: cover;
}

.clr {
	color: #3B2F2F;
}

.content {
	width: 100%;
	float: left;
	background-color: rgba(255, 255, 255, .7);
	color: #000;
	padding: 20px;
}

.center .h2 {
	margin: 0;
	width: auto;
}

h4 {
	font-size: 20px;
}

.paracenter {
	text-align: center;
}

.table-anker {
	width: 100%;
	float: left;
}

.listingCover {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto 30px;
	text-align: left;
	list-style: none;
	clear: both;
	padding: 0;
}

.listingCover li {
	background: url(../img/check.png) no-repeat left;
	background-size: 30px auto;
	font-size: 16px;
	padding: 0 0 0 50px;
	margin: 0 0 10px;
}

.divider {
	margin: 0 0 15px;
	text-align: center;
}

.divider img {
	width: 100%;
	max-width: 600px;
}

.flexgroup-table {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 60px 0 60px;
}

.table-cu {
	display: flex;
	align-items: center;
	background: #3B2F2F;
	max-width: 100%;
	min-height: 198px;
	text-align: center;
	position: relative;
	padding: 18px 50px;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 20PX;
	color: #F5F2ED;
}

.left-screwed-card {
	transform: skewX(26deg);
}

.top-rated {
	position: absolute;
	z-index: 5;
	left: 20%;
	top: -14px;
	transform: skewX(-26deg);

	& p {
		margin: 0;
		border-radius: 7.223px;
		padding: 8px;
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 16.252px;
		letter-spacing: -0.3px;
		background: #eb1111;
	}
}

.section2 {
	background-color: #042a5f;
	color: #fff;
}

.left-screwed-card .counter {
	transform: skewX(-26deg);
	left: 20px;
	position: absolute;
	z-index: 5;
	top: 4px;
	background-color: #D9C3A9;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;

	& p {
		color: #000;
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		margin: 0;
		width: fit-content;
	}
}

.bonus-text {
	width: 57%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: start;
	text-align: center;
}

h3 {
	font-size: 18px;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: 0.01em;
	text-align: center;
	margin: 0;
}

.card-image {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: skewX(-26deg);
}

.logo-img {
	width: 180px;
	max-width: 100%;
}

.logo-img img {
	width: 100%;
}

.card-image1 {
	width: 40%;
}

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

.btn-box img {
	width: 120px;
	max-width: 100%;
	float: left;
	background-color: #fff;
	padding: 5px;
	border-radius: 10px;
}

.btn-cu {
	background: linear-gradient(180deg, #A67B5B 0%, #A67B5B 49%, #8B5E3C 100%);
	border: none;
	height: 52px;
	width: 100%;
	gap: 20px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 800;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #ffffff;
	width: 100%;
	padding: 12px 0;
	cursor: pointer;
}

.raiting {
	width: 20%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

.raiting img {
	width: 32px;
	height: 32px;
}

.right-screwed-card {
	transform: skewX(-26deg);
}

.right-screwed-card .top-rated,
.right-screwed-card .card-image {
	transform: skewX(26deg);
}

.right-screwed-card .counter {
	transform: skewX(26deg);
	right: 20px;
	position: absolute;
	z-index: 5;
	top: 4px;
	background-color: #D9C3A9;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;

	& p {
		color: #000;
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		margin: 0;
		width: fit-content;
	}
}

.ul-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	width: 100%;
	float: left;
	flex-wrap: wrap;
}

.ul-list li {
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: small;
	margin: 0 0 20px;
}

.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: 49%;
	background: #fff;
	border: 2px solid #fff;
	margin: 0 0 20px;
	color: #000;

	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 60px;
	overflow: hidden;
	padding-right: 15px;
}

.flexgroupbox img {
	width: 110px;
	float: left;
	clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}

h4 {
	font-size: 20px;
}


.formsection {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.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: center;
	gap: 10px 1%;
}

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

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

.content-info {
	width: 100%;
	float: left;
	margin: auto;
	padding: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: white;
	margin-top: 40px;
	background: linear-gradient(180deg, rgba(35, 35, 35, 0.7) 0%, rgba(102, 102, 102, 0.7) 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
	border-top: 1px solid rgba(183, 183, 183, 0.5);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.content-info p {
	width: 100%;
	max-width: 708px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

footer {
	background: #3B2F2F;
	text-align: center;
	padding: 20px 0;
	color: #F5F2ED;
}

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

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

.footerlinks img {
	height: 50px;
	filter: invert(1);
}

.img1 {
	height: 30px !important;
}

.img2 {
	height: 20px !important;
}

.footerlinks a {
	font-size: 14px;
	color: #fff;
}

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

.copyrights {
	font-size: 13px;
}

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

.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;
}

.show-mbl {
	display: none;
}

@media (max-width:992px) {
	.banner h1 {
		font-size: 28px;
	}

	.banner {
		padding: 120px 0 100px 0;
	}

	.h2 {
		font-size: 20px;
	}

	.para {
		font-size: 14px;
	}

	.logo {
		width: 200px;
	}

	.logo img {
		width: 150px;
	}

	.flexbox {
		flex-direction: column-reverse;
		margin: 0 0 12px;
	}

	.flexbox>img {
		max-width: 200px;
		order: 1;
		margin: 0 0 15px;
		display: none;
	}

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

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

	.flexgroupbox {
		width: 100%;
	}

	.flexgroupbox .flexbody {
		margin-left: 20px;
	}

	.formfield {
		width: 100%;
	}

	.formbutton {
		width: 100%;
	}

	.img-size {
		width: 100%;
	}

	.footerlinks {
		justify-content: center;
	}

	.show-desktop {
		display: none;
	}

	.show-mbl {
		display: flex;
	}

	.card-image {
		width: 100%;
		transform: skewX(-7deg);
		justify-content: center;
		gap: 60px;
	}

	.bonus-text {
		width: 100%;
		float: left;
		transform: skewX(-7deg);
		text-align: center;
	}

	h3 {
		margin: 8px;
		font-size: 20px;
		font-weight: 600;
		line-height: 26px;
		width: 100%;
		text-align: center;
	}

	.btn-box img {
		display: none;
	}

	.raiting h3 {
		font-size: 24px;
		font-weight: 800;
		line-height: 30px;
	}

	.raiting img {
		width: 24px;
		height: 24px;
	}

	.right-screwed-card {
		transform: skewX(-7deg);
	}

	.btn-cu {
		width: 300px;
	}

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

	.raiting {
		flex-direction: row;
		gap: 0;
	}

	.right-screwed-card .top-rated,
	.right-screwed-card .card-image,
	.right-screwed-card .bonus-text {
		transform: skewX(7deg);
	}

	.left-screwed-card {
		transform: skewX(7deg);
	}

	.left-screwed-card .counter {
		transform: skewX(-7deg);
		left: -13px;
		top: -9px;
		width: 34px;
		height: 34px;
	}

	.top-rated {
		position: absolute;
		z-index: 5;
		left: 20%;
		top: -14px;
		transform: skewX(-7deg);

		& p {
			padding: 5.417px 7.223px;
			color: #FFF;
			text-align: center;
			font-size: 13px;
			font-style: normal;
			font-weight: 700;
			line-height: 16.252px;
			letter-spacing: -0.26px;
		}
	}

	.table-cu {
		flex-direction: column;
		gap: 10px;
		padding: 18px 16px;
	}

	.flexgroup-table {
		padding: 10px 20px 0 20px;
	}

	.right-screwed-card .counter {
		transform: skewX(7deg);
		right: -13px;
		top: -9px;
		width: 34px;
		height: 34px;
	}

	.content-info {
		padding: 20px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	.alert p{
		font-size: 12px;
	}
}

@media (max-width:480px) {
	.ul-list li {
		width: 33%;
	}

	.btn-cu {
		width: 100%;
	}

	.card-image {
		width: 100%;
		transform: skewX(-7deg);
		justify-content: center;
		gap: 18px;
	}
}