@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@keyframes imageslide {
    0%,33.33% {
        background-image: url(/images/screen1.png)
    }

    33.34%,66.67% {
        background-image: url(/images/screen2.png)
    }

    66.68%,to {
        background-image: url(/images/screen3.png)
    }
}

@keyframes reverseloop-left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes reverseloop-right {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(50%)
    }
}

@keyframes moveleft {
    0% {
        background-position: 0 100%
    }

    50% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 100%
    }
}

@keyframes show-light {
    0%,50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes moveright {
    0% {
        background-position: 100% 100%
    }

    50% {
        background-position: 0 100%
    }

    to {
        background-position: -100% 100%
    }
}

@keyframes show-effect {
    0% {
        transform: translate(0,-50%);
        opacity: 0
    }

    50% {
        transform: translate(0,-20%);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

@keyframes evidence-effect {
    0%,to {
        box-shadow: 0 0 15px #daa520;
        transition: top .3s
    }

    50% {
        box-shadow: 0 0 0#daa520;
        transition: top .3s
    }
}

@-webkit-keyframes move {
    0% {
        margin-left: 0
    }

    to {
        margin-left: -2500px
    }
}

@keyframes reverse-loop {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes reverse-loop2 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-200%)
    }
}

@keyframes loop {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(-200%)
    }

    to {
        transform: translateX(0)
    }
}

.list-unstyled,.nav,.navbar-nav {
    list-style: none
}

.overlay,span.firm-ghriphys {
    opacity: 0
}

a.link:hover,p.text-description.normal {
    text-decoration: underline
}

h2.title.features.fullpage,p.subtitle-faq.fullpage,p.text-description,p.text-description.normal {
    text-shadow: 2px 2px 2px rgba(0,0,0,.3)
}

.cbp-hrmenu>ul>li>a:hover,.dropdown-language a,.popup .close,a {
    text-decoration: none
}

.CookiebotWidget-main-logo,.VIpgJd-ZVi9od-ORHb-OEVmcd,div#CybotCookiebotDialogHeader,div#CybotCookiebotDialogPoweredByText {
    display: none!important
}

:root {
    touch-action: pan-x pan-y;
    height: 100%
}

#navbar {
    position: fixed;
    display: flex;
    transition: top .3s;
    z-index: 20;
    left: 0;
    padding: 0;
    top: 40px;
    margin: 0 auto;
    right: 0;
    justify-content: flex-start;
    max-width: unset;
    height: 90px;
    flex-direction: row;
    margin: 0 auto
}

.try-free a {
    background: #1e90ff;
    padding: 10px 25px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px
}

.try-free a:hover {
    background: #3356b2
}

.shrink {
}

::-webkit-scrollbar {
    border-radius: 50px;
    cursor: grab
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 50px;
    cursor: grab
}

::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: grab
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.h3,h3 {
    font-size: 13px
}

body {
    font-family: montserrat,sans-serif;
    margin: 0;
    color: #525f7f;
    text-align: left;
    background-color: #fff;
    z-index: 11111111;
    position: relative;
    cursor: auto;
}

a.nav-link:hover {
    font-weight: 800!important
}

.container-initial {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 30px
}

.section-initial.section-left {
    width: 70%;
    height: 350px;
    border-radius: 5px;
    display: block;
    background: url(https://it.godaddy.com/assets/cdn/Image/All/All/1/it-IT/3501680f-4747-45ca-8958-5d16c9ebb22d/mrq-mobile-ICT-15223-it-IT-EStore.jpg) 100% 100%no-repeat #462a72
}

.section-initial.section-right {
    width: 30%;
    height: 350px;
    border-radius: 5px;
    position: relative;
    right: 0;
    margin-left: 30px;
    display: block;
    background: 100% 100%no-repeat #fed9b4
}

.images {
    background-image: url(/images/images.png);
    width: 50%;
    height: 550px;
    max-width: 700px;
    background-size: contain;
    border-radius: 5px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.container,.container-text-image {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center
}

.container-text-image {
    position: relative;
    width: 100%;
    height: auto;
    align-content: center;
    justify-content: space-between;
    margin: 50px auto 100px
}

a.link {
    color: #000
}

.container {
    overflow: auto!important;
    justify-content: flex-start
}

.bg-color-section.head {
    position: absolute;
    left: 0;
    top: 0;
    height: 700px;
    width: 100%;
    background: #fdd200;
    z-index: -1
}

.bg-color-section.right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 625px;
    width: 100%;
    background-image: url(/images/city.png);
    background-repeat: repeat-x;
    background-position: 35% 100%;
    background-size: 2000px;
    z-index: 0
}

nav#navbar-main {
    top: 0;
    left: 0;
    padding: 0;
    max-width: 1650px
}

.text-section-head.left {
    position: relative;
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    top: 50px
}

h1.text-head-section {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #000
}

p.text-head-section-medium {
    color: #000;
    font-size: 23px;
    line-height: 28px;
    margin-top: 30px
}

ul.navbar-nav.align-items-lg-center.ml-lg-auto {
    margin-left: 10px;
    text-align: center;
    margin-top: 0
}

.image-section-head.right {
    display: none;
    right: 0;
    top: 0;
    height: 700px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: 150px 100px;
    background-size: 700px;
    z-index: 0;
    position: absolute;
    float: right
}

.navbar-brand img {
    height: 50px;
    position: relative
}

a.navbar-brand.logo-site-mini.mr-lg-5 {
    height: 55px;
    margin-right: 0;
    top: 2px
}

.bg-grey-light,.btn,.container.mb-5.mt-5,.hs,.hs__arrows,.hs__item,.navbar,.navbar-brand,.navbar-transparent,.relative,.supporto-booxit,i.fi.fi-rr-apps,li.nav-item-topmenu:hover,nav#navbar-main {
    position: relative
}

p.simple-text.login {
    display: contents;
    font-size: 15px;
    font-weight: 400;
    color: #000
}

button.btn.btn-neutral.btn-icon.register-head {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    border: 0;
    background: #000;
    font-size: 16px;
    transition: .6s cubic-bezier(.01,1.69,.99,.94)
}

button.btn.btn-neutral.btn-icon.register-head:hover {
    letter-spacing: 3px;
    padding: 15px
}

a.btn.btn-neutral.btn-icon:hover {
    transform: none;
    background: #000;
    color: #fff
}

.bg-grey-light {
    left: 0;
    top: 0;
    height: 200px;
    width: 100%;
    background: #f5f5f5
}

.large-section,.text-whatsapp {
    position: relative;
    margin: 0 auto
}

.large-section {
    height: auto;
    max-width: 1200px!important;
    width: 100%
}

.square.one,.square.two {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.square.one {
    display: none;
    top: 0
}

.square.two {
    bottom: -15px
}

.text-whatsapp {
    font-size: 25px;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.content {
    font-size: 19px;
    font-weight: 200;
    color: #000;
    max-width: 100%;
    text-align: justify
}

.button-action,.contactme,.for-now,.important-text,.name-acrivity,.name-acrivity.other,.section-step,.sub-title h2,.table>:not(caption)>*>*,.tabset,.text-printer.banner,.tips-activity,.title h1,.title-center,h1.title.features,h2.title.features.center.light,h3.prices-section {
    text-align: center
}

.section-tree-step {
    margin: 50px auto 100px;
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center
}

.section-step,ul.nav.nav-footer.justify-content-end {
    display: flex;
    flex-direction: column;
    align-content: center
}

.align-list,.section-step {
    justify-content: flex-start;
    align-items: center
}

.section-step {
    width: 33.3%;
    position: relative;
    height: 100%
}

h3.title-section-step {
    font-size: 15px;
    font-weight: 600
}

p.text-section-step {
    font-size: 16px;
    line-height: 18px;
    width: 90%;
    margin: 0 auto
}

img.img-step-whatsapp,img.img-step-whatsapp:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

img.img-step-whatsapp {
    margin-bottom: 20px;
    width: 300px;
    border-radius: 5px;
    height: 170px;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1)
}

img.img-step-whatsapp:hover,li.large:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.align-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    width: 50%;
    margin: 40px 20px
}

button.navbar-toggler.close {
    outline: 0;
    position: relative;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 0;
    background-image: none
}

ul.nav.nav-footer.justify-content-end {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start
}

@media(max-width: 375px) {
    div#navbar {
        position:relative
    }

    .bg-color-section.right {
        height: 675px
    }
}

@media(max-width: 414px) {
    .images,.text-section-head.left {
        width:100%!important
    }

    .container-text-image {
        margin: 50px auto 100px!important
    }

    p.text-head-section-medium {
        font-size: 18px;
        line-height: 21px
    }

    .image-section-head.right {
        width: 20%!important;
        background-position: -18px 100px!important
    }

    .content,h1#features {
        max-width: 100%;
        text-align: left
    }

    h1#features {
        margin-bottom: 20px;
        text-align: center;
        font-size: 40px!important;
        line-height: 40px!important
    }

    .images {
        background-size: 100%;
        background-position: 0 0;
        height: 570px
    }
}

@media(max-width: 768px) {
    .title-argoment {
        font-size:11px
    }

    a.btn.btn-neutral.btn-icon {
        padding: 10px 30px;
        background: #000;
        margin-top: 10px;
        border-color: #000;
        font-size: 17px;
        color: #fff;
        margin-left: 0;
        border-radius: 50px;
        transition: .6s cubic-bezier(.01,1.69,.99,.94)
    }

    p.text-head-section-medium {
        font-size: 18px;
        line-height: 20px
    }

    .section-step {
        width: 100%;
        margin-bottom: 100px
    }

    .text-whatsapp {
        line-height: 22px;
        font-size: 21px;
        margin: 0 auto;
        width: 90%
    }

    .container-text-image {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center
    }

    .image-section-head.right {
        width: 40%;
        background-position: 0 100px
    }

    .text-section-head.left {
        width: 95%
    }

    h1.text-head-section {
        font-size: 40px;
        line-height: 37px
    }

    .section-tree-step {
        display: block;
        margin: 0 auto
    }

    p.text-description.normal {
        margin-bottom: 0
    }

    .text-desc-squar {
        display: flex!important;
        flex-direction: column-reverse!important
    }

    button.text-btn-register.selforder {
        right: 0!important;
        bottom: 50px!important;
        left: 0;
        max-width: 80%;
        margin: 0 auto
    }

    .sfumatura {
        background: linear-gradient( 180deg,rgba(0,0,0,0.3) 100%,rgba(255,255,255,0) 50% )!important
    }

    h2.subtitle.features.mobile-only {
        display: block!important;
        font-size: 16px;
        font-weight: 700
    }

    .img-bg-sect-apps {
        max-width: 200px!important;
        margin-bottom: 100px!important
    }

    .section-step.traductor {
        margin-bottom: 10px
    }

    .icon-payment.apple-pay,.icon-payment.nexi {
        background-size: 70px!important
    }

    .icon-payment.google-pay {
        background-size: 200px!important
    }
}

.news,p.text-sm {
    line-height: 19px
}

@media(max-width: 990px) {
    .pay-logos,.reserve-with-google.container-logo,.try-free {
        margin:0 auto
    }

    .help-link,.login-button,.try-free {
        text-align: center
    }

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

    div#navbar,div#navbar.shrink {
        display: none
    }

    .img-bg-sect,.img-bg-sect-five,.img-bg-sect-tree,.img-bg-sect-two {
        height: 320px!important;
        width: 100%!important
    }

    .img-bg-sect-tree.order-body {
        background-size: 450px!important;
        background-position: 50% -268px!important
    }

    a.help-link {
        top: 0!important;
        position: relative!important;
        margin-left: 0!important
    }

    .pay-logos {
        background-size: 100%;
        background-position: 50%
    }

    .img-bg-sect-two {
        background-position: 50%!important
    }

    .info-service.lf,.info-service.rg {
        font-size: 12px
    }

    li.nav-item {
        list-style: none;
        padding: 0;
        padding-right: 0!important
    }

    .navbar-transparent .navbar-nav .nav-link {
        font-size: 20px!important;
        line-height: 50px
    }

    .try-free {
        position: relative;
        left: 0;
        font-size: 13px
    }

    .traductor.product-page {
        left: 85px!important
    }

    .logo-mobile-memu {
        margin-top: 0;
        width: 60px;
        position: relative;
        display: block;
        margin-left: 0;
        left: 10px;
        margin-right: 10px
    }

    .login-button {
        width: 100%;
        right: 0;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 8px;
        border-top: 1px solid gray
    }

    ul.navbar-nav.align-items-lg-center.ml-lg-auto {
        margin-top: 0;
        display: flex;
        width: 100%;
        overflow: auto;
        margin-left: 0!important;
        -webkit-animation: 1.3s linear show-effect;
        animation: 1.3s linear show-light
    }

    .link-menu {
        display: none!important
    }

    .container-text-image {
        display: block
    }

    .image {
        width: 100%!important;
        height: 300px!important
    }

    div#navbar_global {
        position: fixed;
        height: auto;
        width: 100%;
        margin: 0;
        overflow: auto
    }

    a.nav-link:hover {
        border-bottom: 0!important;
        font-weight: 800!important
    }

    .container-initial.wrapper,li.nav-item.d-lg-block.ml-lg-2 {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center
    }

    li.nav-item.d-lg-block.ml-lg-2 {
        text-align: center;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .container-initial.wrapper {
        flex-wrap: nowrap
    }

    .section-initial.section-left {
        width: 100%;
        margin-bottom: 20px;
        height: 550px
    }

    .section-initial.section-right {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        height: 250px
    }

    .navbar.navbar-main {
        padding-bottom: 0;
        max-width: 90%
    }

    .align-list {
        width: 100%
    }
}

