.container {
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(3rem);
    scroll-snap-type: y mandatory;
}

.child {
    scroll-snap-align: start;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    background: black;
    z-index: -1;
}

#main-menu {
    display: block;
    /* height: 100px; */
    width: 100%;
    /* background: #3D0E61; */
    margin: 0px;
    z-index: 9;
}

#main-menu ul {
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 9;
}

#main-menu li {
    list-style-type: none;
    font-size: 2rem;
}

#main-menu a {
    /* color: #B9FAF8; */
    font-size: 1.2rem;
    text-decoration: none;
}

#main-menu a:hover {
    text-decoration: underline;
}

#hamburger-input {
    display: none;
}

#hamburger-menu {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    display: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-family: 'Cabin', Sans-serif;
    background: linear-gradient(to bottom,
            #3D0E61, #3D0E61 20%,
            white 20%, white 40%,
            #3D0E61 40%, #3D0E61 60%,
            white 60%, white 80%,
            #3D0E61 80%, #3D0E61 100%);
}

#hamburger-menu #sidebar-menu {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: -250px;
    width: 200px;
    height: 250px;
    background-color: #3d0e61cf;
    transition: 0.3s;
    padding: 0px 10px;
    box-sizing: border-box;
}

#hamburger-menu h3 {
    /* color: #B9FAF8; */
    /* font-size: 2.2rem; */
    background: #1951627a;
    padding-left: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

#hamburger-menu ul {
    padding-left: 0px;
    padding-top: 5px;
}

#hamburger-menu li {
    list-style-type: none;
    padding-top: 10px;
    /* line-height: 3rem; */
}

#hamburger-menu a {
    /* color: #B9FAF8; */
    /* font-size: 1.3rem; */
    text-decoration: none;
}

#hamburger-menu a:hover {
    text-decoration: underline;
}

#hamburger-input:checked+#hamburger-menu #sidebar-menu {
    visibility: visible;
    left: 0;
}

#hamburger-input:checked~.overlay {
    visibility: visible;
    opacity: 0.4;
}


@media screen and (max-width: 750px) {
    #main-menu {
        display: none;
    }

    #logo {
        display: none;
    }

    #hamburger-menu {
        display: inline;
    }
}


body {
    margin: 0
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #0000009e;
    backdrop-filter: blur(5px) saturate(20%) contrast(100%)
}

section {
    scroll-margin-top: 95px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 50px;
    padding-left: 200px;
    padding-right: 200px;
}

#home {
    height: 100vh;
    min-height: 700px
}

#about {
    z-index: -1;
    position: relative;
    height: calc(100vh - 95px);
    background: #78000036;
    backdrop-filter: blur(5px) saturate(20%) contrast(100%)
}

#solution {
    z-index: -1;
    position: relative;
    height: calc(100vh - 95px);
    background: #00780036;
    backdrop-filter: blur(5px) saturate(20%) contrast(100%)
}

#tech {
    z-index: -1;
    position: relative;
    height: calc(100vh - 95px);
    background: #a7cb1636;
    backdrop-filter: blur(5px) saturate(20%) contrast(100%)
}

#services {
    z-index: -1;
    position: relative;
    height: calc(100vh - 95px);
    background: #782c0036;
    backdrop-filter: blur(5px) saturate(20%) contrast(100%)
}

#contact {
    z-index: -1;
    position: relative;
    /* height: calc("100vh - 95px"); */
    height: calc(100vh - 95px);
    /* max-height: calc(100vh - 95px); */
    background: #44099236
}

a.astro-TJCTIOJO {
    text-decoration: none;
    color: inherit
}

li.astro-K7JHRJJZ a.astro-K7JHRJJZ:hover {
    filter: brightness(.8)
}

.text-gradient-primary.astro-7BNERZ5U {
    background: linear-gradient(90deg, #ff3bff 0, #ecbfbf 38.02%, #5c24ff 75.83%, #d94fd5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

*,
:after,
:before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

html {
    scroll-behavior: smooth;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

body {
    margin: 0;
    line-height: inherit
}

h1 {
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px !important
}

a {
    color: inherit;
    text-decoration: inherit
}

[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.fixed {
    position: fixed
}

.bottom-0 {
    bottom: 0
}

.right-0 {
    right: 0
}

.left-0 {
    left: 0
}

.-z-10 {
    z-index: -10
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-32 {
    margin-top: 8rem
}

.mt-10 {
    margin-top: 2.5rem;
    padding-left: 100px;
    padding-right: 100px;
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.w-6 {
    width: 1.5rem
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-4 {
    gap: 1rem
}

.gap-12 {
    gap: 3rem
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.p-8 {
    padding: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.text-center {
    text-align: center
}

.text-\[40px\] {
    font-size: 40px
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-\[500\],
.font-medium {
    font-weight: 500
}

.leading-tight {
    line-height: 1.25
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:text-\[80px\] {
        font-size: 80px
    }

    .lg\:opacity-50 {
        opacity: .5
    }
}