html,
body {
  height: 100%;
}

html {
  background-image: url("https://www.landorc.io/timer/img/bg_desktop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  padding-top: 120px;
}
/* body:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: url("https://www.landorc.io/timer/img/bg_desktop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.d-md-block {
  display: block;
}
.d-md-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .text .val {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }

  .text .type-time {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }
  .countdown-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 479px) {
  .d-none {
    display: none !important;
  }
  .d-block {
    display: block !important;
  }
  .text .val {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  .text .type-time {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }
  .countdown-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  html {
    background-image: url("https://www.landorc.io/timer/img/bg_tablet.png");
    background-position: center center;
  }
}

@media screen and (max-width: 767px) {
  html {
    background-image: url("https://www.landorc.io/timer/img/bg_mobile.png");
    background-position: right;
  }
}

body {
  background-color: transparent;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: repeat;
  font-family: "Arial", sans-serif;
  /* font-family: "Raleway", "Arial", sans-serif; */
}

.countdown-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.clock-canvas {
  background-color: rgba(156, 104, 104, 0.1);
  /* background-color: rgba(255, 255, 255, 0.1); */
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.2cm;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  width: 100%;
  margin-bottom: 30px;
}

.sub-title {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08cm;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  width: 100%;
  margin-bottom: 30px;
  /* opacity: 0.6; */
}

.text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  width: 100%;
}

.text .val {
  font-size: 30px;
  letter-spacing: 0.4cm;
}

.text .type-time {
  font-size: 12px;
  /* opacity: 0.6; */
}

.val-new {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  width: 100%;
  font-size: 40px;
  letter-spacing: 0.3cm;
  padding-left: 0.3cm;
}

.type-time-new {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  width: 100%;
  font-size: 10px;
  /* opacity: 0.8; */
  letter-spacing: 0.04cm;
  padding-left: 0.04cm;
}

.clock-item-new {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .clock-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 30px;
  }
  .sub-title {
    font-size: 14px;
  }
  .val-new {
    font-size: 20px;
    letter-spacing: 0.2cm;
    padding-left: 0.2cm;
  }
  .type-time-new {
    font-size: 10px;
  }
  .clock-item {
    margin: 30px 0px;
    /* padding: 0 30px; */
  }
}

@media (min-width: 767px) {
  .container {
    width: 670px;
    padding-top: 100px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .container {
    max-width: 500px;
    width: 100%;
    padding-top: 80px;
  }
  .title {
    font-size: 20px;
  }
  .sub-title {
    font-size: 12px;
  }
}