@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-DemiOblique.woff2") format("woff2"), url("AvantGardeITCbyBT-DemiOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-Book.woff2") format("woff2"), url("../font/AvantGardeITCbyBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-BookOblique.woff2") format("woff2"), url("../font/AvantGardeITCbyBT-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-Demi.woff2") format("woff2"), url("../font/AvantGardeITCbyBT-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-Book.woff2") format("woff2"), url("../font/AvantGardeITCbyBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "AvantGarde Bk BT";
  font-size: 16px;
  color: #000;
  background-color: #fdf2e7;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.minder-container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  min-height: 100vh;
  position: relative;
}

.text-dark {
  color: #000 !important;
}

.minder-logo {
  display: flex;
  justify-content: center;
}
.minder-logo img {
  width: 100%;
  max-width: 200px;
}

.minder-header-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.minder-header-between .header-detail {
  font-size: 18px;
  font-weight: 600;
  color: #181818;
}
.minder-header-between .header-logo {
  width: 100%;
  max-width: 90px;
}
.minder-header-between .header-logo img {
  width: 100%;
}

.minder-input {
  background-color: #bda985;
  color: #000;
  border: 0;
  border-radius: 50px;
  padding: 0 15px;
}
.minder-input::-moz-placeholder {
  color: #816d47;
}
.minder-input::placeholder {
  color: #816d47;
}
.minder-input:focus {
  background-color: #bda985;
  border: 0;
  padding: 0 15px;
}

.minder-input-line {
  border-bottom: 1px solid #000;
  padding: 0 15px;
}
.minder-input-line:focus {
  padding: 0 15px;
  background-color: rgba(189, 169, 133, 0.4862745098);
  border-bottom: 2px solid #816d47;
}
.minder-input-line:disabled {
  color: #000;
  opacity: 1;
}

.minder-radio .checkbox-sun {
  min-width: 22px;
  width: 22px;
  height: 22px;
}
.minder-radio .checkbox-sun input[type=checkbox] + label,
.minder-radio .checkbox-sun input[type=radio] + label {
  border: 0;
  background-color: #bda985;
}
.minder-radio .checkbox-sun input[type=checkbox]:checked + label:before,
.minder-radio .checkbox-sun input[type=radio]:checked + label:before {
  height: 12px;
  width: 12px;
  background-color: #816d47;
}
.minder-radio .label_text {
  margin-left: 10px !important;
  font-size: 16px;
}

.minder-button {
  background-color: #bda985;
  color: #000;
  border-radius: 50px;
  width: 100%;
  min-width: auto;
  min-height: 40px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s;
  border: 0;
}
.minder-button.disabled-a-link {
  pointer-events: none;
  background-color: #EBE2D9;
  color: #141414;
}
.minder-button:hover {
  filter: brightness(0.9);
}
.minder-button:hover a {
  color: #fff;
}
.minder-button .custom-btn-colour {
  color: #000;
  border-radius: 50px;
  width: 100%;
  min-width: auto;
  min-height: 40px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s;
  border: 0;
}

.bg-home {
  position: relative;
  z-index: 1;
}
.bg-home .backdrop {
  position: absolute;
  background-color: rgb(253, 242, 231);
  background-blend-mode: luminosity;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.07;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-home .backdrop img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 375px) {
  .home-title {
    font-size: 1.3rem;
  }
}

.home-description-1 {
  font-size: 1.3rem;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 375px) {
  .home-description-1 {
    font-size: 1rem;
  }
}

.home-description-2 {
  font-size: 1.3rem;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 375px) {
  .home-description-2 {
    font-size: 1rem;
  }
}

.btn-content-main {
  position: relative;
  height: 380px;
  width: 100%;
}
.btn-content-main .minder-button {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
}
@media screen and (max-width: 740px) {
  .btn-content-main {
    height: 305px;
  }
}
@media screen and (max-width: 612px) {
  .btn-content-main {
    height: 275px;
  }
}
@media screen and (max-width: 530px) {
  .btn-content-main {
    height: 350px;
  }
}
@media screen and (max-width: 425px) {
  .btn-content-main {
    height: 295px;
  }
}
@media screen and (max-width: 375px) {
  .btn-content-main {
    height: 260px;
  }
}
@media screen and (max-width: 375px) {
  .btn-content-main {
    height: 210px;
  }
}

