html {
    scroll-behavior: smooth;
    font-family: "Nunito", serif;
}

body {
    box-sizing: border-box;
    background: #F3F4F6;
    position: relative;
    font-family: "Nunito", serif;
}

#header {
    position: relative;
    z-index: 9;
    height: 40px;
}
#header .navbar {
    padding: 0;
    z-index: 99;
}

.header-wrap{
    position: absolute;
    inset: 0;
    z-index: 0;
}

#header nav .container {
    background-color:  transparent !important;
    z-index: 9;
    width: 100%;
}

.fixed-top {
    position: sticky;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #22C55E !important;
}

.navbar-collapse {
    flex-grow: 0;
}

.nav-item a {
    color: #22C55E;
}

.nav-link a {
    padding: 0;
    color: #22C55E !important;
}

.nav li > form > button.logout{
    padding-top: 8px;
}
#main {
    width: 100%;
    height: 100%;
    flex: 1;
}

.landings-container {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    /*display: flex;*/
    flex-direction: column;
    height: 100% !important;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}

.login-bg {
    height: 100vh;
    background-image: url('/img/bg_backoffice.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#footer {
    background-color: #374151 !important;
    color: #ffffff;
    padding: 32px 120px 20px 120px;
}
.footer-wrap {
    gap: 32px;
}
.footer-tel {
    gap: 10px;
}
.footer-tel p{
    font-size: 12px;
    font-weight: 500;
}

.copy {
    font-size: 10px;
    font-weight: 300;
}
#footer p{
    color: #ffffff;
}


#logo {
    padding-bottom: 6px;
}

.breadcrumb-item {
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    text-underline: none;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #9CA3AF;
    font-size: 12px;
}

.breadcrumb-item.active {
    font-size: 12px;
    font-weight: 500;
}

.site-index {
    width: 100%;
    position: relative;
}

h2{
    font-size: 24px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0;
}

p{
    color: #1F2937;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}


.landing-title {
   background-image: url("/img/bg_desktop.png");
    padding-top: 116px;
    margin-top: -40px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
}

.landing-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    z-index: 0;
}

.landing-title:before {
    content: '';
    position: absolute;
    height: 306px;
    left: 120px;
    right: 120px;
    border-radius: 32px;
    bottom: 26px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    z-index: 1;
    opacity: 0;
    transform: scaleY(0);
    box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.15);
    transform-origin: bottom;
    animation: appear 1000ms ease 600ms forwards;
}

