@charset "UTF-8";
@import url("https://use.typekit.net/ogb2jpe.css");
@font-face {
  font-family: "carton_six";
  src: url("../fonts/CartonSix.eot");
  src: url("../fonts/CartonSix.eot?#iefix") format("embedded-opentype"), url("../fonts/CartonSix.woff2") format("woff2"), url("../fonts/CartonSix.woff") format("woff"), url("../fonts/CartonSix.ttf") format("truetype"), url("../fonts/CartonSix.svg#carton_sixregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  min-height: 100%;
  font-size: 28px;
  line-height: 115%;
}

body {
  background-color: #fff;
  color: #fff;
  font-size: 28px;
  overflow-x: hidden;
  font-family: "bree-serif", sans-serif;
}

.body .section, .logo,
.footer {
  transition: filter 0.35s ease-in-out;
}

body.menu-open .body .section, body.menu-open .logo,
body.menu-open .footer {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.menu-open .body .top {
  filter: none;
}

.body {
  overflow: hidden;
  position: relative;
  transition: filter 0.35s ease-in-out;
}
.body > .container-fluid {
  position: relative;
  z-index: 4;
}

.bg-container {
  background: #fff url("../img/bg100.jpg") no-repeat top center;
  background-size: 100% 100%;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

@media (min-width: 1684px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 1682px;
    max-width: 1682px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 1390px;
    max-width: 1382px;
  }
}
.top, .section {
  position: relative;
  z-index: 3;
}

.carton {
  font-family: "carton_six";
}
.carton .carton-xs {
  font-size: 2.5vw;
  line-height: 2.8vw;
}
.carton .carton-sm {
  font-size: 3vw;
  line-height: 3.2vw;
}
.carton .carton-md {
  font-size: 3.1vw;
  line-height: 3vw;
}
.carton .carton-md span {
  font-size: 2.5vw;
  line-height: 2.7vw;
}
.carton .carton-lg {
  font-size: 6vw;
  line-height: 5.5vw;
}
.carton .carton-lg span {
  font-size: 5.5vw;
}
.carton .carton-navy {
  color: #00326f;
  text-shadow: 0.3vw 0 0 #fff, -0.3vw 0 0 #fff, 0 0.3vw 0 #fff, 0 -0.3vw 0 #fff, 0.3vw 0.3vw 0 #fff, -0.3vw 0.3vw 0 #fff, 0.3vw -0.3vw 0 #fff, -0.3vw -0.3vw 0 #fff;
}
.carton .carton-white {
  color: #fff;
  text-shadow: 0.3vw 0 0 #00326f, -0.3vw 0 0 #00326f, 0 0.3vw 0 #00326f, 0 -0.3vw 0 #00326f, 0.3vw 0.3vw 0 #00326f, -0.3vw 0.3vw 0 #00326f, 0.3vw -0.3vw 0 #00326f, -0.3vw -0.3vw 0 #00326f;
}

.shadow-pink-md {
  text-shadow: -1px 4px 12px rgb(114, 38, 67);
}

.outlined {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

.nav-item {
  margin: 0 0.1rem;
}
.nav-item .nav-link {
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  text-transform: uppercase;
}
.nav-item .nav-link.active {
  color: #fff;
}

.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background: transparent url("../img/top-menu-toggle.svg") no-repeat center center;
  background-size: cover;
  width: 9vw;
  height: 7.4vw;
}

.ms-10 {
  margin-left: 6rem;
}

.mt-10 {
  margin-top: 6rem;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .top, .body {
    z-index: 100;
  }
  .bg-container {
    background-size: auto 100%;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75%;
    max-width: 300px;
    height: 100vh;
    padding: 4rem 1.5rem 1.5rem 1.5rem;
    background-color: #00326f;
    z-index: 1045;
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
    overflow-y: auto;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .navbar-collapse.collapsing {
    height: 100vh !important;
    transition: transform 0.35s ease-in-out;
  }
  .navbar-collapse .navbar-nav {
    align-items: flex-start;
  }
  .navbar-collapse .nav-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .navbar-collapse .nav-item .nav-link {
    color: #fff;
    font-size: 1rem;
    padding: 0.75rem 0;
    display: block;
    width: 100%;
  }
  .navbar-collapse .nav-item .nav-link.active {
    font-weight: bold;
  }
  .navbar-collapse .nav-item .nav-link:hover {
    color: #ff93bc;
  }
  .top .logo img {
    width: 30vw;
  }
  .desktop {
    display: none !important;
  }
  .carton {
    font-family: "carton_six";
  }
  .carton .carton-xs {
    font-size: 8.5vw;
    line-height: 8.8vw;
  }
  .carton .carton-sm {
    font-size: 6vw;
    line-height: 6.2vw;
  }
  .carton .carton-md {
    font-size: 20.1vw;
    line-height: 20vw;
  }
  .carton .carton-md span {
    font-size: 4.5vw;
    line-height: 4.7vw;
  }
  .carton .carton-lg {
    font-size: 18vw;
    line-height: 16vw;
  }
  .carton .carton-lg span {
    font-size: 17vw;
  }
}
#bubbles, #confetti {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none !important;
}
#bubbles canvas, #confetti canvas {
  position: absolute !important;
}

#parallax-scene {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
}

