body {
	margin: 0;
	padding: 0;
	background: url('../img/background-img.png');
	width: 100%;
	height: 100%;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
}

/****************
    Header Css
*****************/
.header-navigation {
	padding: 20px 0px;
}

.signup-btn {
	text-align: right;
	margin-top: 30px;
}

.signup-btn .btn {
	color: #fff;
	border: 3px solid #fff;
	padding: 4px 14px;
	border-radius: 23px;
}

.signup-btn .btn img {
	position: relative;
	top: 8px;
}

/****************
    Grid Css
*****************/
.container {
	max-width: 1140px;
	margin: auto;
}

.container-fluid {
	max-width: 100%;
	padding: 0px 50px;
}

.row {
	display: flex;
	justify-content: space-between;
}

.col-2 {
	max-width: 20%;
	flex: 0 0 20%;
}

.col-4 {
	max-width: 33%;
	flex: 0 0 33%;
}

.col-6 {
	max-width: 50%;
	flex: 0 0 50%;
}

.col-8 {
	max-width: 80%;
	flex: 0 0 80%;
}

.col-12 {
	max-width: 100%;
	flex: 0 0 100%;
}

/*****************
    Buttons 
*****************/
.btn {
	text-decoration: none;
}

.text-center {
	text-align: center;
}

