@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

body {
  margin: 0px;
  font-family: "Proxima Nova Rg", serif;
  font-weight: 400;
  background: #523122;
  font-size: 0.729vw;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

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

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Antonio", sans-serif;
}

h1, .h1 {
  font-size: 7.813vw;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 9vw;
  }
}

h2 {
  font-size: 54px;
  line-height: 1.2;
}

h3 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  line-height: 1.4;
}

h5 {
  font-size: 24px;
  line-height: 1.4;
}

h6 {
  font-size: 20px;
  line-height: 1.4;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
  max-width: 96.875vw;
}

.flex {
  display: flex;
}

.row-reverse {
  flex-flow: row-reverse;
}

.align-center {
  align-items: center;
}

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-right {
  justify-content: flex-end;
}

.justify-left {
  justify-content: flex-start;
}

.row-wrap {
  flex-flow: row wrap;
}

.main {
  overflow-x: hidden;
  display: block;
}

[class*=button-] a {
  border: solid 1px;
  padding: 1.25vw 2.344vw;
  display: inline-block;
  font-size: 1.042vw;
  font-weight: 700;
  min-width: 13.021vw;
  text-align: center;
  border-radius: 100px;
  transition: 400ms;
  text-decoration: none;
  font-family: "Antonio", sans-serif;
}
@media (max-width: 1199px) {
  [class*=button-] a {
    padding: 1.5vw 2.5vw;
    font-size: 1.4vw;
  }
}
@media (max-width: 991px) {
  [class*=button-] a {
    padding: 1.8vw 3vw;
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  [class*=button-] a {
    font-size: 16px;
    padding: 15px 40px;
  }
}

.button-1 a {
  background-color: #E3A458;
  color: #523122;
  border-color: #E3A458;
}
.button-1 a:hover {
  background-color: #523122;
  border-color: #523122;
  color: #E3A458;
}

header.header {
  padding: 1.563vw 1.979vw;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.content {
  max-width: 28vw;
  width: 100%;
  font-size: 1.042vw;
  color: #523122;
  margin-top: 2.344vw;
}
@media (max-width: 1199px) {
  .content {
    font-size: 1.5vw;
    max-width: 48vw;
  }
}
@media (max-width: 767px) {
  .content {
    margin-top: 30px;
    font-size: 18px;
    max-width: 500px;
  }
}

.hero-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero-section #bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .container {
  height: 100%;
}
.hero-section .container .inner {
  position: relative;
  height: inherit;
  padding: 6.458vw 0;
}
.hero-section .container .inner .content-box {
  flex-direction: column;
  height: inherit;
}
.hero-section .container .inner .content-box h1 .title-1 {
  overflow-y: hidden;
  color: #523122;
}
.hero-section .container .inner .content-box .title-2 {
  color: #FAEADE;
  background-color: #A26833;
  transform: rotate(-2deg);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.hero-section .button-1 {
  margin-top: 2.344vw;
}
@media (max-width: 767px) {
  .hero-section .button-1 {
    margin-top: 40px;
  }
}

.message-section {
  padding: 5.729vw 0 10.938vw;
  min-height: 100dvh;
  background-color: #7F3B2D;
  position: relative;
}
.message-section .container {
  height: 100%;
}
.message-section .inner {
  height: 100%;
  flex-direction: column;
}
.message-section .inner h2 {
  color: #FAEADE;
}
.message-section .inner h2 .highlight-text {
  color: #7F3B2D;
  background-color: #E3A458;
  display: inline-block;
  transform: scale(1.4) rotate(7deg);
  font-size: 6.25vw;
  position: relative;
  z-index: 3;
  padding: 0 5px 5px 0;
}
.message-section .inner .content {
  color: #FAEADE;
}

.flavors-section {
  padding: 10vw 0 8vw;
  overflow: clip;
  min-height: 100dvh;
  background: #FAEADE;
}
@media (max-width: 767px) {
  .flavors-section {
    padding: 20vw 0 30vw;
  }
}
.flavors-section .inner {
  gap: 2.083vw;
}
@media (max-width: 767px) {
  .flavors-section .inner {
    flex-direction: column;
    gap: 30vw;
  }
}
.flavors-section .card {
  width: 60vw;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .flavors-section .card {
    width: 80vw;
  }
}
.flavors-section h2 {
  color: #523122;
}
.flavors-section h2 .highlight-text {
  color: #FAEADE;
  background-color: #A26833;
  display: inline-block;
  transform: scale(1.4) rotate(-7deg);
  font-size: 6.25vw;
  position: relative;
  z-index: 3;
  padding: 0 5px 5px 0;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.flavors-section .flavour-card {
  position: relative;
  transform: rotate(-8deg);
}
.flavors-section .flavour-card .card-inner {
  border-radius: 1.25vw;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 32.813vw;
}
.flavors-section .flavour-card h3 {
  position: relative;
  z-index: 4;
  color: #FAEADE;
  padding: 0 0 1.563vw 1.563vw;
  margin: 0;
}
.flavors-section .flavour-card .bg-image {
  position: absolute;
  inset: 0;
}
.flavors-section .flavour-card .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flavors-section .flavour-card .can-image {
  position: absolute;
  bottom: 0;
  line-height: 0;
  left: 50%;
  width: 45%;
  transform: translateX(-50%);
  z-index: 3;
}
.flavors-section .flavour-card .element-image {
  position: absolute;
  top: -7.292vw;
  width: 100%;
  line-height: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.flavors-section .button-1 {
  margin-top: 8vw;
}
@media (max-width: 767px) {
  .flavors-section .button-1 {
    margin-top: 18vw;
  }
}

.video-section {
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
.video-section .video-overlay {
  position: absolute;
  inset: 0;
  background: #222123;
  clip-path: circle(100% at 50% 50%);
}
@media (max-width: 767px) {
  .video-section .video-overlay {
    display: none;
  }
}
.video-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .video-section .play-btn {
    display: none;
  }
}
.video-section .play-btn a {
  width: 250px;
  height: 250px;
  display: block;
  background: url(../images/video-play-btn.svg) no-repeat center/cover;
}
.video-section .inner {
  height: inherit;
}
.video-section .video-wrapper {
  height: inherit;
}
.video-section .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

footer.footer {
  background: #000;
  padding: 2vw 0;
}
footer.footer .inner {
  gap: 20px;
}
@media (max-width: 767px) {
  footer.footer .inner {
    flex-direction: column;
  }
}
footer.footer .inner .left {
  font-size: 1.2vw;
  color: #fff;
}
@media (max-width: 1199px) {
  footer.footer .inner .left {
    font-size: 1.5vw;
  }
}
@media (max-width: 991px) {
  footer.footer .inner .left {
    font-size: 2vw;
  }
}
@media (max-width: 575px) {
  footer.footer .inner .left {
    font-size: 16px;
  }
}
footer.footer .inner .right ul {
  display: flex;
  gap: 20px;
}
footer.footer .inner .right ul a {
  color: #fff;
  font-size: 1.2vw;
  text-decoration: none;
}
footer.footer .inner .right ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  footer.footer .inner .right ul a {
    font-size: 1.5vw;
  }
}
@media (max-width: 991px) {
  footer.footer .inner .right ul a {
    font-size: 2vw;
  }
}
@media (max-width: 575px) {
  footer.footer .inner .right ul a {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */