@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 swing-next {
  0%,
  to {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }
}

.bg-slide-single.slide-spot,
.login-button,
.modal,
.player-icon,
p.text-inside {
  align-content: center;
}

.title-slide,
p.text-inside {
  font-family: Montserrat;
  height: 100%;
}

.carousel-inner,
.carousel-item {
  position: relative;
  width: 100%;
}

.notify,
.service-single,
.subtitle-slide,
.title-argoment {
  text-transform: uppercase;
}

.carousel,
.login-button,
.try-now,
i.fi.fi-rr-play,
p.outline-img {
  position: relative;
}

.carousel-inner {
  overflow: hidden;
  height: 600px;
  margin-top: 0;
}

.carousel-item {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  height: 600px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center center/100% 100%no-repeat;
}

.bg-1,
.bg-2,
.bg-3 {
  height: 580px;
}

.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=);
}

.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=);
}

.carousel-indicators {
  display: none !important;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}

.carousel-indicators li::after,
.carousel-indicators li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::before {
  top: -10px;
}

.carousel-indicators li::after {
  bottom: -10px;
}

.carousel-indicators .active {
  background-color: #fcd131;
  transition: 0.5s;
  width: 50px;
}

.container-slider {
  height: 580px;
  position: relative;
}

.bg-1 {
  object-position: 150px 0;
  background: #d59b6f;
  width: 100%;
  object-fit: contain;
}

.bg-2,
.bg-3,
.w-100-slider {
  object-fit: cover;
}

.bg-2,
.bg-3 {
  object-position: 0 50%;
  width: 100%;
}

.bg-3 {
  object-position: 0 100%;
}

.section-text-button,
.title.big {
  z-index: 0;
  align-items: center;
  justify-content: center;
}

.section-text-button {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  z-index: 1;
  position: relative;
  margin-top: 0;
  width: 45%;
  height: 100%;
  transition: 0.5s;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.button-register,
.title.big {
  position: relative;
  top: 0;
  left: 0;
}

.button-register {
  width: 66%;
  display: flex;
}

.text-medium-slide {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  line-height: 30px;
  position: relative;
  max-width: 600px;
}

.all-section-one,
.all-section-tree,
.section-text-button.slide-two {
  right: 0;
  max-width: 1200px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-color-overlay.slide-one-section {
  z-index: 0;
}

.bg-color-overlay.slide-one-section,
.bg-color-overlay.slide-two-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.bg-color-overlay.slide-tree-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.section-text-button.slide-two {
  align-items: center;
  text-align: center;
  width: 60%;
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
}

.button-register.slide-two,
.modal {
  justify-content: center;
}

.title.big {
  text-align: left;
  font-size: 35px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
  text-transform: inherit;
}

.section-text-button.slide-tree,
.text-medium-slide.slide-two {
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.text-medium-slide.slide-two {
  color: #000;
  display: flex;
  margin-top: 10px;
}

span.outline-text {
  text-decoration: underline;
}

img.qr-code-img {
  width: 100px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 30px 40px 0 rgb(1 11 60/10%);
  -moz-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, 0.1);
  box-shadow: 0 30px 40px 0 rgb(1 11 60/10%);
}

a.contact-link,
a.text-btn-register,
a.text-btn-register.green,
a.text-btn-register.order,
a.text-btn-register.selforder {
  box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.25);
}

.section-text-button.slide-tree {
  display: flex !important;
  width: 80%;
  margin: 0 auto;
  top: 0;
}

.title.big.slide-tree {
  text-align: center;
  color: #000;
}

.button-register.slide-tree {
  left: initial;
  justify-content: flex-end;
}

.text-medium-slide.slide-tree {
  text-align: center;
  color: #000;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .bg-1 {
    object-position: 100%0;
  }
}

