@font-face {
    font-family: inter;
    font-display: swap;
    src: url("./assests/fonts/InterVariable-s.p.494bb210.ttf") format("truetype");
}

@font-face {
    font-family: Geist Mono;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(./assests/fonts/797e433ab948586e-s.p.dbea232f.woff2) format("woff2");
}

:root {
    font-family: 'inter', Verdana, sans-serif;
    --primary-color: #ffffff;
    --primary-color-5: #ffffff0d;
    --primary-color-85: #ffffffd9;
    --secondary-color: #08090a;
    --secondary-color-3: #08090a08;
    --secondary-color-5: #08090a0d;
    --secondary-color-7: #08090a12;
    --secondary-color-15: #08090a26;
    --secondary-color-50: #08090a80;
    --secondary-color-80: #08090acc;
    --secondary-color-85: #08090ad9;
    --tertiary-color: #08090b;
    --quaternary-color: #0c8c5e;
    --transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

html, * {
    margin: 0;
    padding: 0;
    border: 0 solid;
    box-sizing: border-box;
    font-family: 'inter', Verdana, sans-serif;
}

body{
    width: 100%;
    min-height: 100vh;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    border: none;
}

img, svg {
    display: block;
}

.full-w {
    width: 100%;
}

.max-w {
    max-width: 1024px;
}

.m-auto {
    margin: auto;
}

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

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.n-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.btn-b-w {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 100px;
    transition: background-color .1s var(--transition-timing-function);
}

.btn-b-w:hover {
    background-color: var(--secondary-color-85);
}

.btn-w-b {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    transition: background-color border-color .1s var(--transition-timing-function);
}

.btn-w-b:hover {
    background-color: var(--secondary-color-3);
}

.card-label {
    font-family: "Geist Mono";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.5;
    color: var(--quaternary-color);
    text-transform: uppercase;
}

.card-overlay {
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    inset: 0;
    opacity: 0;
    transition: opacity .2s var(--transition-timing-function);
}

.main-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.8px;
    color: var(--secondary-color);
    text-align: center;
}

.z-10 {
    position: relative;
    z-index: 10;
}

.read-story span {
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
}

.read-story span svg {
    width: 10px;
    height: 10px;
    rotate: -90deg;
    transition: transform .15s var(--transition-timing-function);
}

.read-story:hover span svg {
    transform: translateY(2px);
}

header {
    padding: 16px 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: var(--primary-color);
    backdrop-filter: blur(16px);
}

.header-content {
    position: relative;
    z-index: 100;
}

.header-content .container {
    max-width: 66rem;
    column-gap: 32px;
}

.header-content .left-nav{
    column-gap: 168px;
}

.left-nav nav {
    max-width: max-content;
    flex: 1;
}

.left-nav nav ul {
    gap: 4px;

}

.left-nav nav ul a {
    display: inline-flex;
    width: max-content;
    height: 32px;
    padding: 4px 12px;
    border-radius: 100px;
    color: var(--secondary-color);
    transition: background-color .3s var(--transition-timing-function);
}

.header-content .right-nav {
    justify-content: flex-end;
}

.right-nav .nav-cta {
    gap: 8px;
}

.nav-cta a {
    padding: 4.5px 12px;
}

.nav-cta a:first-child {
    background-color: var(--secondary-color-3);
    border-color: transparent;
}

.left-nav nav ul a:hover {
    background-color: var(--secondary-color-3);
}

.hero-section {
    position: relative;
    margin-top: 66px;
}

