/*HOME STYLE*/
.section1 {
  background-image: url(../img/bg-home.svg);
  background-size: cover;
  background-position: center bottom;
  padding: 110px 0;
}
.section2-content {
  max-width: 1480px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  text-align: center;
  font-weight: bold;
}
.home-button {
  background-color: #4B2DDC;
  color: #fff;
  padding: 20px;
  border: 0;
  border-radius: 50px;
  max-width: 200px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  display: block;
  font-size: 1.2rem;
}
/*..................................*/
/*HOME GRID*/
.wrapper {
  max-width: 1380px;
  margin: 0 auto;
  padding: 40px 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.wrapper>* {
  background-color: #000;
  padding: 10px;
  color: #fff;
}
.wrapper h1 {
  color: #5235DE;
  font-weight: normal;
  margin: 0 0 20px;
}
.lorenzo {
  max-width: 362px;
  width:100%;
}
.box1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: box1;
}
.box2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: box2;
  text-align: center;
}
.box3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: box3;
  padding: 5% 0 0;
}
.box4 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: box4;
}
.wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-areas: "box1" "box2" "box3" "box4";
}
.spotify {
  border-radius: 12px;
  max-width: 592px;
  width: 100%;
  margin: 0 auto;
  border: 0px;
}
.video-content {
  display: inline-block;
  max-width: 45%;
  padding: 4px;
}
.video {
  max-width: 560px;
  width: 100%;
}
.caption {
  font-size: 1.5rem;
}
@media screen and (min-width: 1201px) {
    .box3 {
    padding: 5% 0 0 11%;
 }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .lorenzo {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    -ms-grid-columns: 2fr 1.5fr 2fr;
    grid-template-columns: 2fr 1.5fr 2fr;
            grid-template-areas: "box1 box2 box3" "box1 box4 box3";
  }
  .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .box2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .box3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .box4 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
            grid-template-areas: "box2" "box1" "box3" "box4";
  }
  .section1 {
    padding: 80px 0;
  }
  .video-content {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .spotify {
    max-width: none;
  }
  .video {
    width: 100%;
  }
  .box1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .box2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .box3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    padding: 0;
  }
  .box4 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 400px) {
  .wrapper h1 {
    font-size: 2.2rem;
  }
}
