@font-face {
	font-family: 'Regular';
	src: url('asset/Fonts/Montserrat-Regular.otf');
}
@font-face {
	font-family: 'Bold';
	src: url('asset/Fonts/Montserrat-Bold.otf');
}
@font-face {
	font-family: 'Light';
	src: url('asset/Fonts/Montserrat-Light.otf');
}
@font-face {
	font-family: 'Medium';
	src: url('asset/Fonts/Montserrat-Medium.otf');
}

*{
	margin: 0 !important;
	padding: 0;
	box-sizing:border-box;
}
/* #canvas1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(black)
} */


/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

   html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
   body{line-height:1}
   article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
   nav ul{list-style:none}
   blockquote,q{quotes:none}
   blockquote:before,blockquote:after,q:before,q:after{content:none}
   a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
   mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
   del{text-decoration:line-through}
   abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
   table{border-collapse:collapse;border-spacing:0}
   hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
   input,select{vertical-align:middle}
   li{list-style:none}
   
   
   /* =============================================================================
	  My CSS
	  ========================================================================== */
   
   /* ---- base ---- */
   

  
   canvas{
	 display: block;
	 /* vertical-align: bottom; */
   }
   
   /* ---- particles.js container ---- */
   
   #particles-js{
	 width: 100%;
	 height: 100%;
	 background-image: url('');
	 background-size: cover;
	 background-position: 50% 50%;
   }
html {
	margin: 0 !important;
	padding: 0 !important;
	  width:100%;
	  height:100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	background:#111 !important;
}
body{
	margin: 0 !important;
	padding: 0 !important;
	  width:100%;
	  height:100%;
	/* background: url('asset/home/bg.png') no-repeat; */
	font-family: 'Montserrat', sans-serif;
	color: white;
	align-items: center;
	background:#111 !important;
	/* padding-top: 50px; small fix */
}
.navbar{
	display: flex;
	flex-direction: row;
	text-align: right !important;
	align-content: flex-end !important;
}
.navbar-nav, li .nav-item, a{
	color: #c68b17 !important;
	font-size: min(max(1rem, 4vw), 16px);
	font-weight: 400;
}
h6{
	line-height: 1.6 !important;
	font-size: min(max(1.25rem, 4vw), 20px) !important;
}
h4{
	line-height: 1.6 !important;
	font-weight: lighter !important;
	font-size: min(max(1.625rem, 8vw), 26px) !important;
}
h5{
	font-weight: bolder !important;
	font-size: min(max(1.5rem, 8vw), 24px) !important;

}
h2{
	font-weight: lighter;
	font-size: min(max(2rem, 8vw), 32px) !important;
}
.mono{
	font-family: monospace;
}
.link-h3{
	font-size: min(max(1.5rem, 8vw), 24px) !important;
	line-height: 1.6 !important;
	color: #c68b17 !important;
}
a .link-h2{
	font-size: min(max(1.65rem, 8vw), 28px) !important;
	line-height: 2 !important;
	color: white !important;
}