.hero-section .bg-img {
    background-image: url(./assests/img/bg-light.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 982px;
    position: absolute;
    top: -10rem;
    z-index: -1;
    mask-image: linear-gradient(#000 0%,rgba(0,0,0,.99) 18.5%,rgba(0,0,0,.953) 34.3%,rgba(0,0,0,.894) 47.6%,rgba(0,0,0,.824) 58.5%,rgba(0,0,0,.74) 67.5%,rgba(0,0,0,.647) 74.7%,rgba(0,0,0,.55) 80.3%,rgba(0,0,0,.45) 84.7%,rgba(0,0,0,.353) 88%,rgba(0,0,0,.26) 90.5%,rgba(0,0,0,.176) 92.5%,rgba(0,0,0,.106) 94.2%,rgba(0,0,0,.047) 95.9%,rgba(0,0,0,.01) 97.7%,transparent 100%);
}

.hero-section .notice-imp {
    gap: 10px;
    position: absolute;
    top: 30px;
    left: 50%;
    translate: -50% 0;
    background-color: var(--secondary-color-15);
    border-radius: 60px;
    padding: 4px 8px 4px 4px;
}

.notice-imp span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 60px;
    background-color: var(--quaternary-color);
}

.notice-imp p {
    font-size: 14px;
}

.notice-imp svg {
    width: 16px;
    height: 16px;
}

.hero-section .hero-content {
    padding: 104px 0px 96px;
}

.hero-content h1 {
    max-width: 43rem;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--primary-color);
}

.hero-content p {
    font-size: 18px;
    max-width: 29.5rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 24px;
    color: #fff;
}

.hero-content form {
    gap: 6px;
    max-width: 22.5rem;
    margin-top: 32px;
    padding: 4px;
    border: 1px solid #ffffff26;
    border-radius: 100px;
    background-color: #ffffff26;
}

.hero-content form input {
    height: 32px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--primary-color);
    padding: 0px 12px;
    background-color: transparent;
    outline-style: none;
}

.hero-content form input::placeholder {
    color: #08090a60;
}

.hero-content form button {
    padding: 4.5px 12px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

.hero-img {
    max-width: 1080px;
    position: relative;
}

.hero-img .img-content {
    border: 3px solid var(--secondary-color-3);
    border-bottom-width: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
}

.img-content img {
    height: auto;
}

.hero-content form button:hover {
    background-color: var(--primary-color-85);
}

.trusted-section {
    padding: 72px 32px 144px;
}

.trusted-section .trusted-content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2,1fr);
    column-gap: 8px;
    row-gap: 28px;
}

.trusted-content .trusted-logo {
    width: auto;
    height: 64px;
}

.feature-section {
    margin-bottom: 144px;
}

.feature-section .feature-heading {
    gap: 16px;
    padding: 48px 32px;
}

.feature-heading p {
    max-width: 648px;
    text-align: center;
    text-wrap: balance;
    color: var(--secondary-color-80);
}

.feature-content {
    gap: 24px;
}

.feature-content .col-2 {
    gap: 24px;
}

.col-2 .feature-card {
    width: 495px;
    padding: 6px;
    border: 1px solid var(--secondary-color-7);
    border-radius: 24px;
}

.feature-card .card-content {
    padding: 24px;
    gap: 16px;
    align-items: normal;
}

.feature-card .card-content h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.24px;
    line-height: 1.3;
}

.feature-card .card-content p {
    font-size: 16px;
    line-height: 1.5;
    text-wrap: balance;
    color: var(--secondary-color-80);
}

.feature-card .card-img {
    height: 320px;
}

.card-img img {
    height: 100%;
    overflow: hidden;
}

.feature-content .col-1 {
    border: 1px solid var(--secondary-color-7);
    border-radius: 24px;
}

.col-1 .card-content {
    align-items: center;
    padding: 48px 32px;
}

.col-1 .card-content .card-para-txt {
    max-width: 640px;
    text-align: center;
}

.col-1 .card-img {
    height: 430px;
}

.enterprise-section {
    padding: 96px 0px;
    background-color: var(--secondary-color-3);
}

.enterprise-content .enterprise-head {
    justify-content: space-between;
    padding-bottom: 48px;
    gap: 24px;
}

.enterprise-head .head-content {
    max-width: 640px;
    gap: 16px;
    align-items: normal;
}

.head-content h3 {
    text-wrap: balance;
    text-align: start;
}

.head-content p {
    font-weight: 400;
    text-wrap: balance;
    color: var(--secondary-color-80);
}

.enterprise-head a {
    font-weight: 500;
    line-height: 24px;
    margin-top: auto;
    padding: 7px 24px;
}

