@import"https://fonts.googleapis.com/css2?family=Lilita+One&display=swap";
@import"https://fonts.googleapis.com/css2?family=Nobile:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap";

:root {
	scroll-behavior: auto !important
}

body {
    font-family: "Nobile", sans-serif;
    font-size: 25px;
    line-height: normal;
    font-weight: 400;
    color: #FFFFFF; /* Texto principal em branco */
    font-weight: 700;
    background-color: #1E3A8A; /* Fundo principal em azul */

    /* Fundo com nuvens pequenas espalhadas em várias posições */
    background-image: 
        linear-gradient(rgba(30, 58, 138, 0.9), rgba(30, 58, 138, 0.9)), /* Leve camada azul */
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
        url('../images/Fluffy-white.png'),
		url('../images/Fluffy-white.png'),
		url('../images/Fluffy-white.png');
		
    background-size: cover, 60px, 70px, 80px, 90px, 50px, 100px, 85px, 75px, 65px, 55px, 95px, 60px, 80px, 70px, 90px, 100px, 55px, 85px, 75px, 90px, 80px;
    background-position: 
        center, /* Fundo principal */
        5% 10%,  /* Posição da primeira nuvem */
        15% 30%, /* Segunda nuvem */
        25% 50%, /* Terceira nuvem */
        35% 20%, /* Quarta nuvem */
        45% 70%, /* Quinta nuvem */
        55% 40%, /* Sexta nuvem */
        65% 90%, /* Sétima nuvem */
        75% 60%, /* Oitava nuvem */
        85% 80%, /* Nona nuvem */
        95% 30%, /* Décima nuvem */
        10% 75%, /* Décima primeira nuvem */
        20% 55%, /* Décima segunda nuvem */
        30% 35%, /* Décima terceira nuvem */
        40% 15%, /* Décima quarta nuvem */
        50% 85%, /* Décima quinta nuvem */
        60% 25%, /* Décima sexta nuvem */
        70% 45%, /* Décima sétima nuvem */
        80% 65%, /* Décima oitava nuvem */
        90% 95%, /* Décima nona nuvem */
        20% 20%, /* Vigésima nuvem */
		35% 50%, /* Vigésima nuvem */
		20% 40%; /* Segunda nuvem */
    background-repeat: no-repeat; /* Evita repetição das nuvens */
}


