@font-face 
{
    font-family: 'GT Haptik Black';
    src: url('../fonts/GT-Haptik-Black.woff') format('woff');
}

@font-face 
{
    font-family: 'GT Haptik Bold';
    src: url('../fonts/GT-Haptik-Bold.woff') format('woff');
}

@font-face 
{
    font-family: 'GT Haptik Regular';
    src: url('../fonts/GT-Haptik-Regular.woff') format('woff');
}

html
{
    scroll-behavior: smooth;
}

body 
{
    background: #0B0F1B;
    color:#ffffff;
    font-family: 'GT Haptik Regular', Fallback, sans-serif !important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-backface-visibility: visible!important;
    width:100%;
	font-feature-settings: "ss01", "ss02", "cv01", "cv03";
	text-rendering: optimizeLegibility;
}
  
h1
{
    font-family: 'GT Haptik Regular', Fallback, sans-serif !important;
    font-size:100px;
}

h2
{
    font-size:46px;
    font-family: 'GT Haptik Bold', Fallback, sans-serif !important;
    font-weight:bold;
}

h3
{
    font-family: 'GT Haptik Regular', Fallback, sans-serif !important;
    font-size:36px;   
}

p
{
    font-family: 'GT Haptik Regular', Fallback, sans-serif !important;
    font-size:24px;   
    line-height:140%;
}

hr
{
    background-color:#8A90A0;
}

img
{
    max-width: 100%;
}

a
{
    color:#ffffff;
    text-decoration: none;
}

a:hover
{
    color:#ffffff;
    text-decoration: none;
}

.relative
{
    position:relative;
    z-index:-1;
}

.overflow-hidden-body
{
    overflow: hidden;
}