@keyframes appear {
    from {
        transform: scaleY(0);
        opacity: 0;
    }
    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

.landing-title__img {
    width: 100%;
    z-index: 0;
    max-width: 460px;
    /*padding-top: 76px;*/
}
.landing-title__img-nfc {
    margin-top: 78px;
}
.landing-title__img-monitor {
    margin-top: 155px;
}

.landing-title-wrap {
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    height: 332px;
}
.landing-title-wrap-text {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 332px;
}

.landing-title__text {
    max-width: 460px;
    position: relative;
}

.landing-title__text h1{
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    font-family:  "K2D", serif;
    margin: 0;
    line-height: 40px;
}

.landing-title__text p{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.landing-title__text-logo {
    gap: 12px;
}
.landing-title__text a{
    text-decoration: none !important;
}
.subtitle {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
}
.nfc{
    width: 124px;
    height: 70px;

}
.nfc img,
.smartphone img,
.monitor img {
    width: 100%;
}

.smartphone img {
    height: 472px;
    width: 245px;
}
.monitor {
    width: 124px;
    height: 100px;
}

.btn-landing__main {
    background-color: #22C55E;
    padding: 14px 32px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px ;
    font-weight: 700;
    border: none;
    width: fit-content;
    height: 48px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-landing__main:hover{
    background-color: #16A34A !important;
}

.btn-landing__secondary {
    background-color: transparent;
    padding: 14px 32px;
    border-radius: 16px;
    color: #22C55E;
    font-size: 16px ;
    font-weight: 700;
    border: 1px solid #22C55E;
    width: fit-content;
    height: 48px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_landing__main-primary {
    background-color: #4E6DBD;
    padding: 10px 40px;
    height: 48px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: none;
    color: #ffffff;
}


.landing-analytic,
.landing-functionality,
.landing-about,
.landing-app,
.landing-price,
.landing-technology,
.landing-contact,
.landing-stages {
    padding: 120px;
}

.landing-about h2 {
    color: #1F2937;
    font-size: 32px;
    font-weight: 700;
}

.landing-about p {
    color: #1F2937;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    max-width: 836px;
}

.landing-about-img {
    max-width: 342px;
    max-height: 194px;
    border-radius: 32px;
    overflow: hidden;
}

.landing-about-img img {
    width: 100%;
}

.landing-technology h2{
    font-size: 24px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0;
}

.technology-item {
    background: #ffffff;
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
   gap: 20px;
}

.technology-item p{
    color: #1F2937;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    line-height: 19px;
}
.technology-item-green {
    background-color: #BBF7D0;
}
.technology-item-indigo {
     background-color: #E0E7FF;
 }


.nfc-text {
    white-space: nowrap;

}
.icon-logo-app {
    margin-left: 49px;
}
.icon-logo-app img {
    height: 75px;
    aspect-ratio: 1 / 1;
}
.nfc-img {
    height: 70px;
    width: 124px;
}
.landing-app-info p{
    max-width: 774px;
}
.landing-app-img-smartphone {
    width: 236px;
    height: 296px;
    overflow: hidden;
}
.landing-app-img-smartphone img{
    width: 100%;

}
.landing-about,
.landing-app,
.landing-analytic{
    gap: 60px
}

.landing-analytic-info,
.landing-about-info,
.landing-technology,
.landing-app-info,
.landing-stages {
    gap: 32px;
}

.landing-functionality {
    gap: 36px;
}

.landing-functionality-title {
    gap: 12px;
    max-width: 718px;
}

.functionality-item {
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.functionality-item p {
     font-size: 16px;
     font-weight: 700;
     color: #1F2937;
    text-align: left;
 }

.functionality-item {
    height: fit-content;
}

.functionality-item ul li{
    font-size: 12px;
    font-weight: 500;
    color: #1F2937;
}
.functionality-item.item01 {
    background: #DCFCE7;
}

.functionality-item.item02 {
    background: #E0E7FF;
}

.functionality-item.item03 {
     background: #BBF7D0;
}

.functionality-item.item04 {
      background: #C7D2FE;
}


.landing-analytic,
.landing-price {
    background: #FFFFFF;
}

.analytic-title {
    max-width: 546px;
}
.analytic-item {
    max-width: 270px;
   max-height: 152px;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E7EB;
}

.landing-analytic-info p{
    max-width: 710px;
}
.field-img {
    height: 100%;
}

.work-img {
    height: 100%;
}

.schedule-img {
    height: 100%;
}

.landing-price-info {
    width: 100%;
    gap: 32px;
}

.landing-price-title {
    max-width: 662px;
}


.startup,
.business,
.vip {

    /*border-radius: 32px;*/
    overflow: hidden;
    padding: 32px;
    gap: 20px;
    position: relative;
}
.startup:after,
.vip:after,
.business:after {
    position: absolute;
    inset:0;
    background-color: #16A34A;
    content: '';
    border-radius: 28px;
    z-index: -1;
    overflow: hidden;

}

.price-type {
    gap: 20px;
}
.price-up {
    position: relative;
    /*height: 181px;*/
    padding: 20px;
    border-radius: 16px;
    gap: 14px;
}
.price-up:after {
    position: absolute;
    content: "";
    inset: 0;
    /*opacity: 70%;*/
    z-index: 0;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.15);
}
.price-up ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.price-up ul li {
    padding-left: 0;
}

.startup {
    background-image: url("/img/bg_price_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
}

.business {
    background-image: url("/img/bg_price_2.png");
    background-repeat: no-repeat;
    /*background-size: cover;*/
    border-radius: 32px;
    overflow: hidden;
    background-size: cover;
}

.vip {
    background-image: url("/img/bg_price_3.png");
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
}

.tariff-subtitle {
    color: #86EFAC;
    font-size: 10px;
    font-weight: 500;
    z-index: 1;
}

.tariff {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    font-family: "K2D", serif;
}

.tariff-type {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
}

.services {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
}

.price-down p {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}

.cost {
    font-size: 20px;
    font-weight: 700;
}



.landing-contact {
    background-image: url(/img/bg-contact.svg);
    width: auto;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.landing-contact-wrap {
    max-width: 1296px;
    width: 100%;

}



.landing-contact-info {
    width: 380px;
    padding: 32px;
    position: relative;
    gap: 32px;
    z-index: 1;
}

.landing-contact-info::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
}

.landing-contact-title h2,
.landing-contact-info p {
    color: #FFFFFF;
}

.form,
.form label {
    width: 100%;
}

.form label input {
    background-color: #FFFFFF !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    border-radius: 16px;
    border: none;
    width: 100%;
}


.site-login {

    border-radius: 32px;
    width: 600px;
    padding: 32px 64px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.site-login-wrap {
   position: absolute;
    opacity: 30%;
    background-color: #ffffff;
    inset: 0;
    z-index: -1;
}


.login-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.logan-subtitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 32px;
}


.form-login input {
    border-radius: 16px;
}

.btn-primary {
    background-color: #22C55E;
    border-radius: 16px;
    border: none;
    padding: 14px 74px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary:hover {
    background-color: #16A34A;
}

.btn-landing-submit {
    padding: 14px 64px;
}

.btn-up {
    display: none;
    position: fixed;
    height: 32px;
    width: 32px;
    background-color: #22C55E;
    border-radius: 50%;
    bottom: 72px;
    right: 72px;
    z-index: 99;
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.link-btn {
    text-decoration: none;
}

*[data-aos="fade-up"] {
    opacity: 0; /* Початкова прозорість */
    transform: translate3d(0, 24px, 0) !important; /* Початкове зміщення */
    transition: opacity 1s linear, transform 1s linear;
}

*[data-aos="fade-up"].aos-animate {
    opacity: 1; /* Фінальна прозорість */
    transform: translate3d(0, 0, 0) !important; /* Фінальна позиція */
}

.gb-form[data-aos="fade-up"] {
    opacity: 0; /* Початкова прозорість */
    transform: translate3d(0, 12px, 0) !important; /* Початкове зміщення */
    transition: opacity 0.1s linear, transform 1s linear;
}
.gb-form[data-aos="fade-up"].aos-animate {
    opacity: 1; /* Фінальна прозорість */
    transform: translate3d(0, 0, 0) !important; /* Фінальна позиція */
}

.landing-stages-title {
    max-width: 556px;
    gap: 12px;
}

.stages {
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 8px 8px;
    grid-auto-flow: row;
    grid-template-areas:
    ". . . . . . . sign-up sign-up sign-up sign-up . ."
    "apply apply apply apply load load load sign-up sign-up sign-up sign-up . ."
    "apply apply apply apply load load load sign-up sign-up sign-up sign-up . ."
    "apply apply apply apply work work work work scan scan scan scan scan"
    ". . data data work work work work scan scan scan scan scan"
    ". . data data work work work work scan scan scan scan scan"
    ". . . gathering gathering gathering gathering gathering scan scan scan scan scan"
    ". . . gathering gathering gathering gathering gathering analitic analitic analitic . ."
    ". . . gathering gathering gathering gathering gathering analitic analitic analitic . .";
    /*max-height: 778px;*/
    max-width: 1296px;
}

.stages .apply,
.stages .load,
.stages .work,
.stages .sign-up,
.stages .data,
.stages .scan,
.stages .analytics,
.stages .gathering {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*gap: 16px;*/
    padding: 20px;
    border-radius: 64px;
}

.stages div p{
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.stage-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
}

.sign-up {
    grid-area: sign-up;
    background-color: #BBF7D0;
}

.stage-img img{
    width: 100%;
    height: auto;
}

.load {
    background-color: #E0E7FF;
    grid-area: load;
}

.apply { grid-area: apply;
    background-color: #BBF7D0;

}

.data {
    background-color: #E0E7FF;
    grid-area: data;
}

.work {
    grid-area: work;
    background-color: #BBF7D0;
}

.gathering {
    grid-area: gathering;
    background-color: #E0E7FF;
}

.scan {
    grid-area: scan;
    background-color: #E0E7FF;
}

.analytics {
    grid-area: analitic;
    background-color: #BBF7D0;
}
/*.landing-technology-grid,*/
/*.landing-functionality-grid-row{*/
/*    max-width: 1040px !important;*/
/*}*/



@media screen and (max-width: 768px) {
    .landing-title:before {
        left: 16px;
        right: 16px;
        height: 386px;
    }
    .landing-title-wrap {
        height: 386px;
        margin-bottom: 26px;
    }
    .navbar .container {
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
    }

    .collapse {
        position: absolute;
        top: 100%;
        right: 10px;
        width: 200px;
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease, opacity 0.35s ease;
        background-color: #15803D;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.01);
        border-radius: 12px;
        opacity: 0;
        padding: 14px 16px;
    }

    .collapsing {
        position: absolute;
        top: 100%;
        right: 10px;
        width: 200px;
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease, opacity 0.35s ease;
        background-color: #15803D;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.01);
        border-radius: 12px;
        opacity: 0;
        padding: 14px 16px;
    }

    .collapse.show {
        opacity: 1;
        height: auto;
        padding: 14px 16px;
    }


    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    .navbar-toggler {
        border: none !important;
        background-color: transparent;
    }

    .navbar-toggler-icon {
        background-image: none;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        display: block;
        position: relative;
        width: 24px;
        height: 2px;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        position: absolute;
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background-color: #22C55E;
        rotate: 45deg;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        position: absolute;
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background-color: #22C55E;
        rotate: -45deg;
    }

    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
        display: block;
        position: relative;
        width: 24px;
        height: 2px;
        background-color: #22C55E;
        content: '';
        margin: 6px 0;
    }

    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon::before {
        position: absolute;
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        top: 8px;
        background-color: #22C55E;
    }

    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon::after {
        position: absolute;
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        top: -8px;
        background-color: #22C55E;
    }

    .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
    }

    .navbar-nav .nav-item .active {
        color: #374151 !important;
        font-size: 14px;
        font-weight: 500;
    }

    .landing-title {
        height: 1000px;
        padding-top: 225px;
    }

    .landing-analytic,
    .landing-functionality,
    .landing-about,
    .landing-app,
    .landing-price,
    .landing-technology,
    .landing-contact,
    .landing-stages {
        padding: 100px 16px;
    }

    .analytic-item {
        max-width: 270px;
    }

    .landing-functionality-grid-row {
        margin: 0;
    }

    .icon-logo-app {
        margin-left: 0;
    }

    .price-table,
    .analytic-img,
    .landing-functionality-grid,
    .landing-technology-grid {
        max-width: 100%
    }


    .landing-technology .container div {
        margin: 0;
    }

    .btn-up {
        right: 16px;
        bottom: 20px;
    }

    .functionality-item {
        padding: 16px;
        border-radius: 16px;
    }

    .stages {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
        grid-template-rows: unset;
        /*grid-auto-rows: 1fr;*/
        gap: 8px 8px;
        grid-template-areas:
            "apply load sign-up  data"
            "work scan gathering analitic";
    }

    .stages .apply,
    .stages .load,
    .stages .work,
    .stages .sign-up,
    .stages .data,
    .stages .scan,
    .stages .analytics,
    .stages .gathering {
        border-radius: 48px;
        /*aspect-ratio: 1 / 1;*/

    }

    .stages div p {
        font-size: 10px;
    }

    .landing-contact {
        background-image: url(/img/berry.jpg);
        width: auto;
        height: 680px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

    .landing-contact-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .price-table-row {
        max-width: 100%;
    }
    .price-table-row .startup,
    .price-table-row .business,
    .price-table-row .vip{
        padding: 20px;
    }
}


@media screen and (max-width: 575px) {
    #header{
        display: flex;
        align-items: flex-end;
        height: 80px;
    }

    #header nav{
        justify-content: space-between;
        height: 40px;
        width: 100%;
    }

    #header nav .container{
        justify-content: space-between;
        width: 100%;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .landing-title {
        height: 800px;
        padding-top: 157px;
        margin-top: -80px;
    }

    .landing-title:after {
        height: 80px;
    }

    .landing-title:before {
        height: 369px;
    }

    .landing-title-wrap{
        height: 369px;
    }

    .landing-title__text {
        padding: 0px 16px;
    }

    .landing-app-img-smartphone,
    .landing-app-img-smartphone img,
    .smartphone img {
        height: 352px;
        width: 157px;
    }

    .nfc,
    .nfc img,
    .nfc-img{
        height: 38px;
        width: 66px;
    }

    .monitor,
    .monitor img {
        height: 53px;
        width: 66px;
    }

    .icon-logo-app,
    .icon-logo-app img {
        height: 46px;
        width: 46px;
    }

    .monitor-img {
        height: 265px;
        width: 328px;
    }

    .price-table-row,
     .landing-functionality-grid,
     .landing-functionality-grid-row {
        flex-direction: column;
    }

    #footer {
        padding: 16px;

    }

    .link-btn,
    .link-btn button,
    .btn_landing__main,
    .btn_landing__secondary{
        width: 100% !important;
    }

    .stages {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        gap: 8px 8px;
        grid-auto-flow: row;
        grid-template-areas:
            "apply  load "
            "sign-up data"
            "work  scan"
            "gathering  analitic";

    }
}
