body {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  overflow-x: hidden;
}

strong {
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
}

.navbar {
  background-color: #872225;
  position: sticky;
  top: 0;
  font-weight: 300;
  letter-spacing: 0.02rem;
  font-family: "azo-sans-web", sans-serif;
  z-index: 100;
}

.navbar .nav-item {
  padding: 0 0.5rem;
}

.navbar-brand {
  width: 230px;
}

.navbar .nav-link {
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.intro-cuneogriss .back {
  background-image: url('/images/intro_img.jpg');
  height: 900px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}


.logo {
  width: 23%;
  position: absolute;
  left: 2%;
  top: 2%;
}

.description p {
  color: #872225;
  font-size: 1.5rem;
  line-height: 1.5;
}

.cataloghi .title {
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
  text-align: center;
  font-weight: 700;
  color: #872225;
}

.marchi {
  border-top: solid 1px #dc911b;
  border-bottom: solid 1px #dc911b;
}

.marchi .title {
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
  text-align: center;
  font-weight: 700;
  color: #872225;
}

.marchi .card {
  border: none;
}

.marchi .card-body {
  padding: 0;
}

.marchi .card-text {
  font-style: italic;
  font-size: 1.25rem;
  padding: 0 1.5rem;
  text-align: center;
}

.marchi .card-img-top {
  height: 200px;
}

.marchi .btn-cuneogriss {
  background-color: #dc911b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  width: 100%;
  border-radius: 30px;
}

.marchi .btn-cuneogriss:hover {
  background-color: #fff;
  color: #dc911b;
  border: solid 1px #dc911b;
}

.container-overlay {
  position: relative;
  border-radius: 50%;
}

.cataloghi a :hover .container-overlay {
  border: solid 2px #872225;
}

.box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem 0;
}

.box {
  width: 255px;
  margin: 0 2rem;
}

.box img {
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.19);
}

.box .title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4rem;
}

.box .overlay {
  background: linear-gradient(180deg, rgba(220, 145, 27, 1) 0%, rgba(0, 0, 0, 0) 51%);
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 1.5rem;
}

.box .overlay i {
  color: #fff;
  font-size: 2.5rem;
}


