.Home_page__z25kN {
    --gray-rgb: 0,0,0;
    --gray-alpha-200: rgba(var(--gray-rgb),0.08);
    --gray-alpha-100: rgba(var(--gray-rgb),0.05);
    --button-primary-hover: #383838;
    --button-secondary-hover: #f2f2f2;
    display: grid;
    grid-template-rows: 20px 1fr 20px;
    align-items: center;
    justify-items: center;
    min-height: 100svh;
    padding: 80px;
    grid-gap: 64px;
    gap: 64px;
    font-family: var(--font-geist-sans)
}

@media (prefers-color-scheme: dark) {
    .Home_page__z25kN {
        --gray-rgb:255,255,255;
        --gray-alpha-200: rgba(var(--gray-rgb),0.145);
        --gray-alpha-100: rgba(var(--gray-rgb),0.06);
        --button-primary-hover: #ccc;
        --button-secondary-hover: #1a1a1a
    }
}

.Home_main__2uIek {
    display: flex;
    flex-direction: column;
    gap: 32px;
    grid-row-start: 2
}

.Home_main__2uIek ol {
    font-family: var(--font-geist-mono);
    padding-left: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.01em;
    list-style-position: inside
}

.Home_main__2uIek li:not(:last-of-type) {
    margin-bottom: 8px
}

.Home_main__2uIek code {
    font-family: inherit;
    background: var(--gray-alpha-100);
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 600
}

.Home_ctas__kRLxs {
    display: flex;
    gap: 16px
}

.Home_ctas__kRLxs a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 128px;
    height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    transition: background .2s,color .2s,border-color .2s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}

a.Home_primary__xGPLp {
    background: var(--foreground);
    color: var(--background);
    gap: 8px
}

a.Home_secondary__W3DqX {
    border-color: var(--gray-alpha-200);
    min-width: 180px
}

.Home_footer__wJNRn {
    grid-row-start: 3;
    display: flex;
    gap: 24px
}

.Home_footer__wJNRn a {
    display: flex;
    align-items: center;
    gap: 8px
}

.Home_footer__wJNRn img {
    flex-shrink: 0
}

