/* cyrillic-ext */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.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: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.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: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.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: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.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: #fff;
}

.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-promo ~ .attention.container-fluid.main.text-center {
  padding: 0.5rem 1rem !important;
  background-color: #2b2b2b !important;
  margin-top: 0;
  @media (max-width: 490px) {
    padding: 1.2rem 1rem !important;
  }
}

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

.attention_text {
  color: #f1f1f1;
  margin: 0 !important;
  transition: font-size 0.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;
  }
}

.btn {
  font-family: Open Sans, Helvetica Neue, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  padding: 16px 30px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 369px) {
  .btn {
    font-size: 18px !important;
  }
}

.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 {
  background: #fd49ed;
  border: 6.6465px solid #fd49ed;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.access.btn:hover {
  opacity: 0.8;
}

.login.btn {
  text-transform: uppercase;
  color: #000;
  /* background-color: #6cc1ff; */
  border: 6.6465px solid #6cc1ff;
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, .1); */
}
.login.btn:hover {
  opacity: 0.8;
}

/* Main Body */
.logo-container {
  width: 100%;
  background-color: #111;
}
.logo {
  width: 298px;
  padding: 0.25rem 0;
}
.text-center.logo-container.my-5 {
  background-color: transparent !important;
}
.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;
  }
}

.col-lg-3.col-md-3 {
  padding: 0 !important;
}

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

.submit-btn {
  width: 100%;
  border-radius: 0;
  border: 6px solid #fd49ed !important;
  background: #fd49ed !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.04em;
  height: calc(1.5em + 0.75rem + 2px) !important;
  font-family: Open Sans, Helvetica Neue, sans-serif !important;
  font-style: normal !important;
  font-weight: 800 !important;
  @media screen and (min-width: 768px) {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  @media screen and (max-width: 767px) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
}

.newsletter-wrapper form .email {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;

  @media screen and (max-width: 767px) {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}

.newletter_wrap .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #747474 !important;
}

.submit-btn:hover {
  opacity: 0.8 !important;
}

/* footer */
.copy a:hover {
  color: #fd49ed !important;
}

/* promotional text */

#promo-bar {
  background: #fff !important;
}
#promo-bar:hover .promo_text.inline-block {
  color: #e60000 !important;
}
.promo_text.inline-block {
  color: #0d6efd !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 700;
}

.promo_sub_text.inline-block {
  color: #3e3e3e !important;
  font-weight: 400;
  font-family: "Oswald", sans-serif !important;
}
#save-now {
  color: #fff !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 900;
}

#save-now-wrapper {
  background: #ca0000 !important;
  color: #fff !important;
}
#promo-bar:hover #save-now-wrapper {
  background: #ca0000 !important;
}