@media(max-width: 600px) {
    .logo-footer {
        flex-direction:column!important;
        align-items: center
    }

    .download-app {
        justify-content: center!important
    }

    p.tag-keyword {
        font-size: 10px
    }

    .img-girl-logo {
        width: 100%!important;
        height: 300px!important
    }

    .container-text-image.shop-online {
        margin-top: 250px!important
    }

    img.img-qr-shop {
        width: 100px!important
    }

    .qr-code-img {
        width: 120px!important;
        text-align: center
    }
}

@media(min-width: 992px) {
    .logo-mobile-memu {
        display:none
    }

    .logo-menu-home {
        position: relative;
        left: 0;
        top: 0;
        z-index: -1
    }

    .text-desc-squar {
        max-width: 70%
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
        height: auto
    }
}

.circle-color {
    width: 75px;
    height: 75px;
    border-radius: 25px;
    box-shadow: 0 10px 36px rgb(0 0 0/20%);
    color: #fff;
    text-align: center
}

.color-bg-image {
    position: relative;
    top: -50px;
    left: 12px;
    width: 100%;
    height: 100%;
    background: #fdd200;
    z-index: -1;
    border-radius: 5px
}

.image.ombrellone,.qr-code-img {
    box-shadow: 0 10px 36px rgb(0 0 0/20%);
    position: relative
}

.qr-code-img {
    bottom: 80px;
    width: 150px;
    text-align: center;
    left: 20px;
    padding: 5px 5px 15px;
    background: #fff;
    border-radius: 30px;
    z-index: 1
}

img.img-qr-shop {
    width: 150px
}

.news,span.new {
    border-radius: 5px
}

.news {
    position: relative;
    width: fit-content;
    border: 2px solid #daa520;
    color: #daa520;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 10px;
    height: 19px
}

.image.ombrellone {
    background-image: url(/images/bg-ombrellone-home.jpg);
    width: 50%;
    height: 400px;
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50% 100%
}

.align-link-qr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

i.fi.fi-rr-world.traduttore {
    font-size: 23px;
    color: #000
}

.dropdown-language a {
    display: block;
    color: #000;
    padding: 5px
}

.dropdown-content-language {
    z-index: 1;
    color: #fff;
    text-align: center
}

button.traductor {
    border: 0;
    outline: 0;
    background: 0 0;
    color: #000;
    margin: 0;
    padding: 0
}

.traductor.product-page {
    height: 35px;
    position: relative;
    left: 0;
    z-index: 1;
    margin: 0;
    border-radius: 50px;
    -webkit-animation: 1s linear show-effect;
    animation: 1s linear show-effect
}

.header-mobile-menu {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    align-items: center;
    margin: 0 auto;
    height: 60px
}

.title-traductor,h1.title {
    max-width: 100%;
    margin-bottom: 20px
}

.staff-booxit,a.btn.btn-neutral.btn-icon,i.no-icon {
    border-radius: 50px
}

.text-white,.white-icon {
    color: #fff!important
}

.title-traductor {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 40px
}

.price-block-value,h1#features {
    font-size: 50px;
    font-weight: 700
}

.text-description-step.traductor {
    max-width: 80%;
    margin: 15px auto 0
}

img.language-icon {
    width: 25px;
    padding: 0 10px
}

.pricing_section .card-title {
    color: #525f7f;
    font-size: 32px;
    padding-bottom: 0;
    font-weight: 800
}

.price-block-value,li.evidence.table,p.tables {
    color: #daa520
}

.pricing_section .display-3 {
    color: #525f7f;
    line-height: 30px
}

.large-section-cookie {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

#content,.copyright,.hidden-for-now,.navbar-collapse-header,.section-tree-step,.tabset .tab-panel,a.arrow.arrow-prev.disabled,div#CookiebotWidget,div#vantaggi {
    display: none
}

@media(max-width: 600px) {
    .large-part.part-tree.left,.large-part.part-two.right {
        flex-direction:column-reverse!important
    }

    .containers-argument {
        padding: 0 0 50px!important;
        display: flex!important;
        flex-wrap: wrap!important
    }

    .service-square {
        background-size: 45px!important
    }

    li.hs__item.testimonial.a {
        max-width: 250px!important;
        width: 250px!important;
        min-width: 250px!important
    }

    div#navbar {
        background: 0 0;
        box-shadow: none;
        border-top: 0;
        top: 10px
    }

    div#social {
        margin-top: 60px;
        max-width: 95%
    }

    li.large {
        font-size: 16px!important
    }

    ul.list-unstyled.good-servive {
        margin-top: 60px;
        text-align: left
    }

    .section-services-container {
        flex-direction: column-reverse!important;
        max-width: 80%;
        margin: 0 auto;
        text-align: left
    }

    hr {
        height: 50px!important
    }

    .pagamenti-digitali-booxit {
        background-size: 350px!important
    }

    .container-link-footer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .container-sec.one,.container-sec.tree,.container-sec.two {
        margin-bottom: 20px;
        width: 50%;
        text-align: center
    }

    ul#footer-pages {
        margin-top: 0;
        text-align: left;
        align-items: baseline
    }

    .img-smart-order {
        height: 300px!important;
        border-radius: 30px!important
    }

    .title-center.text-align.left {
        text-align: center;
        margin: 0 auto
    }

    .bg-image.slide-one {
        width: 100%;
        background-position: 0
    }

    .img-gestionale,.img-smart-order,.services-column-printer,.total-services.left {
        width: 100%!important
    }

    .tabset>label {
        padding: 10px 12px!important
    }

    .tabset .tab-panel {
        overflow-y: auto
    }

    .pricing.card-deck.flex-column.flex-md-row.mb-3 {
        display: contents!important;
        flex-wrap: wrap;
        align-items: center
    }

    .container {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden!important;
        padding-left: 20px;
        padding-top: 20px
    }

    .img-iphone,.img-printer {
        width: 100%!important;
        margin: 0 auto;
        height: 350px!important;
        background-position: 50%!important;
        background-size: contain!important
    }

    .two-colmn,div#orders {
        margin-bottom: 0!important
    }

    .total-services-other,.tree-column,.two-colmn {
        flex-direction: column!important
    }

    .img-gestionale {
        background-size: contain!important;
        background-position: 0 20%!important;
        height: 400px!important
    }

    .services-column-printer {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 30px
    }

    .total-services-other {
        margin-top: 0!important
    }

    .services-bottom {
        width: auto!important;
        margin: 10px 0!important;
        padding: 20px!important
    }

    h3.tag-keyword {
        display: none!important
    }

    .header-mobile-menu {
        max-width: 100%
    }

    .navbar.navbar-main {
        max-width: 90%
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    .large-section-cookie {
        display: flex;
        flex-direction: column;
        text-align: center
    }
}

.row.pricing,.row.pricing-column {
    margin-left: 0;
    margin-right: 0
}

.price-block {
    line-height: initial;
    margin-bottom: 50px
}

.direct-menu,.section-step.traductor,.title-area {
    border-radius: 15px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0
}

.button-register.slide-one {
    display: block
}

.open-menu-button {
    position: relative;
    height: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

h1.title {
    font-weight: 700;
    text-align: center
}

h1#features {
    line-height: 50px
}

p.text-description-step {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .activitys {
        flex-direction:column!important
    }

    .name-acrivity.large {
        width: 100%!important;
        margin: 15px;
        font-size: 24px;
        font-weight: 500
    }

    .navbar-transparent .navbar-toggler-icon {
        background-image: url(/images/menu-open.svg);
        font-size: 25px
    }

    .shrink {
        display: none!important
    }

    p.text-description {
        font-size: 25px!important;
        line-height: 28px!important;
        max-width: 80%!important;
        margin-bottom: 130px
    }

    p.text-description.more-little {
        display: none;
        font-size: 14px!important;
        border: 1px solid #fff;
        width: fit-content;
        padding: 0 10px!important;
        border-radius: 5px;
        background: rgba(255,255,255,.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        margin-bottom: 15px!important
    }

    .hs__item,li.hs__item.button {
        width: 350px;
        min-width: 350px
    }

    h1.title.features.left.slide {
        margin-bottom: 10px
    }

    h3.subtitle.features.left {
        text-align: center!important
    }

    .hs__header {
        justify-content: center!important;
        text-align: center
    }

    li.hs__item.button {
        height: 350px
    }

    li.hs__item.two.button {
        background: url(/images/appordini.png) 50px 0/cover no-repeat
    }

    .hs__item.button:first-child {
        margin-left: 20px
    }

    .col-12.col-md-4 {
        -ms-flex: 0 0 50%!important;
        flex: 0 0 50%!important;
        max-width: 50%!important
    }

    .col-12.col-md-4,.row.margin-top-6 {
        margin: 0 auto!important
    }

    .large-part.part-tree.left {
        background-size: 350px!important
    }

    .large-part.part-two.right {
        background-size: 300px!important
    }

    .hs {
        margin-top: 10px!important;
        justify-content: flex-start!important
    }

    .section-services-container {
        max-width: 90%!important;
        margin: 0 auto
    }

    .bg-slide-single.slide-tree {
        border-radius: 0!important
    }

    li.large {
        font-size: 16px!important
    }

    .section-serv-square {
        justify-content: left!important
    }

    .large-section {
        width: 95%
    }

    .supporto-booxit {
        width: 100%!important;
        height: 350px!important
    }

    h1.title.features.traductor {
        font-size: 22px!important
    }

    h1.title.features {
        line-height: 30px!important;
        font-size: 24px!important;
        margin-bottom: 0!important
    }

    .tabset {
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .tabset>input:checked+label {
        padding: 10px!important
    }

    .tabset>label {
        width: 25%;
        max-width: 100%!important
    }

    .services-column {
        display: flex;
        flex-direction: column!important
    }

    .services-column.support {
        width: 90%!important;
        margin: 20px 0!important
    }

    .service-booxit.four,.service-booxit.one,.service-booxit.tree,.service-booxit.two {
        width: 100%!important;
        margin: 10px 0!important;
        padding: 0!important
    }
}

@media(max-width: 800px) {
    .hs__arrows {
        justify-content:center!important
    }

    .containers.app-ordini,.containers.comande,.containers.kiosk,.containers.reserve-system {
        flex-direction: column-reverse!important;
        margin-top: 30px!important
    }

    .menu-selectable.inline {
        flex-direction: column!important;
        width: 90%!important
    }

    .containers-text-icon.center {
        display: flex;
        justify-content: space-between!important;
        background: 0 0
    }

    .menu-selectable.inline .menu-item {
        width: 100%!important;
        margin: 0 auto;
        border-bottom: 1px solid #ddd!important
    }

    .name-acrivity.other {
        font-size: 14px!important
    }

    .activitys.other-info {
        justify-content: space-between!important
    }

    .name-acrivity.other {
        width: 20%
    }

    .menu-selectable.inline {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 auto!important
    }

    img#service-image-appordini,img#service-image-kiosk,img#service-image-presacomande,img#service-image-reserve {
        height: 350px;
        object-fit: cover;
        object-position: 50%;
        width: 100%
    }

    .display-area,.menu-selectable {
        width: 100%!important;
        margin: 0!important
    }

    img#service-image-0,img#service-image-1,img#service-image-2,img#service-image-3,img#service-image-4 {
        height: 250px;
        object-position: 50%;
        width: 100%;
        border: 1px solid #ddd
    }

    h1.title.features {
        font-size: 30px!important;
        margin: 0 auto
    }

    h2.title.features.center.light {
        text-align: center;
        font-size: 20px
    }

    .title.big {
        font-size: 33px;
        line-height: 33px
    }

    p.text-printer {
        font-size: 16px!important;
        line-height: 30px!important
    }

    .circle-one-payments {
        margin-top: 100px!important;
        max-width: 100%!important;
        left: 0;
        right: 0
    }

    .two-colmn.personalize,.vantaggi-serv-square {
        flex-direction: column!important
    }

    .vantaggi-square {
        width: 100%!important;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        margin: 51px 3% 3%!important
    }

    .pagamenti-digitali-booxit {
        width: 100%!important;
        position: sticky!important;
        top: 0;
        background-size: 400px!important
    }

    .services-column-printer {
        width: 100%!important;
        z-index: 1;
        padding-top: 50px!important
    }

    a.link-phone {
        display: none
    }

    .total-services.left {
        width: 50%
    }
}

@media(max-width: 700px) {
    .gle-ads-booxit {
        background-size:600px;
        width: 100%;
        background-position: 0 0
    }

    .pricing.card-deck.flex-column.flex-md-row.mb-3 {
        width: 90%;
        margin: 0 auto
    }

    div#orders {
        width: auto;
        padding: 20px;
        margin: 20px 0;
        background-image: none
    }
}

.col-large-footer,.info-aziendali,.section-booxit-for,.total-services,.total-services-other {
    justify-content: space-between;
    display: flex
}

.total-services {
    text-align: center;
    width: 100%;
    flex-direction: column
}

.service-booxit,.services-column {
    width: 100%;
    display: flex;
    justify-content: center
}

.services-column {
    flex-wrap: nowrap
}

.service-booxit {
    padding: 0;
    height: 300px;
    align-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin: 20px;
    border-radius: 20px;
    flex-direction: column
}

.color-services.one {
    margin: 0 auto;
    background-image: url(/images/source.gif);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: 50%;
    border: 5px solid #93c277;
    width: 70px;
    height: 70px
}

.color-services.two {
    background: #ffb70a;
    margin: 0 auto 25px
}

.color-services.tree {
    background: #0094ab;
    margin: 0 auto
}

.color-services.four {
    background: #f4a460;
    margin: 0 auto
}

span.new {
    background: #000;
    color: #fff;
    padding: 8px
}

.total-services-right.right {
    overflow: hidden;
    width: 40%
}

img.phone-right {
    object-position: 0 50%;
    z-index: 5
}

.circle-color-bottom-services-small {
    width: 75px;
    height: 75px;
    line-height: 90px;
    border-radius: 20px;
    box-shadow: 0 10px 36px rgb(0 0 0/20%);
    color: #fff;
    text-align: center;
    font-size: 29px;
    margin: 0 auto
}

.number,li,p.text-printer {
    line-height: 30px
}

.circle-color-bottom-services-small.one {
    background: #7b68ee
}

.circle-color-bottom-services-small.two {
    background: #9acd32
}

.circle-color-bottom-services-small.tree,.color-pickup-legend,.title-pack.personalizzato,td.color-button3.personalizzato {
    background: #00a4a6
}

.circle-color-bottom-services-small.four {
    background: #cd5c5c
}

.services-bottom {
    width: 25%;
    text-align: center;
    padding: 30px;
    border-radius: 10px
}

.inner-container {
    top: 110px;
    background-image: url(/images/iphonex2.png);
    background-repeat: no-repeat;
    background-size: 302px;
    background-position: -11px -8px;
    width: 283px;
    position: relative;
    height: 570px;
    box-shadow: 20px 20px 20px rgb(0 0 0/20%);
    border-radius: 45px
}

.small-text {
    color: #32325d;
    font-size: 15px
}

.services-one,.services-tree,.services-two {
    margin: 50px auto;
    max-width: 80%
}

.tree-column {
    display: flex;
    max-width: 1250px;
    justify-content: space-between;
    margin: 30px auto 100px
}

h3.text-normal {
    font-size: 18px;
    font-weight: 300
}

a#CybotCookiebotDialogBodyEdgeMoreDetailsLink,img.logo-footer-big {
    width: 130px
}

.subtitle-medium {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0
}

.services-bottom {
    margin: 10px
}

.row.pricing {
    margin-bottom: 40px
}

span.text-tantum-small {
    font-size: 20px;
    font-weight: 300
}

.service-booxit.four,.service-booxit.tree,.service-booxit.two {
    background-size: cover;
    display: flex;
    flex-direction: column
}

.service-booxit.two {
    background-image: url(/images/order-delivery-booxit.jpg)
}

.service-booxit.tree {
    background-image: url(/images/order-easy-booxit.jpg)
}

.service-booxit.four {
    background-image: url(/images/gestionale-booxit.jpg)
}

.overlay-img {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit
}

.number,p.text-printer {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600
}

.other-info-text {
    font-size: 16px;
    font-weight: 500;
    max-width: 400px
}

.gestionale-section {
    padding: 50px 30px;
    margin: 0;
    background: #fff
}

.precisazioni-booxit {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 50px 30px;
    font-weight: 400;
    font-size: 20px;
    background: #000;
    line-height: 24px
}

h1.title.features.left,li.nav-item-topmenu,p.text-description-step.full,p.text-description.testimonial,th#text-align-left-col,th.object,ul.list-unstyled.mb-4 {
    text-align: left
}

.circle-name,.link-menu {
    display: flex
}