@media (hover: hover) and (pointer:fine) {
    a.Home_primary__xGPLp:hover {
        background:var(--button-primary-hover);
        border-color: transparent
    }

    a.Home_secondary__W3DqX:hover {
        background: var(--button-secondary-hover);
        border-color: transparent
    }

    .Home_footer__wJNRn a:hover {
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media (max-width: 600px) {
    .Home_page__z25kN {
        padding:32px 32px 80px
    }

    .Home_main__2uIek {
        align-items: center
    }

    .Home_main__2uIek ol {
        text-align: center
    }

    .Home_ctas__kRLxs {
        flex-direction: column
    }

    .Home_ctas__kRLxs a {
        font-size: 14px;
        height: 40px;
        padding: 0 16px
    }

    a.Home_secondary__W3DqX {
        min-width: auto
    }

    .Home_footer__wJNRn {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }
}

@media (prefers-color-scheme: dark) {
    .Home_logo__ZEOng {
        filter:invert()
    }
}

@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap";h1 {
                                                                                                font-family: Poppins,sans-serif;
                                                                                                font-weight: 500;
                                                                                                line-height: 1.5
                                                                                            }

@media(min-width: 450px) {
    h1 {
        font-size:4em
    }
}

h2 {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 1.5
}

@media(min-width: 450px) {
    h2 {
        font-size:2.5em
    }
}

h3 {
    font-family: Poppins,sans-serif;
    font-weight: 350;
    line-height: 1.5
}

@media(min-width: 450px) {
    h3 {
        font-size:1.5em
    }
}

h4 {
    font-family: Poppins,sans-serif;
    font-weight: 350;
    line-height: 1.5
}

@media(min-width: 450px) {
    h4 {
        font-size:1.25em
    }
}

h5,h6,span {
    font-weight: 350
}

h5,h6,p,span {
    font-family: Poppins,sans-serif;
    line-height: 1.5
}

.first {
    padding-top: 132px
}

@media(min-width: 450px) {
    .first {
        padding-top:200px
    }
}

.image-zoom {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.image-zoom img {
    display: block;
    transition: transform .2s ease,filter .5s ease;
    transform: scale(1)
}

.image-zoom:hover img {
    transform: scale(1.2);
    filter: brightness(1.1)
}

.maximal {
    max-width: 100%!important
}

.title {
    font-size: 1.5em;
    font-weight: 500
}

@media(min-width: 768px) {
    .title {
        font-size:3em
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 50px;
    background-color: #25d366;
    padding: 10px;
    display: none;
    z-index: 9999;
    transition: opacity .3s ease-in-out
}

.whatsapp-icon img {
    width: 50px;
    height: 50px
}

.whatsapp-icon.visible {
    display: block
}

.paragraph {
    overflow: hidden;
    transition: all .3s ease
}

.paragraph .faq-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .3s ease,opacity .3s ease
}

.paragraph .faq-content.open {
    max-height: 1000px;
    opacity: 1
}

.paragraph .icon-wrapper {
    display: inline-block;
    transition: transform .3s ease
}

.paragraph .icon-wrapper.open {
    transform: rotate(180deg)
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    width: 45px;
    cursor: pointer;
    border-radius: 5px;
    height: 45px;
    border: 5px solid transparent;
    transition: background-color .3s ease
}

.icon-container:hover {
    background-color: #f0f0f0
}

.icon-container .item {
    cursor: pointer
}

.hoveri {
    transition: all .3s ease-in-out
}

.hoveri:hover {
    transform: scale(1.05)
}

.graber {
    cursor: -webkit-grab;
    cursor: grab
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.d-flex {
    display: flex
}

.d-none {
    display: none
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center
}

.grid-container {
    display: grid
}

.grid-1 {
    grid-template-columns: repeat(1,1fr)
}

.grid-2,.grid-4,.grid-5 {
    grid-template-columns: repeat(2,1fr)
}

.grid-4 {
    grid-template-columns: repeat(4,1fr)
}

@media(min-width: 450px) {
    .d-md-none {
        display:none
    }
}

.Modal {
    background-color: #fff;
    padding: 50px
}

.Modal,.overlay-1 {
    position: fixed;
    z-index: 1000
}

.overlay-1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2)
}

.hidescrollbar::-webkit-scrollbar {
    display: none
}

.hover-shadow {
    transition: box-shadow .2s ease-in-out
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,.3)
}

.popover {
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    top: calc(100% + 10px);
    padding: 4px;
    transform: translateX(-50%);
    min-height: 100px;
    min-width: 250px;
    z-index: 1000;
    border-radius: 4px;
    border: 1px solid #dee2e6
}

.popover,.upload-button {
    display: flex;
    align-items: center;
    justify-content: center
}

.upload-button {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 300px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #888;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: background-color .3s,border-color .3s
}

.upload-button:hover {
    background-color: #e0e0e0;
    border-color: #666
}

.upload-button.drag-over {
    background-color: #ddd;
    border-color: #333
}

@media(max-width: 768px) {
    .upload-button {
        height:200px;
        font-size: 16px
    }
}

.upload-button input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.floating-image {
    object-fit: contain
}

@media(min-width: 450px) {
    .floating-image {
        object-fit:cover
    }
}

.link {
    text-decoration: none;
    color: #333
}

.section {
    padding: 100px 20px;
    border-bottom: 1px solid #dee2e6
}

.stepper {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 20px
}

.stepper .step {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px
}

.stepper .step__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #555;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    z-index: 1
}

.stepper .step__content {
    flex: 1 1
}

.stepper .step__content__label {
    font-weight: 400;
    margin-bottom: 5px;
    color: #555
}

.stepper .step__content__description {
    font-size: .9rem;
    color: #777
}

.stepper .step:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 35px;
    width: 2px;
    height: calc(100% - 35px);
    background-color: #e0e0e0;
    z-index: 0
}

.stepper .step:last-child:before {
    display: none
}

.stepper .step.active .step__number {
    background-color: #007bff;
    color: #fff
}

