@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');

body{
    margin: 0;
    font-size:17px ;
    direction: ltr;
    font-family: 'Josefin Slab', sans-serif !important;  
    background-color: #4C0027; 
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.grid-shell {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}


.charmed-fix-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px 18px;
  color:  #f8f5f1;
  z-index: 100;
}

.chfh-logo, .spellbound-footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

.chfh-logo img, .sfl-img {
  width: 67px;
  height: 67px;
  object-fit: contain;
}

.chfh-logo-name, .sfl-txt {
  font-size: 18px;
  font-weight: 400;
  color:  #f8f5f1;
  margin: 0;
}

.chfh-nav-list {
  list-style: none;
  display: flex;
  gap: 11px;
  margin: 0;
}

.chfh-nav-item a {
  font-size: 16px;
  color:  #f8f5f1;
  text-decoration: none;
  z-index: 10;
  position: relative;
  letter-spacing: 1px;
}

.chfh-nav-item a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #E2703A;
  display: block;
  margin: 1px 0 0 0;
  line-height: 1px;
  transition: all 0.3s ease 0s;
}

.chfh-nav-item:hover a {
  color: #E2703A;
}

.chfh-nav-item:hover a:after {
  width: 100%;
}

.charmed-anim-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chab-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('pixelpantry/back/bg-light-068b9a10061ed6.jpg') center/cover;
  transform: scale(1);
  animation: zoom-bg 9s infinite normal ease-in-out;
}

@keyframes zoom-bg {
  0% { transform: scale(1); }
  97% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.chab-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E2703Ac5;
  animation: darken 9s infinite normal;
}

