@keyframes blink {
  0% {
    opacity: 1;
  }
  container 50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blink-text {
  animation: blink 1s infinite;
  /* Change the duration as needed */
}

.chris-container {
  position: relative !important;
  color: #fff;
  font-size: 18px;
}

.chris-container h4 {
  text-align: center !important;
  color: #ff01b1 !important;
  font-weight: 900;
  margin-bottom: 15px !important;
}
.mb-2 {
  margin-bottom: 16px !important;
}
.mt-3 {
  margin-top: 22px !important;
}

.christ-text h5 {
  /* margin-bottom: 20px !important; */
  font-size: 18px;
}

.christ-text h6 {
  margin-bottom: 20px !important;
  font-size: 18px !important;
}

.christ-text h5 span:first-child {
  font-size: 35px;
  line-height: 42px;
  font-weight: 800;
}

.christ-text h5 span {
  color: #3defa5;
  font-weight: 800;
}

.coup-code {
  background-color: #f1027b;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  margin: auto;
}

.coup-code h5 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: auto;
}

/* <!------------------ css --------------------------------> */

.notification-div-right .main-div-notify .btn-div {
  background: white !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -10px;
  top: -12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.notification-div-right .main-div-notify {
  /* width: 225px; */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border-radius: 10px;
  padding: 5px;
  background: white;
}

/* 
    .notification-div-right {
        position: fixed;
        z-index: 9999;
        right: -300px;
        top: 50%;
        transition: 0.7s;
    }

    .notification-div-right.show {
        right: 4%;
    }

    .btn-div {
        display: none;

    }

    .notification-div-right.show .btn-div {
        display: block;

    } */

.notification-div-right {
  position: fixed;
  z-index: 9999;
  right: -300px;
  /* Initially positioned outside the viewport */
  top: 50%;
  transition: 0.5s;
}

.notification-div-right.show {
  right: 4%;
  /* Display the div within the viewport */
}

.notification-div-right .btn-div {
  display: none;
  /* Hide button by default */
}

/* nodification */
.notification-div-right .main-div-notify .btn-div {
  background: white !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -10px;
  top: -12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.notification-div-right .main-div-notify {
  /* width: 225px; */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border-radius: 10px;
  padding: 5px;
  background: transparent;
}

.notification-div-right {
  position: fixed;
  z-index: 9999;
  right: -300px;
  /* Initially positioned outside the viewport */
  top: 30%;
  transition: 0.5s;
}

.notification-div-right.show {
  right: 2%;
  /* Display the div within the viewport */
}

.notification-div-right .btn-div {
  display: none;
  /* Hide button by default */
}

.design-chrish {
  background-color: #000040;
  padding: 10px;
  margin-top: 10px;
  border-radius: 20px;
}

.ul-style-1 li {
  position: relative;
  line-height: 28px;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
  text-align: justify;
  padding: 0px 0px 0px 25px !important;
  margin-bottom: 5px;
}

.ul-style-1 li span {
  color: #3defa5;
}

.modal-body-1 {
  background-image: url("https://iferp-in-docs.s3.ap-south-1.amazonaws.com/email/Christmas.gif");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 450px;
  width: 100%;
}

.modal-body-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(2 1 50 / 88%);
}

.tx-1 li {
  font-size: 13px !important;
  text-align: left !important;
}

.tx-1 li span {
  color: #0dff98;
}

.btn-div-1 {
  background: #ebebeb !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  opacity: 1;
  position: absolute;
  right: -10px;
  /* position: relative; */
  z-index: 5 !important;
  top: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.elementor-button {
  background: #ffb562 !important;
}
