:root {
  --typography-body-body: Manrope;
  --typography-icons-icons5-500: 'Material Symbols Outlined';
  --typography-heading-h2lg: 'Bakbak One';
  --typography-body-body-size: 16px;
  --typography-icons-icons5-500-size: 20px;
  --typography-icons-icons6-600-size: 24px;
  --font-size-lgi: 19px;
  --typography-body-bodysm-size: 14px;
  --font-size-13xl: 32px;
  --font-size-7xl: 26px;
  --typography-heading-h2lg-size: 48px;
  --font-size-19xl: 38px;
  --typography-labels-buttonhero-size: 22px;
  --typography-heading-h1lg-size: 64px;
  --viewport: 1600px;
  --spacing-inner-s-4: 16px;
  --spacing-inner-s-5: 20px;
  --spacing-outter-s-8: 32px;
  --spacing-outter-s-5: 20px;
  --spacing-inner-s-3: 12px;
  --spacing-outter-s-6: 24px;
  --spacing-inner-s-2: 8px;
  --spacing-inner-s-1: 4px;
  --spacing-outter-s-12: 48px;
  --spacing-outter-s-16: 64px;
  --styling-border-radius-r-rounded: 9999px;
  --spacing-outter-s-10: 40px;
  --styling-border-radius-r-xl: 16px;
  --spacing-inner-s-6: 24px;
  --styling-border-radius-r-sm: 4px;
  --spacing-inner-s-half: 2px;
  --spacing-outter-spacing-28: 112px;
  --sizing-20: 80px;
  --gap-base: 16px;
  --gap-xs: 12px;
  --gap-5xl: 24px;
  --gap-5xs: 8px;
  --gap-29xl: 48px;
  --gap-21xl: 40px;
  --gap-xl: 20px;
  --gap-9xs: 4px;
  --padding-base: 16px;
  --padding-xl: 20px;
  --padding-13xl: 32px;
  --padding-9xs: 4px;
  --padding-8xl: 27px;
  --padding-5xs: 8px;
  --padding-5xl: 24px;
  --padding-6xl: 25px;
  --padding-121xl: 140px;
  --padding-11xs: 2px;
  --padding-10xs: 3px;
  --padding-xs: 12px;
  --padding-4xs: 9px;
  --br-9980xl: 9999px;
  --br-base: 16px;
  --br-9xs: 4px;
}

.container {
  max-width: 1600px;
  padding: 0;
}

.becomes-reality,
.where-fantasy {
  font-size: 64px !important;
  margin: 0;
  color: var(--colors-neutrals-neutral-11) !important;
}

.where-fantasy-becomes-container {
  color: var(--colors-neutrals-neutral-11);
  margin: 0;
  height: 160px;
  position: relative;
  line-height: 80px;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}

.h1heading {
  border-bottom: 12px solid var(--colors-brand-orange-high);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 16px;
  max-width: 100%;
}

.sign-up-now {
  height: 30px;
  position: relative;
  font-size: var(--typography-labels-buttonhero-size);
  text-transform: uppercase;
  font-weight: 800;
  font-family: var(--typography-body-body);
  color: var(--colors-fill-bgmain);
  text-align: center;
  display: inline-block;
}

