:root {
  --dark: #181818;
  --primary: #6573b8;
  --white: white;
  --gray: #1e1e1e;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--dark);
}

.image-6 {
  display: none;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  position: static;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
}

.brand {
  width: 150px;
  padding-bottom: 10px;
  position: static;
}

.logo {
  padding-bottom: 0;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding: 0 0 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: border-color .3s;
}

.nav-link:hover {
  -webkit-text-stroke-width: 0px;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  text-decoration: none;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
  position: static;
  overflow: visible;
}

.hero {
  height: 100vh;
  padding: 100px 16px;
  display: none;
}

.main-container {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.h1-hero {
  color: var(--primary);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.h2-span-hero {
  font-weight: 700;
}

.h3-hero {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}

.h3-span-hero {
  color: var(--primary);
}

.about {
  padding: 80px 16px;
}

.about-container {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.about-text {
  color: var(--primary);
  letter-spacing: .03em;
  text-transform: none;
  width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.about-text.scroll-text {
  font-family: Jost, sans-serif;
}

.section {
  padding: 80px 40px;
  position: relative;
  overflow: visible;
}

.section.no-overflow {
  overflow: hidden;
}

.products-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.h2 {
  color: var(--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 60px;
  line-height: 120%;
}

.products-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card {
  background-color: var(--gray);
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-card-text {
  z-index: 2;
  color: var(--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.image-card {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.highlights-container, .premiere-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.video-scale-container {
  flex-flow: column;
  width: 100%;
  height: 150vh;
  display: flex;
  position: relative;
}

.video-scale {
  height: 100vh;
}

.explore-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.explore-image {
  width: 100%;
  max-width: none;
}

.video-card {
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.video-scale-wrapper {
  position: sticky;
  inset: 0;
}

.scroll-container {
  width: 100%;
  height: 250vh;
  position: relative;
}

.scroll-wrapper {
  width: 100%;
  position: sticky;
  inset: 140px 0 0;
}

.highlights-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.image-roll {
  width: auto;
  height: auto;
  display: block;
  position: static;
  inset: 220px 0 0;
  overflow: hidden;
}

.text-roll {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.text-roll-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.num {
  color: var(--white);
  letter-spacing: .03em;
  min-width: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.image-roll-wrapper {
  display: flex;
}

.buttons-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--primary);
  color: var(--dark);
  text-align: center;
  border-radius: 20px;
  padding: 16px 24px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .3s;
}

.button:hover {
  transform: scale(1.03);
}

.button.button-white {
  background-color: var(--white);
}

.highlights-wrapper-mobile {
  display: none;
}

.hero-video {
  height: 100vh;
}

.card-4-image {
  background-image: url('https://krowne.com/alchemy-series/images/Unrivaled-Bar-Equipment.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.card-3-image {
  background-image: url('https://krowne.com/alchemy-series/images/Emmett-Street.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.card-2-image {
  background-image: url('https://krowne.com/alchemy-series/images/Exceptional-Performance.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.card-1-image {
  background-image: url('https://krowne.com/alchemy-series/images/Bringing-the-bar-to-the-bartender.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.image-rool-item {
  width: 100%;
}

.alchemy-symbol {
  width: 400px;
  max-width: none;
  position: static;
  inset: 80px 0% 80px auto;
}

.alchemy-symbol-container {
  z-index: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 80px 0;
}

.hero-title-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-title {
  width: 56px;
  max-width: none;
}

.hero-title-h1-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider {
  display: none;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .about-text {
    font-size: 32px;
  }

  .section.no-overflow {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .product-card-text {
    mix-blend-mode: normal;
  }

  .image-roll {
    top: 250px;
  }

  .text-roll {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .alchemy-symbol {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .flex-block {
    flex-flow: column;
    align-items: center;
    padding-top: 20px;
  }

  .navbar {
    background-color: var(--dark);
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .brand {
    width: 120px;
    padding-top: 10px;
    padding-bottom: 0;
    position: static;
  }

  .logo {
    padding-bottom: 0;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .nav-menu {
    background-color: var(--dark);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .icon {
    color: #fff;
  }

  .h1-hero {
    font-size: 60px;
  }

  .about-text {
    width: 100%;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 50px;
  }

  .product-card {
    height: 500px;
    padding: 30px;
  }

  .product-card-text {
    font-size: 26px;
  }

  .scroll-container {
    display: none;
  }

  .text-roll-item {
    flex-flow: column;
  }

  .num {
    min-width: 60px;
    font-size: 40px;
  }

  .highlights-wrapper-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
  }

  .highlights-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    min-width: auto;
    display: flex;
  }

  .highlights-image {
    height: auto;
  }

  .alchemy-symbol-container {
    display: none;
  }

  .logo-title {
    width: 48px;
  }

  .slider {
    background-color: #0000;
    height: 100%;
    padding-bottom: 60px;
    display: block;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .flex-block {
    flex-flow: column;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .h1 {
    font-size: 26px;
  }

  .h1-hero {
    font-size: 56px;
  }

  .h3-hero {
    font-size: 30px;
    line-height: 120%;
  }

  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-text {
    width: 100%;
    font-size: 30px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .products-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h2 {
    font-size: 40px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .highlights-container, .premiere-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .video-scale-container {
    height: auto;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-scale {
    height: 300px;
  }

  .explore-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video-scale-wrapper {
    position: static;
  }

  .text {
    font-size: 18px;
    line-height: 140%;
  }

  .buttons-container {
    flex-flow: column;
    align-items: stretch;
  }

  .button {
    font-size: 16px;
  }

  .hero-video {
    display: none;
  }

  .hero-title-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .logo-title {
    width: 44px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
  }

  .hero-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h1 {
    font-size: 22px;
  }

  .h1-hero {
    font-size: 46px;
  }

  .h3-hero, .about-text {
    font-size: 26px;
  }

  .h2 {
    font-size: 36px;
  }

  .product-card {
    height: 400px;
    padding: 16px;
  }

  .product-card-text {
    font-size: 24px;
  }

  .video-scale {
    height: 200px;
  }

  .button {
    font-size: 16px;
  }

  .highlights-wrapper-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .highlights-card {
    width: 100%;
    min-width: auto;
  }

  .highlights-image {
    height: auto;
  }

  .logo-title {
    width: 38px;
  }
}


