body {
    padding: 0;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #6B4C3B;
    background: #fff;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:focus, button:active, button:focus {
    outline: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

header {
    padding: 20px 0;
    background: #6B4C3B;
    position: relative;
}

header .stall {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
    color: #fff;
}

header .stall{
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

header .stall.active {
    opacity:1;
    transform:none;
    pointer-events:auto;
}

header .stall__one {
    margin: 0 15px;
}

header .stall__one a {
    color: #fff;
}

.bar {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span {
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.3s;
}

.bar.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.bar.active span:nth-child(2) {
    opacity: 0;
}

.bar.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #6B4C3B;
    border-radius: 20px;
    color: #6B4C3B;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #6B4C3B;
    color: #fff;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

.arcade .pasth1-v2 {
    text-align: center;
    margin-top: 25px;
}

.arcade a {
    margin: 0 auto;
    margin-top: 30px;
}

.arcade .info {
    position: relative;
}

.picture {
    position: relative;
    overflow: hidden;
    width: 740px;
    height: 500px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 100px;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 125%;
}

.arcade .stat {
    position: absolute;
    z-index: 2;
    margin-top: 25px;
    margin-left: -10px;
    background: #fff;
    top: 0;
    width: 175px;
    height: 95px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: center;
    align-items: center;
}

.arcade .stat p:first-child {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.arcade .stat p:last-child {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.attic__info {
    height: 500px;
    align-items: center;
}

.attic .picture {
    width: 100%;
    margin-top: 0;
}

.attic__info p {
    margin-bottom: 20px;
}

.attic__info a {
    width: 170px;
    font-size: 20px;
    background-color: #6B4C3B;
    color: #fff;
}

.attic.page h1 {
    color: #6B4C3B;
    margin-bottom: 40px;
}

.attic.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.attic.page p {
    margin-bottom: 10px;
}

.attic.page p:last-of-type {
    margin-bottom: 0;
}

.guild__card {
    margin-bottom: 30px;
}

.guild__card .picture {
    width: 300px;
    height: 250px;
    border-radius: 20px;
    flex: 0 0 auto;
    margin-top: 0;
}

.guild__card .picture img {
    width: 160%;
}

.guild__card .info {
    position: relative;
    z-index: 2;
    height: 170px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin-top: 40px;
    margin-left: -80px;
    padding: 10px 25px;
}

.guild__card .info p:first-child {
    font-size: 30px;
    font-weight: 900;
} 

.guild__card .info p:nth-of-type(2) {
    font-size: 26px;
    font-weight: 600;
}

.guild .row .guild__card:last-child {
    margin-bottom: 0;
}

.chronicle .chronicle-one {
    position: relative;
}

.chronicle .picture {
    position: absolute;
    width: 50%;
    height: 500px;
}

.chronicle .chronicle-one.left .picture {
    left: 0;
    margin-top: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.chronicle .chronicle-one.right .picture {
    top: 0;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 0;
}

.chronicle .chronicle-one__info {
    height: 500px;
    align-items: center;
}

.chronicle .chronicle-one.left .chronicle-one__info {
    margin-left: 25px;
}

.chronicle .chronicle-one__info p:first-child {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.chronicle .chronicle-one__info p:last-of-type {
    margin-bottom: 25px;
}

.chronicle .chronicle-one__info a {
    font-size: 20px;
    width: 175px;
    height: 40px;
}

.ledger__card {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
}

.ledger__card p {
    font-weight: 600;
}

.ledger__card p:first-child {
    font-size: 26px;
    margin-bottom: 10px;
}

.scrollall {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-scrollall {
    gap: 20px;
}

.scrollall input,
.scrollall textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #6B4C3B;
    padding: 0 25px;
    border: 1px solid #6B4C3B;
    border-radius: 100px;
    background: #fff;
    transition: 0.5s;
    margin-bottom: 0;
}

.scrollall input {
    height: 50px;
}

.scrollall textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.scrollall input:focus,
.scrollall textarea:focus {
    outline: none;
    border: 1px solid #6B4C3B;
}

.scrollall input::placeholder,
.scrollall textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.scrollall-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.scrollall-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #6B4C3B; 
}

.scrollall-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #6B4C3B;
}

.scrollall-check label a {
    color: #ff0000;
    text-decoration: underline;
}

.scrollall-check label a:hover {
    color: #ff0000;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #6B4C3B;
    border-radius: 20px;
    color: #6B4C3B;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #6B4C3B;
    color: #fff;
    transition: 1s;
}

/* form-error */
.scrollall input.error,
.scrollall textarea.error,
.scrollall input.error:focus,
.scrollall textarea.error:focus {
    border: 1px solid #ff0000;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #ff0000;
    outline: none;
}

.scrollall-check.error {
    border: 1px solid #ff0000; 
}

.scrollall-check.error input[type="checkbox"] {
    border: 1px solid #ff0000;
}

/* lantern */
#lantern {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#lantern img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.relic {
    background: #6B4C3B;
    padding: 20px;
}

.relic .stall {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
}

.relic .stall__one a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.relic .stall__one p {
    font-size: 16px;
    color: #fff;
}

.relic .row div .stall {
    justify-content: center;
}

.relic .stall .stall__one {
    margin: 0 20px;
}

.relic .row div:nth-of-type(2) .stall {
    justify-content: end;
}

.relic .row div:nth-of-type(2) .stall .stall__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.relic .row div:nth-of-type(3) .stall {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 2px solid #fff;
}

.relic .row div:nth-of-type(3) .stall .stall__one {
    align-items: center;
}

.relic .stall .stall__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    margin-right: 10px;
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

        



        


.slate_shell {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 400px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
  z-index: 1000;
  display: none;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
}

.slate_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.slate_copy h3 {
  font-size: 18px;
  color: #6B4C3B;
  margin-bottom: 8px;
}

.slate_copy p {
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
  line-height: 1.4;
}

.slate_copy a {
  color: #ff0000;
  text-decoration: underline;
}

.slate_copy a:hover {
  color: #6B4C3B;
}

.slate_actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.slate_actions .btnx_prime {
  min-width: 100px;
  height: 38px;
  border-radius: 100px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  background: #6B4C3B;
  color: #fff;
}

.slate_actions .btnx_prime.btnx_dim {
  background: #ccc;
  color: #333333;
}

.slate_actions .btnx_prime:hover {
  opacity: 0.85;
}
