body {
  background-image: url(./assets/message-bg.png);
  background-size: cover;
  min-height: 100vh;
}

.parent-wrapper {
  /* display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; */
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#glass-container {
  /* margin-top: 2rem; */
  position: relative;
}

#message-wrap {
  border-radius: 25px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%), 0 10px 15px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(110px);
}

#glass-object {
  /* display: flex;
        column-gap: 2.5rem; */

  padding: 6rem 9rem 0rem 3rem;
}

#message-design-right {
  position: absolute;
  right: 0;
  top: -1%;
}

#message-design-left {
  position: absolute;
  left: -15%;
  bottom: 0;
}

.message-left {
  /* min-width: 470px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.message-left h1 {
  line-height: 2.5rem;
}

.message-left h1:nth-child(1) {
  font-weight: 700;
  font-size: 55px;

  text-transform: uppercase;
  color: #ffffff;
}

.message-left h1:nth-child(2) {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;

  color: #ffffff;
}

.message-left h1:nth-child(3) {
  font-weight: 700;
  font-size: 32px;

  text-transform: uppercase;

  color: #f6991c;
}

.message-left h1:nth-child(4) {
  font-weight: 700;
  font-size: 60px;
  background: linear-gradient(180.52deg, #f07a21 -7.4%, #f8ab19 89.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
}

.message-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}

.message-right-wrapper div {
  background: linear-gradient(180deg, #e97d23 0%, #febe10 100%);
  mix-blend-mode: normal;
  border-radius: 28px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: relative;
  min-height: 300px;
  justify-content: center;
}

.message-right-wrapper h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
}

.message-right-wrapper h5 {
  font-weight: 600;
  font-size: 18px;
  color: #2c2c2c;
  margin-left: 1.6rem;
}

.message-right-wrapper ul {
  list-style: none;
  margin-left: -2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 0;
}
.message-right-wrapper ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.message-right-wrapper p {
  font-weight: 500;
  font-size: 14px;
  color: #2c2c2c;
  margin: 0;
}

.message-btn {
  width: 100%;
}
.message-btn img {
  width: 25px;
}

.message-btn button {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 1rem 1.5rem;
  background: linear-gradient(
    215.31deg,
    rgba(249, 173, 33, 0.89) 13.68%,
    #f27926 93.12%
  );
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  width: 50%;
}

.message-btn a:last-child button {
  background: linear-gradient(
    215.31deg,
    rgba(249, 173, 33, 0.89) 13.68%,
    #f27926 93.12%
  );
  color: #ffffff;
}

/* progress timeline */

.timeline-tags {
  width: 68%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  /* margin-top: 0.5rem; */
}
/* .timeline-tags div {
    border: 1px solid green;
  } */
/* .timeline-tags div:first-child {
  padding-left: 6rem;
}
.timeline-tags div:last-child {
  padding-right: 5rem;
} */
/* .timeline-tags div:nth-child(2) {
  padding-left: 5rem;
} */

.timeline-tags h1 {
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
}

.timeline-tags img {
  display: none;
}

#line {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#line img {
  width: 90%;
  margin: auto;
}

.message-btn {
  display: flex;
  column-gap: 2rem;
  justify-content: center;
  align-items: center;
}
.message-btn button {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #f07a21;
  padding: 1rem 1.5rem;
  background: linear-gradient(
    180deg,
    #ffffff 25.58%,
    rgba(255, 255, 255, 0.66) 100%
  );
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  width: auto;
}

@media only screen and (max-width: 1000px) {
  #glass-container {
    margin-bottom: 5rem;
  }
  #glass-object {
    flex-direction: column;
    width: 100%;
    padding: unset;
    padding: 2rem 1rem;
  }
  .line_box {
    display: none;
  }
  .timeline-tags {
    flex-direction: column;
    row-gap: 1rem;
  }
  .parent-wrapper {
    margin-top: 10rem;
  }
  #message-design-left,
  #message-design-right {
    display: none;
  }

  .message-left {
    text-align: center;
    padding-bottom: 1rem;
  }

  .message-left h1 {
    line-height: 1.4rem;
  }

  .message-left h1:nth-child(1) {
    font-size: 25px;
  }
  .message-left h1:nth-child(2) {
    font-size: 30px;
    padding-bottom: 0.2rem;
  }
  .message-left h1:nth-child(3) {
    font-size: 24px;
  }

  .message-right-wrapper div {
    padding: 1rem;
    row-gap: 1rem;
  }

  .message-right {
    row-gap: 1rem;
  }
  .message-right-wrapper h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .message-right-wrapper p {
    font-size: 14px;
    line-height: 22px;
  }

  .message-right-wrapper h5 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 1rem;
  }

  .message-right-wrapper ul li {
    gap: 0.5rem;
  }

  /* .message-btn img {
    width: 20px;
  } */

  .message-btn {
    column-gap: 1rem;
  }
  .message-btn button {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    padding: 0.8rem 0.8rem;
  }
  .timeline-tags {
    width: 100%;
    display: none;
  }

  .timeline-tags img {
    display: block;
  }

  .timeline-tags div {
    display: flex;
    column-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .timeline-tags h1 {
    font-weight: 600;
    line-height: 20px;
  }

  #line {
    display: none;
  }
}
