@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

body {
	font-family: "Poppins", sans-serif !important;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.couponcode:hover .coupontooltip {
	display: block;
}

.radiusss {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	margin: 5px;
	border-radius: 50%;
}

.coupontooltip {
	display: none;
	background: #184999;
	margin-left: 28px;
	padding: 10px;
	position: absolute;
	z-index: 1000;
	width: 350px;
	height: auto;
	color: #ffffff;
	opacity: 0.8;
	font-weight: bold;
}

.arrow-right:after {
	content: "";
	display: inline-block !important;
	width: 0;
	height: 0;
	border-left: 8px solid black;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	vertical-align: middle;
}

.arrow-right:before {
	width: 20px;
	height: 2px;
	background: black;
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.line {
	margin-top: 20px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #4b9cdb;
}

.loading .line:nth-last-child(1) {
	animation: loadingC 0.6s 0.1s linear infinite;
}

.loading .line:nth-last-child(2) {
	animation: loadingC 0.6s 0.2s linear infinite;
}

.loading .line:nth-last-child(3) {
	animation: loadingC 0.6s 0.3s linear infinite;
}

@keyframes loadingC {
	0 {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, 15px);
	}

	100% {
		transform: translate(0, 0);
	}
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: #39a0ed;
	background-image: linear-gradient(0deg, #39a0ed 0%, #85ffbd 100%);
}

.color-grid {
	display: grid;
	grid-template-columns: repeat(3, 460px);
	grid-template-rows: repeat(8, 138px);
	grid-gap: 10px;
	width: 50%;
	height: 520px;
	transform: rotate(-45deg);
	opacity: 50%;
}

.black {
	background-color: #76c893;
	grid-column: 2 / span 2;
	grid-row: 1 / span 3;
}

.red1 {
	background-color: #219ebc;
	grid-row: 2 / span 5;
}

.red2 {
	background-color: #2a9d8f;
	grid-column: 2 / span 2;
	grid-row: 4/7;
}

.green {
	background-color: #1a759f;
	grid-column: 2/4;
	grid-row: 7/9;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.overlay .shape {
	width: initial;
	opacity: 0.13;
	position: absolute;
}

.overlay.overlay-lg .shape {
	height: 55px;
}

.overlay.overlay-lg .shape.wave {
	height: initial;
	width: 88px;
}

.overlay.overlay-lg .shape.xshape {
	height: 38px;
}

.footer__copy {
	text-align: center;
	font-size: 0.813rem;
	color: #8f8a8a;
	margin-top: 0rem;
}
