/*
Theme Name: twentytwentyone-child
Template: twentytwentyone
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
    font-size: 18px;
    line-height: normal;
	font-family: Inter;
	font-weight:400;
	color: var(--white-color);
	background:#1A3146;
	
}
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
:root{
	--primary-color: #17C6EC;
	--white-color: #fff;
	--global--color-background: #1A3146;
	--global--color-border:#2e4a63;
}	
h1,
h1.page-title,
h1.entry-title,
.singular .entry-title{
	color: var(--primary-color);
	font-family: Bebas Neue;
	font-size: 70px;
	line-height: normal;
	font-weight: 400;
	letter-spacing: 3.5px;
}
h2{
	color: #FFF;
	font-family: Bebas Neue;
	font-size: 58px;
	line-height: normal;
	font-weight: 400;
	letter-spacing: 2.9px;
}
h3{
	font-family: Bebas Neue;
	font-size:38px;
	line-height:normal;
	letter-spacing: 1.9px;
	
}
h4{
	font-family: Bebas Neue;
	font-size:32px;
	line-height:normal;
	letter-spacing: 1px;
}
h5{
	font-family: Bebas Neue;
	font-size:28px;
	line-height:normal;
	letter-spacing: 1px;
}
h6{
	font-family: Bebas Neue;
	font-size:24px;
	line-height:normal;
	letter-spacing: 1px;
}
p{
	margin-bottom:20px;
	line-height:normal;
}
p:last-child{
	margin-bottom:0;
}
ul, ol {
    padding:0 0 20px 20px;
	margin:0;
}
li{
	margin-bottom:5px;
}
a{
	color:var(--white-color);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
button ,
.button{
    color:var(--primary-color);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    text-align: center;
    border: 2px solid var(--primary-color);
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 4px 20px 10px rgba(133, 233, 255, 0.10);
    padding: 20px 45px;
	outline: none;
    text-decoration: none;
}
button:hover,
.button:hover{
	 background:var(--primary-color);
	 color:var(--white-color);
}
.container,
.container-small{
	max-width:1120px;
	width:100%;
	float:none;
	margin:auto;
	padding:0 15px;
}
.container-small{
	max-width:740px;
}
.container .container-small{
	padding-left:0;
	padding-right:0;
}
.col-two-outer {
    display: flex;
    flex-wrap: wrap;
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.col-two{
    width: 50%;
}
.sec-pad{
	padding-top:120px;
	padding-bottom:120px;
}
.text-center{
	text-align:center;
}
.main{
	overflow:hidden;
}

/*HEADER CSS START*/
.header-sec {
    padding: 48px 0 25px;
    text-align: center;
	position:relative;
    top: 0;
    left: 0;
    width: 100%;
	z-index:99;
}
body.home .header-sec,
body.page-template-home-dex .header-sec,
body.page-template-home-timer .header-sec,
body.page-template-whitepaper .header-sec,
body.page-template-how-to-buy .header-sec{
	position: absolute;
}
body.admin-bar .header-sec{
	top:32px;
}
.primary-menu-container ul#primary-menu-list {
    border-radius: 80px;
    background: #20384E;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.20);
    padding: 25px 0;
    margin: 0 0 40px;
	justify-content: center;
	-webkit-justify-content: center;
}
.primary-navigation > div > .menu-wrapper li {
    margin: 10px 60px !important;
    padding: 0;
}
.primary-menu-container li a{
	font-size: 18px;
	padding: 0 !important;
    margin: 0;
	text-transform:uppercase;
	text-decoration:none !important;
}
.primary-menu-container li a, .primary-menu-container li a:link, .primary-menu-container li a:visited{
	color: var(--white-color);
}
.primary-navigation li a:hover,
.primary-navigation li.current_page_item > a{
    color: var(--primary-color);
	text-decoration: none !important;
}
/*HEADER CSS END*/
.banner-sec {
    padding: 420px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
	text-align:center;
	position:relative;
}
.banner-sec > .container{
	padding-bottom:270px;
	position:relative;
}
.dual-heading span{
	color: var(--primary-color);
	display: block;
	font-weight: 400;
}
.dual-heading img{
	margin-left:15px;
	margin-right:15px;
	max-width:60px;
}
.big-heading{
	font-size: 70px;
	line-height: 1.3;
	letter-spacing: 2.5px;
	letter-spacing: 3.5px;
}
.banner-sec .button-outer {
    margin-top: 55px;
}
.rocket-small-dark {
    position: absolute;
	bottom: 0;
}
.rocket-small-dark.rocket-small-dark-left {
    left: -46%;
    bottom: -46%;
}
.rocket-small-dark.rocket-small-dark-right {
    left: auto;
    right: -40%;
    bottom: -70px;
}
.head-sec {
    text-align: center;
}
.presale-launch-sec .head-sec{
	z-index: 99;
    position: relative;
}
.dual-heading .small-heading {
    font-size: 86%;
}
.presale-launch-sec{
	margin-top: -185px;
}
.presale-launch-sec>.container {
    position: relative;
    padding-top: 355px;
}
.launch-white-rock {
	position:absolute;
    text-align: center;
    margin-right: -45%;
	top:0;
	right: 0;
    z-index: -1;
}
.head-sec h2.dual-heading {
    margin-bottom: 30px;
}
.head-sec .button-outer {
    margin-top: 45px;
}
.presale-launch-inr {
    position: relative;
    padding-bottom: 110px;
}
.presale-launch-inr::before {
    width: 140%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: url(assets/images/smoke-bg-new.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -20%;
	top: 0;
}
.presale-launch-info-boxes {
    position: relative;
    z-index: 9;
}
.presale-launch-info-single {
    align-items: center;
    -webkit-align-items: center;
	 margin-top: -50px;
}
.presale-launch-info-single:nth-child(2n) {
    flex-direction: row-reverse;
}
.presale-launch-info-single:nth-child(2n) .presale-launch-info {
    text-align: right;
}
.presale-launch-info-img {
    padding: 0 15px;
	text-align: center;
}
.presale-launch-info h2,
.presale-launch-info h3,
.presale-launch-info h4{
	margin-bottom:30px;
	line-height: normal;
	letter-spacing: 1.9px;
}
.presale-launch-info .button-outer {
    margin-top: 42px;
}
.presale-launch-info {
    min-width: 54%;
}
.presale-launch-info-img {
    width: 46%;
}
.live-stream-sec {
    padding: 230px 0 390px;
    margin-top: 65px;
	background-image: url(assets/images/earth-bg-image.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.live-stream-video {
    margin-bottom: 50px;
}
.live-stream-sec h2 {
    margin-bottom: 20px;
}
.live-stream-sec .button-outer {
    margin-top: 55px;
}
.live-stream-video {
	position:relative;
}
.live-stream-video video {
    width: auto;
	height:auto;
	max-height: 440px;
    border-radius: 20px;
}
.video-play-icon {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	cursor:pointer;
	z-index: 99;
	visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
	display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.live-stream-sec .container {
    position: relative;
}
.rocket-live-stream-bottom {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
	z-index:-1;
}
.rocket-live-stream-bottom.rocket-live-stream-left {
    left: -32%;
    bottom: 10%;
}
.rocket-live-stream-bottom.rocket-live-stream-right {
    right: -32%;
    bottom: -11%;
}
.falcon-roadmap-sec {
    margin-top: -250px;
}
.roadmap-img-block img {
    max-height: 1000px;
}
.falcon-roadmap-sec h2 {
    text-align: center;
}
.roadmap-img-cont-outer {
    display: flex;
	margin-top: 55px;
}
.roadmap-cont-block {
    margin-top: 36px;
}
.roadmap-cont-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.roadmap-cont-block ul li {
    background-image: url(assets/images/x-mark-icon.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: left top;
    margin: 0 0 15px;
    padding: 15px 0 15px 90px;
	font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.roadmap-cont-block ul li img{
	margin-left:10px;
	margin-right:10px;
	max-height:25px;
}
.roadmap-cont-block .button-outer {
    padding-left: 90px;
	padding-top:20px;
}
.roadmap-img-block {
    min-width: 30%;
}
.disclaimer-sec {
    margin-top: -20px;
}
.disclaimer-sec .head-sec h2{
	margin-bottom:25px;
}
.disclaimer-sec .head-sec p{
	font-size: 15px;
	font-weight: 400;
}
/*Footer CSS START*/
.footer-main {
    padding: 95px 0 25px;
    text-align: center;
	background-image: url(assets/images/smoke-bg-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.footer-main > .container {
    position: relative;
}
.footer-top .widget + .widget {
    margin-top: 45px;
}
.footer-top ul li {
    display: inline-block;
    padding: 10px 50px 0;
	font-size: 20px;
	font-weight: 400;
}
.footer-top ul li a {
    color: var(--white) !important;
    text-decoration: none;
}
.footer-top ul li a:hover {
	color: var(--primary-color) !important;
}
.footer-bottom {
    margin-top: 20px;
}
ul.footer-social-links {
    margin: 0;
}
.footer-social-links li {
    display: inline-block;
	padding:10px 10px 0;
	margin: 0;
}
.footer-bottom p {
    font-size: 15px;
	margin-top: 40px;
    font-weight: 400;
}
.footer-rocket-image-outer {
    position: relative;
    width: 100%;
    max-width: 2000px;
    margin: auto;
}
.footer-rocket-image {
    position: absolute;
    right: -30px;
    bottom: -90px;
}
.footer-rocket-image img {
    vertical-align: bottom;
}

/*Footer CSS END*/


/*HOME CUSTOM TIMER COUNTDOWN CSS START*/
.custom-timer-sec {
    padding-top: 10px;
}
.custom-timer-col-outer,
#count_time_sec2 {
    display: flex;
    justify-content: center;
	display: -webkit-flex;
    -webkit-justify-content: center;
	min-height:135px;
}
#count_time_sec2.timer_completed{
    min-height: inherit;
}
.timer-completed {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 50px;
	line-height: 50px;
	letter-spacing:1px;
    font-family: Bebas Neue;
	display: flex;
    align-items: center;
	flex-wrap:wrap;
	display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap:wrap;
	margin-top: 20px;
}
.custom-timer-col,
.count_time_sec1_outer{
	padding-top:20px;
	padding-right:20px;
}
.custom-timer-col:last-child,
.count_time_sec1_outer:last-child{
	padding-right:0;
}
.custom-timer-val,
.count_time_sec1_hours {
	font-size: 40px;
	padding: 14px 10px 10px;
    border-radius: 12px;
    min-width: 88px;
    min-height: 75px;
    font-family: Bebas Neue;
	position: relative;
    background: #2A4259;
    box-shadow: 0px 7px 30px 4px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
	 display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
	display:block;
}
.custom-timer-val:after,
.count_time_sec1_hours:after {
    width: 20px;
    font-size: 34px;
    position: absolute;
	right: -20px;
	top: 0;
    content: ":";
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
	justify-content: center;  
	display: -webkit-flex;
    -webkit-align-items: center;
	-webkit-justify-content: center;  
}
.custom-timer-col:last-child .custom-timer-val:after,
.count_time_sec1_outer:last-child .count_time_sec1_hours:after {
    display: none;
}
.custom-timer-label,
.count_time_sec1_day_label {
    font-size: 18px;
    font-weight: 400;
    margin-top: 16px;
	display:block;
	text-transform:capitalize;
}
/*HOME CUSTOM TIMER COUNTDOWN CSS END*/



/*HOME CONNECT WALLET CSS START*/
.banner-connect-wallet {
    padding-top: 45px;
	max-width: 80%;
    margin: auto;
	z-index: 99;
    position: relative;
}
.home-dex-banner .rocket-small-dark.rocket-small-dark-left {
    bottom: 10%;
}
.home-dex-banner .rocket-small-dark.rocket-small-dark-right {
    bottom: 20%;
}
/*HOME CONNECT WALLET CSS END*/



/*WHITEPAPER CSS START*/
body.page-template-whitepaper .banner-sec {
    padding-bottom: 75px;
}
.whitepaper-funds-sec{
	margin-top: -260px;
	position:relative;
}
.whitepaper-funds-sec::before {
    width: 140%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: url(assets/images/smoke-bg-whitepaper.svg);
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    left: -20%;
    top: 14%;
}
.whitepaper-funds-sec .container {
    padding-left: 0;
    padding-right: 0;
	position:relative;
}
.whitepaper-funds-list-signle{
	margin-bottom: 45px;
}
.whitepaper-funds-list-signle:last-child{
	margin-bottom:0;
}
.whitepaper-funds-list-signle-inr {
    display: flex;
    align-items: flex-start;
	display: -webkit-flex;
    -webkit-align-items: flex-start;
}
.whitepaper-list-number {
    color: var(--primary-color);
    font-size: 200px;
    font-style: normal;
    font-weight: 800;
    padding: 55px 35px 20px;
    line-height: 160px;
	margin-right: 20px;
	min-width:170px;
}
.whitepaper-list-cont {
    border-radius: 10px;
	background: rgb(32 56 78 / 80%);
    box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
	padding: 50px 35px 80px;
	font-size: 20px;
}
.whitepaper-list-cont h2 {
    text-align: center;
    margin-bottom: 30px;
	line-height: 1;
}
.whitepaper-list-btm-text {
    padding:50px 15px 0 230px ;
    font-size: 25px;
    line-height: normal;
    font-weight: 500;
    font-style: italic;
}
.whitepaper-list-cont p{
	font-size: 20px;
	font-weight: 400;
	 margin-bottom: 25px;
}
.whitepaper-list-cont p strong {
	color: var(--primary-color);
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}
.whitepaper-list-cont p:last-child{
	margin-bottom:0;
}
.whitepaper-list-cont table{
	margin-bottom:25px;
}
.whitepaper-list-cont table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 20px;
	text-transform: uppercase;
}
.whitepaper-list-cont table th, .whitepaper-list-cont table td {
    border: none;
}
.whitepaper-list-cont th{
	color: var(--primary-color);
	font-weight: 700;
}
.rocket-top-up {
    position: absolute;
    left: -40%;
    top: 30%;
}
/*WHITEPAPER CSS END*/


/*HOW TO BUY CSS START*/
.banner-sec.how-buy-banner > .container {
    padding-bottom: 20px;
    position: relative;
}
.how-buy-sec {
    margin-top: 55px;
}
.how-buy-sec .container{
	padding-left:0;
	padding-right:0;
}
.how-buy-head-cont {
    max-width: 920px;
    margin: auto;
}
.how-buy-list-outer{
	counter-reset: items;
}
.how-buy-signle {
	position:relative;
}
.how-buy-signle-inr {
    border-radius: 20px;
    background: #20384E;
    padding: 50px 92px;
	margin-top: 50px;
	position:relative;
}
.how-buy-signle-inr:before {
    width: auto;
    height: auto;
    font-size: 400px;
    font-weight: 800;
    line-height: normal;
    position: absolute;
    right: -300px;
    top: 30px;
    opacity: 0.05;
    color: var(--primary-color);
	counter-increment: items;
	content: counter(items);
}
.how-buy-signle:nth-child(2) .how-buy-signle-inr:before,
.how-buy-signle:nth-child(3n+2) .how-buy-signle-inr:before {
    right: auto;
    left: -300px;
    top: 130px;
}
.how-buy-signle:nth-child(3) .how-buy-signle-inr::before {
    top: 300px;
}
.how-buy-head-cont h2,
.how-buy-list-number{
	letter-spacing:0;
	color:var(--primary-color);
	font-size:48px;
	line-height: 130%;
	margin-bottom:10px;
	font-family: Bebas Neue;
}
.how-buy-sec h2.dual-heading,
.how-buy-sec span.big-heading {
	margin-bottom: 20px;
    letter-spacing: 0;
}
.how-buy-sec p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.how-buy-sub-list-outer {
    margin-top: 50px;
}
.how-buy-sub-list-single {
    border-radius: 20px;
    background: #2D4255;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    padding: 40px 50px;
}
.how-buy-sub-list-single:first-child{
	margin-top:0;
}
.how-buy-signle::after {
    width: 140%;
    height: 90%;
    position: absolute;
    content: "";
    background-image: url(assets/images/smoke-bg-how-buy.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    left: -20%;
    bottom: -13%;
    z-index: -1;
}
.how-buy-signle:nth-child(2n)::after {
    background-image: url(assets/images/smoke-bg-how-buy2.svg);
	bottom: -24%;
}

.how-buy-signle:last-child:after{
	opacity:0;
	visibility:hidden;
}
.how-buy-sub-list-single h3 {
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 12px;
}
.how-buy-signle .button-outer {
    margin-top: 52px;
}
.how-buy-rocket {
    position: absolute;
    left: 0;
    top: 0;
}
.how-buy-signle:nth-child(2) .how-buy-rocket,
.how-buy-signle:nth-child(3n+2) .how-buy-rocket{
	display:none;
}
.how-buy-signle:nth-child(2) .top-right-rocket,
.how-buy-signle:nth-child(3n+2) .top-right-rocket{
	display:block !important;
}
.how-buy-signle:nth-child(3n) .how-buy-rocket{
	display:none;
}
.how-buy-signle:nth-child(3n) .bottom-left-rocket{
	display:block !important;
}
.how-buy-rocket.top-left-rocket {
    left: -30%;
    top: 16%;
}
.how-buy-rocket.top-right-rocket {
    left: auto;
    right: -38%;
    top: -18%;
}
.how-buy-rocket.bottom-left-rocket {
    left: -26%;
    top: -23%;
}
.how-buy-signle-inr .button,
.roadmap-cont-block .button{
	padding-left:66px;
	padding-right:66px;
}
/*HOW TO BUY CSS END*/

/*SEARCH, ERROR PAGES START*/
.entry-title {
    color:var(--white);
}
.entry-title a:hover {
    color: var(--primary-color);
}
.singular .entry-header {
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.page-header {
    padding-bottom: 20px;
}
.error-404.not-found {
    padding-top: 50px;
}
.no-results.not-found > *:first-child {
    margin-bottom: 30px;
}
.search-no-results .page-content,
.search-result-count{
    margin-top: 50px;
}
.search-form .search-submit {
    background: transparent !important;
    border: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
}
.search-form .search-submit:hover{
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
    border-color: var(--primary-color) !important;
}
.search-form .search-field {
    border: none;
    outline: none !important;
}

/*SEARCH, ERROR PAGES END*/


@media only screen and (min-width: 2400px){
.whitepaper-funds-sec::before {
   background-size:inherit;
}

}

@media only screen and (max-width: 1800px){
/*HOME PAGE CSS END*/
.rocket-small-dark{
	max-width: 400px;
}
.rocket-small-dark.rocket-small-dark-right {
    right: -15%;
    bottom: 10px;
}
.rocket-small-dark.rocket-small-dark-left {
    left: -20%;
	bottom: -36%;
}
.rocket-live-stream-bottom {
    max-width: 280px;
}
.rocket-live-stream-bottom.rocket-live-stream-left {
	left: -9%;
    bottom: 15%;
}
.rocket-live-stream-bottom.rocket-live-stream-right {
    right: -9%;
    bottom: 60px;
}
.footer-rocket-image {
    max-width: 300px;
}
.footer-rocket-image {
    right: -22px;
}
/*HOME PAGE CSS END*/

/*WHITEPAPER CSS START*/
.rocket-top-up {
    left: -20%;
}
/*WHITEPAPER CSS END*/

/*HOW TO BUY CSS START*/
.how-buy-signle-inr {
    padding: 50px 60px;
}
.how-buy-signle-inr:before {
    font-size: 150px;
    right: -112px;
    top: 30px;
}
.how-buy-signle:first-child .how-buy-signle-inr::before {
    margin-right: 25px;
}
.how-buy-signle:nth-child(2) .how-buy-signle-inr:before, .how-buy-signle:nth-child(3n+2) .how-buy-signle-inr:before {
    left: -112px;
	top: 180px;
}
.how-buy-rocket{
	max-width:150px;
}
.how-buy-rocket.top-left-rocket {
    left: -85px;
    top: 16%;
    max-width: 80px;
}
.how-buy-rocket.bottom-left-rocket {
    left: -117px;
    top: -18%;
}
.how-buy-rocket.top-right-rocket {
    right: -132px;
    top: -9%;
}
/*HOW TO BUY CSS END*/
	
}

@media only screen and (max-width: 1350px){
/*HOME PAGE CSS START*/
.rocket-small-dark{
	max-width: 350px;
}
.rocket-small-dark.rocket-small-dark-left {
    left: -10%;
}
.rocket-small-dark.rocket-small-dark-right {
    right: -7%;
    bottom: 70px;
}
.live-stream-sec {
    padding: 120px 0 340px;
    margin-top: 0;
    background-position: top center;
}
.video-play-icon img {
    max-width: 120px;
}
.rocket-live-stream-bottom {
    max-width: 230px;
}	
.rocket-live-stream-bottom.rocket-live-stream-left {
    left: -30px;
    bottom: 15%;
}
.rocket-live-stream-bottom.rocket-live-stream-right {
    right: -30px;
    bottom: 100px;
}
.footer-rocket-image {
    max-width: 260px;
}
/*HOME PAGE CSS END*/

/*WHITEPAPER CSS START*/
.whitepaper-list-number {
    font-size: 150px;
    padding: 45px 15px 20px;
    margin-right: 10px;
    min-width: 130px;
}
.whitepaper-list-btm-text {
    padding: 50px 15px 0 170px;
}
.rocket-top-up {
    left: -7%;
    top: 30%;
    max-width: 260px;
}
/*WHITEPAPER CSS END*/

/*HOW TO BUY CSS START*/
.how-buy-sec{
	padding-left:90px;
	padding-right:90px;
}
.how-buy-sec .container {
    padding-left: 15px;
    padding-right: 15px;
}
.how-buy-signle-inr {
    padding: 50px 40px;
}
.how-buy-sub-list-single {
    padding: 40px 30px;
}
.how-buy-sub-list-outer {
    margin-top: 40px;
}
.how-buy-signle-inr:before {
    font-size: 120px;
    right: -92px;
}
.how-buy-signle:nth-child(2) .how-buy-signle-inr:before,
.how-buy-signle:nth-child(3n+2) .how-buy-signle-inr:before {
    left: -92px;
}
.how-buy-signle:first-child .how-buy-signle-inr::before {
    margin-right: 20px;
}
/*HOW TO BUY CSS END*/

}

@media only screen and (max-width: 1200px){
h1,
h1.page-title,
h1.entry-title,
.singular .entry-title{
	font-size:56px;
	letter-spacing: 2.5px;
}
h2{
	font-size: 46px;
	letter-spacing:2px;
}
h3{
	font-size:32px;
	letter-spacing: 1.3px;
	
}
h4{
	font-size:28px;
	
}
h5{
	font-size:26x;
	
}
.big-heading {
    font-size: 56px;
	letter-spacing: 2.5px;
}
/*HOME PAGE CSS START*/
.header-sec {
    padding-right: 15px;
    padding-left: 15px;
}
.primary-navigation > div > .menu-wrapper li {
    margin: 7px 45px !important;
}
.banner-sec .button-outer {
    margin-top: 35px;
}
.launch-white-rock {
    max-width: inherit;
    margin-right: -22%;
    width: 100%;
}
.presale-launch-sec>.container {
    padding-top: 27%;
}
.rocket-small-dark.rocket-small-dark-left {
    bottom: -26%;
}
.rocket-small-dark.rocket-small-dark-right {
    bottom: 20px;
}
.live-stream-sec {
    padding: 70px 0 320px;
}
.rocket-live-stream-bottom {
    max-width: 180px;
}
.rocket-live-stream-bottom.rocket-live-stream-right {
    right: 10px;
    bottom: 20%;
}
.rocket-live-stream-bottom.rocket-live-stream-left {
    left: 10px;
    bottom: 18%;
}
.disclaimer-sec {
    margin-top: 0;
}
.footer-top ul li {
    padding: 10px 35px 0;
}
.footer-rocket-image {
    max-width: 235px;
}
.footer-top .widget + .widget {
    margin-top: 15px;
}
.footer-bottom {
    margin-top: 10px;
}

.timer-completed {
    font-size: 40px;
	line-height: 40px;
}
/*HOME PAGE CSS END*/

/*WHITEPAPER CSS START*/
.whitepaper-funds-sec .container {
    padding-left: 15px;
    padding-right: 15px;
}
.whitepaper-list-cont {
    font-size: 18px;
}
.whitepaper-list-cont p {
    font-size: 18px;
}
.whitepaper-list-cont p strong {
    font-size: 22px;
}
.whitepaper-list-cont table tr {
    font-size: 18px;
}
.whitepaper-list-btm-text {
    padding: 40px 15px 0 170px;
    font-size: 22px;
}
.rocket-top-up {
    left: -3%;
    max-width: 220px;
}
/*WHITEPAPER CSS END*/

/*HOW TO BUY CSS START*/
.how-buy-sec p {
    font-size: 18px;
}
/*HOW TO BUY CSS END*/

}

@media only screen and (max-width: 991px){
h1,
h1.page-title,
h1.entry-title,
.singular .entry-title{
	font-size:46px;
	letter-spacing: 2px;
}
h2{
	font-size: 38px;
}
h3{
	font-size:28px;
	
}
h4{
	font-size:26px;
	
}
.big-heading {
    font-size: 46px;
	letter-spacing: 2px;
}
button, .button {
    font-size: 18px;
    padding: 18px 30px;
}
/*HOME PAGE CSS START*/
.header-sec {
    padding: 28px 15px;
}
.primary-menu-container ul#primary-menu-list {
    padding: 18px 0;
	margin: 0 0 30px;
}
.primary-navigation > div > .menu-wrapper li {
    margin: 7px 28px !important;
}
.primary-menu-container li a {
    font-size: 16px;
}
.header-logo img {
    max-width: 170px;
}
.banner-sec {
    padding: 340px 0 0;
}
.banner-sec > .container {
    padding-bottom: 170px;
}
.rocket-small-dark {
    max-width: 270px;
}
.presale-launch-sec {
    margin-top: -140px;
}
.presale-launch-inr {
    padding-bottom: 70px;
}
.presale-launch-sec>.container {
    padding-top: 28%;
}
.presale-launch-info h2, .presale-launch-info h3, .presale-launch-info h4 {
    letter-spacing: 1.2px;
}
.presale-launch-info-single {
    margin-top: -20px;
}
.live-stream-video {
    margin-bottom: 30px;
}
.live-stream-sec .button-outer {
    margin-top: 40px;
}
.roadmap-img-cont-outer {
    margin-top: 40px;
}
.roadmap-cont-block ul li {
    margin: 0 0 15px;
    padding: 10px 0 10px 80px;
    font-size: 16px;
}
.roadmap-cont-block .button-outer {
    padding-left: 80px;
}
.footer-main {
    padding: 75px 0 25px;
}
.footer-rocket-image {
    max-width: 150px;
    right: -10px;
}
.footer-top .widget + .widget {
    margin-top: 7px;
}
.footer-top ul li {
    padding: 10px 25px 0;
}
.footer-top img {
    max-width: 170px;
}
.footer-bottom {
    margin-top: 0;
}
.footer-bottom p {
    margin-top: 25px;
}
.banner-connect-wallet {
    margin-bottom: 20px;
}
/*HOME PAGE CSS END*/

/*WHITEPAPER CSS START*/
.whitepaper-funds-sec {
    margin-top: -170px;
}
.whitepaper-funds-sec .head-sec h2.dual-heading {
    margin-bottom: 20px;
}
.whitepaper-funds-list-signle {
    margin-bottom: 30px;
}
.whitepaper-list-cont h2 {
    margin-bottom: 22px;
}
.whitepaper-list-cont p {
    font-size: 16px;
	margin-bottom:20px;
}
.whitepaper-list-cont p strong {
    font-size: 20px;
}
.whitepaper-list-cont {
    padding: 40px 25px 50px;
    font-size: 16px;
}
.whitepaper-list-cont table tr {
    font-size: 16px;
}
.whitepaper-list-btm-text {
    padding: 35px 15px 0 110px;
    font-size: 18px;
}
.whitepaper-list-number {
    font-size: 90px;
	line-height: 100px;
    padding: 30px 10px 10px;
    margin-right: 5px;
    min-width: 80px;
}
.rocket-top-up {
    left: -3.5%;
    max-width: 160px;
}
/*WHITEPAPER CSS END*/

/*HOW TO BUY CSS START*/
.how-buy-signle-inr {
    margin-top: 40px;
	padding: 40px 30px;
}
.how-buy-sub-list-outer {
    margin-top: 30px;
}
.how-buy-sec p {
    font-size: 16px;
    line-height: 24px;
}
.how-buy-head-cont h2, .how-buy-list-number {
    font-size: 38px;
    line-height: 110%;
}
.how-buy-sub-list-single {
    padding: 30px 20px;
}
.how-buy-signle .button-outer {
    margin-top: 35px;
}
.how-buy-signle-inr .button,
.roadmap-cont-block .button{
	padding-left:50px;
	padding-right:50px;
}
/*HOW TO BUY CSS END*/
	
}

@media screen and (max-width: 782px){
body.admin-bar .header-sec{
	top:46px;
}
}

@media only screen and (max-width: 767px){
h1,
h1.page-title,
h1.entry-title,
.singular .entry-title{
	font-size: 36px;
    letter-spacing: 1px;
}
h2 {
    font-size: 30px;
    letter-spacing: 1px;
}
h3{
	font-size:26px;
	
}
h4{
	font-size:25px;
	
}
h5{
	font-size:22px;
	
}
h6{
	font-size:20px;
	
}
.big-heading {
    font-size: 36px;
    letter-spacing: 1px;
}
button, .button {
    font-size: 16px;
    padding: 16px 24px;
}
/*HOME PAGE CSS START*/
.header-sec {
    padding: 20px 15px;
	z-index: 9999;
}
.header-logo img {
    max-width: 140px;
}
.primary-navigation {
    position: absolute;
	left:0;
}
.primary-navigation-open .primary-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
}
.primary-navigation > .primary-menu-container {
    background-color: #20384e;
	height: 100vh;
    overflow-x: clip;
    border: none;
	opacity: 0;
    visibility: hidden;
	padding: 80px 30px;
	margin: 0;
	display: none;
}
.primary-navigation-open .primary-navigation > .primary-menu-container{
	display:block;
}
.primary-menu-container ul#primary-menu-list {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}
.primary-navigation > div > .menu-wrapper li {
    margin:10px 0!important;
	width:100%;
}
.primary-menu-container li a {
    display: inline-block;
    padding: 5px 0 !important;
}
.menu-button-container {
    padding-top: 0;
    width: 60px;
    height: 60px;
	display:flex;
}
.primary-navigation-open .menu-button-container {
    width: 60px;
    background-color: transparent;
}
body.admin-bar .primary-navigation > .primary-menu-container {
    top: 0;
}
body.admin-bar .primary-navigation {
    top: 0;
}
body.admin-bar.primary-navigation-open .primary-navigation{
    top: 46px;
}
.menu-button-container #primary-mobile-menu {
    color: transparent;
    font-size: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
	font-size: 0;
}
.menu-button-container #primary-mobile-menu svg {
    color: #fff;
}
.banner-sec {
    padding: 200px 0 0;
}
.banner-sec .button-outer {
    margin-top: 20px;
}
.rocket-small-dark{
	max-width: inherit;
    width: 40%;
    bottom: 50px;
}
.rocket-small-dark.rocket-small-dark-right {
	right: -12%;
    bottom: 50px;
}
.rocket-small-dark.rocket-small-dark-left {
    bottom: -32%;
    left: -12%;
}
.head-sec .button-outer {
    margin-top: 30px;
}
.presale-launch-inr {
    padding-bottom: 60px;
}
.presale-launch-info-single {
    margin-top: 60px;
}
.presale-launch-info-img {
    width: 100%;
}
.presale-launch-info-img img {
    width: auto;
    max-height: 400px;
}
.presale-launch-info {
    min-width: 100%;
}
.presale-launch-info {
    min-width: 100%;
    text-align: center;
    margin-top: 30px;
}
.presale-launch-info h2, .presale-launch-info h3, .presale-launch-info h4 {
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.presale-launch-info .button-outer {
    margin-top: 30px;
}
.presale-launch-info-single:nth-child(2n) .presale-launch-info {
    text-align: center;
}
.video-play-icon img {
    max-width: 80px;
}
.live-stream-video video {
    height: auto;
	max-height:400px;
}
.rocket-live-stream-bottom {
    max-width: 220px;
}
.rocket-live-stream-bottom.rocket-live-stream-left {
    left: 10px;
    bottom: -30px;
}
.rocket-live-stream-bottom.rocket-live-stream-right {
    right: 10px;
    bottom: -130px;
}
.roadmap-cont-block {
    margin-top: 25px;
}
.roadmap-img-block {
    min-width: 100%;
    text-align: center;
}
.roadmap-img-block img {
    max-height: 500px;
	width: auto;
}
.roadmap-img-cont-outer {
    margin-top: 40px;
    flex-direction: column;
    justify-content: center;
}
.roadmap-cont-block .button-outer {
    padding-left: 0;
    text-align: center;
}
.disclaimer-sec {
    margin-top: 50px;
}
.disclaimer-sec .head-sec h2 {
    margin-bottom: 15px;
}
.footer-main {
    padding: 60px 0 0;
}
.footer-top ul li {
    padding: 10px 20px 0;
    font-size: 18px;
}
.footer-bottom p {
    margin-top: 35px;
}
.footer-rocket-image {
    position: relative;
    margin: auto;
    max-width: 100px;
    bottom: -30px;
	right: 0;
}
.custom-timer-sec {
    padding-top: 25px;
    padding-bottom: 15px;
}
.banner-connect-wallet {
    padding-top: 25px;
}
.home-dex-banner .rocket-small-dark.rocket-small-dark-left {
    bottom: 20%;
	left: -15%;
}
.home-dex-banner .rocket-small-dark.rocket-small-dark-right {
    bottom: 30%;
	right: -15%;
}
.timer-completed {
    font-size: 30px;
	line-height: 34px;
}
/*HOME PAGE CSS END*/

/*WHITEPAPER CSS START*/
.whitepaper-funds-list-signle-inr {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.whitepaper-list-number {
    font-size: 70px;
	line-height: 60px;
    padding: 0 15px;
    margin-right: 5px;
    min-width: auto;
    position: absolute;
	width: 100%;
	left: 0;
    right: 0;
    text-align: center;
    margin-top: 35px;
}
.whitepaper-list-cont {
    padding:115px 20px 35px;
    font-size: 16px;
}
.whitepaper-list-cont p strong {
    font-size: 18px;
    line-height: 26px;
}
.whitepaper-list-btm-text {
    padding: 20px 20px 0;
    font-size: 18px;
}
.rocket-top-up {
    left: 0;
    max-width: 160px;
    position: relative;
    margin: 10px auto;
}
/*WHITEPAPER CSS END*/

/*HOW TO BUY CSS START*/
.how-buy-sec {
	padding-left:0;
	padding-right:0;
}
.how-buy-signle-inr {
    margin-top: 30px;
    padding: 20px 20px 30px;
}
.how-buy-signle-inr:before {
    right:0;
	top:-5px;
    position: relative;
    line-height: normal;
}
.how-buy-signle:first-child .how-buy-signle-inr::before {
    margin-right: 0;
}
.how-buy-signle:nth-child(2) .how-buy-signle-inr:before,
.how-buy-signle:nth-child(3n+2) .how-buy-signle-inr:before {
    left: 0;
	right:0;
    top: -5px;
}
.how-buy-signle:nth-child(3) .how-buy-signle-inr::before {
    top: auto;
}
.how-buy-rocket.top-left-rocket,
.how-buy-rocket.top-right-rocket,
.how-buy-rocket.bottom-left-rocket{
    top: auto;
	bottom:0;
	left:0;
	right:0;
}
.how-buy-rocket {
    right: 0;
    top: auto;
	bottom:0;
    left: 0;
    margin: auto;
    position:relative;
	margin-top: 30px;
}
.how-buy-sub-list-outer {
    margin-top: 20px;
}
.how-buy-sub-list-single{
	  margin-top: 20px;
}
.how-buy-head-cont h2, .how-buy-list-number {
    font-size: 30px;
    line-height: 110%;
}
.how-buy-signle-inr .button,
.roadmap-cont-block .button{
	padding-left:35px;
	padding-right:35px;
}
/*HOW TO BUY CSS END*/

}

@media only screen and (max-width: 640px){
/*HOME PAGE CSS START*/
.rocket-small-dark.rocket-small-dark-left {
  bottom: -16%;
}
/*HOME PAGE CSS END*/
}

@media only screen and (max-width: 479px){
body {
    font-size: 16px;
}
/*HOME PAGE CSS START*/
.rocket-small-dark.rocket-small-dark-left {
    bottom: -10px;
}
.head-sec h2.dual-heading {
    margin-bottom: 20px;
}
.rocket-live-stream-bottom {
    max-width: 180px;
}
.rocket-live-stream-bottom.rocket-live-stream-right {
    bottom: -110px;
}
.live-stream-sec {
    padding: 40px 0 320px;
}
.video-play-icon img {
    max-width: 60px;
}
.roadmap-cont-block ul li {
    padding: 0px 0 5px 60px;
    background-size: 45px;
}
.footer-top .widget + .widget {
    margin-top: 5px;
}
.footer-bottom p {
    margin-top: 25px;
}
.custom-timer-col-outer, #count_time_sec2{
	min-height:115px;
}
.custom-timer-val, 
.count_time_sec1_hours {
    font-size: 30px;
    min-width: 70px;
    min-height: 65px;
}
.custom-timer-label, 
.count_time_sec1_day_label {
    margin-top: 7px;
	font-size: 15px;
}
/*HOME PAGE CSS END*/


/*WHITEPAPER CSS START*/
.whitepaper-list-cont h2 {
    margin-bottom: 22px;
    line-height: 34px;
}
.whitepaper-list-cont {
    padding-left:15px;
    padding-right:15px;
    font-size: 15px;
}
.whitepaper-list-btm-text {
    padding: 20px 15px 0;
    font-size: 15px;
}
.whitepaper-list-cont p {
    font-size: 15px;
    margin-bottom: 20px;
}
.whitepaper-list-cont table tr {
    font-size: 15px;
}
.whitepaper-list-cont p strong {
    font-size: 17px;
    line-height: 24px;
}

/*WHITEPAPER CSS END*/


}