html, body {
    overflow-x: hidden;
    position: relative;
}

p {
    font-size: 18px;
    line-height: 28px;
}

/* Subcopy Link 1 */
.subcopy-link {
    color: #7bc0e8;
    background-image: linear-gradient(180deg, rgba(240, 238, 249, .8) 0%, #E2E8FF 100%);
    background-image: linear-gradient(180deg, color(display-p3 .9411764706 .9333333333 .9764705882 / .8) 0%, color(display-p3 .8862745098 .9098039216 1 / 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: block; 
    transition: all 0.3s ease;
}

.subcopy-link:hover {
    background-image: linear-gradient(180deg, rgba(123, 192, 232, 1) 0%, rgba(66, 123, 173, 1) 100%);
    -webkit-text-fill-color: #ffffff; /* Changes text color to white on hover */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Adds a slight shadow for emphasis */
    transition: all 0.3s ease;
}

/* Subcopy Link 2 */
.subcopy-link-2 {
    background-image: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #947c00 100%) !important;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    transition: all 0.3s ease;
}

.subcopy-link-2:hover {
    background-image: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    -webkit-text-fill-color: #ffffff; /* Change to white text on hover */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Adds a shadow effect */
    transform: scale(1.05); /* Slightly enlarges the text on hover */
    transition: all 0.3s ease;
}


.section-header-center {
    text-align: center;
    align-items: center;
}
.section-header {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.section-header-title {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

.section-header-title span {
    background-image: linear-gradient(180deg, rgba(240,238,249,.8) 0%, #E2E8FF 100%);
    background-image: linear-gradient(180deg, color(display-p3 .9411764706 .9333333333 .9764705882/.8) 0%, color(display-p3 .8862745098 .9098039216 1/1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: block;
}

.section-header-title span b {
    font-weight: inherit;
background-image: linear-gradient(135deg, #a2e7ee 0%, #a2e7ee 33.33%, #7bc0e8 66.67%, #4196e0 100%);
-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}



.section-header-title-mobile {
    display: none;
}
.section-header-description {
       font-size: 18px;
    line-height: 28px; 
}

.section-header-title-h1+.section-header-description {
    margin-top: 20px;
}

.section-header-title-h3+.section-header-description {
    margin-top: 12px;
}

.section-header-title-h4+.section-header-description {
    margin-top: 8px;
}

.section-header-description {
    color: #e2e8ffbf;
    margin-top: 16px;
}

.section-header-center {
    text-align: center;
    align-items: center;
}
.section-header-title span {
    background-image: linear-gradient(180deg,rgba(240,238,249,.8) 0%,#E2E8FF 100%);
    background-image: linear-gradient(180deg,color(display-p3 .9411764706 .9333333333 .9764705882/.8) 0%,color(display-p3 .8862745098 .9098039216 1/1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: block;
}

.section-header-title-h1 {
    font-size: 68px;
    line-height: 90px;
    letter-spacing: -1.44px;
}

.section-header-title-h2 {
    font-size: 50px;
    line-height: 75px;
    letter-spacing: -1.1px;
}


.section-middle-title-h1 {
        font-size: 48px;
    line-height: 56px;
}

.section-header-title-h5, .section-header-title-h4, .section-header-title-h3, .section-header-title-h2, .section-header-title-h1 {
    font-feature-settings: inherit;
    font-weight: 500;
    font-family: Onest,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    margin: 0px;
}



section {
    display: block;
}
.hero {
    position: relative;
    width: 100%;
    padding: 144px 20px 0;
    contain: layout;  
    margin-bottom: 0px;
    background-image: url(/images/KrakenHeroBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center top;
        margin-bottom: 30px;
}
.hero:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #012a4aab, #012a4a);
}

.hero-action {
    position: relative;
    margin-top: 32px;
    z-index: 6;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.hero-action-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: transform .45s cubic-bezier(.6,.6,0,1), opacity .45s cubic-bezier(.6,.6,0,1);
}

.hero-action-input {
    width: 278px;
    border-radius: 8px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.hero-action-input:before {
    background: linear-gradient(180deg, rgba(226,232,255,0) 0%, rgba(226,232,255,.06) 100%), rgba(226,232,255,.02);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: inherit;
    left: 0;
    pointer-events: none;
    transition: opacity .2s cubic-bezier(.6,.6,0,1);
}

#userCount {
    font-size: 1.28571429rem;
}

.hero-action-input input {
        border-radius: 8px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    background-color: transparent;
    padding: 9px 14px;
    color: #e2e8ff;
    border-radius: inherit;
    transition: border-color .2s cubic-bezier(.6,.6,0,1), box-shadow .2s cubic-bezier(.6,.6,0,1);
    border: 1px solid rgba(226,232,255,.1);
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "ss01" on, "cv10" on, "calt" off, "liga" off;
}

/* Primary Button */
.hero-action-button-primary {
    width: 150px; /* Defined width */
    padding: 15px 0; /* Adjusted padding for vertical only, since width is defined */
    color: #05051e;
    position: relative;
    border-radius: 8px;
    border: 2px solid #A2E7EE; /* A border using the final color of your gradient for consistency */
background-color: #A2E7EE;
    transition: transform .2s cubic-bezier(.6,.6,0,1), margin-top .2s cubic-bezier(.6,.6,0,1);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "ss01" on, "cv10" on, "calt" off, "liga" off;
        display: inline-flex; /* To center text both vertically and horizontally */
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
}

/* Secondary (Ghost) Button */
.hero-action-button-secondary {
    width: 150px; /* Defined width */
    padding: 15px 0; /* Adjusted padding for vertical only, since width is defined */
    color: #fff; /* Text color */
    position: relative;
    border-radius: 8px;
    background-color: transparent; /* Transparent background */
    border: 2px solid #A2E7EE; /* A border using the final color of your gradient for consistency */
    transition: transform .2s cubic-bezier(.6,.6,0,1), margin-top .2s cubic-bezier(.6,.6,0,1);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "ss01" on, "cv10" on, "calt" off, "liga" off;
        display: inline-flex; /* To center text both vertically and horizontally */
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    /* Optional: Change the background color to solid on hover to make it interactive */
    &:hover {
        background-color: #A2E7EE;
        color: #05051e; /* Adjust the text color accordingly on hover */
    }
}



.section-header-badge {
    border-radius: 999px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 16px;
    padding: 4px 14px;
    background: linear-gradient(135deg, rgba(202,183,255,.04) 0%, rgba(255,155,197,.04) 50%, rgba(255,202,149,.04) 100%);
    position: relative;
    box-shadow: 0 -4px 12px #d49eff1f inset;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: box-shadow .45s cubic-bezier(.6, .6, 0, 1);
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: "ss01" on, "cv10" on, "calt" off, "liga" off;
}

.section-header-badge:before {
    background: linear-gradient(135deg, rgba(202,183,255,.2) 0%, rgba(255,155,197,.2) 50%, rgba(255,202,149,.2) 100%);
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.section-header-badge-text {
background-image: linear-gradient(180deg,rgba(240,238,249,.8) 0%,#E2E8FF 100%);
    background-image: linear-gradient(180deg,color(display-p3 .9411764706 .9333333333 .9764705882/.8) 0%,color(display-p3 .8862745098 .9098039216 1/1) 100%); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.section-header a.section-header-badge:hover {
                    box-shadow: 0 -4px 12px #d49eff4d inset
                }
                
.hero-preview-wrapper {
    display: flex;
    justify-content: flex-start;
    margin: auto;
    width: 60%;
    min-height: 300px;
}

.hero-preview {
    min-width: 100%;
    height: 100%;
    display: block;
    margin: 90px auto 0;
    position: relative;
    z-index: 1;
    border-radius: 18px 18px 0 0;
    isolation: isolate;
    overflow: hidden; 
    background-image: linear-gradient(135deg, #2BA67A 0%, #4DBFA9 33.33%, #70D8C9 66.67%, #A2E7EE 100%);
    padding: 2px;
}

.hero-preview-inner {
    width: 100%;
    height: 100%;
    background-color: #fff; /* Adjust this to the background color of the original content or parent container */
    border-radius: 18px 18px 0 0;
    z-index: 1;
}


.hero-preview:before {
    border: 1px solid rgba(226,232,255,.1);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
}

.hero-preview:after {
    background: linear-gradient(180deg, rgba(5,5,30,0) 0%, rgba(5,5,30,.7) 50%, #0a2133 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 5;
}

.hero-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #05051e;
    position: relative;
    z-index: 1;
    border-radius: inherit;
}
.maintainers {
    margin-top: -92px;
    z-index: 11;
    position: relative;
    content-visibility: auto;
}

.maintainers-label {
    color: #e2e8ff;
    text-align: center;
    max-width: 415px;
    margin: 0 auto 28px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "ss01" on, "cv10" on, "calt" off, "liga" off;
}

.maintainers-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.lights {
    top: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    width: 1920px;
    height: 800px;
    z-index: 10;
    pointer-events: none;
}



.page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.title {
	 position: fixed;
	 bottom: 10%;
	 left: 0;
	 width: 100%;
	 text-align: center;
	 font-family: sans-serif;
}



.hero-action-button {
    padding: 10px 20px;
    color: #fff;
    position: relative;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #a2e7ee 0%, #4196E0 33.33%, #4196E0 66.67%, #a2e7ee 100%);
    transition: transform .2s cubic-bezier(.6,.6,0,1), margin-top .2s cubic-bezier(.6,.6,0,1);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    min-width: 250px;
    cursor: pointer;
    border: 1px solid transparent;
}

.hero-action-button:hover {
 border: 1px solid #fff;   
}

.hero-action-success .hero-action-success-message {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}

.hero-action-success-message {
    display: flex;
    width: 428px;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: calc(50% - 214px);
    background: linear-gradient(135deg,rgba(158,122,255,.1) 0%,rgba(254,139,187,.1) 33.33%,rgba(255,189,122,.1) 66.67%,rgba(248,234,195,.1) 100%);
    opacity: 0;
    transform: scale(1.1);
    pointer-events: none;
    transition: transform .45s cubic-bezier(.6,.6,0,1),opacity .45s cubic-bezier(.6,.6,0,1);
}
.hero-action-success-message {
font-size: 2.6rem;
    line-height: 3.2rem;
}

.hero-action-success-message span {
    background-image: linear-gradient(135deg, #7BC0E8 0%, #4196E0 33.33%, #4196E0 66.67%, #7BC0E8 100%);    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}



@media screen and (max-width: 768px) {

    .section-header-title-h1 {
font-size: 36px;
    line-height: 46px;
    letter-spacing: -1.44px;
    }
    .section-header-title-h2 {
font-size: 30px;
    line-height: 45px;
    letter-spacing: -1.44px;
    }
    .hero-action-input {
        width: 100%;
    }

    .hero-preview-wrapper {
        justify-content: center; 
        width: 100%;
    }

.hero-preview {
    min-width: 277%;
    height: auto;
    position: absolute;
    left: 0;
    margin-left: 10px;
}

    .maintainers-label {
        max-width: 90%;
        margin-bottom: 1.4rem;
    }

    .section-header-description {
        max-width: 90%;
    }

.hero-action-form {
    flex-direction: column;
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    transition: transform .45s cubic-bezier(.6,.6,0,1),opacity .45s cubic-bezier(.6,.6,0,1);
}

    .hero-action-input, .hero-action-button {
        margin-bottom: 2rem;
        width: 100%;
    }

    
      .hero-action-button {
       /* width: 80%;  Buttons will take up 80% of the device width */
        margin: 0px; /* Vertically spaced by 10px, and auto margins will center them */
        margin-right: 0; /* Overriding the margin-right */
        display: block; /* Resetting display to block so they stack vertically */
    }
    
    .graph-wrapper {
    display: flex;
    width: 100%;
    margin: auto;
    flex-direction: column;
}
.industry-insight-section {
  width: 100%;   
  overflow-x: hidden;
}

.section-middle-title-h1 {
    font-size: 3.6rem;
    line-height: 4.2rem;
}
}



.video-section {
    text-align: center;
    margin: 40px 0;
    width: 60%;
}

.video-title {
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 20px; /* Rounded edges */
    border: 1px solid #a2e7ee;
    box-shadow: 2px 3px 7px -1px #3498db;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px; /* Rounded edges */
}

@media screen and (max-width: 768px) {
    .video-title {
        font-size: 20px; /* Smaller text for smaller screens */
    }
    .video-section {
    width: 95%;
}

}

