html {
  scroll-behavior: smooth;
}

/* BODY */
body {
  margin: 0px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 65px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 37px;
}

h3 {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.btn-contatto {
  background: #FF1B1B;
  border-radius: 0px 59px 59px 59px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: white;
  padding: 25px 40px;
  text-align: center;
  width: fit-content;
}

a:hover {
  text-decoration: none !important;
}

#contact-form input[type=submit] {
    min-height: 0px !important;
    background: #FF1B1B !important;
    box-shadow: none !important;
    border-radius: 0px 59px 59px 59px !important;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: white;
    padding: 25px 50px !important;
    border: none !important;
}

/*  SECTIONS  */
section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* CARD */
.card {
  border: none;
  background: none;
}

/*  CONTAINER  */
.container-header {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  grid-gap: 63px;
}

/* IMG BTN */
img {
  max-width: 100%;
  height: auto;
}

.img-btn:hover,
.img-submit:hover {
  transform: scale(1.2);
}

/* Sect Header */
.col-header-sx {
  padding-bottom: 100px;
}

.div-logo img {
  width: 145px;
  height: auto;
  margin-top: 56px;
  margin-left: 240px;
}

.col-header-dx {
  padding: 0;
  position: relative;
  overflow: hidden;
  /* min-height: 100vh; */
  float: right;
}

.col-header-dx img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translate(0, -50%);
  float: right;
}

.div-title {
  margin: 96px 0px 0px 203px;
}

.div-title-border {
  max-width: 538px;
  border-left: 23px solid #ED190F;
  padding-left: 14px;
}

.div-title h1 {
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  margin-top: 0;
}

.tit-rosso {
  color: #ED190F;
  font-weight: 700;
}

.div-title h2 {
  margin-bottom: 37px;
}

.div-title h2, .div-title p, .div-title a {
  margin-left: 37px;
}

.div-title p {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* Section Segreto */
.sect-segreto {
  background: linear-gradient(180deg, rgba(226, 226, 226, 0.4) 0%, rgba(206, 206, 206, 0) 100%);
  position: relative;
  padding-bottom: 100px;
}

#basilico {
  max-width: 400px;
  position: relative;
  top: -190px;
  left: 60%;
  z-index: 99;
}

.container-segreto-sx {
  grid-area: container-segreto-sx;
}

.div-segreto {
  grid-area: segreto;
  display: flex;
  align-items: center;
}

.div-segreto, .div-format {
  background: #FFFFFF;
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  padding: 40px 0;
}

.container-segreto {
  max-width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 4% 66%;
  grid-template-rows: auto;
  grid-template-areas:
    "container-segreto-sx . container-segreto-dx";
  position: relative;
  top: -270px;
}

.sub-div {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}

.sub-div h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.sub-div h3 {
  margin-bottom: 0;
}

.container-segreto-dx {
  grid-area: container-segreto-dx;
  place-self: center;
}

.div-proprieta .card img {
  height: 76px;
}

.div-format {
  grid-area: format;
  padding: 56px;
  margin-bottom: 50px;
  margin-top: 0;
}

.grid-format {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  grid-gap: 1.5rem;
  align-items: flex-start;
}

.grid-format .card span {
  text-transform: uppercase;
  font-weight: 700;
}

.div-contact {
  grid-area: contact;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 1rem;
  padding: 0 56px;
}

.div-contact a {
  place-self: center;
}

.div-proprieta {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 60px;
  align-items: flex-start;
}

.div-proprieta h4 {
  text-transform: uppercase;
  font-weight: 700;
}

.div-proprieta p {
  line-height: 27px;
}

.div-proprieta .card {
  text-align: center;
  align-items: center;

}

.card img {
  max-width: 225px;
  margin-bottom: 30px;
}

/* SECTION CONTACT FORM */
.sect-contact-form {
  background:url(/style/img/contact-form-foto1.png) rgba(45, 45, 45, 0.8);
  background-size:cover;
  background-blend-mode: multiply;
  padding: 213px 0;
  color: #fff;
}

.sect-contact-form h2 {
  line-height: 110px;
}

.container-contact-form {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 60px;
  align-items: flex-start;
}

.col-sx h3 {
  text-transform: uppercase;
  margin: 50px 0;
}

.sect-inclusione {
  padding-top: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.25);
}

.title-center {
  text-align: center;
  margin-bottom: 150px;
}

.container-inclusione {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
  grid-gap: .5rem;
  align-items: flex-start;
}

.container-inclusione .div-title-border {
	border-left: 5px solid #ED190F;
  padding-left: 15px;
}

.container-inclusione .card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  flex-direction: row;
}

.container-inclusione .card img {
  max-width: 100%;
  height: auto;
  margin-right: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  display: inline-block;
}

.container-inclusione .card .div-title-border {
  max-width: 345px;
  display: inline-block;
}

h2 .title-light {
  font-weight: 400;
}

.container-inclusione .card h3 {
  margin-top: 0;
}

.container-inclusione .card p {
  margin-bottom: 0;
}

/* Section controllo */
.sect-controllo {
  padding: 170px 0 100px 0;
  position: relative;
}

.sect-controllo .foto-4 {
  position: absolute;
  top: -138px;
  right: 10%;
}

.container-controllo {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  grid-gap: 2.5rem;
  align-items: flex-start;
}

.container-controllo h2 {
  line-height: 50px;
}

.btn-more-info {
  margin-top: 45px;
}

.container-controllo .col-dx {
  position: relative;
}

.container-controllo p {
  margin-bottom: 45px;
}

.col-dx .foto-1 {
  max-width: 100%;
  height: auto
}

.col-dx .foto-2 {
  position: absolute;
  top: -40%;
  left: -30%;
}

.col-dx .foto-3 {
  position: absolute;
  bottom: -30%;
  right: -13%;
  z-index: -1;
}

/* Section tradizione */
.sect-tradizione {
  padding: 180px 0;
  background: url(/style/img/tradizione-foto1.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
}

.container-tradizione {
  width: 80%;
  margin: 0 auto;
}

.div-tradizione {
  max-width: 509px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  padding: 75px;
}

.div-tradizione h2 {
  text-align: center;
}

.sect-footer {
  background: #2D2D2D;
  padding: 125px 0;
}

.container-footer {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-btn-footer:hover {
  transform: scale(1.1);
}

.foto-iphone {
  display: none;
}

.sect-tradizione .tradizione-foto1 {
  display: none;
}
