/*Notice*/
.noticebar {
	overflow: hidden;
	background: #D6E818;
	position: absolute;
	top: 84px;
	z-index: 100;
	width: 100%;
}

.noticebar .container {
	max-width: 78%;
}

.noticebar a {
	color: #000;
	font-size: 13px;
}

.noticebox {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding-left: 30px;
	background: url(../images/noticeicon.png) left center no-repeat;
}

.noticebar ul {
	width: 70%;
	padding: 0px;
	list-style: none;
}

.noticebox li {
	height: 42px;
	padding-left: 10px;
}


.noticebar .notice-item {
	-webkit-box-flex: 1;
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.noticebar .notice-item::after {
	content: '/';
	display: block;
	color: #fff;
	font-size: 13px;
	position: absolute;
	right: 12%;
	opacity: .6;
}

.noticebtn {
	text-align: right;
	display: inline-block;
	float: right;
	margin-top: -30px;
}

.aboutUsWrap {
	background: #080808 url(../images/aboutwrap_con.png) bottom center no-repeat;
	background-size: cover;
	padding: 12% 0px 16% 0px;
}

.aboutUsWrap .container {
	max-width: 76%;
}

.aboutIntro p {
	color: #D9D9D9;
	font-size: 32px;
	font-weight: bold;
}


/*systems*/
.systemscon {
	height: 100vh;
	background: #191919 url(../images/systemscon_bg.png) center center no-repeat;
	background-attachment: fixed;
	padding: 8% 0px 12% 0px;
}

.systemscon .container {
	max-width: 78%;
}

.systemscon h1 {
	color: #d1ff52;
	font-size: 56px;
	font-weight: bold;
	margin-bottom: 2rem;
}

.systemscon .overview {
	color: #000;
	background: #d1ff52;
	padding: 30px 25px;
}

.systemscon .overview h5 {
	font-size: 21px;
	font-weight: bold;
}

.systemscon .overview p {
	font-size: 24px;
	font-weight: bold;
}

.systemscon .overview p span {
	font-family: "Minecraft";
	font-size: 42px;
}

.systemscon .overview p img {
	margin: 0px 10px;
}

.systemscon .subtitle {
	width: 500px;
	min-height: 210px;
	position: relative;
	padding: 30px 20px;
	background: #000 url(../images/systems_subtitlebg.png) 90% center no-repeat;
	margin-left: -100px;
}

.systemscon .subtitle h3 {
	font-family: "Minecraft";
	color: #d1ff52;
}

.systemscon .subtitle h4 {
	font-family: "Minecraft";
	position: absolute;
	bottom: 30px;
	color: #d1ff52;
}

.systemscon .systemtxt {
	background: #fff url(../images/systemtxtbg.png) 96% top no-repeat;
	padding: 40px 40px;
	font-size: 18px;
	position: relative;
	z-index: 20;
	margin-top: -20px;
}

.systemscon .systemtxt span {
	font-size: 42px;
	font-family: "Minecraft";
}

/*Buy DRB*/
.ourvision {
	height: 90vh;
	overflow: hidden;
	padding: 8% 0 10% 0px;
	background: #000 url(../images/ourvision_bg.jpg) center center no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
}

.ourvision .container {
	max-width: 76%;
}

.ourvision .morebtn {
	font-size: 21px;
	background: #d1ff52;
	color: #000;
	width: 290px;
	height: 57px;
	border-radius: 0px;
	display: inline-block;
	margin-top: 2rem;
	padding-left: 20px;
	padding-top: 10px;
	z-index: 100;
	position: relative;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: url(../images/buybtn_bg.png) center center no-repeat;
	background-size: 100%;
}

.ourvision .drbtxt {
	position: relative;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
}

.ourvision .drbtxt h2 {
	font-size: 56px;
	margin-bottom: 30px;
	margin-top: 40px;
	color: #d1ff52;
}

.ourvision .drbtxt h6 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 40px;
}

.ourvision .drbimg {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ourvision .drbimg img {
	width: 100%;
}



/**/
.weOfferWrap {
	background: #000 url(../images/weofferwrap_bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 6% 0px 8% 0px;
}

.weOfferWrap .container {
	max-width: 78%;
}

.weOfferWrap .title {
	margin-bottom: 2rem;
}

.weOfferWrap .title h2 {
	color: #D6E818;
	font-size: 62px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.weOfferWrap .title p {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 2rem;
}

.weOfferWrap .listGroup .innerCard {
	margin-bottom: 40px;
}

.weOfferWrap .listGroup .innerCard .card {
	height: 320px;
	border-radius: 12px;
	padding: 40px 40px;
	text-align: center;
	background: #060606;
	border: 1px solid #363636;

}

.weOfferWrap .listGroup .innerCard .card-img {
	margin-bottom: 20px;
}

.weOfferWrap .listGroup .innerCard .card-img img {
	width: 80px;
}

.weOfferWrap .listGroup .innerCard .card-body {
	padding: 0px;
}

.weOfferWrap .listGroup .innerCard .card-body h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	text-transform: capitalize;
	color: #FFFFFF;
}

.weOfferWrap .listGroup .innerCard .card-body p {
	color: #8D8D8D;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 16px;
	font-family: Arial, sans-serif !important;
}



/*contactus*/
.contactus {
	padding: 8rem 0px 12rem 0px;
	background: url(../images/communitybg.jpg) center center no-repeat;
}

.contactus .container {}

.contactus .title h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.2rem;
	color: #d1ff52;
}

