/* start - scss declaration */
/* end - scss declaration */
.footer-block {
  background-color: black;
  height: auto; }

.black-font {
  color: black; }

.brown-font {
  color: #9d8053; }

.logo {
  width: 250px; }

.max-width {
  width: 100%; }

.spacer {
  margin: 25px 0; }

.horizontal-spacer {
  margin-left: 10px; }

.icon {
  width: 20px; }

.perfect-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.spacer-top {
  margin: 25px 0 10px 0; }

.spacer-half {
  margin: 15px 0; }

.spacer-side {
  margin: 15px 5px; }

.space-min {
  margin-right: 10px; }

.download-wrapper {
  display: flex; }

.download-button {
  width: 200px; }

.kapan-nikah-button {
  border: 1px solid #9d8053;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 25px; }
  .kapan-nikah-button img {
    max-width: 95px;
    margin-bottom: 7px; }

.store-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 40px; }

.size-med {
  font-size: 12px !important;
  color: white !important; }

.spacer-inner {
  padding-bottom: 25px; }

.area-wrapper {
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }

.area-mobile {
  border-color: #58595b;
  border-width: 1px;
  border-style: solid;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  cursor: pointer; }

.close-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer; }

.icon {
  width: 20px;
  height: 20px; }

.popup-wrapper {
  padding-left: 40px; }

.pop-up {
  color: #58595b;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: white;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden; }

.pop-up-heading {
  font-family: "Gotham-Light";
  font-size: 30px;
  margin-top: 50px; }

.pop-up-area {
  font-family: "Gotham-Light";
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  cursor: pointer; }

.bordered {
  border-color: #58595b;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 128px;
  height: 40px;
  margin: 10px 5px;
  cursor: pointer;
  font-size: 14px;
  background: white; }

.hide-on-mobile {
  display: block; }

.show-on-mobile {
  display: none; }

.grey-text {
  color: #A7A9AC; }

.white-text {
  color: white; }

.credit-wrapper {
  display: flex;
  justify-content: flex-end; }

.online-store {
  width: 128px;
  display: inline-block;
  margin: 5px; }

.store {
  color: #9d8053;
  font-weight: bold;
  align-items: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6;
  display: block; }

.pointer {
  cursor: pointer; }

.check {
  position: absolute;
  left: 119px;
  top: -7px;
  width: 16px; }

.content-wrapper {
  margin: 0 auto;
  width: 720px; }

.big-spacing {
  margin-bottom: 200px; }

.medium-spacing {
  margin-bottom: 100px; }

.allstorescmk {
  margin: 50px auto; }
  .allstorescmk .logo {
    width: 200px;
    margin-bottom: 20px; }
  .allstorescmk .brand-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px; }
    .allstorescmk .brand-container img {
      box-sizing: border-box;
      object-fit: cover;
      width: 100%; }
  .allstorescmk .grid-button {
    padding: 16px;
    border-radius: 69px;
    text-transform: none;
    font-size: 16px;
    grid-column: 1 / 3;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    background: #A48053;
    color: white;
    box-sizing: border-box;
    margin-right: 24px; }
  .allstorescmk .banner {
    width: 100%;
    margin-bottom: 20px; }

.wrapper {
  border: 1px solid #58595b;
  width: 100%;
  padding: 10px;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box; }

.wrapper.active {
  border: 1px solid #9d8053; }
  .wrapper.active .arrow {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 8px;
    z-index: 2;
    background-color: #fff; }
  .wrapper.active .pin {
    width: calc(50% + 4.35px);
    height: 1px;
    background: #9d8053;
    float: left;
    transform: rotate(60deg);
    transform-origin: 0 0; }
  .wrapper.active .pin:last-child {
    transform: rotate(-60deg);
    transform-origin: 100% 0;
    float: right;
    margin-top: -1px; }

body {
  background-image: url("/static/website/img/linktree-background-2x.jpg?89cae6bb748a");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.with-slider {
  overflow: hidden; }

.tns-nav {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 65px;
  position: relative; }

.tns-nav button {
  height: 8px;
  width: 8px;
  background-color: white;
  border: none;
  margin-left: 7px;
  border-radius: 50%; }

.tns-nav .tns-nav-active {
  background-color: #9d8053; }

.tns-visually-hidden {
  display: none; }

@media only screen and (max-width: 1024px) {
  .logo {
    width: 200px; }
  .content-wrapper {
    margin: 0 auto;
    width: 90%; }
  .store {
    width: 49%; } }

@media only screen and (max-width: 640px) {
  .allstorescmk .brand-container {
    grid-template-columns: repeat(2, 1fr); } }

@media only screen and (max-width: 500px) {
  body {
    background-image: url("/static/website/img/linktree-background-mobile-2x.jpg?89cae6bb748a"); }
  .logo {
    width: 150px; }
  .content-wrapper {
    margin: 0 auto;
    width: 80%; }
  .hide-on-mobile {
    display: none; }
  .show-on-mobile {
    display: block; }
  .download-wrapper {
    align-items: center;
    justify-content: center; }
  .download-button {
    width: 160px; }
  .credit-wrapper {
    justify-content: center; }
  .store-grid-container {
    grid-template-columns: 1fr; }
  .store {
    width: 99%; }
  .icon-small {
    width: 15px; }
  .online-store {
    width: 100px; } }
