html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: white;
    height: 100%;
    font-family: "Open Sans Condensed", sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased; /* For Safari */
    -moz-osx-font-smoothing: grayscale;  /* For Firefox on macOS */
    font-smooth: always;
    background-color: #010713;
}

.container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

h1, h2, h3, h4 {
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  letter-spacing: 0.5;
}

h2 {
    font-size: 2.1rem;
}

p {
    font-size: 1.1rem;
    letter-spacing: 0.5;
    margin: 0;
    line-height: 1.3;
}

.p-margin-b {
    margin-bottom: 1rem;
}

.h2-margin-b {
    margin-bottom: 1.2rem;
}

img {
    max-width: 100%;
}

.video-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.head-bar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    background: none;
    border-bottom: none;
    padding: 0 0 0.25rem 0;
    margin: 0 auto;
    max-width: 500px;
}

.head-bar-wrapper {
    margin: 0 10px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-fixed-top.scrolled {
    background-color: #00111d !important;
    transition: background-color 200ms linear;
    border-bottom: 1px solid #343434 !important
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

nav ul {
    padding: 0;
}

nav ul li {
    list-style-type: none;
    font-size: 1.1rem;
}

nav ul li {
    position: relative;
}

.soon-label {
    font-size: 0.8rem;
    position: absolute;
    right: 0;
}

.logo-wrapper h1 {
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 6px;
    line-height: normal;
}

.logo-wrapper img {
    width: 44px;
    height: auto;
}

.background-video {
    position: relative;
    width: 100%;
    height: 36vh;
    object-fit: cover;
    z-index: -1;
}

.video-container .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 9.57%, #1C1842 100%);
    pointer-events: none;
    opacity: 0.3;
}

.video-container .tagline {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    opacity: 0.35;
}

.video-container .tagline h2 {
    margin: 0;
    line-height: 0.85;
}

.video-container .social-icons {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 8px;
    z-index: 1;
}

.who-container {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url('https://img.batcat.app/images/batcat-news-bg-alternative.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.who-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.who-wrapper {
    padding: 20px 16px;
    position: relative;
    overflow: hidden;
    min-height: 50%;
}

button.copy-icon {
    text-transform: uppercase;
}

.full-ca {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
}

.who-wrapper span.copy-icon svg {
    width: 23px;
    height: 19px;
}

.who-block {
    width: 100%;
    max-width: 225px;
    position: relative;
    z-index: 1;
}

.who-block h2 span {
    text-transform: uppercase;
}

.catbat-buy-btn {
    background: #FDEB8D;
    border: 0;
    font-family: "Jersey 20", sans-serif;
    font-style: normal;
    border-radius: 100px;
    padding: 0.7rem 1.15rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: black;
    width: 120px;
}

.menu-btn {
    width: auto;
    padding: 0.25rem 0.8rem;
    font-size: 0.85rem;
    margin-top: 5px;
}

.link-btn {
    display: inline-block;
}

.ca-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
}

.contract-field {
    border-radius: 100px;
    border: 1px solid #FDEB8D;
    background: #111A29;
    display: flex;
    margin-bottom: 16px;
    padding: 0.7rem 0.75rem;
    justify-content: space-between;
    position: relative;
}

.contract-text {
    font-family: 'Jersey 20', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.tooltip {
    position: absolute;
    bottom: -20px;
    right: 0;
    background-color: #ffffff;
    color: black;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    transition: opacity 0.3s;
    pointer-events: none;
    font-family: "Jersey 20", sans-serif;
}

.tooltip.show {
    opacity: 1;
}

.catbat-news-wrapper {
    position: absolute;
    right: -15%;
    width: 350px;
    bottom: 0;
}

/** WHERE CONTAINER **/
.where-container {
    background: url(https://img.batcat.app/images/batcat-city-of-rugs.jpg) no-repeat 100px;
    background-size: cover;
    background-color: #000413;
    position: relative;
}

.where-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.27);
    pointer-events: none; 
}

.where-container .who-block {
    max-width: 232px;
}

/** WHY CONTAINER **/
.why-wrapper {
    position: relative;
    height: 35vh;
    padding: 20px 16px;
    background: linear-gradient(180deg, #000 -50%, #18113b 100%);
    background-size: cover;
    overflow: hidden;
}

.why-block {
    width: 100%;
    max-width: 225px;
}

.why-block h2 span {
    text-transform: uppercase;
}

.catbat-jump-img {
    position: absolute;
    left: 50%;
    top: 5%;
    width: 85%;
}

/** WHAT CONTAINER **/
.what-container {
    position: relative;
    overflow: hidden;
}

.what-wrapper {
    position: relative;
    height: 450px;
    padding: 20px 16px;
    background: linear-gradient(180deg, #1C2447 0%, #000 100%);
    background-size: cover;
    overflow: hidden;
}

.what-wrapper h2 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.what-info-block {
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.what-block, .what-info-block {
    position: relative;
    z-index: 1;
}

.what-info-block {
    margin-top: 20px;
    width: 100%;
    max-width: 255px;
}

.p-heading {
    font-weight: 700;
    margin-bottom: 6px;
}

.catbat-message-block {
    background: white;
    color: black;
    font-family: 'Jersey 20', sans-serif;
    font-size: 1.45rem;
    padding: 10px;
    border-radius: 12px;
    max-width: 195px;
    position: relative;
}

.catbat-message-block:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -20px;
    bottom: 14px;
    transform: rotate(180deg);
}

.catbat-hand-up-img {
    position: absolute;
    left: 50%;
    bottom: -8%;
    width: 70%;
    z-index: 0;
}

.what-much-more-block {
    margin-top: 20px;
}

.what-much-more-block h4 {
    margin-bottom: 6px;
    font-size: 1.4rem;
}

.what-much-more-block span {
    font-size: 0.9rem;
    color: #5B5C5E;
    font-family: "Jersey 20", sans-serif;
    font-weight: 400;
    line-height: 1;
}

/* MOONSHOOT LAUNCH */
.moonshot-container {
    background: #010713;
}

.moonshot-wrapper {
    position: relative;
    top: -30;
    padding: 0 16px;
}

.moonshot-wrapper h2 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.moonshot-wrapper h2 span {
    margin-top: 6px;
    display: block;
}

.moonshot-wrapper h2 span svg {
    width: 26px;
    height: auto;
}

.moonshot-info-block {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}

/** METEORA DEX **/
.meteora-container {
    background: #010713;
    padding: 0 20px 20px 20px;
}

.meteora-container h2 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.meteora-container h2 span {
    display: block;
}

.heading-wrapper span svg {
    width: 36px;
    height: auto;
}

.meteora-container .heading-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.meteora-subheading {
    font-size: 0.95rem;
    text-align: center;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    margin-top: 8px;
}

.catbat-meteora-block {
    margin: 20px 0 30px 0;
}

/* ROADMAP */
.roadmap-container {
    padding: 20px 16px 10px 16px;
    background: #010713;
}

.roadmap-container h2 {
    text-align: center;
}

.roadmap-wrapper {
    padding: 0 20px;
    max-width: 320px;
    width: 100%;
    position: relative;
    top: -20;
}

.roadmap-wrapper h3 {
    font-size: 1.6rem;
}

.roadmap-info-block {
    margin-top: 30px;
}

.roadmap-info-block .p-heading {
    display: flex;
    gap: 8px;
}

.roadmap-info-block .p-heading:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 18px;
    height: 18px;
    top: 3px;
}

.roadmap-info-block .p-heading.ready:before {
    background-image: url('https://img.batcat.app/images/ready-icon.svg');
}

.roadmap-info-block .p-heading.in-progress:before {
    background-image: url('https://img.batcat.app/images/in-progress-icon.svg');
}

.roadmap-list-block {
    line-height: 1.4;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
}

.roadmap-list-block li span {
    font-weight: 700;
}

.roadmap-note {
    font-size: 0.85rem;
    color: #494A4E;
    margin-top: 20px;
}

/* FOOTER */
footer {
    background: #00111D;
}

.footer-container {
    padding: 15px 20px 0 20px;
}

.footer-info {
    display: flex;
    gap: 20px;
    color: #8c8c8c;
    flex-direction: column;
}

.footer-info p {
    font-size: 0.9rem;
}

.copyright-bar {
    padding-top: 20px;
}

.social-icons-footer {
    gap: 8px;
    display: flex;
}

.copyright-bar p {
    font-size: 0.9rem;
}

footer .copyright-bar {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
}

.better-experience-container {
    display: none;
}


@media (min-width: 501px) {
    .better-experience-container {
        text-align: center;
        background: #181d24;
        padding: 0.25rem;
        font-size: 0.9rem;
        color: #fbbd23;
        display: block;
        font-family: "Jersey 20", sans-serif;
    }
  }