@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/LeagueSpartan-Black.ttf') format('truetype');
    font-weight: 900;
}

html {
    scroll-behavior: smooth;
    overflow: auto;
}

body {
    margin: 0;
    font-family: 'League Spartan';
    background-color: #1B2935;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative; /* Needed for ::before positioning */
    z-index: 0; /* Ensure it's behind overlay */
}

body::before {
    content: "";
    position: fixed; /* or absolute if you want it to scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/MVB_Web_BG.png');
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center center;
    opacity: 0.5; /* Adjust the transparency */
    z-index: -1; /* Ensure it stays behind all content */
    pointer-events: none; /* Prevent it from interfering with clicks */
}

header {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #293842;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    z-index: 1000;
    border-bottom: 1px solid #FFFFFF;
}

footer {
    background-color: #293842;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto; /* Push the footer to the bottom of the page */
    padding: 10px 0px 20px 0px
}

.video-container {
    position: relative;
    width: 100%; /* Full width of the page */
    height: auto; /* Let the height adjust dynamically */
    overflow: hidden; /* Ensures no content overflow */
    margin-top: 0px; /* Push the entire video container down by 80px */
}

.video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Disable interaction with controls */
}

.demo-video-container {
    position: relative;
    width: 100%; /* Full width of the container */
    height: 0;
    padding-bottom: 56.25%; /* Aspect ratio for 16:9 */
    margin-bottom: 20px;
}

/* Styling the iframe inside the container */
.demo-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.spacer {
    margin: 0 auto 30px auto;
    width: 60%;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 30px;
    opacity: 0.1;
}

.menubuffer {
    padding-bottom: 120px;
}

.logo-container {
    height: 100%; /* Ensure the logo container takes full height of header */
    display: flex; /* Use flexbox for vertical centering */
    align-items: center; /* Center items vertically */
    padding-left: 50px;
    padding-right: 30px;
}

.logo-container img {
    height: auto; /* Adjust as needed */
    max-height: 30px;
    padding-top:5px;
    width: 100%;
}

.footer-img {
    margin: 0 auto;
    padding-top: 30px;
}

.footer-img img {
    height: auto;
    max-width: 220px;
    width: auto;
}

/* Hide menu icon by default */
.menu-icon {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 24px;
    position: relative;
    padding-top: 10px;
}