.icecubes-container-sm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.75;
}

.icecubes-container-lg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
  opacity: 0.6;
  display: none;
}

.simpleParallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.icecubes {
  height: 1000vh;
  background-repeat: repeat-y;
  background-size: 100%;
}
.icecubes.blue {
  background-position: 0 0;
}
.icecubes.blue-sm {
  background-image: url("../img/icecubes-sm-blue.png");
  width: 30%;
  margin-left: 10%;
}
@media (max-width: 768px) {
  .icecubes.blue-sm {
    margin-left: -44%;
    width: 49%;
  }
}
.icecubes.blue-lg {
  background-image: url("../img/icecubes-lg-blue.png");
  width: 30%;
  left: 0;
}
@media (max-width: 768px) {
  .icecubes.blue-lg {
    margin-left: -25%;
    width: 32%;
  }
}
.icecubes.pink {
  background-position: 0 0;
}
.icecubes.pink-sm {
  background-image: url("../img/icecubes-sm-pink.png");
  width: 20%;
  margin-left: auto;
  margin-right: 10%;
}
@media (max-width: 768px) {
  .icecubes.pink-sm {
    margin-right: -19%;
    width: 31%;
  }
}
.icecubes.pink-lg {
  background-image: url("../img/icecubes-lg-pink.png");
  width: 7%;
  margin-left: auto;
  margin-right: 0%;
}
@media (max-width: 768px) {
  .icecubes.pink-lg {
    margin-right: 0%;
    width: 8%;
  }
}

.levitating {
  animation: levitate 5s infinite ease-in-out; /* Nazwa animacji, czas trwania, powtórzenia, funkcja przejścia */
}

.delayed {
  animation-delay: 1s;
}

.delayed-1 {
  animation-delay: 1s;
}

.delayed-2 {
  animation-delay: 2s;
}

@keyframes levitate {
  0% {
    transform: translateY(0); /* Pozycja początkowa */
  }
  50% {
    transform: translateY(-3vw); /* Uniesienie o 20px do góry */
  }
  100% {
    transform: translateY(0); /* Powrót do pozycji początkowej */
  }
}
#e1-eyebrow-left, #e3-eyebrow-left {
  transform-origin: center center;
  animation: eyebrow 2s infinite ease-in-out; /* Nazwa animacji, czas trwania, powtórzenia, funkcja przejścia */
}

#e1-eyebrow-right, #e3-eyebrow-right {
  transform-origin: center center;
  animation: eyebrow-r 2s infinite ease-in-out; /* Nazwa animacji, czas trwania, powtórzenia, funkcja przejścia */
  animation-delay: 1s;
}

@keyframes eyebrow {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(5%, 0%) scale(1.2);
  }
  100% {
    transform: translateY(0, 0) scale(1);
  }
}
@keyframes eyebrow-r {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-5%, 0%) scale(1.2);
  }
  100% {
    transform: translateY(0, 0) scale(1);
  }
}
#e1-eye-left {
  transform-origin: center center;
  animation: eye 2s infinite ease-in-out; /* Nazwa animacji, czas trwania, powtórzenia, funkcja przejścia */
}

#e1-eye-right {
  transform-origin: center center;
  animation: eye-r 2s infinite ease-in-out; /* Nazwa animacji, czas trwania, powtórzenia, funkcja przejścia */
  animation-delay: 1s;
}

@keyframes eye {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(5%, 0%) scale(1.2);
  }
  100% {
    transform: translateY(0, 0) scale(1);
  }
}
@keyframes eye-r {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-5%, 0%) scale(1.2);
  }
  100% {
    transform: translateY(0, 0) scale(1);
  }
}
#e2-eye-left, #e2-eye-right {
  transform-origin: center;
  transform-origin: center bottom;
  animation: mouth 2s infinite ease-in-out; /* Nazwa animacji, czas trwania, powtórzenia, funkcja przejścia */
}