.service-booxit.one {
    background-image: url(/images/bg-order-table-people.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.bg-color-img {
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.text-service {
    position: absolute;
    max-width: 400px
}

.bg-color-img.wait {
    background: rgb(218 165 32/76%)
}

.service-printer,.services-column-printer {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.services-column-printer {
    width: 45%;
    align-items: flex-start;
    background: linear-gradient(to top,#fff 95%,rgba(246,249,252,0));
    padding: 0;
    margin: 0 auto;
    align-content: center
}

.service-printer {
    width: 70%;
    font-size: 20px
}

.icon-sec {
    min-width: 70px;
    min-height: 70px;
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    border-radius: 15px;
    margin-right: 20px
}

.img-gestionale,.img-iphone,.img-printer {
    background-size: contain;
    background-repeat: no-repeat
}

.container-info.two-part.distance,.img-girl-logo,.trial {
    background-color: #fff
}

p.text-printer.light {
    font-weight: 500
}

p.text-printer {
    font-size: 20px;
    color: #525f7f;
    margin-bottom: 0;
    text-align: justify
}

.compare-col.two-col,.total-sec {
    display: flex;
    width: 100%
}

.containers-img,.containers-text.faq,.img-gestionale,.img-iphone,hr {
    width: 70%
}

h1.title.features.center.light.note {
    color: #7272ab
}

h1.title.features {
    color: #32325d;
    margin-bottom: 0;
    font-size: 37px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 0
}

.hs__wrapper {
    display: grid;
    margin: 150px 0 70px
}

.two-colmn {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center
}

.tabset>label,.trial {
    display: inline-block;
    font-weight: 500
}

.img-printer {
    width: 50%;
    height: 500px;
    background-image: url(/images/stampante.jpg);
    background-position: 50%;
    position: relative;
    margin: 5%0 5% 5%
}

i.fi.fi-rr-arrow-right.link-icon {
    position: relative;
    top: 8px;
    font-size: 28px;
    margin-left: 10px
}

a.link-more-info {
    line-height: 22px;
    margin-bottom: 70px
}

.section-info {
    margin: 0
}

.img-iphone {
    height: 500px;
    background-image: url(/images/iphone2.jpg);
    background-position: 50% 40px
}

.img-gestionale {
    height: 800px;
    background-image: url(/images/screen-two-windows.jpg);
    background-position: 20px 50%
}

.tabset>input[type=radio] {
    position: absolute;
    left: -200vw
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5) {
    display: flex;
    background: #fafafa;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center
}

.tabset>label {
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #daa520;
    border: 1px solid #daa520;
    border-bottom: 0;
    margin-bottom: 2px;
    background: 0 0;
    max-width: 15%
}

.tabset>input:focus+label,.tabset>label:hover {
    color: #daa520;
    border: 1px solid;
    border-bottom: 0;
    background: #fafafa
}

.tabset>input:checked+label::after,.tabset>input:focus+label::after,.tabset>label:hover::after {
    background: #06c
}

.tabset>input:checked+label {
    border: 3px solid #daa520;
    border-bottom: 0#fff;
    background: #fafafa;
    color: #daa520;
    font-weight: 600;
    width: auto
}

.tab-panel {
    padding: 60px 0;
    border-top: 2px solid #daa520;
    margin-top: 0
}

.messages,.tabset,.trial,hr {
    margin: 0 auto
}

.pricing.card-deck.flex-column.flex-md-row.mb-3 {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding-top: 40px;
    overflow-y: hidden;
    padding-left: 50px;
    padding-right: 50px
}

a.btn.btn-primary.mb-3 {
    background: #daa520;
    border: 0;
    color: #fff
}

button.btn.btn-outline-secondary.mb-3 {
    border: 1px solid #637089;
    color: #637089
}

span.h6.w-60.mx-auto.px-4.py-1.rounded-bottom.bg-primary.text-white.shadow-sm {
    background: #daa520!important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px
}

.card.card-pricing.text-center.px-3.mb-4 {
    transition: .2s linear;
    top: 0;
    width: 40%;
    min-width: 300px;
    background: #fafafa
}

.card.card-pricing.text-center.px-3.mb-4:hover {
    top: -10px;
    transition: .2s linear
}

.trial,i.fi.fi-rr-check.price {
    position: relative;
    right: 0;
    border-radius: 50px
}

.card-body.pt-0,p {
    margin-top: 0
}

.trial {
    font-size: 14px;
    padding: 5px 10px;
    color: #53607e;
    border: 1px solid #daa520;
    max-width: 180px;
    left: 0;
    top: 15px
}

hr {
    height: 30px;
    background: 0 0;
    border: 0
}

i.fi.fi-rr-check.price {
    color: transparent;
    background-image: url(/images/check.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    margin: 5% 5px 5%0;
    font-size: 21px
}

.title-second-section.prices {
    text-align: center;
    padding: 80px 0 0
}

h3.prices-section {
    font-size: 20px
}

.take,li.take,p.takeaway {
    color: #00a4a6
}

.dely,li.dely,li.large.other-color {
    color: #1e90ff
}

.smart,li.smart,p.smart-ord {
    color: tomato
}

.tips-activity {
    width: 100%;
    transition: .15s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center
}

.tips-activity.a,.tips-activity.b {
    margin: 0;
    border-radius: 0;
    font-size: 25px;
    cursor: grabbing;
    background-color: #f5f5f5;
    background-repeat: no-repeat
}

.tips-activity.a,button.argument:hover {
    background: #fff
}

a.tips-activity {
    padding: 0;
    color: #03a2a7
}

i.fi.fi-rr-apps {
    top: 3px
}

.for-now,.title-service.price {
    margin: 0 auto 40px
}

a.btn.btn-primary.mb-3.for-moment {
    padding: 20px;
    width: auto!important;
    font-size: 20px;
    border-radius: 10px
}

h1.title.features.prices-big {
    font-size: 45px;
    letter-spacing: 3px
}

.register-free {
    max-width: 90%;
    margin: 0 auto
}

.info-aziendali {
    color: #89a;
    font-size: 14px;
    background: #fff;
    font-weight: 500;
    padding: 10px 20px
}

.col-large-footer {
    align-items: center;
    align-content: center;
    max-width: 1250px!important;
    margin: 0 auto;
    width: calc(90% - 20px)
}

.number.contrast,.text-service.contrast {
    color: #32325d
}

.title-list {
    font-weight: 700;
    margin-top: 10px;
    font-size: 15px
}

.title-pack,h2.hs__headline,li.limit {
    font-weight: 600
}

.img-girl-logo {
    position: relative;
    width: 50%;
    height: 500px;
    background-image: url(/images/imac-booxit.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    left: 0;
    border-bottom-left-radius: 100px;
    margin: 5% 5% 5%0
}

.color-table-legend,.title-pack,.vantaggi-square.tree,td.color-button2.colo2.last.professional {
    background: #daa520
}

.important-text {
    max-width: 90%;
    margin: 0 auto 50px
}

li {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

li.limit {
    color: #dc143c
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --mdb-table-accent-bg: var(--mdb-table-striped-bg);
    color: var(--mdb-table-striped-color)
}

.table>:not(caption)>*>* {
    background-color: var(--mdb-table-bg);
    box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
    border: 1px solid #ddd;
    padding: 10px;
    min-width: 200px
}

.table-responsive {
    width: 90%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 1200px;
    margin: 0 auto
}

.table>thead {
    vertical-align: bottom
}

.border-light {
    border-color: #f9f9f9!important
}

.table>:not(:first-child) {
    border-top: 2px solid inherit
}

th#title-section-function {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border: 0!important
}

span.minor-text {
    font-size: 15px;
    font-weight: 400
}

tr {
    border: 1px solid rgba(0,0,0,.07)
}

tr:hover {
    background: #fafafa
}

.title-pack {
    padding: 10px 0;
    color: #fff;
    font-size: 23px
}

.title-pack.personalizzato {
    margin-top: 0;
    position: relative
}

td.col11,td.col12,td.col19 {
    padding: 0
}

th.no-bord {
    border-width: 1px 0 0 1px;
    border-color: #fff;
    border-style: solid
}

.limit {
    color: #dc143c;
    font-size: 15px
}

.limit,h1.title.features.left,p.take,p.text-normal {
    margin-bottom: 0
}

.day-cost,.limit,a.button-chose,p.text-normal {
    font-weight: 500
}

.day-cost {
    font-size: 12px
}

p.take {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #00a4a6
}

.group-table {
    display: flex;
    color: #daa520;
    font-weight: 600
}

th#title-section-function-start {
    text-align: left;
    background: #f5f5f5;
    width: 35%
}

span.pricing-table__feature-value.price {
    font-size: 30px;
    font-weight: 600;
    color: #000
}

i.fi.fi-rr-arrow-small-up {
    font-size: 19px;
    position: relative;
    top: 3px;
    margin-left: 12px
}

p.dely,p.smart-ord,p.tables,p.takeaway {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

.color-delivery-legend,.color-pickup-legend,.color-smartorder-legend,.color-table-legend {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    box-shadow: 0 0 20px rgb(117 125 146/8%),0 0 0 rgb(117 171 255/10%),0 15px 20px rgb(88 88 190/10%)!important;
    margin: 0 5px 0 0
}

.color-delivery-legend {
    background: #1e90ff
}

.color-smartorder-legend {
    background: tomato
}

td.col12,td.colo2 {
    border: 5px solid #daa520;
    border-bottom: 0
}

td.colo2 {
    border-top: 0
}

td.color-button2.colo2.last {
    border: 0 solid #02ccce;
    border-bottom: 5px solid #daa520
}

.title-pack.starter {
    background: #00bfff
}

td.color-button1.starter {
    background: #01bfff
}

.navbar-transparent .navbar-brand,a.button-chose,h1.title.features.left.support,p.text-printer.support {
    color: #fff
}

.activitys.other-info,td.colo1 {
    background: #f5f5f5
}

.img-gestionales,.img-smart-order {
    width: 50%;
    height: 500px;
    border-radius: 50px
}

.img-smart-order {
    position: relative;
    background-image: url(/images/smart.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%0;
    z-index: 0;
    right: 0;
    margin: 5%0 5% 5%
}

.img-gestionales {
    background-image: url(/images/gestionale-pc-phone.jpg);
    background-size: contain;
    margin: 5%
}

.img-gestionales,.pagamenti-digitali-booxit,.staff-booxit,i.no-icon {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    right: 0
}

.pagamenti-digitali-booxit {
    width: 40%;
    height: 600px;
    background-image: url(/images/phone-payment.png);
    background-size: 500px
}

.staff-booxit {
    width: 50%;
    height: 500px;
    background-image: url(/images/staff.jpg);
    background-size: cover;
    margin: 5% 5% 5%0
}

div#comande,div#cose,div#menudigitale,div#utilities {
    padding-top: 0
}

i.no-icon {
    color: transparent;
    margin: 0 28px 0 0;
    font-size: 21px;
    line-height: 10px
}

li.segnale {
    list-style: disc;
    margin-left: 46px;
    color: #a9a9a9
}

li.bold {
    font-weight: 800;
    color: #53607e
}

i.fi.fi-rr-cross {
    position: absolute;
    color: #000
}

h1.sub-price.h1.font-weight-normal.text-primary.text-center.mb-0 {
    font-size: 40px;
    font-weight: 600
}

.head-price,.head-price.evidence {
    box-shadow: 0 15px 35px rgb(50 50 93/10%),0 5px 15px rgb(0 0 0/7%)!important;
    background: #fff
}

.icon-payment.nexi,.icon-payment.paypal,.icon-payment.satispay {
    background-position: 50%
}

.head-price {
    border: 1px solid #ddd;
    border-radius: .25rem;
    margin-bottom: 20px
}

.head-price.evidence {
    border: 3px solid #daa520;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .2s linear;
    z-index: 1
}

.icon-payment.apple-pay,.icon-payment.google-pay,.icon-payment.nexi,.icon-payment.paypal,.icon-payment.satispay,.icon-payment.stripe {
    z-index: 0;
    left: 0;
    position: relative;
    background-repeat: no-repeat
}

.icon-plan {
    display: none;
    font-size: 40px;
    color: #000;
    line-height: 0;
    width: 60px;
    margin: 20px auto
}

h1.h1.font-weight-normal.text-primary.text-center.mb-0.delete {
    color: #000;
    font-size: 28px
}

.payment-partner {
    height: 80px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.icon-payment {
    width: 20%;
    transition: .2s linear
}

.text-medium-slide.pulse {
    margin-top: 20px
}

.icon-payment.paypal {
    background-image: url(/images/logo-paypal.png);
    background-size: 100px
}

.icon-payment.nexi {
    background-image: url(/images/logo-nexi.png);
    background-size: 80px
}

.icon-payment.satispay {
    background-image: url(/images/logo-satispay.png);
    background-size: contain
}

.icon-payment.stripe {
    background-image: url(/images/logo-stripe.png);
    background-size: 100px;
    background-position: 0
}

.icon-payment.apple-pay {
    background-image: url(/images/logo-apple-pay.png);
    background-size: 70px;
    background-position: 50%
}

.icon-payment.google-pay {
    background-position: 50%;
    background-image: url(/images/logo-google-pay.png);
    background-size: 200px
}

.card.card-pricing.text-center.px-3.mb-4.starter {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

button#digitalpayment,button#nfc,button#tryfree,button.open-translate.modalview {
    border: 0;
    background: 0 0
}

.footer {
    display: none;
    background: #f6f6f6;
    padding: 30px 20px
}

.btn,.navbar-toggler,a {
    background-color: transparent
}

.orizzontal-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    max-width: 1650px;
    margin: 50px auto;
    width: 95%
}

.container-link-footer,.logo-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.logo-footer {
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center
}

.container-link-footer {
    max-width: 1650px;
    width: 95%;
    margin: 0 auto 50px;
    flex-wrap: wrap
}

.title-sec-footer {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: left
}

.justify-content-end {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left
}

.activitys,.all-container-info-service,.container-text-overlay,.hs__arrows,.hs__header,.hs__item,.info-service,.name-acrivity,.overlay:target,.row.margin-top-6,.row.margin-top-7,.social-links,.subtitles,.trustpilot-container,li.nav-item-topmenu {
    align-content: center
}

.footer .footer-link,.footer .nav .nav-item .nav-link {
    color: #8898aa;
    font-weight: 500;
    text-decoration: none;
    line-height: 30px
}

.footer .footer-link:hover,.footer .nav .nav-item .nav-link:hover {
    color: #fdd200!important;
    font-weight: unset!important
}

a.nav-link {
    padding: 5px 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.navbar.navbar-main {
    z-index: 3
}

.navbar-transparent {
    position: sticky;
    top: 0;
    width: 90%;
    border: 0;
    margin: 0 auto
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-light .navbar-brand,button#shoponline {
    background: 0 0;
    border: 0
}

.navbar-brand {
    font-weight: 600;
    font-size: .875rem;
    letter-spacing: .05px;
    padding: 0;
    margin: 0
}

.btn,.navbar-transparent .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap
}

.btn,.navbar-toggler-icon {
    display: inline-block;
    vertical-align: middle
}

a {
    color: #5e72e4
}

p {
    line-height: 1.7;
    margin-bottom: 1rem
}

.btn {
    border-radius: .25rem;
    will-change: transform;
    letter-spacing: .025em;
    text-align: center;
    user-select: none;
    padding: .625rem 1.25rem;
    line-height: 1.5;
    transition: .15s
}

.btn-neutral {
    color: #000;
    border: 2px solid #000
}

.navbar-nav .nav-link:not(.btn) {
    padding-right: 0;
    padding-left: 0
}

.navbar-transparent .navbar-toggler {
    color: #fff;
    outline: 0
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

button.navbar-toggler {
    background-image: url(/images/menu-open.svg);
    background-size: 45px;
    background-repeat: no-repeat;
    width: 55px;
    height: 60px;
    background-position: -5px 50%;
    padding: 0
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: .0625rem solid transparent;
    border-radius: .25rem
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: none
}

button,select {
    text-transform: none
}

button,input,select {
    margin: 0;
    font-family: inherit
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    content: "";
    background: center center/100% 100%no-repeat
}

.navbar-transparent .navbar-nav .nav-link {
    color: #000;
    text-align: left
}

@media(max-width: 990px) {
    h2.title.features.left.slide {
        text-align:center;
        margin-top: 30px
    }

    a.topmenu.contactnow.mobile {
        width: 100%;
        color: #fff;
        border-radius: 10px;
        padding: 10px 20px;
        text-align: center
    }

    .open-menu-button {
        position: relative;
        width: 100%;
        top: 0;
        z-index: 111
    }

    .menu-container {
        display: flex;
        flex-direction: column-reverse
    }

    .banner.easy-install,.logo {
        display: none!important
    }

    p.text-printer.light.evidence {
        margin: 20px auto!important
    }

    .banner.easy-install {
        flex-direction: column-reverse!important;
        height: auto!important
    }

    h3.subtitle.features.left {
        text-align: center
    }

    .go-faq,.hs__header {
        flex-direction: column!important
    }

    .img-part.box-connect {
        width: 100%!important;
        background-size: contain!important;
        height: 150px!important
    }

    .img-part.presa {
        width: 100%!important;
        background-position: 50% 100%!important
    }

    h1.title.features {
        text-align: center!important;
        max-width: 95%
    }

    .button-action {
        width: 100%
    }

    .button-action.startnow {
        margin-left: 0!important;
        width: 100%;
        margin-top: 20px!important
    }

    .hs__wrapper {
        display: grid;
        margin-top: 100px
    }

    hr#utility {
        display: none
    }

    button.text-btn-topmenu.mobile.login {
        color: #fff
    }

    .container-info.full {
        padding: 0;
        margin: 0 auto
    }

    .revertMobile {
        flex-direction: column-reverse!important
    }

    .frame-try-service {
        height: 400px!important;
        min-width: 90%!important
    }

    .img-screen.ordini {
        background-size: 200px!important;
        background-position: 50% 31px!important;
        width: 200px!important;
        margin: 0 auto
    }

    .container-info {
        width: 100%!important;
        flex-direction: column;
        margin: 0 auto!important;
        padding: 50px 0!important
    }

    .img-part,.img-part.right {
        min-width: 90%!important;
        max-width: 90%!important;
        height: 350px!important;
        width: 100%!important;
        margin-bottom: 30px!important;
        background-size: cover!important
    }

    li.nav-item-topmenu.mobile.outlinenone:hover {
        border-bottom: 0
    }

    button.text-btn-topmenu {
        color: #fff;
        font-size: 18px
    }

    li.nav-item-topmenu.mobile {
        display: flex;
        justify-content: center;
        border: 0;
        margin: 5px 0;
        text-align: center
    }

    button.text-btn-topmenu.mobile {
        font-size: 15px;
        color: #fff
    }

    .img-bg-sect-staff {
        height: 300px!important;
        background-size: contain!important;
        background-position: 50%!important;
        width: 100%!important
    }

    .navbar-collapse,.navbar-collapse.show {
        background: #000;
        transition: transform .3s ease-out
    }

    .hs {
        overflow-x: scroll!important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch
    }

    .navbar-transparent .navbar-nav .nav-link {
        color: #000;
        line-height: 23px;
        display: flex;
        text-align: center!important;
        margin: 10px 0
    }

    .navbar-collapse .navbar-toggler {
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 0
    }

    .navbar-transparent .navbar-toggler {
        color: #fff;
        outline: 0
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        padding: 0
    }

    .navbar-collapse .navbar-toggler :first-child {
        transform: rotate(135deg);
        background: #fff
    }

    .navbar-collapse .navbar-toggler :nth-child(2) {
        transform: rotate(-135deg);
        background: #fff
    }

    .close>span:not(.sr-only) {
        background-color: transparent;
        line-height: 17px;
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 50%;
        font-size: 1.25rem;
        display: block;
        transition: .15s
    }

    .navbar-collapse .navbar-toggler span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        opacity: 1
    }

    .navbar-collapse.show {
        display: block;
        transform: translate(0,0)
    }

    .navbar-collapse {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        margin: 0;
        overflow-y: auto;
        height: 100%;
        padding: 0!important;
        transform: translate(0,-100%)
    }

    .navbar-collapse .navbar-collapse-header {
        display: block;
        margin-bottom: 20px;
        padding-top: 7px
    }
}

@media(min-width: 990px) {
    .logo-mobile-memu,.navbar-expand-lg .navbar-toggler,.open-menu-button,.try-free {
        display:none
    }

    section#dunkles,section#marzen,section#quattro,section#rauchbier {
        align-items: center
    }

    .hs__header:first-child {
        max-width: 1650px;
        margin: 0 auto
    }

    button.text-btn-topmenu.mobile.login {
        color: #525f7f
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

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

    .d-lg-block,.navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg {
        flex-flow: row nowrap
    }

    .align-items-lg-center {
        align-items: center!important
    }
}

@media screen and (min-width: 769px) and (max-width:1100px) {
    .large-part.part-tree.left {
        background-size:450px!important
    }

    .large-part.part-two.right {
        background-size: 400px!important
    }

    p.text-printer.light {
        font-size: 18px;
        line-height: 28px
    }
}

.btn:hover {
    box-shadow: 0 7px 14px rgb(50 50 93/10%),0 3px 6px rgb(0 0 0/8%);
    transform: translateY(-1px);
    transition: .6s cubic-bezier(.01,1.69,.99,.94);
    letter-spacing: 3px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #32325d;
    max-width: 90%;
    margin: 0 auto
}

.h6,h6 {
    font-size: 1rem
}

p.text-small {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0
}

.text-primary {
    color: #000;
    font-weight: 500
}

.text-center {
    text-align: center!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.list-unstyled {
    padding-left: 0;
    font-size: 27px
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem
}

[class*=shadow] {
    transition: .15s
}

.gle-ads-booxit,.service,.service-square,.vantaggi-serv-square,.vantaggi-square,li.large,li.large:hover {
    transition: .2s linear
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

a.btn.btn-neutral.btn-icon:hover {
    letter-spacing: 0;
    border: 3px solid #000
}

.service {
    background: #fff;
    border-radius: 100%;
    flex-direction: column;
    justify-content: flex-end;
    margin: 1% 1% 80px
}

.section-serv,.section-serv-square,.service,.service-square {
    display: flex;
    align-items: center;
    align-content: center
}

.service-square {
    width: 90px;
    height: 90px;
    min-width: 90px;
    background: #fff;
    border-radius: 100px;
    flex-direction: column;
    justify-content: flex-end;
    margin: 40px 15px 100px;
    box-shadow: 0 2px 50px rgb(0 0 0/15%)
}

.section-serv,.section-serv-square {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 0
}

.section-serv-square {
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto
}

.service.one {
    background-image: url(/images/bg-menud.jpg);
    background-position: -40px!important;
    height: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%
}

.service.tree,.service.two {
    background-repeat: no-repeat;
    height: 100%;
    width: 50%
}

.service.two {
    background-image: url(/images/bg-call.png);
    background-position: 0 50%;
    background-size: 200px
}

.service.tree {
    background-image: url(/images/bg-availabe.png);
    background-position: 50% 50%;
    background-size: 150px!important
}

.service-square.one {
    background-image: url(/images/logo-facebook.png);
    background-size: 60px;
    border: 3px solid #1e90ff
}

.service-square.five,.service-square.four,.service-square.one,.service-square.tree,.service-square.two {
    background-repeat: no-repeat;
    background-position: 50%
}

.service-square.tree,.service-square.two {
    background-size: 57px
}

h3.subtitle.features {
    text-align: center;
    font-size: 29px;
    margin-top: 30px;
    font-weight: 500;
    line-height: 34px
}

.service-square.two {
    background-image: url(/images/logo-instagram.png);
    border: 3px solid #ff5100
}

.service-square.tree {
    background-image: url(/images/logo-tiktok.png);
    border: 3px solid #000
}

.service.ten {
    background-image: url(/images/coupons.png);
    background-position: 50%!important;
    height: 50%!important
}

.text-desc {
    position: relative;
    top: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #525f7f;
    text-align: center;
    font-size: 13px
}

.vantaggi-serv-square {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    height: 500px;
    max-width: 1200px;
    margin: 0 auto
}

.vantaggi-square {
    width: 60%;
    margin: 1%;
    border-radius: 30px;
    padding: 20px;
    top: 100px;
    position: relative;
    left: 5%
}

.vantaggi-square.one {
    background: #fcc146
}

.vantaggi-square.two {
    background: #fce200
}

.text-vantaggi-title {
    position: relative;
    font-size: 25px;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

.text-vantaggi-subtitle {
    color: #000;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 20px
}

.phone-demo-pay {
    background-image: url(/images/payments.png);
    background-size: 630px;
    background-repeat: no-repeat;
    background-position: 50%0;
    height: 400px
}

.circle-one-payments {
    width: 400px;
    height: 400px;
    background: #fcc146;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    margin: 0 auto;
    left: 0
}

.vantaggi-square.google,.vantaggi-square.social {
    background: #f2f2f2
}

.section-traductor {
    background: #639;
    border-radius: 10px;
    padding: 10px;
    margin: 40px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.img-part.pos,.img-part.totem.full,.service.seven,.service.six,.supporto-booxit {
    background-size: cover;
    background-repeat: no-repeat
}

h1.title.features.traductor {
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500
}

i.fi.fi-rr-globe.tradut {
    color: #fff;
    font-size: 24px;
    margin-right: 10px
}

.service.seven,.service.six {
    background-image: url(/images/traduzioni.jpg);
    background-position: 50%0
}

.service.seven {
    background-image: url(/images/icon-pwa.jpg);
    border: 2px solid #fcc146
}

.supporto-booxit {
    width: 35%;
    height: 600px;
    background-image: url(/images/staff.jpg);
    background-position: 50%;
    z-index: 0;
    right: 0
}

.services-column.support {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    margin: 0 auto
}

.two-colmn.support {
    background: #b8860b
}

.tab-panels {
    overflow: auto;
    margin-top: -4px
}

.register-section.footer-btn,.start-now {
    margin-top: 50px
}

.register-now.footer-btn {
    background: #000
}

.help-link,.sub-text {
    color: #000;
    text-align: center
}
.wrapper {
    width: 100%;
}
.register-now,.register-section {
    max-width: 350px;
    text-align: center
}

.register-now {
    width: 100%;
    padding: 20px;
    transition: .6s cubic-bezier(.01,1.69,.99,.94);
    border-radius: 50px;
    background: #daa520;
    font-size: 24px;
    margin: 0 auto 10px;
    color: #fff;
    font-weight: 500
}

.register-section {
    margin: 0 auto 50px
}

.register-now:hover {
    letter-spacing: 3px;
    background: #000
}

* {
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 7px;
    height: 10px
}

.hs {
    display: flex;
    margin: 0;
    flex-direction: row;
    padding: 0;
    overflow-x: scroll!important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    width: 100%
}

.hs,.relative,body.overflowactive {
    overflow: hidden
}

.hs__header {
    width: 90%;
    margin: 0 auto
}

.hs__arrows,.hs__header {
    flex-direction: row;
    margin-top: 50px
}

.hs__arrows {
    align-items: center;
    flex-wrap: nowrap
}

.hs__header {
    justify-content: space-between
}

.hs__header,.hs__item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.hs__arrows {
    align-self: center;
    height: 50px;
    width: auto;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center
}

.hs__arrows .arrow:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-size: contain;
    cursor: pointer
}

.hs__arrows .arrow.disabled:before {
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.hs__arrows .arrow.arrow-prev:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hs__arrows .arrow.arrow-next:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hs__item {
    margin: 10px;
    justify-content: center;
    flex-direction: row;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f5f5f5;
    padding: 0;
    height: 320px;
    width: 100%;
    min-width: 400px;
    border-radius: 50px;
    max-width: 500px!important;
    flex: 1 0 calc(50% - 10%)!important
}

.hs__item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    right: calc(10px * 2 * -1)
}

.hs__item__description {
    z-index: 1;
    align-self: flex-start;
    margin: 10px 0
}

.hs__item__subtitle {
    color: #aaa;
    display: block
}

.hs__item__image__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    cursor: grab
}

.hs__item__image {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

a.arrow.arrow-next,a.arrow.arrow-prev {
    font-size: 23px;
    border-radius: 50px;
    text-align: center
}

a.arrow.arrow-prev,i.fi.fi-rr-interrogation {
    margin-right: 5px
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer,a.btn.btn-neutral.btn-icon.signup {
    border: 0
}

a.btn.btn-neutral.btn-icon.signup:hover {
    background: #8a2be2
}

.service.eight {
    background-image: url(/images/magazzino.jpg);
    background-position: 50%0;
    background-size: cover
}

.service.nine {
    background-image: url(/images/card-pay2.jpg);
    background-position: 50%;
    background-size: 150px;
    border: 2px solid #fcc146
}

.service.eleven {
    background-image: url(/images/qr-tavoli-order.jpg)
}

.service.eleven,.service.quattordici,.service.tredici,.service.twelve {
    background-position: 50%0;
    background-size: cover;
    border: 2px solid #fcc146
}

.service.twelve {
    background-image: url(/images/coupon.jpg)
}

.service.tredici {
    background-image: url(/images/booxit-printer.jpg)
}

.service.quattordici {
    background-image: url(/images/gestionale-web-miniatura.jpg)
}

li.evidence.wifi {
    color: #3cb371
}

button.btn.btn-outline-secondary.mb-3.choose {
    background: #daa520;
    color: #fff;
    border: 1px solid #daa520
}

.gle-ads-booxit,.video-screen,iframe.video-screen-menu {
    border-radius: 10px
}

.section-services-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 80px;
    margin-bottom: 80px;
    align-items: center
}

li.large {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

li.nav-item-topmenu,li.nav-item-topmenu:hover {
    transition-timing-function: ease-out;
    transition-duration: .2s
}

.video-screen {
    box-shadow: 0 2px 50px rgb(0 0 0/25%);
    height: 480px
}

.gle-ads-booxit {
    background-image: url(https://booxit.it/images/google-ads.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -90px 0;
    box-shadow: 0 2px 50px rgb(0 0 0/15%);
    height: 500px;
    position: absolute;
    width: 70%;
    max-width: 885px;
    z-index: -1;
    right: 5%
}

.overlay,.overlay:target {
    transition: transform .2s ease-out
}

p.text-description {
    text-align: left;
    font-size: 21px;
    line-height: 24px;
    margin-top: 5px;
    margin-left: 0;
    font-weight: 600;
    color: #fff;
    max-width: 85%
}

i.fi.fi-rr-angle-left,i.fi.fi-rr-angle-right {
    padding: 0;
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
    top: 5px
}

a.arrow.arrow-next,a.arrow.arrow-prev {
    position: relative;
    background: #fff;
    width: 35px;
    display: block!important;
    height: 35px;
    cursor: pointer;
    line-height: 1.8;
    border: 1px solid #000;
    color: #000
}

.service-square.five,.service-square.four {
    background-image: url(/images/order-social.jpg);
    background-size: cover!important
}

.service-square.five {
    background-image: url(/images/printer-service.jpg)
}

p.not-available {
    background: rgba(0,0,0,.7);
    border-radius: 0 0 100px 100px;
    color: #fff;
    line-height: 27px;
    padding: 10px 0 40px;
    bottom: -18px;
    position: absolute
}

._1Q-28QiIbiMcgz_OiDW2hh {
    z-index: -111111111!important
}

.service-square.six {
    background-image: url(/images/logo-whatsapp.png);
    background-position: 50%;
    background-size: 55px;
    background-repeat: no-repeat;
    border: 3px solid #46c756
}

.service.quindici.hs__item__image__wrapper.tips-activity.b {
    background-image: url(/images/update.png);
    background-position: 50%;
    background-size: 70px;
    background-color: #fcc146;
    background-repeat: no-repeat
}

.bg-transparent.card-header.pt-4.border-0,hr#utility {
    margin-top: 30px
}

ul.hs.testimonial {
    display: flex;
    width: 100%;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    justify-content: flex-start;
    cursor: grab
}

li.hs__item.testimonial {
    display: flex;
    flex-direction: row;
    max-width: 400px;
    margin-right: 50px!important;
    min-width: 380px
}

.testimonial-circle {
    width: 50px;
    margin-right: 15px;
    border-radius: 15px!important;
    height: 50px;
    background: #f5f5f5;
    display: none
}

.img-bg-sect,.img-bg-sect-tree,.img-bg-sect-two {
    background-repeat: no-repeat;
    background-size: contain
}

p.tipology-activity {
    border: 3px solid #b8860b;
    border-radius: 5px;
    padding: 0 10px;
    width: fit-content;
    color: #fff;
    background: #b8860b
}

.container-info {
    height: auto;
    z-index: 1;
    position: relative;
    top: 0
}

.container-text {
    padding: 70px 0;
    width: 50%;
    margin: 0 3%
}

.large-part {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 1650px;
    align-items: center;
    justify-content: center
}

.gestionale-message {
    padding: 20px;
    background-color: #fdd202
}

p.text-printer.center {
    margin: 0;
    text-align: center;
    font-size: 23px
}

.large-part.right {
    flex-direction: row-reverse
}

.containers-info.tree-part.distance {
    background: #fff;
    max-width: unset!important;
    width: 90%;
    display: flex;
    align-items: center;
    margin: 100px auto
}

.testimonial-text.hs__item__image__wrapper {
    padding: 30px
}

li.hs__item.testimonial:first-child {
    margin-left: 80px
}

.text-desc-squar {
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute
}

.img-bg-sect {
    background-image: url(/images/bg-terminale.jpg);
    background-position: 50% 50%;
    width: 50%
}

.img-bg-sect-two {
    background-image: url(/images/self-order2.jpg);
    background-position: 100% 50%;
    position: relative;
    top: 0;
    max-width: 640px;
    width: 100%;
    height: 640px;
    border-radius: 12px;
    background-color: #fff
}

.img-bg-sect-tree {
    background-image: url(/images/img-ordervarie.jpg);
    background-position: 50% 50%;
    width: 50%
}

.section-vantaggi {
    padding-top: 100px;
    height: auto
}

.service {
    height: 100%;
    background-position: 0 50%;
    background-size: 200px;
    width: 50%
}

.pay,.staff {
    background-color: #fff!important;
    background-position: 50%!important;
    border: 1px solid #ddd;
    background-size: contain
}

.magazzino {
    background-image: url(/images/bg-magazzino.png)
}

.calendario {
    background-image: url(/images/bg-calendario.png)
}

.pay {
    background-image: url(/images/bg-pay.jpg)
}

.staff {
    background-image: url(/images/bg-comande.jpg)
}

.img-bg-sect-apps,li.nav-item-topmenu {
    display: flex;
    flex-direction: row;
    align-items: center
}

.img-bg-sect-apps {
    width: 50%;
    max-width: 260px;
    max-height: 61%;
    border-radius: 25px;
    justify-content: center;
    margin: 100px 0
}

iframe.giphy-embed {
    border-radius: 25px!important;
    box-shadow: 0 0 50px rgb(0 0 0/20%)
}

.occult {
    width: 100%;
    height: 100%;
    background: 0 0;
    position: absolute;
    z-index: 1
}

.title-service {
    text-transform: uppercase;
    border: 2px solid #daa520;
    color: #daa520;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 600
}

.title-service.price {
    border: 2px solid #89a;
    color: #89a
}

.img-bg-sect-five {
    background-image: url(/images/bookingphone.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: 50% 50%;
    width: 45%
}

.download-android,.download-ios,.trustpilot {
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.nav-item-topmenu {
    padding: 0 20px 0 10px;
    line-height: 5px
}

.service.zero.hs__item__image__wrapper.tips-activity.b {
    background-image: url(/images/remoto.jpg);
    background-position: 0!important;
    height: 100%!important;
    background-size: contain
}

.download-app {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 auto
}

.download-android,.download-ios {
    width: 150px;
    height: 65px;
    background-size: 150px
}

.download-ios {
    background-image: url(/images/app-store.webp);
    cursor: no-drop
}

.download-android {
    background-image: url(/images/play-store.webp)
}

.trustpilot {
    width: 50%;
    height: 150px;
    background-image: url(/images/trustpilot.png);
    background-size: contain
}

.trustpilot-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #f6f6f6
}

.text-trustpilot {
    width: 50%;
    text-align: right;
    color: #000
}

a.arrow.arrow-next:hover,a.arrow.arrow-prev:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

li.nav-item.d-lg-block.ml-lg-2 {
    padding-right: 0;
    display: flex
}

.social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 95%
}

.social-fb {
    margin: 0 15px
}

.container.margin-top-12,.row.margin-top-6 {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.container.margin-top-12 {
    align-items: center;
    padding-left: 0
}

.row.margin-top-6 {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1440px;
    width: 90%
}

h3.mb-3.text-center {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700
}

.d-flex.flex-column.align-items-center.mb-5.mb-md-0 {
    text-align: center!important;
    max-width: 90%;
    margin: 0 auto
}

.index-icon-container.mb-4 {
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    width: 100%;
    height: 100px;
    background-size: 80px;
    border-radius: 0
}

.allergeni,.gdpr {
    background-position: 50%!important;
    background-size: contain;
    border: 1px solid #ddd
}

.booktable {
    background-image: url(/images/booktable.png)
}

.ads {
    background-image: url(/images/internet.png)
}

.qta {
    background-image: url(/images/qta.png)
}

.payment {
    background-image: url(/images/payment.png)
}

.traduttore {
    background-image: url(/images/traduttore.png)
}

.five {
    background-image: url(/images/icon-app.png)
}

.six {
    background-image: url(/images/icon-reviews.png)
}

.ordini {
    background-image: url(/images/ordini.png)
}

.order-qr {
    background-image: url(/images/order-qr.png)
}

.col-12.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 40px 0
}

.info-service.lf,.info-service.rg {
    background-size: 100%;
    background-position: 0 78px;
    max-width: 350px;
    padding: 0 30px
}

.allergeni {
    background-image: url(/images/allergeni.jpg);
    background-color: #fff!important
}

.gdpr {
    background-image: url(/images/gdpr.jpg);
    background-color: #223e91!important
}

.try-now.section-body {
    width: 100%;
    margin: 180px auto 0;
    text-align: center
}

.containers.margin-top-12.autoscroll {
    height: auto;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 20px 0;
    overflow: hidden!important;
    justify-content: flex-start
}

.row.margin-top-7 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    -webkit-animation-name: move;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: left;
    -webkit-animation-timing-function: linear;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.container-lf-list,.logo,.logo-footer.partner,.subtitles {
    flex-direction: column;
    display: flex
}

.col-12.col-md-5 {
    width: 400px
}

.row.margin-top-7:hover {
    -webkit-animation-play-state: paused
}

.subtitles,h2.subtitle.features {
    font-size: 25px;
    color: #000;
    text-align: center
}

.subtitles {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    font-weight: 600;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.topbar {
    background: #000;
    height: 30px;
    position: sticky;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    top: 0;
    z-index: 2
}

a.toplink {
    color: #000;
    font-weight: 600;
    font-size: 12px
}

h2.subtitle.features {
    font-weight: 500;
    line-height: 27px
}

a.close,button.close.overlay-close {
    top: 30px;
    font-size: 25px;
    position: absolute
}

h2.subtitle.features.sub {
    border-bottom: 3px solid red
}

.all-container-info-service,.container-lf-list {
    justify-content: space-between;
    align-items: center
}

.all-container-info-service {
    display: flex;
    flex-direction: row;
    width: 100%
}

.container-lf-list {
    width: 30%;
    height: 100%;
    text-align: left;
    margin-right: 20px
}

.container-rg-list,.info-service {
    display: flex;
    flex-direction: column
}

.container-rg-list {
    text-align: right;
    width: 30%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px
}

.info-service {
    height: 100px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 16px
}

.info-service.lf {
    background-image: url(/images/moder-outline-lf.png);
    background-repeat: no-repeat;
    text-align: right;
    align-items: flex-end
}

.info-service.rg {
    text-align: left;
    background-image: url(/images/moder-outline-rg.png);
    background-repeat: no-repeat
}

.title-content-problems {
    text-align: center;
    font-weight: 600;
    padding: 30px 0;
    background: #f5f5f5;
    color: #000
}

.text-btn-topmenu {
    display: contents;
    color: #525f7f;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 500
}

.icon-menu {
    font-size: 20px;
    margin-right: 10px;
    display: none
}

.bottom-other-text,.box {
    text-align: center;
    width: 90%;
    margin: 0 auto
}

a.close {
    right: 55px;
    z-index: 1111111
}

.box {
    width: 20%;
    background: rgba(255,255,255,.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0,-25%);
    visibility: hidden;
    background: #fff
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 11111111111;
    transform: translate(0,0);
    display: flex;
    align-items: center;
    overflow: auto
}

button.close.overlay-close {
    right: 50px;
    border: 0;
    background: 0 0;
    outline: 0;
    z-index: 100;
    color: #000
}

.popup {
    cursor: auto;
    margin: 0 auto;
    position: relative;
    transition: .2s ease-in-out;
    height: 100%;
    width: 100%
}

.popup h2 {
    margin-top: 0;
    color: #333;
    max-width: 100%!important;
    text-align: center
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: .2s;
    font-size: 30px;
    font-weight: 700;
    color: #333
}

.button-action,.button-action:hover,.contactme,.contactme:hover,a.help-link,button.text-btn-register.selforder {
    transition: .6s cubic-bezier(.01,1.69,.99,.94)
}

.popup .close:hover {
    color: orange
}

.popup .content {
    text-transform: initial;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 100px
}

input.single-question {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    font-size: 16px
}

p.subtitle-faq {
    text-align: center;
    line-height: 20px;
    margin-top: 10px
}

input[type=text]:focus {
    outline: 0
}

input:focus+div#content {
    border: 1px solid #000;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    display: block;
    background: #fff;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    padding: 0 20px 20px;
    margin-top: -15px;
    font-style: oblique;
    color: #008b8b;
    z-index: 1;
    position: relative
}

h2.title.features.left.light {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    max-width: 60%;
    margin: 0 auto 20px;
    line-height: 22px
}

.container-text-overlay,.go-faq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row
}

a.help-link {
    line-height: 15px;
    padding: 15px 50px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    font-family: Montserrat;
    text-transform: initial;
    font-weight: 600;
    background: #1e90ff;
    box-shadow: 12px 12px 20px -12px rgba(0,0,0,.25);
    position: relative;
    text-align: center;
    cursor: pointer;
    display: none
}

.container-text-overlay {
    padding: 20px;
    height: 100%;
    margin: 0 auto;
    flex-direction: column
}

.loghi-piattaforme.container-logo {
    background-size: 400px
}

.img-part.booking.right {
    background-image: url(/images/img-square2.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative
}

.containers-argument {
    flex-wrap: wrap;
    padding: 0;
    max-width: 990px;
    margin: 0 auto;
    width: 90%;
    display: flex
}

.argument {
    padding: 5px 10px;
    background: 0 0;
    margin: 10px;
    border-radius: 10px;
    border: 0;
    background: #f6f6f6
}

.container-two-btn,.large-part.center {
    justify-content: center;
    align-items: center
}

.large-part.center {
    margin: 0 auto;
    text-align: center
}

.img-bg-sect-tree.order-body {
    background-image: url(/images/img-order10-2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 640px;
    border-radius: 12px;
    background-color: #fff;
    max-width: 640px;
    width: 100%
}

p.text-printer.light.minium {
    font-size: 15px;
    font-weight: 400;
    color: #000
}

a.text-btn-register.blue {
    background: #228b22;
    margin-left: 50px
}

.container-two-btn {
    display: flex;
    flex-direction: row;
    height: 65px
}

.title-service.center {
    margin: 0 0 10px
}

a.text-btn-register.link {
    padding: 0!important;
    background: 0 0;
    box-shadow: none;
    margin: 0
}

.containers-text.price {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0!important;
    background: #f5f5f5;
    border-radius: 30px;
    margin: 0 auto
}

.close-button {
    width: 50px;
    position: relative;
    right: 0;
    top: 0;
    text-align: center
}

.margin-top-12 {
    margin-top: 100px
}

.container-info.four-part.distance.price {
    background: #dfe5ec
}

.select-language-text.modalview.notranslate {
    color: #fff;
    font-size: 10px
}

button.text-btn-topmenu:hover {
    color: gold;
    font-weight: 500
}

a.arrow.arrow-next.disabled,a.arrow.arrow-prev.disabled {
    cursor: no-drop;
    opacity: .3
}

li.hs__item.one.button {
    cursor: pointer;
    background: url(/images/img-reserve2.jpg) 100% 50%/cover no-repeat
}

li.hs__item.two.button {
    cursor: pointer;
    background: url(/images/img-apporder.jpg) 0 0/cover no-repeat #daa520
}

li.hs__item.tree.button {
    cursor: pointer;
    background: url(/images/img-slide3.webp) 90% 100%/cover no-repeat
}

li.hs__item.four.button {
    cursor: pointer;
    background: url(/images/img-slide5-4.webp) 90% 100%/cover no-repeat
}

.img-part.booking,.img-part.menudigitale,li.hs__item.button.eight {
    background-repeat: no-repeat;
    background-size: cover
}

li.hs__item.button.eight {
    background-image: url(/images/totem.jpg)
}

li.hs__item.five.button {
    cursor: pointer;
    background: url(/images/img-slide7.webp) 90% 100%/cover no-repeat
}

li.hs__item.six.button {
    cursor: pointer;
    background: url(/images/img-slide8.webp) 90%0/cover no-repeat
}

p.text-description.more-little {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 10px;
    font-weight: 400;
    font-size: 12px
}

button.text-btn-register.selforder {
    position: absolute;
    bottom: 30px;
    background: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 600;
    color: #000
}

.sfumatura {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg,rgba(0,0,0,0.3) 30%,rgba(255,255,255,0) 70% );
    z-index: 0;
    border-radius: 50px
}

p.text-description.normal {
    font-weight: 500;
    font-style: italic;
    font-size: 16px!important
}

h3.subtitle.features.left {
    font-size: 22px;
    text-align: center
}

.img-part,.img-part.right {
    border-radius: 40px;
    min-width: 440px;
    height: 550px;
    max-width: 640px;
    width: 40%;
    margin: 0 3%;
    position: relative;
    bottom: 0
}

.img-part.full,.sfumatura.full {
    border-radius: 0 0 0 50px;
    height: 350px
}

.container-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    max-width: 1650px!important;
    margin: 0 auto;
    width: 95%;
    background: #fff
}

.img-part.booking,.img-part.menudigitale {
    background-image: url(/images/img-slide5-4.webp);
    background-position: 50% 50%
}

.img-part.booking {
    background-image: url(/images/img-reserve.jpg)
}

.img-part.orders {
    cursor: pointer;
    background: url(/images/appordini.png) 50%0/400px no-repeat #daa520
}

.img-part.prendicomande,.img-part.selforder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.img-part.selforder {
    background-image: url(/images/img-slide3.webp)
}

.img-part.prendicomande {
    background-image: url(/images/img-slide7.webp)
}

.container-info.full.o-c {
    background: khaki;
    padding: 50px 0;
    text-align: center
}

.container-info.full,.container-title-overlay {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.container-info.full {
    height: auto;
    max-width: 1650px;
    margin: 0 auto
}

.img-part.pos {
    background-image: url(/images/img-slide8.webp);
    background-position: 50% 50%;
    height: 400px
}

.img-part.totem.full {
    background-image: url(/images/totem.jpg)
}

.img-part.integrazioni.full {
    background: url(/images/staff-booxit.jpg) 0 50%/cover no-repeat
}

.img-part.full {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    min-width: 100%!important
}

.container-title-overlay {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left;
    height: 350px;
    min-height: 350px;
    justify-content: center
}

.sfumatura.full {
    z-index: 1;
    background: linear-gradient( 180deg,rgba(0,0,0,0.5) 100%,rgba(255,255,255,0) 100% )!important
}

.container-text-overlay.landing {
    display: flex;
    align-items: flex-start;
    height: auto;
    padding: 0 50px
}

.content.landing {
    width: 90%!important;
    max-width: 900px
}

.title h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px
}

.sub-title h2 {
    font-size: 24px;
    margin-top: -8px
}

h2.title.features.fullpage {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    margin: 30px 0
}

h1.title.features.faq,h3.subtitle-service.fullpage {
    margin-bottom: 20px;
    text-align: left
}

h3.subtitle-service.fullpage {
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    margin-top: 30px
}

p.subtitle-faq.fullpage {
    font-size: 19px;
    color: #fff
}

.full {
    width: 100%;
    margin: 0
}

i.fi.fi-rr-cross.product {
    background: #fff;
    height: 35px;
    width: 35px;
    padding: 9px;
    font-size: 18px;
    border-radius: 50px
}

ul.list {
    margin: 0;
    padding-left: 20px;
    list-style: auto
}

li.nav-item-topmenu.mobile.outlinenone {
    border-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-left: 0
}

.name-acrivity.other:nth-child(3),.name-acrivity.other:nth-child(4),li.nav-item-topmenu:first-child {
    border-left: 0
}

.button-action {
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500
}

.button-action.moreinfo {
    background: #1e90ff;
    color: #fff;
    padding: 13px 20px
}

.button-action:hover,.contactme:hover {
    letter-spacing: 2px
}

.button-action.startnow {
    background: #228b22;
    color: #fff;
    margin-left: 50px;
    font-size: 18px;
    padding: 12px
}

.activitys,.name-acrivity {
    display: flex;
    justify-content: center;
    align-items: center
}

.activitys {
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1650px;
    padding: 20px;
    margin: 100px auto
}

.name-acrivity.large {
    width: 20%;
    background: #f5f5f5;
    color: #000
}

.name-acrivity {
    width: 15%;
    height: 100px;
    border-radius: 20px;
    font-size: 19px;
    margin: 1%;
    flex-direction: column;
    background: #f5f5f5
}

.name-acrivity:hover {
    color: #000;
    cursor: pointer;
    font-weight: 600
}

.icon-activity {
    font-size: 26px;
    display: none
}

h1.title.features.center.light.height {
    margin: 60px auto 0;
    color: #7272ab;
    width: 90%;
    text-align: center;
    max-width: 1650px
}

.img-part.kds {
    background-image: url(/images/img-kds.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

li.hs__item.button.seven {
    cursor: pointer;
    background: url(/images/img-kds.webp) 90%0/cover no-repeat
}

li.hs__item.button.foodtrack {
    cursor: pointer;
    background: url(/images/food-truck-order-app3.jpg) 90% 100%/cover no-repeat
}

.text-desc-squar:hover {
    cursor: grab
}

.text-desc-squar:active {
    cursor: grabbing!important
}

.banner.easy-install {
    height: 200px;
    background: #ffefd5;
    margin: 50px auto 0;
    border-radius: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1580px;
    width: 90%;
    display: none
}

.img-part.box-connect,.img-part.presa {
    background-repeat: no-repeat;
    background-size: 200px!important;
    min-width: unset!important
}

.img-part.box-connect {
    background-image: url(/images/box-booxit.webp);
    background-position: 100% -10px;
    height: 200px;
    max-width: 230px!important;
    margin: 0!important
}

.img-part.presa {
    background-image: url(/images/presa.webp);
    background-position: 20px 100%;
    height: 200px!important;
    padding: 0;
    margin: 0;
    max-width: 230px;
    width: 30%;
    margin-bottom: 0!important
}

.text-printer.banner {
    max-width: 50%;
    font-size: 25px;
    margin: 2%;
    color: #000
}

.name-acrivity.other {
    border-radius: 0;
    min-height: 100px;
    margin: 0!important;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 16px;
    background: 0 0
}

img.logo-footer-big.google {
    width: 250px
}

.orizzontal-container.bottom {
    margin: 50px 0
}

.name-acrivity.other:nth-child(2),.name-acrivity.other:nth-child(3),.name-acrivity.other:nth-child(4) {
    border-radius: 0;
    border-width: 0 1px
}

.img-part.foodtruckorder {
    background-image: url(/images/food-truck-order-app4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.name-acrivity.other:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
    border-left: 0;
    border-width: 0
}

.name-acrivity.other:last-child {
    border-left: 0;
    border-radius: 0;
    border-width: 0
}

a.text-btn-register.black {
    max-width: 300px;
    margin: 0 auto
}

.contactme {
    background: rgba(0,0,0,.5);
    box-shadow: 0 10px 24px rgba(8,15,26,.16);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 0;
    width: 50%;
    position: relative;
    height: 40px;
    line-height: 40px;
    left: 0;
    margin: 0 auto;
    z-index: 2;
    cursor: pointer;
    border-radius: 50px 0 0 50px;
    font-weight: 500;
    letter-spacing: 0
}

a.openmenu {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    color: #525f7f
}

.contactme.signup {
    background: #1e90ff;
    border-radius: 0 50px 50px 0;
    width: 50%;
    left: 0
}

div#CybotCookiebotDialogBodyEdgeMoreDetails {
    justify-content: center!important;
    margin: 10px 0!important
}

#CybotCookiebotDialog * {
    font-family: montserrat!important;
    font-size: 12px!important;
    text-align: justify!important;
    font-weight: 500!important
}

h2#CybotCookiebotDialogBodyContentTitle {
    font-family: montserrat!important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700!important
}

.CybotCookiebotDialogContentWrapper,div#CybotCookiebotDialogBodyButtonsWrapper {
    display: flex;
    align-items: center!important
}

button#CybotCookiebotDialogBodyButtonAccept,button#CybotCookiebotDialogBodyButtonDecline {
    text-align: center!important;
    max-width: 150px!important
}

button#CybotCookiebotDialogBodyButtonAccept {
    border-radius: 50px!important;
    font-weight: 600!important
}

.CybotCookiebotScrollContainer {
    border: 0!important
}

div#CybotCookiebotDialog {
    transform: none!important;
    left: 0;
    z-index: 2;
    border-radius: 15px!important
}

.CybotCookiebotDialogBodyBottomWrapper {
    margin-top: 0!important
}

.container-btn-actions,.container-nav-menu {
    display: flex;
    margin: 0 auto;
    align-content: center
}

div#CookiebotWidget-widgetContent {
    font-family: Montserrat!important
}

@media(max-width: 768px) {
    div#carousel\ scrollapp\ top {
        zoom:.7!important;
        margin-top: -300px!important
    }

    .containers-info.tree-part.distance {
        flex-direction: column;
        align-items: center
    }

    h2.title.features.center.light {
        text-align: center
    }

    h1.title.features.center.light.big {
        font-size: 37px!important;
        line-height: 41px!important
    }

    .name-acrivity,.name-acrivity.large {
        width: 31%;
        zoom:.8}

    .activitys.other-info {
        display: none
    }

    .frame-try-service {
        background-size: 260px!important;
        background-position: 50%0!important
    }

    #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
        background-color: #000!important;
        border-color: #000!important;
        color: #fff
    }

    #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
        border-color: #000!important
    }

    button#CybotCookiebotDialogBodyButtonAccept {
        min-width: 130px!important
    }

    #CybotCookiebotDialogFooter {
        width: auto!important;
        min-width: 200px!important
    }

    .CybotCookiebotDialogContentWrapper {
        flex-direction: column!important
    }

    div#CybotCookiebotDialog {
        transform: none!important;
        left: 0!important;
        z-index: 2;
        right: 0!important;
        width: 90%!important;
        margin: 0 auto;
        top: 30%!important;
        box-shadow: none!important;
        border-radius: 10px!important
    }
}

