/* vietnamese */
@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexend/v24/wlpwgwvFAVdoq2_v9KQU4Wc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexend/v24/wlpwgwvFAVdoq2_v9aQU4Wc.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexend/v24/wlpwgwvFAVdoq2_v-6QU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
/* cyrillic-ext */
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/golostext/v4/q5uCsoe9Lv5t7Meb31EcEx58hLxR.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/golostext/v4/q5uCsoe9Lv5t7Meb31EcExd8hLxR.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/golostext/v4/q5uCsoe9Lv5t7Meb31EcEx18hLxR.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/golostext/v4/q5uCsoe9Lv5t7Meb31EcExN8hA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body {
    background-color: #000;
}

:root {
    --primary-color: #e3ad3f !important ;
}

.main {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
    margin-top: 2.5rem;
    max-width: 1906px;
    width: 100%;
    margin-bottom: 20px;
}
/* text, CTA, and button styles */
.attention {
    margin-top: 10px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    text-align: justify;
    font-size: 18px;
    transition: font-size .3s ease-in-out;
}

.attention-promo {
    margin-top: 0px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    text-align: justify;
    font-size: 21px;
    transition: font-size .3s ease-in-out;
    background: white;
}

.attention-promo ~ .attention.container-fluid.main.text-center {
    padding: .5rem 1rem !important;
    margin: 0 !important;
    background-color: #111 !important;
    @media (max-width: 490px) {
        padding: 1.2rem 1rem !important;
    }
}

.comming_soon {
    font-size: 40px;
    transition: font-size .3s ease-in-out;
}


.attention_text{
    color: #f1f1f1;
    margin: 0 !important;
    transition: font-size .3s ease-in-out;
    font-size: 25px;
}

@media (max-width: 1195px) { 
    .comming_soon {
        font-size: 23px;
    } 
}

@media (min-width: 320px) and (max-width: 1920px) { 
    .attention_text {
        font-size: 15px;
    } 
}

@media (max-width: 319px) { 
    .attention_text {
        font-size: 12px;
    } 
}

#announcement_one {
    font-size: 21px;
    transition: font-size .3s ease-in-out;
    color:#e91b64;
}

#announcement_two {
    font-size: 21px;
    transition: font-size .3s ease-in-out;
    color:black;
}

#save-now {
    font-family: inherit;
    background-color: #e91b64;
    color: white;
    border-radius: 5px;
    padding: 2px 7px;
    /* Optional: Adds padding to the button */
    text-decoration: none;
    /* Optional: Removes underline from the link */
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
    /* Optional: Aligns the elements vertically in the middle */
    padding: 4px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #holiday-promo-bar>div {
        text-align: center !important;
    }
}

#holiday-promo-bar>div {
    padding-bottom: 6px !important;
}

#holiday-promo-bar>div {
    text-align: left !important;
    position: relative;
    max-width: unset !important;
    line-height: normal !important;
    padding-top: 6px;
    padding-bottom: 5px;
}

@media (min-width: 500px) {
    #holiday-promo-wrapper {
        justify-content: center;
    }
}

#holiday-promo-wrapper {
    align-items: center;
    display: flex;
    justify-content: left;
}

#holiday-promo-wrapper {
    font-size: 18px;
}

.attention_text{
    color: #b8b8b8;
    margin: 0 !important;
}

@media (max-width: 992px) { 
    .attention{
        font-size: 19px;
    } 
}

@media (max-width: 576px) {
    .attention{
        font-size: 18px;
    } 
}

