.why-crypto-bg {
	background-image: url(../images/crypto/hand.png);
	background-size: 90%;
	background-repeat: no-repeat;
	width: 40%;
	height: 500px;
	background-position: bottom center;
}

.event-wrapper {
	width: 800px;
	margin: 0 auto;
}

.why-crypto-container {
	background: #F6F6F6;
	padding-top: 3em;
}

.faq-container {
	background-color: #F6F6F6;
	padding-top: 3em;
	background-image: url(../images/crypto/stage.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30%;
	background-attachment: fixed;
	position: relative;
	padding: 12px;
	padding-bottom: 80px;
}

.tutorial-container {
	background-image: url(../images/crypto/red-bg.png);
	color: white;
	padding-top: 3em;
	margin-bottom: -3em;
}

.question-container {
	background: #F6F6F6;


}

.gold-box {
	border-radius: 16px;
	background: linear-gradient(180deg, #E4B860 0%, #AF671F 100%);
	/* background: red; */
	padding: 10px;
	margin-bottom: 25px;
}

.why-text-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 11em;
	padding-left: 4em;
}

.text-on-hand {
	border-radius: 12px;
	background: #980000;
	color: white;
	font-size: 30px;
	box-shadow: 6px 7px 0px 1px #560000;
	width: fit-content;
	padding: 0 10px;
}

.crypto-bullet-pointer-container {
	width: 55%;
	display: flex;
	justify-content: space-between;
}

.bullet-wrapper {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.20);
	color: #A1A1A1;
	padding: 25px 15px;
	min-height: 215px;
	margin-bottom: 20px;


}

.crypto-bullet-pointer-container>div {
	width: 48%;
	text-align: left;

}

.bullet-wrapper .heading {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	width: 79%;
	line-height: 18px;
	width: 80%;
	padding-bottom: 10px;

}

.accordion-btn .btn:not(.collapsed) {
	background-color: green;
	/* Change color when active */
	border-color: green;
}

.accordion-video-content>div {
	display: none;
}

.accordion-video-content iframe {
	border-radius: 30px;
	position: relative;
	z-index: 2;
}

#video1 {
	display: block;
}

.accordion-btn>div {
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(6px);
	display: flex;
	font-size: 16px;
	padding: 5px 8px;
	align-items: center;
	color: white;
	cursor: pointer;
	margin-bottom: 1em;
}

.btn-video {

	padding: 7px 22px;

}

.btn-video.active {
	border-radius: 30px;
	background: #FFF;
	color: black;
	font-weight: 500;
}


.myaccordion .card,
.myaccordion .card:last-child .card-header {
	border: none;

}

.myaccordion .card {
	margin-bottom: 10px;
	border-radius: 10px;
}

.myaccordion .card-header {
	border-bottom-color: #EDEFF0;
	background: transparent;
}

.myaccordion .fa-stack {
	border: 2px solid #980000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.myaccordion .btn {
	width: 100%;
	font-weight: bold;
	color: black;
	padding: 0;
}

.fa-plus,
.fa-minus {
	color: #980000 !important;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
	text-decoration: none;
}

.myaccordion li+li {
	margin-top: 10px;
}

.stage-floating {
	position: fixed;
	bottom: 0;
	width: 45%;
	right: 0;

}

.bitcoin-floating {
	position: absolute;
	top: -12%;
	left: 2%;
	width: 14%;
}

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

#accordion a {
  color: #007bff;
}