html {
  background-color: #212121;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100vw;
  padding: 0 0 3rem;
  font-family: Inter, OpenSans-Regular, Arial, sans-serif;
  color: #c6c6c6;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}

body::before {
  content: "";
  background:
    radial-gradient(circle at 50% 17rem, rgba(0, 187, 212, .18), transparent 24rem),
    radial-gradient(circle at 18% 54rem, rgba(255, 255, 255, .05), transparent 18rem);
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

a:hover {
  color: #FFFFFF;
}

#loading {
  display: none;
  width: 291px;
  height: 165px;
  overflow: hidden;
  background: transparent url(images/loading.webp) center center no-repeat;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  z-index: 9999999999;
  position: fixed;
}

.ui-widget {
  font-family: Inter;
  font-size: 1.1em;
}

.gradient {
  background-image: radial-gradient(#5f5f5f, #1f1f1f);
}

#header {
  height: 104px;
}

#header_logo {
  background: transparent url(images/header_logo.svg) center center no-repeat;
  width: 175px;
  height: 24px;
  margin-top: 40px;
  margin-left: 40px;
  float: left;
  cursor: pointer;
}

#single_logo {
  padding-top: 8rem;
  background: transparent url(images/header_logo.svg) center center no-repeat;
  background-size: 175px 24px;
  width: 100%;
  height: 100px;
  position: sticky;
  top: 0;
  transition: background-color .25s ease, box-shadow .25s ease, padding-top .25s ease;
}

#single_logo.active {
  background: rgba(33, 33, 33, .76) url(images/header_logo.svg) center center no-repeat;
  background-size: 175px 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
  z-index: 9;
}

#header_menu {
  display: none;
  float: right;
  margin-top: 40px;
}

.header_menu_button {
  font-family: OpenSans-SemiBold;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1%;
  color: #cccccc !important;
  margin-right: 32px;
}

.header_menu_button:hover {
  color: #00bdc9 !important;
}

#login_bt,
#signup_bt {
  text-transform: uppercase;
}

#signup_bt {
  color: #00bdc9 !important;
  border: 1px solid #00bdc9;
  border-radius: 2px;
  padding: 4px 8px;
  margin-top: -5px;
}

#signup_bt:hover {
  color: #cccccc !important;
  border: 1px solid #cccccc;
}

#login_bt {
  margin-left: 32px;
}

#headline {
  /* Face your watch! */
  font-family: Inter, OpenSans-Light, Arial, sans-serif;
  font-weight: 520;
  margin-top: 120px;
  color: #f5f5f5;
  font-size: 4rem;
  line-height: 1.08;
  letter-spacing: 15%;
  text-align: center;
  user-select: none;
}

@media (any-pointer: coarse) {
  #headline {
    font-size: 3rem;
    margin-top: 1rem;
  }
}

#subline {
  font-family: Inter, OpenSans-Regular, Arial, sans-serif;
  color: #c9c9c9;
  font-size: 1em;
  line-height: 24px;
  letter-spacing: 1%;
  text-align: center;
  user-select: none;
}

#headline_image {
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
  pointer-events: none;
  opacity: 0;
}

#headline_image img {
  display: block;
  width: 50%;
  margin: auto;
}

@media (any-pointer: coarse) {
  #headline_image img {
    width: 100%;
  }
}

#try_free {
  margin-top: -175px;
  margin-bottom: 64px;
}

#try_free_bt {
  background: transparent url(images/try_free.svg) center top no-repeat;
  width: 240px;
  height: 104px;
  margin: auto;
  border: 0;
  cursor: pointer;
}

#try_free_bt:hover {
  background: transparent url(images/try_free_hover.svg) center top no-repeat;
}

#try_free_obs {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  user-select: none;
}

.supported_watches_title {
  color: #FFFFFF;
  font-family: OpenSans-SemiBold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 3%;
  height: 280px;
  padding-top: 160px;
  text-align: center;
}

.title {
  font-family: Inter;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.15;
}

.subtitle {
  font-family: Inter;
  font-weight: 420;
  line-height: 1.45;
  padding-bottom: 3rem;
  padding-top: 0.8rem;
}

#supported_watches_container {
  background: rgb(0,211,239);
  background: radial-gradient(circle, rgba(0,211,239,1) 0%, rgba(1,142,161,1) 100%);
  padding: 0 3em;
  width: 100%;
  text-align: center;
}

