@font-face {
  font-family: "Candara";
  src: url("fonts/CANDARA.eot");
  src: url("fonts/CANDARA.woff") format("woff"),
    url("fonts/CANDARA.ttf") format("truetype");

  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni 72";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/bodoni-72-medium-webfont.eot");
  src: url("fonts/bodoni-72-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/bodoni-72-medium-webfont.woff2") format("woff2"),
    url("fonts/bodoni-72-medium-webfont.woff") format("woff"),
    url("fonts/bodoni-72-medium-webfont.ttf") format("truetype");
}

body {
  margin: 0;
  color: white;
  font-family: Candara;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
}
h1,
h2,
h3 {
  font-family: "Bodoni 72";
}
.box_cell:hover {
	opacity: 0.5;
}
th,
td {
  font-family: Candara;
}
.page-numbers {
  text-align: right;
}
.page-numbers > li {
  display: inline-block;
  margin-left: 10px;
}
.page-numbers.current {
  color: gold;
}
a {
  color: white;
  text-decoration: none;
}
.link_home {
  cursor: pointer;
}
.box_text:hover {
  opacity: 0.5;
}
.box_text {
  width: 100%;
  border: gold 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 14px;
  text-align: center;
  color: white;
  font-family: Candara;
  padding: 10px;
  cursor: pointer;
  background: #cccccc20;
  opacity: 1;
  transition: opacity 1s;
}

.privacy_policy > p {
  text-align: justify;
}

.testo .title {
  margin-bottom: 20px;
  font-size: 24px;
  color: gold;
}

.blocco_1 .testo {
  height: 300px;
  width: 383px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-570px, -50%);
  background-color: rgba(3, 3, 3, 0.7);
  padding: 10px;
  padding-top: 32px;
  z-index: 2;
}

.blocco_1 .testo ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(36, 32, 10, 1) 8%,
    rgba(88, 75, 8, 1) 24%,
    rgba(255, 215, 0, 1) 43%,
    rgba(255, 255, 255, 1) 71%,
    rgba(222, 187, 2, 1) 81%,
    rgba(126, 107, 17, 1) 100%
  );
  opacity: 0.5;
  z-index: 1;
}