.enterprise-content .enterprise-body {
    padding-bottom: 48px;
    margin: 24px 0px;
    gap: 48px;
}

.enterprise-body svg {
    color: var(--quaternary-color);
    width: 32px;
    height: 32px;
}
.enterprise-body h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 26px;
    margin: 32px 0px 16px;
}

.enterprise-body p {
    line-height: 24px;
    color: var(--secondary-color-80);
}

.enterprise-foot {
    overflow: hidden;
}

.enterprise-foot .foot-container {
    gap: 16px;
    align-items: normal;
}

.foot-container .foot-content {
    height: 518px;
    position: relative;
    padding: 64px;
    border-radius: 24px;
    overflow: hidden;
    justify-content: start;
    align-items: normal;
}

.foot-content .foot-img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    scale: 1.15;
    color: transparent;
    background-color: #08090a33;
    backface-visibility: hidden;
}

.foot-content .p1 {
    font-weight: 600;
    color: var(--primary-color);
}

.foot-content h3 {
    max-width: 448px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.24px;
    line-height: 1.3333;
    margin-top: 16px;
    text-wrap: balance;
}

.foot-content .read-story {
    margin-top: 32px;
    width: fit-content;
}

.foot-content .data-content {
    justify-content: start;
    align-items: flex-start;
    gap: 28px;
    margin-top: auto;
}

.foot-content .data-content .data {
    align-items: start;
    width: 12rem;
    gap: 8px;
}

.data-content .data p:first-child {
    font-size: 2.5rem;
    letter-spacing: -0.8px;
    line-height: 44px;
}

.data-content .data p:last-child {
    font-size: 14px;
    line-height: 24px;
    color: #ffffffcc;
}

.enterprise-foot .enterprises-name {
    width: max-content;
    gap: 48px;
    padding: 12px 24px;
}

.enterprises-name .enterprise-logo {
    width: 140px;
    height: 64px;
    opacity: 0.5;
}

.enterprises-name .enterprise-logo:first-child {
    opacity: 1;
}

.foot-container a:hover .card-overlay {
    opacity: 0.7;
}

.foot-container a:hover .read-story span svg {
    transform: translateY(2px);
}

.case-section {
    padding: 72px 0px;
    overflow: hidden;
}

.case-section .case-head {
    gap: 16px;
    padding: 48px 32px;
}

.case-section .case-head p:last-child {
    max-width: 640px;
    line-height: 24px;
    color: var(--secondary-color-80);
    text-align: center;
    text-wrap: pretty;
}

.case-section .case-body {
    padding: 0px 18%;
}

.case-body .case-cards {
    display: flex;
    margin-left: -16px;
    transform: translate3d(0px, 0px, 0px);
}

.case-cards .card-content {
    max-width: 410px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    padding-left: 16px;
}

.case-cards .card-content .card-img {
    position: relative;
    margin-bottom: 8px;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.case-cards .card-content .card-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-cards .card-content .card-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 230px;
    height: 45px;
    color: var(--primary-color) !important;
    fill: var(--primary-color) !important;
}

.case-cards .card-content .card-text {
    display: flex;
    gap: 24px;
    padding: 12px 0px;
}

.case-cards .card-content .card-text p {
    line-height: 24px;
    color: #08090acc;
    overflow: hidden;
    text-wrap: pretty;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-clamp: 2;
    text-overflow: ellipsis;
}

.case-cards .card-content .card-text span {
    justify-content: start;
    color: var(--secondary-color-50)
}

.case-body .case-scroll-nav {
    padding-top: 48px;
}

.case-scroll-nav button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    flex-shrink: 0;
    gap: 6px;
    border: 1px solid transparent;
    border-radius: 100px;
    line-height: 24px;
    color: var(--secondary-color);
    background-color: transparent;
    opacity: 0.5;
}

.case-scroll-nav button:last-child {
    rotate: 180deg;
    opacity: 1;
    cursor: pointer;
}

.case-scroll-nav button:hover svg {
    color: var(--secondary-color-80);
}

.case-scroll-nav svg {
    width: 28px;
    height: 28px;
    color: var(--secondary-color);
}

