@charset "UTF-8";
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
body .sticky-top {
    z-index:99;
} 
#exit-popup .wrapper { 
    position: relative;
} 
#exit-popup_close {
    position: absolute;
    right: 0;
    top: -48px;
    right: -43px;
    cursor: pointer;
} 

.right-img {
    position: relative;
    z-index: 99;
}
.right-img:after {
    content: "";
    background: url(https://www.hyperstart.com/wp-content/uploads/2024/08/cta-1.png);
    position: absolute;
    height: 376px;
    width: 434px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 24px;
    z-index: -1;
}

.exit-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 35.84px;
    letter-spacing: 0.016em;
    margin: 0;
}
.left-txt {
    padding: 48px;
}
.exit-txt {
    color: #fff;
    font-size: 18px;
    font-weight: 420;
    line-height: 27.72px;
    letter-spacing: 0.018em;
    margin: 16px 0 32px;
}
.exit-cta {
    font-size: 18px;
    font-weight: 520;
    line-height: 1;
    letter-spacing: 0.012em; 
    color: #534AFF !important;
    background: #fff;
    padding: 13px 38px;
    border-radius: 50px;
    display: inline-block;
}


#exit-popup {
    background: #1E163766;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; }
  #exit-popup .wrapper {
   /* background: #FFF;*/
    position: relative;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #exit-popup .wrapper {
        max-width: 90%; } }
    #exit-popup .wrapper::before {
      /*content: "";*/
      background-color: #E4F1FA;
      width: 70%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        #exit-popup .wrapper::before {
          content: none; } }
          #exit-popup-content {
            display: flex;
            align-items: center; 
            justify-content: center;
            min-height: 376px;
            position: relative;
            background: #6842EF;
            border-radius: 24px;
            width: 900px;
        }

        
    @media only screen and (max-width: 768px) {
      #exit-popup-content {
        flex-wrap: wrap;
        display: block !important;
        min-height: auto;
        width: 335px;
        /*height: 546px;*/ }
        body .exit-title {
            font-size: 24px;
            font-weight: 600;
            line-height: 30.72px;
            letter-spacing: 0.018em;
        }
        body .exit-txt {
            font-size: 15px;
            font-weight: 420;
            line-height: 21px;
            letter-spacing: 0.016em;
        }
        body .exit-cta {
            font-weight: 520;
            line-height: 15px;
            letter-spacing: 0.014em;
        }
        .left-txt {
            padding: 32px 24px 0;
        }
        .right-img img {
            height: auto;
            width: 100%;
            margin-top: 10px;
        }
        .right-img {
            width: 100%;
            text-align: center;
        } 
        div#exit-popup_close {
            position: relative ! IMPORTANT;
            top: 0 !important;
            right: 0 !important;
        }
        div#exit-popup_close img {
            display: none !important;
        }
        div#exit-popup_close {
            position: relative ! IMPORTANT;
            top: 0 !important;
            right: 0 !important;
            height: 20px;
        }
        .closeit {
            position: absolute !important;
            height: 20px;
            width: 20px;
            right: 16px;
            top: 16px;
            z-index: 99;
        } 
        div#exit-popup_close:after {
            content: "";
            background-image: url(https://www.hyperstart.com/wp-content/uploads/2024/08/x-close.png);
            height: 20px;
            width: 20px;
            position: absolute;
            right: 0;
            background-repeat: no-repeat;
            background-size: cover !important;
            z-index: 999999;
            background-position: center;
        }
    }

    
    #exit-popup-content .text {
      text-align: left;
      flex: 0 0 40%; }
      @media only screen and (max-width: 768px) {
        #exit-popup-content .text {
          flex: 0 0 100%; } }
      #exit-popup-content .text h2 {
        font-size: 46px;
        color: #2C3454;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.1; }
        @media only screen and (max-width: 768px) {
          #exit-popup-content .text h2 {
            font-size: 30px; } }
      #exit-popup-content .text p {
        font-size: 20px;
        font-weight: 500;
        color: #2C3454;
        margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          #exit-popup-content .text p {
            font-size: 16px; } }
      @media only screen and (max-width: 768px) {
        #exit-popup-content .text a {
          margin-top: 25px; } }
    #exit-popup-content .text .button {
      background: #293F88;
      border: none;
      border-radius: 5px;
      box-sizing: border-box;
      color: #FFFFFF;
      font-size: 20px;
      font-size: 1.25rem;
      color: #FFFFFF !important;
      font-weight: 500;
      line-height: normal;
      outline: none;
      padding: 15px 30px;
      text-decoration: none;
      vertical-align: bottom;
      margin: 40px 0 0;
      text-transform: none;
      display: inline-block;
    }
    #exit-popup-content .text .button:hover {
      background: #0097fe !important;
      cursor: pointer;
    }
    #exit-popup-content .visual {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #exit-popup-content .visual {
          /*display: none;*/ } }
      #exit-popup-content .visual img {
        margin-top: 0px;     max-width: 650px;
    border-radius: 24px;
  #exit-popup_close {
    /*top: 0;
    right: 40px; */
    text-align:right;
    width: 40px;
    height: 40px;
    opacity: 1;
    cursor: pointer;
    z-index: 2; }
 
    #exit-popup_close:hover {
      opacity: 1; }
  #exit-popup_bg {
    visibility: hidden;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: 10001; }