@media(max-width: 520px) {
    iframe#prova_intro {
        margin-top:32px!important
    }

    div#CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: row!important
    }
}

@media(max-width: 1280px) {
    div#CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction:row!important
    }
}

.reserve-with-google.container-logo {
    max-width: 290px;
    background-image: url(/images/reserve_with_google.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 0 0;
    height: 30px;
    box-shadow: none;
    text-align: right;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto
}

input.evidence-this.single-question {
    border: 2px solid gold;
    box-shadow: 0 0 15px #daa520;
    -webkit-animation: 1.3s linear infinite evidence-effect;
    animation: 1.3s linear infinite evidence-effect;
    background: #ffffe0
}

.container-btn-actions {
    position: fixed;
    bottom: 40px;
    max-width: 400px;
    width: 80%;
    left: 0;
    right: 0;
    height: auto;
    align-items: center;
    z-index: 11111;
    justify-content: center
}

h3.subtitle.features.center {
    font-size: 19px!important;
    text-align: center;
    margin: 10px
}

.container-nav-menu {
    width: 90%;
    justify-content: space-around;
    align-items: center;
    max-width: 1500px
}

img.logo-booxit.menu {
    max-width: 130px;
    width: 100%;
    min-width: 130px
}

.logo {
    width: 15%;
    min-width: 130px;
    margin: 0;
    padding: 0 15px;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.topmenu,.topmenu.login {
    font-weight: 600;
    font-size: 13px
}

.topmenu {
    width: auto;
    margin: 0 20px;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: left;
    color: #000
}

.topmenu.login {
    padding: 0 18px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 10px;
    border: 0
}

.topmenu.contactnow {
    background: #1e90ff!important;
    color: #fff!important;
    padding: 10px 0;
    font-weight: 500;
    border-right: 0;
    border-radius: 10px!important;
    margin-right: 1%;
    width: 100%;
    height: auto!important;
    border-bottom: 0!important
}

.topmenu.contactnow:hover {
    background: #1e90ff;
    color: #fff
}

a.topmenu.contactnow.mobile:hover {
    box-shadow: none!important;
    background: #116fcc!important
}

.topmenu:hover {
    border-radius: 0;
    box-shadow: 0 5px #000
}

.topmenu.login:hover {
    background: #fff;
    color: #000
}

.topmenu.reserve.login:hover {
    background: #4169e1;
    box-shadow: none;
    border-radius: 50px;
    color: #fff
}

.logo-footer.partner {
    color: #000;
    align-items: center
}

.whatsappchat,img.whatsapp-icon {
    width: 70px;
    height: 70px
}

.whatsappchat {
    position: fixed;
    bottom: 30px;
    right: 12px;
    z-index: 12
}

.menu-container {
    display: flex;
    width: 100%;
    background: 0 0;
    position: relative;
    top: 0;
    z-index: 15
}

.frame-try-service {
    display: flex;
    flex-direction: column;
    animation: 6s linear infinite imageslide;
    background-image: url(/images/img-reserve.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 50% 100%;
    background-color: #daa520;
    border-radius: 40px;
    min-width: 440px;
    height: 550px;
    max-width: 640px;
    width: 40%;
    margin: 0 3%
}

iframe#prova_intro {
    border: 0;
    border-radius: 40px 40px 0 0;
    margin: 22px auto 0;
    width: 342px;
    top: 0;
    position: relative;
    background: #000
}

h2.title.features.left.slide {
    font-weight: 600;
    color: #000;
    line-height: 25px;
    text-align: center
}

.activitys.left,.activitys.right {
    -moz-column-gap: 100%;
    column-gap: normal;
    grid-template-columns: repeat(7,minmax(0,1fr));
    display: grid;
    margin: 0 auto;
    background: 0 0
}

.name-acrivity.move {
    width: 100px!important;
    margin: 0 20px
}

.container-scroll.left,.container-scroll.right {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 100wh
}

.container-scroll.right {
    -webkit-animation: 30s linear infinite reverseloop-left;
    animation: 30s linear infinite reverseloop-left
}

.container-scroll.left {
    -webkit-animation: 3s linear infinite reverseloop-right;
    animation: 3s linear infinite reverseloop-right
}

.container-all-scroll {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

ul.list-service {
    list-style: none;
    padding: 0;
    margin: 30px auto
}

li.check.green {
    background: url(/images/image-landing/check-green.png) 0 5px/20px no-repeat;
    text-align: left
}

li.check.green,li.check.red {
    color: #32325d;
    padding-left: 30px
}

.logo-text {
    background: url(/images/logo-black.png) 50% 100%/100px no-repeat;
    width: 103px;
    height: 25px;
    display: inline-block
}

img.image-section.cover {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 50px auto 0;
    border-radius: 20px
}

.container-image {
    width: 90%;
    max-width: 1560px
}

.img-screen.ordini,.pay-logos {
    width: 100%;
    background-repeat: no-repeat
}

.img-screen.ordini {
    background-image: url(/images/img-screen-ordini.png);
    background-size: 305px;
    height: 100%;
    background-position: 50% 60px;
    z-index: -1
}

.pay-logos {
    height: 50px;
    background-image: url(/images/pay-card.png);
    background-size: 415px;
    background-position: 0 50%;
    margin: 10px 0
}

.logo-text.mini {
    background-size: 59px;
    width: 63px
}

p.text-printer.light.evidence {
    border: 3px solid #32325e;
    color: #32325e;
    width: fit-content;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 10px
}

p.text-printer.faq {
    font-weight: 500;
    color: #32325e
}

h1.title.features.center.light.big {
    font-size: 48px;
    color: #daa520
}

hr.divider-integrations {
    margin: 10px 0;
    width: 100%;
    height: 3px!important;
    background: #ddd
}

p.second-color {
    display: contents;
    color: #1e90ff
}

p.first-color,p.tree-color {
    display: contents;
    color: tomato
}

p.tree-color {
    color: #228b22
}

.cbp-hrmenu {
    width: 15%;
    margin: 1%
}

.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cbp-hrmenu>ul>li {
    width: auto;
    margin: 0;
    padding: 0
}

a.link.topmenu {
    border: 0;
    width: 100%;
    display: block;
    outline: 0;
    background: #fff;
    padding: 5px
}

.cbp-hrmenu>ul>li>a:hover {
    font-weight: 400;
    background: #f7f7f7
}

.cbp-hrmenu>ul>li.cbp-hropen a,.cbp-hrmenu>ul>li.cbp-hropen>a:hover {
    color: #000;
    width: auto;
    display: block;
    border-radius: 50px;
    background: #f7f7f7;
    outline: 0;
    padding: 5px
}

.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    left: 0;
    border: 1px solid #ddd
}

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 30px;
    padding-top: 20px;
    top: 76px
}

.cbp-hrmenu .cbp-hrsub-inner>div {
    width: 33%;
    float: left;
    padding: 0 2em;
    text-align: left
}

.cbp-hrmenu .cbp-hrsub-inner:after,.cbp-hrmenu .cbp-hrsub-inner:before {
    content: " ";
    display: table
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both
}

.cbp-hrmenu .cbp-hrsub-inner>div a {
    line-height: 2em;
    border-radius: 0!important;
    background: 0 0!important
}

.cbp-hrsub h4 {
    color: #000;
    padding: 10px 0 5px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #000
}

@media screen and (max-width: 52.75em) {
    .cbp-hrmenu {
        font-size:80%
    }
}

@media screen and (max-width: 43em) {
    .cbp-hrmenu {
        font-size:120%;
        border: 0
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        padding: 0 2em;
        font-size: 75%
    }

    .cbp-hrmenu>ul {
        width: 100%;
        padding: 0
    }

    .cbp-hrmenu>ul>li {
        display: block;
        border-bottom: 4px solid #47a3da
    }

    .cbp-hrmenu>ul>li>a {
        display: block;
        padding: 1em 3em
    }

    .cbp-hrmenu .cbp-hrsub {
        position: relative
    }

    .cbp-hrsub h4 {
        padding-top: .6em
    }
}

@media screen and (max-width: 36em) {
    .cbp-hrmenu .cbp-hrsub-inner>div {
        width:100%;
        float: none;
        padding: 0 2em
    }
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.slider_inner div {
    height: 120px;
    width: 30%
}

@media(min-width: 640px) {
    .slider_inner div {
        height:100px;
        width: 20%
    }
}

.slider {
    display: flex;
    width: 99vw;
    margin: 20px 0 60px;
    align-content: center;
    align-items: center
}

.slider_inner {
    display: flex;
    align-items: center
}

.r_to_l .slider_inner:first-of-type {
    animation: 50s linear -25s infinite reverse-loop
}

.r_to_l .slider_inner:last-of-type {
    animation: 50s linear infinite reverse-loop2
}

.l_to_r .slider_inner:first-of-type {
    animation: 50s linear -25s infinite loop
}

.l_to_r .slider_inner:last-of-type {
    animation: 50s linear infinite loop2
}

.integration-logo[data-v-e251eabb],.xmenu-logo[data-v-e251eabb] {
    grid-column: span 1/span 1;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media(min-width: 1024px) {
    .x-menu-logo[data-v-e251eabb] {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

@media(min-width: 1536px) {
    .x-menu-logo[data-v-e251eabb] {
        padding-left:5rem;
        padding-right: 5rem
    }
}

.clients .integration-logo[data-v-e251eabb] {
    height: 7rem;
    width: 7rem;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.integrations .integration-logo[data-v-e251eabb] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 9rem;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    width: 135px!important;
    height: 135px!important;
    background-color: #b8860b;
    border-radius: 40px;
}

@media(min-width: 768px) {
    .navbar-transparent .navbar-toggler-icon {
        background-image:url(/images/menu-open.svg);
        font-size: 25px
    }

    .hs__item {
        height: 420px
    }

    .hs__item.button:first-child {
        margin-left: 85px
    }

    .services-bottom.tree {
        width: 25%
    }

    .services-bottom.one {
        width: 30%
    }

    div#CybotCookiebotDialogTabContent {
        margin-left: 0!important
    }

    div#CybotCookiebotDialogBodyContent {
        padding: 0!important
    }

    #CybotCookiebotDialogBody {
        padding: 0 20px!important
    }

    div#CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: column-reverse!important
    }

    div#CybotCookiebotDialogFooter {
        max-width: 200px;
        margin: 0 20px!important
    }

    button#CybotCookiebotBannerCloseButtonE2E {
        position: absolute!important;
        right: 10px!important;
        top: 0;
        margin: 0!important
    }

    #CybotCookiebotDialog .CookieCard {
        border-bottom: 1px solid #313131
    }

    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
        width: auto!important;
        max-width: 200px!important;
        text-align: center!important;
        border-radius: 50px!important
    }

    #CybotCookiebotDialog {
        width: 95%!important;
        max-width: 1024px!important;
        min-width: unset!important;
        bottom: 90px!important;
        top: unset!important;
        box-shadow: none!important;
        padding: 10px 0!important;
        margin: 0 auto!important;
        left: 0!important;
        right: 0!important
    }

    .CybotCookiebotDialogContentWrapper {
        padding: 0!important;
        flex-direction: row!important
    }

    #CybotCookiebotDialog .CybotCookiebotDialogBodyBottomWrapper {
        max-width: 130px
    }

    .slider_inner {
        min-width: auto
    }

    .integrations .integration-logo[data-v-e251eabb] {
        width: 70%
    }
}

