* {
	margin: 0;
	padding: 0;
}
.landing-page .navbar {
	border: 0;
}
.landing-page .navbar .navbar-nav li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	padding: 12px 18px !important;
	text-align: center;
}
.landing-page .navbar .navbar-nav li a.register {
	background-color: #ee4540;
	border-radius: 8px;
	box-shadow: inset 0 0 30px 0 rgba(255,255,255,30%);
}
.landing-page .navbar .navbar-nav li a.register i {
	color: #000;
}
.landing-page .navbar {
	border-bottom: 2px solid #842927;
}
.landing-page {
	font-family: 'Montserrat', sans-serif;
}
.landing-page #top-section {
	padding: 80px 0;
	position: relative;
	background-image: url('../img/top-shadow2.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.landing-page #top-section::before {
	content: '';
	position: absolute;
	background-image: url(../img/top-shadow.png);
	width: 500px;
	height: 500px;
	background-size: 700px 700px;
	top: -70px;
}
.landing-page .main-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 50px;
}
.landing-page .top-sec-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 100px 0 0 0;
}
.landing-page .top-sec-list li {
	flex: 0 0 100%;
	max-width: 100%;
}
.landing-page .top-sec-list li p {
	position: relative;
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	padding-left: 40px;
}
.landing-page .top-sec-list li p::after {
	content: '';
	position: absolute;
	background-image: url('../img/tick.png');
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.landing-page .login-frm {
	background-color: rgba(0,0,0,54%);
	padding: 50px 30px 40px 30px;
	border: 1px solid #ee4540;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,34%);
}
.landing-page .login-frm-title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.landing-page .login-frm-title .login-title-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 100px;
	background-color: #ee4540;
	box-shadow: inset 0 0 30px 0 rgba(255,255,255,.3);
	margin-right: 15px;
	color: #000;
	font-size: 24px;
}
.landing-page .form-group {
	position: relative;
	margin-bottom: 15px;
}
.landing-page .form-control {
	height: 58px;
	background-color: #6c5e63;
	border-color: #6c5e63;
	color: rgba(255,255,255,.8);
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
}
.landing-page input[type=text]:focus, 
.landing-page input[type=password]:focus, 
.landing-page input[type=email]:focus, 
.landing-page input[type=tel]:focus, 
.landing-page input[type=number]:focus {
    color: #000 !important;
}
.landing-page .form-control::placeholder {
	color: rgba(255,255,255,.8);
	opacity: 1;
}
.landing-page .btn.btn-primary {
	background-color: #ee4540;
	box-shadow: inset 0 0 30px 0 rgba(255,255,255,.3);
	border-color: #ee4540;
	padding: 15px 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.landing-page .login-frm .btn.btn-primary {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.landing-page .remember-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-top: 20px;
}
.landing-page .remember-row .form-check-label {
	font-size: 15px;
	font-weight: 500;
	color: rgba(255,255,255,83%);
}
.landing-page .remember-row .forget-pswd {
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
}
.landing-page #yuvraj {
	padding: 140px 0;
	position: relative;
}
.landing-page .title {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}
.landing-page .title-red {
	color: #ee4540;
}
.landing-page .txt.title-txt {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	line-height: 1.4;
}
.landing-page .txt {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255,255,255,79%);
	line-height: 1.4;
	font-family: 'Poppins';
}
.landing-page #yuvraj iframe {
	height: 340px;
	border-radius: 25px;
	width: 100%;
}
.landing-page #yuvraj::before {
	content: '';
	position: absolute;
	width: 70%;
	height: 90%;
	background-color: transparent;
	border: 1px solid #e6443f;
	z-index: -1;
	right: 0;
	border-right: 0;
	border-radius: 20px 0 0 20px;
	top: 50%;
	transform: translateY(-50%);
}
.landing-page .yt-button-wrap {
	position: relative;
}
.landing-page #yuvraj .row {
	align-items: center;
}
.landing-page .yt-button-wrap .yt-button {
	position: absolute;
	top: -150px;
	left: 250px;
}
.landing-page #yuvraj::after {
	content: '';
	position: absolute;
	background-image: url(img/yuvraj-shadow.html);
	width: 1000px;
	height: 1000px;
	top: -300px;
	left: 0;
	right: 0;
	background-size: 800px 800px;
	background-repeat: no-repeat;
	z-index: -1;
	margin: auto;
}
.landing-page #advantage {
	padding: 80px 0;
}
.landing-page .advantage-box-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 0;
	margin: 50px 0 0 0;
}
.landing-page .advantage-icon {
	margin-bottom: 15px;
}
.landing-page .advantage-title {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	line-height: 1.4;
	text-align: center;
}
.landing-page .advantage-box {
	background-color: #0a0202;
	border: 1px solid #e6443f;
	border-radius: 15px;
	padding: 20px;
	position: relative;
	margin: 0 5px;
	height: 177px;
}
.landing-page .advantage-box::after {
	content: '';
	position: absolute;
	background-image: url('../img/advantage-shadow.png');
	width: 167px;
	height: 148px;
	bottom: 0;
	right: 0;
}
.landing-page .advantage-box-ul li {
	flex: 0 0 24%;
	max-width: 24%;
	margin-bottom: 20px;
}
.landing-page #started {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.landing-page #started::before,
.landing-page #secret::before,
.landing-page #free::before,
.landing-page #become::before,
.landing-page footer::before {
	content: '';
	position: absolute;
	background-image: url('../img/started-shadow.png');
	height: 700px;
	width: 700px;
	background-size: 700px 700px;
	top: 0;
	left: 0;
	z-index: -1;
}
.landing-page #started::after,
.landing-page #secret::after,
.landing-page #free::after,
.landing-page #become::after,
.landing-page footer::after {
	content: '';
	position: absolute;
	background-image: url('../img/started-shadow2.png');
	height: 700px;
	width: 700px;
	background-size: 700px 700px;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.landing-page .started-box {
	clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
	background-color: #ee4540;
	padding: 30px 20px;
	min-height: 210px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.landing-page .started-box-num {
	width: 40px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 100px;
	background-color: #000000;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	box-shadow: 0 0 5px 5px rgba(0,0,0,70%);
}
.landing-page .started-box-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0 5px;
}
.landing-page .started-box-txt {
	margin: 0;
	font-size: 16px !important;
}
.landing-page .started-box.started-box3 {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 90%);
}
.landing-page .row.started-box-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.landing-page .started-box.started-box2 .started-box-num {
	background-color: #ee4540;
	box-shadow: 0 0 5px 5px rgba(255,255,255,20%);
}
.landing-page .title span {
	color: #ee4540;
}
.landing-page #started .row {
	align-items: center;
}
.landing-page .started-box.started-box2 {
	background-color: #000;
}
.landing-page .subtitle {
	font-size: 25px;
	font-weight: 600;
	color: #ee4540;
	margin: 0;
}
.landing-page .coin-img {
	margin-bottom: 15px;
}
.landing-page #gateways .btn.btn-primary {
	box-shadow: inset 0 0 30px 0 rgba(255,255,255,30%), 0 10px 15px 0 rgba(255,255,255,50%);
	border-radius: 12px;
}
.landing-page #gateways {
	padding: 80px 0;
}
.landing-page .row.gateways-row {
	border: 1px solid #ee4540;
	border-radius: 12px;
	padding: 35px;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.landing-page .gateways-img {
	display: block;
	margin: auto;
}
.landing-page .row.gateways-row::before,
.landing-page .spenders-row::before {
	content: '';
	position: absolute;
	background-image: url(../img/gateways-shadow.png);
	width: 1140px;
	height: 1140px;
	background-size: 1140px 1140px;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}
.landing-page .free-thumbs-up {
	margin: auto auto 50px;
	display: block;
}
.landing-page .testi-slide {
	text-align: center;
	position: relative;
	padding: 30px 20px;
	background-color: #000;
	border: 1px solid #f7504c;
	border-radius: 12px;
	margin: 50px 10px 0;
}
.landing-page .testi-title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #e6443f;
	margin-top: 15px;
}
.landing-page .testi-img {
	margin: -80px auto 0;
}
.landing-page .testi-slide .stars {
	display: block;
	margin: auto;
}
.landing-page .testi-wrap {
	margin: 80px 0 30px;
}
.landing-page .testi-wrap-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
}
.landing-page .testi-wrap-nav button {
	width: 40px;
	height: 40px;
	background-color: #ee4b46;
	border: 0;
	box-shadow: none;
	border-radius: 100px;
	color: #000;
	font-size: 20px;
	margin-left: 10px;
}
.landing-page #secret,
.landing-page #free {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.landing-page .row.spenders-row {
	border: 1px solid #ee4540;
	border-radius: 12px;
	padding: 35px;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.landing-page .spenders-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	padding: 0;
	list-style: none;
	margin: 0;
}
.landing-page .spenders-ul li {
	flex: 0 0 19%;
	max-width: 19%;
}
.landing-page .spender-wrap {
	padding: 15px;
	background-color: #e6443f;
	border-radius: 15px;
}
.landing-page .spender-img {
	display: block;
	margin: auto auto 12px;
}
.landing-page .spender-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.landing-page .spender-price {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.landing-page .spender-txt {
	text-align: center;
	margin-bottom: 0;
}
.landing-page .spender-wrap {
	padding: 15px 15px 50px 15px;
	background-color: #e6443f;
	border-radius: 15px;
}
.landing-page #spenders {
	padding: 80px 0;
}
.landing-page .row.spenders-row .title {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 18px;
}
.landing-page #faqs {
	padding: 80px 0;
}
.landing-page .accordion-item {
	background-color: #ea3733;
	border: 0 !important;
	margin-bottom: 20px;
	border-radius: 12px !important;
}
.landing-page .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #ea3733;
	box-shadow: none;
}
.landing-page .accordion-button {
	background-color: #ea3733;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 12px !important;
	padding-right: 45px;
}
.landing-page .accordion-body {
	color: #fff;
}
.landing-page .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
}
.landing-page .accordion-button::after {
	content: '\f107';
	background-image: none !important;
	width: 25px;
	height: 25px;
	background-color: #fff !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #ea3733;
}
.landing-page .accordion-button:not(.collapsed)::after {
	content: '\f106';
}
.landing-page .col-sm-6.become-box {
	background-color: #e6443f;
	position: relative;
}
.landing-page .become-box::before {
	content: '';
	width: 100%;
	height: 70px;
	background-color: #e6443f;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	border-radius: 25px 25px 0 0;
}
.landing-page #become {
	padding: 80px 0 0;
	overflow: hidden;
	position: relative;
}
.landing-page #become .title {
	font-size: 30px;
	font-weight: 600;
}
.landing-page #become .row {
	align-items: center;
}
.landing-page footer {
	border-top: 1px solid #e6443f;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
}
.landing-page .copyright {
	margin-bottom: 0;
	font-size: 18px;
	color: #fff;
}
.landing-page footer::before {
	top: -280px;
}
.landing-page footer::after {
	top: -280px;
}
.landing-page #faqs .row {
	align-items: center;
}
.started-box2.show-mob {
	display: none;
}
.ml-auto {
	margin-left: auto;
}
.landing-page .advantage-icon {
	margin: 0 auto 15px;
	display: block;
}
.landing-page #free .btn.btn-primary {
	display: block;
	margin: 40px auto 0;
	width: max-content;
}