.case-cards a:hover .card-text .read-story span {
    color: var(--quaternary-color);
}

.case-cards a:hover .card-overlay {
    opacity: 0.7;
}

.final-cta-section {
    padding: 120px 24px;
    position: relative;
}

.final-cta-section .final-cta-gradient {
    position: absolute;
    z-index: -10;
    inset: 0px;
    rotate: 180deg;
    background: linear-gradient(#f7f7f7 0%,rgba(247,247,247,.95) 4.7%,rgba(247,247,247,.89) 8.8%,rgba(247,247,247,.827) 12.6%,rgba(247,247,247,.76) 16.3%,rgba(247,247,247,.69) 19.9%,rgba(247,247,247,.616) 23.8%,rgba(247,247,247,.54) 28.1%,rgba(247,247,247,.467) 33%,rgba(247,247,247,.392) 38.7%,rgba(247,247,247,.318) 45.4%,rgba(247,247,247,.243) 53.2%,rgba(247,247,247,.176) 62.4%,rgba(247,247,247,.114) 73.2%,rgba(247,247,247,.055) 85.6%,rgba(247,247,247,0) 100%);

}

.final-cta-section .final-cta-content  {
    max-width: 988px;
}

.final-cta-section .final-cta-content h3  {
    max-width: 560px;
    text-wrap: balance;
}

.final-cta-section .final-cta-content p  {
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    margin-top: 16px;
}

.final-cta-content .cta-btns {
    gap: 8px;
    margin-top: 48px;
}

.final-cta-content .cta-btns a {
    font-size: 16px;
    padding: 7px 24px;
}

.final-cta-content .cta-btns a:last-child {
    border-color: var(--secondary-color-15);
}

.final-cta-content .cta-btns a:last-child:hover {
    border-color: transparent;
}

.final-cta-content .cta-cards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 56px;
}

.cta-cards .card-content {
    gap: 32px;
    padding: 32px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: var(--secondary-color-5);
}

.cta-cards .card-content:last-child {
    border: none;
}

.cta-cards .card-content .card-icon {
    border: 0.5px solid var(--secondary-color-15);
    border-radius: 16px;
    padding: 10px;
}

.cta-cards .card-content .card-icon svg {
    width: 32px;
    height: 32px;
    color: var(--quaternary-color);
}

.cta-cards .card-content .card-text {
    gap: 8px;
}

.cta-cards .card-content .card-text h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.2px;
    text-align: center;
    text-wrap: balance;
}

.cta-cards .card-content .card-text p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-wrap: pretty;
    margin: 0px;
}

.cta-cards .card-content .read-story {
    color: var(--quaternary-color);
}

footer {
    border: 1px solid var(--secondary-color-5);
    background-color: var(--secondary-color-3);
}

footer .container {
    max-width: 1022px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: var(--secondary-color-5);
}

footer .container .footer-col-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--secondary-color-5);
    padding: 64px 32px 24px;
}

.footer-col-1 div {
    gap: 16px;
    margin-left: auto;
}

.footer-col-1 div a svg {
    opacity: 0.7;
    color: var(--secondary-color-50);
    transition: opacity .3s var(--transition-timing-function);
}

.footer-col-1 div a svg:hover {
    opacity: 1;
}

footer .container .footer-col-2 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 48px 32px 72px;
}

.footer-col-2 .footer-list h3 {
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: var(--secondary-color-50);
    padding: 6px 12px;
    margin-bottom: 4px;
}

.footer-col-2 .footer-list ul {
    align-items: flex-start;
    gap: 4px;
}

.footer-col-2 .footer-list a {
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 100px;
    padding: 6px 12px;
    color: var(--secondary-color);
    transition: background-color .1s var(--transition-timing-function);
}

.footer-col-2 .footer-list a:hover {
    background-color: var(--secondary-color-3);
}

.footer-col-3 {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: var(--secondary-color-5);
    text-align: center;
    padding: 32px 32px 96px;
}

.footer-col-3 div {
    font-size: 13px;
    line-height: 19.5px;
    color: #08090a99;
}
