@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

*, *:before, *:after {
    box-sizing: border-box;
  }
  
  html, body {
    margin: 0;
  }
  body {
    background: #845ec2;
  }
  .main {
    max-height: 100vh;
    width: 100%;
    margin: 0 auto;
    position: relative;
    
  }
  .container {
    visibility: hidden;
    margin: 0 auto;
    overflow: hidden;
    background: #0fb8ad;
      background: #845ec2;
      /* background: radial-gradient(circle, transparent, rgba(0, 0, 0, 0.3), rgba(14, 135, 113, 0.9)), rgb(15, 184, 173); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .div-smartphone {
    display: none;
  }

  .container-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 300px;
    text-align: center;
    font-family: "Lexend", sans-serif;
    color: aliceblue;
    font-size: 20px;
    animation: fadeTitle 2s ease-in-out forwards;
  }
  .message-box {
    margin: 40px 0px;
  }

  @media (min-width: 1024px) and (max-width: 1600px) {
    .main  {
      zoom: 0.7;
    }
  }

  /* @media (max-width: 1024px) {
    .div-smartphone {
      font-family: "Lexend", sans-serif;
      font-size: 20px;
      background-color: rgba(160, 44, 44, 0.9);
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }
    .main  {
        display: none;
      }
  } */

  @media (max-width: 1024px) {
    body {
      overflow-x: hidden;
    }
    .photo-album {
      height: auto !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      min-width: auto !important;
    }
    .polaroid  {
      width: 300px !important;
      height: 350px !important;
    }
    .photo-album .polaroid {
    position: static !important;
    font-size: 14px !important;
    }
    .photo-album .polaroid img {
        width: 260px !important;
        height: 260px !important;
    }
    .main-title {
   
    font-family: "Lexend", sans-serif;
      color: aliceblue;
      letter-spacing: 2px;
      font-size: 32px !important;
      animation: fadeTitle 2s ease-in-out forwards;
      margin: 10px;
      margin-top: 50px !important;
  }
  .animate-charcter {
    font-size: 32px !important;
  }
  .container-message {
    display: flex;
    flex-direction: column;
    margin-top: 50px !important;
    padding: 0px 20px !important;
  }
  }
  
  #flowers {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .main-title {
   
    font-family: "Lexend", sans-serif;
      color: aliceblue;
      letter-spacing: 2px;
      font-size: 60px;
      animation: fadeTitle 2s ease-in-out forwards;
      margin: 10px;
  }

  .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #FFE6E6 0%,
    #E1AFD1 29%,
    #AD88C6 67%,
    #7469B6 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: aliceblue;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 60px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
  .description-main {
    text-align: center;
    font-family: "Lexend", sans-serif;
    color: aliceblue;
    font-size: 20px;
    padding: 20px 10px !important;
    animation: fadeTitle 2s ease-in-out forwards;
  }
  
  .window {
      height: 90%;
      position: absolute;
      left: 0;
      top: 13%;
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      background-position: center; 
  }

  @keyframes fadeTitle {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }



a.polaroid {
    font-family: "Lexend", sans-serif;
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 10px 20px 10px;
    width: 150px;
    background-color: white;
    z-index: 2;
    font-size: 0.7em;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.700);
    -webkit-transition: -webkit-transform 0.5s ease-in;
}
a.polaroid:hover,
a.polaroid:focus,
a.polaroid:active {
    z-index: 999;
    border-color: #c4c4c4;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.polaroid img {
    margin: 0 0 15px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    image-rendering: auto
}

a img {
    border: none;
    display: block;
}

.photo-album {
    position: relative;
    width: 60%;
    top: 15%;
    margin: 0 auto;
    max-width: 70em;
    height: 250px;
        margin-top: 200px;
    min-width: 800px;
    max-width: 900px;
}
.photo-album .polaroid {
    position: absolute;
}
.photo-album h1 {
    position: absolute;
    z-index: 5;
    top: 150px;
    text-align: center;
    width: 100%;
    line-height: 1.9;
}
.photo-album h1 span {
    background-color: white;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    padding: 0.4em 0.8em 0.3em 0.8em;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    border: 1px solid #6A6A6A;
}
.photo-album .small {
    width: 75px;
    padding: 6px 6px 12px 6px;
    font-size: 0.6em;
}
.photo-album .small img {
    width: 60px;
    height: 60px;
}
.photo-album .medium {
    width: 200px;
    padding: 13px 13px 26px 13px;
    font-size: 0.8em;
}
.photo-album .medium img {
    width: 170px;
    height: 170px;
}
.photo-album .large {
    width: 300px;
    padding: 20px 20px 30px 20px;
    font-size: 1em;
}
.photo-album .large img {
    width: 260px;
    height: 260px;
}
.photo-album .img1 {
    bottom: 10px;
    z-index: 4;
    right: 365px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
}
.photo-album .img2 {
    top: 50px;
    right: 20px;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.photo-album .img3 {
    left: 400px;
    top: 0;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.photo-album .img4 {
    top: 100px;
    left: 495px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.photo-album .img5 {
    bottom: -90px;
    right: -80px;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
}
.photo-album .img6 {
    bottom: 10px;
    right: 156px;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
}
.photo-album .img7 {
    bottom: -70px;
    left: 400px;
    z-index: 4;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.photo-album .img8 {
    bottom: -110px;
    left: 670px;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);
}
.photo-album .img9 {
    bottom: -50px;
    left: -100px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.photo-album .img10 {
    top: -30px;
    left: 20px;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);
}
.photo-album .img11 {
    top: 0;
    right: 0;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.photo-album .img12 {
    top: 0;
    left: 680px;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    transform: rotate(18deg);
}
.photo-album .img13 {
    bottom: -20px;
    right: 630px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}
.photo-album .img14 {
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
}
.photo-album .img15 {
    left:176px;
    top:20px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.photo-album .img20 {
    left:-50px;
    top: -80px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.photo-album .img21 {
    left:600px;
    top: -80px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.photo-album .img22 {
    left:140px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}
.photo-album .img23 {
    right:-90px;
    top: -20px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}

a:hover,
a:focus {
    z-index: 5;
}
.container-spotify {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  position: static;
}