@keyframes darken {
  0%, 90% { background: #E2703Ac5; }
  100% { background: rgba(0, 0, 0, 1); }
}

.chab-sitename {
  position: absolute;
  font-size: 77px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  text-transform: uppercase;
  top: 100px;
  left: 80px;
}

.chab-deco-images {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

@keyframes slideImages1 {
  0% { right: -40%;  }
  5% { right: 0%;  }
  95% { right: 0%;  }
  100% { right: -40%;  }
}

@keyframes slideImages2 {
  0% { right: -40%;  }
  5% { right: 5%;  }
  95% { right: 5%;  }
  100% { right: -40%;  }
}

.chab-deco-portal {
  height: 95%;
  width: auto;
  position: absolute;
  right: -40%;
  bottom: -5%;
  object-fit: contain;
  animation: slideImages1 9s infinite;
}

.chab-deco-person {
  height: 60%;
  position: absolute;
  right: 0%;
  bottom: 3%;
  object-fit: contain;
  animation: slideImages2 9s infinite;
}

.chab-content {
  direction: ltr;
  padding-top: 350px;
  padding-bottom: 130px;
}

.chab-content-wrapper {
  width: 60%;
  padding: 32px 42px;
  position: relative;
  text-align: center;
  border-radius: 20px;
  color:  #f8f5f1;
  z-index: 3;
  border: 1px solid #f8f5f1;
}

.chab-content-wrapper img {
  position: absolute;
  top: -70px;
  left: -65px;
  transform: rotate(-10deg);
  width: 150px;
  object-fit: contain;
  display: block;
}

.chab-content-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.magic-benefit-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background:  #4C0027;
}

.magic-benefit-title, .mystic-collection-title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color:  #f8f5f1;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.magic-benefit-list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}

.magic-benefit-col, .magic-benefit-img {
  width: 31%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.magic-benefit-item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.magic-benefit-item img {
  width: 67px;
  height: 67px;
  object-fit: contain;
}

.magic-benefit-text {
  font-size: 15px;
  margin: 0;
  color: #f8f5f1;
}

.magic-benefit-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  animation: heartbeat 1.5s ease-in-out infinite both paused;
}

.magic-benefit-list:hover .magic-benefit-img img {
  animation: heartbeat 1.5s ease-in-out infinite both;
} 

@keyframes heartbeat {
  from {
            transform: scale(1);
            transform-origin: center center;
            animation-timing-function: ease-out;
  }
  10% {
            transform: scale(0.91);
            animation-timing-function: ease-in;
  }
  17% {
            transform: scale(0.98);
            animation-timing-function: ease-out;
  }
  33% {
            transform: scale(0.87);
            animation-timing-function: ease-in;
  }
  45% {
            transform: scale(1);
            animation-timing-function: ease-out;
  }
}

.mystic-collection-bg {
background-image: linear-gradient(0deg, #E2703A 0%, #4C0027 100%);
}

.mystic-collection-pattern {
  padding-top: 70px;
  padding-bottom: 200px;
  background-image: url(pixelpantry/back/opacity_bg-068b9a10061f75.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mystic-collection-list {
  display: flex;
  flex-direction: row;
  gap: 170px 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mystic-collection-card {
  
  width: 31%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease-in-out;
  position: relative;
}

.mystic-collection-card:hover {
  transform: translateY(-20px);
}

.mcl-card-imglink {
  border-radius: 20px 20px 0 0;
  display: block;
  background: #f8f5f1;
  padding: 11px;
}

.mcl-card-img {
  height: 384px;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mcl-card-content {
  position: absolute;
  left: 0;
  bottom: -145px;
  z-index: 3;
  width: 100%;
  background: rgba(30, 30, 46, 0.9);
  overflow: hidden;
  height: 130px;
  border-radius: 0 0 20px 20px;
}

.mystic-collection-card:hover .mcl-card-content {
  height: fit-content;
  padding-bottom: 11px;
}

.mcl-cc-wrapper {
  padding: 10px 15px;
}

.mcl-cc-titlelink {
  margin: 0;
  font-size: 16px;
  color: #f8f5f1;
  position: relative;
  margin: 0 0 18px;
}

.mcl-cc-title::before {
  content: '\2726';
  font-size: 20px;
  margin: 0 auto;
  display: block;
}

.mcl-cc-title {
  margin: 0 0 75px;
  text-align: center;
}

.mcl-cc-txt {
  text-align: center;
  color: #f8f5f1;
  font-size: 16px;
  margin-bottom: 11px;
}

.mcl-cc-btn {
  display: flex;
  justify-content: center;
}

.enchanted-request-sect {
  text-align: center;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(pixelpantry/back/bg-light-168b9a10061ee8.jpg);
  min-height: 60%;
}

.enchanted-request-overlay {
  background-color: inherit;
}

.enchanted-request {
  width: 55%;
  margin-left: 0%;
  background-color: #4C00277a;
  padding: 100px 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.enchanted-request-form {
  width: 100%;
  background: linear-gradient(#4C0027, #212121) padding-box,
              linear-gradient(145deg, transparent 35%, #4C0027, #E2703A) border-box;
  border: 2px solid transparent;
  padding: 26px 22px;
  color: #f8f5f1;
  display: flex;
  flex-direction: column;
  gap: 7px;
  box-sizing: border-box;
  border-radius: 20px;
}

.erf-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 26px;
  color: #f8f5f1;
}

.enchanted-request-form label {
  display: block;
  color: #717171;
  font-weight: 600;
  font-size: 14px;
}

.input-user__element_item {
  width: 100%;
  padding: 11px 18px;
  border-radius: 4px;
  color: #f8f5f1;
  background-color: transparent;
  border: 1px solid #414141;
}

.textarea-user__element_item {
  width: 100%;
  padding: 11px 18px;
  border-radius: 4px;
  resize: none;
  color: #f8f5f1;
  height: 96px;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.input-user__element_item::placeholder {
  opacity: 0.5;
}

.input-user__element_item:focus {
  outline: none;
  border-color: #E2703A;
}

.textarea-user__element_item:focus {
  outline: none;
  border-color: #E2703A;
}

.erf-chekker {
  display: flex;
  flex-direction: row;
  gap: 11px;
  align-items: center;
  justify-content: center;
}

.erf-chekker .checklink:hover {
  text-decoration: underline;
}

.portal-gate-bg {
  padding-top: 42px;
  padding-bottom: 42px;
  background: #4C0027;
}

.portal-gate-title, .wizard-faq-title, .sorcerer-partners-txt {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #fffcfa;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 32px;
}

.portal-gate {
  direction: ltr;
  border-radius: 20px;
  background-image: url(pixelpantry/back/bg-all-068b9a10061f2b.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.portal-gate-item {
  position: relative;
  width: 50%;
  margin: 0 0 100px auto;
  padding-top: 0;
  padding: 42px;
  border-radius: 0 0 0px 70px;
  background-color: #4C0027;
  border-radius: 20px;
}

.portal-gate-item:nth-child(1) {
  border-radius: 0 0 0px 70px;
  margin: 0 0 100px auto;
}

.portal-gate-item::before {
  content: '';
  position: absolute;
  left: auto;
  right: -1px;
  top: auto;
  bottom: -79px;
  height: 80px;
  width: 80px;
  background: #4C0027;
  clip-path: path("M0 0H79.9695V76.3123C80.0103 77.5714 80.0101 78.8022 79.9695 80V76.3123C79.0054 46.5602 55.1443 0.959397 0 0Z");
}

.portal-gate-item::after {
  content: '';
  position: absolute;
  left: -79px;
  top: 0;
  right: auto;
  left: -79px;
  top: -1px;
  transform: none;
  height: 80px;
  width: 80px;
  background: #4C0027;
  clip-path: path("M0 0H79.9695V76.3123C80.0103 77.5714 80.0101 78.8022 79.9695 80V76.3123C79.0054 46.5602 55.1443 0.959397 0 0Z");
}

.portal-gate-item:nth-child(2) {
  margin: 0 auto 100px 0;
  border-radius: 0 70px 70px 0;
}

.portal-gate-item:nth-child(2)::before {
  transform: rotate(-90deg);
  left: 0;
}

.portal-gate-item:nth-child(2)::after {
  transform: rotate(180deg);
  left: 0;
  top: -80px;
}

.portal-gate-item:nth-child(3) {
  border-radius: 70px 0 0px 70px;
  margin: 0 0 100px auto;
}

.portal-gate-item:nth-child(3)::after {
  right: 0;
  left: auto;
  transform: rotate(90deg);
  top: -80px;
}

.portal-gate-item:nth-child(4) {
  border-radius: 0 70px 0px 0px;
  margin: 0 auto 0 0;
}

.portal-gate-item:nth-child(4)::before {
  transform: rotate(180deg);
  right: -80px;
  bottom: 0;
}

.portal-gate-item:nth-child(4)::after {
  transform: rotate(180deg);
  left: 0;
  top: -80px;
}

.pgi-wrapper {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  border-radius: 20px;
  padding: 32px;
  background: rgba(0,0,0,0.5); color: #fff;
}

.wizard-faq-sect {
  background-color: #E2703A;
  background-image: url(pixelpantry/back/opacity_bg-168b9a10061f83.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.wizard-faq-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.wizard-faq-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #f8f5f1;
}

.wizard-faq-list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #f8f5f1;
}

.wizard-faq-item {
  width: 45%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 44px;
}

.wfi-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #4C0027;
  border: 1px solid #f8f5f1;
  background-image: url(pixelpantry/back/opacity_bg-268b9a10061f91.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: heartbeat 1.5s ease-in-out infinite both paused;
}

.wizard-faq-item:hover .wfi-pic {
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.wfi-pic-svg {
  width: 55px;
  height: 55px;
  fill: #f8f5f1;
}

.wfi-content {
  width: calc(100% - 100px);
}

.wfi-ques {
  font-size: 16px;
  font-weight: 400;
  text-transform:  uppercase;
  text-align: center;
  margin-bottom: 18px;
  color: #f8f5f1;
}

.wizard-faq-item:hover .wfi-ques {
  color: #4C0027;
}

.wfi-ans {
  font-size: 15px;
  color: #f8f5f1;
}

.sorcerer-partners-sect {
  position: relative;
  background-image: url(pixelpantry/back/bg-light-268b9a10061ef9.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60%;
}

.sorcerer-partners-overlay {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #4C0027bf;
}

.sorcerer-partners {
  display: flex;
  flex-direction: row;
  gap: 42px;
}

.sorcerer-partners-txt {
  width: 40%;
  text-align: start;
}

.sorcerer-partners-list {
  width: 58%;
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sorcerer-partners-item {
  padding: 18px 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap:  18px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0,0,0,0.9); color: #fff;
}

.spi-pic {
  width: 55px;
  height: 55px;
}

.spellbound-footer-bg {
  padding-top: 70px;
  padding-bottom: 44px;
  background-color: #4C0027;
}


.spellbound-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 44px;
}

.spellbound-footer-content {
  width: 48%;
}

.sfl-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 18px;
  margin-top: 18px;
}

.sfl-content-txt {
  font-size: 16px;
  margin: 0;
  color: #f8f5f1;
}

.sfl-content-img {
  width: 55px;
  height: 55px;
}

.spellbound-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sfn-link {
  width: fit-content;
  font-size: 15px;
  position: relative;
  letter-spacing: 1px;
  color: #f8f5f1;
}

.sfn-link:after {
  content: '';
  width: 0;
  height: 1px;
  background: #E2703A;
  display: block;
  margin: 1px 0 0 0;
  line-height: 1px;
  transition: all 0.3s ease 0s;
}

.sfn-link:hover {
  color: #E2703A;
}

.sfn-link:hover::after {
  width: 100%;
}

.sfd-wrapper {
  width: 48%;
  background: rgba(0,0,0,0.9); color: #fff;
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.sfd-wrapper::before {
  content: '';
  position: absolute;
  width: 50%;
  background-image: linear-gradient(180deg, #257A3E, #ffc478);
  height: 250%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.sfd-wrapper::after {
  content: '';
  position: absolute;
  background: #E2703A;
  inset: 5px;
  border-radius: 20px;
}

.spellbound-footer-discl {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  padding: 18px;
  position: relative;
  z-index: 1;
}

.sfd-imgpart {
  width: 28%;
}

.sfd-txtpart {
  width: 68%;
  color: #f8f5f1;
}

.sfd-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 18px;
}

.sfd-txt {
  font-size: 15px;
  line-height: 1.7;
}

.wizard-lore-sect {
  overflow: hidden;
}

.wizard-lore-titlebg {
  background-image: url(pixelpantry/back/bg-light-268b9a10061ef9.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60%;
}

.wizard-lore-titlebgcolor {
  padding-top: 120px;
  padding-bottom: 200px;
  background-color: #4C0027b0;
}

.wizard-lore-title {
  font-size: 46px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  color: #f8f5f1;
}

.wizard-lore-content {
  background-color: #4C0027;
}

.wl-content {
  display: flex;
  flex-direction: row;
  direction: ltr;
}

.wlc-data {
  width: 40%;
  padding-top: 42px;
  padding-bottom: 42px;
}

.wlc-txt {
  width: 60%;
  position: relative;
  z-index: 0;
  top: -150px;
  min-height: 380px;
  display: flex;
}

.wlc-color {
  position: absolute;
  width: 200%;
  height: 100%;
  right: -100%;
  top: 0;
  z-index: -1;
  background-color: #E2703A;
}

.wlc-txt-wrapper {
  padding: 70px 42px;
  font-size: 16px;
  line-height: 1.5;
  color: #f8f5f1;
  background-color: #E2703A;
}

.wlc-data {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.wlc-data-players {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  padding: 11px 7px;
  border-bottom: 2px solid #E2703A;
  color: #f8f5f1;
}

.wlc-data-players-pic {
  width: 28px;
  height: 28px;
  fill: #f8f5f1;
}

.wlc-pic {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin: 0px auto; 
}

.wlc-data-slogan {
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  color: #f8f5f1;
}

.sorcery-list-bg {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #E2703A;
}

.sorcery-list-sect {
  padding: 26px 18px;
  border-radius: 20px;
  background: rgba(0,0,0,0.5); color: #fff;
}

.sorcery-list-title {
  font-size: 40px;
  font-weight:  900;
  text-align: center;
  color: #fffcfa;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 32px;
}

.sorcery-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.sl-card {
  display: flex;
  gap: 10px;
  flex-direction: row;
  width: 32%;
  padding: 18px;
  border-radius: 20px;
  box-shadow: inset 0px 0px 12px 7px #4C0027;
  text-align: center;
  padding: 32px 18px;
  transition: all 0.3s ease-in;
  background: rgba(0,0,0,0.9); color: #fff;
}

.sl-card:hover {
  transform: translateY(-5px);
  box-shadow: inset 0px 0px 12px 7px #E2703A;
}

.sl-ci-img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  border-radius: 20px;
  overflow: hidden;
}

.sl-card-content, .sl-cc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sl-card-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.sl-card-txt {
  font-size: 15px;
}

.sl-card-btn {
  position: relative;
  background: rgba(0,0,0,0.9); color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 7px;
  border-radius: 20px;
  margin-top: -30px;
}

.sl-card-players {
  direction: ltr;
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  justify-content: center;
}

.sl-card-players-pic {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.sl-card-players-pic:nth-child(3), .sl-card-players-pic:nth-child(4) {
  margin-left: -25px;
}

.enchanted-portal-title-bg {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #4C0027;
}

.enchanted-portal-title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
}

.enchanted-portal-bg {
  padding-top: 42px;
  padding-bottom: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(pixelpantry/back/bg-all-168b9a10061f3c.jpg);
}

.enchanted-portal {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.enchanted-portal-game .ep-game{
  width: 100%;
  height: 100vh;
}

.enchanted-portal-content {
  padding: 26px 32px;
  border-radius: 20px;
  box-shadow: inset 0px 0px 12px 7px #4C0027;
  background: rgba(0,0,0,0.9); color: #fff;
}

.epc-img {
  width: 35%;
  height: 400px;
  object-fit: contain;
  margin: 0 18px 18px;
  border-radius: 20px;
  float: right;
}

.epc-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.epc-txt {
  font-size: 15px;
}

.wizard-words-bg {
  padding: 44px 11px;
  background-color: #4C0027;
}

.wizard-words {
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.wizard-words-title {
  width: 28%;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.wizard-words-list {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: space-around;
}

.wizard-words-item {
  width: 43%;
  padding: 18px 26px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  box-shadow: inset 0px 0px 12px 7px #E2703A;
  background: rgba(0,0,0,0.9); color: #fff;
}

.wwi-pic {
  width: 55px;
  height: 55px;
  fill: #00C9B1;
  margin: 0 auto;
}

.wwi-txt {
  font-size: 15px;
  margin: 0;
}

.wwi-name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.wwi-name-img {
  width: 99px;
  height: 99px;
  object-fit: cover;
  border-radius: 0%;
}

.arcane-connection-bg {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 0;
  background-color: #4C0027;
}

.arcane-connection-title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #fffcfa;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 32px;
}

.arcane-connection-box {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #f8f5f1;
  box-shadow: inset 0px 0px 12px 7px #E2703A;
}

.arcane-connection-img {
  width: 60%;
  position: relative;
  background-image: url(pixelpantry/back/gallery-068b9a10061f58.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60%;
}

.arcane-connection-formbox {
  width: 40%;
  padding: 56px 32px;
}

.acf-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 26px;
  text-align: center;
  color: #f8f5f1;
}

.arcane-connection-formbody {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.acf-input {
  font-size: 16px;
  margin: 11px 0;
  padding: 18px 11px;
  width: 100%;
  background-color: inherit;
  color: #f8f5f1;
  border: none;
  outline: none;
  border-bottom: 1px solid #f8f5f1;
  transition: all 400ms;
}

.acf-input::placeholder {
  font-size:  16px;
  color: #f8f5f1;
}

.acf-input:hover {
  background-color: #424242;
  border: none;
  border-radius: 0.5rem;
}

.acf-checker {
  margin: 18px 0;
  font-size: 15px;
  color: #f8f5f1;
  display: flex;
  gap: 7px;
  align-items: center;
}

.acf-checker-link:hover {
  text-decoration: underline;
}

.arcane-connection-contact {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.acc-item {
  width: 31%;
  padding: 18px 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  border: 2px solid #f8f5f1;
  box-shadow: inset 0px 0px 12px 7px #E2703A;
}

.acc-item-pic {
  width: 55px;
  height: 55px;
  object-fit: contain;
  fill: #f8f5f1;
}

.arcane-connection {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.acc-item-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 11px;
  color: #f8f5f1;
  text-transform: uppercase;
}

.acc-item-txt {
  font-size: 15px;
  margin: 0;
  color: #f8f5f1;
}

.forbidden-knowledge-page {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #f8f5f1;
  background-color: #4C0027;
}

.forbidden-knowledge-title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}









.button-1 {
  --color: #00A97F;
  padding: 5px 11px;
  background-color: transparent;
  border-radius: .3em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .5s;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: #00A97F;
  z-index: 1;
 }
 
 .button-1::before, .button-1::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: #00A97F;
  transition: 1s ease;
 }
 
 .button-1::before {
  top: -1em;
  left: -1em;
 }
 
 .button-1::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
 }

 .button-1:hover::before, .button-1:hover::after {
  height: 410px;
  width: 410px;
 }
 
 .button-1:hover {
  color: rgb(10, 25, 30);
 }
 
 .button-1:active {
  filter: brightness(.8);
 }

.button-2 {
  font-size: 15px;
  padding: 5px 18px;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid #1BFD9C;
  background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
  color: #1BFD9C;
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
}

.button-2:hover {
  color: #82ffc9;
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
}

.button-2:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform .4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%);
}

.button-2:hover:before {
  transform: translateX(15em);
}

.button-3 {
  background-color: #f8f5f1;
  border: none;
  padding: 10px 11px;
  font-size: 15px;
  border-radius: 15px;
  color: lightcoral;
  box-shadow: 0 0.4rem #dfd9d9;
  cursor: pointer;
 }
 
 .button-3:active {
  color: #f8f5f1;
  box-shadow: 0 0.2rem #dfd9d9;
  transform: translateY(0.2rem);
 }
 
 .button-3:hover:not(:disabled) {
  background: lightcoral;
  color: #f8f5f1;
  text-shadow: 0 0.1rem #bcb4b4;
 }
 
 .button-3:disabled {
  cursor: auto;
  color: grey;
 }

  .button-4 {
 padding: 7px 22px;
 border: unset;
 border-radius: 15px;
 color: #212121;
 z-index: 1;
 background: #f8f5f1;
 position: relative;
 font-weight: 1000;
 font-size: 15px;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms;
 overflow: hidden;
}

 .button-4::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 0;
 border-radius: 15px;
 background-color: #212121;
 z-index: -1;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms
}

.button-4:hover {
 color: #f8f5f1;
}

.button-4:hover::before {
 width: 100%;
}

.button-5 {
  font-weight: 700;
  font-size: 15px;
  background-color: #4C0027;
  color: #257A3E;
  border-style: solid;
  border-width: 1px;
  border-color: #4C0027;
  border-radius: 0px;
  padding: 11px 22px;
  text-transform: uppercase;
  box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
  text-align: center;
  transition: all .3s;
}

.button-5:hover {
  background-color: #ffffff00;
  border-color: #257A3E;
}


@media (max-width: 1200px) {

  .grid-shell {
    max-width: 1140px;
  }

  .chab-deco-images {
    display: none;
  }

  .chab-content-wrapper {
    width: 80% !important;
    margin: 0 auto;
  }

  .enchanted-request {
    margin: 0;
  }

}

@media (max-width: 992px) {

  .grid-shell {
    max-width: 960px;
  }

  .enchanted-request {
    width: 75%;
  }

  .portal-gate {
    flex-direction: column;
  }

  .wizard-faq-item {
    width: 100%;
    padding: 0;
  }

  .wizard-faq-list {
    gap: 20px;
  }

  .wizard-faq-list::before, .wizard-faq-list::after {
    width: 0;
    height: 0;
  }

  .sl-card {
    flex-direction: row !important;
    gap: 20px;
  }

  .sl-card-image, .sl-card-content {
    width: 48% !important;
  }

  .epc-img {
    width: 50%;
  }

  .mcl-cc-titlelink {
    font-size: 18px;
  }
  .mystic-collection-card {
    width: 45% !important;
   }
  
}

@media(max-width: 767px)  {

  .grid-shell {
    max-width: 720px;
  }

 .charmed-fix-header {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
    gap: 10px;
 }


 .enchanted-request {
  width: 100%;
 }

 .portal-gate {
  background: none;
  gap: 25px;
 }

 .portal-gate-item {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
 }

 .portal-gate-item::before, .portal-gate-item::after {
  width: 0 !important;
  height: 0 !important;
 }

 .sorcerer-partners {
  flex-direction: column !important;
 }

 .spellbound-footer {
  flex-direction: column-reverse;
 }

 .spellbound-footer-content {
  width: 100%;
  display: flex;
  gap: 20px;
 }

 .sfd-wrapper {
  width: 100%;
 }

 .magic-benefit-img {
  display: none;
 }

 .wlc-txt {
  position: static;
 }

 .wizard-lore-content {
  overflow: hidden;
 }

 .wizard-lore-titlebgcolor {
  padding-bottom: 100px;
 }

 .wlc-color {
  display: none;
 }

 .wizard-words {
  flex-direction: column !important;
 }

 .wizard-words-list {
  justify-content: center;
 }

 .arcane-connection-contact {
  flex-direction: column;
 }

 .acc-item {
  width: 100%;
 }

 .arcane-connection-img {
  width: 43%;
 }

 .arcane-connection-formbox {
  width: 56%;
 }

 .chab-content-wrapper img {
  width: 130px;
 }
  
}

@media(max-width: 576px) {

 .grid-shell {
    max-width: 540px;
}

.magic-benefit-list {
  flex-direction: column;
  gap: 20px;
}

.magic-benefit-col {
  flex-direction: column;
  width: 100% !important;
}

.chab-content-wrapper {
  padding: 30px 15px;
}

.chab-content {
  padding-top: 250px;
}

.chab-content-title {
  font-size: 22px;
}

.chab-sitename {
  font-size: 33px;
}

.magic-benefit-item {
  padding: 15px;
}

.enchanted-request {
  padding: 50px 0;
}

.wizard-faq-item {
  flex-direction: column;
  align-items: center;
}

.wfi-content {
  width: 100%;
}

.chfh-nav-list {
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  flex-wrap: wrap;
}

.chfh-nav-item a {
  font-size: 15px;
}

.spellbound-footer-content {
  flex-direction: column;
}

.portal-gate-title, .wizard-faq-title, .sorcerer-partners-txt, .magic-benefit-title, .mystic-collection-title {
  margin-top: 0;
  font-size: 25px;
}

.chab-content-wrapper img {
  width: 115px;
  left: -20px;
}

.chab-content-wrapper {
  width: 95% !important;
}

.wl-content {
  flex-direction: column-reverse;
}

.wlc-data, .wlc-txt {
  width: 100%;
}

.wlc-txt-wrapper {
  padding: 20px;
}

.sl-card {
  flex-direction: column !important ;
  width: 100% !important;
}

.sl-card-image, .sl-card-content {
  width: 100% !important;
}

.sl-card-players-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.enchanted-portal-title {
  font-size: 25px;
}

.enchanted-portal-game .ep-game {
  height: 100vh;
  margin-bottom: 30px;
}

.epc-img {
  width: 100%;
  margin: 0;
  margin-bottom: 0;
}

.wizard-words-list {
  flex-direction: column;
}

.wizard-words-item {
  width: 100%;
}

.enchanted-portal {
  flex-direction: column;
}

.spellbound-footer-discl {
  flex-direction: column;
}

.sfd-imgpart, .sfd-txtpart {
  width: 100%;
}

.enchanted-portal-content {
  padding: 15px;
}

.epc-img {
  height: 250px;
}

.arcane-connection-box {
  flex-direction: column;
}

.arcane-connection-formbox, .arcane-connection-img {
  width: 100%;
}

.arcane-connection-formbox {
  padding: 20px;
}

.acf-input::placeholder {
  font-size: 14px;
}

.mystic-collection-card {
  width: 100% !important;
 }
 .sfd-img {
  display: none;
 }

}


.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
.pt-100{
  padding-top: 100px;
}

@media (max-width: 767px){
  .pt-100{
    padding-top: 120px;
  }
}


.footer-logos {
    display: flex;
    justify-content: center; 
    align-items: center;
   flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  
  .footer-logos a img {
    max-height: 50px;
    width: auto;
    display: block;
  }

  .enchanted-portal-game{
     width: 100%;
    height: 100vh;   
    overflow: auto; 
    -webkit-overflow-scrolling: touch;
  }

  .enchanted-portal-game iframe {
    pointer-events: auto; 
}