/* Banner Anniversaty */
.screenPopUp {
  position: fixed;
  background: rgba(19, 30, 48, 0.67);
  width: 100%;
  min-height: 100vh;
  z-index: 90;
  display: none;
  justify-content: center;
  align-items: center;
}

.showPopUp {
  pointer-events: auto;
  display: flex;
}

.screenPopUpImg {
  display: block;
}

.responsivescreenPopUpImg {
  display: none;
}

.closeBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
}

.closeBtn:hover {
  cursor: pointer;
}

.closeBtn img {
  filter: invert(54%) sepia(100%) saturate(546%) hue-rotate(355deg)
    brightness(103%) contrast(101%);
}

.fundCaprileBtn {
  margin-top: 0.5rem;
  color: #fff;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 3.5rem;
  border: 2.5px solid #002f84;
  background: #002f84;
  box-shadow: 0px 3px 12px 0px rgba(74, 58, 255, 0.18);
}

/* Banner Anniversaty */

.blockscreenPopUpWhite {
  display: flex;
  background: white;
  width: 50%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.screenPopUpImgWhite {
  width: 45%;
}

.screenPopUpImgWhite img {
  display: block;
}

.screenPopUpText {
  width: 55%;
  text-align: left;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.screenPopUpText img {
  width: 3rem;
}

.screenPopUpText h2 {
  color: #002f84;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.screenPopUpText h3 {
  color: #002f84;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
}

.screenPopUpText h3 strong {
  font-size: 0.9125rem;
  font-weight: 700;
}

.closeBtnBlue {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
}

.closeBtnBlue:hover {
  cursor: pointer;
}

.fundCaprileBtn:hover {
  cursor: pointer;
}

.closeBtnBlue img {
  width: 1.02225rem;
  height: 0.99775rem;
}

@media screen and (max-width: 1024px) {
  .blockscreenPopUpWhite {
    flex-direction: column;
    width: 80%;
  }

  /* .screenPopUpImgWhite {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 10px;
    } */

  .screenPopUpImgWhite img {
    display: none;
  }

  .screenPopUpText {
    width: 100%;
    padding: 30px;
  }

  .screenPopUpText img {
    width: 3rem - 0.5rem;
  }

  .screenPopUpText h2 {
    font-size: 1.25rem - 0.5rem;
  }

  .screenPopUpText h3 {
    font-size: 0.8125rem - 0.5rem;
  }

  .screenPopUpText h3 strong {
    font-size: 0.9125rem - 0.5rem;
  }

  .screenPopUp {
    width: 100%;
    height: 100%;
  }
}