.btn {
    font-family: "Golos Text";
    font-weight: 900;
    box-shadow: none !important;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    padding: 16px 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
@media (max-width: 1195px) {
    .btn {
        font-size: 20px;
        padding: 10px 14px;
    }
}

@media (max-width: 560px) {
    .btn {
        font-size: 18px;
        padding: 8px 12px;
    }
}

@media (max-width: 430px) {
    .btn {
        font-size: 16px;
        padding: 6px 10px;
    }
}

.logo {
    width: 360px;
}
.get_access-btns-wrap {
    margin: 10px 0;
}
.get_login-btns-wrap {
    margin: 0 0 20px;
}
.top-get_login-btn-wrap {
    margin: 2.25rem 0 0 !important;
}
.access.btn{
    text-transform: uppercase;
    color: #000;
    box-shadow: rgb(0, 0, 0) 0px 4.65px 4.65px;
    position: relative;
    letter-spacing: .2em;
    @media (max-width: 895px) {
        position: absolute;
    }
}

.access.btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transform: skewX(-15deg);
    box-shadow: rgb(0, 0, 0) 0px 4.65px 4.65px;
    background: radial-gradient(67.91% 127.89% at 35.35% 0.17%, rgb(255, 245, 132) 0px, rgb(224, 166, 57) 100%);
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.access.btn::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 40px;
    transform: skewX(-15deg);
    z-index: -1;
    opacity: 0;
    background: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.access.btn:hover {
    color: #e0a639;
}
.access.btn:hover::before {
    background: radial-gradient(67.91% 127.89% at 35.35% 0.17%, rgb(48, 48, 48) 0px, rgb(15, 15, 15) 100%);
}
.access.btn:hover::after {
    left: 79%;
    animation-name: shine;
    animation-duration: 0.2s;
    animation-timing-function: linear;
}
@keyframes shine {
    0% {
        opacity:0
    }
    25%{opacity:.25
    }
    50%{opacity:.25
    }
    80%{opacity:0
    }
}
.container-fluid.text-center.get_access-btns-wrap.mt-5 {
    .access.btn {
        position: relative;
    }
}

.login.btn{
    border: 2px solid transparent !important;
    text-transform: uppercase;
    color: #b9b9b9;
    letter-spacing: .2em;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(rgb(0, 0, 0) 0px 3px 1px);
    transition: 0.3s;
    background: radial-gradient(100% 100% at 50% 0px, rgb(255, 255, 255) 0px, rgb(153, 153, 153) 100%) text;
}
.login.btn:hover{
    -webkit-text-fill-color: transparent;
    background: radial-gradient(67.91% 127.89% at 35.35% 0.17%, rgb(255, 245, 132) 0px, rgb(224, 166, 57) 100%) text;
}



/* Main Body */
.logo-container {
    width: 100%;
    background-color: #000;
}
.logo {
    width: 100%;
    padding: 0;
    max-width: 480px;
    margin-top: -1em;
    margin-bottom: -1em;

    @media (max-width: 576px) { 
        max-width: 470px;
    }
}
.grid {
    display: grid;
    grid-gap: 0 !important;
}
.grid-item {
    width: 20% !important;
    padding: 3px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    .main {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .grid-item {
        padding: 2.5px !important;
        width: 25% !important;
    }
}

@media (max-width: 768px) {
    .main {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .grid-item {
        width: 33.33% !important;
        padding: 2.25px;
    }
}


@media (max-width: 576px) {
    .main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .grid-item {
        width: 50% !important;
        padding: 2px !important;
    }
}

/* inline button */
.attention-promo {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.comming_soon span {
    display: none;
}

.container-btn {
    gap: 20px;
    margin-top: 2rem;
    transition: all 0.3s ease-in-out;

    @media (max-width: 960px) {
        gap: 15px;
        margin-top: 1rem;
    }

    @media (max-width: 535px) {
        gap: 10px;
    }

    @media (max-width: 360px) {
        gap: 25px;
        margin-top: 1.5rem;
    }
}

.container-btn .get_access-btns-wrap {
    padding: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 12.25em;
    transition: all 0.3s ease-in-out;
    @media (max-width: 1240px) {
        /* margin-left: 20em; */
    }

    @media (max-width: 1195px) {
        margin-left: 14em;
    }

    @media (max-width: 895px) {
        margin-left: 13.75em;
    }

    @media (max-width: 490px) {
        margin-left: 13.25em;
    }

    @media (max-width: 430px) {
        margin-left: 11em;
    }

    @media (max-width: 376px) {
        margin-left: unset !important;
        justify-content: center;
    }
}
.container-btn {
    @media (max-width: 376px) {
        flex-direction: column;
        transition: all 0.3s ease-in-out;
    }
}

.container-btn .top-get_login-btn-wrap {
    padding: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0 !important;
    transition: all 0.3s ease-in-out;

    @media (max-width: 376px) {
        justify-content: center;
    }
}

.attention-promo~.attention.container-fluid.main.text-center {
    padding: 1.5rem 1rem !important;
    margin: 0 !important;

    @media (max-width: 490px) {
        padding: 1.2rem 1rem !important;
    }
}

footer .copy p {
    color: #c6c6c6 !important;
}

footer .copy a:hover {
    color: var(--primary-color) !important;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }


  .newletter_wrap .text {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .04em;
    text-align: left;
    color: #000 !important;
    font-family: Lexend !important;
    font-weight: 900 !important;
    letter-spacing: .23em !important;
    text-transform: uppercase;

    @media (max-width: 346px) {
        font-size: 14px !important;
        transition: all 0.3s ease-in-out;
    }
}

.submit-btn {
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Golos Text !important;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px !important;
    height: calc(1.5em + .75rem + 2px) !important;
    border: 5px solid #ffbe43 !important;
    color: #e0a639 !important;
    background-color: #000 !important;
}

.newsletter-wrapper form .email {
    border-radius: 0;
    border: none;
    color: rgba(0, 0, 0, .757) !important;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    transition: all .3s ease;
    background: hsla(0, 0%, 98%, .15) !important;
    border: 5px solid rgba(0, 0, 0, .5) !important;
    font-family: Golos Text !important;
}

.newsletter-wrapper form .email:focus {
    outline: none;
    /* border-color: #be3d92 !important; */
}

.newsletter-wrapper>div form input .email{
    color: rgba(0, 0, 0, .757) !important;
}
.newsletter-wrapper form .email::placeholder {
    color: rgba(0, 0, 0, .757);
}

.submit-btn {
    margin: 0 !important;
}

.form-control:focus {
    color: #fff;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0;
   box-shadow: none !important;
}
.container-fluid.newletter_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 2rem 1.5rem;
    max-width: 100% !important;
}
.container-fluid.newletter_wrap {
    background-color: #e4a435;
}

.col-lg-8.col-sm-8 {
    max-width: 600px;
}

.row.newsletter-form {
    display: flex;
    gap: 5px !important;
}

.col-lg-9.col-md-9 {
    z-index: 0 !important;
}

@media (min-width: 992px) {
    .col-lg-9 {
        -ms-flex: 0 0 66.666667% !important;;
        flex: 0 0 66.666667% !important;;
        max-width: 66.666667% !important;
        z-index: 0 !important;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 768px) {
    .col-md-9 {
        -ms-flex: 0 0 70% !important;
        flex: 0 0 70% !important;
        max-width: 70% !important;
        z-index: 0 !important;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 29% !important;
        flex: 0 0 29% !important;
        max-width: 28% !important;
    }
}

@media (max-width: 768px) {
    .col-md-3 {
        margin: 10px auto 0 !important;
    }
}

.text-center.logo-container.my-5 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
}


@media (max-width: 768px) {
    .row.newsletter-form {
    gap:0 !important;
    }
    .col-md-3 {
        margin: unset !important;
    }
}
   

h1#successMessage {
    font-family: Golos Text !important;
    font-style: normal;
    font-weight: 800 !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

/* promotional text */

#promo-bar {
    background: radial-gradient(67.91% 127.89% at 35.35% .17%, #fff584 0, #e0a639 100%) !important;
  }

  #promo-bar:hover .promo_text.inline-block,
  #promo-bar:hover .promo_sub_text.inline-block{
    color: #fff !important;
  }
  
  #promo-bar:hover #save-now {
    color: #fff !important;
  }
  .promo_text.inline-block {
    font-family: Golos Text !important;
    font-weight: 900 !important;
    color: #000 !important;
    letter-spacing: 1px;
    text-shadow: -4px 2px 0 rgba(47, 219, 219, .302), 3px 3px 0 rgba(255, 53, 138, .302) !important;
    transition: all .4s ease;
  }
  
  .promo_sub_text.inline-block {
    font-family: Golos Text !important;
    font-weight: 900 !important;;
    color: #000 !important;
    letter-spacing: 1px;
    text-shadow: -4px 2px 0 rgba(47, 219, 219, .302), 3px 3px 0 rgba(255, 53, 138, .302) !important;
    transition: all .4s ease;
  }
  #save-now {
    color: #fff !important;
    font-family: Golos Text !important;
    font-weight: 900 !important;
  }
  
  #save-now-wrapper {
    background: radial-gradient(67.91% 127.89% at 35.35% .17%, #494949 0, #2c2c2c 100%) !important;
    color: #fff !important;
  }
  #promo-bar:hover #save-now {
    color: #fff584 !important;
  }