@media (max-width:550px) {
    .landing-page #top-section::before {
    	display: none;
    }
    .landing-page .navbar-toggler .navbar-toggler-icon {
    	font-size: 18px;
    	color: #ff433e;
    }
    .landing-page #top-section {
        padding: 30px 0;
    }
    .landing-page .main-title {
    	font-size: 18px;
    	line-height: 1.4;
    }
    .landing-page .main-title br {
    	display: none;
    }
    .landing-page .top-sec-list li p {
    	font-size: 16px;
    	margin-bottom: 5px;
    }
    .landing-page .top-sec-list li p::after {
    	width: 15px;
    	height: 15px;
    	background-size: 15px 15px;
    }
    .landing-page .login-frm {
    	padding: 20px 15px;
    	margin-top: 20px;
    }
    .landing-page .login-frm-title {
    	font-size: 18px;
    	margin-bottom: 20px;
    }
    .landing-page .login-frm-title .login-title-icon {
    	width: 50px;
    	height: 50px;
    	font-size: 18px;
    }
    .landing-page .form-control {
        height: 42px;
    }
    .landing-page .login-frm .btn.btn-primary {
    	font-size: 16px;
    	padding: 10px 20px;
    }
    .landing-page #yuvraj::before {
    	display: none;
    }
    .landing-page #yuvraj {
	padding: 30px 0;
}
.landing-page .yt-button-wrap .yt-button {
	position: unset;
	max-width: 70px;
	margin-bottom: 15px;
}
.landing-page #yuvraj iframe {
	height: 220px;
	box-shadow: 0 0 0 1px rgba(255,255,255,95%) !important;
	border-radius: 12px;
	margin-bottom: 20px;
}
.landing-page .title {
	font-size: 32px;
	line-height: 1.4;
}
.landing-page .txt.title-txt {
	font-size: 18px;
}
.landing-page .txt {
	font-size: 14px;
}
.landing-page #advantage {
	padding: 15px 0;
}
.landing-page .advantage-box-ul {
	margin: 10px 0 0 0;
}
.landing-page .advantage-box-ul li {
	flex: 0 0 100%;
	max-width: 100%;
}
.landing-page .advantage-box {
	height: auto;
}
.landing-page #started {
	padding: 15px 0;
}
.landing-page #gateways {
	padding: 15px 0;
}
.landing-page .row.gateways-row {
	margin: auto;
	padding: 15px;
}
.landing-page .subtitle {
	font-size: 18px;
}
.landing-page .btn.btn-primary {
	padding: 12px 20px;
	font-size: 16px;
}
.landing-page .gateways-img {
	margin-top: 35px;
}
.landing-page #secret, .landing-page #free {
	padding: 20px 0;
}
.landing-page .testi-row .title {
	margin-bottom: 0;
}
.landing-page .testi-wrap {
	margin: 30px 0;
}
.landing-page #secret .btn.btn-primary {
	margin: auto;
	display: block;
	width: max-content;
}
.landing-page .testi-wrap-nav {
	justify-content: center;
	margin-top: 25px;
}
.landing-page #spenders {
	padding: 20px 0;
}
.landing-page .row.spenders-row {
	margin: auto;
	padding: 15px;
}
.landing-page .spenders-ul li {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.landing-page .spender-wrap {
	padding: 15px;
}
.landing-page .spender-title {
	font-size: 14px;
}
.landing-page .spender-price {
	font-size: 28px;
}
.landing-page #faqs {
	padding: 15px 0;
}
.landing-page .accordion-item:first-of-type .accordion-button,
.landing-page .accordion-button {
	font-size: 14px;
}
.landing-page .accordion-button::after {
	transform: translateY(-50%) !important;
}
.landing-page .testi-row .title br {
	display: none;
}
.landing-page #become {
	padding: 15px 0 0;
}
.landing-page .become-box::before {
	display: none;
}
.landing-page .col-sm-6.become-box {
	padding-top: 20px;
}
.landing-page footer {
	padding: 15px 0;
}
.landing-page .copyright {
	font-size: 14px;
}
.landing-page #yuvraj::after {
	display: none;
}
.landing-page .started-box.started-box2.show-mob {
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.landing-page .started-box2 {
	display: none;
}
.landing-page .started-box2.show-mob {
	display: block;
}
.landing-page .started-box2.show-mob .started-box-num {
	margin-top: 15px;
}
}