@media(min-width: 1024px) {
    .integrations .integration-logo[data-v-e251eabb] {
        width:50%;
        min-width: 250px;
        max-width: 250px
    }
}

img.integration-logo {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    background: #f5f5f5;
    height: 100px;
    max-height: 100px;
    margin: 10px 0;
    border-radius: 23px;
    object-fit: cover!important;
    box-shadow: 0 5px 5px rgb(117 125 146/8%),0 0 0 rgb(117 171 255/10%),5px 5px 20px rgb(88 88 190/20%)!important
}

a.text-btn-topmenu.signup {
    background: green;
    color: #fff!important;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: auto
}

.containers.app-ordini,.containers.comande,.containers.kiosk,.containers.reserve-system {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 50px auto;
    max-width: 1450px
}

.containers.kiosk,.containers.reserve-system {
    flex-direction: row-reverse;
    width: 90%;
    margin: 100px auto
}

.menu-selectable {
    width: 50%;
    margin: 0 20px
}

.menu-item,.menu-item:hover {
    transition: max-height .25s ease-in-out
}

.menu-item {
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: 22px;
    border-radius: 0
}

.menu-item-text {
    min-height: 70px;
    line-height: 25px;
    font-weight: 500;
    padding: 20px 0;
    text-align: left
}

.menu-item:hover {
    background-color: #f5f5f5
}

