/*          MEDIAS           */

/* grandi schermi */
@media all and (min-width: 1690px) {
  body {
    background-image: url("../img/bg.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
  }
  
  .nav-link.active {
    font-family: "Playfair Display", serif;
    background-color: transparent !important;
    font-size: 30px;
  }

  .nav-link {
    font-size: 25px;
    font-family: "Proxima Nova";
    font-weight: 100 !important;
  }

  .header-img {
    position: absolute;
    height: 400px;
    opacity: 0.35;
  }

  .grapeleaf {
    top: 20%;
    left: 5%;
  }

  .wineopener {
    top: 20%;
    right: 5%;
  }

  .quote-margin {
    margin-top: 6%;
    padding-left: 3%;
    padding-right: 45%;
  }

  .vine {
    bottom: 5%;
    right: -20%;
  }

  .quote {
    font-family: "Playfair Display", serif;
    font-size: 78px;
  }

  .quote-m {
    font-family: "Playfair Display", serif;
    font-size: 60px;
  }

  .quote-s {
    font-family: "Playfair Display", serif;
    font-size: 50px;
  }

  .quote-xs {
    font-family: "Playfair Display", serif;
    font-size: 35px;
  }

  .quote-xxs {
    font-family: "Playfair Display", serif;
    font-size: 28px !important;
  }

  .number {
    font-family: "Muli";
    position: absolute;
    right: 0%;
    font-size: 235px;
    bottom: -35%;
    opacity: 0.2;
    font-weight: 900;
  }
  
  .number-3 {
    font-family: "Muli";
    position: absolute;
    right: 4%;
    font-size: 185px;
    bottom: -29%;
    opacity: 0.2;
    font-weight: 900;
  }
  
  .number-tele {
    font-family: "Muli";
    position: absolute;
    right: 15px;
    font-size: 177px;
    bottom: -30%;
    opacity: 0.2;
    font-weight: 900;
  }

  .min-h-white {
    min-height: 200px !important;
  }

  .number-tele {
    font-family: "Muli";
    position: absolute;
    right: 15px;
    font-size: 200px;
    bottom: -30%;
    opacity: 0.2;
    font-weight: 900;
  }

  .img-tele {
    position: absolute;
    bottom: 0%;
    right: 5%;
    height: 177px;
    width: 177px;
  }

  .only-little{
    display: none;
  }
}

/* Schermi Desktop o Portatili */
@media all and (min-width: 1280px) and (max-width: 1689px) {
  body {
    background-image: url("../img/bg.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
  }
  
  .nav-link.active {
    font-family: "Playfair Display", serif;
    background-color: transparent !important;
    font-size: 26px;
  }

  .nav-link {
    font-size: 22px;
    font-family: "Proxima Nova";
    font-weight: 100 !important;
  }

  .header-img {
    position: absolute;
    height: 400px;
    opacity: 0.35;
  }

  .grapeleaf {
    top: 20%;
    left: 5%;
  }

  .wineopener {
    top: 20%;
    right: 5%;
  }

  .vine {
    bottom: 5%;
    right: -8%;
  }

  .quote-margin {
    margin-top: 6%;
    padding-left: 3%;
    padding-right: 30%;
  }

  .quote {
    font-family: "Playfair Display", serif;
    font-size: 78px;
  }

  .quote-m {
    font-family: "Playfair Display", serif;
    font-size: 60px;
  }

  .quote-s {
    font-family: "Playfair Display", serif;
    font-size: 50px;
  }

  .quote-xs {
    font-family: "Playfair Display", serif;
    font-size: 35px;
  }

  .quote-xxs {
    font-family: "Playfair Display", serif;
    font-size: 28px !important;
  }

  .number {
    font-family: "Muli";
    position: absolute;
    right: 0%;
    font-size: 235px;
    bottom: -35%;
    opacity: 0.2;
    font-weight: 900;
  }
  
  .number-3 {
    font-family: "Muli";
    position: absolute;
    right: 4%;
    font-size: 180px;
    bottom: -29%;
    opacity: 0.2;
    font-weight: 900;
}
  
  .number-tele {
    font-family: "Muli";
    position: absolute;
    right: 15px;
    font-size: 150px;
    bottom: -30%;
    opacity: 0.2;
    font-weight: 900;
  }

  .min-h-white {
    min-height: 200px !important;
  }

  .number-tele {
    font-family: "Muli";
    position: absolute;
    right: 15px;
    font-size: 200px;
    bottom: -30%;
    opacity: 0.2;
    font-weight: 900;
  }

  .img-tele {
    position: absolute;
    bottom: 0%;
    right: 5%;
    height: 144px;
    width: 144px;
  }

  .only-little{
    display: none;
  }
}

/* Tablet in modalità orizzontale */
@media all and (min-width: 737px) and (max-width: 1279px) {
  body {
    background-image: url("../img/bg.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
  }
  
  .nav-link.active {
    font-family: "Playfair Display", serif;
    background-color: transparent !important;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 16px;
    font-family: "Proxima Nova";
    font-weight: 100 !important;
    padding-left: 0;
    padding-right: 0;
  }
  
  .header-img {
    position: absolute;
    height: 300px;
    opacity: 0.35;
  }

  .grapeleaf {
    top: 15%;
    left: 5%;
  }

  .wineopener {
    top: 15%;
    right: 5%;
  }

  .vine {
    bottom: 5%;
    right: -3%;
  }

  .quote-margin {
    margin-top: 10%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .quote {
    font-family: "Playfair Display", serif;
    font-size: 60px;
  }

  .quote-m {
    font-family: "Playfair Display", serif;
    font-size: 50px;
  }

  .quote-s {
    font-family: "Playfair Display", serif;
    font-size: 35px;
  }

  .quote-xs {
    font-family: "Playfair Display", serif;
    font-size: 28px;
  }

  .quote-xxs {
    font-family: "Playfair Display", serif;
    font-size: 20px !important;
  }

  .number {
    font-family: "Muli";
    position: absolute;
    right: 2%;
    font-size: 105px;
    bottom: -27%;
    opacity: 0.2;
    font-weight: 900;
  }
  
  .number-3 {
    font-family: "Muli";
    position: absolute;
    right: 4%;
    font-size: 147px;
    bottom: -40%;
    opacity: 0.2;
    font-weight: 900;
}

  .expand-p {
    padding-bottom: 10% !important
  }
  
  .min-h-white {
    min-height: 120px !important;
  }

  .number-tele {
    font-family: "Muli";
    position: absolute;
    right: 15px;
    font-size: 130px;
    bottom: -30%;
    opacity: 0.2;
    font-weight: 900;
  }

  .img-tele {
    position: absolute;
    bottom: 0%;
    right: 5%;
    height: 130px;
    width: 130px;
  }

  .only-big{
    display: none;
  }
}

/* Tablet in modalità verticale */
@media all and (min-width: 481px) and (max-width: 736px) {
  .container {
    margin-right: 0px !important;
    margin-left: 0px !important;
    max-width: 750px !important;
  }

  .qr-code-dim
  {
    width: 150px !important;
    height: 150px !important;
  }

  body {
    background-image: url("../img/bg.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
  }

  .nav-link.active {
    font-family: "Playfair Display", serif;
    background-color: transparent !important;
    font-size: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nav-link {
    font-size: 16px;
    font-family: "Proxima Nova";
    font-weight: 100 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .quote-margin {
    margin-top: 15%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .header-img {
    position: absolute;
    height: 300px;
    opacity: 0.35;
  }

  .grapeleaf {
    top: 30%;
    left: 5%;
  }

  .wineopener {
    top: 30%;
    right: 5%;
  }

  .vine {
    bottom: 5%;
    right: 0;
  }


  .quote {
    font-family: "Playfair Display", serif;
    font-size: 55px;
  }

  .quote-m {
    font-family: "Playfair Display", serif;
    font-size: 45px;
  }

  .quote-s {
    font-family: "Playfair Display", serif;
    font-size: 30px;
  }

  .quote-xs {
    font-family: "Playfair Display", serif;
    font-size: 23px;
  }

  .quote-xxs {
    font-family: "Playfair Display", serif;
    font-size: 18px !important;
  }

  .number {
    font-family: "Muli";
    position: absolute;
    right: 2%;
    font-size: 100px;
    bottom: -32%;
    opacity: 0.2;
    font-weight: 900;
  }
  
  .number-3 {
    font-family: "Muli";
    position: absolute;
    right: 3%;
    font-size: 147px;
    bottom: -40%;
    opacity: 0.2;
    font-weight: 900;
  }

  .expand-p {
    padding-bottom: 50% !important;
  }

  .min-h-white {
    min-height: 80px !important;
  }

  .number-tele {
    font-family: "Muli";
    position: absolute;
    right: 15px;
    font-size: 100px;
    bottom: -38%;
    opacity: 0.2;
    font-weight: 900;
  }

  .img-tele {
    position: absolute;
    bottom: 0%;
    right: 5%;
    height: 84px;
    width: 84px;
  }

  .only-big{
    display: none;
  }
}

/* Smartphone o piccoli Tablet */
@media all and (max-width: 480px) {
  body {
    background-image: url("../img/bg-mobile.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
  }

  .nav-link.active {
    font-family: "Playfair Display", serif;
    background-color: transparent !important;
    font-size: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
  }

  .nav-link {
    font-size: 16px;
    font-family: "Proxima Nova";
    font-weight: 100 !important;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
  }

  .header-img {
    position: absolute;
    height: 200px;
    opacity: 0.35;
  }

  .grapeleaf {
    bottom: 20%;
    left: 5%;
  }

  .wineopener {
    bottom: 20%;
    right: 5%;
  }

  .vine {
    bottom: 0%;
    right: 0;
  }

  .quote {
    font-family: "Playfair Display", serif;
    font-size: 25px;
  }

  .quote-m {
    font-family: "Playfair Display", serif;
    font-size: 18px;
  }

  .quote-s {
    font-family: "Playfair Display", serif;
    font-size: 15px;
  }

  .quote-xs {
    font-family: "Playfair Display", serif;
    font-size: 12px;
  }

  .quote-xxs {
    font-family: "Playfair Display", serif;
    font-size: 12px !important;
  }

  .cit {
    font-size: 18px;
    font-family: "Proxima Nova";
  }

  .quote-margin {
    margin-top: 4%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .number {
    font-family: "Muli";
    position: absolute;
    right: 2%;
    font-size: 100px;
    bottom: -32%;
    opacity: 0.2;
    font-weight: 900;
  }
  
  .number-3 {
    font-family: "Muli";
    position: absolute;
    right: 7%;
    font-size: 90px;
    bottom: -40%;
    opacity: 0.2;
    font-weight: 900;
  }

  .expand-p {
    padding-bottom: 65% !important;
  }
  
  .min-h-white {
    min-height: 80px !important;
  }

  .number-tele {
    font-family: "Muli";
    position: absolute;
    right: 15px;
    font-size: 100px;
    bottom: -38%;
    opacity: 0.2;
    font-weight: 900;
  }

  .img-tele {
    position: absolute;
    bottom: 0%;
    right: 5%;
    height: 84px;
    width: 84px;
  }

  .only-big{
    display: none;
  }
}

/*********************************/

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima\ Nova\ Thin.otf") format("opentype");
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli.ttf") format("truetype");
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli.ttf") format("truetype");
}

html,
body {
  height: 100%;
  /* background-color: black; */
}

.nav-link a {
  text-decoration: none;
}

.nav-img {
  display: block;
  margin: auto;
}

.logo-bg {
  /* background-image: url("../img/logo-big.png"); */
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
}

.white-box-content {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: black;
  padding: 20% 10%;
  height: 100%;
}

.white-row-content {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: black;
  padding: 3% 2%;
  height: 100%;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bg-green {
  background-color: #0f110f;
}

.bg-black {
  background-color: black;
}

.bg-white {
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2),
    0 3px 10px 0 rgba(255, 255, 255, 0.2);
}

@media (min-width: 1200px) {
  /* .container {
    max-width: 1800px !important;
    width: 1520px !important;
  } */
}

#mapid {
  height: 400px;
}
