.ac-welcome-page-banner-container .banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.header-banner-image{
    width: 70%;
}

.ac-welcome-join-container {
    position: absolute;
   height: 100%;
    z-index: 1;
    min-height: 125px;
    width: 100%;
}

.ac-welcome-page-banner-container
{
    background-image: url('../image/top-banner_1x.jpg');
    background-image: url('../image/top-banner_1x.jpg');
    height: 300px;
    color: #fff;
    position: relative;
}

.banner-primary-text{
    font-size: 30px;
    margin: 0;
    padding-bottom: 10px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 32px!important;
}

.ac-welcome-page-banner-container .ac-welcome-join-container {
    top: 0px;
    height: 100%;
}

ac-welcome-join {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 15px 5px 15px;
}



.a-button {
    background: #FFF;
    border-radius: 3px;
    border-color: #D5D9D9;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
}

.a-button-primary {
    background: #FFD814;
    border-color: #FCD200;
}

.a-button:not(.a-button-toggle) {
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
}

.ac-welcome-join-bg {
    top: 0;
    left: 0;
    background: url(../image/blue-tile.png) repeat 0 0;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}
.a-spacing-none, .a-ws .a-ws-spacing-none {
    margin-bottom: 0!important;
}

.ac-welcome-join-bg {
    border: 0;
    padding: 0;
    background: rgba(0,0,0,0.4);
    opacity: 1;
}

.a-button-text {
    font-size: 1.4em;
}

.a-button-primary .a-button-text {
    color: #0F1111;
}

.a-button-text {
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 13px;
    line-height: 29px;
    margin: 0;
    outline: 0;
    padding: 0 10px 0 11px;
    text-align: center;
    white-space: nowrap;
}

.text-gray-500 {
    opacity: 1;
    color: #9ca3af!important;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.social_links{
    color: #0d6efd;
}

.countdown{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  
    
  .countdown > div{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }
  .number {
    font-weight: 500;
    font-size: 24px;
    color: #CAA78C;
  }
  
  .countdown span:last-of-type{
    font-size: 12px;
  }