.display-area {
    width: 50%;
    text-align: center;
    padding: 10px
}

.service-image {
    border-radius: 40px;
    height: 550px;
    object-fit: cover;
    width: 90%;
    object-position: 50%0;
    border: 1px solid #ddd
}

.expandable-text {
    display: none;
    padding: 20px;
    color: #708090;
    font-size: 16px;
    width: 100%;
    margin-top: -8px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
    position: sticky;
    top: 0
}

.menu-item.text {
    border-bottom: 0
}

.selected {
    background-color: #f5f5f5
}

a.text-btn.integration {
    background: #1e90ff;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600
}

a.text-btn.integration:hover {
    letter-spacing: 1px
}

.containers-text-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 95%;
    margin: 0 auto
}

img#service-image-gestionalepos {
    height: 450px;
    width: 90%;
    margin-bottom: 40px;
    object-position: 0 0;
    border: 0
}

.menu-selectable.inline {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.menu-selectable.inline .menu-item {
    width: 100%;
    border-bottom: 0;
    margin: 0 auto
}

.display-area.gestionale {
    width: 90%;
    margin: 0 auto
}

.containers.gestionalepos {
    margin: 50px auto!important;
    display: flex;
    flex-direction: column;
    max-width: 1450px;
    width: 90%
}

.reserve-with-google.containers-logo.integrate {
    max-width: 390px;
    background-image: url(/images/reserve_with_google.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 50% 10px;
    height: 80px;
    box-shadow: none;
    text-align: center;
    font-weight: 600;
    line-height: 115px;
    margin: 0 auto
}

.containers-text-icon.center {
    justify-content: center;
    background: #f5f5f5;
    padding: 0 20px
}

i.fi.fi-rr-angle-small-down {
    top: 3px;
    position: relative;
    font-size: 30px;
    margin-left: 10px
}

img#service-image-appordini {
    background: #daa520
}

img#service-image-presacomande {
    object-position: 50%
}