.stepper .step.completed .step__number {
    background-color: #28a745;
    color: #fff
}

.stepper .step.completed:before {
    background-color: #28a745
}

.blog-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    transition: transform .3s,box-shadow .3s;
    max-width: 400px
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,.2)
}

.blog-card__thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 10px
}

.blog-card__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

.blog-card__title {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #333;
    line-height: 1.2
}

.blog-card__button {
    margin-top: auto;
    padding: 10px 16px;
    font-size: 1rem;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s
}

.blog-card__button:hover {
    background-color: #0056b3
}

.button-reset {
    background: none;
    border: none;
    box-shadow: none;
    font: inherit;
    color: inherit;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.button-reset:focus,.button-reset:hover {
    outline: none;
    box-shadow: none
}

.floating-label {
    position: relative;
    margin-bottom: 20px
}

.floating-label input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border-color .3s
}

.floating-label input:focus {
    border-color: #007bff
}

.floating-label input:valid+label {
    transform: translateY(-20px);
    font-size: .8em;
    color: #007bff
}

.floating-label label {
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: transform .3s,font-size .3s,color .3s
}

.input-group {
    font-size: 1.25rem;
    position: relative
}

.input-group input {
    all: unset;
    color: #cacaca;
    padding: 1rem;
    border: 1px solid hsla(0,0%,79%,.792);
    border-radius: 10px
}

.input-group .label,.input-group input {
    transition: .15s cubic-bezier(.4,0,.2,1)
}

.input-group .label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #000;
    pointer-events: none
}

.parallax {
    min-height: 100dvh;
    overflow: hidden;
    position: relative
}

.parallax:before {
    content: "";
    background: url(/_next/static/media/bg2.f0bd7f48.webp) no-repeat 50%;
    z-index: -1;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.parallax .header-overlay,.parallax:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.parallax .header-overlay {
    background: rgba(0,0,0,.5);
    z-index: 1
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    transition: background .4s ease-in-out
}

.navbar.hide {
    background-color: #fff
}

.nav-item {
    position: relative;
    display: inline-block;
    padding: 12px 16px
}

.nav-item:hover .dropdown-content {
    display: block
}

.nav-item:hover .icon {
    animation: rotate-icon-180 .3s ease-in-out forwards
}

.nav-item .icon {
    display: inline-block;
    transition: transform .3s ease-in-out
}

.nav-item .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
    transition: all .3s cubic-bezier(.075,.82,.165,1);
    padding: 12px 0
}

.nav-item .dropdown-content span {
    padding: 12px 16px;
    cursor: pointer;
    text-decoration: none;
    display: block
}

.nav-item .dropdown-content span:hover {
    background-color: #f1f1f1
}

.nav-item:not(:hover) .icon {
    animation: rotate-icon-back .5s ease-in-out forwards
}

.icon-marquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    min-height: 50px;
    background-color: transparent
}

.icon-marquee .icon-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 60s linear infinite
}

.icon-marquee .icon {
    display: inline-block;
    margin: 0 100px;
    font-size: 24px;
    color: #333
}

.icon-marquee .icon-wrapper:after {
    content: "";
    flex-shrink: 0;
    display: block
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.hero {
    position: relative;
    min-height: 90vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center
}

.hero .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 88;
    filter: brightness(.5)
}

@media(min-width: 768px) {
    .hero .hero__image {
        object-position:center top
    }
}

.hero .hero__content {
    position: absolute;
    z-index: 99;
    color: #fff;
    padding: 1rem
}

@media(min-width: 768px) {
    .hero .hero__content {
        top:50%;
        left: 5%;
        transform: translateY(-50%);
        text-align: left
    }
}

@media(max-width: 767px) {
    .hero .hero__content {
        position:static;
        text-align: center;
        margin: 50px auto 0
    }
}

.hero .hero__content h1 {
    font-size: 2em;
    margin-bottom: 1rem;
    text-align: left
}

@media(min-width: 768px) {
    .hero .hero__content h1 {
        font-size:3rem
    }
}

.hero .hero__content p {
    font-size: 1.5em;
    margin-bottom: 1.5rem;
    text-align: left
}