@keyframes doubleHeartbeat {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(0, 0) scale(1.15); /* Pierwsze, mocniejsze uderzenie */
  }
  35% {
    transform: translate(0, 0) scale(1.05); /* Lekkie zmniejszenie po pierwszym uderzeniu */
  }
  60% {
    transform: translate(0, 0) scale(1.1); /* Drugie, nieco słabsze uderzenie */
  }
  70% {
    transform: translate(0, 0) scale(1); /* Powrót do normalnego rozmiaru */
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes mouth {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 0) scale(1.1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
#e3-mouth {
  transform-origin: center center;
  animation: kiss 1.5s infinite alternate;
}

@keyframes kiss {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6, 0.9) translateY(-4px); /* Większe ściśnięcie i wysunięcie w dół */
  }
  100% {
    transform: scale(1);
  }
}
.s1-left-text {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.s1-right-text {
  font-size: 1.5vw;
  line-height: 1.7vw;
}

.s1 {
  position: relative;
  z-index: 1;
}
.s1 .bottle img.b {
  width: 15vw;
  max-width: 280px;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  margin-right: 1vw;
}
.s1 .bottle img.d {
  position: absolute;
  width: 39vw;
  max-width: 704px;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(4vw, 0);
}
.s1 .bottle.pink img.b {
  width: 12vw;
  max-width: 226px;
  margin-right: 0;
}
.s1 .bottle.pink img.d {
  width: 32vw;
  max-width: 506px;
  right: auto;
  left: 0;
  transform: translate(-1vw, -3vw);
}
.s1 .bottle.pink img.ice {
  position: absolute;
  width: 19vw;
  max-width: 358px;
  bottom: 4vw;
  left: 8vw;
  z-index: 1;
}

@media (max-width: 768px) {
  .s1-right-text {
    font-size: 5.5vw;
    line-height: 5.7vw;
  }
  .s1 {
    position: relative;
    z-index: 1;
  }
  .s1 .bottle img.b {
    width: 27vw;
  }
  .s1 .bottle img.d {
    width: 60vw;
  }
  .s1 .bottle.pink img.b {
    width: 22vw;
  }
  .s1 .bottle.pink img.d {
    width: 52vw;
  }
  .s1 .bottle.pink img.ice {
    width: 29vw;
    left: 18vw;
  }
}
.s2 img.desktop {
  width: 100%;
  max-width: 980px;
  position: relative;
  z-index: 2;
}
.s2 .grad {
  background: rgb(8, 192, 220);
  background: radial-gradient(circle, rgba(76, 178, 193, 0.9192051821) 0%, rgba(61, 221, 245, 0.0144432773) 65%, rgba(61, 221, 245, 0) 87%);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 40vw;
  height: 40vw;
  transform: translate(0, -30%);
}
.s2 .text {
  /* BREE */
  width: 80%;
  padding-right: 10%;
  position: absolute;
  right: 0;
  bottom: 8vw;
  z-index: 2;
}
.s2 .text h2 {
  font-weight: 900;
  font-size: 2.3vw;
}
.s2 .text p {
  margin-bottom: 1vw;
  font-size: 1.5vw;
  line-height: 1.7vw;
}
.s2 .text strong {
  font-weight: 900;
}
.s2 .text small {
  display: block;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 900;
}

@media (max-width: 768px) {
  .mobile-s2-bg {
    background: #4ae0f7 url("../img/s2-bg-mobile.png") no-repeat center center;
    background-size: cover;
    border-top: 2vw solid #fff;
  }
  .s2 {
    padding-bottom: 10vw;
  }
  .s2 img.mobile {
    width: 100%;
  }
  .s2 .text {
    /* BREE */
    width: 70%;
    margin: -5vw auto 5vw;
    padding-right: 0%;
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  .s2 .text h2 {
    font-size: 9vw;
  }
  .s2 .text p {
    margin-bottom: 3vw;
    font-size: 4.5vw;
    line-height: 4.7vw;
  }
  .s2 .text small {
    font-size: 3.2vw;
    line-height: 3.4vw;
  }
}
.s3 {
  margin-top: -5vw;
}
.s3 img.desktop {
  width: 100%;
  max-width: 960px;
  position: relative;
  z-index: 2;
}
.s3 .grad {
  background: rgb(8, 192, 220);
  background: radial-gradient(circle, rgba(247, 109, 161, 0.9192051821) 0%, rgba(255, 146, 187, 0.0144432773) 65%, rgba(255, 146, 187, 0) 87%);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 40vw;
  height: 40vw;
  transform: translate(0, -30%);
}
.s3 .text {
  /* BREE */
  width: 70%;
  padding-left: 7%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate(0, -20%);
}
.s3 .text h2 {
  font-weight: 900;
  font-size: 2.3vw;
}
.s3 .text p {
  margin-bottom: 1vw;
  font-size: 1.5vw;
  line-height: 1.7vw;
}
.s3 .text strong {
  font-weight: 900;
}
.s3 .text small {
  display: block;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 900;
}

@media (max-width: 768px) {
  .mobile-s3-bg {
    background: #4ae0f7 url("../img/s3-bg-mobile.png") no-repeat center center;
    background-size: cover;
  }
  .s3 img.mobile {
    width: 100%;
  }
  .s3 .text {
    /* BREE */
    width: 70%;
    margin: 7vw auto 5vw;
    padding-left: 0%;
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  .s3 .text h2 {
    font-size: 9vw;
  }
  .s3 .text p {
    margin-bottom: 3vw;
    font-size: 4.5vw;
    line-height: 4.7vw;
  }
  .s3 .text small {
    font-size: 3.2vw;
    line-height: 3.4vw;
  }
}
.emots {
  width: 100%;
  border: 25px solid #fff;
  background: transparent url("../img/s4-bg.png") no-repeat center center;
  background-size: cover;
  color: #00326f;
  overflow: hidden;
  position: relative;
  font-weight: 900;
  font-size: 1.5vw;
  line-height: 1.7vw;
}
.emots .row {
  z-index: 5;
  position: relative;
}
.emots .emot {
  text-align: center;
  position: relative;
  z-index: 6;
  background-size: 60% auto !important;
}
.emots .emot svg {
  width: 80%;
}
.emots .emot.e1 {
  background: transparent url("../img/s4-emot-1-shadow.png") no-repeat bottom center;
}
.emots .emot.e2 {
  background: transparent url("../img/s4-emot-2-shadow.png") no-repeat bottom center;
}
.emots .emot.e3 {
  background: transparent url("../img/s4-emot-3-shadow.png") no-repeat bottom center;
}

.footer {
  position: relative;
}
.footer .bubbles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 4;
}

.foot {
  width: 100%;
  position: relative;
}
.foot .bottom {
  width: 100%;
  position: relative;
}
.foot .bar {
  width: 90%;
  position: absolute;
  bottom: 6vw;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
}
.foot .logo {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 20vw;
  max-width: 409px;
}
.foot .text {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  font-size: 1.7vw;
  color: #fff;
}
.foot .text .hearts {
  margin-left: 1rem;
  width: 8vw;
}
.foot .copy {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2vw;
  position: absolute;
  bottom: 1rem;
  left: 0;
}

@media (max-width: 768px) {
  .emots {
    border: 10px solid #fff;
    font-size: 7.5vw;
    line-height: 7.7vw;
    background-size: 100% 100%;
  }
  .foot {
    height: 160vw;
  }
  .foot .logo {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -30%);
    width: 80%;
    max-width: 409px;
  }
  .foot .text {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 8.7vw;
    line-height: 9vw;
    color: #fff;
  }
  .foot .text .hearts {
    display: block;
    margin: 15vw auto 0;
    width: 40vw;
  }
  .foot .copy {
    font-size: 3.2vw;
    z-index: 4;
  }
  .footbg-top {
    width: 100%;
    height: 70vw;
    top: -11vw;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #fff;
  }
  .footbg {
    width: 100%;
    height: 110vw;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #00326f;
  }
}
@media (max-width: 408px) {
  .emots {
    border: 10px solid #fff;
    font-size: 7.5vw;
    line-height: 7.7vw;
    background-size: 100% 100%;
  }
  .foot {
    height: 135vw;
  }
  .foot .text {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 8.7vw;
    line-height: 9vw;
    color: #fff;
  }
  .footbg-top {
    width: 100%;
    height: 70vw;
    top: -34vw;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #fff;
  }
  .footbg {
    width: 100%;
    height: 110vw;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #00326f;
  }
}/*# sourceMappingURL=main.css.map */