.celebrities {
  position: absolute;
  width: 10%;
  padding-top: 22.27%;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 530px) {
  .celebrities {
    width: 15%;
    padding-top: 33.41%;
  }
}
.celebrities img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.celebrities.emma {
  top: -10%;
  left: 20%;
  transform: translate(-20%, 10%);
}
.celebrities.lee {
  top: 0%;
  left: 30%;
  transform: translate(-30%, 0%);
}
.celebrities.keanreeves {
  top: 0%;
  left: 66%;
  transform: translate(-66%, 0%);
}
.celebrities.gaga {
  top: -10%;
  left: 77%;
  transform: translate(-77%, 10%);
}
.celebrities.beckham {
  top: 93%;
  left: 55%;
  transform: translate(-55%, -93%);
}
.celebrities.billgate {
  top: 87%;
  left: 15%;
  transform: translate(-15%, -87%);
}
.celebrities.danielcraig {
  top: 90%;
  left: 75%;
  transform: translate(-75%, -90%);
}
.celebrities.kate {
  top: 93%;
  left: 45%;
  transform: translate(-45%, -93%);
}
.celebrities.kristen_stewart {
  top: 91%;
  left: 25%;
  transform: translate(-25%, -91%);
}
.celebrities.RoberDowney {
  top: 90%;
  left: 85%;
  transform: translate(-85%, -90%);
}
.celebrities.victoria {
  top: 93%;
  left: 63%;
  transform: translate(-63%, -93%);
}
.celebrities.William {
  top: 93%;
  left: 37%;
  transform: translate(-37%, -93%);
}
@media screen and (max-width: 530px) {
  .celebrities.emma {
    top: -10%;
    left: 5%;
    transform: translate(-5%, 10%);
  }
  .celebrities.lee {
    top: 0%;
    left: 20%;
    transform: translate(-20%, 0%);
  }
  .celebrities.keanreeves {
    top: 0%;
    left: 76%;
    transform: translate(-76%, 0%);
  }
  .celebrities.gaga {
    top: -10%;
    left: 92%;
    transform: translate(-92%, 10%);
  }
  .celebrities.beckham {
    top: 100%;
    left: 55%;
    transform: translate(-55%, -100%);
  }
  .celebrities.billgate {
    top: 88%;
    left: 0%;
    transform: translate(0%, -100%);
  }
  .celebrities.danielcraig {
    top: 90%;
    left: 80%;
    transform: translate(-80%, -90%);
  }
  .celebrities.kate {
    top: 93%;
    left: 40%;
    transform: translate(-40%, -93%);
  }
  .celebrities.kristen_stewart {
    top: 91%;
    left: 15%;
    transform: translate(-15%, -91%);
  }
  .celebrities.RoberDowney {
    top: 90%;
    left: 100%;
    transform: translate(-100%, -90%);
  }
  .celebrities.victoria {
    top: 93%;
    left: 63%;
    transform: translate(-63%, -93%);
  }
  .celebrities.William {
    top: 93%;
    left: 30%;
    transform: translate(-30%, -93%);
  }
}

.celebrities-box {
  display: flex;
  align-items: center;
}
.celebrities-box .img {
  width: 200px;
  min-width: 200px;
  margin-right: 20px;
}
.celebrities-box .img div {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.celebrities-box .img div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 450px) {
  .celebrities-box .img {
    margin-right: 0;
    width: 175px;
    min-width: 175px;
  }
}
@media (max-width: 375px) {
  .celebrities-box {
    flex-direction: column;
  }
  .celebrities-box .img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 175px;
    min-width: 175px;
  }
}

.title-qr-code {
  padding: 0 20px 5px 20px;
  border-bottom: 2px solid #dccbb2;
  position: relative;
  width: auto;
  color: #9e8454;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.title-qr-code:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dccbb2;
}
.title-qr-code:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dccbb2;
}

.text-brown {
  color: #9e8454 !important;
}

.img-qr-code {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}
.img-qr-code img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.share-popup-area {
  position: relative;
}
.share-popup-area .share-popup {
  display: none;
  position: absolute;
  top: -50px;
  right: 0;
  width: 240px;
}

.btn-lang {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 90px;
  height: 35px;
  background-color: #d7bd96;
  border-radius: 25px;
  color: #000000 !important;
  border: unset;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

#celebrities-box,
#promotion-box {
  background-color: #fdf2e7;
}

.pre-line {
  white-space: pre-line;
}

.min-w-custom {
  min-width: 120px !important;
}

p:empty {
  display: none;
}

@media screen and (max-width: 740px) {
  .mx-res-set1 {
    margin: 0 20px;
  }
}

.text-neon {
  font-weight: 300;
  text-shadow: 1px 1px 1px #000, 1px 1px 5px #FFCCAB;
}

.social-icon {
  width: 30px;
  height: 30px;
}
.social-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 767.98px) {
  .custom-social {
    min-width: 250px;
    justify-content: center;
  }
  .mb-res-50px {
    margin-bottom: 50px;
  }
}
.social-text {
  font-size: 16px;
  font-weight: 300;
  margin-left: 10px;
}/*# sourceMappingURL=main.css.map */