*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#app-homepage {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%; */
  /* background: url("/images/Xmas24_BaulbsTree_rvb_300dpi_1920x1080.jpg") no-repeat center center; */
}

#app-homepage .group9 {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 17%;
}

#app-homepage .home {
  width: 100%;
  max-width: 920px;
  color: white;
  /* -webkit-box-shadow: 0px 3px 6px #00000066;
          box-shadow: 0px 3px 6px #00000066;
  border-radius: 12px; */
  /* opacity: 1; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 1rem 0;
}

#app-homepage .home .home-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#app-homepage .home .home-content .home-title {
  font-size: 60px;
  letter-spacing: 1.56px;
  width: 100%;
  padding: 1rem;
  font-weight: 800;
  margin-bottom: 30px;
}

#app-homepage .home .home-content .start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#app-homepage .home .home-content .start .home-par {
  font-size: 20px;
  font-weight: 500;
}

#app-homepage .home .home-content .start .start-btn {
  font-size: 20px;
  height: 4rem;
  max-width: 12.5rem;
  width: 100%;
  background: black;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

#app-homepage .home .home-content .start .start-btn .btn {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: white;
  background: transparent;
  font-size: 20px;
  letter-spacing: 2px;
}

#app-homepage .home .home-content .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 20%;
  padding: 0 2rem;
}

#app-homepage .home .home-content .logos .salvati-copiii-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 164px;
}

#app-homepage .home .home-content .logos .sephora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0.3rem;
  height: 100%;
}

#app-homepage .home .home-content .logos .sephora p {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  width: 100%;
  text-align: left;
  font-size: 18px;
}

#app-homepage .home .home-content .logos .sephora img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 181px;
}

.start-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin-bottom: 40px;
  text-align-last: center;
  flex-direction: column;
  gap: 20px;
}

.start-details img {
  width: 100%;
  max-width: 28px;
  display: block;
  margin-right: 10px;
}

.start-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.start-lang {
  margin-bottom: 10px;
}

.start-lang p {
  color: #797979;
}

.start-btn:first-child {
  margin-right: 10px;
}

.start-btn img {
  width: 100%;
  max-width: 28px;
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 1441px) {
  #app-homepage .group9 {
    height: 13%;
  }
}

@media screen and (max-width: 921px) {
  #app-homepage {
    padding: 0 2rem;
  }

  #app-homepage .home .home-content .home-title {
    font-size: 45px;
  }

  #app-homepage .home .home-content .start {
    left: 50%;
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .start-details {
    width: 80%;
  }

  .group9 {
    display: none;
  }
}

@media screen and (max-width: 601px) {
  .start-details {
    width: 88%;
  }

  .home-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 461px) {
  .start-details {
    width: 88%;
  }

  #app-homepage .home .home-content .home-title {
    margin-bottom: 0;
  }

  #app-homepage .home .home-content .start .home-par {
    font-size: 14px;
  }

  .start-lang p {
    font-size: 12px;
  }

  #app-homepage .home .home-content .start .start-btn .btn {
    font-size: 18px;
  }

  #app-homepage .home .home-content .logos .salvati-copiii-logo img {
    max-width: 125px;
  }

  #app-homepage .home .home-content .logos .sephora p {
    font-size: 12px;
    text-align: right;
  }

  #app-homepage .home .home-content .logos .sephora {
    width: 35%;
  }

  #app-homepage .home .home-content .start .start-btn {
    height: 3rem;
    max-width: 8.5rem;
  }
}

@media screen and (max-width: 391px) {
  #app-homepage .home .home-content .home-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 359px) {
  #app-homepage {
    padding: 0;
  }

  #app-homepage .home {
    height: 100vh;
    border-radius: 0;
  }
}

/*# sourceMappingURL=style.css.map */