@font-face {
  font-family: "font-1";
  src: url('fonts/Atma-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "font-1";
  src: url("fonts/Atma-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "font-2";
  src: url("fonts/DancingScript.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "font-3";
  src: url("fonts/OpenSans.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "font-4";
  src: url("fonts/Barriecito-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "font-5";
  src: url("fonts/PinyonScript-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}


body {
    font-family: "font-1", Cursive;
    background-image: url('../img/util/bg-3.jpg');
    background-repeat: repeat;
    background-size: 512px 512px;
    background-color: #fdf8ef; /* fallback background color */
}

/* Main content wrapper must grow */
.pcz-page {
  flex: 1 0 auto;
}

/* Footer stays at bottom */
.pcz-footer {
  flex-shrink: 0;
}

.showtime{
    background-color: #000;
}

.a-button{
    margin: 0.5em;
}

.margin-top{
    margin-top: 0.5em;
}

#pcz-toast {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 2000;
    display: none;
    min-width: 240px;
    max-width: 92vw;
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.25);
    font-weight: 600;
}

#introModal{
    text-align: center;
}

 /* --- Landing page specific polish (Bootstrap 4 friendly) --- */
:root{
    --pcz-purple:#6f2dbd;
    --pcz-purple-2:#8a2be2;
    --pcz-ink:#14151a;
    --pcz-muted:#6c757d;
    --pcz-card:#ffffff;
    --pcz-soft:#f6f3fb;
}

/* Make navbar brand pop a bit */
.navbar-brand{
    font-weight: 700;
    letter-spacing: .2px;
}

/* Hero */
.hero-wrap{
    padding: 28px 0 10px;
}
@media (min-width: 768px){
    .hero-wrap{ padding: 52px 0 24px; }
}

.hero-card{
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(111,45,189,0.10);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(20,21,26,0.08);
    overflow: hidden;
}

.hero-left{
    padding: 26px 20px;
}
@media (min-width: 992px){
    .hero-left{ padding: 44px 44px; }
}

.real-hero-img{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(20,21,26,0.22);
    max-width: 420px;
    background: #000;
}

.real-hero-img img{
    width: 100%;
    height: auto;
    display: block;
}

.img-caption{
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 10px 14px;
    font-weight: 700;
    font-size: 14px;
    color: #2b2d36;
    box-shadow: 0 8px 22px rgba(0,0,0,0.15);
}

.kicker{
    display:inline-block;
    background: rgba(111,45,189,0.10);
    color: var(--pcz-purple);
    border: 1px solid rgba(111,45,189,0.20);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.hero-title{
    font-weight: 800;
    line-height: 1.08;
    margin-top: 14px;
    margin-bottom: 12px;
    font-size: 30px;
}
@media (min-width: 768px){
    .hero-title{ font-size: 42px; }
}

.hero-sub{
    color: #3a3c46;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.btn-pcz{
    background: linear-gradient(90deg, var(--pcz-purple) 0%, var(--pcz-purple-2) 100%);
    color: #fff !important;
    border: 0;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(111,45,189,0.25);
}
.btn-pcz:hover{ filter: brightness(0.98); }
.btn-ghost{
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 700;
    border: 1px solid rgba(111,45,189,0.35);
    color: var(--pcz-purple);
    background: rgba(255,255,255,0.75);
}
.btn-ghost:hover{
    background: rgba(111,45,189,0.08);
    color: var(--pcz-purple);
}

.trust-row{
    margin-top: 16px;
    color: var(--pcz-muted);
    font-size: 13px;
}
.trust-row i{ margin-right: 6px; color: var(--pcz-purple); }

/* Right side "preview" */
.hero-right{
    background: linear-gradient(135deg, rgba(111,45,189,0.12), rgba(138,43,226,0.10));
    padding: 20px;
    position: relative;
    min-height: 280px;
}
@media (min-width: 992px){
    .hero-right{ padding: 36px; min-height: 100%; }
}

/* Feature cards */
.section{
    padding: 26px 0;
}
@media (min-width: 768px){
    .section{ padding: 36px 0; }
}

.feature{
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(20,21,26,0.06);
    border-radius: 16px;
    padding: 18px;
    height: 100%;
    box-shadow: 0 14px 28px rgba(20,21,26,0.06);
}
.feature .icon{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(111,45,189,0.10);
    border: 1px solid rgba(111,45,189,0.18);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 12px;
    color: var(--pcz-purple);
    font-size: 18px;
}
.feature h5{
    font-weight: 800;
    margin-bottom: 8px;
}
.feature p{
    margin: 0;
    color: #3a3c46;
    font-size: 14px;
    line-height: 1.5;
}

/* CTA band */
.cta-band{
    background: linear-gradient(90deg, rgba(111,45,189,0.95), rgba(138,43,226,0.95));
    color: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 40px rgba(111,45,189,0.20);
}
@media (min-width: 768px){
    .cta-band{ padding: 22px 26px; }
}

.cta-band h4{
    margin: 0;
    font-weight: 900;
}
.cta-band p{
    margin: 6px 0 0;
    opacity: 0.92;
}
.cta-band .btn-light{
    border-radius: 12px;
    font-weight: 800;
    padding: 12px 16px;
}

/* Footer */
.footer{
    color: var(--pcz-muted);
    font-size: 13px;
    padding: 18px 0 30px;
}
.footer a{ color: var(--pcz-purple); }

.toolbar{
    width: 100%;
    max-width: 500px !important;
    border: none;
    margin: 0.5rem auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /*background-color: #FFF;*/
    border-radius: 1em;
}

.toolbar-alt{
    width: 100%;
    max-width: 500px !important;
    border: none;
    margin: 0.5rem auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #111;
    border-radius: 4em;
}

.icon-col{
    display: inline-block;
    width: 19%;
    margin:0;
    padding: 0;
    border: none;
    vertical-align: middle;
    text-align: center;
}

.owned-entry, .owned-img {
  cursor: pointer;
  outline: none;
  outline-offset: none;
}

.owned-entry:hover, .owned-img:hover {
  outline: 2px dashed rgba(128,0,128,0.25);
  outline-offset: 2px;
}


.selected{
    border: 2px dotted #666 !important;
}

.icon{
    width: 100%;
    height: auto;
    cursor: pointer;
}

#font-settings, #gif-settings{
    width: 80%;
}

#gif-container-left, #gif-container-right{
    padding: 0;
}

.gif-preview{
    width: 90%;
    height: auto;
    cursor: pointer;
    margin: 5%;
}

#new-entry-img{
    width: 100%;
    height: auto;
}

.img-entry{
    width: 50%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.font-setting{
   width: 100%; 
   height: auto;
}

.font-style-btn{
    width: 90%;
    margin: 0.1em;
}

.font-size-btn{
    width: 30%;
}


.font-color-circle{
    border-radius: 50%;
    width: 25%;
    margin: 0.5em;
    aspect-ratio: 1/1;
    display: inline-block;
    border: none;
    cursor: pointer;
    border: 2px solid #FFF;
}

.interface-wrapper, .sign-up-wrapper, .login-wrapper{
    border: none;
    width: 100%;
    max-width: 500px !important;
    margin: 0.5em auto;
}

.sign-up-wrapper, .login-wrapper, .dashboard-wrapper{
    margin-top: 2em;
    padding: 1em;
    background-color: #FFF;
    border: solid 1px #DDD;
    border-radius: 1em;
}

.wrapper{
    border: 1px solid #DDD;
    max-width: 100%;
    max-width: 500px !important;
    aspect-ratio: 4 / 5;
    container: wrapper / inline-size;
    position: relative;
    overflow: hidden;
    z-index: 100;
    margin: 0 0.25em;
}

.inner-wrapper{
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background-color: #FAFAFA;
    border: 1px solid #AAA;
    position: absolute;
    top: 0;
    transition: left 0.5s linear;
}

.wrapper-focus{
    top: 0;
    left: 0;
}

.wrapper-prev{
    top: 0;
    left: -600px;
}

.draggable {
  width: 50%;
  background-color: transparent;
  color: black;
  border-radius: 0.75em;
  position: absolute;
  border: none;
  left: 0;
  top: 0;
  user-select: none;
  touch-action: none;
  z-index: 10;
  
}

.greeting{
    max-width: 50%;
    overflow-wrap: break-word;
    /*overflow: hidden;*/
    display: block;
    resize: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 1;
    white-space: pre-wrap;
}

.textbox{
  display: block;
  width: 100%;
  resize: none;
  color: black;
  border: 1px dashed #000;
  border-radius: 0.25em;
  overflow: hidden;
  min-height: 6.5em;
  background-color: transparent;
}

.textbox:focus{
  border: 1px dotted #000 !important;
  outline: none !important;
}

.textbox, .greeting{
    padding: 0.5em;
}

.transparent-bg {
  position: relative;
  background-image: url("../img/util/semi_transparent_white_80.png");
  background-repeat: repeat;
  background-size: contain;
}

.transparent-bg .content {
  position: relative;
  z-index: 1;
  color: black; /* or any text color */
}

.card-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hidden{
    display: none !important;
}

.gallery-wrapper, .confirmation-wrapper{
    max-width: 1200px;
    background-color: #FFF;
    margin-top: 1em;
}

.confirmation-wrapper{
    padding: 1em;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery-column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.card-detail-wrapper{
    margin-top: 2em;
    background-color: #FFF;
    border-radius: 1em;
}

.card-detail-col{
    padding: 2em;
}

.dashboard-mini-img{
    max-width: 4em;
    height: auto;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery-column {
    flex: 50%;
    max-width: 50%;
  }
}

#navbar{
    background-color: #BF40BF !important;
}

.form-icon{
    height: 4em;
    width: auto;
    position: absolute;
    cursor: pointer;
    bottom: -4em;
}

#form-icon-close{
    left: 0;
}

#form-icon-clear{
    left: 4.5em;
}

#form-icon-submit{
    left: 9em;
}

#form-icon-drag{
    height: 4em;
    bottom: -2em;
    right: -2em;
    z-index: 100;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount, #lblCartCount-mobile {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}

.legal-text{
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 0.5em;
    padding: 1em;
}

}