.menu-icon span {
    background-color: white;
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 6px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

nav {
    flex-shrink: 0; /* Prevent nav from shrinking */
    margin-right: 50px; /* Add margin to the right of nav */
    font-size: 18px;
}

nav ul {
    display: flex;
    justify-content: space-between; /* or use space-around */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav li {
    margin: 0 20px;
}

nav a {
    text-decoration: none;
    color: #FFFFFF;
}

.content {
    background-color: rgba(41, 56, 66, 0);
    padding: 30px 30px 20px 30px;
    margin: 0 auto; /* Center the content horizontally #293842*/
    width: 100%; /* Set width to 100% for responsiveness */
    max-width: 1200px; /* Limit the maximum width to 800px */
    position: relative;
    text-align: center;
    box-sizing: border-box; /* Include padding in width calculations */
}

.content .paragraph {
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    font-size: 20px;
}

.content .disclaimer {
    padding: 0px 0px 10px 0px;
    font-size: 16px;
}

.content ,subscribe-form {
    width: 80%;
}

.content a {
    color: #C1F291;
    text-decoration: underline;
}

.content .founders {
    width: 100%; /* Ensure the table fills the width of the content div */
    max-width: 1000px; /* Set a maximum width for the table */
    margin: 0 auto; /* Center the table horizontally */
}

.content .founders td {
    width: 50%; /* Set the width of each column to 50% */
    padding: 0px 10px 0px 10px; /* Add padding for spacing */
    vertical-align: top;
}

.content .founders .name {
    font-size: 24px;
    color: transparent;
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    -webkit-background-clip: text;
}

.content .founders .role {
    font-size: 20px;
    margin-top: -18px;
}

.content .founders .blurb {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 22px;
}

.content .founders img {
    max-width: 100%; /* Ensure images are contained within the table cell */
    height: auto; /* Maintain aspect ratio */
}

.backed-by {
    width: 90%; /* Ensure the table fills the width of the content div */
    max-width: 1000px; /* Set a maximum width for the table */
    margin: 0 auto; /* Center the table horizontally */
    padding-top: 30px;
}

.backed-by td {
    width: 50%; /* Set the width of each column to 50% */
    padding: 0px 10px 0px 10px; /* Add padding for spacing */
}

.plans-wrapper {
    padding: 30px 0px 20px 0px;
    margin: 0 auto; /* Center the content horizontally #293842*/
    width: 100%; /* Set width to 100% for responsiveness */
    max-width: 1600px; /* Limit the maximum width to 800px */
    position: relative;
    text-align: center;
    box-sizing: border-box; /* Include padding in width calculations */
}

.plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center cards horizontally */
  gap: 20px; /* space between cards */
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 30px;
  width: 100%
}

.plan {
  width: 22%;
  min-width: 300px;
  background-color: #293842;
  border-radius: 20px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  text-align: center;
}

.plans .plan-title {
    font-size: 25px;
    color: transparent;
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    -webkit-background-clip: text;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 600;
    
}

.plans .feature {
    font-size: 14px;
    margin-top: -5px;
    margin-left: 4%;
    margin-right: 4%;
    line-height: 18px;
    text-align: left;
}

.plans .price {
    font-size: 30px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 16px;
    color: #FFFFFF;
}

.plans .plans-footer {
    border-top: 1px solid #FFFFFF;
    margin-top: auto; /* Forces footer (button) to bottom */
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.pmonth {
    font-size: 14px;
    font-weight: 300;
}

.backed-by img {
    max-width: 100%; /* Ensure images are contained within the table cell */
    height: auto; /* Maintain aspect ratio */
}

.video-banner{
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.content .image-container img {
    max-width: 100%;
    height: auto;
}

nav a:hover,.social-links a:hover {
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    -webkit-background-clip: text;
    color: transparent;
}

.gradient-title {
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 100% auto;
    display: inline;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    padding-top: 30px;
}

.gradient-social-title {
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
}

.social-section {
    text-align: center;
    padding: 0px 0px 0px 0px; /* Add padding for spacing */
}

.social-links a {
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.social-links a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease; /* Add transition for background-image */
}

.social-links a.twitter:hover::before { /*Twitter Icon Transition */
    opacity: 1;
    background-image: url('icons/social-icons_twitter-gradient.png'); /* Replace with the path to your new image */
}

.social-links a.twitter:hover img { /*Twitter Icon Hide */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.social-links a.linkedin:hover::before { /*linkedin Icon Transition */
    opacity: 1;
    background-image: url('icons/social-icons_linkedin-gradient.png'); /* Replace with the path to your new image */
}

.social-links a.linkedin:hover img { /*linkedin Icon Hide */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.social-links a.youtube:hover::before { /*youtube Icon Transition */
    opacity: 1;
    background-image: url('icons/social-icons_youtube-gradient.png'); /* Replace with the path to your new image */
}

.social-links a.youtube:hover img { /*youtube Icon Hide */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.social-links a.reddit:hover::before { /*reddit Icon Transition */
    opacity: 1;
    background-image: url('icons/social-icons_reddit-gradient.png'); /* Replace with the path to your new image */
}

.social-links a.reddit:hover img { /*reddit Icon Hide */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.social-links a.facebook:hover::before { /*facebook Icon Transition */
    opacity: 1;
    background-image: url('icons/social-icons_facebook-gradient.png'); /* Replace with the path to your new image */
}

.social-links a.facebook:hover img { /*facebook Icon Hide */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.terms {
    text-align: center; /* Align the text to the center */
    margin-top: 20px; /* Add some margin for spacing */
}

.terms hr {
    width: 150px;
    margin-bottom: 20px; 
}

.terms p {
    padding: 10px 40px 10px 40px;
    font-size: 12px;
}


/* FORM STYLING */
input[type="text"], input[type="email"], input[type="tel"] {
    border: none;
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;
    outline: none;
    padding: 5px 0;
    width: 70%;
    color: #ffffff;
    font-size: 14px;
    max-width: 600px;
}

.sub-message-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 20% 0px 20%;
}

#subscribe-message {
    font-size: 34px;
    line-height: 40px;
    color: transparent;
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    -webkit-background-clip: text;
    transform: translateY(20px); /* Start off slightly down */
    transition: opacity 1s ease-out, transform 1s ease-out;
}

  #subscribe-message.show {
    visibility: visible; /* Make it visible */
    opacity: 1; /* Fade in */
    transform: translateY(0); /* Slide up */
}

#submit-btn {
    padding: 10px 20px 10px 20px; /* Add padding to the submit button */
    color: white; /* Set text color to white */
    background-color: transparent;
    border: 3px solid transparent; /* Set border to transparent */
    border-image: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291); /* Apply gradient border */
    border-image-slice: 1; /* Ensure border slices evenly */
    cursor: pointer; /* Change cursor to pointer */
    width: 160px;
    font-size: 16px;
}

#submit-btn:hover {
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291); /* Apply gradient background on hover */
    border-color: transparent; /* Change border color on hover */
    color: black; /* Change text color on hover */
}

#btn {
    padding: 10px 20px 10px 20px; /* Add padding to the submit button */
    color: white; /* Set text color to white */
    background-color: transparent;
    border: 3px solid transparent; /* Set border to transparent */
    border-image: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291); /* Apply gradient border */
    border-image-slice: 1; /* Ensure border slices evenly */
    cursor: pointer; /* Change cursor to pointer */
    width: 160px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
}