.container-lang span{
	background-color: black !important;
	color:  white !important;
}
#instruction{
	background: url('asset/Assets/bg.png');
}
h3{
	font-size: min(max(1.5rem, 8vw), 24px) !important;
	line-height: 1.6 !important;
	font-weight: lighter;
}
.h1{
	font-size: min(max(3rem, 12vw), 46px) !important;
	color: #f7c83a;
	font-family: 'Medium' !important;
	font-weight: bolder;
}
.h3{
	font-size: min(max(1.5rem, 8vw), 24px) !important;
	line-height: 1.6 !important;
	font-family: 'Light' !important;
	font-weight: lighter !important;
}
.h4{
	font-size: min(max(1.625rem, 8vw), 26px) !important;
	font-family: 'Bold';
	color: #c68b17 !important;
}
.h5{
	font-size: min(max(1.5rem, 8vw), 24px) !important;
	font-weight: lighter !important;
	line-height: 1.6 !important;
}
.h2{
	font-size: min(max(2rem, 8vw), 32px) !important;
	font-weight: lighter;
	color: white !important;

}
p{
	font-weight: lighter;
	font-size: min(max(1rem, 4vw), 16px) !important;
	line-height: 1.6;
}
.p{
	font-weight: lighter;
	font-size: min(max(1rem, 4vw), 16px) !important;
	line-height: 1.6;
}
.link-p{
	font-weight: lighter;
	font-size: min(max(1rem, 4vw), 16px) !important;
	line-height: 1.6;
	color: #c68b17 !important;
}
#text h2{
	font-weight: lighter;
	line-height: 1.4;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

 #backdrop{
	top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: fixed;
    width: 100vw;
    height: 100vh;

}
.modal-content{
	display: block;
	justify-content: center !important;
	align-items: center !important;
	background-image: url('asset/Assets/bg.png');
	width: 100vw !important;
    height: 100vh !important;
    margin: 0 auto !important;
    border-radius: 10px;
    z-index: 1;
	background-size: cover;
	padding-bottom:  50px;
}
.modal-header img{
	height: 2rem;
}
.text-yellow{
	color: #eaba34;
	font-weight: bolder;
}
.light{
	font-weight: lighter;
}

.bold{
	font-weight: bolder;
}
.modal-footer{
	margin-top: 0 !important;
	padding-top: 0 !important;
	display: flex;
}
.mail-btn{
	background: transparent;
	color: white;
	padding: 5px;
}
.btn-B{
	background: transparent;
	padding: 5px;
}

.web-btn{
	background: transparent;
	color: white;
	padding: 5px;
}
.mail-btn:focus{
	outline: none !important;
	border: none;
}
.btn-B:focus{
	outline: none !important;
	border: none;
}

.web-btn:focus{
	outline: none !important;
} 
.landing-page{
	background-image: url('asset/smart-contract/bg.png');
	background-size: cover;
	max-width: 100%;
	max-height: 100%;
	margin: 0 !important;
	height: auto;
}

.car{
	background-image: url('asset/smart-contract/bg.png');
	mix-blend-mode: lighten !important;
	width: 100vw !important;
	height: 500px !important;
  }
  .img-carousel{
	  width: 50%;
  }
  .img-carousel img{
	  mix-blend-mode: screen !important;
	 
  }
.media img{
	width: 70%;
}

.media-body p{
	word-break: break-all;
}


.navbar{
	display: inline-flex;
	z-index: 999;
	background: none;
	align-items: flex-end !important;
	right: 0 !important;
}
.navbar-brand img{
	height: 2rem;
	align-items: flex-start;
}
.nav-item{
	padding: 1rem;
	align-items: center;
}
/* .download{
	border-color: white !important;
	border-bottom: 1px solid;
	border-radius: 6px;
} */

.nav-item:active{
	color: white !important;
}
.navbar-nav li .nav-item a .nav-link .active{
	color: white !important;
	background-color: transparent !important;
}
.nav-link:hover{
	color: white !important;
	background-color: transparent !important;
}
.nav-link:active{
	color: white !important;
	background-color: transparent !important;
}
.nav-link:focus{
	color: white !important;
	background-color: transparent !important;
}
.form-inline{
	display: inline-flex;
	justify-content: end !important;
	float: right !important;
	right: 0 !important;
}
.btn-primary{
  	background-image: linear-gradient(to top, #975b06 100%, #a06409 70%, #b87d12 22%, #c68b17 0%) !important;
	color: white;
	font-size: min(max(1rem, 4vw), 16px);
	border: none !important;
	outline: none !important;
    box-shadow: none;
	width: 120px !important;
	text-align: center !important;
	padding-right: 5px;
	
}
.btn-primary:hover{
	color: #c68b17 !important;
	border: none !important;
	width: 120px !important;
	text-align: center !important;
}
button{
	border: none !important;
	width: 120px !important;
	text-align: center !important;
}
.btn-secondary{
	background-color: transparent !important;
	color: #c68b17 !important;
	font-size: min(max(1rem, 4vw), 16px);
	border: solid 0.5px #c68b17 !important;
	width: 120px !important;
	text-align: center !important;
	

}
.btn-secondary:hover{
	background-image: linear-gradient(to top, #975b06 100%, #a06409 70%, #b87d12 22%, #c68b17 0%);
	border: none !important;
	width: 120px !important;
	text-align: center !important;
} 
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  width: 120px !important;
  text-align: center !important;
}

.card-body{
	border: none;
	background-color: transparent !important;
}
#particles{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
    pointer-events: none;
    object-fit: cover;
	  padding-bottom: 30px;
	  color: white !important;
	margin: 0 auto !important;
	align-items: center !important;
	padding-top: 50px !important;
	  
  }
  
  #blox{
	 background: url('asset/home/bg.png'), no-repeat;
	  background-size: cover;
	  max-width: 100%;
	  height: auto;
	  color: white !important;
	  z-index: 1;
	  display: block;
	  flex-direction: column;
	  justify-content: space-between;
	  margin: 0 !important;
	  padding: 0 !important;
  }