@media(min-width: 768px) {
    .hero .hero__content p {
        font-size:1.25rem
    }
}

.slider-container {
    overflow: hidden;
    margin: 0 auto
}

.slider-container .slider-items {
    display: flex;
    transition: transform .3s ease-in-out;
    gap: 20px
}

.slider-container .slider-items .slider-item {
    flex: 0 0 100%;
    transition: transform .3s ease-in-out
}

@media(min-width: 768px) {
    .slider-container .slider-items .slider-item {
        flex:0 0 50%
    }
}

@media(min-width: 1024px) {
    .slider-container .slider-items .slider-item {
        flex:0 0 33.3333333333%
    }
}

.slider-container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10
}

.slider-container .arrow.left {
    left: 10px
}

.slider-container .arrow.right {
    right: 10px
}

.slider-container .arrow:hover {
    background-color: rgba(0,0,0,.8)
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.slider::-webkit-scrollbar {
    display: none
}

.slider-item {
    flex: 0 0 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    overflow: hidden;
    transition: transform .3s ease-in-out
}

.slider-item:hover {
    transform: translateY(-5px)
}

.slider-item img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.slider-item .info {
    padding: 15px;
    text-align: center
}

.slider-item .info h3 {
    margin-bottom: 10px;
    font-size: 18px
}

.slider-item .info p {
    font-size: 14px;
    color: #000
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.6);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease
}

.arrow:hover {
    background: rgba(0,0,0,.8)
}

.arrow.left {
    left: 10px
}

.arrow.right {
    right: 10px
}

@media(max-width: 768px) {
    .slider-item {
        flex:0 0 80%
    }
}

.color1 {
    color: #0ea5e9
}

.color2 {
    color: #38bdf8
}

.color3 {
    color: #0284c7
}

.color4 {
    color: #3b82f6
}

.color5 {
    color: #2563eb
}

.color6 {
    color: #1e40af
}

.bg-lighti {
    background-color: #eef2f7
}

.bg-accent {
    background-color: #f0f8fe
}

.bg-darki {
    background-color: #18181b
}

.bg-yellow {
    background-color: #0ea5e9!important
}

.bg-grey {
    background-color: #6b7280
}

.bg1 {
    background-color: #0ea5e9
}

.bg1,.bg2 {
    color: #fff
}

.bg2 {
    background-color: #38bdf8
}

.bg3 {
    background-color: #0284c7
}

.bg3,.bg4 {
    color: #fff
}

.bg4 {
    background-color: #3b82f6
}

.bg5,.bg6 {
    color: #fff;
    background-color: #2563eb
}

.bg10,.bg9 {
    color: #fff;
    background-color: #27272a
}

.dark-mode-background {
    background-color: #1a1a1a
}

.font1 {
    font-family: Raleway,sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

.font1,.font2 {
    font-weight: 400
}

.font2 {
    font-family: Poppins,sans-serif
}

.font3 .titillium-web-semi-bold {
    font-family: Poppins,sans-serif;
    font-weight: 600
}

.font4 {
    font-family: Poppins,sans-serif;
    font-weight: 700
}

.button-main {
    background-color: #0ea5e9;
    z-index: 10;
    min-width: 12rem;
    padding: 12px 16px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);
    transition: transform .3s ease,box-shadow .3s ease;
    transition: all .3s ease-in-out
}

.button-main:hover {
    background-color: #1e3a8a;
    color: #fff;
    transform: translate(12px,-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,.2)
}

.logo-partner {
    width: 150px;
    height: 150px;
    object-fit: contain;
    filter: grayscale(100%);
    background: transparent;
    transition: filter .3s ease-in-out;
    mix-blend-mode: multiply;
    background: none
}

.logo-partner:hover {
    filter: grayscale(0)
}

.button-main-white {
    background-color: #fff;
    z-index: 10;
    min-width: 12rem;
    padding: 12px 16px;
    color: #000;
    text-align: center;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);
    transition: transform .3s ease,box-shadow .3s ease;
    transition: all .3s ease-in-out
}

