@import url("_fonts.css");

body {
  background: linear-gradient(72.77deg, #824BF5 0%, #AF37C8 43.75%, #FE7777 89.58%);;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.container {
  position: relative;
}

.card {
  width: 780px;
  height: 527px;
  max-height: 80vh;
  min-height: 320px;
  background-color: rgba(229, 232, 236, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  backdrop-filter: blur(100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  padding: 24px;
  z-index: 99;
  position: relative;
}

.card span {
  height: 27px; 
}

.card h1 {
  font-size: 64px;
  text-align: center;
  color: #FAFBFD;
  margin: 0px;
  font-weight: 400;
  line-height: 72px; 
}

.card img {
  width: 134px;
}


/*-- BREAKPOINTS --*/

@media (max-width: 1536px) {
  .card h1 {
    font-size: 56px; 
    line-height: 64px; 
  }
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
  .card {
    width: 680px;
  }
}

@media (max-height: 798px) {
  .card {
    margin-bottom: 0px;
  }
}

@media (max-width: 727px) {
  .card {
    width: 560px;
  }
}

@media (max-width: 639px) {
  .card {
    width: 80vw;
    height: 420px;
    min-width: 240px;
    margin-bottom: 0px;
  }
  .card h1 {
    font-size: 56px; 
    line-height: 64px; 
  }
}

@media (max-width: 359px) {

}
