:root {
  --main-color: #e8c5a3;
  --main-text-color: #fff;
  --main-color-hover: #15172b;
  --primary: #404040;
  --secondary: #4191ce;
  --tertiary: #e8c5a3;
  --header-text-color: #fff;
  --header-text-color-hover: #e8c5a3;
}
body,
input,
textarea {
  font-family: "Lato", sans-serif;
}
a {
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
button,
button.primary,
button.setting,
header .menu .voice,
#menu_complete .left_content .mobile_category,
header .right button {
  font-family: "Lato", sans-serif;
}
button.setting,
button.primary {
  background: var(--primary) !important;
}
button.setting:hover,
button.primary:hover {
  background: var(--tertiary) !important;
}
/* HEADER */
header {
  background: var(--primary);
  color: var(--header-text-color) !important;
  border: 0;
  font-weight: 300 !important;
}
header .right button {
  font-weight: 300 !important;
}
header a {
  color: var(--header-text-color);
  transition: 0.2s;
}
header a:hover {
  color: var(--header-text-color-hover);
}
header .right button,
header select,
header .right i,
header .menumobilebutton.show_menu_complete,
header .menumobilebutton.show_menu_complete.hide,
header .right .cart_button {
  color: var(--header-text-color) !important;
}
header .right button:hover,
header .right i:hover,
header .right .cart_button:hover {
  color: var(--header-text-color-hover) !important;
}
header .right {
  float: unset;
  width: unset;
}
header .right button {
  white-space: nowrap;
}
header .menu .voice {
  font-size: 0.9em;
}
/* FOOTER */

footer {
  background: var(--primary);
  text-align: left;
  width: 100%;
  padding: 0;
}
footer ul {
  width: 90%;
  margin-bottom: 20px;
  margin-left: 10%;
  font-size: 0.95em;
  line-height: 1.3;
  text-align: left;
}
footer ul li {
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
footer .container {
  width: 85%;
  padding-top: 35px;
}
footer .right {
  width: 35%;
}
footer .left {
  width: 25%;
  margin-right: 10%;
}
footer .left img {
  width: 75%;
  /* max-width: 200px; */
}
footer .right li i {
  margin-right: 15px;
}
footer .center {
  width: 30%;
}
footer .info {
  color: #fff;
  width: unset;
  text-align: left;
  padding: 20px 0;
  padding-left: 39.8%;
  font-weight: 300;
}
footer .title {
  font-family: "Lato", sans-serif;
  width: 90%;
  margin-left: 10%;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--tertiary);
  font-size: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-align: left;
}
footer .top {
  text-align: center;
}
footer .top i {
  cursor: pointer;
  font-size: 1.4em;
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: var(--main-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid;
  border-radius: 100%;
  color: #fff;
}
footer .top i:hover {
  background: var(--second-color);
  color: #fff;
}
footer .social {
  width: 90%;
  margin-left: 10%;
  text-align: left;
}
footer .social i {
  margin-left: 0;
  margin-right: 30px;
  font-size: 1.5em;
}
footer a {
  color: #fff;
  transition: 0.2s;
}
footer a:hover {
  color: var(--tertiary);
}
footer a.iubenda-nostyle {
  font-weight: 200;
}
footer .right i.fa-phone {
  transform: rotate(90deg);
}
footer .left img {
  width: 50%;
  max-width: 200px;
}
footer .language-selection-mobile {
  display: none;
}

#indexslide,
#indexslide .content .slide,
#indexslide .content .slide .contentslide {
  float: unset;
  height: calc(100vh - 100px);
}
#indexslide .content .slide .layer {
  background: rgb(21 23 43 / 40%);
}
#indexslide h1 {
  color: white;
  font-size: 3em;
  max-width: 60%;
}
.bg--image {
  background: #fff center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 150px 0;
}
.offer_showcase {
  float: unset;
}
.offer_showcase h2 {
  text-align: center;
}

/* PRODUCT THUMBNAIL */
.offer_showcase ul.list li {
  width: 47.5%;
}
.offer_showcase ul.list li .pricebox span {
  font-size: 1.7em;
}
.offer_showcase ul.list li .buttonmore:hover {
  background: var(--primary);
}
.offer_showcase ul.list li .buttonmore {
  background: var(--tertiary);
  color: white;
  transition: 0.2s;
  padding: 10px 20px;
  letter-spacing: 0.15em;
}
.offer_showcase ul.list li.nomargin_right h4 {
  font-size: 1.5em;
  margin: 0;
}
.offer_showcase ul.list li.nomargin_right {
  margin: 2.5% 0;
  margin-right: 5%;
  transition: 0.3s;
  overflow: hidden;
  background: white;
}
.offer_showcase ul.list li.nomargin_right img {
  transition: 0.3s;
}
.offer_showcase ul.list li.nomargin_right:hover img {
  scale: 1.03;
}
.offer_showcase ul.list a:nth-child(3n + 3) li {
  margin-right: 5%;
}
.offer_showcase ul.list a:nth-child(2n + 2) li {
  margin-right: 0;
}
.offer_showcase ul.list li,
.offer_flipcard .flip_container {
  height: 650px !important;
}
hr.offer {
  width: 30%;
  margin: 0;
}
.parallax-container {
  height: 500px; /* Altezza desiderata */
  overflow: hidden;
  position: relative;
}

.parallax-content {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed; /* Abilita l'effetto parallasse */
}
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 23, 43, 0.65);
}
/* PRODUCT PAGE */
.offer_showcase.cross {
  display: none;
}
.productright .booking .add_cart button,
.booking.mobile button {
  background: var(--primary);
}
.productright .booking .add_cart button:hover {
  background: var(--tertiary);
}
.booking.mobile span.price,
#form_booking #subtotal_booking_form span,
#form_booking .content .content_form .change_date,
.checkout-form .total-cart,
.order-recap .total-order {
  color: var(--secondary);
}

#calendar .content .row .day .boxday.disp {
  background: var(--main-color);
  transition: 0.3s;
}
#calendar .content .row .day .boxday.disp:hover {
  border-color: var(--main-color-hover);
  background: var(--main-color-hover) !important;
}
#calendar .content .row .day .boxday.disp:hover .price,
#calendar .content .row .day .boxday.disp:hover .date {
  color: white !important;
}
/* LOGIN PAGE */
#contentlogin h1 {
  margin-top: 0;
}
#contentlogin button:hover {
  background: var(--tertiary);
}
#contentlogin button {
  background: var(--primary);
  color: white;
}
.fc-h-event .fc-event-title {
  white-space: normal !important;
  padding: 2px 6px;
}
