body {
  font-family: 'Karla', sans-serif;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  text-align: center; }

.logo {
  height: 44px;
  margin-bottom: 23px; }

.page-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 14px; } }

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px; } }

.bd-cd-timer {
  display: flex;
  margin-bottom: 50px;
  justify-content: center; }
  .bd-cd-timer .time-card {
    width: 150px;
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media (max-width: 767px) {
      .bd-cd-timer .time-card {
        width: 75px; } }
  .bd-cd-timer .time-count {
    font-size: 120px;
    font-weight: bold;
    line-height: 1.17; }
    @media (max-width: 767px) {
      .bd-cd-timer .time-count {
        font-size: 50px; } }
  .bd-cd-timer .time-label {
    font-size: 25px;
    line-height: 1.16; }
    @media (max-width: 767px) {
      .bd-cd-timer .time-label {
        font-size: 12px; } }

.notify-btn {
  padding: 15px 80px;
  background-color: #ffffff;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  outline: none;
  border: 0;
  margin-bottom: 72px; }
  @media (max-width: 767px) {
    .notify-btn {
      padding: 15px 50px;
      margin-bottom: 30px; } }

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d5dae2;
  color: #ffffff;
  margin-right: 8px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out; }
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #000000; }

footer {
  font-size: 14px;
  color: #919aa3;
  padding: 56px 0; }
  @media (max-width: 767px) {
    footer {
      padding: 36px 0; } }

/*# sourceMappingURL=bd-coming-soon.css.map */