/*****************
    Sign up Now 
*****************/
.signup-now {
	background: url('../img/signup-bg.png');
	width: 100%;
	height: 600px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

.signup-now h3 {
	font-weight: 900;
	font-size: 42px;
	color: #fff;
	width: 240px;
	line-height: 52px;
}

/*****************
     Referal 
*****************/
.referal-secion {
	margin-top: 30px;
}

.referal-card h3 {
	font-weight: 900;
	font-size: 50px;
	margin: 0;
	transform: rotate(-9deg);
	line-height: 51px;
	color: #ff00ff;
}

.referal-card img {
	height: 130px;
}

/**********************************
      Directly to your wallet!
**********************************/
.wallet-section {
	padding: 50px 0px;
}

.section-heading h3 {
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	margin-bottom: 0;
}

.section-heading p {
	font-size: 33px;
	margin-top: 10px;
	color: #fff;
}

.loop-video {
	background: url('../img/Video.png');
	width: 100%;
	background-size: 100% 700px;
	height: 700px;
	position: relative;
}

.loop-video video {
	margin: auto;
	display: block;
	width: 88%;
	position: absolute;
	height: 80%;
	left: 0;
	right: 0;
	border-radius: 31px;
	top: 0;
	bottom: 0;
}

.Loop-has h3 {
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	margin-bottom: 0;
}

/*********************
     benefit list
**********************/
.benefit-list {
	margin-top: 30px;
}

.media-left {
	float: left;
	width: 125px;
	text-align: center;
}

.media {
	margin-bottom: 40px;
	clear: both;
}

.media-left strong {
	text-transform: uppercase;
	color: #fff;
}

.media-left h3 {
	font-weight: 900;
	color: #fff;
	font-size: 66px;
	line-height: 81px;
	border: 2px solid #fff;
	display: block;
	margin: 0;
	border-radius: 20px 20px 0 0;
	border-bottom: none;
	margin-top: 16px;
}

.media-body {
	float: left;
	margin: 0px 33px;
	padding-top: 50px;
}

.media-body p {
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding-top: 10px;
	margin-bottom: 70px;
}

.media:before {
	position: absolute;
	content: '';
	width: 90%;
	height: 2px;
	background: #fff;
	left: 0;
	margin-top: 116px;
}

.step-join-loop {
	clear: both;
	margin-top: 200px;
}

.step-join-loop .section-heading {
	margin-top: 100px;
	margin-bottom: 50px;
}

.join-loop-card {
	background: url(../img/loop-1.png);
	max-width: 500px;
	height: auto;
	background-size: 100% 404px;
	position: relative;
	padding-bottom: 50px;
	margin: auto;
}

.join-loop-card h3 {
	font-weight: 900;
	color: #fff;
	font-size: 29px;
	text-align: center;
	padding-left: 35px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.join-loop-card p {
	text-align: center;
	color: #fff;
	font-size: 19px;
	max-width: 370px;
	margin: auto;
	line-height: 29px;
}

.media-icon {
	display: flex;
	margin: 0 55px;
	margin-top: 30px;
}

.media-icon img {
	margin-right: 20px;
	margin-top: 0px;
}

.media-icon span {
	color: #fff;
}

.block {
	display: block;
}

.mt-10 {
	padding-top: 10px;
}

.playstore-img {
	display: flex;
	text-align: center;
	display: block;
	margin-top: 30px;
}

.playstore-img img {
	margin: 0px 5px;
}

.card-number {
	position: absolute;
	left: -40px;
	bottom: 2px;
}

.card-number h1 {
	font-weight: 900;
	color: #fff;
	font-size: 62px;
}

.card-2 p {
	max-width: 400px;
}

.card-2 .media-icon {
	display: block;
	text-align: center;
	margin: 24px 13px;
}

.card-2 .media-icon img {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin: auto;
}

.d-flex {
	max-width: 300px;
	display: flex;
	margin: auto;
}

.center-text {
	text-align: center;
	color: #fff;
	margin: auto;
}

.center-text strong {
	color: #fff;
}

.exchange-list ul {
	text-align: center;
	margin: auto;
	display: block;
	max-width: 311px;
	margin-top: 25px;
	padding-bottom: 68px;
}

.exchange-list ul li {
	color: #fff;
	position: relative;
	text-align: left;
	width: 155px;
	float: left;
}

.exchange-list ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: 0;
	top: 7px;
	left: -16px;
	transform: rotate(45deg);
}

.exchange-list ul li img {
	margin-left: 10px;
	text-align: right;
	float: right;
	padding-right: 35px;
}

.mt-30 {
	margin-top: 30px;
}

.card-3 {
	background: url('../img/loop-3.png');
	background-size: 100% 100%;
}

.card-3 h3 {
	text-align: left;
	padding-left: 50px;
	font-size: 29px;
}

.card-3 p {
	text-align: center;
	font-size: 17px;
	max-width: 387px;
	margin: auto;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 23px;
}

.text-left {
	text-align: left;
}

.card-3 .center-text {
	max-width: 300px;
	margin: auto;
	display: block;
}

.card-3 .exchange-list ul {
	max-width: 300px;
	display: grid;
	text-align: left;
	padding-bottom: 20px;
}

.card-3 .exchange-list ul li {
	display: inline-block;
	width: auto;
	float: inherit;
}

.signup-now-btn {
	background: url(../img/btn-shadow.png);
	margin: auto;
	width: 300px;
	height: 68px;
	background-size: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	line-height: 0;
}

.signup-now-btn .btn {
	font-weight: 900;
	color: #fff;
	font-size: 21px;
}

.card-3 .card-number {
	position: absolute;
	left: -47px;
	bottom: 8px;
}

.entry-data {
	display: flex;
	margin: auto;
	max-width: 390px;
}

.entry-data strong {
	color: #fff;
	padding-top: 50px;
}

.card-4 .join-loop-card h3 {
	font-size: 29px;
	text-align: left;
	padding-left: 67px;
}

.card-5 {
	background: url(../img/loop-5.png);
	max-width: 100%;
	margin-top: 50px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.card-5 h3 {
	text-align: left;
	padding-left: 62px;
	font-size: 32px;
	position: relative;
	top: -5px;
}

.card-5 .entry-data {
	display: flex;
	margin: auto;
	max-width: 100%;
	margin-left: 130px;
	margin-top: 13px;
}

.card-5 p {
	text-align: left;
	color: #fff;
	font-size: 22px;
	max-width: 650px;
	line-height: 29px;
	padding-left: 30px;
	margin: 0;
	margin-top: 18px;
}

.card-5 .card-number {
	position: absolute;
	left: -41px;
	bottom: 42px;
}

.card-5 .entry-data {
	display: inline-block;
	margin-left: 80px;
	margin-top: 0;
}

.card-5 .mockup-img {
	float: left;
}

.telegram-icon {
	text-align: center;
	margin-top: 30px;
}

.telegram-icon span {
	color: #fff;
	margin-bottom: 20px;
	display: block;
}

.telegram-icon span a {
	color: #fff;
	text-decoration: none;
}

.telegram-icon img {
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 20px;
	text-align: center;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.logo {
		height: 50px;
	}

	.referal-secion .row {
		display: block;
	}

	.referal-card {
		margin-bottom: 40px;
	}

	.referal-secion .col-4 {
		max-width: 100%;
	}

	.step-join-loop .row {
		display: block;
	}

	.step-join-loop .col-6 {
		max-width: 100%;
		flex: 0 0 100%;

	}

	.signup-now {
		background: url(../img/signup-bg.png);
		width: 100%;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center;
		align-items: center;
		justify-content: center;
		display: flex;
		background-size: 100% 250px;
	}

	.signup-now h3 {
		font-weight: 900;
		font-size: 18px;
		color: #fff;
		width: 77px;
		line-height: 21px;
	}

	.container-fluid {
		padding: 0px 12px;
	}

	.signup-btn {
		text-align: right;
		margin-top: 6px;
	}

	.loop-video {
		background: inherit;
		width: 100%;
		height: auto;
		position: relative;
		background-size: cover;
		margin-top: 80px;
	}

	.loop-video video {
		margin: auto;
		display: block;
		width: 300px;
		position: inherit;
		height: inherit;
		left: 0;
		right: 0;
		border-radius: 0px;
		top: -45px;
		bottom: 0;
	}

	.Loop-has h3 {
		font-size: 28px;
		margin-top: 5px;
	}

	.media-body p {
		font-size: 10px;
	}

	.media-left h3 {
		font-size: 44px;

	}

	.media-left {
		width: 92px;
	}

	.benefit-list {
		margin-top: 30px;
		padding-left: 10px;
	}

	.step-join-loop {
		clear: both;
		margin-top: 50px;
		padding: 0 18px;
	}

	.join-loop-card h3 {
		font-size: 18px;
		text-align: left;
		padding-left: 45px;
		top: 0;
		margin-top: 12px;
	}

	.join-loop-card p {
		font-size: 11px;
	}

	.media-icon span {
		color: #fff;
		font-size: 13px;
	}

	.playstore-img img {
		margin: 0px 5px;
		height: 28px;
	}

	.join-loop-card {
		background: inherit;
		max-width: 100%;
		border: 1px solid #fff;
		height: auto;
		background-size: 100%;
		position: relative;
		padding-bottom: 28px;
		margin: auto;
		margin-bottom: 36px;
		border-radius: 10px;
	}

	.media-icon {
		margin-top: 12px;
	}

	.playstore-img {
		margin-top: 15px;
	}

	.card-number {
		position: absolute;
		left: inherit;
		bottom: -16px;
		right: 6px;
	}

	.card-number h1 {
		font-size: 36px;
	}

	.card-5 .entry-data {
		margin-left: 15px;
	}

	.exchange-list ul li {
		width: 134px;
	}

	.card-5 p {
		line-height: 20px;
		padding-left: 1px;
	}

	.card-3 .card-number {
		position: absolute;
		left: inherit;
		bottom: 81px;
		right: 12px;
	}

	.card-5 .card-number {
		left: inherit;
		right: 10px;
		bottom: 0;
	}

	.media-body {
		margin: 0px 14px;
	}

	.benefit-list .media {
		display: flex;
	}

	.wallet-section {
		padding-bottom: 20px;
	}

	.step-join-loop .section-heading {
		margin-top: 40px;
	}

	.telegram-icon span {
		font-size: 13px;
	}
}

.link-rules {
	max-width: 800px;
	margin: auto;
	padding-top: 20px;
	display: flex;
	justify-content: space-around;
}

.link-rules a {
	width: 18vw;
	max-width: 150px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background: url("../img/background-img.png");
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff1c;
}

.link-rules a:active {
	border: 1px solid #ffffff00;
}

.link-rules a img {
	width: 38px;
}

#overlay-modal {
	display: block;
	width: 100vw;
	height: 100vh;
	background: #000000b0;
	position: fixed;
	top: 0px;
	display: none;
}

.rules-modal {
	width: 100vw;
	position: fixed;
	bottom: 0px;
	max-height: 80%;
	height: 80%;
	overflow-y: auto;
	background: url("../img/background-img.png");
	border-radius: 20px 20px 0px 0px;
	transform: translateY(100%);
	transition: transform 0.5s ease;
}

.rules-modal .body-rules {
	padding: 6px;
	display: none;
}

.rules-modal .body-rules .video-dom {
	position: relative;
}

.play-icon {
	width: 50px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal-active {
	transform: translateY(0px);
	transition: transform 0.5s ease;
}

.rules-modal .header-rules {
	height: 70px;
	border-radius: 20px 20px 0px 0px;
	/* position: sticky; */
	background: url("../img/background-img.png");
	line-height: 70px;
	/* top: 0px; */
}

.rules-modal .header-rules h3 {
	margin: 0px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	font-family: math;
	font-weight: 500;
	text-shadow: 2px 2px 2px 2px #000;
	text-shadow: 4px 6px 4px black;
}

.rules-modal img {
	width: 100%;
	transition: all 3s;
}

.rules-dom {
	text-align: center;
	padding-bottom: 50px;
}

.rule-mp4 {
	width: 100%;
	filter: brightness(50%) contrast(100%)
}