@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

:root {
  --app-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333;
  margin: 0px;
}

h1 {
  font-size: 92px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Preloader Title Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
  /* Change Background Color */
  background: #fdfdfd;
  z-index: 9999;
}

.preloader .spin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.preloader .spin .cube1,
.preloader .spin .cube2 {
  background-color: #fe7865;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  -moz-animation: sk-cubemove 1.8s infinite ease-in-out;
  -o-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.preloader .spin .cube2 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* CSS Keyframe Animation */
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.carousel-item {
  height: 100vh;
  height: var(--app-height);
}

.carousel-item img {
  height: 100vh;
  height: var(--app-height);
  width: 100%;
  object-fit: cover;
  object-position: right;
}

.rbt-purchase {
  position: absolute;
  right: 0px;
  z-index: 9999;
  font-size: 10px !important;
  letter-spacing: .11em;
  display: block;
  height: 42px;
  padding-right: 16px;
  line-height: 42px;
  transition: all .25s cubic-bezier(0.23, 1, 0.32, 1) .45s;
  background-color: #FFFFFF;
  cursor: pointer;
}

.rbt-purchase a {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 0 !important;
  line-height: 42px !important;
  font-weight: 500;
}

span.rbt-icon {
  color: #fff;
  width: 42px;
  display: inline-block;
  line-height: 1 !important;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

span.rbt-purchase-text {
  color: #000;
  font-size: 10px !important;
  letter-spacing: .11em !important;
}

span.rbt-purchase-text,
span.rbt-text-name {
  line-height: 1 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.box-info {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  background-color: rgb(250, 244, 241);
  color: rgb(255, 255, 255);
  width: 447px;
  height: 222px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  padding: 35px;
}

.box-info .box-info-title {
  text-align: left;
  line-height: 37px;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 18px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.box-info .box-info-content {
  color: rgb(112, 112, 112);
  text-align: left;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 15px;
}

.box-info .box-info-price {
  color: rgb(53, 53, 53);
  text-align: left;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
}

.box-info .box-info-readmore {
  font-family: "Work sans", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: .2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.box-info .box-info-readmore:hover .qodef-button.qodef-layout--textual .qodef-m-text {
  color: #007bff;
}

.box-info .box-info-readmore .qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
  background-position: 0 100%;
  background-size: calc(100% - 0.2em) 1px;
  color: #000;
}

a {
  color: #000;
}

.header {
  width: 100%;
  height: 160px;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px;
  z-index: 500;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  font-weight: 600;
}

.large-title {
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.tuesday-title {
  color: #4e1912;
  font-family: tuesday_nightregular, sans-serif;
  font-size: 200px;
}

.candle-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.candle-info-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 30%;
  height: 400px;
}

.candle-info-right .candle-title {
  color: rgb(0, 0, 0);
  line-height: 37px;
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  visibility: visible;
  transform: translateY(0px);
  animation: candle-text-animation-title 3s;
}

.candle-info-right .candle-content {
  color: rgb(34, 34, 34);
  text-align: left;
  line-height: 27px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  visibility: visible;
  transform: translateY(0px);
  animation: candle-text-animation-content 2.5s;
}

.btn-light-purchase {
  display: block;
  padding: 13px 50px;
  background-color: transparent;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: .2em;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s all;
  visibility: visible;
  transform: translateY(0px);
  animation: candle-text-animation-purchase 2s;
  cursor: pointer;
}

.btn-light-purchase:hover {
  background-color: #000;
  color: #FFFFFF;

}

.candle-image img {
  z-index: 10;
  color: rgb(255, 255, 255);
  width: 471px;
  height: 403px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  animation: candle-image-animation 2s;
}

@keyframes candle-image-animation {
  from {
    transform: translateY(200px);
  }

  to {
    transform: translateY(0px);
  }
}

@keyframes candle-text-animation-title {
  0% {
    transform: translateY(-200px);
    visibility: hidden;
  }

  30% {
    visibility: visible;
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes candle-text-animation-content {
  0% {
    transform: translateY(-180px);
    visibility: hidden;
  }

  30% {
    visibility: visible;
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes candle-text-animation-purchase {
  0% {
    transform: translateY(-160px);
    visibility: hidden;
  }

  30% {
    visibility: visible;
  }

  100% {
    transform: translateY(0px);
  }
}

.main-background-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
  z-index: 1000;
  visibility: hidden;
  transition: all 0.3s;
}

.menu-container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
}

.menu-icon-close {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.menu-area {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  visibility: hidden;
}

.menu-item {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.24em;
  letter-spacing: .2em;
  font-weight: 600;
  color: #fff;
  letter-spacing: .2em;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 16px;
}

.menu-item:hover {
  opacity: 0.6;
}

.header-menu {
  cursor: pointer;
}

.menu-icon-close svg {
  stroke: #fff;
  stroke-miterlimit: 10;
  fill: var(--qode-header-dark-color) !important;
}

#chat-bot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  height: var(--app-height);
  width: 100%;
  backdrop-filter: blur(5px);
  visibility: hidden;
  z-index: 100000;
}

.chat-bot-container {
  width: 80%;
  height: 80vh;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
}

#typebot-container {
  height: 100%;
}

a#lite-badge {
  display: none !important;
}

.btn-close-container {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #e8eaed;
  cursor: pointer;
}

.box-info-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 5;
  line-height: 37px;
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 34px;
  text-transform: uppercase;
}