:root {
  --white: white;
  --black: black;
  --padding-1: 16px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading {
  text-align: center;
  min-height: 180px;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: Bitter, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.card {
  background-color: #888;
  background-image: url('../images/romantic.webp');
  background-position: 50% 55%;
  background-size: auto;
  border: 4px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 120px 24px 24px;
  transition: all .8s;
  display: flex;
}

.card.romantic {
  background-color: #e59090;
  background-image: none;
  border-width: 5px;
}

.card.friendship {
  background-color: #f9dd7a;
  background-image: none;
}

.card.selflove {
  background-color: #b3e8b0;
  background-image: none;
}

.card.situationship {
  background-color: #8cb4e8;
  background-image: none;
}

.card-stack {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -128px;
  padding-top: 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.card-container {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  min-height: 200px;
  margin-bottom: -50px;
  display: flex;
  position: relative;
  transform: translate(0);
  box-shadow: 0 -4px 16px #0003;
}

.card-container.v1 {
  transform: rotate(3deg);
}

.card-container.v2 {
  transform: rotate(-3deg);
}

.card-title {
  height: 32px;
  position: absolute;
  top: 24px;
}

.card-content {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  display: block;
}

.heading-2 {
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 48px;
}

.back-btn {
  z-index: 3;
  opacity: 0;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  font-size: 16px;
  line-height: 32px;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  bottom: 16px;
  left: 16px;
  box-shadow: 0 4px 8px #0003;
}

.card-text-block {
  color: #000;
}

.card-text-block._2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.image-2 {
  float: left;
  clear: right;
  height: 150px;
  transform: rotate(-20deg);
}

.image-3 {
  float: right;
  clear: left;
  height: 150px;
  transform: rotate(20deg);
}

.image-3.rose {
  float: right;
  clear: right;
  opacity: 1;
  height: 200px;
  transform: rotate(20deg);
}

.chat-btn {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  bottom: 16px;
  right: 16px;
  box-shadow: 0 4px 8px #0003;
}

.chat-cta {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
  transition: opacity .3s;
  display: flex;
  box-shadow: 0 4px 8px #0003;
}

.logo-center {
  height: 100%;
}

.logo-container {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.m2-r {
  width: 1px;
  height: 1px;
}

.card-image {
  transform-origin: 50% 0;
  height: 300px;
  position: absolute;
  top: 24px;
}

.m3-i {
  width: 1px;
  height: 1px;
}

.bonbon {
  transform-origin: 50% 100%;
  height: 56px;
  position: fixed;
  inset: auto 32px 24px auto;
}

.bonbon.title {
  height: 72px;
  position: absolute;
  inset: auto auto 0% 25%;
}

.bonbon-text {
  transform-origin: 50% 100%;
  background-color: #fff;
  border-radius: 16px 16px 0;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: auto;
  padding: 8px;
  display: flex;
  position: fixed;
  inset: auto 80px 80px auto;
  box-shadow: 0 4px 8px #0003;
}

.div-block {
  position: relative;
}

.header-footer {
  background-color: #ececec;
  position: relative;
  box-shadow: 0 -2px 4px #0003;
}

.bonbon-card-container {
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  inset: -64px auto auto 0%;
}

.bonbon-card-container._2 {
  justify-content: flex-end;
}

.m4-e {
  justify-content: flex-end;
  width: 1px;
  height: 1px;
  display: block;
  position: static;
}

.bold-text, .bold-text-2 {
  font-size: 24px;
  line-height: 48px;
}

.bold-text-3 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .card-container {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    min-height: 120px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .card {
    padding: 120px 16px 16px;
  }

  .card-stack {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
  }

  .body {
    background-color: #fff;
  }

  .card-container {
    height: auto;
  }

  .card-container.v1 {
    align-items: flex-start;
  }

  .card-container.v2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .card-title {
    z-index: 2;
  }

  .back-btn {
    background-color: #fff;
    border-radius: 100px;
    width: 56px;
    height: 56px;
  }

  .card-text-block {
    z-index: 2;
    position: relative;
  }

  .image-2 {
    z-index: auto;
  }

  .chat-btn {
    background-color: #fff;
    border-radius: 100px;
    width: 56px;
    height: 56px;
  }

  .chat-cta {
    background-color: #fff;
    border-radius: 100px;
  }

  .card-image {
    z-index: 2;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .spacer {
    height: 128px;
  }

  .m3-i {
    width: 1px;
    height: 1px;
  }

  .bonbon {
    height: 48px;
    right: 24px;
  }

  .bonbon.title {
    bottom: -29%;
    left: 3%;
  }

  .bonbon-text {
    height: 48px;
    bottom: 72px;
    right: 64px;
  }

  .bonbon-card-container {
    display: flex;
  }
}