.contactus .title p {
	font-size: 21px;
	margin: 12px 0px;
	margin-bottom: .5rem;
	color: #fff;
	text-align: center;
}

.contactus .snsbtn {
	text-align: center;
	margin-top: 2rem;
}

.contactus .morebtn {
	font-size: 21px;
	background: #d1ff52;
	width: 181px;
	height: 62px;
	margin: 0 20px;
	border-radius: 0px;
	display: inline-block;
	margin-top: 2rem;
	padding-left: 20px;
	padding-top: 10px;
	z-index: 100;
	position: relative;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: url(../images/buybtn_bg.png) center center no-repeat;
	background-size: 100%;
	margin-left: 10px;
}

.contactus .morebtn.twitter {
	background: url(../images/twitter_btn.png) center center no-repeat;
	background-size: 100%;
}

.contactus .morebtn.telegram {
	background: url(../images/telegram_btn.png) center center no-repeat;
	background-size: 100%;
}

@media only screen and (max-width: 1680px) {
	.contactus {
		padding: 6rem 0px;
	}

	.contactus .title h2 {
		font-size: 36px;
	}

	.contactus .title h2 {
		font-size: 34px;
	}

	.banner-dragon img {
		width: 90%;
	}

	.systemscon {
		height: auto;
	}

	.ourvision {
		height: auto;
	}

	.ourvision .drbimg {
		text-align: right;
	}

	.ourvision .drbimg img {
		width: 90%;
	}
}

@media only screen and (max-width:1440px) {

	.contactus .title h2 {
		font-size: 34px;
	}

	.contactus .followus .snsbtn {
		width: 60px;
		height: 60px;
		background-size: 100%;
	}
}


@media only screen and (max-width:1024px) {
	.contactus {
		padding: 5rem 0px 5rem 0px;
	}

	.contactus .title h2 {
		font-size: 32px;
	}

	.contactus .title p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 640px) {

	.weOfferWrap h2 {
		font-size: 45px;
	}

	.weOfferWrap p {
		color: #fff;
		font-size: 18px;
	}

	.weOfferWrap .title {
		padding: 0px;
	}

	.weOfferWrap .container,
	.weOfferWrap .row {
		padding: 0px;
	}

	.contactus {
		padding: 6rem 0px 6rem 0px;
	}

	.contactus .title h2 {
		font-size: 30px;
		margin-bottom: 2rem;
	}

	.contactus .container {
		width: 94%;
	}

	.contactus .followus .snsbtn {
		width: 60px;
		height: 60px;
		background-size: 100%;
	}

	.contactus .title p {
		font-size: 18px;
		line-height: 1.2;
	}
}


@media only screen and (max-width: 2560px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width:1360px) {}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width: 1180px) {
	.systemscon .systemtxt span {
		font-size: 36px;
		font-family: "Minecraft";
	}
	
}

@media only screen and (max-width: 1024px) {
	.weOfferWrap .listGroup .innerCard .card {
	    height: auto;
	    padding: 40px 40px;
	    border: 1px solid #363636;
	}
	.ourvision .drbtxt h6 {
	    font-size: 21px;
	}
}

@media only screen and (max-width: 768px) {
	.noticebar ul {
		width: 100%;
		margin-left: 0px;
		list-style: none;
		padding: 0px;
	}

	.systemscon {
		height: auto;
	}

	.systemscon .subtitle {
		margin-left: 0px;
		margin-top: 20px;
	}

	.ourvision {
		height: auto;
		background: #000 url(../images/buydrb_bg.jpg) center center no-repeat;
		background-size: cover;
		padding-bottom: 0px;
	}

	.ourvision .drbimg {
		text-align: right;
	}

	.ourvision .drbimg img {
		width: 60%;
	}

	.swapscreen img {
		margin-bottom: 2rem;
	}
	
}

@media only screen and (max-width: 640px) {
	.noticebar {
		top: 72px;
	}

	.systemscon .overview h5 {
		font-size: 16px;
	}

	.systemscon .overview p {
		font-size: 21px;
	}

	.systemscon .overview p span {
		font-size: 36px;
	}

	.systemscon .systemtxt {
		font-size: 16px
	}
}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 480px) {
	.systemscon .subtitle {
		margin-left: 0px;
		margin-top: 20px;
		width: 300px;
		background: #000;
	}

	.systemscon .row,
	.systemscon .col-lg-4,
	.systemscon .col-lg-8 {
		padding: 0px;
	}

	.systemscon .systemtxt {
		padding: 20px;
		padding-top: 50px;
	}

	.systemscon .systemtxt span {
		font-size: 36px;
		font-family: "Minecraft";
	}

	.ourvision .drbtxt h2 {
		font-size: 36px;
	}

	.ourvision .drbtxt h6 {
		font-size: 21px;
	}

	.ourvision .morebtn {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
}