@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap');

/* revamp banner section */
.revamp-banner {
    position: sticky;
    z-index: 11;
    top: 0;
    width: 100%;
    height: 101px;
    background: linear-gradient(0deg, #0E283A 0%, #260000 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Manrope', sans-serif;
  }
  .left-light {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 138px;
    height: 87px;
    mix-blend-mode: screen;
  }
  .right-light {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 138px;
    height: 87px;
    mix-blend-mode: screen;
  }
  .revamp-whole-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
  }
  .alert-container {
    display: flex;
    gap: 6rem;
    align-items: center;
    justify-content: center;
  }
  .temporary-desc {
    width: 466px;
    height: 60px;
    /* border: 1px solid white; */
    position: relative;
    display: flex;
    justify-content: space-around;
    /* gap: 1.5rem; */
    background-color: #fff;
    color: black;
    border-radius: 9px;
  }
  .progress-desc {
    position: relative;
    display: flex;
    /* gap: 1.5rem; */
  }
  .desc-img {
    /* margin-top: 10px; */
    background-color: red;
    display: flex;
    justify-content: center;
    width: 110px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .desc-img img {
    width: 34px;
  }
  .apologize-container {
    max-width: 240px;
  }
  .apologize-container p {
    font-size: 12px;
    font-weight: 500;
    max-width: 170px;
    margin: 0;
  }
  .main-desc p {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 22px;
  }
  .progress-desc .main-desc p {
    max-width:150px ;
  }
  /* .temporary-desc .main-desc p {
    max-width: ;
  } */
  .line {
    width: 0.5px;
    height: 42px;
    background-color: #fff;
  }
  .temporary-desc .line {
    position: absolute;
    right: -60px;
    top: 7px;
  }
  .progress-desc .line {
    position: absolute;
    right: -40px;
    top: 6px;
  }
  .left-light-mob {
    display: none;
  }
  .right-light-mob {
    display: none;
  }
  
  @media screen and (max-width: 397px) {
    .revamp-banner {
      height: 118px;
      background: linear-gradient(0deg, #0E283A 0%, #260000 100%), #D9D9D9;
      /* display: none; */
      flex-direction: column;
    }
    .line {
      display: none;
    }
    .revamp-whole-container {
      margin-top: 0;
      display: flex;
      flex-direction: column;
    }
    .alert-container {
      gap: 0;
    }
    .main-desc p {
      font-size: 14px;
    }
    .main-desc p span {
      font-size: 12px;
    }
    .temporary-desc .main-desc p {
      margin-left: 20px !important;
    }
    .desc-img img {
      margin-top: 0 !important;
    }
    .apologize-container {
      /* display: none; */
      position: absolute;
      bottom: -6px;
      font-size: 12px;
      max-width: 300px;
    }
    .apologize-container p {
      font-size: 12px;
      font-weight: 400;
    }
    .left-light {
      display: none;
    }
    .right-light {
      display: none;
    }
    .desc-img {
      width: 62px;
    }
    .desc-img img {
      width: 15px;
      margin-top: -25px;
    }
    .temporary-desc {
      gap: 8px;
      width: 369px !important;
    }
    .progress-desc {
      gap: 8px;
    }
    .left-light-mob {
      position: absolute;
      width: 50px;
      left: 0;
      top: 0;
      display: block;
    }
    .right-light-mob {
      position: absolute;
      width: 50px;
      right: 0;
      top: 0;
      display: block;
    }
  
  }
  @media screen and (max-width:440px) {
    .revamp-banner {
      position: relative;
      height: 138px;
      background: linear-gradient(0deg, #0E283A 0%, #260000 100%), #D9D9D9;
      /* display: none; */
      flex-direction: column;
    }
    .revamp-whole-container {
      margin-top: 0;
      display: flex;
      flex-direction: column;
    }
    .alert-container {
      gap: 4px;
      flex-direction: column;
    }
    .temporary-desc .main-desc p {
      font-size: 13px;
      margin-left: 0;
      margin-right: 4px;
    }
    .apologize-container {
      /* display: none; */
      position: absolute;
      bottom: 9px;
      font-size: 12px;
      max-width: 300px;
    }
    .apologize-container p {
      font-size: 12px;
      font-weight: 400;
      max-width: none;
    }
    .line {
      display: none;
    }
    .left-light {
      display: none;
    }
    .right-light {
      display: none;
    }
    .desc-img {
      width: 98px;
    }
    .desc-img img {
      width: 30px;
    }
    .progress-desc .main-desc p {
      max-width: none;
      font-size: 13px;
      font-weight: 500;
    }
    .temporary-desc {
      width: 389px;
      height: 49px;
      gap: 8px;
    }
    .progress-desc {
      gap: 8px;
    }
    .left-light-mob {
      position: absolute;
      opacity: 0.7;
      width: 80px;
      left: 0;
      top: 0;
      display: block;
      mix-blend-mode: screen;
    }
    .right-light-mob {
      position: absolute;
      opacity: 0.7;
      width: 80px;
      right: 0;
      top: 0;
      display: block;
      mix-blend-mode: screen;
    }
  }