.containers-info.full.alone-section {
    margin: 100px auto 50px!important;
    max-width: 1450px;
    width: 90%
}

.expandable-text-0,.expandable-text-1,.expandable-text-2,.expandable-text-3,.expandable-text-4 {
    font-size: 16px;
    padding: 0 15px 20px
}

img#service-image-0 {
    background: #daa520
}

div#carousel\ scrollapp {
    margin: 50px 0
}

.align-nav {
    width: 100%;
    display: flex;
    justify-content: space-between
}

#slide-banner {
    -webkit-animation: show-topnavbar 1s linear;
    animation: show-topnavbar 1s linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
    height: 40px;
    color: #000;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 11;
    font-weight: 600;
    text-align: center
}

.showtext,.slide-text {
    display: flex;
    transition: opacity 1s ease-in-out;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.slide-text {
    align-content: center;
    opacity: 0;
    font-size: 12px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center
}

.showtext {
    opacity: 1!important;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 0 10px;
    width: 100%
}

.arrowslidebanner {
    position: absolute;
    top: 3px;
    font-size: 20px;
    cursor: pointer;
    color: #fff
}

i.icon.fi.fi-rr-angle-right {
    top: unset!important;
    font-size: unset;
    margin-top: unset!important
}

.arrowslidebanner.left,.arrowslidebanner.right {
    font-size: 16px;
    line-height: 50px;
    display: none
}

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

.login-action {
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    color: #000;
    box-shadow: 0 0 0 2px #000;
    margin-right: 50px
}

.login-action:hover {
    background: #000;
    color: #fff
}

ul.list-services {
    padding: 0 20px
}

li.services {
    font-weight: 600;
    color: #535f7f;
    font-size: 20px
}

.banner-full.gestionale {
    background: linear-gradient(90deg,#af2896,#509bf5);
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 0 0 50px;
    font-weight: 500;
    font-size: 18px
}

@media(max-width: 1180px) {
    .topmenu {
        font-size:0
    }
}

.main.clearfix {
}

.link-center {
    display: flex
}

.container-nav-menu.shrink {
    background: #fff;
    border-radius: 10px;
    position: fixed;
    box-shadow: 0 0 0 rgb(117 125 146/8%),0 0 0 rgb(117 171 255/10%),5px 5px 20px rgb(88 88 190/5%)!important
}

.integration-logo.one {
    width: 150px!important;
    height: 350px!important;
    min-width: 250px;
    min-height: 350px;
    margin: 20px!important
}

.integration-logo.two {
    width: 350px!important;
    height: 250px!important;
    min-width: 350px;
    min-height: 250px;
    margin: 20px!important
}

.integration-logo.tree {
    width: 250px!important;
    height: 250px!important;
    min-width: 250px;
    min-height: 350px;
    margin: 20px!important
}

.integration-logo.four {
    width: 250px!important;
    height: 250px!important;
    min-width: 250px;
    min-height: 250px;
    margin: 20px!important
}

.integration-logo.five {
    width: 250px!important;
    height: 250px!important;
    min-width: 250px;
    min-height: 350px;
    margin: 20px!important
}

.integration-logo.one {
    background-image: url(/images/ticket1.jpg);
    background-size: cover;
    background-position: 50%
}

.integration-logo.tree {
    background-image: url(/images/ticket7.jpg);
    background-position: 100%;
    background-size: cover
}

.integration-logo.two {
    background-image: url(/images/ticket4.png);
    background-size: contain;
    background-position: 50%
}

.integration-logo.four {
    background-image: url(/images/ticket3.jpg);
    background-size: cover;
    background-position: 0%;
    background-repeat: no-repeat
}

.integration-logo.five {
    background-image: url(/images/ticket6.jpg);
    background-size: contain;
    background-position: 50%
}

a.text-btn-register {
    padding: 25px;
    border-radius: 50px 20px 50px 20px;
    background: #1e90ff
}

a.text-btn-register:hover {
    background: #8a2be2
}

div#carouselExampleIndicators {
    background-image: url(/images/bg-ticket.webp);
    background-size: cover;
    background-position: 0%;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    height: 700px
}

div#carousel\ scrollapp\ top {
    margin-top: -150px
}

.integration-logo.square {
    max-width: 150px!important;
    min-width: 120px!important;
    width: 150px!important;
    margin: 20px!important
}