#arrow .btn-down img{
	width: 3rem;
}

.second-row #macOS{
		background-color: white !important;
		background-size: cover;
		background-position: center;
		max-width: 100%;
		height: auto;
		padding-bottom: 10px;
		-webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
	
}
.icon{
	width: 18rem !important;
	padding-top: 16px;
	object-fit: contain;
}
.card-img-top{
	width: 5rem !important;
	height: 5rem !important;
}
.text{
	color: #c68b17 !important;
}
.video{
	padding: 50px;
	background: black;
}


@media (max-width: 768px){
    .carousel-inner{
        height: 500px;
    }
	
}
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 500px) { 
	.landing-page{
		height: auto;
		width: 100%;
		margin: 0 auto !important;
	} 
	h1{
		font-size: 20px !important;
		text-align: center !important;
	}
	h3{
		font-size: 10px !important;
	}
	h4{
		font-size: 15px !important;
	}
	.h4{
		font-size: 10px !important;
	}
	h6{
		font-size: 12px !important;
	}
	p{
		font-size: 10px !important;
	}
	.second-row{
		width: 100% !important;
		padding: 0 5px !important;
	}
	ol>li{
		width: 90%;
		text-align: center !important;
		font-size: 12px;
		margin: 0 10px !important;
	} 
	.icon{
		width: 14rem !important;
	}
	.card-img-top{
		width: 3rem !important;
	}
	.carousel-inner{
        height: 500px;
    }
	.panel{
		display: block !important;
	}
	.wrapper-counter{
		display: block !important;
		
	}
	

}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-image: linear-gradient(to bottom, #975b06, #a06409 30%, #b87d12 78%, #c68b17);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }
  #myBtn:hover {
	background-color: #555;
  }

#how-to-mine-blox{
	background-image: linear-gradient(to top, #975b06, transparent);
	background-size: cover;
	max-width: 100%;
	height: auto;
	padding: 100px;
	
}
/*how-to-mine-page*/

.how-to-page{
	background: url('asset/how-to/header.png') no-repeat;
	background-size: cover;
	max-width: 100%;
	height: auto;
	padding-bottom: 10px;
}

li{
	padding: 5px 0px;
}
.text-red{
	color: #d60000;
	font-family: 'Bold';
}

.link{
	font-size: 1rem !important;
}
.two img{
	padding-top: 7px;
	width: 70%;
}
.btn-success{
	background: black;
	font-size: 5px !important;
	border: none !important;
	outline: none !important;
    box-shadow: none;
	border-radius: 6px;
}
.img-carousel-dao{
	position: relative;
	width: 100%;
	max-width: 400px;
}
.container-img img{
	width: 100%;
  	height: auto;
}
.container-img .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #555;
	color: white;
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
  }
  
.container-img .btn:hover {
	background-color: black;
  }

.carousel-indicators{
	display: none !important;
	width: 3em !important;
	height: 2em !important;
}