#btn:hover {
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291); /* Apply gradient background on hover */
    border-color: transparent; /* Change border color on hover */
    color: black; /* Change text color on hover */
}

#plan-btn {
    padding: 10px 20px 10px 20px; /* Add padding to the submit button */
    color: white; /* Set text color to white */
    background-color: transparent;
    border: 3px solid transparent; /* Set border to transparent */
    border-image: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291); /* Apply gradient border */
    border-image-slice: 1; /* Ensure border slices evenly */
    cursor: pointer; /* Change cursor to pointer */
    width: 100px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
}

#plan-btn:hover {
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291); /* Apply gradient background on hover */
    border-color: transparent; /* Change border color on hover */
    color: black; /* Change text color on hover */
}

.dropdown {
    position: relative;
    margin: 0 auto; /* Centers horizontally */
    width: 70%;
    text-align: center; /* Ensures text inside stays centered */
    font-family: Calibri, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers child elements */
    padding-top: 15px;
    padding-bottom: 25px;
    max-width: 600px;
}

/* Dropdown button (styled like a select box) */
.dropdown-btn {
    background-color: #1B2935;
    color: #C1C1C0;
    padding: 10px 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #C1C1C0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Dropdown arrow icon */
.dropdown-btn::after {
    content: "▼";
    font-size: 14px;
    color: #C1C1C0;
}

/* Dropdown list */
.dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #1B2935;
    border: 1px solid #FFFFFF;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Dropdown items */
.dropdown-item {
    padding: 10px 0px;
    color: #C1C1C0;
    cursor: pointer;
    border-bottom: 1px solid #444; /* Adds a divider between options */
    font-size: 14px;
}

/* Last item - remove border */
.dropdown-item:last-child {
    border-bottom: none;
}

/* Hover effect */
.dropdown-item:hover {
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    color: #1B2935;
}

.fade-in-left, .fade-in-right, .fade-in-up {
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-up {
    transform: translateY(60px); /* Starts from downside */
}

.fade-in-left {
    transform: translateX(-60px); /* Starts from the left */
}

.fade-in-right {
    transform: translateX(60px); /* Starts from the right */
}

.fade-in-left.visible, .fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-up.visible{
    opacity: 1;
    transform: translateY(0);
}

.bounce-arrow {
    position: absolute;
    bottom: 50px;
    left: 20px;
    font-size: 40px;
    color: white;
    text-decoration: none;
    animation: bounce 2s infinite;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    display: flex; /* Ensures proper alignment */
    align-items: center;
    justify-content: center;
    width: 50px; /* Adjust the tappable area */
    height: 50px;
    z-index: 10; /* Ensures it's above the video */
    font-family: 'Calibri';
}

.bounce-arrow:hover {
    color: transparent;
    background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    -webkit-background-clip: text;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@media (max-width: 720px) {
    .content .disclaimer {
        font-size: 18px;
        line-height: 24px;
    }
    section {
        transform: none !important; /* Disable the horizontal shifting */
    }
    
    section.visible, section.right, section.visible.right {
        transform: none !important; /* Prevent horizontal shift for animations */
    }

    .plans {
        flex-direction: column;
        align-items: center;
        gap: 40px; /* space between cards */
    }
  
    .plan {
        width: 70%;
        max-width: 500px;
    }
    
    .plans .plan-title {
        font-size: 30px;
        color: transparent;
        background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
        -webkit-background-clip: text;
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 20px;
        margin-top: 15px;
        border-bottom: 1px solid #FFFFFF;
        font-weight: 600;
    }

    .plans .feature {
        font-size: 16px;
        margin-top: -10px;
        margin-left: 10%;
        margin-right: 10%;
        line-height: 28px;
    }

    .plans .price {
        font-size: 40px;
        margin-top: 10px;
        line-height: 16px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .plans .plans-footer {
        margin-top: auto; /* Forces footer (button) to bottom */
        padding-top: 30px;
        padding-bottom: 10px;
        margin-left: 30px;
        margin-right: 30px;
    }

    #plan-btn {
        padding: 10px 20px 10px 20px; /* Add padding to the submit button */
        color: white; /* Set text color to white */
        background-color: transparent;
        border: 3px solid transparent; /* Set border to transparent */
        border-image: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291); /* Apply gradient border */
        border-image-slice: 1; /* Ensure border slices evenly */
        cursor: pointer; /* Change cursor to pointer */
        width: 50%;
        font-size: 15px;
        display: inline-block;
        text-decoration: none;
    }

    .pmonth {
        font-size: 14px;
        font-weight: 300;
        line-height: 40px;
    }
}

@media (max-width: 1000px)
{
    .content .gradient-title {
        font-size: 26px;
    }

    .content .paragraph {
        line-height: 30px;
        font-size: 16px;
    }

    .content .founders {
        width: 100%; /* Ensure the table fills the width of the content div */
        margin: 0 auto; /* Center the table horizontally */
    }

    .content .founders td {
        width: 100%; /* Set the width of each column to 50% */
        padding: 0px 10px 10px 10px; /* Add padding for spacing */
        display: block;
        text-align: center; /* Center the text */
    }

    .content .founders .blurb {
        font-size: 16px;
        line-height: 22px;
    }

    .content .backed-by {
        width: 100%; /* Ensure the table fills the width of the content div */
        margin: 0 auto; /* Center the table horizontally */
    }
    
    .content .backed-by td {
        width: 100%; /* Set the width of each column to 50% */
        padding: 0px 10px 0px 10px; /* Add padding for spacing */
        display: block;
        text-align: center; /* Center the text */
    }

    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px; /* Adjust depending on your nav bar height */
        right: 0px;
        background-color: #1B2935; /* Customize */
        width: 250px; /* Adjust width */
    }

    nav ul li {
        margin: 0;
        text-align: left;
        border-bottom: 2px solid white;
    }

    nav ul li:hover {
        background: linear-gradient(35deg, #00C3E3, #7AE3AA, #C1F291);
    }

    nav ul li a {
        color: white;
        display: block; /* Ensures the <li> spans the full width of the menu */
        padding: 20px;
    }

    nav ul li a:hover {
        color: #1B2935;
        padding: 20px;
    }

    nav ul li:last-child {
        border-bottom: none;
    }

    .menu-icon {
        display: block;
    }

    #nav-menu {
        overflow: hidden; /* Necessary for sliding effect */
        max-height: 0; /* Menu starts hidden */
        transition: max-height 0.6s ease-in-out; /* Smooth transition */
        display: block; /* Ensure it's always part of the flow */
    }

    #nav-menu.open {
        max-height: 200px; /* Adjust this to the approximate height of your menu */
    }

    .menu-icon.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-icon.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-icon.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Initially hide menu items (off-screen to the right) */
    .nav-item { 
        transform: translateX(100%);
        opacity: 0;
        transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    }

    /* Slide-in effect when menu opens */
    .nav-item.show {
        transform: translateX(0);
        opacity: 1;
    }
}