/* <!-------------------------------------------css--------------------------------> */

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.modal-body-2 {
  background-color: #00005a;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
  width: 100%;
}

.blink-text {
  animation: blink 1s infinite;
  /* Change the duration as needed */
}

.chris-container h4 {
  text-align: center !important;
  color: #c3ff06;
  font-size:20px;
  line-height:1.6;
  font-weight: 700;
  margin-bottom: 10px;
}
.chris-container h6{
  color:#D49B54;
  font-size:16px;
}
.chris-container p{
  font-size: 18px;
  color:#fff;
  font-weight:600;
  line-height: 1.6;
  text-align: center !important;
}
.christ-text h5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.chris-container  .elementor-button{
  color:#000;
  background: #ffd75ed9;
  /* background: #ffff06; */
  box-shadow: 0px 0px 8px 0px #acacac;
  padding:6px 8px;
  margin-top:15px;
  margin-bottom:15px;
  font-weight: 700;
}
.chris-container  .elementor-button:hover{
  background:#D49B54;
  color:#fff;
  box-shadow: 0px 0px 8px 0px #acacac;

}
.christ-text h5 span:first-child {
  font-size: 35px;
  line-height: 42px;
}

.christ-text h5 span {
  color: #3defa5;
}

.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: #fff;
}

.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: #240040;
  padding: 20px;
  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:linear-gradient(rgb(115 9 6 / 78%), rgb(9 1 31 / 61%)), url("https://iiter.org/conf/images/iiter-coupon-bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 445px;
  width: 100%;
}



.modal-body-1::before {
  content: "";
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(22 1 50 / 78%);
}

.modal-header .close {
    margin-top: -19px;
}
.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; */
  top: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}


.notific-list {
  margin:10px;
  padding:10px;
  box-shadow: 0px 0px 7px 0px #acacac;
  background: #47474773;
}
.notific-list li{
  list-style-type: none;
  font-size: 14px;
  color: #fff;
  line-height:1.7;
  text-align: left !important;
  padding-bottom:6px;

}