.neomoon_preloader
{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0d1125;
    top: 0;
    left: 0;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.neomoon_preloader .pre-logo
{
    max-width: 200px;
    margin-bottom:20px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.mobile-only
{
    display:none;
}

.bg-dark 
{
    background-color: #0b0e1a!important;
}

.logo
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-collapse
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-toggler
{
    background-color: #252B40;
    border:0px;
}

.nav-link
{
    color:#FFFFFF !important;
}

.navbar-collapse .btn-primary
{
    width:100%;
}

.navbar-expand-lg .navbar-collapse
{
    justify-content: flex-end;
}

.light-gray
{
    color:#8A90A0;
}

.neomoon-heading p
{
    margin-top:30px;
}

.heading-buttons
{
    margin-top:60px;
}

.heading-buttons .btn-secondary
{
    margin-right:15px;
}

.btn
{
    background-color:#252B40;
    border:0px;
    font-size:20px !important;
    padding:15px;
    border-radius:10px;
}

.btn.btn-small
{
    font-size:14px !important;
    padding: 10px 15px 10px 15px;
}

.team-carousel .btn.btn-small
{
	margin-right:5px;
}

.team-carousel .btn.btn-small .fa-linkedin
{
	margin:0px;
}

.btn-secondary
{
    background-color:#252B40;
}

.btn-secondary:hover
{
    background-color:#2E354D;
}

.btn i
{
    margin-right:5px;
}

.btn-primary
{
    background: linear-gradient(180deg, #36F2FF 0%, #BC6FFF 57.5%, #B71BFF 100%);
    box-shadow: 0px 5px 45px 0px rgba(234, 140, 42, 0.48);
    transition: all 200ms;
}

.btn-black
{
    background:#000000 !important;
    box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.48);
}

.neomoon-nav
{
    padding-top:20px;
    padding-bottom:20px;
    transition:all 200ms ease-in-out;
    position:sticky;
    top:0px;
    z-index: 10;
}

.neomoon-nav.fixed_header
{
    position:fixed;
    top:0px;
    width:100%;
    background-color: #0B0F1B;
    padding:10px;
    padding:10px;
    box-shadow: 10px 10px 70px #030408;
}

.neomoon-nav.neomoon-nav.fixed_header .btn-primary
{
    font-size:14px !important;
}

.neomoon-nav:stuck
{
    background-color:red;
}

.neomoon-nav ul
{
    list-style-type: none;
    float:left;
    margin:0px;
}

.neomoon-nav ul li
{
    font-size:16px;
    float:left;
    padding-right:30px;
}

.bnb
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:40px;
}

.bnb p
{
    margin: 0 15px 0 0px;
    font-size:20px;
    line-height:100%;
}

.neomoon-heading
{
    padding-top:100px;
    position: relative;
}

.neomoon-heading::before
{
    content:"";
    width: 100%;
    height: 1120px;
    background: linear-gradient(0deg, #3A4EFF, #3A4EFF), #C4C4C4;
    opacity: 0.05;
    filter: blur(300px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.neomoon-logo-big
{
    position:relative;
    margin-top:40px;
}

.neomoon-logo-big::after
{
    content: "";
    background-image: url(../images/neomoon_circle.svg);
    width: 999px;
    height: 999px;
    position: absolute;
    top: 15%;
    right: -80%;
    z-index: -1;
}

.overflow-hidden
{
    overflow-x:hidden;
}

.neomoon-tokenomics
{
    padding-top:80px;
    padding-bottom:80px;
    background: linear-gradient(180deg, rgba(11, 14, 26, 0) 8%, #0B0E1A 65%);
}

.tokenomics-text
{
    padding-top:20px;
    padding-bottom:20px;
}

.tokenomics-text small
{
    font-size:30px;
    width:100%;
    display:block;
}
.section-title
{
    margin-bottom:60px;
    display: flex;
    justify-content: space-between;
}

.section-title p
{
    width:35%;
    font-size:36px;
}

.colored-text
{
    background: linear-gradient(180deg, #36F2FF 0%, #BC6FFF 57.5%, #B71BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 125%;
    font-family: 'GT Haptik Black', Fallback, sans-serif !important;
    display:inline-block;
}

.position-relative
{
    position:relative;
}

.neomoon-roadmap
{
    background-color:#0B0E1A;
}

.neomoon-roadmap .neomoon-roadmap-container
{
    width: 100%;
    padding:80px;
    background: linear-gradient(180deg, #36F2FF 0%, #BC6FFF 57.5%, #B71BFF 100%);
    box-shadow: 0px 10px 250px rgba(11, 15, 27, 0.5);
    border-radius: 10px;
}

.neomoon-roadmap .neomoon-roadmap-container .quarters ul
{
    font-size:18px;
    padding: 0px;
    list-style-type: none;
}

.neomoon-team
{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color:#0B0E1A;  
}

.item-container
{
    background-color:#131722;
    width:100%;
    padding:15px;
    border-radius:10px;
}

.item-container
{
    display:flex;
    justify-content: center;
    align-items: center;
}

.item-container b
{
    width:100%;
    display:block;
}

.item-container .image
{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 15px;
    overflow: hidden;
}

.item-container .info
{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.item-container .info .btn
{
    margin-top:15px;
}

.team-carousel
{
    width:100%;
    float:left;
}

.owl-item-neomoon
{
    float:left;
    display:block;
    width:100%;
}

.owl-carousel .owl-item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neomoon-next, .neomoon-prev
{
    background: linear-gradient(180deg, #36F2FF 0%, #BC6FFF 57.5%, #B71BFF 100%);
    width: 50px;
    height: 50px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items: center;
}

.neomoon-faq
{
    background-color:#131826;
    padding-top: 120px;
    padding-bottom: 120px;
}

.accordion-item
{
    margin-bottom:20px;
    background-color:#181D2E;
}

.accordion-button
{
    background-color:#1D2233;
    color:#FFFFFF;
}

.accordion-button:not(.collapsed)
{
    background-color: #1A1F2E;
    border-bottom: 0px;
    box-shadow: inset 0 -1px 0 hsl(226deg 31% 23%);
    color:#FFFFFF;
    outline:0;
}

.accordion-button:focus, button
{
    border:0px;
    box-shadow:none;
}

.accordion-button::after
{
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    display:flex;
    justify-content: center;
    align-items: center;
    content:"\f054";
    width:50px;
    height:50px;
    border-radius:100%;
    background: linear-gradient(180deg, #36F2FF 0%, #BC6FFF 57.5%, #B71BFF 100%);
}

.accordion-button:not(.collapsed)::after
{
    background: linear-gradient(180deg, #36F2FF 0%, #BC6FFF 57.5%, #B71BFF 100%);
}

.accordion-item, .accordion-button
{
    border-radius: 10px !important;
}

.video-container 
{
    overflow: hidden;
    position: relative;
    width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.video-container::after 
{
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.neomoon-animation
{
	position:relative;
	padding:40px;
    display: flex;
    justify-content: center;
    align-items: center;
	min-height: 40em;
	overflow:hidden;
}

.neomoon-animation .moon
{
    position: absolute;
    bottom: -90%;
    -webkit-animation:spin 30s linear infinite;
    -moz-animation:spin 30s linear infinite;
    animation:spin 30s linear infinite;
}

.neomoon-animation::before 
{
    content: "";
    width: 100%;
    height: 50em;
	background: rgb(19,24,38);
	background: linear-gradient(0deg, rgba(19,24,38,0) 0%, rgba(19,24,38,1) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.neomoon-animation .floating_doge
{
	transform: scale(0.7);
    position: absolute;
    right: 10%;
    top: 0%;
    -webkit-animation: floating_doge 2s ease infinite;
    -moz-animation: floating_doge 2s ease infinite;
    animation: floating_doge 2s ease infinite;
}

.neomoon-dive-in
{
    background: linear-gradient(180deg, #36F2FF 0%, #BC6FFF 57.5%, #B71BFF 100%);
    background-size: 200% 200%;
    padding-top:100px;
    padding-bottom: 100px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    -webkit-animation: gradient-animation 2s ease infinite;
    -moz-animation: gradient-animation 2s ease infinite;
    animation: gradient-animation 2s ease infinite;
}

.neomoon-dive-in h1
{
    font-size:46px;
}

.neomoon-dive-in .btn-black
{
    margin-top:25px;
}

.neomoon-footer
{
    background-color: #0B0F1B;
    padding-left:25px;
    padding-right:25px;
    padding-top:25px;
    padding-bottom:25px;
	font-size:14px;
}

.neomoon-footer .logo img
{
	width:120px;
}

.neomoon-footer ul
{
    margin:0px;
    list-style-type: none !important;
}

.neomoon-footer li
{
    float:left;
    padding-left:35px;
}

.neomoon-footer hr
{
    display:none;
}

.social-links
{
	margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.social-links i
{
	margin-right:5px;
}

.navbar-nav .social-links 
{
	border:0px;
	margin-left:0px;
	padding-left:0px;
}

.copyright
{
	background: #070a15;
	padding:10px;
	color: #525b75;
}

.madeby
{
	margin-left:20px;
	color: #525b75;
	font-size:12px;
	text-align: right;
}

.madeby a
{
	color: #525b75;
	font-weight:bold;
}

.neomoon-close
{
	background: transparent;
    color: #fff;
}

.modal-content
{
	background-color: #0B0F1B !important;
	border-radius: 10px !important;
}

.modal-header
{
    border-bottom: 1px solid #262c40;
}

.modal-footer
{
	border-top: 1px solid #262c40;
}