.speciale {
  height: 650px;
  background-image: url('/images/sfondo-halloween.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.speciale .title {
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-align: center;
}

.speciale .subtitle {
  font-size: 2.5rem;
  font-style: italic;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.8rem;
  text-align: center;
}

.speciale .cta {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.speciale .btn-speciale {
  width: 212px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ee7203;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.19);
}

.btn-speciale i {
  font-size: 3.5rem;
  color: #fff;
}

.btn-speciale .text {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-weight: 700;
}

.speciale .btn-speciale:hover {
  border: solid 2px #ee7203;
  background-color: #fff;
}

.btn-speciale:hover i {
  color: #ee7203;
}

.btn-speciale:hover .text {
  color: #ee7203;
}

.parallax-section {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.parallax-container {
  position: absolute;
  width: 100%;
  height: 500px;
  top: -30px;
  display: flex;
  justify-content: center;
}

.parallax-img {
  max-width: 100%;
  height: auto;
  position: absolute;
}

.contatti {
  background-color: #872225;
}

.contatti input::placeholder,
.contatti textarea::placeholder {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  color: #dc911b;
  opacity: 0.8;
}

.contatti textarea {
  padding: 0.5rem;
}

.contatti input,
.contatti textarea {
  border-radius: 0;
  color: #fff;
  border: solid 1px #dc921bd0 !important;
  background-color: #872225;
  box-shadow: none !important;
}

.contatti .title {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.02rem;
}

.contatti .subtitle {
  font-size: 2.2rem;
  letter-spacing: 0.03rem;
  color: #fff;
  font-style: italic;
}

.contatti .btn-form {
  text-transform: uppercase;
  color: #dc911b;
  border: solid 1px #dc911b;
  padding: 0.5rem 2.5rem;
  border-radius: 0;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.contatti .btn-form:hover {
  color: #fff;
  border: solid 1px #fff;
  background-color: #dc911b;
}

footer p {
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
  line-height: 1.1;
}

.evidenza .title {
  font-size: 2.5rem;
  color: #dc911b;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1;
}

.evidenza .text {
  font-size: 1.1rem;
}

.evidenza .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.07rem;
  color: #dc911b;
}

.evidenza ul {
  padding-left: 1rem;
}

.evidenza .back {
  position: absolute;
  bottom: 0;
  right: 0;
}

.evidenza .back img {
  width: 300px;
}

@media (max-width: 1399.98px) {

  .description p {
    font-size: 1.4rem;
  }

  .cataloghi .title {
    font-size: 2.5rem;
  }

  .marchi .title {
    font-size: 2.5rem;
  }

  .box {
    width: 205px;
  }

  .box .title {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
  }

  .pasqua .title {
    font-size: 3.5rem;
  }

  .pasqua .subtitle {
    font-size: 2.2rem;
  }

  .pasqua .cta {
    font-size: 2.2rem;
  }

  .pasqua .btn-pasqua {
    width: 180px;
  }

  .btn-pasqua i {
    font-size: 3rem;
  }

  .btn-pasqua .text {
    font-size: 1.2rem;
  }

  .box .overlay i {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75%;
  }
}

@media (max-width: 1199.98px) {

  .logo {
    width: 30%;
  }

  .description p {
    font-size: 1.3rem;
  }

  .cataloghi .title {
    font-size: 2.2rem;
  }

  .marchi .title {
    font-size: 2.2rem;
  }

  .box {
    width: 155px;
  }

  .box .overlay i {
    font-size: 2rem;
  }

  .box .title {
    font-size: 1.1rem;
  }

  .pasqua {
    height: 450px;
  }

  .pasqua .title {
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }

  .pasqua .subtitle {
    font-size: 1.9rem;
  }

  .pasqua .cta {
    font-size: 1.9rem;
  }

  .pasqua .btn-pasqua {
    width: 150px;
  }

  .btn-pasqua i {
    font-size: 2rem;
  }

  .btn-pasqua .text {
    font-size: 1rem;
  }

  footer p {
    font-size: 1rem;
  }

  .parallax-section {
    height: 300px;
  }

  .parallax-container {
    height: 400px;
  }

  .contatti .title {
    font-size: 1.9rem;
  }

  .contatti .subtitle {
    font-size: 1.9rem;
  }

  .evidenza .title {
    font-size: 2.2rem;
  }

  .evidenza .back img {
    width: 250px;
  }

}



@media (max-width: 991.98px) {
  .description p {
    font-size: 1.4rem;
  }

  .logo {
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .intro-cuneogriss .back {
    height: 700px;
  }

  .cataloghi .title {
    font-size: 2.1rem;
  }

  .marchi .title {
    font-size: 2.1rem;
  }

  .box .title {
    font-size: 1.3rem;
  }

  .box {
    width: 245px;
  }

  .parallax-section {
    height: 200px;
  }

  .parallax-container {
    height: 300px;
  }

  .contatti .subtitle {
    font-size: 1.7rem;
  }

  .pasqua .title {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
  }

  .pasqua .subtitle {
    font-size: 2.2rem;
  }

  .pasqua .cta {
    font-size: 2.2rem;
  }

  .pasqua .btn-pasqua {
    width: 165px;
  }

  .btn-pasqua .text {
    font-size: 1.2rem;
  }

  .btn-pasqua i {
    font-size: 2.2rem;
  }

  .contatti .title {
    font-size: 2.2rem;
  }

  .contatti .subtitle {
    font-size: 2.2rem;
  }

  .evidenza .back img {
    width: 165px;
  }

  .evidenza .expo{
    width: 650px;
  }
}

@media (max-width: 767.98px) {

  .description p {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .intro-cuneogriss .back {
    height: 500px;
  }

  .logo {
    width: 70%;
  }

  .cataloghi .title {
    font-size: 2rem;
    line-height: 1.1;
  }

  .marchi .title {
    font-size: 2rem;
    line-height: 1.1;
  }

  .box .title {
    font-size: 1.3rem;
  }

  .box {
    width: 250px;
  }

  .box .overlay i {
    font-size: 2.5rem;
  }

  .pasqua .title {
    font-size: 2.2rem;
    text-align: center;
  }

  .pasqua .subtitle {
    font-size: 1.9rem;
    text-align: center;
  }

  .pasqua .cta {
    font-size: 1.9rem;
    text-align: center;
  }

  .pasqua .btn-pasqua {
    width: 127px;
  }

  .btn-pasqua .text {
    font-size: 1rem;
    line-height: 1.1;
  }

  .contatti .title {
    font-size: 1.9rem;
    line-height: 1.1;
    color: #fff;
    letter-spacing: 0.02rem;
  }

  .contatti .subtitle {
    font-size: 1.9rem;
  }

  .parallax-section {
    height: 185px;
  }

  .parallax-container {
    height: 220px;
  }

  footer p {
    font-size: 1.1rem;
  }

  .marchi .card-img-top {
    height: auto;
  }

  .marchi .btn-cuneogriss {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.2;
  }

  .marchi .card-body {
    margin-top: 1rem;
  }

  .speciale .title {
    font-size: 13vw;
  }

  .speciale .subtitle {
    font-size: 9vw;
  }

  .speciale .cta {
    font-size: 7.5vw;
  }

  .evidenza .expo{
    width: 65%;
  }

  .evidenza .back img {
    width: 42vw;
  }

}