@media (max-width: 990px) {
  .carousel-inner {
    margin-top: -90px;
  }

  .notify.first.lf,
  .notify.four.rg,
  .notify.second.rg,
  .notify.third.lf {
    margin-left: 12% !important;
  }

  .image-lf-slide.more {
    background-size: 400px !important;
    background-position: 0 50% !important;
  }

  .image-lf-slide {
    background-size: 500px !important;
    background-position: -110px 50% !important;
  }

  .image-rg-slide.order {
    background-size: 404px !important;
    background-position: -45px 62% !important;
  }

  .image-rg-slide {
    background-size: 400px !important;
    background-position: 0 60% !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    opacity: 0 !important;
  }

  .loghi-piattaforme.container-logo {
    background-size: contain !important;
  }

  .large-part.left,
  .large-part.right {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .container-text {
    width: 90% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .title-service {
    margin: 0 auto 30px !important;
  }

  h1.title.features.faq,
  p.text-printer.faq {
    text-align: center;
  }

  .image-rg-slide.booking.container-body {
    background-size: 300px !important;
    height: 300px !important;
    width: 100% !important;
    background-position: 50% -33px !important;
  }

  .title-slide {
    line-height: 47px !important;
  }

  .subtitle-slide {
    text-align: left !important;
    padding: 10px !important;
    width: max-content !important;
    font-size: 25px !important;
  }

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

  .notify.third.lf {
    top: 340px !important;
  }

  .notify.four.rg {
    top: 385px !important;
  }

  .notify.second.rg {
    top: 295px !important;
  }

  .notify.first.lf {
    top: 250px !important;
  }

  .container-text-slide {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .bg-slide-single.slide-spot,
  .bg-slide-single.slide-tree,
  .bg-slide-single.slide-two {
    right: 50px !important;
  }
}

.all-section-one,
.all-section-tree {
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container-toplink {
    justify-content: center !important;
  }

  .notify.first.lf,
  .notify.four.rg,
  .notify.second.rg,
  .notify.third.lf {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

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

  .bg-1 {
    object-fit: cover;
    object-position: 100px 0;
  }

  .title.big.slide-two {
    font-size: 30px;
    line-height: 30px;
  }
}

.all-section-tree {
  width: 85%;
}

.all-section-one {
  width: 90%;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 600px) {
  .container-text-slide {
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }

  .problems-square-one {
    height: 100px !important;
  }

  .image-lf-slide.selforder {
    background-position: -55px -130px !important;
    background-size: 600px !important;
  }

  .title-content-problems {
    padding: 15px !important;
    font-size: 14px;
  }

  .container-lf-list,
  .container-rg-list,
  .notify.first.lf,
  .notify.four.rg,
  .notify.second.rg,
  .notify.third.lf {
    display: none !important;
  }

  p.text-printer.light {
    font-size: 16px !important;
    line-height: 25px !important;
    text-align: center;
  }

  .circle-app {
    background-position: -40px 50% !important;
  }

  .circle-one,
  .circle-two {
    display: none;
  }

  p.outline-img {
    background-position: 0 100% !important;
    background-size: 150px !important;
  }

  .menu-interattivo-booxit,
  .staff-booxit {
    width: 100% !important;
    height: 300px !important;
  }

  .bg-slide-single.slide-one {
    top: 0;
    width: 50% !important;
    background-position: 0 0 !important;
  }

  .bg-slide-single.slide-two {
    right: 0 !important;
    opacity: 1;
    background-position: -85px 0 !important;
    border-radius: 10px 0 0 10px !important;
    width: 33% !important;
    border: 1px solid #ddd;
  }

  .bg-slide-single.slide-spot,
  .bg-slide-single.slide-tree {
    right: 0 !important;
    border-radius: 40px 0 0 40px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 50px !important;
  }

  .all-section-one {
    flex-direction: column;
    width: 50%;
    margin: 0 0 0 20px;
  }

  .section-text-button {
    width: 100%;
  }

  .section-text-button.slide-two,
  .text-medium-slide {
    width: 80%;
    margin-top: 0;
  }

  .title.big {
    font-size: 35px !important;
    line-height: 35px !important;
  }

  .text-medium-slide {
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    display: none;
    line-height: 20px;
  }

  .bg-1 {
    object-fit: cover;
    object-position: 30%0;
  }

  img.qr-code-img {
    width: 80px;
  }

  .text-medium-slide.center-text {
    text-align: center;
  }

  .section-text-button.slide-tree {
    align-content: center;
    justify-content: center;
    text-align: center;
  }

  .title.big.slide-two {
    font-size: 35px;
    line-height: 33px;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .all-section-tree,
  .section-text-button.slide-tree {
    display: flex;
    align-items: center;
    margin-top: 0;
    flex-direction: column;
  }

  .text-medium-slide.slide-tree {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    line-height: 24px;
  }

  .button-register.slide-tree {
    justify-content: center;
  }

  .bg-2 {
    object-position: 30% 50%;
  }
}

.w-100-slider {
  width: 50%;
  height: 100%;
  object-position: 100% 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
}

@media (max-width: 768px) {
  .banner-full.gestionale {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }

  a.text-btn-register {
    padding: 15px 20px !important;
  }

  .container-slide {
    height: 610px !important;
    zoom: 0.9;
  }

  .modal-content {
    width: 100% !important;
  }

  .w-100-slider {
    object-fit: cover !important;
    object-position: 30%0 !important;
  }
}

.w-101-slider,
.w-102-slider {
  width: 100% !important;
  object-fit: cover;
  height: 100%;
}

.w-101-slider {
  object-position: 0 30%;
}

.w-102-slider {
  object-position: 50%0;
  position: absolute;
  z-index: -1;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  color: #000;
  text-align: center;
  opacity: 0.5;
  transition: 0.2s linear;
  z-index: 0;
  height: 100%;
}

.bg-slide-single.slide-one,
.circle-tree {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  font-size: 30px;
  transition: 0.2s linear;
}

h1.title.big.two-slide {
  text-align: left;
  font-size: 30px;
  line-height: 30px;
}

.bg-slide-single.slide-one {
  width: 50%;
  height: 700px;
  background-image: url(/images/bg-yellows.jpg);
  background-size: cover;
  background-position: 0 0;
  right: 0;
}

.circle-tree {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/bg-phone.png);
  background-size: 400px;
  background-position: 50px 100%;
}

.circle-one,
.circle-two {
  width: 100%;
  height: 685px;
  top: 0;
  left: 0;
}

p.outline-img {
  background-image: url(/images/outline-blu.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: 80% 40px;
  padding-bottom: 20px;
  margin-top: 0;
  line-height: 36px;
}

a.contact-link {
  padding: 15px 50px;
  font-size: 15px;
}

a.contact-link,
a.text-btn-register {
  text-transform: initial;
  display: block;
  transition: 0.6s cubic-bezier(0.01, 1.69, 0.99, 0.94);
  font-family: Montserrat;
  cursor: pointer;
}

.login-button {
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
}

.title-argoment {
  font-size: 15px;
  border: 2px solid #000;
  color: #000;
  padding: 0 10px;
  line-height: 35px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-weight: 500;
}

.text-medium-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 10px;
}

.try-now {
  margin-top: 30px;
  cursor: pointer;
}

iframe#spotId2 {
  border-radius: 20px;
  border: 0 !important;
}

.bg-slide-single.slide-spot,
.bg-slide-single.slide-tree {
  width: 40%;
  border-radius: 50px;
  background-repeat: no-repeat;
  top: 150px;
  position: absolute;
  z-index: 0;
}

.bg-slide-single.slide-spot {
  height: 450px;
  background-image: url(/images/video-cover.jpg);
  background-size: cover;
  background-position: 50%;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 50px rgb(0 0 0/25%);
}

.bg-slide-single.slide-tree {
  height: 550px;
  background-image: url(/images/slide2.jpg);
  background-size: 500px;
  background-position: 0 100%;
  right: 100px;
}

.bg-slide-single.slide-two {
  width: 45%;
  height: 450px;
  background-image: url(/images/slide3.jpg);
  background-size: cover;
  background-position: -85px 0;
  z-index: 1;
  right: 50px;
  border-radius: 10px;
  top: 150px;
  box-shadow: 0 2px 50px rgb(0 0 0/15%);
}

.circle-one {
  position: absolute;
  background-image: url(/images/pattern.png);
  background-size: 2000px;
  background-repeat: repeat-y;
  background-position: 0 0;
  z-index: 0;
  transform: rotate(-18deg);
}

.bg-slide-single.slide-two,
.circle-section,
.circle-two {
  position: absolute;
  background-repeat: no-repeat;
}

.circle-two {
  background-image: url(/images/printer-png.png);
  background-size: 230px;
  background-position: 250px 200px;
  z-index: 1;
}

.circle-section {
  width: 50%;
  right: 0;
  height: 100%;
  background-size: 150px;
  background-position: 0 155px;
  z-index: 7;
}

a.text-btn-register.video {
  background: #8a2be2;
}

i.fi.fi-rr-play {
  top: 5px;
  font-size: 23px;
  margin-left: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
}

.modal-content {
  background-color: transparent;
  margin: auto;
  padding: 20px;
  border: 0;
  width: 70%;
}

.close {
  color: #fff;
  float: right;
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 80px;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.player-icon {
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #000;
}

.container-services,
.container-slide {
  flex-direction: row;
  align-content: center;
}

.circle-app,
.circle-four,
.circle-yellow {
  background-repeat: no-repeat;
  position: absolute;
}

i.fi.fi-rr-play.player {
  top: 3px;
  margin-left: 3px;
}

.circle-four {
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(/images/imac-booxit.png);
  background-size: 800px;
  background-position: 5% 50%;
  z-index: 1;
}

.circle-yellow {
  width: 50%;
  height: 700px;
  background-image: url(/images/bg-yellows.jpg);
  background-size: cover;
  background-position: 0 0;
  z-index: 0;
  right: 0;
}

.circle-app {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/bg-app.png);
  background-size: 700px;
  background-position: 0 50%;
  z-index: 1;
}

.container-problems,
.container-slide {
  z-index: -1;
  position: relative;
  display: flex;
}

.container-slide {
  justify-content: center;
  align-items: center;
  max-width: 1450px;
  margin: 0 auto;
  flex-wrap: nowrap;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: row;
  height: 600px;
}

.image-lf-slide,
.image-rg-slide,
.title-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}

.image-lf-slide,
.image-rg-slide {
  width: 50%;
  height: 100%;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

.image-lf-slide.more {
  background-image: url(/images/color-img-slide.jpg);
  background-size: 80%;
  background-position: 50%;
}

.image-rg-slide.booking {
  background-image: url(/images/img-planimetria-big.jpg);
  background-size: 90%;
  background-position: 100% 100%;
}

.service-single.floorplant,
.service-single.qrcode,
.service-single.translate {
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.title-slide {
  width: 100%;
  justify-content: center;
  font-size: 45px;
  color: #000;
  max-width: 900px;
  text-align: center;
  font-weight: 900;
  line-height: 46px;
  margin: 0;
}

.service-single,
.subtitle-slide,
a#btnVimeoSpot:hover {
  font-weight: 600;
}

.subtitle-slide {
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  border: 3px dashed #000;
  color: #000;
  width: fit-content;
  margin: 10px auto;
  border-width: 3px 0px 3px 0px;
}

.subtitle-slide.booking {
  border: 2px solid #535f7f;
  color: #535f7f;
}

.notify,
a.contact-link {
  border-radius: 5px;
  font-weight: 600;
}

a.contact-link,
a.text-btn-register {
  position: relative;
  text-align: center;
  color: #fff;
}

a.contact-link {
  background: #1e90ff;
  margin: 0 30px;
}

a.text-btn-register {
  margin: 0 0 40px;
  background: #000;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 23px;
}

a.text-btn-register:hover {
  letter-spacing: 3px !important;
  transition: 0.6s cubic-bezier(0.01, 1.69, 0.99, 0.94);
  background: #1e90ff;
}

a.text-btn-register.green {
  background: #279520;
}

.title-slide.booking {
  color: #279520;
}

.container-services,
p.text-inside {
  display: flex;
  align-items: center;
  width: 100%;
}

.container-services {
  flex-wrap: nowrap;
  justify-content: center;
  height: auto;
}

.service-single {
  text-align: center;
  color: #000;
  margin: 0 20px;
  padding-top: 80px;
}

.service-single.qrcode {
  background-image: url(/images/order-qr.png);
  background-size: 50px;
}

.service-single.translate {
  background-image: url(/images/traduttore.png);
  background-size: 35px;
}

.service-single.bookingtable,
.service-single.orders,
.service-single.selfpay {
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.service-single.selfpay {
  background-image: url(/images/payment.png);
}

.service-single.orders {
  background-image: url(/images/ordini.png);
}

.service-single.bookingtable {
  background-image: url(/images/booktable.png);
}

.service-single.floorplant {
  background-image: url(/images/florplan-icon.png);
  background-size: 35px;
}

.container-problems {
  height: auto;
  width: 100%;
  min-width: 170px;
  background: #f5f5f5;
  flex-direction: row;
  overflow: auto;
  flex-wrap: nowrap;
}

.problems-square-one {
  background: 50% / cover no-repeat #f5f5f5;
  width: 100%;
  height: 170px;
  min-width: 170px;
}

.problems-square-one.\31 {
  background-image: url(/images/img-1.jpg);
}

.problems-square-one.\32 {
  background-image: url(/images/img-2.jpg);
}

.problems-square-one.\33 {
  background-image: url(/images/img-3.jpg);
}

.problems-square-one.\34 {
  background-image: url(/images/img-4.jpg);
}

.problems-square-one.\35 {
  background-image: url(/images/img-5.jpg);
}

.problems-square-one.\36 {
  background-image: url(/images/img-6.jpg);
}

.problems-square-one.\36 b {
  background-image: url(/images/img-6b.jpg);
}

.problems-square-one.\37 {
  background-image: url(/images/img-7.jpg);
}

.problems-square-one.\38 {
  background-image: url(/images/img-8.jpg);
}

.problems-square-one.\38 b {
  background-image: url(/images/img-8b.jpg);
}

.problems-square-one.\39 {
  background-image: url(/images/img-9.jpg);
}

.problems-square-one.\31 0 {
  background-image: url(/images/img-10.jpg);
}

.problems-square-one.\31 0b {
  background-image: url(/images/img-31b.jpg);
}

.problems-square-one.\31 1 {
  background-image: url(/images/img-11.jpg);
}

.problems-square-one.\31 2,
.problems-square-one.\31 9 {
  background-image: url(/images/img-12.jpg);
}

.problems-square-one.\31 3 {
  background-image: url(/images/img-13.jpg);
}

.problems-square-one.\31 4 {
  background-image: url(/images/img-14.jpg);
}

.problems-square-one.\31 5 {
  background-image: url(/images/img-15.jpg);
}

.problems-square-one.\31 6 {
  background-image: url(/images/img-16.jpg);
}

.problems-square-one.\31 7 {
  background-image: url(/images/img-17.jpg);
}

.problems-square-one.\31 8 {
  background-image: url(/images/img-18.jpg);
}

.problems-square-one.\32 0 {
  background-image: url(/images/img-19.jpg);
}

.problems-square-one.\32 1 {
  background-image: url(/images/img-20.jpg);
}

p.text-inside {
  bottom: 0;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 20px;
  text-shadow: 0 0 6px #000;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.4);
}

.notify {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 1px;
}

.notify.first.lf {
  position: absolute;
  top: 100px;
  margin-left: 60px;
  background: green;
  border-radius: 5px 5px 0;
}

.notify.second.rg {
  position: absolute;
  top: 165px;
  margin-left: 0;
  background: #1e90ff;
  border-radius: 5px 5px 5px 0;
}

.notify.third.lf {
  position: absolute;
  top: 225px;
  margin-left: 100px;
  background: #5f9ea0;
  border-radius: 5px 5px 0;
}

.notify.four.rg {
  position: absolute;
  top: 285px;
  margin-left: 0;
  border-radius: 5px 5px 5px 0;
}

.icon-notify {
  font-size: 15px;
  margin-right: 5px;
  top: 2px;
  position: relative;
}

.no-commission {
  font-size: 15px;
  color: #535f7f;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}

.image-lf-slide.selforder {
  background-image: url(/images/self-order-girl.jpg);
  background-size: 90%;
  background-position: 50%;
}

.title-slide.selforder {
  color: #daa520;
}

.notify.four.rg,
a.text-btn-register.selforder {
  background: #daa520;
}

a#btnVimeoSpot {
  color: #8a2be2;
  cursor: pointer;
  font-size: 20px;
}

.container-text-slide {
  padding: 50px 0;
  zoom: 0.9;
  position: relative;
}

.loghi-piattaforme {
  width: 100%;
  height: 50px;
  background-image: url(/images/reserve_with_google.png);
  background-size: 250px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.image-rg-slide.order {
  background-image: url(/images/img-ordervarie2.jpg);
  background-size: 90%;
  background-position: 50%;
}

.image-lf-slide.waiter {
  background-image: url(/images/waiter-slide.jpg);
  background-size: 100%;
  background-position: 50% 50%;
}

.title-slide.waiter {
  color: #8a2be2;
}

.title-slide.order {
  color: teal;
}

a.text-btn-register.order {
  background: teal;
}

.topnavbar {
  z-index: 1;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #af2896, #509bf5);
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.container-toplink {
  max-width: 1350px;
  display: flex;
  height: 100%;
  align-items: center;
}

.text-toplink {
  margin: 0 10px;
  font-size: 10px;
}

p.hash {
  color: #1e90ff;
  line-height: 46px;
  font-weight: 600;
}

i.fi.fi-rr-angle-left:hover,
i.fi.fi-rr-angle-right:hover {
  background: #000;
  color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 58px;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}
