@font-face {
  font-family: "Archer";
  src: url("../font/Archer-Semibold.woff") format("woff"),
    url("../font/Archer-Semibold.ttf") format("truetype"),
    url("../font/Archer-Semibold.eot");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Tiza";
  src: url("../font/Tiza.woff") format("woff"),
    url("../font/Tiza.ttf") format("truetype"), url("../font/Tiza.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Egyptienne Large";
  src: url("../font/EgyptienneLarge-Regular.eot");
  src: url("../font/EgyptienneLarge-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../font/EgyptienneLarge-Regular.woff2") format("woff2"),
    url("../font/EgyptienneLarge-Regular.woff") format("woff"),
    url("../font/EgyptienneLarge-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gig V0.5";
  src: url("../font/GigV05-Semibold.eot");
  src: url("../font/GigV05-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../font/GigV05-Semibold.woff2") format("woff2"),
    url("../font/GigV05-Semibold.woff") format("woff"),
    url("../font/GigV05-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Apfel Grotezk Mittel";
  src: url("../font/ApfelGrotezk-Mittel.eot");
  src: url("../font/ApfelGrotezk-Mittel.eot?#iefix") format("embedded-opentype"),
    url("../font/ApfelGrotezk-Mittel.woff2") format("woff2"),
    url("../font/ApfelGrotezk-Mittel.woff") format("woff"),
    url("../font/ApfelGrotezk-Mittel.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ChunkFive";
  src: url("../font/ChunkFive-Roman.eot");
  src: url("../font/ChunkFive-Roman.eot?#iefix") format("embedded-opentype"),
    url("../font/ChunkFive-Roman.woff2") format("woff2"),
    url("../font/ChunkFive-Roman.woff") format("woff"),
    url("../font/ChunkFive-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  background-color: var(--main-color, #731423); /* Bordeaux */
}

/* Custom color variants */
body.customer-satisfaction {
  --main-color: #EB5023;
}

a {
  color: #80002a;
}
a:hover,
a:focus {
  color: #4b0716;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Egyptienne Large", cursive !important;
}

p,
label,
span,
.smallnote,
.smalltext {
  font-family: "Apfel Grotezk Mittel", Helvetica, sans-serif !important;
}

span.decorato {
  font-family: "Gig V0.5", cursive;
  font-size: 0.7em;
  font-style: italic;
  font-weight: normal;
  vertical-align: top;
}
span.prezzo {
  font-family: "Apfel Grotezk Mittel", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  color: #000;
}

.form-signin {
  max-width: 500px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  body {
    padding-top: 40px;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.blacktext {
  color: #80002a;
}

.blacktext:hover,
.blacktext:focus {
  color: #4b0716;
  text-decoration: underline;
}

.smallnote {
  font-style: italic;
}
.smalltext {
  font-size: 14px;
}

.alignright {
  text-align: right;
}

#bgbox {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#box {
  position: relative;
  background-color: #fff5e1; /* Crema */
  border-radius: 12px;
  color: #111111; /* nero */
  padding: 30px;
  max-width: 500px;
}
.logo-pollo-friends {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: auto;
  z-index: 10;
  opacity: 0.98;
  pointer-events: none;
}
.chunkfive {
  font-family: "ChunkFive", serif !important;
  letter-spacing: 0.5px;
}
.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--main-color, #731423) !important;
  color: #ffffff !important; /* Testo bianco */
  border-color: var(--main-color, #731423);
  box-shadow: none;
}
.btn-primary:hover {
  background-color: var(--main-hover-color, #4b0716) !important;
  color: #ffffff !important;
  border-color: var(--main-hover-color, #4b0716);
}

/* Custom color variants */
.customer-satisfaction .btn-primary {
  --main-hover-color: #c43d15;
}
.footer-links {
  font-family: "Apfel Grotezk Mittel", Helvetica, sans-serif !important;
  font-size: 14px;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}
.footer-links a {
  text-decoration: underline;
}
.cookie-settings {
  font-family: "Apfel Grotezk Mittel", Helvetica, sans-serif !important;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.consent-text,
.consent-text label {
  font-size: 12px !important;
}
.logo-wrapper {
  text-align: center;
  margin: 15px 0 25px 0;
}
.logo-pollo-friends-top {
  width: 120px;
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease, width 0.3s ease;
}
@media (max-width: 576px) {
  .logo-pollo-friends-top {
    width: 120px;
    transform: scale(0.95);
  }
}