#supported_watches {
  width: 50%;
  margin: auto;
}

.supported_watch {
  width: 200px;
  margin: auto;
}

.watch_models_row {
  padding-bottom: 64px;
}

.watch_brand {
  font-family: OpenSans-Light;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 245px;
  width: 300px;
}

.watch_name {
  color: #404040;
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1%;
  text-align: center;
}

.watch_image {
  height: 350px;
  max-width: 90vw;
  width: auto;
  filter: drop-shadow(0 5px 0.45rem black);
  transition: filter .22s ease, transform .22s ease;
}

.watch_image:hover {
  filter: drop-shadow(0 18px 1rem rgba(0, 0, 0, .55)) brightness(1.05);
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .watch_image {
    height: min(350px, 70vw);
  }
}

.text-center {
  text-align: center;
}

.watch-showcase {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  position: relative;
}

.watch-showcase::before {
  content: "";
  background: radial-gradient(ellipse at center, rgba(0, 187, 212, .22) 0%, rgba(0, 187, 212, .08) 28%, transparent 68%);
  filter: blur(12px);
  height: 44%;
  left: 8%;
  pointer-events: none;
  position: absolute;
  right: 8%;
  top: 28%;
  z-index: -1;
}

.navbar {
  background-color: transparent;
  min-height: 0;
  position: relative;
  z-index: 30;
}

#get_notified {
  margin-top: 3em;
  margin-bottom: 6em;
}

.large_blue {
  color: #00bbd4;
  font-size: 5rem;
}

.medium_blue {
  color: #00bbd4;
  font-size: 2.75rem;
}

.small_blue {
  color: #00bbd4;
  font-size: 2rem;
}

.small_white {
  color: #cfcfcf;
  font-size: 1.28rem;
}

.xsmall_white {
  color: white;
  font-size: 1rem;
}

@media (any-pointer: coarse) {
  .medium_blue {
    color: #00bbd4;
    font-size: 2rem;
  }
  
  .small_white {
    color: white;
    font-size: 1rem;
  }
  
  .xsmall_white {
    color: white;
    font-size: 0.7rem;
  }
}

.blue_button {
  background-color: #00bbd4;
  display: inline-block;
  font-size: 24px;
  border-radius: 8px;
  color: #393939;
  cursor: pointer;
  padding: 16px 24px;
}

.blue_button:hover {
  box-shadow: 0px 0px 10px 2px #00bbd4;
}

.align_center {
  text-align: center;
}

.padding_1 {
  padding: 1em;
}

.padding_2 {
  padding: 2em;
}

.padding_3 {
  padding: 3em;
}

.padding_4 {
  padding: 41em;
}

.flex {
  display:flex;
}

.flex.flex_center {
  align-items: center;
  justify-content: center;
}

.ui-dialog,.ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {background:#333333 !important}​

#notify_div {
  margin-top: 2em !important;
}

#notify_bt {
  font-size: 16px !important;
  width: 100%;
}

input[type=text] {
  font-family: Inter;
  background: white;
  border-radius: 8px;
  margin: 0.8em 0;
  height: 40px;
  width: 100%;
  padding: 8px;
}

textarea:focus, input:focus{
  outline: none;
}

.columns:not(:last-child) {
  margin-bottom: 0;
}

#paypal_button {
  display: inline-block;
  background: #019cde url(images/paypal_button.png) 50% 50% no-repeat;
  border-radius: 20px;
  width: 80%;
  height: 100px;
  opacity: 0.8;
}

#paypal_button:hover {
  transform: scale(1.1);
  opacity: 1;
  transition: all .2s ease-in-out;
}

#buymeacoffee_button {
  align-items: center;
  background: linear-gradient(135deg, #00bbd4, #33e0c2);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28), 0 0 28px rgba(0, 187, 212, .18);
  color: #182226;
  display: inline-flex;
  font-family: Inter, OpenSans-SemiBold, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 720;
  height: 56px;
  justify-content: center;
  letter-spacing: 0;
  min-width: 240px;
  opacity: 1;
  padding: 0 2rem;
  text-transform: uppercase;
}

#buymeacoffee_button:hover {
  color: #182226;
  transform: translateY(-2px);
  transition: all .2s ease-in-out;
}