@media only screen and (min-width: 992px)and (max-width: 1279px) {
	body {
		font-size: 23px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	body {
		font-size: 22px
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 20px
	}
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
	border-color: rgba(0, 0, 0, 0)
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lilita One", sans-serif;
	color: #DC2626; /* Títulos em vermelho */
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-size: calc(40px + 44*(100vw - 360px)/1620);
	line-height: normal
}

@media only screen and (min-width: 1620px) {
	h2 {
		font-size: 84px
	}
}

h3 {
	line-height: normal;
	font-size: calc(35px + 25*(100vw - 360px)/1620)
}

@media only screen and (min-width: 1620px) {
	h3 {
		font-size: 60px
	}
}

h4 {
	line-height: normal;
	font-size: calc(25px + 15*(100vw - 360px)/1620)
}

@media only screen and (min-width: 1620px) {
	h4 {
		font-size: 40px
	}
}

h5 {
	font-size: 24px;
	line-height: normal
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	h5 {
		font-size: 23px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	h5 {
		font-size: 22px
	}
}

@media only screen and (max-width: 767px) {
	h5 {
		font-size: 20px
	}
}

p {
	margin: 0 0 5px
}

img {
	max-width: 100%;
	height: auto
}

figure {
	margin: 0;
	padding: 0
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0
}

a {
	text-decoration: none !important;
	transition: all .3s ease-in-out
}

nav ul li {
	display: inline-block;
	position: relative;
	transition: all .3s ease-in-out
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.bg-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.container {
	max-width: 1510px;
	padding-left: 15px;
	padding-right: 15px;
	margin-inline: auto
}

.social-media a:hover {
	opacity: .5
}

.section-title h2 span, .section-title h3 span {
	color: #FFFFFF; /* Texto destacado em branco */
}

.pt_100 {
	padding-top: 100px
}

@media only screen and (max-width: 767px) {
	.pt_100 {
		padding-top: 70px
	}
}

.pb_100 {
	padding-bottom: 100px
}

@media only screen and (max-width: 767px) {
	.pb_100 {
		padding-bottom: 70px
	}
}

.border-left {
	border-left: 1px solid #303033
}

.border-right {
	border-right: 1px solid #303033
}

.subtitle {
	font-size: 20px;
	line-height: normal;
	color: #DC2626;
	letter-spacing: 6.09px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.subtitle {
		font-size: 18px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.subtitle {
		font-size: 17px
	}
}

@media only screen and (max-width: 767px) {
	.subtitle {
		font-size: 16px
	}
}

@media only screen and (max-width: 767px) {
	.subtitle {
		letter-spacing: 2px
	}
}

.copytoclipboard {
    border-radius: 8px;
    border: 1px solid var(--Black, #1E3A8A);
    background: var(--Green, #ffffff);
    box-shadow: 4px 4px 0px 0px #1E3A8A;
    display: flex;
    align-items: center;
    max-width: 624px;
    padding: 12px 24px;
    margin-top: 60px;
    overflow: hidden;
    padding-top: 16px;
}
@media only screen and (max-width: 991px) {
	.copytoclipboard {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 767px) {
	.copytoclipboard {
		padding-inline: 12px
	}
}

.copytoclipboard p {
	display: flex;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #050100 !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	text-transform: uppercase
}

.copytoclipboard p span {
	color: var(--Black, #050100);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase
}

.copytoclipboard button img {
	width: 24px
}

.copytoclipboard button {
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #DC2626;
    width: 60px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
	.copytoclipboard button {
		width: 40px
	}
}

.copytoclipboard {
	position: relative
}

.header-area {
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	z-index: 99
}

@media only screen and (max-width: 991px) {
	.header-area {
		top: 0px;

	}
}

.header-area .navbar-logo {
	max-width: 123px;
	margin-right: 50px
}

@media only screen and (min-width: 1280px)and (max-width: 1439px) {
	.header-area .navbar-logo {
		margin-right: 30px
	}
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.header-area .navbar-logo {
		margin-right: 25px
	}
}

@media only screen and (max-width: 991px) {
    .header-area .main-menu {
        padding-top: 20px;
        background: #000000;
        border-radius: 5px;
    }
}

.header-area .main-menu li a {
	border-radius: 8px;
	border: 1px solid var(--Black, #DC2626);
	background: var(--White, #f90808);
	box-shadow: 4px 4px 0px 0px #ffff;
	color: var(--Black, #FFFF);
	font-size: 18px;
	line-height: normal;
	--bs-navbar-nav-link-padding-x: 24px;
	--bs-navbar-nav-link-padding-x: 24px;
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x);
	padding-block: 12px;
	font-weight: 500;
	line-height: 180%;
	margin-left: 32px;
	display: block;
	text-transform: capitalize;
	transition: all .3s ease-in-out
}

@media only screen and (max-width: 991px) {
	.header-area .main-menu li a {
		font-size: 16px
	}
}

@media only screen and (max-width: 991px) {
	.header-area .main-menu li a {
		margin-left: 0;
		margin-bottom: 15px
	}
}

.header-area .main-menu li a:hover {
	color: var(--Black, #ff0000);
	font-size: 18px;
	background-color: #ffffff;
	box-shadow: 4px 4px 0px 0px #ff0000
}

.header-area #navbar_top {
	padding: 0
}

.fixed-top {
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 20%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.header-area #navbar_top {
	padding: 0
}

@media only screen and (max-width: 991px) {
	.header-area #navbar_top {
		padding: 5px 0
	}
}

.header-right .boxed-btn {
	padding: 12px 24px;
	margin-left: 30px;
	display: inline-block;
	border-radius: 8px;
	border: 1px solid var(--Black, #FFFF);
	background: var(--Green, #7DFF92);
	box-shadow: 4px 4px 0px 0px #010a03;
	transition: all .3s ease-in-out;
	color: var(--Black, #050100);
	font-size: 18px;
	line-height: normal;
	font-style: normal;
	font-weight: 500;
	line-height: 180%
}

@media only screen and (max-width: 991px) {
	.header-right .boxed-btn {
		font-size: 16px
	}
}

.header-right .boxed-btn:hover {
	background-color: #fff;
	box-shadow: 4px 4px 0px 0px #7dff92
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.header-right .boxed-btn {
		padding: 15px 25px;
		font-size: 15px
	}
}

@media only screen and (max-width: 991px) {
	.header-right .boxed-btn {
		margin-left: 0
	}
}

.navbar-toggler-icon {
	width: 1.8em;
	height: 2em
}

.navbar-toggler:focus {
	outline: none
}

.navbar-toggler:focus {
	outline: unset;
	border: unset;
	box-shadow: none
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	--bs-navbar-toggler-font-size: 20px;
	font-size: var(--bs-navbar-toggler-font-size);
	color: #fff;
	background-color: #f90808;
	--bs-navbar-toggler-border-color: $primary;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color)
}

.banner-area {
	padding-top: 270px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1
}

.banner-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/JR8Wfth.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}

@media only screen and (max-width: 991px) {
	.banner-area {
		padding-top: 140px;
		padding-bottom: 50px
	}
}

@media only screen and (max-width: 767px) {
	.banner-area {
		padding-top: 130px
	}
}

.banner-area h1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .banner-area h1 {
        gap: 0;
        margin-bottom: 30px;
        background: var(--Yollow, #f90808);
        box-shadow: 5px 5px 0px 0px #050100;
        padding: 10px 25px;
        border-radius: 12px;
        width: -moz-max-content;
        width: max-content;
        margin-inline: auto;
    }
}

.banner-area h1 span {
    border-radius: 24px;
    background: var(--Yollow, #fa0808);
    box-shadow: 10px 10px 0px 0px #050100;
    color: var(--White, #FFF);
    -webkit-text-stroke-color: var(--Black, #050100);
    font-size: 140px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 10px 40px;
}
@media only screen and (min-width: 1440px)and (max-width: 1580px) {
	.banner-area h1 span {
		font-size: 100px
	}
}

@media only screen and (min-width: 1280px)and (max-width: 1439px) {
	.banner-area h1 span {
		font-size: 80px
	}
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.banner-area h1 span {
		font-size: 70px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.banner-area h1 span {
		font-size: 60px
	}
}

@media only screen and (max-width: 767px) {
	.banner-area h1 span {
		font-size: 50px
	}
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.banner-area h1 span {
		-webkit-text-stroke-width: 5px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.banner-area h1 span {
		-webkit-text-stroke-width: 5px;
		padding: 10px 25px;
		border-radius: 15px
	}
}

@media only screen and (max-width: 767px) {
	.banner-area h1 span {
		padding: 0;
		background: rgba(0, 0, 0, 0);
		box-shadow: none;
		-webkit-text-stroke-width: 3px;
		border-radius: 0;
		display: inline-block
	}
}

.banner-area p {
	color: #fff;
	font-size: 20px;
	line-height: normal;
	font-style: normal;
	font-weight: 700;
	line-height: 180%
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.banner-area p {
		font-size: 18px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.banner-area p {
		font-size: 17px
	}
}

@media only screen and (max-width: 767px) {
	.banner-area p {
		font-size: 16px
	}
}

.banner-area .banner-right img {
	max-width: 610px
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.banner-area .banner-right img {
		max-width: 400px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.banner-area .banner-right img {
		max-width: 350px
	}
}

@media only screen and (max-width: 767px) {
	.banner-area .banner-right img {
		max-width: 320px;
		margin-inline: auto;
		margin-bottom: 50px
	}
}

.banner-area .bannerbshap img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: -1;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (max-width: 991px) {
	.banner-area .bannerbshap img {
		height: 250px
	}
}

.about-area {
	padding-top: 200px;
	padding-bottom: 50px;
	background: url(../img/about_cloud.png) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.about-area {
		padding-top: 150px
	}
}

@media only screen and (max-width: 767px) {
	.about-area {
		padding-top: 80px
	}
}

.about-area::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 400px;
	height: 255px;
	background: url("/assets/img/about_left.png") no-repeat center;
	background-size: 100%
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.about-area::after {
		width: 270px;
		height: 175px
	}
}

@media only screen and (max-width: 767px) {
	.about-area::after {
		width: 150px;
		height: 95px
	}
}

.about-area::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 400px;
	height: 255px;
	background: url("/assets/img/about_right.png") no-repeat center;
	background-size: 100%
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.about-area::before {
		width: 270px;
		height: 175px
	}
}

@media only screen and (max-width: 767px) {
	.about-area::before {
		width: 150px;
		height: 95px
	}
}

.about-area .about_images {
	max-width: 628px;
	width: 100%;
	border: 6px solid #050100;
	box-shadow: 10px 10px 0px 0px #050100;
	border-radius: 24px
}

@media only screen and (max-width: 767px) {
	.about-area .about_images {
		max-width: 400px;
		margin-inline: auto
	}
}

@media only screen and (max-width: 767px) {
	.about-area .box_wrap {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

.about-area .box_wrap h2 {
    color: #fff;
    font-size: 120px;
    line-height: normal;
    -webkit-text-stroke: 1px #ffffff;
    background-color: #f90808;
    display: inline-block;
    padding: 23px 40px;
    border-radius: 40px;
    border: 6px solid #050100;
    box-shadow: 10px 10px 0px 0px #050100;
    position: relative;
}
@media only screen and (min-width: 1440px)and (max-width: 1580px) {
	.about-area .box_wrap h2 {
		font-size: 100px
	}
}

@media only screen and (min-width: 1280px)and (max-width: 1439px) {
	.about-area .box_wrap h2 {
		font-size: 80px
	}
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.about-area .box_wrap h2 {
		font-size: 65px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.about-area .box_wrap h2 {
		font-size: 50px
	}
}

@media only screen and (max-width: 767px) {
	.about-area .box_wrap h2 {
		font-size: 35px
	}
}

@media only screen and (max-width: 991px) {
	.about-area .box_wrap h2 {
		border-radius: 12px;
		box-shadow: 3px 3px 0px 0px #050100
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.about-area .box_wrap h2 {
		padding: 16px 35px;
		border: 3px solid #050100
	}
}

@media only screen and (max-width: 767px) {
	.about-area .box_wrap h2 {
		margin: 100px 0 30px;
		padding: 16px 35px;
		border: 3px solid #050100
	}
}

.about-area .box_wrap h2::after {
	content: "";
	position: absolute;
	top: -70px;
	left: -80px;
	width: 143px;
	height: 117px;
	background: url("/assets/img/about_header.png") no-repeat center;
	background-size: 100%
}

.about-area .box_wrap .description p {
	font-size: 20px;
	line-height: normal;
	line-height: 1.5;
	color: #fff
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.about-area .box_wrap .description p {
		font-size: 18px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.about-area .box_wrap .description p {
		font-size: 17px
	}
}

@media only screen and (max-width: 767px) {
	.about-area .box_wrap .description p {
		font-size: 16px
	}
}

@media only screen and (max-width: 767px) {
	.about-area .box_wrap .description p {
		text-align: center;
		font-weight: 400
	}
}

.about-area .box_wrap .btn {
    color: #ffffff;
    font-size: 20px;
    line-height: normal;
    padding: 12px 24px;
    background-color: #f90808;
    border-radius: 8px;
    border: 1px solid #ffffff;
    box-shadow: 4px 4px 0px 0px #ffffff;
}
@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.about-area .box_wrap .btn {
		font-size: 18px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.about-area .box_wrap .btn {
		font-size: 17px
	}
}

@media only screen and (max-width: 767px) {
	.about-area .box_wrap .btn {
		font-size: 16px
	}
}

.about-area .box_wrap .btn:hover {
	color: var(--Black, #ff0000);
	background-color: #ffff;
	border-radius: 8px;
    border: 1px solid #000000;
	box-shadow: 4px 4px 0px 0px #000000
}

@media only screen and (max-width: 767px) {
	.about-area .box_wrap .btn {
		margin-top: 25px
	}
}

.about-area .about_right_shape {
	position: absolute;
	right: 80px
}

@media only screen and (max-width: 991px) {
	.about-area .about_right_shape {
		display: none
	}
}

.about-area .about_right_shape img {
	max-width: 350px;
	width: 100%
}

@media only screen and (max-width: 767px) {
	.about-area .about_right_shape {
		top: 30px;
		right: 0;
		width: 200px;
		margin: 0 auto
	}
}

.gallery-title-container {
    font-family: "Lilita One", sans-serif;
    font-size: 32px; /* Ajuste o tamanho conforme desejado */
	background-color: #ffffff;
	box-shadow: 0 4px 10px rgb(255, 0, 0);
    color: #ffffff; /* Azul para combinar com a temática dos EUA */
    text-align: center;
    margin-bottom: 20px; /* Espaçamento entre o título e o container */
}

.gallery-container {
	width: 100%;
	background-color: #4d4ff1;
	background: url('../images/sky2.png') center center / cover no-repeat;
	box-shadow: 0 4px 10px rgb(255, 0, 0);
	padding: 20px;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

/* Estilo para as filas de imagens */
.image-row {
	display: flex;
	gap: 30px;
	animation: scroll-row 12s linear infinite;
}

/* Movimento contínuo para cada fila */
.image-row-reverse {
	animation-direction: reverse;
}

@keyframes scroll-row {
	0% { transform: translateX(0); } /* Inicia em 0% */
	100% { transform: translateX(-100%); } /* Move para a esquerda */
}

/* Estilo das imagens */
.gallery-image {
	width: 170px;
	height: 170px;
	border-radius: 8px;
}

.tokenomics {
	padding-top: 200px;
	padding-bottom: 110px;
	background: url(../img/tokenomics_bg.png) no-repeat;
	background-size: cover;
	background-position: top center
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.tokenomics {
		padding-top: 50px;
		padding-bottom: 80px
	}
}

@media only screen and (max-width: 767px) {
	.tokenomics {
		padding-top: 30px;
		padding-bottom: 50px
	}
}

.tokenomics .section-title {
	display: flex
}

.tokenomics .section-title h2 {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 110px;
    line-height: normal;
    -webkit-text-stroke: 1px #050100;
    background-color: #f90808;
    display: inline-block;
    padding: 23px 40px;
    border-radius: 24px;
    border: 6px solid #ffff;
}
@media only screen and (min-width: 1440px)and (max-width: 1580px) {
	.tokenomics .section-title h2 {
		font-size: 80px
	}
}

@media only screen and (min-width: 1280px)and (max-width: 1439px) {
	.tokenomics .section-title h2 {
		font-size: 75px
	}
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.tokenomics .section-title h2 {
		font-size: 60px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.tokenomics .section-title h2 {
		font-size: 45px
	}
}

@media only screen and (max-width: 767px) {
	.tokenomics .section-title h2 {
		font-size: 30px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.tokenomics .section-title h2 {
		padding: 16px 35px;
		border: 3px solid #050100
	}
}

@media only screen and (max-width: 991px) {
	.tokenomics .section-title h2 {
		padding: 16px 35px;
		border-radius: 12px;
		border: 2px solid #050100
	}
}

.tokenomics .inner_box {
    border-radius: 40px;
    border: 6px solid var(--Black, #ffffff);
    background: #1E3A8A;
    box-shadow: 10px 10px 0px 0px #DC2626;
    padding: 123px 50px 50px;
    margin-top: -80px;
}
@media only screen and (max-width: 991px) {
	.tokenomics .inner_box {
		border-radius: 12px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.tokenomics .inner_box {
		padding: 80px 50px 50px;
		margin-top: -40px;
		border: 2px solid var(--Black, #050100);
		box-shadow: 4px 4px 0px 0px #050100
	}
}

@media only screen and (max-width: 767px) {
	.tokenomics .inner_box {
		margin-top: -30px;
		padding: 65px 15px 30px;
		border: 2px solid var(--Black, #050100);
		box-shadow: 4px 4px 0px 0px #050100
	}
}

.tokenomics .inner_box .box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 16px;
	border: 2px solid var(--Black, #050100);
	background: var(--Yollow-2, #FEF3CC);
	box-shadow: 4px 4px 0px 0px #050100;
	padding: 67px 20px;
	min-height: 342px
}

@media only screen and (max-width: 991px) {
	.tokenomics .inner_box .box {
		border-radius: 12px
	}
}

@media only screen and (max-width: 767px) {
	.tokenomics .inner_box .box {
		margin-bottom: 20px;
		box-shadow: 3px 3px 0px 0px #050100;
		border: 2px solid var(--Black, #050100);
		min-height: 250px;
		padding: 35px 15px
	}
}

.tokenomics .inner_box .box h3 {
	color: var(--Black, #d12a00);
	text-align: center;
	font-size: 33px;
	line-height: normal;
	font-family: "Nobile", sans-serif
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.tokenomics .inner_box .box h3 {
		font-size: 30px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.tokenomics .inner_box .box h3 {
		font-size: 26px
	}
}

@media only screen and (max-width: 767px) {
	.tokenomics .inner_box .box h3 {
		font-size: 24px
	}
}

.dex {
	position: relative;
	z-index: 1;
	padding-top: 100px
}

@media only screen and (max-width: 991px) {
	.dex {
		padding-top: 30px
	}
}

.dex::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/JR8Wfth.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}

.dex .section-title {
	margin-bottom: 140px;
	text-align: center
}

@media only screen and (max-width: 991px) {
	.dex .section-title {
		margin-bottom: 100px
	}
}

@media only screen and (max-width: 767px) {
	.dex .section-title {
		margin-bottom: 70px
	}
}

.dex .section-title h2 {
    border-radius: 24px;
    border: 6px solid var(--Black, #1094ff);
    background: var(--Yollow, #ffffff);
    color: var(--White, #1094ff);
    text-align: center;
    -webkit-text-stroke-color: var(--Black, #fff);
    line-height: normal;
    font-size: calc(40px + 40*(100vw - 360px) / 1510);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding: 23px 40px;
    margin-inline: auto;
    display: inline-block;
}

@media only screen and (min-width: 1620px) {
	.dex .section-title h2 {
		font-size: 80px
	}
}

@media only screen and (max-width: 767px) {
	.dex .section-title h2 {
		padding: 10px 20px;
		-webkit-text-stroke-width: 3px;
		letter-spacing: 3px;
		border-radius: 12px
	}
}

@media only screen and (max-width: 991px) {
	.dex .service-wrapper .single-item {
		margin-bottom: 60px;
		height: 100%
	}
}

.dex .service-wrapper .single-item .box-info {
	border-radius: 16px;
	border: 2px solid var(--Black, #050000);
	background: var(--Yollow-2, #FEF3CC);
	box-shadow: 4px 4px 0px 0px #050100;
	padding: 30px;
	height: 100%
}

@media only screen and (max-width: 767px) {
	.dex .service-wrapper .single-item .box-info {
		border-radius: 12px
	}
}

.dex .service-wrapper .single-item .box-info .title {
    width: 214.274px;
    height: 53.418px;
    transform: rotate(-8.78deg);
    color: var(--White, #FFF);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--Black, #050100);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    background: var(--Yollow, #0a0909);
    border: 2px solid #050100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    margin-left: -20px;
}
.dex .service-wrapper .single-item .box-info img {
	max-width: 42px;
	margin-bottom: 12px;
	margin-top: 20px
}

.dex .service-wrapper .single-item .box-info p {
	color: var(--Black, #050100);
	font-family: Nobile;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%
}

.dex .service-wrapper .single-item:last-child {
	margin-bottom: 0
}

.footer-area {
	position: relative;
	z-index: 1;
	padding-top: 200px;
	padding-bottom: 126px
}

@media only screen and (max-width: 991px) {
	.footer-area {
		padding-top: 150px
	}
}

.footer-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/footer-bg-shap.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}

.footer-area .fl-top-img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 540px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.footer-area .fl-top-img {
		margin-top: -60px
	}
}

@media only screen and (max-width: 991px) {
	.footer-area .fl-top-img {
		max-width: 350px
	}
}

@media only screen and (max-width: 767px) {
	.footer-area .fl-top-img {
		max-width: 180px
	}
}

.footer-area .fr-top-img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 540px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.footer-area .fr-top-img {
		margin-top: -60px
	}
}

@media only screen and (max-width: 991px) {
	.footer-area .fr-top-img {
		max-width: 350px
	}
}

@media only screen and (max-width: 767px) {
	.footer-area .fr-top-img {
		max-width: 180px
	}
}

.footer-area .footer-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 214px;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1
}

.footer-area h2 {
    border-radius: 8px;
	border: 1px solid var(--Black, #000000);
	background: var(--White, #000000);
	box-shadow: 4px 4px 0px 0px #ffff;
    color: var(--White, #FFF);
    text-align: center;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: var(--Black, #050100);
    line-height: normal;
    font-size: calc(40px + 40*(100vw - 360px) / 1510);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding: 23px 40px;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    display: block;
}

@media only screen and (min-width: 1620px) {
	.footer-area h2 {
		font-size: 80px
	}
}

@media only screen and (max-width: 991px) {
	.footer-area h2 {
		padding: 10px 20px;
		-webkit-text-stroke-width: 3px;
		letter-spacing: 3px;
		border-radius: 12px
	}
}

.footer-area .footer-logo {
	max-width: 192px;
	margin-top: 60px;
	margin-bottom: 25px
}

@media only screen and (max-width: 991px) {
	.footer-area .footer-logo {
		margin-top: 30px;
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 767px) {
	.footer-area .footer-logo {
		max-width: 140px
	}
}

.footer-area p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: normal;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	max-width: 772px;
	margin-inline: auto;
	margin-bottom: 55px
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.footer-area p {
		font-size: 18px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.footer-area p {
		font-size: 17px
	}
}

@media only screen and (max-width: 767px) {
	.footer-area p {
		font-size: 16px
	}
}

@media only screen and (max-width: 991px) {
	.footer-area p {
		margin-bottom: 35px
	}
}

.footer-area .socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	position: relative;
	z-index: 2
}

.footer-area .socials a {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: .5px solid var(--Black, #050100);
    background: var(--Green, #ffffff);
    box-shadow: 1px 2px 0px 0px #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-area .socials a svg {
	max-width: 36px
}

.footer-area .socials a:hover {
	background: #fff
}

.footer-area .footerl-img {
	position: absolute;
	bottom: 100px;
	left: 100px;
	max-width: 326px
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.footer-area .footerl-img {
		left: 20px;
		max-width: 250px
	}
}

@media only screen and (max-width: 991px) {
	.footer-area .footerl-img {
		max-width: 180px;
		bottom: 10px;
		left: 5px
	}
}

.footer-area .footerr-img {
	position: absolute;
	bottom: 100px;
	right: 0;
	max-width: 326px
}

@media only screen and (min-width: 992px)and (max-width: 1279px) {
	.footer-area .footerr-img {
		max-width: 250px
	}
}

@media only screen and (max-width: 991px) {
    .footer-area .footerr-img {
        max-width: 180px;
        bottom: -15px;
    }
}

/*# sourceMappingURL=style.min.css.map */