@import url("./font/Circe/stylesheet.css");
@import url("./font/Kaph/style.css");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Circe", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 640px) {
  .container {
    max-width: 445px;
  }
}

.plug {
  background: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.plug__inner {
  position: relative;
}
.plug::before, .plug::after {
  content: "";
  position: relative;
  z-index: -1;
  flex: 1;
  min-height: 4.5rem;
  pointer-events: none;
}
.plug::after {
  --asd: 11vw;
  margin-top: calc(var(--asd) * -1);
  padding-top: var(--asd);
  background: #ee2a24;
  min-height: calc(4.5rem + var(--asd));
  --top: -380vw;
  --offset: 385vw;
  -webkit-mask-image: radial-gradient(circle at 48% var(--top), rgba(255, 255, 255, 0) var(--offset), #fff calc(var(--offset) + 2px));
          mask-image: radial-gradient(circle at 48% var(--top), rgba(255, 255, 255, 0) var(--offset), #fff calc(var(--offset) + 2px));
}
.plug__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 55.5rem;
}
.plug__title {
  width: 100%;
  max-width: 14em;
  text-align: center;
  font-family: "Kaph-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: clamp(28px, 5.25vw, 66px);
  margin-bottom: 12px;
}
.plug__title span {
  color: #ee2a24;
}
.plug__subtitle {
  width: 100%;
  max-width: 26em;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
}
.plug__timer {
  margin-top: 52px;
  --size: clamp(12px, 2vw, 20px);
}
.plug__timer-title {
  text-align: center;
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.plug__timer-main {
  display: flex;
  justify-content: center;
  height: 80px;
}
.plug__gallery {
  font-size: min(1rem, 1.25vw);
  margin-top: min(12vw, 164px);
  display: flex;
  justify-content: space-evenly;
}
.plug__gallery > * {
  width: 18.5%;
}
.plug__gallery > * img {
  border-radius: 1.25em;
  padding: 0.625em;
  background: #fff;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.25);
}
.plug__gallery > *:nth-child(1) img {
  transform: rotate(-8deg);
}
.plug__gallery > *:nth-child(2) img {
  transform: rotate(-6deg);
}
.plug__gallery > *:nth-child(3) img {
  transform: rotate(4deg);
}
.plug__gallery > *:nth-child(4) img {
  transform: rotate(8deg);
}
.plug__asset {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 0;
  transform: translate(1%, 10%);
}
@media (max-width: 640px) {
  .plug__content {
    width: 100%;
    max-width: unset;
  }
  .plug__timer {
    order: 2;
    max-width: 65%;
    margin-right: auto;
  }
  .plug__asset {
    transform: translate(12%, 30%);
  }
}

.flip-clock-wrapper {
  margin: 0;
}
.flip-clock-wrapper ul {
  width: calc(var(--size) / 20 * 43);
  height: calc(var(--size) / 20 * 68);
  margin: 0 calc(var(--size) / 20 * 6);
}
.flip-clock-wrapper ul li a div.up::after {
  top: calc(var(--size) / 20 * 34);
}
.flip-clock-wrapper ul li a div div.inn {
  font-family: "Circe", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #000;
  font-weight: 900;
  font-size: calc(var(--size) / 20 * 40);
  line-height: calc(var(--size) / 20 * 68);
}
.flip-clock-divider {
  height: calc(var(--size) / 20 * 68);
  width: calc(var(--size) / 20 * 14);
}
.flip-clock-label {
  display: none;
}
.flip-clock-dot {
  left: calc(var(--size) / 20 * 2);
  width: calc(var(--size) / 20 * 10);
  height: calc(var(--size) / 20 * 10);
}
.flip-clock-dot.top {
  top: calc(var(--size) / 20 * 24);
}
.flip-clock-dot.bottom {
  bottom: calc(var(--size) / 20 * 12);
}

.page {
  opacity: 0;
  transform: scale(1.1);
  transition: 1s;
}
.page .plug__title {
  transform: translateY(2rem);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.page .plug__subtitle {
  transform: translateY(2rem);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.page .plug__timer {
  transform: translateY(2rem);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.7s;
}
.page .plug__gallery > *:nth-child(1) {
  transform: scale(1.2);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.7s;
}
.page .plug__gallery > *:nth-child(2) {
  transform: scale(1.2);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.9s;
}
.page .plug__gallery > *:nth-child(3) {
  transform: scale(1.2);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1.1s;
}
.page .plug__gallery > *:nth-child(4) {
  transform: scale(1.2);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1.3s;
}
.page.ready {
  opacity: 1;
  transform: scale(1);
}
.page.ready .plug__title {
  transform: translateY(0);
  opacity: 1;
}
.page.ready .plug__subtitle {
  transform: translateY(0);
  opacity: 1;
}
.page.ready .plug__timer {
  transform: translateY(0);
  opacity: 1;
}
.page.ready .plug__gallery > *:nth-child(1) {
  transform: scale(1);
  opacity: 1;
}
.page.ready .plug__gallery > *:nth-child(2) {
  transform: scale(1);
  opacity: 1;
}
.page.ready .plug__gallery > *:nth-child(3) {
  transform: scale(1);
  opacity: 1;
}
.page.ready .plug__gallery > *:nth-child(4) {
  transform: scale(1);
  opacity: 1;
}