.btnherocta,
.sectionhero {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.btnherocta {
  color: var(--colors-neutrals-neutral-11);
  cursor: pointer;
  border: 4px solid var(--border-maincta);
  padding: var(--spacing-inner-s-4);
  background-color: var(--fill-mainCTA);
  min-width: 227px;
  border-radius: var(--styling-border-radius-r-rounded);
  flex-direction: row;
  justify-content: center;
  white-space: nowrap;
}

.btnherocta:hover,
.pillselectfilter:hover {
  background-color: var(--color-darkslategray);
  box-sizing: border-box;
}

.btnherocta:hover {
  border: 4px solid rgba(230, 230, 230, 0.5);
}

.sectionhero {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--spacing-outter-spacing-28) var(--spacing-outter-s-6)
    var(--spacing-outter-spacing-28) var(--spacing-outter-s-6);
  gap: var(--gap-29xl);
  background-image: url(/assets/frontend/images/bg-hero-new.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  min-height: 870px;
  text-align: center;
  font-size: 64px !important;
  color: var(--colors-fill-bgmain);
  font-family: 'Bakbak One' !important;
}

.landing-page-desktop {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.landing-page-desktop {
  width: var(--viewport);
  position: relative;
  padding: 0 0 1px;
  box-sizing: border-box;
  letter-spacing: normal;
}

@media screen and (max-width: 1050px) {
  .where-fantasy-becomes-container {
    font-size: 51px;
    line-height: 64px;
  }

  .sectionhero {
    padding-top: var(--spacing-outter-spacing-28);
    padding-bottom: var(--spacing-outter-spacing-28);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 750px) {
  .sectionhero {
    gap: var(--gap-5xl);
  }
}

@media screen and (max-width: 450px) {
  .where-fantasy-becomes-container {
    font-size: var(--font-size-19xl);
    line-height: 48px;
  }

  .sectionhero {
    padding-top: var(--spacing-outter-spacing-28);
    padding-bottom: var(--spacing-outter-spacing-28);
    box-sizing: border-box;
  }
}

.cardimg-icon {
  height: 320px;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.iconcontent {
  position: relative;
  line-height: 32px;
  font-weight: 300;
}

.primitivesbtnmediacontrolsp {
  height: 42px;
  border-radius: 9999px;
  background-color: rgba(243, 243, 244, 0.55);
  border: 1px solid var(--colors-border-deep);
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 32px;
}

.icon,
.location {
  position: relative;
  line-height: 16px;
  font-weight: 600;
}

.location {
  align-self: stretch;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: Manrope;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tagmediacontrolcounter {
  height: 24px;
  border-radius: 4px;
  background-color: rgba(243, 243, 244, 0.55);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 2px 4px;
  box-sizing: border-box;
  gap: 4px;
  font-size: 16px;
  color: var(--colors-text-base);
}

.iconcontent1 {
  position: relative;
  line-height: 20px;
  font-weight: 500;
}

.btnmediacontrolsnext {
  height: 30px;
  border-radius: 9999px;
  background-color: rgba(243, 243, 244, 0.55);
  border: 1px solid var(--colors-border-deep);
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: var(--colors-text-base);
}

.iconcontent2 {
  position: relative;
  line-height: 20px;
  font-weight: 500;
  opacity: 0.5;
}

.btnmediacontrolsnext1,
.media-container {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btnmediacontrolsnext1 {
  height: 30px;
  border-radius: 9999px;
  background-color: rgba(243, 243, 244, 0.55);
  border: 1px solid var(--colors-border-neutralbase);
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  padding: 4px;
}

.media-container {
  width: 320px;
  display: flex;
  min-width: 320px;
}

.avatar-icon {
  height: 46px;
  width: 46px;
  position: relative;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--colors-border-primary);
  padding: 2px;
}

.username {
  color: var(--colors-text-base);
  flex: 1;
  position: relative;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon1 {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Material Symbols Outlined';
  color: var(--colors-fill-secondary);
}

.inlineusername {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 25px 0 0;
  gap: 4px;
}

.icon2,
.location1 {
  color: var(--colors-text-soft);
  position: relative;
  line-height: 16px;
  font-weight: 600;
}

.location1 {
  color: var(--colors-text-soft);
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: Manrope;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inlinelocation {
  align-self: stretch;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  text-align: center;
  color: var(--colors-text-soft);
  font-family: 'Material Symbols Outlined';
}

.blockuserdata,
.blockuserinfo,
.inlinelocation {
  display: flex;
  justify-content: flex-start;
}

.blockuserdata {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.blockuserinfo {
  align-self: stretch;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.day-ago,
.likes-frame {
  color: var(--colors-text-soft);
  position: relative;
  line-height: 20px;
  font-weight: 500;
}

.likes-frame {
  color: var(--colors-text-soft);
  align-self: stretch;
  font-size: 16px;
  line-height: 24px;
  /*white-space: pre-wrap;*/
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blockbody,
.blockposttext {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.blockposttext {
  gap: 12px;
  font-size: 14px;
  color: var(--colors-text-soft);
}

.blockbody {
  gap: 24px;
}

.icon3,
.text-content-text {
  position: relative;
  line-height: 24px;
  font-weight: 600;
}

.icon3 {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
}

.text-content-text {
  font-size: 16px;
  font-family: Manrope;
  color: var(--colors-text-soft);
  text-align: left;
}

.label-likes {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 4px;
  gap: 4px;
}

.iconstart {
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.iconend,
.iconstart,
.label {
  position: relative;
}

.label {
  line-height: 24px;
  font-weight: 600;
  font-family: Manrope;
}

.iconend {
  width: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
}

.btnsecondary,
.inlinelikes-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.btnsecondary {
  width: 138px;
  border-radius: 9999px;
  background: var(--colors-fill-secondary);
  border: 2px solid var(--colors-border-secondary);
  box-sizing: border-box;
  justify-content: center;
  padding: 8px 16px;
  gap: 8px;
  text-align: left;
  font-size: 16px;
  color: var(--colors-text-base);
}

.inlinelikes-btn {
  align-self: stretch;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
  font-size: 24px;
  color: var(--colors-fill-primary);
  font-family: 'Material Symbols Outlined';
}

.cardinfo,
.cardpreviewhorizontal-max {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.cardinfo {
  width: 280px;
  background-color: transparent;

  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
  gap: 24px;
  min-width: 280px;
  text-align: left;
  font-size: 16px;
  color: var(--colors-text-base);
  font-family: Manrope;
}

.cardpreviewhorizontal-max {
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--colors-border-neutrallight);
  overflow: hidden;
  align-items: stretch;
  flex-direction: row;
  row-gap: 20px;
  height: 320px;
}

.gridposts,
.rowposts {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rowposts {
  flex: 1;
  flex-direction: column;
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--colors-text-soft);
  /*font-family: "Material Symbols Outlined"*/
}

.gridposts {
  width: fit-content;
  position: relative;
  flex-direction: row;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: normal;
}

.label-likes-button {
  color: var(--colors-fill-primary);
  border: none;
  background: none;
}
.mobile-likely-section {
  display: none;
}
@media screen and (max-width: 600px) {
  .gridposts {
    width: 100%;
    position: relative;
    flex-direction: row;
    margin: 0 20px;
    box-sizing: border-box;
    letter-spacing: normal;
    background: var(--colors-fill-bgmain);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  .likes-frame {
    align-self: stretch;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .cardimg-icon,
  .media-container {
    flex: 1;
  }

  .cardpreviewhorizontal-max {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .cardinfo {
    width: 100%;
    margin-top: auto;
  }

  .rowposts {
    gap: 20px;
  }
}

@media screen and (max-width: 450px) {
  .cardpreviewhorizontal-max {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .mobile-likely-section {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -20px;
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .inlinelikes-btn {
    display: none;
  }
  .day-ago {
    display: none;
  }

  .day-ago-mobile {
    font-size: 14px;
  }

  .blockbody {
    gap: 6px;
  }

  .cardimg-icon {
    height: 210px;
  }

  .cardinfo {
    padding: 15px;
    padding-bottom: 0;
  }

  .icon1,
  .iconcontent1,
  .iconcontent2 {
    font-size: 16px;
    line-height: 16px;
  }

  .icon3 {
    font-size: 19px;
    line-height: 19px;
  }

  .iconstart {
    font-size: 16px;
    line-height: 16px;
  }

  .sectionhero {
    min-height: 360px;
    padding-top: 64px;
    padding-bottom: var(--spacing-outter-spacing-28);
    box-sizing: border-box;
  }
  .btnherocta {
    margin-top: 10px;
    cursor: pointer;
    border: 4px solid var(--border-maincta);
    padding: var(--spacing-inner-s-4);
    min-width: 227px;
    border-radius: var(--styling-border-radius-r-rounded);
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
  }
  .becomes-reality,
  .where-fantasy {
    font-size: 40px !important;
    margin: 0;
  }

  .landing-page-desktop {
    height: 360px;
    width: var(--viewport);
    position: relative;
    padding: 0 0 1px;
    box-sizing: border-box;
    letter-spacing: normal;
  }

  .h1heading {
    height: 115px;
    border-bottom: 12px solid var(--colors-brand-orange-high);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 16px;
    max-width: 100%;
  }

  .featured-posts-h1 {
    color: var(--colors-text-base);
    font-size: 32px !important;
    font-weight: 400;
    line-height: 40px !important;
    font-family: Bakbak One;
  }
}

.btnoutlined {
  border-radius: 9999px;
  background-color: var(--colors-text-base_inverted);
  border: 2px solid var(--colors-border-primary);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  gap: 8px;
  text-align: left;
  font-size: 16px;
  width: fit-content;
}

.iconstart6 {
  position: relative;
  font-size: 20px;
  line-height: 20px;
}

.label {
  position: relative;
  line-height: 24px;
  font-weight: 600;
  font-family: Manrope;
}

.iconend6 {
  width: 16px;
  position: relative;
  line-height: 16px;
  display: none;
}

.featured-posts {
  margin-bottom: 48px;
  margin-top: 64px;
}

.featured-posts-h1 {
  color: var(--colors-text-base);
  line-height: 64px;
  font-size: 48px;
  font-weight: 400;
  font-family: Bakbak One;
}

.featured-posts-buttons {
  padding: 8px 12px;
  cursor: pointer;
}

.featured-posts-buttons.active {
  background-color: var(--colors-fill-bgInverted);
  color: var(--colors-text-base_inverted) !important;
}

.featured-posts-buttons.active .textcontent {
  color: var(--colors-text-base_inverted) !important;
}

.featured-posts-buttons.active .textcontent1 {
  color: var(--colors-text-base_inverted) !important;
}

.featured-posts-buttons.active .textcontent2 {
  color: var(--colors-text-base_inverted) !important;
}

.container-full-screen {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 350px) {
  .becomes-reality,
  .where-fantasy {
    font-size: 28px !important;
    margin: 0;
  }
}
