@charset "utf-8"; @font-face { font-family: 'Inter'; src: url('fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype'); } /** * Style variables */ $base-font-family: 'Inter', monospace !default; $base-font-size: 1.125rem !default; $mobile-font-size: 1.125rem !default; $base-line-height: 1.5 !default; $container-width: 90% !default; $container-max-width: 1280px !default; /** * Global */ html { scroll-behavior: smooth; } body { width: 100%; background-color: var(--background-color); margin: 0 auto; padding: 0; font-family: $base-font-family; font-size: $base-font-size; color: var(--text-color); text-align: left; line-height: $base-line-height !important; } h1 { font-size: 120px !important; line-height: 100px !important; font-weight: 400 !important; } h2 { font-size: 90px !important; line-height: 80px !important; width: 100% !important; font-weight: 400 !important; } h3 { font-size: 50px !important; line-height: 50px !important; width: 100% !important; } h4 { font-size: 32px; } h5 { font-weight: 400 !important; font-size: 22px !important; } h6 { font-weight: 400 !important; font-size: 16px; } h1, h2, h3, h4, h5, h6 { margin: 0px; margin-top: 0px; margin-bottom: 12px; font-weight: 400; color: var(--header-color); } p { font-size: 18px; } p, ul, ol { margin: 0px; color: var(--text-color); } a { color: var(--link-color); transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; text-decoration: none; } a:hover { text-decoration: none; color: var(--background-color); background-color: var(--base-color); transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } .center { text-align: center; margin: auto; } .gradient-text { font-size: 48px; font-weight: bold; background: linear-gradient(100deg, white, #8a8d97); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .gradient-text-inverse { font-size: 48px; font-weight: bold; background: linear-gradient(-100deg, white, #8a8d97); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; } .hero-p { font-size: 20px; max-width: 800px; } .card { border: 1px solid gainsboro; border-radius: 20px; padding: 45px; margin: 20px; min-height: 430px; } @mixin capsule { font-weight: 400; font-size: 16px; border-radius: 30px; padding: 1px; width: 130px; margin: auto; text-align: center; } .capsule { color: var(--light-purple); background: var(--dark-purple); border: 1px solid var(--dark-purple); @include capsule; } .capsule-grey { color: grey; background: #262626; border: 1px solid #262626; @include capsule; } .capsule-blue { color: #2b60d7; background: #112759; border: 1px solid #112759; @include capsule; } .capsule-green { color: #1e612b; background: #0c2711; border: 1px solid #0c2711; @include capsule; } .roadmap-header { display: flex; justify-content: left; margin-bottom: 20px; } .roadmap-header-capsule { display: flex; vertical-align: center; margin-left: 20px; } .narrow-list > li > p { margin-top: 0px; } .arrow-link { display: inline-flex; align-items: center; color: #fff; text-decoration: none; padding: 8px 12px; border-radius: 4px; margin-left: 0px; padding-left: 0px; } .arrow { display: inline-block; margin-left: 4px; transition: transform 0.3s ease; } .arrow-link:hover .arrow { transform: translateX(5px); background: none !important; background-color: var(--base-color); color: white !important; } .arrow-link:hover { background: none !important; background-color: var(--base-color); color: white !important; } /* roadmap line starts */ .vertical-line-container { position: absolute; top: 1980px; right: 200px; width: 60px; height: 3220px; } .vertical-line { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 10px; height: 100%; background-color: #262626; border-radius: 10px; } .node { position: absolute; left: 50%; transform: translateX(-50%); width: 40px; height: 40px; background-color: #262626; border-radius: 50%; } .node:nth-child(2) { top: 0; } .node:nth-child(3) { top: 400px; } .node:nth-child(4) { top: 800px; } .node:nth-child(5) { top: 1200px; } .node:nth-child(6) { top: 1600px; } .node:nth-child(7) { top: 2000px; } .node:nth-child(8) { top: 2400px; } .node:nth-child(9) { top: 2800px; } .node:nth-child(10) { top: 3200px; } /* end roadmap lines styling */ .roadmap .flex-container .flex-container-inner .text-well { border: 1px solid grey; padding: 40px; border-radius: 30px; max-width: 1000px; min-height: 360px; transition: transform 0.7s ease, background-color 0.3s ease; filter: brightness(50%); } .roadmap .flex-container .flex-container-inner .text-well:hover { background: #1e1e1e; transform: scale(1.01); filter: unset; } .roadmap .flex-container .flex-container-inner .text-well:hover .learn-more { color: #F048B5; } .learn-more { font-weight: 600; } .roadmap .flex-container .flex-container-inner .text-well p { margin-top: 0px; margin-bottom: 0px; } .roadmap .flex-container .flex-container-inner .text-well h5 { margin-top: 0px; margin-bottom: 0px; } .roadmap .flex-container .flex-container-inner h3 { margin-top: 0px; margin-bottom: 0px; } .roadmap .flex-container { margin-top: 50px; margin-bottom: 50px; } .powered-by .card { min-height: 265px; padding: 35px; transition: transform 0.3s ease, background-color 0.3s ease; } .powered-by .card:hover { background: #1e1e1e; transform: scale(1.02); } .video-background-container { position: absolute; width: 100%; height: 800px; overflow: hidden; top: 100px; left: 0; } .gradient-overlay { background: linear-gradient( to bottom, #0f0f0f 0%, rgba(15, 15, 15, 0) 25%, rgba(15, 15, 15, 0) 75%, #0f0f0f 100% ), linear-gradient( to right, rgba(15, 15, 15, 1) 0%, rgba(15, 15, 15, 0) 50% ); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; } .video-background { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); z-index: -1; object-fit: cover; } .video-content { position: relative; z-index: 1; color: #fff; padding: 2rem; } @media only screen and (max-device-width: 500px) { * { font-size: $mobile-font-size; } } /** * Layout */ .container { width: $container-width; max-width: $container-max-width; margin-right: auto; margin-left: auto; } p { /* word-wrap: break-word; word-break: break-word; white-space: pre-wrap; */ margin-top: 16px; margin-bottom: 16px; } footer { color: var(--text-color); border-top: var(--border); margin-top: 24px; padding-top: 12px; text-align: right; } .footer-link { text-decoration: none; margin-left: 20px; } .footer-link:hover { background: transparent; color: white; } header { padding: 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); } header p { text-align: left; margin: 0; } footer { margin-bottom: 20px; } hr { margin-top: 20px; } /** * Navbar */ .menu { max-width: 1280px; margin: auto; } .menu-logo { height: 48px; } #home-link:hover { background: none; text-decoration: none; } .header-page-links li:before { content: '' } .header-page-links a { margin: 0px 4px; font-size: 1.1rem; text-decoration: none; } .header-page-links a:hover { background-color: transparent; color: lightgrey; } .left-menu { display: flex; align-items: center; filter: brightness(60%); } .left-menu:hover { filter: unset; } .left-menu img { display: flex; } .right-menu { width: 74%; display: flex; justify-content: flex-end; align-items: center; } .menu-button-container { display: none; width: 50px; height: 50px; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; } #menu-toggle { display: none; } .menu-button, .menu-button::before, .menu-button::after { display: block; background-color: #fff; position: absolute; height: 4px; width: 30px; transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1); border-radius: 2px; } .menu-button::before { content: ''; margin-top: -8px; } .menu-button::after { content: ''; margin-top: 8px; } #menu-toggle:checked+.menu-button-container .menu-button::before { margin-top: 0px; transform: rotate(405deg); } #menu-toggle:checked+.menu-button-container .menu-button { background: rgba(255, 255, 255, 0); } #menu-toggle:checked+.menu-button-container .menu-button::after { margin-top: 0px; transform: rotate(-405deg); } .menu-content { position: absolute; display: none; background: var(--background-color); text-align: right; margin-top: 100px; width: 100%; z-index: 2; } .inner-menu-content { border-bottom: 1px solid white; } .menu-content div { margin: 50px 30px 50px 30px; } /** * Company Page */ .about-special h2 { font-weight: 600 !important; margin: 0px; height: 340px; } .about-special { padding-left: 0px; margin-top: 100px; } .team .card { padding: 20px; min-height: 120px; min-width: unset; height: 180px; margin-left: 0px; width: 220px; } .team .title { text-transform: unset; } .team p, .team a { font-size: 15px; margin-top: 0px; margin-bottom: 0px; } .team img { height: 130px; border: 1px solid teal; } .team .flex-container { justify-content: flex-start; } /** * End-Company Page */ @media (max-width: 1020px) { .right-menu { width: 40px; height: 40px; } .menu-button-container { display: flex; } #menu-toggle~.menu li { height: 0; margin: 0; padding: 0; border: 0; transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1); } #menu-toggle:checked~.menu li { border: 1px solid #333; height: 2.5em; padding: 0.5em; transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1); } .menu>li { display: flex; justify-content: center; margin: 0; padding: 0.5em 0; width: 100%; color: white; background-color: #222; } .menu>li:not(:last-child) { border-bottom: 1px solid #444; } } /** * Buttons */ .button { display: inline-block; padding: 10px 20px 9px 20px; border-radius: 30px; margin-top: 10px; color: var(--base-color); background-color: var(--background-color); border: 2px solid white; text-decoration: none; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } .button:hover { /* invert */ background-color: var(--base-color); color: var(--background-color); transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } /* important button */ .mega.button { background-color: var(--dark-purple); color: var(--base-color); border: 2px solid var(--light-purple); border-radius: 30px; font-weight: 400; box-shadow: 0 0 18px rgba(42,106,255,0.6); } .mega.button:hover { background: var(--light-purple); color: var(--base-color); } .button-container { padding: 30px 0px; } .contact-button { margin-top: 15px; cursor: pointer; font-size: 19px; width: 100%; border-radius: 10px; height: 60px; background: var(--light-purple); color: white; border: 1px solid var(--light-purple); } .contact-button:hover { box-shadow: 0 0 18px rgba(42,106,255,0.6); transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } /** * Highlight/Markup */ ::selection { background: var(--selection-background); color: var(--selection-text); } ::-moz-selection { background: var(--selection-background); color: var(--selection-text); } /** * Lists */ .right-menu>ul>li:before { content: "" !important; margin-right: 4px; } /** * Header/Navigation */ .menu { /* border-bottom: var(--border); */ display: flex; justify-content: space-between; align-items: center; } .menu ul { padding-left: 0px; list-style-type: none; text-align: right; } .menu ul li { display: inline; margin-left: 10px; } /** * Form */ input, select, textarea { padding: 0; margin: 0; -webkit-appearance: none; -webkit-border-radius: 0; border: none; } input[type=text], select, textarea { width: 100%; resize: none; background-color: white; color: black; caret-color: black; } input, select, textarea, textarea::-webkit-input-placeholder { text-indent: 0px; } ::placeholder { color: var(--placeholder-color); opacity: 1; } :-ms-input-placeholder { color: var(--placeholder-color); } ::-ms-input-placeholder { color: var(--placeholder-color); } input[type=submit] { font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; cursor: pointer; color: var(--link-color); background-color: var(--background-color); } input[type=submit]:hover { color: var(--background-color); background-color: var(--base-color); } *:focus { outline: none; } textarea { vertical-align: top; } /** * Contact Form */ .required:after { content: " (required)"; color: white; } .placeholder:after { color: grey; } .form-container { max-width: 700px; margin: auto; } .form-container.card { background: #222222; border: 1px solid #222222; padding-bottom: 25px; } .form-label { display: block; margin-bottom: 5px; } .form-input, .form-select, .form-textarea { border: 1px solid grey; border-radius: 10px; font-size: 16px; caret-color: white !important; color: white !important; height: 60px !important; background: var(--background-color) !important; width: 100%; padding: 8px; margin-bottom: 10px; height: 40px; } .form-textarea { height: 100px; } .form-checkbox-container { display: flex; flex-direction: column; } /** * Homepage */ .particles-wrapper { background-color: #222; width: 100%; height: 100%; padding: 0; margin: 0; overflow: hidden; } .flex-container { display: flex; justify-content: space-between; align-items: flex-start; } .flex-container-inner { width: 100%; } section { width: 100%; margin-top: 150px; margin-bottom:150px; } .companies { display: flex; justify-content: space-between; align-items: center; margin: 30px 0px; } .companies div { width: 27%; text-align: center; display: flex; align-items: center; justify-content: center; height: 120px; border-bottom: 1px solid; } .companies a img { height: 45px; filter: grayscale(100%); text-align: center; } .companies a:hover { background-color: none; background: none; text-decoration: none; } .text-well { max-width: 100%; } /** * Code and syntax highlighting */ .lineno { color: var(--code-color-1); margin-right: 15px; } figure.highlight { margin: 5px 0; } pre { background-color: var(--background-color); border: none; padding: 0; margin: 0; overflow: auto; font-size: $base-font-size; color: var(--text-color); line-height: 1.7 !important; font-family: $base-font-family !important; } .highlight .hll { background-color: var(--code-color-2); } .highlight .c { color: var(--code-color-1); font-style: italic } /* Comment */ .highlight .err { color: var(--code-color-3); background-color: var(--code-color-4); } /* Error */ .highlight .k { color: var(--code-color-5); } /* Keyword */ .highlight .cm { color: var(--code-color-1); font-style: italic } /* Comment.Multiline */ .highlight .cp { color: var(--code-color-6); } /* Comment.Preproc */ .highlight .c1 { color: var(--code-color-1); font-style: italic } /* Comment.Single */ .highlight .cs { color: var(--code-color-5); font-style: italic } /* Comment.Special */ .highlight .gd { color: var(--code-color-7); } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: var(--code-color-7); } /* Generic.Error */ .highlight .gh { color: var(--code-color-8); font-weight: bold } /* Generic.Heading */ .highlight .gi { color: var(--code-color-9); } /* Generic.Inserted */ .highlight .go { color: var(--code-color-10); } /* Generic.Output */ .highlight .gp { color: var(--code-color-11); } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: var(--code-color-12); font-weight: bold } /* Generic.Subheading */ .highlight .gt { color: var(--code-color-7); } /* Generic.Traceback */ .highlight .kc { color: var(--code-color-5); } /* Keyword.Constant */ .highlight .kd { color: var(--code-color-5); } /* Keyword.Declaration */ .highlight .kn { color: var(--code-color-5); } /* Keyword.Namespace */ .highlight .kp { color: var(--code-color-5); } /* Keyword.Pseudo */ .highlight .kr { color: var(--code-color-5); } /* Keyword.Reserved */ .highlight .kt { color: var(--code-color-13); } /* Keyword.Type */ .highlight .m { color: var(--code-color-14); } /* Literal.Number */ .highlight .s { color: var(--code-color-15); } /* Literal.String */ .highlight .na { color: var(--code-color-16); } /* Name.Attribute */ .highlight .nb { color: var(--code-color-13); } /* Name.Builtin */ .highlight .nc { color: var(--code-color-9); text-decoration: underline } /* Name.Class */ .highlight .no { color: var(--code-color-7); } /* Name.Constant */ .highlight .nd { color: var(--code-color-10); } /* Name.Decorator */ .highlight .ni { color: var(--code-color-17); font-weight: bold } /* Name.Entity */ .highlight .nf { color: var(--code-color-9); } /* Name.Function */ .highlight .nn { color: var(--code-color-13); text-decoration: underline } /* Name.Namespace */ .highlight .nt { color: var(--code-color-16); font-weight: bold } /* Name.Tag */ .highlight .nv { color: var(--code-color-7); } /* Name.Variable */ .highlight .ow { color: var(--code-color-5); } /* Operator.Word */ .highlight .w { color: var(--code-color-18); } /* Text.Whitespace */ .highlight .mf { color: var(--code-color-14); } /* Literal.Number.Float */ .highlight .mh { color: var(--code-color-14); } /* Literal.Number.Hex */ .highlight .mi { color: var(--code-color-14); } /* Literal.Number.Integer */ .highlight .mo { color: var(--code-color-14); } /* Literal.Number.Oct */ .highlight .sb { color: var(--code-color-15); } /* Literal.String.Backtick */ .highlight .sc { color: var(--code-color-15); } /* Literal.String.Char */ .highlight .sd { color: var(--code-color-15); } /* Literal.String.Doc */ .highlight .s2 { color: var(--code-color-15); } /* Literal.String.Double */ .highlight .se { color: var(--code-color-15); } /* Literal.String.Escape */ .highlight .sh { color: var(--code-color-15); } /* Literal.String.Heredoc */ .highlight .si { color: var(--code-color-15); } /* Literal.String.Interpol */ .highlight .sx { color: var(--code-color-15); } /* Literal.String.Other */ .highlight .sr { color: var(--code-color-14); } /* Literal.String.Regex */ .highlight .s1 { color: var(--code-color-15); } /* Literal.String.Single */ .highlight .ss { color: var(--code-color-5); } /* Literal.String.Symbol */ .highlight .bp { color: var(--code-color-13); } /* Name.Builtin.Pseudo */ .highlight .vc { color: var(--code-color-7); } /* Name.Variable.Class */ .highlight .vg { color: var(--code-color-7); } /* Name.Variable.Global */ .highlight .vi { color: var(--code-color-7); } /* Name.Variable.Instance */ .highlight .il { color: var(--code-color-14); } /* Literal.Number.Integer.Long */ .hide { display: none; width: 100%; } .show { display: inline-block; } /** * Companies Carousel */ .logo-section { width: 100%; overflow: hidden; padding: 20px 0; filter: brightness(50%); mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%); -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%); } .logo-slider { display: flex; align-items: center; flex-wrap: nowrap; transform: translateX(0); } .logo-slider img { height: 50px; margin-right: 80px; filter: grayscale(100%); opacity: 0.8; transition: opacity 0.3s; } .logo-slider img:hover { opacity: 1; } /** * Carousel */ .carousel-container { padding-left: 80px; } #carousel { display: flex; flex-direction: column; align-items: center; overflow: hidden; height: 320px; padding-left: 100px; position: relative; } .carousel-item { display: flex; justify-content: center; align-items: start; max-width: 400px; height: 80px; width: 100%; font-size: 16px; opacity: 0.5; margin: 5px 0; position: absolute; left: 0; right: 0; transition: transform 1s ease, font-size 1s ease, opacity 1s ease; transform-origin: center; visibility: hidden; overflow: hidden; } .carousel-link { text-align: left; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; line-height: 1.2; max-height: 2.4em; width: 100%; margin: 0 10px; white-space: normal; } .carousel-item.active { transform: translateY(0) scale(1.2); font-size: 20px; opacity: 1; visibility: visible; } /** end carousel */ /** * Blog */ .post img { max-width: 100%; } #lp-post-img { max-width: 100%; } /** end blog */ *, *::before, *::after { box-sizing: border-box; } .wrapper { background: linear-gradient(60deg, #420285, #08BDBD); height: 100%; width: 100%; display: flex; justify-content: center; } .title { text-transform: uppercase; font-size: 20px; margin-top: 10px; } /** * media queries */ @media (max-width: 1020px) { .flex-container-inner { width: 100% !important; } .flex-container { display: inline-block; } .hide { display: inline-block; } .show { display: none; } } @media (max-width: 600px) { .companies { flex-wrap: wrap; } .companies div { width: 100%; height: 170px; border-bottom: none; } .carousel-container { padding-top: 50px; padding-left: 10px; } }