.carousel-control-prev{
	background-color: transparent;
}
.carousel-control-next{
	background-color: transparent;
}
.carousel-item img{
	height: 100%;
}

div.carousel-inner {
	height: 100%;

  }
  .carousel-inner > .item > img {
	width: 100%; /* to make smaller images look full */
	height: 100%;
  }




.card2{
	background-color: transparent !important;
	border: none !important;
}
h6 .card-text{
	padding-left: 15px !important;
	align-items: center;
	justify-content: center;
}
.about-page{
	background: url('asset/about/bg.png') no-repeat;
	background-size: cover;
	max-width: 100%;
	height: auto;
	padding-bottom: 10px;
}


#about-row{
	background: url("asset/about/bg2.png") no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 100%;
	height: auto;
	padding-bottom: 10px;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
}

.figure-img{
	width: 15em !important;
}

#row{
	background-image: linear-gradient(to top, #975b06 100%, #a06409 70%, #b87d12 22%, #c68b17 0%);
	color: #c68b17 !important;
	font-size: 2rem;
	border: none !important;
	height: auto;
	position: relative;
}
.card-c{
	top: -80px;

}
.card .card-cascade{
	border-radius: 10px;
}



.list-unstyled p{
	font-size: min(max(.75rem, 6vw), 20px);
	color: black;
}

