@charset "utf-8";
/* CSS Document */


:root {
	--red: #EC1C24;
	--white: #FFFFFF;
	--yellow: #EFB970;
	--blue: #5262F3;
}

body {
	font-family: 'GentyDemoRegular';
	font-size: 22px;
	line-height: 150%;
	background-color: var(--red);
	color: var(--white);
}

figure {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: var(--red);
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: var(--red);
}

/* Common Style Start */
.banner-title {
	font-size: 185.81px;
	line-height: 150%;
	font-weight: normal;
}

.banner-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.section-title {
	font-size: 70px;
	line-height: 150%;
	font-weight: normal;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.common-detail * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.btn {
	font-family: 'UnboundedSemiBold';
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
	padding: 14px 30px;
	text-transform: uppercase;
	max-width: max-content;
	border-radius: 33px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	-ms-border-radius: 33px;
	-o-border-radius: 33px;
}

.btn-white {
	border: 1px solid var(--white);
	background-color: var(--white);
	color: var(--red);
}

.btn-white:hover,
.btn-white:active {
	border-color: var(--white) !important;
	background-color: transparent !important;
	color: var(--white) !important;
}

.btn-transparent {
	border: 1px solid var(--white);
	background-color: rgba(255, 255, 255, 0.3);
	color: var(--white	);
}

.btn-transparent:hover,
.btn-transparent:active {
	border-color: var(--white) !important;
	background-color: transparent !important;
	color: var(--white) !important;
}
/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.header .navbar {
	margin: 16px 0;
	padding: 12px;
	background-color: #9C0000;
	border-radius: 52px;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
}

.header .navbar-brand {
	max-width: 146px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.social-media {
	margin-left: auto;
}

.social-media ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.social-media ul li {
	list-style-type: none;
	margin: 0 16px 0 0;
	background-color: #660000;
	border: 1.31px solid #BAC3ED;
	padding: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.social-media ul li:last-child {
	margin-right: 0;
}

.social-media ul li a {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(102, 0, 0, 0.3);
	border: 0.65px solid var(--white);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.social-media ul li a figure {
	display: flex;
}

.social-media ul li a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* Banner Start */
.banner-wrp {
	position: relative;
	padding: 112px 0 0;
}

.banner-img img {
	width: 100%;
    object-fit: cover;
	object-position: bottom;
	height: calc(100vh - 112px);
}

.panda-images {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.panda-images img {
	max-width: 481px;
	width: 100%;
}

.banner-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 155px;
}

.banner-content {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.banner-text {
	margin: -68px 0 37px;
}

.banner-text p {
	font-size: 37px;
	line-height: 150%;
	margin: 0;
}

.banner-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 46px;
}

.banner-btns .btn-transparent {
	margin: 0 10px 0 0;
}

.copytext {
	display: flex;
	align-items: center;
	justify-content: center;
}

.copytext span {
	font-size: 22px;
	line-height: 150%;
	display: block;
}

.copytext p {
	font-family: 'GlutenRegular';
	font-size: 22px;
	margin: 0;
	padding: 0 6px;
}

.banner-logos {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
}

.banner-logos ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-logos ul li {
	list-style-type: none;
	padding: 0 25px 0 0;
}

.banner-logos ul li:first-child img {
	max-width: 177px;
}

.banner-logos ul li:nth-child(2) img {
	max-width: 144px;
}

.banner-logos ul li:last-child img {
	max-width: 136px;
}

.banner-logos ul li figure {
	display: flex;
}

.banner-logos ul li:last-child {
	padding-right: 0;
}
/* Banner End */

/* About Start */
.about-wrp {
	position: relative;
}

.about-img img {
	width: 100%;
}

.about-left .common-detail {
	max-width: 493px;
	width: 100%;
	margin: 0 0 31px;
}

.about-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 119px;
}

.about-left {
	margin: 0 0 0 106px;
}
/* About End */

/* Tokenomics Start */
.tokenomics-right {
	padding: 8px 0 0 64px;
}

.total-supply ul {
	padding: 0;
	margin: 27px 0 39px;
}

.total-supply h3,
.total-supply ul li {
	font-family: 'GlutenRegular';
	font-size: 35px;
	line-height: 150%;
	margin: 0;
}

.total-supply ul li {
	position: relative;
	list-style-type: none;
	padding: 0 0 0 60px;
	margin: 0 0 27px;
}

.total-supply ul li::before {
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--yellow);
	border: 8px solid var(--white);
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.total-supply ul li:last-child:before {
	background-color: var(--blue);
}


.total-supply span {
	font-family: 'GentyDemoRegular';
	font-size: 35px;
	line-height: 150%;
	display: block;
}

.tokenomics-img {
	text-align: right;	
	margin-right: -28px;
}

.tokenomics-main .copytext span,
.tokenomics-main .copytext p {
	font-size: 29px;
}

.tokenomics-main .copytext p {
	padding: 0 7px;
}

.tokenomics-section {
	margin: 0 0 49px;
}

.tokenomics-wrp {
	position: relative;
	padding: 165px 0 224px;
	overflow: hidden;
}

.cloud-1 {
	position: absolute;
	left: 0;
	bottom: 272px;
}

.cloud-2 {
	position: absolute;
	right: -163px;
	top: 90px;
}

.kandil {
	position: absolute;
	top: 12px;
	left: 35px;
}
/* Tokenomics End */

/* RoadMap Start */
.roadmap-wrp {
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
}

.roadmap-img img {
	width: 100%;
	object-fit: cover;
}

.roadmap-top {
	/* margin: 0 0 -199px; */
	position: absolute;
	left: 0;
	right: 0;
	top: -167px;
}

.roadmap-top img {
	width: 100%;
}

.roadmap-icon {
	width: 83px;
	height: 83px;
	border: 4px solid #F0B84E;
	overflow: hidden;
	margin: 0 0 11px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.roadmap-block .section-title {
	margin: 0 0 20px;
}

.roadmap-block .common-detail {
	margin: 0 0 8px;
}

.common-list ul {
	padding: 0;
	margin: 0;
}

.common-list ul li {
	font-family: 'GlutenRegular';
	font-size: 16px;
	line-height: 150%;
	list-style-type: none;
	padding: 0 0 0 24px;
	position: relative;
}

.common-list ul li::before {
	content: "";
	width: 14px;
    height: 14px;
    background-color: var(--yellow);
    border: 2px solid var(--white);
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.roadmap-content,
.block-2,
.block-3 {
	max-width: 258px;
	width: 100%;
}

.roadmap-block-bottom {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0;
} 

.roadmap-main {
	position: absolute;
	left: 120px;
	right: 30px;
	bottom: 40px;
}

.block-2 {
	margin: 50px 0 0 196px;
}

.roadmap-arrows {
	display: flex;
	align-items: center;
	padding: 9px 0 0;
}

.slick-arrow {
	padding: 0;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #660000;
	border: 1.31px solid #BAC3ED;
	outline: 1px solid var(--white) !important;
	outline-offset: -7px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.slick-arrow:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.slick-prev {
	margin: 0 13px 0 0;
}
/* RoadMap End */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	position: relative;
	padding: 96px 0 0;
}

.footer-main {
	position: relative;
	margin: 0 0 -101px;
	/* position: absolute;
	left: 0;
	right: 0;
	top: 96px; */
}

.footer-img img {
	width: 100%;
}

.footer-section {
	max-width: 722px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer-logo {
	display: block;
	max-width: 212px;
	width: 100%;
	margin: 0 auto 20px;
}

.footer-section .common-detail {
	margin: 0 0 40px;
}

.footer-section .social-media ul {
	justify-content: center;
}

.copyright {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 33px;
}

.copyright p {
	font-family: 'GlutenRegular';
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	margin: 0;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