#buymeacoffee_button:focus-visible,
#paypal_button:focus-visible,
a[data-lightbox]:focus-visible,
#search_device:focus-visible {
  outline: 3px solid #00bbd4;
  outline-offset: 4px;
}


@media (any-pointer: coarse) {
  #buymeacoffee_button,
  #paypal_button {
    width: 100%;
  }
}

ul.default {
  list-style-type: circle;
}

ul.default li {
  text-align: left;
  margin-left: 16px;
}

.capital {
  text-transform: capitalize;
}

.biscuitman {
  --c: #1586c6;
  --bg: #222222;
  --tx: #9f9f9f;
  --ui: 255,255,255;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  transition: transform .2s ease, filter .2s ease;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
}

.video-container:hover {
  filter: brightness(1.05);
  transform: translateY(-3px);
}

a[data-lightbox] img {
  border-radius: 8px;
  height: auto;
  width: 100%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

a[data-lightbox]:hover img {
  box-shadow: 0 18px 38px rgba(0, 0, 0, .35), 0 0 26px rgba(0, 187, 212, .16);
  filter: brightness(1.08);
  transform: translateY(-4px) scale(1.015);
}

#all_devices {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 3rem auto 0;
  max-width: 1180px;
  padding: 0 1rem;
  text-align: center;
}

#all_devices li span {
  font-size: 14px;
  border-radius: 999px;
  color: #c2c2c2;
  display: inline-block;
  line-height: 1.55;
  padding: 2px 8px;
  transition: background-color .15s ease, color .15s ease;
}

#all_devices li.is-match span {
  background-color: #00bbd4;
  color: #fff;
  box-shadow: 0 0 18px rgba(0, 187, 212, .28);
}

.device-search {
  margin: 0 auto;
  max-width: min(90vw, 390px);
  position: relative;
  width: 100%;
}

.device-search img {
  height: 24px;
  left: 18px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  width: 24px;
  z-index: 2;
}

#search_device {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .36);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
  color: #333;
  display: block;
  font-family: Inter, OpenSans-Regular, Arial, sans-serif;
  font-size: 1rem;
  height: 48px;
  margin: 0 auto;
  padding-left: 58px;
  position: relative;
  width: 100%;
  z-index: 1;
  transition: box-shadow .2s ease, transform .2s ease;
}

#search_device:focus {
  box-shadow: 0 0 0 4px rgba(0, 187, 212, .18);
  transform: translateY(-1px);
}

#search_device_count {
  color: #00bbd4;
  font-family: Inter;
  font-size: .82rem;
  height: 1.25rem;
  margin-top: .5rem;
  opacity: 0;
  text-align: center;
  transform: translateY(-3px);
  transition: opacity .16s ease, transform .16s ease;
}

#search_device_count.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.device-title {
  font-size: 1.72rem;
  font-weight: 520;
  line-height: 1.2;
  padding: .5rem .25rem 1rem;
  white-space: nowrap;
}

.device-title span {
  display: block;
  font-size: .86rem;
  font-weight: 430;
  line-height: 1.2;
  margin-top: .35rem;
  opacity: .92;
}

.device-group-stacked {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.edition-logo {
  height: auto;
  margin-bottom: 2rem;
  max-width: 260px;
  width: 50%;
}

.interface-grid,
.video-grid {
  display: grid;
  gap: 1.35rem;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 1.25rem;
}

.interface-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
}

.edition-panel {
  padding: 2rem 2.35rem 2.35rem;
  position: relative;
}

.edition-panel::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  inset: 0 1rem;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.edition-panel .has-text-justified {
  max-width: 100%;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-on-scroll:nth-of-type(2n) {
  transition-delay: .06s;
}

@media (max-width: 768px) {
  #single_logo {
    padding-top: 4rem;
  }

  #headline {
    line-height: 1.15;
    padding: 0 1rem;
  }

  #all_devices {
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .device-group {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 1.5rem;
  }

  .device-title {
    font-size: 1.9rem;
  }

  .device-title span {
    font-size: .8rem;
  }

  .edition-logo {
    width: 70%;
  }

  .edition-panel {
    padding: 1.75rem 1.25rem 2rem;
  }

  .edition-panel::before {
    inset: 0;
  }

  .interface-grid,
  .video-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .interface-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }

}