.panel{
	width: 100%;
	display: flex !important;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	justify-content: space-evenly !important;
	padding-bottom: 20%;
	height: auto;
}
.wrapper-counter{
	display: flex !important;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	width: 100vw;
	justify-content: space-evenly !important;
}
.wrapper-counter .card{
	border-bottom: 10px solid #c68b17 !important;
	width: 28vmin;
	height: 20rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.wrapper-counter .card .card-header{
	height: 50px !important;
	align-content: center !important;
	align-items: center !important;
	color: #c68b17 !important;
	font-size: 15px !important;
	font-weight: bolder;
}

.wrapper-counter .card .num{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center !important;
	align-items: center !important;
	text-align: center !important;
	padding: 120px auto !important;
	font-size: 32px !important;
}

.btn-success{
  	background-image: linear-gradient(to top, #975b06 100%, #a06409 70%, #b87d12 22%, #c68b17 0%);
	color: #c68b17 !important;
	font-size: 2rem !important;
	border: none !important;
}
button .btn-success{
	padding-left: 5rem !important;
	padding-right: 5rem !important;
	margin: 50px;
}
.btn-success:hover{
	color: white !important;
}
.page-footer{
	background-color: #4f4f4f;
}
.page-footer img{
	height: 2rem;
}
.footer-copyright h3{
	font-size: min(max(5rem, 8vw), 32px);
}

.button-click{
	display: flex !important;
	justify-content: center !important;
	flex-direction: column !important;
	align-items: center !important;
	align-content: center;
	text-align: center;
	margin: 100px auto !important;

}

.link-news{
	word-break: break-all !important;
}

/*faq*/

.content .card{
	background-color: transparent !important;
}
.content{
	padding-top: 5rem;
}

.accordion-p {
    margin-top: 0rem;
}

.faq .card-header .card-link:hover { 
    text-decoration: underline;
}

.faq-wrapper{
	padding: 1em 9em;
}
.flex-column{
	position: fixed;
}

.onclick{
	cursor: pointer;
}
.list-group-item-action{
	background-color: black !important;
}
#email{
	text-decoration: none !important;
	font-size: min(max(1.2rem, 6vw), 20px);
	color: white;
}

/*reward*/
#reward-hero{
	background-image: url("asset/reward/header.png") !important;
	background-color: #000;
	height: auto;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100% !important;
}
#reward-node .media-body h1{
	font-size: 1005px !important;
}
.reward-media{
	width: 70%;
}
.reward-section{
	background-image: url("asset/reward/bg.jpg") !important;
	background-color: transparent;
	height: auto;
	background-position: 100vw 100vh;
    background-repeat: no-repeat;
	background-size: cover;
	width: 100% !important;
}
.text-reward{
	color: #c58a17;
}
.btn-node{
	background-color: #c58a17 !important;
	color: white !important;
	font-size: 10px !important;
	border: none !important;
	margin: 1.6em;
	padding: 10px;
	font-size: 20px !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 275px) {
	h1,
	h4,
	h5,
	h6{
	  font-size: 30px;
	}
	.media-body h1{
			font-size: 30px;
	}
	.heading h2{
			font-size: 30px;
	}
	#row{
		height: 100% !important;
	}
	figcaption h1{
		font-size: 30px;
	}
	#about-row h3{
		font-size: 15px;
		margin: 0 !important;
	}
	.card-header-title{
		font-size: 25px !important;
	}
	.card-head{
		font-size: 20px !important;
	}
  
	#row{
		display: flex;
	}
	.overlay img{
		  width: 100%;
		  z-index: 1000;
		  bottom: 0;
	  }
	  .icon{
		width: 18rem !important;
	}
	.card-img-top{
		width: 3rem !important;
	}
	.carousel-inner{
        height: 500px;
		
    }
	.carousel-web{
		display: none !important;
	}
	.carousel-mobile{
		z-index: 999;
		display: flex !important;
	}

	.panel{
		margin: 0 !important;
		padding: 20px 0px 10px !important;
		background-color: black !important;
	}
	.jumbotron .card{
		border-bottom: 10px solid #c68b17 !important;
		width: 10rem;
		height: 12rem;
		border-radius: 8px;
	}
	.jumbotron .card .card-header{
		height: 50px !important;
		align-content: center;
		align-items: center;
		color: #c68b17 !important;
		font-size: 10px !important;
		font-weight: bolder;
	}
	.jumbotron .wrapper-counter{
		display: flex !important;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		width: 100%;
		justify-content: center !important;
	}
	.jumbotron .wrapper-counter .card .num{
		display: flex;
		flex-direction: column;
		justify-content: center !important;
		align-content: center !important;
		align-items: center !important;
		text-align: center !important;
		padding: 5px auto !important;
		font-size: 18px !important;
	}
	#text h2{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#blox h1{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#blox .h4{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h2{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h6{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h3{
		font-weight: lighter;
		font-size: 16px !important;
	}

	
  
  }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 360px) {
  h1,
  h4,
  h5,
  h6{
    font-size: 30px;
  }
  .media-body h1{
	  	font-size: 30px;
  }
  .heading h2{
  		font-size: 30px;
  }
  #row{
  	height: 100% !important;
  }
  figcaption h1{
  	font-size: 30px;
  }
  #about-row h3{
  	font-size: 15px;
  	margin: 0 !important;
  }
  .card-header-title{
  	font-size: 25px !important;
  }
  .card-head{
  	font-size: 20px !important;
  }

  #row{
  	display: flex;
  }
  .overlay img{
    	width: 100%;
    	z-index: 1000;
    	bottom: 0;
    }
	.icon{
		width: 18rem !important;
	}
	.card-img-top{
		width: 3rem !important;
	}
	.carousel-inner{
        height: 300px;
    }
	.carousel-web{
		display: none !important;
	}
	.carousel-mobile{
		display: block !important;
	}

	.panel{
		margin: 0 !important;
		padding: 20px 0px 10px !important;
		background-color: black !important;
	}
	.jumbotron .card{
		border-bottom: 10px solid #c68b17 !important;
		width: 10rem;
		height: 12rem;
	}
	.jumbotron .card .card-header{
		height: 50px !important;
		align-content: center;
		align-items: center;
		color: #c68b17 !important;
		font-size: 10px !important;
		font-weight: bolder;
	}
	.jumbotron .wrapper-counter{
		display: flex !important;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		width: 100%;
		justify-content: center !important;
	}
	.jumbotron .wrapper-counter .card .num{
		display: flex;
		flex-direction: column;
		justify-content: center !important;
		align-content: center !important;
		align-items: center !important;
		text-align: center !important;
		padding: 5px auto !important;
		font-size: 18px !important;
	}
	#text h2{
		font-weight: lighter;
		line-height: 1 !important;
		font-size: 16px !important;
	}
	#blox h1{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#blox .h4{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h2{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h6{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h3{
		font-weight: lighter;
		font-size: 16px !important;
	}

}
@media (min-width: 414px) {  
	#text h2{
		font-weight: lighter;
		line-height: 1 !important;
		font-size: 16px !important;
	}
	#blox h1{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#blox .h4{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h2{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h6{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h3{
		font-weight: lighter;
		font-size: 16px !important;
	}
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 	.media-body h1{
	  	font-size: 30px;
  }
  .heading h2{
  		font-size: 10px !important;
  }
  figure{
 		display: block !important;
 		align-items: center !important;
 		margin-left: 20px !important;
 	}
	 	figcaption h1{
	  	font-size: 30px;
   }
   .icon{
	width: 18rem !important;
	}
	.card-img-top{
		width: 4rem !important;
	}
	.carousel-inner{
        height: 500px;
    }
	.carousel-web{
		display: none !important;
	}
	.carousel-mobile{
		display: block !important;
	}

	.panel{
		margin: 0 !important;
		padding: 20px 0px 10px !important;
		background-color: black !important;
	}
	.jumbotron .card{
		border-bottom: 10px solid #c68b17 !important;
		width: 19rem !important;
		height: 12rem;
	}
	.jumbotron .card .card-header{
		height: 50px !important;
		align-content: center;
		align-items: center;
		color: #c68b17 !important;
		font-size: 22px !important;
		font-weight: bolder;
	}
	.jumbotron .wrapper-counter{
		display: flex !important;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		width: 100%;
		justify-content: center !important;
	}
	.jumbotron .wrapper-counter .card .num{
		display: flex;
		flex-direction: column;
		justify-content: center !important;
		align-content: center !important;
		align-items: center !important;
		text-align: center !important;
		padding: 7px auto !important;
		font-size: 27px !important;
	}
	#text h2{
		font-weight: lighter;
		line-height: 1 !important;
		font-size: 25px !important;
	}
	#blox h1{
		font-weight: lighter;
		font-size: 32px !important;
	}
	#blox .h4{
		font-weight: lighter;
		font-size: 20px !important;
	}
	#how-to-mine-blox h2{
		font-weight: lighter;
		font-size: 25px !important;
	}
	#how-to-mine-blox h6{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h3{
		font-weight: lighter;
		font-size: 20px !important;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 	.media-body h1{
	  	font-size: 40px;
  }
  	.heading h2{
  		font-size: 40px;
  }
     .overlay img{
    	width: 100%;
    	z-index: 1000;
    	bottom: 0;
    }
	.icon{
		width: 18rem !important;
	}
	.card-img-top{
		width: 5rem !important;
	}
	.carousel-inner{
        height: 500px;
    }
	.carousel-web{
		display: block !important;
	}
	.carousel-mobile{
		display: none !important;
	}

	.panel{
		margin: 0 !important;
		padding: 20px 0px 10px !important;
		background-color: black !important;
	}
	.jumbotron .card{
		border-bottom: 10px solid #c68b17 !important;
		width: 19rem !important;
		height: 12rem;
	}
	.jumbotron .card .card-header{
		height: 50px !important;
		align-content: center;
		align-items: center;
		color: #c68b17 !important;
		font-size: 22px !important;
		font-weight: bolder;
	}
	.jumbotron .wrapper-counter{
		display: flex !important;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		width: 100%;
		justify-content: space-evenly !important;
	}
	.jumbotron .wrapper-counter .card .num{
		display: flex;
		flex-direction: column;
		justify-content: center !important;
		align-content: center !important;
		align-items: center !important;
		text-align: center !important;
		padding: 7px auto !important;
		font-size: 27px !important;
	}
	#text h2{
		font-weight: lighter;
		line-height: 1.6 !important;
		font-size: 30px !important;
	}
	#blox h1{
		font-weight: lighter;
		font-size: 32px !important;
	}
	#blox h6{
		font-weight: lighter;
		font-size: 20px !important;
	}
	#blox p{
		font-weight: lighter;
		font-size: 16px !important;
	}

	#how-to-mine-blox h2{
		font-weight: lighter;
		font-size: 25px !important;
	}
	#how-to-mine-blox h6{
		font-weight: lighter;
		font-size: 16px !important;
	}
	#how-to-mine-blox h3{
		font-weight: lighter;
		font-size: 20px !important;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 980px) { 
 	figure{
 		display: block !important;
 		align-items: center !important;
 		margin-left: 20px !important;
 	}
	 	.list-unstyled p{
		font-size: 20px !important;
		color: black;
		margin-left: 0 !important;
		align-items: left;
	}
		.overlay img{
	    	right: 0;
	    	width: 100%;
    }
	.icon{
		width: 18rem !important;
	}
	.card-img-top{
		width: 5rem !important;
	}
	.carousel-web{
		display: block !important;
	}
	.carousel-mobile{
		display: none !important;
	}

	.panel{
		margin: 0 !important;
		padding: 20px 0px 10px !important;
		background-color: black !important;
	}
	#text h2{
		font-weight: lighter;
		line-height: 1.6 !important;
		font-size: 30px !important;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1000px) { 
	.overlay img{
	    	right: 0;
	    	width: 100%;
    }
	.carousel-web{
		display: block !important;
	}
	.carousel-mobile{
		display: none !important;
	}

	.panel{
		margin: 0 !important;
		padding: 30px 0px 10px !important;
		background-color: black !important;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .overlay img{
    	right: 0;
    	width: 100%;
    	top: -150px;
    	position: absolute;
    }
	.carousel-web{
		display: block !important;
	}
	.carousel-mobile{
		display: none !important;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 1440px) { 
			.overlay img{
	    	right: 0;
	    	width: 100%;
	    	position: absolute;
    }
	.carousel-web{
		display: block !important;
	}
	.carousel-mobile{
		display: none !important;
	}
}
.mytooltip {
    display: inline;
    position: relative;
    z-index: 999
}

.mytooltip .tooltip-item {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 0 0px
}

.mytooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: auto;
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
    pointer-events: none
}

.mytooltip .tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 10px;
    margin-left: -10px
}

