/* <!-------------------------------------------css--------------------------------> */
.btn::before {
    content: '';
    position: none;
    bottom: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: none;
    display: block;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

@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: #ffff01;
    font-size:20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 26px;
  }
  .chris-container h6{
    color:#ffd6a2 !important;
    font-size:16px;
    font-weight:600;
   
  }
  .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.5;
    
  }
  
  .chris-container  .elementor-button{
    color:#fff;
    background: #ddb111 !important;
    box-shadow: 0px 0px 8px 0px #acacac;
    padding:6px 8px;
    margin-top:15px;
    margin-bottom:15px;
    text-decoration: none;
  }
  .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(68 3 81 / 59%), rgb(85 35 65 / 77%)), url("https://www.iierd.org/events/images/iierd-coupon-bg.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 440px;
    width: 100%;
    margin-top:40px;
  }


  
  .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: #8c604f73;
  }
  .notific-list li{
    list-style-type: none;
    font-size: 14px;
    color: #fff;
    text-align: left !important;
    padding-bottom:6px;

  }
  
