.aura-pop{
    background-color: #fff;
    max-width: 450px;
    left:50%;
    top:50%;
    position:fixed;
    transform:translate(-50%,-50%);
    z-index: 99999;
    box-shadow: 0px 2px 5px #5b5b5b4f;
    border-radius: 5px;
    overflow:hidden;
    width: 100%;
}
.pop-header{
    /* background-color: #d8cc1e; */
    width: 100%;

}
.pop-circle{
    width: 150px;
    height: 150px;
    border-radius:50%;
    margin:0 auto;
    position:relative;
    top:75px;
    background-color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 5px #b9b9b9;
}
.pop-circle:after{
    content:'';
    position:absolute;
    width:170px;
    height:170px;
    border: 2px solid #ffffff6b;
    top: -12px;
    left: -10px;
    z-index: 999;
    border-radius: 50%;
}
.pop-circle img{
    max-width: 55% !important;
    position: relative;
    margin-top: 34px;
}
.aura-pop-verlay {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #000000b3;z-index: 9999;}

.pop-body {
    padding: 55px 45px;
    text-align: center;
    padding-top: 110px;
}
.pop-body h3{
    margin-bottom:0px;
    margin-top: 0;
}

.pop-body p {
    color: #727272;
}
.browse-menu{
    color:#7c7c7c;
}
.hidePopup .aura-pop,
.hidePopup .aura-pop-verlay{
    display:none;
}
#timer{
    display: block;
    text-align: center;
    width: 100%;
}
#timer div{
  display:inline-block;
  color:#626262;
  margin-left:5px;
  margin-right:5px;
}
.hr-count{
  width:90px;
  height:70px;
  display:inline-block;
  line-height:65px;
  border:2px solid #626262;
  font-size:2.5rem;
}


@media only screen and (max-width: 1280px) {
    .pop-circle{
        width:130px;
        height: 130px;
    }
    .pop-circle::after{
        width: 150px;
        height: 150px;
    }
    .pop-body{
        padding-top:90px;
    }
    .pop-body h3{
        font-size:28px;
    }

    .hr-count{
        font-size:28px;
        width:70px;
        height:60px;
        line-height:58px;
    }
}
@media only screen and (max-width: 767px) {
  /* Styles for mobile devices */
  /* For example, you could hide a section that takes up too much space on a small screen */
  .aura-pop {
    width:80%;
  }
    .aura-pop h3{
        font-size:1.24rem;
    }
}