.mytooltip .tooltip-content img {
    position: relative;
    height: 600px;
    display: block;
    float: left;
    margin-right: 1em;
}

.mytooltip .tooltip-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mytooltip:hover .tooltip-item::after {
    pointer-events: auto
}

.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}

.mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px
}
.animate-me {
	animation: bounceIn 3s ease-in-out;
  }
  
  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  
  @keyframes bounceIn {
	0% {
	  transform: scale(0.1);
	  opacity: 0;
	}
	60% {
	  transform: scale(1.2);
	  opacity: 1;
	}
	100% {
	  transform: scale(1);
	}
  }
  .container-lang{
	padding: 10px;
	background: transparent;
	border: none !important;
	color: white;
}
  .container-lang span{
	  padding: 10px;
  }
  .container-lang img{
	  width: 4rem;
	  padding: 0 5px;
  }
  
  .check{
	  position: relative;
	  width: 50px;
	  margin: 10px;
  }
  .check:before{
	  content:'';
	  position: absolute;
	  width: 50px;
	  height: 25px;
	  background: #333;
	  border-radius: 25px;
  }
  .check:checked:before{
	  background: #c68b17;

  }
  .check:after{
	content:'';
	position: absolute;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 25px;
	transition: 2px solid #333;
	box-sizing: border-box;
}
.check:checked:after{
	left: 25px;
	border: 2px solid #c68b17;
}
.check:checked ~ .select .lang .lang-en{
	display: none;
}
.check:checked ~ .select .lang .lang-kr{
	display: block;
}