.blocco_1 {
  background: url("../img/21herobanner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  height: 500px;
  padding-block: 24px;
  border-bottom: 1px solid gold;
      border-top: 1px solid gold;
}

.blocco_2,
.blocco_3,
.blocco_4,
.blocco_5,
.blocco_7 {
  width: 1140px;
  margin: 0 auto;
  padding-block: 24px;
}

.blocco_2 .testo,
.blocco_3 .testo,
.blocco_4 .testo {
  display: inline-block;
  width: calc(60% - 60px);
  vertical-align: middle;
  font-size: 16px;
  padding-inline: 0 60px;
  text-align:justify;
}

.blocco_3 .testo {
  padding-inline: 60px 0;
}

.blocco_2 .img,
.blocco_3 .img,
.blocco_4 .img {
  display: inline-block;
  width: 40%;
  height: 300px;
  background-color: grey;
  vertical-align: middle;
}

.blocco_5 .img {
  margin-top: 16px;
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio:1984 / 1035;
  background-color: grey;
}

.blocco_2>.img{
    background-color:unset;
    background-image: url('../img/21_VINI_ROSSI.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blocco_3>.img{
    background-color:unset;
    background-image: url('../img/21_CHAMPAGNE.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blocco_4>.img{
    background-color:unset;
    background-image: url('../img/21_CAVIAR.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blocco_5>.img{
    background-color:unset;
    background-image: url('../img/BANNER.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.blocco_6 {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  padding-top: 40px;
}

.blocco_6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(36, 32, 10, 1) 8%,
    rgba(88, 75, 8, 1) 24%,
    rgba(255, 215, 0, 1) 43%,
    rgba(255, 255, 255, 1) 71%,
    rgba(222, 187, 2, 1) 81%,
    rgba(126, 107, 17, 1) 100%
  );
  opacity: 0.8;
  z-index: 1;
}
.blocco_6 .icone {
  display: inline-block;
  width: calc(25% - 18px);
  margin-right: 20px;
  vertical-align: top;
  text-align: center;
}

.blocco_6 .icone:last-child {
  margin-right: 0;
}

.blocco_6 .icone .img {
  height: 150px;
  width: 100%;
  /* background-color: grey; */
  margin-bottom: 16px;
}

.blocco_6 .icone .title {
	margin-bottom: 8px;
	color: gold;
	font-weight: bold;
}

.blocco_6 .icone .txt {
  font-size: 14px;
}

.blocco_7 {
  margin-block: 56px 40px;
}

.blocco_7 .title,
.blocco_8 .title {
  font-size: 24px;
  text-align: center;
  color: gold;
	margin-bottom: 20px;
}
.blocco_8 .title {
	margin-bottom: 30px;
}

.blocco_7 .txt {
  max-width: 70%;
  margin-inline: auto;
}
.form-container {
  position: relative;
  height: 500px;
  margin-top: 24px;
}

/* .blocco_7 .form-container .img, */
.blocco_7 .form-container .form {
  width: 70%;
}

.blocco_7 .img {
  background-color: #030303;
}

.blocco_7 .form-container .form {
  margin: 0 auto;
  box-sizing: border-box;
}

/* .form form {
  margin: 0 auto;
} */

.form form input,
.form form textarea,
.form form select {
  width: 100%;
  padding: 10px;
  border-radius:5px;
}

.form form textarea {
  width: 100%;
  height: 150px;
  resize: none;
}

.input-group select.prefix {
  display: inline-block;
  width: calc(30% - 4px);
  cursor: pointer;
  border-radius: 5px 0 0 5px;
}

.input-group input.telefono {
  display: inline-block;
  width: calc(70% - 4px);
  border-radius: 0 5px 5px 0;
}

.cta {
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  background: linear-gradient(80deg,    rgba(36, 32, 10, 1) 8%,    rgba(88, 75, 8, 1) 24%,    rgba(255, 215, 0, 1) 43%,    rgba(255, 255, 255, 1) 71%,    rgba(222, 187, 2, 1) 81%,    rgba(126, 107, 17, 1) 100%  );
  color: #030303;
  border: none;
  width: 100%;
  cursor: pointer;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:5px;
  border:solid 1px gold;
}

.blocco_8 {
  width: 1140px;
  text-align: center;
  margin: 0 auto;
}

.brand-container {
  width: 100%;
}
.brand-block {
  display: inline-block;
  width: calc(25% - 20px);
  height: 280px;
  margin-right: 20px;
  margin-block: 24px;
}

.brand-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-title {
  margin-top: 8px;
}


  .header_subtitle.slim {
    background: #777;
  }
  
    
.icona_1>.img{
	background: none;
	background-image: url('../img/icons/quality.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icona_2>.img{
	background: none;
	background-image: url('../img/icons/exclusivity.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icona_3>.img{
	background: none;
	background-image: url('../img/icons/support.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icona_4>.img{
	background: none;
	background-image: url('../img/icons/delivery.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.header_subtitle {
   font-variant: small-caps;
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .background{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
  .background > .player {
    width: auto !important;
    height: 100% !important;
    left: 50% !important;
    position: absolute;
    transform: translateX(-50%);
  }
    
   
}
@media screen and (max-width: 767px) {
.logo{
        position: absolute;
        width: calc(100% - 50px) !important;
        left: 25px !important;
        top: 40% !important;
        transform: translate(0, -100%) !important;
    }
     .p1{
        top:40% !important;
        font-size: 18px !important;
    }
    .p2{
        top:60% !important;
    }
}
@media screen and (min-width: 1280px) {
  body {
    margin: 0;
  }
  .box_row {
        margin-bottom: 14px;
    }
	.box_cell.box_r_1.box_c_1 {
        width: 1140px;
        height: 400px;
    }
	.box_cell {
        display: inline-block;
        position: relative;
        border: 1px gold solid;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-position: center;
        background-size: cover;
        cursor: pointer;
        opacity: 1;
        transition: opacity 1s;
	}
	.box_cell.box_r_3.box_c_1 {
        width: 478px;
        height: 187px;
        margin-right: 14px;
    }
	.box_cell.box_r_3.box_c_2 {
        width: 358px;
        height: 187px;
        margin-right: 14px;
    }
	.box_cell.box_r_3.box_c_3 {
        width: 276px;
        height: 187px;
    }
	.box_row.box_r_2.box_t_3 {
        margin-bottom: 14px;
    }
	.box_cell.box_r_2.box_c_1 {
		width: 478px;
		height: 320px;
		margin-right: 14px;
	}
	.box_cell.box_r_2.box_c_2 {
		width: 648px;
		height: 320px;
	}
	.box_cell.box_r_3A.box_c_1 {
		width: 276px;
		height: 187px;
		margin-right: 14px;
	}
	.box_cell.box_r_3A.box_c_2 {
        width: 478px;
        height: 187px;
        margin-right: 14px;
    }
	.box_cell.box_r_3A.box_c_3 {
        width: 358px;
        height: 187px;
    }
	.box_cell.box_r_2A.box_c_1 {
		width: 648px;
		height: 320px;
		margin-right: 14px;
	}
	.box_cell.box_r_2A.box_c_2 {
		width: 478px;
		height: 320px;
	}
  .header,
  .header_subtitle {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    height: 50px;
    border-bottom: 1px solid gold;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.8);
    transition: background 0.7s;
  }
  .header_subtitle {
    top: 71px;
    z-index: 3;
    height: auto;
    padding-block: 5px;
    /* padding-left: 517px; */
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.5);
	font-variant: small-caps;
  }

  .header_subtitle .subtitle {
    position: relative;
    left: 50%;
    transform: translateX(-570px);
	text-shadow: 0 0 5px black, 0 0 3px black, 0 0 1px black;
  }
  .contact_us{
	text-shadow: 0 0 5px black, 0 0 3px black, 0 0 1px black;
  }
  .header > .link_home > .logo {
    width: 55px;
	top: 50%;
	margin-top: -27px;
    left: 50%;
    position: absolute;
    margin-left: -570px;
    width: 190px;
  }
  .header > .navigation {
    font-family: "Candara";
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -570px;
    margin-top: -18px;
  }
  .menu {
    margin-top: 10px;
  }
  [aria-current] {
    font-weight: 800;
  }

  .header.fat {
    background: #3b3b3b00;
  }
  .header.fat {
    background: #3b3b3b00;
  }

  /*header slim desktop*/
  .header.slim {
    background: #3b3b3b;
  }

  .header > .navigation .menu-item:nth-child(1) {
    border: none;
  }
  .menu-item {
    border: ;
    display: inline-block;
    color: white;
    padding: 0 30px;
    border-left: 1px white solid;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
    transition: opacity 1s;
  }
  .menu-item:hover {
    opacity: 0.7;
  }

  .background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden;
    background: white;
    z-index: -1;
    text-align: center;
  }
  .background > .player {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 50%;
    margin-left: 0;
  }
  /* .container {
    width: 1140px;
    left: 50%;
    position: relative;
    margin-left: -570px;
    top: 0;
    margin-top: 90px;
    margin-bottom: 28px;
  } */

  .container {
    width: 100%;

    margin-top: 90px;
    margin-bottom: 28px;
  }

  .home.container {
    margin-top: 103px;
  }

  .container_menu {
    display: none;
  }
  .footer {
    margin: 0;
    margin-top: 20px;
    color: white;
    font-family: "Candara";
    text-align: center;
    padding: 20px 0px;
    border-top: solid 1px gold;
    background: #303030;
    left: 0;
    width: 100%;
  }
  .footer > span {
    color: gold;
  }
  #main {
    margin-top: 50px;
    left: 50%;
    width: 1140px;
    position: relative;
    margin-left: -570px;
  }
  .footer_class {
    display: inline-block;
  }
  .contact_form,
  .privacy_policy {
    position: relative;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    color: white;
  }
  .restore-item {
    color: gold;
  }

  .navigation_mobile {
    display: none;
  }
}
