@font-face {
  font-family: "Sackers Gothic Std";
  src: url("./fonts/SackersGothicStd-Medium.woff2") format("woff2"),
    url("./fonts/SackersGothicStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sackers Gothic Std";
  src: url("./fonts/SackersGothicStd-Light.woff2") format("woff2"),
    url("./fonts/SackersGothicStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Miller Display Lancome";
  src: url("./fonts/MillerDisplayLanc-Light.woff2") format("woff2"),
    url("./fonts/MillerDisplayLanc-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Miller Display Lancome";
  src: url("./fonts/MillerDisplayLanc-Roman.woff2") format("woff2"),
    url("./fonts/MillerDisplayLanc-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sackers Gothic Std";
  src: url("./fonts/SackersGothicStd-Heavy.woff2") format("woff2"),
    url("./fonts/SackersGothicStd-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Miller Display Lancome";
  src: url("./fonts/MillerDisplayLanc-LightIt.woff2") format("woff2"),
    url("./fonts/MillerDisplayLanc-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

* {
  font-family: "Miller Display Lancome", serif;
  box-sizing: border-box;
  font-weight: 400;
}

body {
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom);
}

strong {
  font-weight: 700;
}

.main_page {
  background: url("./assets/backgrounds/bg-main.jpg") center no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 414px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-size: cover !important;
  justify-content: center;
  flex-direction: row;
  height: 700px;
  padding-top: 30px;
}

#user_cam {
  width: 100vw;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#video_main {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 35px;
  height: auto;
  width: 100%;
  transform: translate(-50%, 0);
  z-index: 1;
}

#video_canva {
  position: absolute;
  left: 50%;
  top: 35px;
  height: auto;
  width: 100%;
  transform: translate(-50%, 0);
}

.choices_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  padding: 0 35px;
  text-align: center;
  width: 100%;
}

.page_conversation {
  text-align: left;
}

.main_title {
  margin: 0 0 40px;
  font-size: 22px;
  color: #000;
  line-height: 30px;
  text-align: center;
  padding: 0 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.container_messages h3 strong {
  font-weight: 800;
}

.page_conversation p {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.content_end_page {
  display: block;
  width: 100%;
}

.btn_basic {
  display: block;
  border-radius: 8px;
  background-color: #fff;
  color: #f02d73;
  text-align: center;
  cursor: pointer;
  padding: 12px 8px 8px;
  width: 100%;
  margin: 0 auto 15px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Sackers Gothic Std";
  border: none;
  max-width: 276px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}

.btn_basic:hover {
  background-color: #fff5eb;
}

.page_3 .btn_basic:hover {
  background-color: #131313;
}

.page_2,
.page_3,
.page_4,
.page_5 {
  display: none;
}

.option_page {
  display: none;
}

.image_product {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.image_product::after {
  content: "";
  position: absolute;
  background: url("./assets/backgrounds/flower-1.png") center no-repeat;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 92px;
  height: 63px;
  z-index: 0;
}

.image_product::before {
  content: "";
  position: absolute;
  background: url("./assets/backgrounds/flower-2.png") center no-repeat;
  position: absolute;
  bottom: -20px;
  right: -10px;
  width: 135px;
  height: 138px;
  z-index: 0;
}

.image_product img {
  z-index: 1;
  position: relative;
}

.content_image img {
  max-width: 31%;
  width: 100%;
  margin: 0px auto;
  height: auto;
}

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

.logo-landing img {
  margin: 0 auto;
  max-width: 200px;
}

.icon-mute {
  position: absolute;
  top: 31px;
  right: 15px;
  cursor: pointer;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.form input {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  border: solid 1px #000;
  padding: 16px;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
}

.form .btn_send {
  border-radius: 8px;
  background-color: #000;
  font-size: 15px;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 16px;
}

.image_product {
  text-align: center;
  max-width: 306px;
  margin: 0 auto 35px;
}

.image_product img {
  margin: 0 auto;
  width: 100%;
}

.container {
  background: #f2bdbd;
}

.main_message {
  margin-bottom: 34px;
  background-color: #f02d73;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  border-radius: 0 10px 10px 10px;
  padding: 17px 8px 14px;
}

.main_message h3 {
  color: #fff;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: "Sackers Gothic Std";
}

.btn_cta {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

@media (width <= 414px) {
  .container {
    height: 100%;
  }
}