.button-main-white:hover {
    background-color: #007bff;
    color: #fff;
    transform: translate(12px,-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,.2)
}

.btn-outline-color1 {
    min-width: 8rem;
    background-color: transparent;
    border-color: #0ea5e9;
    color: #0ea5e9;
    transition: all .3s ease-in-out
}

.btn-outline-color1:hover {
    background-color: #0ea5e9;
    border-color: #0ea5e9!important;
    color: #1a1a1a!important
}

.overlay-text {
    top: 50%;
    right: 50%
}

.overlay-text,.overlay-text-left {
    position: absolute;
    transform: translate(-50%,-50%)
}

.overlay-text-left {
    top: 25%;
    left: 25%;
    min-width: 25%;
    color: #fff;
    padding: 10px 20px
}

.btn-color1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0ea5e9;
    border-color: #0ea5e9;
    color: #fff;
    border-radius: 50px;
    padding: 12px;
    min-width: 12rem;
    font-size: medium;
    transition: all .2s ease-in-out
}

.btn-color1:hover {
    background-color: #0284c7;
    border-color: #0284c7;
    color: #fff
}

.btn-color1:disabled {
    background-color: gray;
    border-color: gray;
    color: #a9a9a9;
    cursor: not-allowed
}

.btn-white {
    min-width: 12rem;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 12px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: large;
    transition: all .3s ease-in-out
}

.btn-white,.btn-white:hover {
    background-color: #fff;
    color: #1a1a1a
}

.btn-white:hover {
    background: hsla(0,0%,50%,.2);
    border: 1px solid #ddd
}

.btn-color4 {
    min-width: 8rem;
    background-color: #27272a;
    border-color: #27272a;
    color: #2563eb!important;
    transition: all .3s ease-in-out
}

.btn-color4:hover {
    background-color: #3b82f6;
    border-color: #3b82f6!important;
    color: #2563eb!important
}

.btn-color4:disabled {
    background-color: gray;
    color: #a9a9a9;
    cursor: not-allowed
}

@media only screen and (max-width: 768px) {
    ._hero {
        background-image:none
    }
}

@media only screen and (min-width: 769px) {
    ._hero {
        background-image:url(/index/backi.svg);
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        animation: AnimationName 40s ease infinite
    }
}

.glow-background {
    position: relative;
    background-color: #1a1a1a;
    min-height: 100vh;
    overflow: hidden
}

.glow-gradient {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/public/index/backi.svg);
    mix-blend-mode: overlay
}

.profile-picture {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0
}

.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.login {
    min-height: 100vh;
    background-image: url(/happy-hero.jpg);
    background-size: cover;
    background-position: 50%;
    animation: AnimationName 40s ease infinite
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    border-radius: 10px
}

.product-card .product-info .product-title {
    font-size: 1.5em;
    margin-bottom: 10px
}

.product-card .product-info .product-description {
    font-size: 1em;
    margin-bottom: 20px
}

.product-card .product-info .product-price {
    font-size: 1.2em;
    font-weight: 700;
    color: #333
}

.product-card .product-actions {
    display: flex;
    justify-content: space-between
}

.product-card .product-actions .product-btn {
    padding: 10px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.product-card .product-actions .product-btn.secondary {
    background-color: #ddd;
    color: #333
}

.product-card .product-actions .product-btn:not(.secondary) {
    background-color: #007bff;
    color: #fff
}

.checkout-container .card-element-container {
    background-color: #f8f8f8;
    border: 1px solid #cfd7df;
    border-radius: 4px;
    padding: 1rem;
    width: 100%
}

.checkout-container .card-element-container .StripeElement {
    width: 100%
}

.checkout-button {
    background-color: #0ea5e9;
    border: none;
    border-radius: 4px;
    color: #2563eb;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    padding: .75rem 1.5rem;
    width: 100%;
    border-radius: 10px;
    transition: background-color .4s ease-in-out
}

.checkout-button:disabled {
    background-color: #bbb;
    cursor: not-allowed
}

.section-parallax {
    position: relative;
    width: 100%;
    min-height: 400px;
    background-image: url(/_next/static/media/bg2.f0bd7f48.webp);
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    will-change: transform
}

.section-parallax:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1
}

