* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

body,
html {
  font-family: "Nunito";
  font-weight: 400;
  overflow-x: hidden;
  color: #f6f6f6;
  position: relative;
}

body {
  background: #ece7e3;
}

.cta {
  background: #000000;
  color: #fff;
  border-radius: 100px;
  border: none;
  height: 48px;
  width: 137px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 36px;
  transition: 0.3s;
  letter-spacing: 0.8px;
  font-weight: 200;
}

.cta:hover {
  background: rgba(0, 0, 0, 0.75);
}

.top__copy .cta {
  background: transparent;
  border: 1px solid #fff;
}

.top__copy .cta:hover {
  background: #fff;
  color: #000;
}

.container {
  max-width: 1172px;
}

/* Utilities */
.nobr {
  display: inline-block;
}
/* Header */
.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0 40px;
}

.header__x-kom {
  height: 30px;
  width: auto;
}

.header__vendor {
  height: 50px;
  width: auto;
  position: relative;
  bottom: 4px;
}

@media screen and (min-width: 576px) {
  .header__x-kom {
    height: 40px;
  }

  .header__vendor {
    height: 70px;
  }
}

/* Top */
.top {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
}

.top__bg-wrapper {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.top__bg-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 70%;
}

.top__bg-divider {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.top__bg-right {
  width: 400px;
  height: auto;
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: -1;
}
.top__bg-left {
  position: absolute;
  z-index: -1;
  width: 1000px;
  left: -305px;
  top: -204px;
}

.top__bg-phone {
  width: 400px;
  position: relative;
  top: 180px;
  left: -40px;
}

.top__bg-holder {
  position: absolute;
  width: 300px;
  right: 120px;
  top: 130px;
}

.top__mobile {
  width: 100%;
  max-width: 520px;
  position: relative;
  margin: 0 auto;
  top: 50px;
  right: -20px;
  z-index: -1;
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
  text-align: center;
  justify-self: center;
  align-self: center;
}

.top__mobile-2 {
  position: absolute;
  left: -360px;
  top: 200px;
  z-index: -1;
}

.top__copy {
  margin-top: 160px;
}

@media screen and (min-width: 768px) {
  .top__copy {
    margin-top: 160px;
  }
}

.top h1 {
  max-width: 550px;
  font-weight: 200;
  font-size: 2rem;
}

.top__steps-wrapper {
  margin-top: 100px;
}

.top__steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.step-1,
.step-2,
.step-3 {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.step-1 p,
.step-2 p,
.step-3 p {
  margin-top: 20px;
  font-weight: 300;
  padding: 10px 0;
}

.top__steps__circle {
  height: 70px;
  width: 70px;
  border-radius: 100px;
  background: none;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
}

/* Main */

.main {
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -200px;
}

.main__card {
  width: 100%;
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin: 20px 0;
  z-index: 10;
}

@media screen and (min-width: 576px) {
  .main__card {
    padding: 30px 60px;
  }
}

.main__card-secondary-color {
  background: #ffeff2;
}

.main__card-image {
  padding: 40px 50px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main__card-image-circle {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 100%;
  height: auto;
  width: 100%;
  border-radius: 100%;
  z-index: -1;
  margin: 0 auto;
}

.main__card-image img {
  max-width: 100%;
  height: auto;
  z-index: 2;
}

.main__card-copy {
  color: #000;
}

.main__card-copy p {
  font-weight: 300;
}

.old-price {
  font-size: 0.95rem;
  color: #333333;
  text-decoration: line-through;
  margin-right: 8px;
}

.new-price {
  font-size: 1.4rem;
  color: black;
}

.main__card--footer {
  max-width: 100%;
  height: 260px;
  position: relative;
  background-image: url("../img/footer.png");
  background-repeat: no-repeat;
  background-size: 540%;
  background-position: center;
  border-radius: 15px;
  padding: 50px;
  margin: 20px 0;
}

@media screen and (min-width: 576px) {
  .main__card--footer {
    background-size: 300%;
  }
}

@media screen and (min-width: 976px) {
  .main__card--footer {
    background-size: 164%;
  }
}

.main__card--footer h4 {
  color: #000;
}