/**Black Friday Sale Popup --- for US ----*/
body #exit-popup .show-for-us {
  padding: 80px !important;
  /*padding: 40px 40px 40px 40px !important;*/
  /* background-image: url(http://demo-wordpress.hackerearth.com/rec-new/wp-content/themes/hackerearth-child/assets/images/popup/sale-popup-bg.png) !important; */
  background-size: cover !important; }
  @media only screen and (max-width: 768px) {
    body #exit-popup .show-for-us {
      padding: 30px !important; } }
  body #exit-popup .show-for-us .visual {
    flex: 0 0 37% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body #exit-popup .show-for-us .visual img {
      max-height: 331px;
    }
    @media only screen and (max-width: 768px) {
      body #exit-popup .show-for-us .visual {
        flex: 0 0 100% !important;
        display: none !important; } }
  body #exit-popup .show-for-us .text {
    padding-left: 0 !important;
    flex: 0 0 62% !important; }
    @media only screen and (max-width: 768px) {
      body #exit-popup .show-for-us .text {
        flex: 0 0 100% !important; } }
    body #exit-popup .show-for-us .text h2 {
      margin-bottom: 25px;
      background: linear-gradient(131deg, #2255CE 0%, #29C9FF 56%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 55px !important;
      font-weight: 700 !important;
      margin-bottom: 20px !important;
      line-height: 1.1 !important; }
      @media only screen and (max-width: 768px) {
        body #exit-popup .show-for-us .text h2 {
          font-size: 30px !important; } }
    body #exit-popup .show-for-us .text p {
      font-size: 25px !important;
      line-height: 1.3;
      font-weight: bold !important;
      color: #FFFFFF !important; }
      @media only screen and (max-width: 768px) {
        body #exit-popup .show-for-us .text p {
          font-size: 16px !important; } }
    body #exit-popup .show-for-us .text .sale-dates {
      display: inline-block;
      background: #FFFFFF;
      border-radius: 27px;
      color: #091038;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 10px 20px;
      margin: 20px 0 35px; }
    body #exit-popup .show-for-us .text .calendar_button_sec {
      text-align: left !important;
      padding: 0 !important; }
      body #exit-popup .show-for-us .text .calendar_button_sec .calendar_button {
        background-color: #FED330 !important;
        color: #091038 !important;
        text-align: left !important;
        border: 0 !important; }
    body #exit-popup .show-for-us .text .calendar_button {
      background-color: #FED330 !important;
      color: #091038 !important;
      margin: 0; }
    body #exit-popup .show-for-us .text img {
      filter: brightness(10);
      display: inline-block;
      margin-bottom: 36px; }
body .showingUS #exit-popup_close:before {
  color: #fff !important; }
body .showingUS .wrapper {
  width: 900px !important; }
  @media only screen and (max-width: 768px) {
    body .showingUS .wrapper {
      width: 90% !important; } }
body .showingUS .text {
  text-align: left !important; }


  /****Calendar toggle button***/
  .calendar-button-list .list-group-item {  height:50px; padding:0 !important;
    display: -webkit-box; 
    display: -moz-box;     
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex; 
    align-items: center;
    justify-content: center;
  }
  .calendar-button-list .list-group-item:first-child {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; 
    border-top-right-radius: 0 !important;
  }
  .calendar-button-list .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    margin-bottom: -1px !important;
    border-bottom-left-radius: 0 !important;
  }
  .calendar-button-list{
    display: flex !important;
  }
  .calendar-button-list .list-group-item a{
    vertical-align: middle;
    line-height: 0;
    padding: .75rem 1.25rem;
  }
  @media only screen and (max-width: 768px) { 
    .calendar-button-list .list-group-item a {
      margin-top: 0 !important;
    }
  }
  .calendar-button-group{
    display: none;
  }

/*# sourceMappingURL=exit-popup.css.map */