@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #fff;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
	transition: .3s all ease-in-out;
}

::marker {
	font-weight: 800;
}

dl,
ol,
ul {
	margin-bottom: 0;
}

a,
p,
button,
svg,
span,
input[type="button"],
input[type="submit"],
.card {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

p,
a,
li,
button,
input {
	color: #000;
	margin: 0;
	font: 400 16px/26px 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.xl-heading {
	font-size: 100px;
	line-height: 1.2;
}

.md-heading {
	font-size: 60px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 50px;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.4;
}

h2,
.h2 {
	font-size: 35px;
	line-height: 1.4;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 1.3;
}

h4,
.h4 {
	font-size: 25px;
	line-height: 1.4;
}

h5,
.h5 {
	font-size: 22px;
	line-height: 1.4;
}

h6,
.h6,
.md-txt {
	font-size: 20px;
	line-height: 1.4;
}

.sm-txt {
	font-size: 18px;
	line-height: 1.2;
}

.f-900 {
	font-weight: 900;
}

.f-800 {
	font-weight: 800;
}

.f-700 {
	font-weight: 700;
}

.f-600 {
	font-weight: 600;
}

.f-500 {
	font-weight: 500;
}

.f-400 {
	font-weight: 400;
}

.f-300 {
	font-weight: 300;
}

.f-200 {
	font-weight: 200;
}

.f-100 {
	font-weight: 100;
}

.f-italic {
	font-style: italic;
}

.f-uppercase {
	text-transform: uppercase;
}

a:hover {
	color: #fff;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

.custom-wrapper {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	max-width: 1150px;
}

.content-wrapper {
	margin: 0 auto;
	width: 100%;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background: #00a0ff;
	background: -moz-linear-gradient(left, #00a0ff 0%, #00e5ff 24%, #00f6ff 50%, #00cfff 77%, #00a0ff 100%);
	background: -webkit-linear-gradient(left, #00a0ff 0%, #00e5ff 24%, #00f6ff 50%, #00cfff 77%, #00a0ff 100%);
	background: linear-gradient(to right, #00a0ff 0%, #00e5ff 24%, #00f6ff 50%, #00cfff 77%, #00a0ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0ff', endColorstr='#00a0ff', GradientType=1);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	max-width: max-content;
}

.shadow-dreamy {
	box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

/* cockie styles*/
.wrap {
	position: fixed;
	z-index: 2000;
	right: 18px;
	bottom: 18px;
	max-width: 220px;
	background: rgba(63, 61, 57, .9);
	padding: 18px;
}

.wrappara {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

.wrap .my_btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 11px;
	font: 700 16px/16px 'Poppins';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #20cec4;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #20cec4;
	color: #fff !important;
}

.wrap a {
	font-size: 14px;
}

/* end cockie styles*/

.img-fluid {
	display: block;
}

/* =============================================================== */

/* Content Style Start */

/* Banner Start */
.banner {
	padding: 60px 0;
	background: url(../images/banner-bg.png) no-repeat top center / cover;
}

.banner *,
.s1 .btn-link * {
	color: #fff;
}

.banner .btn {
	display: block;
	max-width: max-content;
	margin: 0 auto;
	/* background: #dadada; */
	padding: 15px 30px;
	border-radius: 100px;
}

.btn-login {
	background: #7aff9d;
	background: -moz-linear-gradient(left, #7aff9d 0%, #5b39fa 50%, #7aff9d 100%);
	background: -webkit-linear-gradient(left, #7aff9d 0%, #5b39fa 50%, #7aff9d 100%);
	background: linear-gradient(to right, #7aff9d 0%, #5b39fa 50%, #7aff9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7aff9d', endColorstr='#7aff9d', GradientType=1);
	background-size: 200%;
}

.btn-desk {
	background: #c06e2d;
	background: -moz-linear-gradient(-45deg, #c06e2d 0%, #bc7266 20%, #803dc2 40%, #64229f 70%, #bc7266 100%);
	background: -webkit-linear-gradient(-45deg, #c06e2d 0%, #bc7266 20%, #803dc2 40%, #64229f 70%, #bc7266 100%);
	background: linear-gradient(135deg, #c06e2d 0%, #bc7266 20%, #803dc2 40%, #64229f 70%, #bc7266 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c06e2d', endColorstr='#bc7266', GradientType=1);
	background-size: 200%;
}

.btn-login:hover,
.btn-desk:hover {
	background-position: right;
}

.banner .row {
	margin: 40px auto 0;
	background: #DFD9FF;
	padding: 40px 18px;
	max-width: 690px;
	box-shadow: 0 0 20px rgba(0 0 0 / 30%);
	border-radius: 5px;
}

.banner .row .btn {
	margin: unset;
	background: #FF648F;
}

/* Banner End */


/* Section 1 Start */
.s1 {
	padding: 60px 0 40px;
	background: #181560;
}

.s1 .row {
	max-width: 880px;
	margin: 0 auto;
}

.s1 .btn-link {
	background: #fc648f;
	display: block;
	text-align: center;
	padding: 15px;
	border-radius: 100px;
}

.s1 .colmn:not(:last-child) {
	margin-bottom: 20px;
}

/* Section 1 End */

/* Content Style End */

/* =============================================================== */


/* Disclaimer Start */
#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #FF648F !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
}

.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
}

#footer-section li a:hover {
	color: #FF648F !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {
	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */