img{
    max-width: 100%;
}
.navbar{
	flex-direction: column;
}
#home{
    background-image: url("../images/5.webp");
    background-position: center;
    background-size: cover;
    background-position: center;
}
#navbar .conteiner{
	width: 100%;
	max-width: 1140px;
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem);
		margin-right: auto;
		margin-left: auto;
}
.nav__list{
	list-style: none;
	padding-left: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 0px;
}
.nav__link{
  color: #fff;
	transition: color .3s ease-in-out;
}
#loginBtn,
#registerBtn,
#contactBtn {
	padding: 5px 15px;
}
.nav__age{
	display: flex;
	gap: 10px;
	align-self: flex-start;
}
.nav__age p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.nav__age img{
	max-width: 30px;
}
.support__list {
	align-items: center;
}
.nav__header {
	background-color: #bf9109;
}
/*hero-card*/
.hero-card {
	flex: 0 0 420px;
	background: #fff;
	border-radius: 10px;
	padding: 40px 32px;
	text-align: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.hero-card .game-logo {
	max-width: 200px;
	margin-bottom: 18px;
}

.hero-card h2 {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 600;
}

.hero-card .sub {
	margin: 0 0 28px;
	font-size: 16px;
	font-weight: 500;
}

.buy-btn {
	display: block;
	width: 100%;
	padding: 16px 12px;
	font-size: 20px;
	font-weight: var(--fw-bold);
	background: var(--accent);
	color: #fff;
	border: none;
	border-radius: 32px;
	cursor: pointer;
	margin-bottom: 26px;
	transition: opacity .2s;
}

.buy-btn:hover {
	opacity: .85
}

/* countdown */
.timer {
	display: flex;
	justify-content: space-between;
	margin: 0 0 26px
}

.timer div {
	flex: 1
}

.timer span {
	font-size: 32px;
	font-weight: var(--fw-bold);
	display: block;
	line-height: 1
}

.timer small {
	font-size: 12px;
	text-transform: uppercase;
	opacity: .7
}

.secure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 15px
}

.fineprint {
	font-size: 12px;
	opacity: .8;
	margin: 12px 0 22px
}

.pay-icons img {
	height: 28px;
	margin: 0 6px
}
/**/
.features__bg{
	background-image: url("../images/6.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	min-height: 1120px;
	border-radius: 10px;
}
#features .offset-lg-1 {
	margin-left: 32px !important;
}
.features-box {
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}
.footer__top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;

	padding-bottom: 10px;
	border-bottom: 2px solid #bf9109;
}
.footer__top p{
	margin-bottom: 0px !important;
}
.footer__center,
.footer__docs{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #bf9109;
}
.footer__docs ul,
.footer__center ul{
	list-style: none;
	padding-left: 0px;
	display: flex;
	align-items: center;
	gap: 32px;
	margin-bottom: 0px;
}
.footer__center ul li a img{
	max-width: 120px;
}
.footer__docs{
	padding-top: 16px;
	padding-bottom: 16px;
}

.open {
	display: flex !important;
}

.burger {
	display: none;
	position: relative;
	z-index: 50;
	align-items: center;
	justify-content: flex-end;
	width: 30px;
	height: 18px;
}

.burger span {
	height: 2px;
	width: 80%;
	transform: scale(1);
	background-color: #2a3fb1;
}

.burger::before,
.burger::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #2a3fb1;
	transition: all .3s ease-in-out;
}

.burger::before {
	top: 0;
}

.burger::after {
	bottom: 0;
}

.burger.active span {
	transform: scale(0)
}

.burger.active::before {
	top: 50%;
	transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after {
	bottom: 50%;
	transform: rotate(45deg) translate(0, 50%);
}
@media(max-width: 1200px) {
	#navbar .conteiner {
		width: 90%;
		max-width: 720px;
	}

	
}


@media (max-width: 1200.98px) {


	.burger {
		display: flex;
	}

	.buy-button {
		display: none;
		flex-direction: column;
		position: fixed;
		height: 50%;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 50;
		overflow-y: auto;
		padding: 50px 40px;
		background-color: #000000d6;
	}

	.buy-button ul {
		flex-direction: column;
		gap: 16px;
		color: #2a3fb1 !important;
		margin-left: 0px !important;
	}

}

@media(max-width: 992px) {
	.features__bg {
		min-height: 300px;
	}
	.footer__center ul,
	.footer__docs ul{
		flex-direction: column;
	}
		.footer__docs ul li:nth-child(2n){
			display: none;
		}
	#features .offset-lg-1 {
		margin-left: 0px !important;	}	
}

@media(max-width: 440px){
	.nav__age{
		flex-direction: column;
	}
}

/*docs*/
.wrapper {
	padding: 160px 0 80px 0;
}

.wrapper h1 {
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
	font-weight: 700 !important;
	color: #2a3fb1;
}
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
	color: #2a3fb1 !important;
}

.wrapper p:last-child {
	margin-bottom: 0;
}

.wrapper p:not(:last-child) {
	margin-bottom: 16px;
}

.wrapper a {
	text-decoration: none;
	cursor: pointer;
}

.thanksWrapper {
	position: relative;
	padding: 80px 0;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 100px;
	width: 100%;
	margin-bottom: 40px;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
}

.thanksText {
	font-size: 18px;
	line-height: 30px;
}