.section-parallax>* {
    position: relative;
    z-index: 2
}

.ticket {
    position: relative;
    min-width: 300px;
    max-width: 330px;
    min-height: 400px;
    max-height: 400px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: auto
}

.ticket:after,.ticket:before {
    content: "";
    position: absolute;
    background: transparent;
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.ticket:before {
    top: calc(50% - 25px);
    left: -25px
}

.ticket:after {
    top: calc(50% - 25px);
    right: -25px
}

.ticket .content {
    padding: 20px;
    text-align: center
}

.mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0,0,0,.1);
    overflow-y: auto
}

.mobile-navigation button {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px
}

.mobile-navigation nav a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #000
}

.form-floating>.form-control,.form-floating>.form-control-plaintext {
    padding: 0 .75rem
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
    height: calc(2.5rem + 2px);
    line-height: 1
}

.form-floating>label {
    padding: .5rem .75rem
}

.grey-hover {
    background: #fff;
    transition: background .2s ease-in-out
}

.grey-hover:hover {
    background: hsla(0,0%,50%,.2)
}

.pointer {
    cursor: pointer
}

.scrollspy-nav {
    position: -webkit-sticky;
    position: sticky;
    display: none;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-left: 100px!important;
    gap: 25px;
    background-color: #fff;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2
}

@media(min-width: 768px) {
    .scrollspy-nav {
        display:flex
    }
}

.scrollspy-nav .item {
    font: optional;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all .2s ease-in-out;
    cursor: pointer;
    color: #888
}

.scrollspy-nav .item.active {
    color: #000;
    border-bottom: 3px solid #0ea5e9
}

.scrollspy-nav .item:hover {
    color: #000
}

.section:last-child {
    border-bottom: none
}

.cta-section {
    background: linear-gradient(90deg,#0ea5e9 41%,#00d4ff);
    border-radius: 15px;
    text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: stretch
}

.popi3 {
    background-color: #fff;
    position: absolute;
    top: 120px;
    bottom: 20px;
    overflow: auto;
    max-width: 90%;
    max-height: 50%;
    border-radius: 20px;
    min-height: 600px
}

@media(min-width: 768px) {
    .popi3 {
        max-width:70%
    }
}

.popi3:before {
    background-size: cover;
    filter: blur(12px) brightness(.8);
    background-color: hsla(0,0%,50%,0);
    z-index: -1;
    opacity: .8
}

.edtior {
    background-color: #fff;
    position: absolute;
    overflow-y: auto
}

.edtior:before {
    background-size: cover;
    filter: blur(12px) brightness(.8);
    background-color: hsla(0,0%,50%,0);
    z-index: -1;
    opacity: .8
}

.header-section {
    position: relative;
    width: 100%;
    min-height: 70dvh;
    top: 50%;
    right: 0;
    margin-top: 50px
}

.header-section .header-image {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: center top
}

.header-section .header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    z-index: 2
}

.header-section .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    padding: 15px;
    border-radius: 15px
}

.button-container {
    width: 100%;
    border-radius: 50px
}

.button,.button-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.button {
    position: relative;
    padding: 10px 40px;
    background-color: #0ea5e9;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap;
    font-weight: 500;
    font-family: Arial,sans-serif;
    min-width: 15em
}

.button-text {
    transition: transform .3s ease
}

.hover-item {
    position: absolute;
    left: 20px;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity .3s ease,transform .3s ease
}

.button:hover .button-text {
    transform: translateX(20px)
}

.button:hover .hover-item {
    opacity: 1;
    transform: translateX(0)
}

.nav_navbar__rZM0m {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
    background-color: transparent;
    transition: background-color .4s ease
}

.nav_navbar__rZM0m.nav_scrolled__x4fFv {
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 4px rgba(0,0,0,.1)
}

.nav_navtext__JzFb8 {
    color: #fff!important
}

.nav_navtext__JzFb8.nav_scrolled__x4fFv {
    color: #000!important
}
