@charset "UTF-8";
@font-face {
	font-family: 'Gilroy';
	src: url("../font/gilroy/Gilroy-Light.woff2") format("woff2"), url("../font/gilroy/Gilroy-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../font/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../font/gilroy/Gilroy-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../font/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../font/gilroy/Gilroy-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../font/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../font/gilroy/Gilroy-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../font/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../font/gilroy/Gilroy-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../font/gilroy/Gilroy-Black.woff2") format("woff2"), url("../font/gilroy/Gilroy-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html,
body {
	font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	color: #fff;
}

body {
	background: #11172A;
	max-width: 100%;
	overflow-x: hidden;
	color: #fff;
}

.btn {
	font-size: 15px;
	line-height: 24px;
	padding: 19px 36px;
	border: none;
	font-weight: 700;
	border-radius: 30px;
	position: relative;
}

.btn.br-10 {
	border-radius: 10px!important
}

.btn.btn-block {
	width: 100%;
}

.btn.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn.btn-secondary {
	background: #192339;
	color: #fff;
}

.btn.btn-border:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	border-radius: inherit;
	background: linear-gradient(256.49deg, #73A7FF 40.31%, #2345CB 98.3%);
}

.btn.btn-dark {
	background: #0D1321;
	color: #fff;
}

.btn.btn-outline {
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.btn.btn-rounded {
	border-radius: 30px;
}

.m-btn {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
	border: none;
	font-size: 24px;
	position: relative;
}

.m-btn.bs-1 {
	color: #2A62FF;
	background: rgba(42, 98, 255, 0.15);
}

a {
	color: #0d6efd;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

header {
	padding: 0px 0;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	border-bottom: 1px solid #698cff21;
}

header.sticky {
	background-color: #11172A;
	padding: 0px 0;
}

header.sticky .nav-menu li {
	padding: 30px 22px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

header .nav-menu {
	margin: 0px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

header .nav-menu li {
	display: block;
	position: relative;
	padding: 50px 22px;
}

header .nav-menu li.nm-btn {
	padding: 0px 22px;
}

header .nav-menu li::after {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: 0px;
	background: transparent;
	left: 0px;
}

header .nav-menu li.active::after {
	background-color: #2662FF;
}

header .nav-menu li.active .nv-link {
	color: #fff;
}

header .nav-menu li .nv-link {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	color: #fff;
}

header .nav-menu li .nv-link:hover {
	color: #eee;
}

.page-head {
	padding-top: 108px;
	color: #fff;
	position: relative;
}

.page-head .ph-bg {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.page-head .ph-content {
	padding: 68px 0;
}

.home-section {
	padding: 100px 0;
}

.hp-title {
	font-weight: bold;
	font-size: 35px;
	line-height: 129%;
	color: #FFFFFF;
}

.hp-title.daily {
	color: #d1d1d1
}

.hp-title.weekly {
	color: #d08949
}

.hp-title.monthly {
	color: #fff000
}

.hp-text {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #626D77;
}

.home-img {
	max-width: 100%;
}

.main-box {
	background: #243CE6;
	-webkit-box-shadow: 0px 53px 120px rgb(30 60 172 / 20%);
	box-shadow: 0px 53px 120px rgb(30 60 172 / 20%);
	border-radius: 35px;
	background-image: url(../images/mb-inng.svg);
	background-size: cover;
	background-position: center;
	margin: 50px 0 0 0
}

.main-box .col-right {
	padding: 30px;
}

.main-box .mb-inn {
	background: #141A2E;
	border-radius: 40px;
}

.main-box .mb-inn .mb-content {
	padding: 54px 50px;
}

.main-box .mb-inn .mb-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 150%;
	color: #fff;
	margin-bottom: 30px;
}

.main-box .mb-inn .mb-text {
	font-size: 14px;
	line-height: 200%;
	color: #dceeff;
	margin-bottom: 0px;
}

.mb-img {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 15px;
}

.mb-img img.mb-img-r {
	position: absolute;
	bottom: 0px;
	height: calc(100% + 75px);
	left: 50%;
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}

.mb-img .mb-card {
	position: absolute;
	left: 100px;
	bottom: 30px;
	padding: 10px;
	background: #141A2E;
	border-radius: 20px;
	height: 84px;
	padding: 11px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 40;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mb-img .mb-card .mb-icon {
	height: 61px;
	width: 61px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 40px;
	background-color: #0d6efd;
	margin-right: 30px;
	border-radius: 11px;
}

.mb-img .mb-card .mb-text {
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	padding-right: 30px;
}

.raffle-box {
	z-index: 2;
	position: relative;
	margin: 15px 5px;
}

.raffle-box .raffle-box-content {
	background-color: #141A2E;
	border-radius: 10px;
	padding: 34px;
	position: relative;
	z-index: 5;
}

.raffle-box::before {
	content: '';
	left: -2px;
	top: -2px;
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: -1;
	background: #0d6efd;
	border-radius: 10px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.raffle-box::after {
	content: '';
	right: -2px;
	bottom: -2px;
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: -1;
	background: #0d6efd;
	border-radius: 10px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.raffle-box:hover::before {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.raffle-box:hover::after {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.raffle-box:hover .rb-btn::before {
	-webkit-transform: scale(100);
	transform: scale(100);
	opacity: 1;
}

.raffle-box .rb-icon {
	position: relative;
}

.raffle-box .rb-icon img {
	width: 100%;
	height: 200px;
	border-radius: 10px
}

.raffle-box .rb-title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 36px;
	margin-top: 24px;
	margin-bottom: 20px;
}

.raffle-box .rb-text {
	color: #CCC;
	font-weight: 300;
	font-size: 14px;
	line-height: 23px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 72px;
	max-height: 72px;
	overflow: hidden;
}

.raffle-box .rb-btn {
	background: rgb(13, 110, 253, 0.1);
	border: 1px solid #0d6efd;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	display: block;
	line-height: 24px;
	padding: 21px 20px;
	border-radius: 10px;
	text-align: center;
	margin-top: 30px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	z-index: 1;
	overflow: hidden;
}

.raffle-box .rb-btn span {
	position: relative;
	z-index: 2;
}

.raffle-box .rb-btn::before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #0d6efd;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: .4;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.head-badge {
	background: rgba(40, 95, 250, 0.1);
	padding: 5px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #2961FD;
	border-radius: 53px;
	display: inline-block;
}

footer {
	padding: 50px 0 40px 0;
	border-top: 1px solid #698cff21;
}

footer .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .footer-copy {
	font-weight: 600;
	font-size: 16px;
	line-height: 10px;
	color: #fff;
}

footer .footer-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

footer .footer-menu li {
	padding: 0 20px;
}

footer .footer-menu li a {
	color: #fff;
	text-decoration: none;
}

footer .footer-menu li a:hover {
	color: #0d6efd;
}

.col-menu-btn {
	display: none;
}

.page-section {
	padding: 0 0 100px 0
}

.search-box {
	z-index: 2;
	position: relative;
	background-color: #141A2E;
	border-radius: 10px;
	padding: 34px;
}

.search-input {
	background: #162245;
	border-radius: 13px;
	position: relative;
	height: 86px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: solid 1px transparent;
}

.search-input:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	border-radius: inherit;
	background: linear-gradient(256.49deg, #35467A 40.31%, #11172A 98.3%);
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.search-input:focus-within::before {
	background: #2348D5;
}

.search-input .s-inp {
	width: 100%;
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 17px;
	line-height: 34px;
	padding: 10px 30px;
}

.search-input .s-inp::-webkit-input-placeholder {
	color: #4B5575;
}

.search-input .s-inp:-ms-input-placeholder {
	color: #4B5575;
}

.search-input .s-inp::-ms-input-placeholder {
	color: #4B5575;
}

.search-input .s-inp::placeholder {
	color: #4B5575;
}

.search-input .s-inp:-webkit-autofill,
.search-input .s-inp:-webkit-autofill:hover,
.search-input .s-inp:-webkit-autofill:focus,
.search-input .s-inp:-webkit-autofill:active {
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	transition: "color 9999s ease-out, background-color 9999s ease-out";
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

.s-topbox {
	border-radius: 25px;
	background: #243CE6;
	-webkit-box-shadow: 0px 53px 120px rgb(30 60 172 / 20%);
	box-shadow: 0px 53px 120px rgb(30 60 172 / 20%);
	background-image: url(../images/fbox-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.s-topbox .stb-body {
	padding: 30px 0px 30px 74px;
	position: relative;
	z-index: 4;
}

.s-topbox .stb-text {
	font-size: 16px;
	line-height: 156%;
	color: #b4d2ef;
}

.htu-box {
	z-index: 2;
	position: relative;
	background-color: #141A2E;
	border-radius: 10px;
	padding: 25px 0;
}

.htu-box .htu-body {
	padding: 25px;
}

.htu-box h3 {
	font-weight: bold;
	font-size: 25px;
	line-height: 31px;
	color: #FFFFFF;
}

.htu-box p {
	font-weight: normal;
	font-size: 15px;
	line-height: 175%;
	color: #FFFFFF;
	margin-top: 14px;
	margin-bottom: 20px;
}

.htu-box .htu-icon {
	width: 50px;
	height: 50px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center
}

.htu-box .htu-icon i {
	position: relative;
	z-index: 4;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 24px;
}

.htu-box .htu-icon::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	background: rgba(128, 134, 180, 0.25);
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.hp-divider {
	max-width: 450px;
	height: 3px;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#285FFA), to(rgba(40, 95, 250, 0)));
	background: linear-gradient(to right, #285FFA, rgba(40, 95, 250, 0));
	margin-bottom: 30px;
	margin-top: 15px
}

.step2,
.head2,
.step3,
.head3 {
	display: none;
}

.home-head-alt {
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin: 30px 0;
	background-color: rgba(7, 255, 106, 0.12);
	font-weight: 500;
	padding: 14px;
	color: #23B261;
	line-height: 24px;
	display: inline-block;
	border-radius: 30px
}

.home-head-alt .ok-icon {
	height: 26px;
	width: 26px;
	background: #238F4E;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin-right: 14px;
}

.alert.alert-danger {
	color: #fff;
	background: #441b28;
	border-color: #c31331;
	border-radius: 10px;
	font-size: 18px
}

.share {
	margin-bottom: 20px
}

.share-btn {
	display: inline-block;
	color: #ffffff;
	border: none;
	padding: 0.5em;
	width: 4em;
	opacity: 0.9;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
	outline: none;
	text-align: center;
	border-radius: 5px;
}

.share-btn:hover,
.share-btn:focus {
	color: #eeeeee;
}

.share-btn:active {
	position: relative;
	top: 2px;
	box-shadow: none;
	color: #e2e2e2;
	outline: none;
}

.share-btn.twitter {
	background: #55acee;
}

.share-btn.google-plus {
	background: #dd4b39;
}

.share-btn.facebook {
	background: #3B5998;
}

.share-btn.stumbleupon {
	background: #EB4823;
}

.share-btn.reddit {
	background: #ff5700;
}

.share-btn.linkedin {
	background: #4875B4;
}

.share-btn.email {
	background: #444444;
}

.share-btn.whatsapp {
	background: #25D366;
}

.faq-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: #fff;
	background-color: #11172A;
	padding: 28px 20px 28px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-radius: 10px
}

.faq-ss-tabs .home-ss-tab .fa-minus {
	display: none;
}

.faq-ss-tabs .home-ss-tab.active {
	background: #243CE6;
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .fa-minus {
	display: block;
}

.faq-ss-tabs .home-ss-tab.active .fa-plus {
	display: none;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

@media (max-width: 575.98px) {
	.main-box {
		background: transparent;
	}
	.main-box .mb-innody {
		padding: 0px;
	}
	.main-box .col-right {
		padding: 0px;
	}
	.main-box .mb-inn .mb-content {
		padding: 54px 30px;
	}
}

@media (max-width: 767.98px) {
	.col-menu {
		display: none;
		position: fixed;
		right: 10px;
		top: 100px;
		background: #0F1728;
		left: 10px;
		border-radius: 15px;
		-webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
		box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
	}
	.col-menu-btn {
		display: block;
	}
	header .nav-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25px 0
	}
	header .nav-menu li {
		padding: 20px 30px;
	}
	.dtu-box .dtu-body {
		padding: 56px 30px 56px 30px;
	}
}

@media (max-width: 991.98px) {
	header .nav-menu li.active::after {
		background: none
	}
	.main-box {
		margin: 0
	}
	.s-topbox .stb-body {
		padding: 30px 15px
	}
	.page-head .ph-content {
		padding: 0
	}
	.hp-title {
		font-size: 32px
	}
	.page-section {
		margin-top: 25px
	}
}

::-webkit-scrollbar {
	width: 8px;
	position: fixed;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: invert(1);
	backdrop-filter: invert(1);
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #000;
}

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 5px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
	margin-left: 10px
}

#clockdiv div > span{
	padding: 10px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 14px;
}

.dropdown-menu li {
	padding: 4px 3px!important;
}