/* Imports Font family */
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Patrick+Hand&display=swap');
/* Declares color variables? */
:root {
    --color-body: #ff0088;
    --color-agree-footer: #b6cbce;
    /* --color-body: #00322a; */
    /* --color-heading: #eef3db; */
    --color-heading: #01a287;
    --sub-color-heading: #63f6af;
    --color-base: #f0efed0b;
    --color-base2: #fcf6eec6;
    /* --color-brand: rgb(209, 2, 74); */
    --color-brand: #ff0088;
    --color-brand2: rgba(209, 2, 75, 0.723);
    --sidebar-width: 240px;
    --font-base: 'Amatic SC', sans-serif; 
}

/* DEFAULT STYLING OVERRIDES */
body {
    /* background-color: var(--color-base2); */
    background-color: #e0fff8;
    background-image: linear-gradient(#f5f5f57a, #ffffff8e), url(../images/scbg.PNG);
    background-position: center;
    /* background-color: rgba(239, 233, 233, 0.88); */
    color: var(--color-body);
    font-family: var(--font-base), sans-serif;
    overflow-x: hidden;
}

h1, h2,h3,h4,h5,h6 {
    color: var(--color-body) ;
    font-weight: 700;
    font-size: 2.5rem;
}
.readable {
    font-size: 1.8rem;
}
.readableSubBut{
    font-size: 2.5rem;
}
.captionsize{
    font-size: 1.2rem;
}
.subscribeHeadingTeal{
    color: var(--sub-color-heading);
}
.subscribeHeadingBlk{
    color: #0a0a0af3;
}
.toTopColor{
    color: #e0fff8;
}
.subheadbg{
    color: #ff0088;
}
.agreeColor{
    color: #fff;
}

a {
    text-decoration: none;
    color: var(--color-body);
    transition: all 0.4s ease;
}
a:hover {
    color: var(--color-brand);
}
/* Responsive images */
img {
    width: 100%;
}
.logoimg{
    width: 20rem;
    justify-content: end;
    align-items: flex-end;
}
@media (min-width: 768px){
    .logoimg {
        justify-content: end;
        align-items: flex-end;
        margin-right: auto;
    }
}
.text-brand {
    /* color: var(--color-brand); */
    color: #ff0088
}
.text-feature-headline {
    color: rgb(255, 230, 0);
}
.text-subhead {
    color: var(--color-heading);
}
.logo {
    color: var(--color-base);
    width: 8rem;
    margin-bottom: 0;
}
.cardPrice{
    font-size: 50px;
    font-family: 'Patrick Hand' ;
    color: #000;
    display: none !important;
}
.productTitle{
    font-size: 5rem;
}
.productPrice{
    font-family: 'Patrick Hand' ,sans-serif;
    font-style: italic;
    color: #000;
    display: none !important;
}
.disclaimerSize{
    font-size: 1.4rem;
}
.bg-base {
    background-color: var(--color-base);
}
.tag-bg-base {
    color: var(--color-heading);
}

/* HELPER CLASS TO SPAN VIEWPORT HEIGHT,CENTER CONTENT, ALLOW SECTION DOWNFLOW */
.full-height {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 4px solid #ab61ff66;
}
.post-height {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1px;
    padding-bottom: 40px;
    border-bottom: 4px solid #ab61ff66;
}
.post-title-height {
    min-height: 60vh;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.game-title-height {
    min-height: 50vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.all-game-title-height {
    min-height: 50vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid rgba(255, 75, 75, 0.402);
}
.legal-title-height {
    min-height: 30vh;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.legal-height {
    min-height: 70vh;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1px;
    padding-bottom: 20px;
    border-bottom: 4px solid rgba(255, 75, 75, 0.402);
}
/* HELPER CLASS TO SPAN HALF VIEWPORT HEIGHT FOR BLOG HOME,CENTER CONTENT, ALLOW SECTION DOWNFLOW */
.blog-height {
    min-height: 75vh;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

/* SHADOW EFFECT */
.shadow-effect {
    transition: all 0.5s;
}
.shadow-effect:hover {
box-shadow: -6px 6px 0 0 var(--color-brand);
box-shadow: -6px 6px 0 0 #00c2c2;
}

.iconbox {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    /* background-color: var(--color-brand); */
    /* background-color: #86d2ad; */
    background-color: #2b3618;
    color: var(--color-brand);

}

/* NAVBAR */
.navbar {
    background-color: #fff;
}
.navbar .nav-link {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-body);
    font-size: 1.5rem;
}
.navbar .nav-link:hover {
    /* color: var(--color-base); */
    color: var(--color-brand);
}
.navbar .nav-link.active {
    /* color: var(--color-base); */
    color: var(--color-brand);
}
.navbar .navbar-toggler {
    border: none;
}

/* BTN */
.btn {
    padding: 12px 28px;
    font-weight: 700;
}
.btn-brand {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
    color: #63f6af;
    border-radius: 50%;
}
/* FIND SPECIFICITY ISSUE WITH BUTTON HOVER */
.btn-brand:hover,
.btn-brand:focus {
    /* background-color: var(--color-brand2) !important;
    color: var(--color-base) !important;
    border-color: var(--color-brand2) !important; */

    background-color: #ab61ff !important;
    color: #fff !important;
    border-color: #63f6af !important;
}
.btnlg{
    /* color: rgb(60, 0, 103); */
    color: #00c2c2;
    background-image: linear-gradient(#97979750, #acadad4d), url(../images/scbg.PNG);
    text-shadow: 2px 2px #ff0000;
    background-size: cover;
    font-size: 3rem;
}
.btnlg:hover{
    background-image: linear-gradient(#f9f9f950, #fcfdfd4d), url(../images/scbginv.PNG);
    color: #00c2c2 !important;
}
.btnlgtext{
    border-radius: 50%;
    background-color: rgba(244, 244, 39, 0.724);
    font-size: 5rem;
}
.btnlg .btnlgtext:hover{
    background-color: #ff00889c;
    text-shadow: 2px 2px #00c2c2;
    color: #fff;
}
.link-custom {
    font-weight: 700;
    position: relative;
}
.link-custom::after {
    content: "";
    width: 0%;
    height: 2px;
    /* background-color: var(--color-brand2); */
    background-color: #ab61ff;
    position: absolute;
    left: 0;
    top: 110%;
    transition: all 0.4s;
}
.link-custom:hover::after {
    width: 100%;
}
/* CARD */
.proj-image {
    width: 100%;
    height: 30vw;
    object-fit: cover;
}
@media (max-width: 768px){
    .proj-image {
        height: 40vh;
    }
}

.card-custom .card-custom-image {
    overflow: hidden;
}
.card-custom .card-custom-image img {
    transition: all 0.4s ease;
}
.card-custom:hover .card-custom-image img {
    transform: scale(1.1);
}
.card-custom-content{
    background-image: url(../images/paper2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* CONTACT */
#play .form-control {
    background-color: var(--color-base);
    border-color: var(--color-body);
    /* color: var(--color-body); */
    color: #fff;
    border-radius: 20px;
}
#play .form-control:focus {
    border-color: #00c2c2;
    box-shadow: none;
}
#play .form-control::placeholder {
    color: #fff;
}
#play input.form-control {
    height: 44px;
}
#play input:focus::placeholder{
    color: transparent;
}
/* SOCIAL */
.social-icons a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-base);
    border-radius: 5px;
    font-size: 30px;
}
.top-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00c2c2;
    border-radius: 100px;
    font-size: 2rem;
}
.top-social-icons a:hover {
    background-color: #63f6af;
    color: var(--color-brand);
}
.page-qty-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ff0088;
    border-radius: 50%;
    font-size: 2rem;
}
.page-qty-icons a:hover {
    background-color: #00c2c2;
    color: var(--color-brand);
}
.byline a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--color-base); */
    background-image: url(../images/author.PNG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    font-size: 24px;
}
.byline-guy a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--color-base); */
    background-image: url(../images/guymann.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    font-size: 24px;
}
.byline-steph a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--color-base); */
    background-image: url(../images/stephsmith.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    font-size: 24px;
}
.byline-mark a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--color-base); */
    background-image: url(../images/markduder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    font-size: 24px;
}
.herobg {
    background: linear-gradient(#98aab17e, #7f8c9163), url(../images/tarot.JPG);
    background-size: cover;
    background-position: center;
    padding-top: 154px;
    border-bottom: 4px solid rgba(255, 75, 75, 0.402);
}
.gameplaybg {
    /* background: url(../images/aboutbg.jpg); */
    background-size: cover;
    background-position: top;
    padding-top: 154px;
}
.gamesbg {
    background: linear-gradient(#864d59a1, #595b92a1), url(../images/space4.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    border-bottom: 4px solid rgba(255, 75, 75, 0.402);
}
.games-all-bg {
    max-width: 100%;
    height: auto;
    background: linear-gradient(#864d59a1, #595b92a1), url(../images/space2.jpg);
    background-size: cover;
    background-position: top;
    padding-top: 50px;
    border-bottom: 4px solid rgba(255, 75, 75, 0.402);
}
.showsbg {
    background: linear-gradient(#864d59a1, #595b92a1), url(../images/showscover.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    border-bottom: 4px solid rgba(255, 75, 75, 0.402);
}
.contactbg {
    background: linear-gradient(#e0fff869, #cba2fb6f), url(../images/tarot.JPG);
    background-size: cover;
    background-position: top center;
    padding-top: 154px;
}
.postsubscribebg {
    background: linear-gradient(#864d59a1, #595b92a1), url(../images/spacestation.jpg);
    background-size: cover;
    background-position: top;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 4px solid rgba(255, 75, 75, 0.402);
}
.blogherobg {
    /* background: url(../images/tarot.JPG); */
    background-repeat: no-repeat;
    width: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: top left;
    padding-top: .1rem;
    border-bottom: 2px solid #00c2c2cb;
}
.smallLogo{
    width: 45%;
    height: 45%;
}
.postbreak{
    border:0;
    /* border-top: 2px solid rgba(255, 75, 75, 0.972); */
    border-top: 2px solid #ab61ffcd;
}
#loadMore {
    width: 200px;
    color: black;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: var(--color-brand);
    transition: .3s;
}
#loadMore:hover {
    color: #63f6af;
    background-color: var(--color-brand2);
    border: 1px solid #000;
    text-decoration: none;
}
#seeMore {
    width: 200px;
    color: black;
    display: none;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: var(--color-brand);
    transition: .3s;
}
#seeMore:hover {
    color: #63f6af;
    background-color: var(--color-brand2);
    border: 1px solid #63f6af;
    text-decoration: none;
}
.hiddenStyle {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.addCart {
    width: 8rem !important;
    color: black;
    display: block;
    text-align: center;
    margin-inline-start: 3rem;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: var(--color-brand);
    transition: .3s;
}
.addCart:hover {
    color: #63f6af;
    background-color: var(--color-brand2);
    border: 1px solid #000;
    text-decoration: none;
}
  
  html, body {scroll-behavior:smooth;
    scroll-padding-top: 6em;
    overflow-x: hidden;
}
  
  .scrollToTopBtn{
    position: fixed;
    bottom: 55px;
    right: 30px;
    z-index: 100;
    display: none;
    width: 2.8rem;
    height: 2.8rem;
    border:none;
    border-radius: 50%;
    background-color: #ff0088ae;
  }
.scrollToTopBtn:hover{
    background-color: #00c2c2b3;
    color: #ab61ff;
    border: 1px solid #ab61ff;
    
}
.image-caption {
    letter-spacing: 1px;
}
.tableOfContents{
    list-style: none;
}
.tableOfContents li::before{
    content: "\2022";
    color: #63f6af;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.tableOfContents a{
    color: var(--color-body);
}
.tableOfContents a:hover{
    color: var(--color-brand);
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cookies-eu-banner {
    background: rgba(249, 249, 249, 0.89);
    color: rgb(13, 13, 13);
    padding: 0.7em;
    font-size: 1.5rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
  
.cookies-eu-banner button {
    text-decoration: none;
    /* background: #222; */
    background: var(--color-brand);
    color: #fff;
    border: 1px solid #ff0088;
    border-radius: 50%;
    cursor: pointer;
    padding: 4px 7px;
    margin: 6px 0;
    font-size: 1.3rem;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
  
.cookies-eu-banner button:hover {
    background: #00c2c2;
    color: #fff;
    border-color: #63f6af;
}
  
.hidden {
    display: none;
}

.bannerbgcolor{
    background-color: var(--color-brand);
}
newStoryBanner{
    font-size: 1px;
}
.carticon{
    margin-top: 0;
    width: 35px;
    height: 35px;
    font-size: 24px;
}
.wobtest {
    animation:wobble 15s ease-in-out infinite;
    transform-origin:center bottom;
    transition:padding .3s, bottom .3s;
   }
   .wobtest2 {
    animation:wobble2 15s ease-in-out infinite;
    transform-origin:center bottom;
    transition:padding .3s, bottom .3s;
   }
    
    @keyframes wobble { 33%{ -webkit-transform:rotate(5deg); } 66%{-webkit-transform:rotate(-5deg); } }
    @keyframes wobble2 { 33%{ -webkit-transform:rotate(-5deg); } 66%{-webkit-transform:rotate(5deg); } }
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/* .testbg{
    background-image: url(../images/witchin.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: contain;
}
.testbg:hover{
}
@media (max-width: 768px){
    .testbg {
        background-image: none;
    }
} */
.closeModalBtn{
    border: none;
    background: none;
}
.closeModalBtn:hover{
    color: #00c2c2;
}
.oos{
    text-decoration: line-through;
    color: red;
}
.productPageBuyButton{

}
.footerbg{
    background-color: #fff;
}


.accordion-section .panel-default > .panel-heading {
    border: 0;
    border-radius: 50%;
    background: #aefbe9;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
    /* font-family: 'FontAwesome'; */
    font-style: normal;
    font-size: 3rem;
    content: "-";
    color: #ab61ff;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "+";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}
.soldout{
    font-size: 5rem;
}
.notify-banner {
    background: rgba(255, 0, 85, 0.651);
    background-image: linear-gradient(#f5f5f57a, #ffffff8e), url(../images/scbg.PNG);
    color: rgb(13, 13, 13);
    padding: 0.4em;
    font-size: 1.2rem;
    text-align: center;
    position: static;
    width: 100%;
    z-index: -20;
}
  
.notify-banner button {
    text-decoration: none;
    /* background: #222; */
    background: var(--color-brand);
    color: #fff;
    border: 1px solid #ff0088;
    border-radius: 50%;
    cursor: pointer;
    padding: 4px 7px;
    margin: 6px 0;
    font-size: 1.3rem;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
  
.notify-banner button:hover {
    background: #00c2c2;
    color: #fff;
    border-color: #63f6af;
}
.legal-body{
    background-color: #e0fff8;
}
.blueSubscribe{
    color: #00c2c2;
}