@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Egyptian+Hieroglyphs&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@import url("https://use.typekit.net/rdd6jch.css");

@font-face {
    font-family: 'Renogare';
    src: url('fonts/Renogare-Regular.otf');
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
}

header {
    font-size: 60px;
    font-family: 'Renogare';
    color: white;
    width: fit-content;
    margin: 0.5%;
}

h2 {
    font-family: 'Renogare';
}

h4 {
    font-family: 'Montserrat';
    font-weight: 700;
}

body.main {
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
    background-image: url('images/newbg.png');
}

.bodymain {
    position: static;
    background-color: rgb(20, 17, 20);
    padding: 20px;
    /* box-shadow: 0 0 -10px rgb(20, 17, 20); */
}

.bodymain .main-segment, .break {
    margin: 30px;
    border-radius: 14px;
    width: 90%;
    background-color: rgb(196, 54, 158);
}

.subsegment {
    width: 60%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    margin: 0;
    left: 0;
    display: none;
}

.segmenttitle {
    font-family: 'Renogare';
    font-size: 60px;
    position: relative;
    color:rgb(20, 17, 20);
    left: 60px;
    top: 20px;
    float: left;
}

.subsegment-title {
    font-size: 40px;
    text-decoration: dotted;
}

.img-container {
    width: 100%;
    background-color: rgba(0,0,0,0);
}

.storep, .privnsafe {
    background-color: rgba(0,0,0,0);
}
.storep h2, .privnsafe h2 {
    color: white;
    text-shadow: #000;
}

.bio {
    border-radius: 10px;
    border-color: rgb(255, 153, 224);
    border-style: dotted;
    background-image: url("images/stars.gif");
    width: 70%;
    height: auto;
    text-align: left;
    padding: 14px;
}
.bio p {
    padding: 0;
    margin: 0;
}

.portsegment {
    width: 95%;
    border-radius: 10px;
    background-color: rgb(59, 0, 66);
    height: 550px;
}

#imgright p {
    width: 40%;
    float: left;
    height: auto;
    padding-top: 17.5%;
    text-align: center;
    vertical-align: middle;
}

.img-grid img {
    padding: 0;
    width: 50%;
    height: 50%;
    flex: 50%;
    object-fit: cover;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.img-grid img:hover {
    animation: scale5nopad_hover 1.2s ease-in-out cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes scale5nopad_hover {
    from {
        scale: 0%;
        padding: 0;
    }

    to {
        scale: 5%;
        padding: -5%;
    }
}

.img-grid {
    display: flex;
    flex-wrap: wrap;
    width: 55%;
    height: 70%;
    float: right;
    background-color: rgba(0,0,0,0);
}


div.faq {
    border-radius: 10px;
    border-color: rgb(203, 171, 255);
    border-style: groove;
    border-style: dashed;
    width: 80%;
    padding: 14px;
    background-color: rgb(220, 255, 238);
    box-shadow: #000;
}

.segmentsubtitle {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    position: relative;
    color:rgb(20, 17, 20);
    left: -380px;
    height: 50px;
    width: 400px;
    float: left;
    top:50%;
}
/* edit comf */
.segment-pic {
    float: right;
    width: 50%;
    height:100%;
    background-color: rgba(0,0,0,0);
    align-content: center;
}

.leftgif {
    float: left;
    z-index: 3;
    left: 0;
    margin: 0;
    background-color: rgba(0,0,0,0);
}
.rightgif {
    float: right;
    z-index: 3;
    right: 0;
    margin: 0;
    background-color: rgba(0,0,0,0);
}
#gif {
    margin-bottom: -120px;
    grid-area: auto;
}
#infosect {
    width: 40%;
    margin: 3%;
    z-index: 3;
}
.info {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: space-between;
}

.likes {
    background-color: rgba(210, 255, 216);
    border-style: ridge;
    border-width: 7px;
    border-color: rgb(255, 224, 250);

}
.dislikes p, .dislikes h4 {
    color: #fff;
}
.likes p {
    color: black;
}

.dislikes {
    background-color: rgb(114, 52, 81);
    border-color: black;
    border-width: 7px;
    border-style: groove;
}

#no-round {
    border-radius: 0%;
}

#touch-edge {
    margin: 0;
    width: 100%;
}

#no-round-touch-edge {
    border-radius: 0;
    margin: 0;
    width: 100%;
}

.current, .current-item {
    background-color: rgba(0,0,0,0);
    margin: 10px;
}

.current-item {
    display: flex;
    justify-content: space-between;
}
.current-title {
    background-color: rgb(255, 178, 232);
    border-width: 5px;
    border: white;
    border-style: groove;
    height: 25%;
    width: 45%;
    align-self: center;
}
.current-title p {
    color: black;
}

.current-img {
    background-color: rgba(0,0,0,0);
    border-color: white;
    border-style: inset;
    border-width: 3px;
    width: 45%;
    height: auto;
}

img.cur {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.segment-pic img {
    margin-top: 5%;
    position: relative;
    vertical-align: middle;
}

body.games {
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
    background-image: url('images/nxgames.png');
}

body.games h2,
p {
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    width: fit-content;
    padding: 1.5%;
}

body.games p {
    font-size: 20px;
}

fieldset {
    font-family: 'Renogare';
    font-size: 30;
    width: 25%;
    height: 100%;
    float: right;
}

input {
    font-family: 'Montserrat';
    font-weight: 200;
}
div.spacetext {
    background-color: rgba(0,0,0,0);
    bottom: 0;
    list-style-type:none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content:space-around;
}

div.spacetext p {
    /* width:max-content; */
    color: rgba(255, 184, 225, 0.486);
    text-align: center;
    text-decoration: none;
    height: auto;
}

div.spacetext p a {
    text-underline-position: auto;
}

svg:not(.footer-squiggle){
    height: 22px;
    width: 22px;
    color: white;
}

footer {
    background-color: rgb(29, 29, 29); 
    height: 350px; 
    justify-content: flex-end;
}

div.socials {
    width: min-content;
    justify-content: space-around;
    display: flex;
    border-radius: 10px;
    border-color: rgb(255, 176, 225);
    border-style:dashed;
    background-color: rgba(255, 144, 231, 0.5);
}
div.spacetext .pages, div.spacetext .email {
    height: 70px;
    width: 26%;
    justify-content: space-around;
    display: flex;
    margin-top: 65px;
    border-radius: 10px;
    border-color: rgb(255, 176, 225);
    border-style:dashed;
    background-color: rgba(255, 144, 231, 0.5);
}

div.socials a.social-link {
    background-color: rgb(0,0,0,0);
}

/* divs */
div {
    background-color: rgb(97, 65, 80);
    overflow: hidden;
}

div a {
    float: right;
    background-color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
div a.icon {
    float: right;
    background-color: rgba(0, 0, 0, 0);
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    align-items: center;
}

div a.icon:hover {
    float: right;
    background-color: rgb(255, 212, 238);
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    align-items: center;
}

.icon i {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
}

.icon i:hover {
    background-color: rgb(255, 212, 238);
    color: rgba(0, 0, 0, 1);
}

div h {
    float: left;
    background-color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: center;
    padding: 14px 16px;
    text-decoration: dotted;
}

div a:hover:not(.icon, #nohover, .social-link, .normal) {
    background-color: plum;
    color: black;
    text-decoration: none;
}

div a.active {
    background-color: pink;
    color: black;
    text-decoration: wavy;
}

.show {
    display: block;
}

.glibdbtn {
    position: relative;
    float: right;
    background-color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    padding: 14px 16px;
    border: none;
    outline: none;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.glibdbtn:hover {
    background-color: plum;
    color: black;
    text-decoration: none;
}

.glibdbtnact {
    background-color: pink;
    color: black;
    text-decoration: wavy;
}

.glibddcont {
    /* display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    ove rf low: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1; */

    z-index: 1;
    /* ove rf low: auto; */
    background-color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    padding: 14px 16px;
    min-width: 160px;
    text-decoration: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
}

.glibddcont a {
    float: none;
    width: 100%;
    background-color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
}

div.glibdropdown {
    position: relative;
    overflow: hidden;
    float: right;
}

div.glibdropdown:hover .glibddcont {
    display: block;
}

div.glibdropdown:hover .glibdbtn {
    background-color: plum;
}

div.games,
div.merchprev {
    background-color: beige;
    width: 100%;
    overflow: auto;
    display: inline-block;
    padding-top: 1%;
    padding-bottom: 1%;
}

@keyframes scrollresp {
    from {
        margin-top: 70px;
        opacity: 0%;
        margin-bottom: 0;
    }

    to {
        margin-top: 0px;
        opacity: 100%;
        margin-bottom: 0;
    }
}

@keyframes moveup-padding {
    from {
        padding-top: 70px;
        opacity: 0%;
        margin-bottom: 0;
    }

    to {
        padding-top: 0px;
        opacity: 100%;
        margin-bottom: 0;
    }
}

@keyframes moveup-paddinga {
    from {
        padding-top: 70px;
        opacity: 0%;
        margin-bottom: 0;
    }

    to {
        padding-top: 0px;
        opacity: 100%;
        margin-bottom: 0;
    }
}

@keyframes moveup-paddingdelay {
    from {
        padding-bottom: 70px;
        opacity: 0%;
        margin-bottom: 0;
    }

    50% {
        padding-bottom: 70px;
        opacity: 0%;
        margin-bottom: 0;
    }

    to {
        padding-bottom: 0px;
        opacity: 100%;
        margin-bottom: 0;
    }
}

@keyframes moveup-headericon {
    from {
        transform: translateY(70px);
        opacity: 0%;
    }

    to {
        transform: translateY(0px);
        opacity: 100%;
    }

    /* from {margin-top: 70px; opacity: 0%; margin: 0%;}
    75% {margin-top: -10px;}
    99.999999% {margin: 0%;}
    to {margin-top: 0px; opacity: 100%; margin: auto;} */
}

@keyframes stopautomargin {
    from {
        margin: 0%;
    }

    99.999999% {
        margin: 0%;
    }

    to {
        margin: auto;
    }
}

/* #imageheader {
    animation-name: moveup-headericon;
    animation-duration: 1.25;
    animation-iteration-count: 1;
} */

.vertalign-center {
    background-color: rgba(255, 255, 255, 0);
    margin: auto;
    animation-name: moveup-padding;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#header {
    animation-name: moveup-padding;
    animation-duration: 1;
    animation-iteration-count: 1;
}

#subtitle {
    animation-name: moveup-paddingdelay;
    animation-duration: 8;
    animation-iteration-count: 1;
}

#headericon {
    animation-name: moveup-headericon;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.titleheaderintro {
    background-color: rgba(0, 0, 0, 0);
    color: white;
}

.subtitleintro {
    background-color: rgba(0, 0, 0, 0);
    color: white;
}

.showbg-main {
    height: 90vh;
    align-content: center;
    align-items: center;
    justify-items: center;
}

@media (prefers-reduced-motion: no-preference) {
    .scroll-response {
        animation-name: moveup-padding;
        animation-duration: 1s;
        animation-iteration-count: 1;
    }
}

@media screen and (max-width: 730px) {
    .topbar.responsive {
        position: relative;
    }

    .topbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topbar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 730px) {
    .topbar a.dark {
        display: none;
    }

    .topbar a.icon {
        float: right;
        display: block;
    }
}

.topbar {
    background-color: rgba(126, 126, 126, 1);
    position: sticky;
    top: 0;
    z-index: 1000000000;
}

div.navigation {
    height:120px;
    position: sticky;
    background-color: rgb(178, 255, 168);
    color: rgba(0,0,0,0);
    top: 0;
    z-index: 4;
}
div.navigation-nav {
    background-color: rgba(0,0,0,0);
    width: 40%;
    height: 100%;
    display: flex;
    justify-content:center;
    position: sticky;
}
div.navigation-nav p {
    margin: 12px;
    font-weight: 400;
    font-style:oblique ;
    font-family: 'Renogare';
    color: black;
    align-content: center;
    font-size: 26px;
    cursor: pointer;
}
div.navigation-nav a {
    margin: 12px;
    font-weight: 400;
    font-style:oblique ;
    font-family: 'Renogare';
    color: black;
    align-content: center;
    font-size: 26px;
    cursor: pointer;
}

.bar {
    background-color: rgba(126, 126, 126, 1);
    top: 0;
    z-index: 1000000000;
    align-content: center;
}

.bar h {
    width: 100%;
    font-size: 25px;
    text-align: center;
}

.topbar .icon {
    display: none;
}



div.games div {
    border-radius: 14px;
    width: 30%;
    display: inline-block;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 1%;
}

div.merchprev div {
    width: 22%;
    display: inline-block;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 1%;
    height: 500px;
    animation: scrollresp 1.2s ease-in-out cubic-bezier(0.075, 0.82, 0.165, 1);
}

div.games a,
div.merchprev a {
    align-self: center;
    float: none;
}

div.devs {
    background-color: rgba(0, 0, 0, 0);
    width: 95%;
    overflow: auto;
    display: flex;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 1%;
    flex-direction: row;
}

div.devs div {
    width: 30%;
    display: inline-block;
    text-align: center;
    align-items: center;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    margin: 1.5%;
    border-radius: 16px;
}

div.devs div.group {
    width: 30%;
    height: 100%;
    display: block;
    text-align: center;
    align-items: center;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    margin: 1.5%;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0);
}


div.devs div.group div {
    width: 100%;
    display: block;
    text-align: center;
    align-items: center;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    margin: 1.5%;
    border-radius: 16px;
}

div.devs div p {
    font-family: 'Montserrat';
    text-align: center;
    width: auto;
}

div a.normal {
    align-self: center;
    background-color: rgba(0, 0, 0, 0);
    font-family: 'Montserrat';
    font-weight: 600;
    width: fit-content;
    text-decoration: none;
    float: none;
    padding: 0;
}

a.meowtitlebtn img:hover {
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0);
}

a.meowtitlebtn img {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
}

a.meowtitlebtn {
    float: none;
    background-color: rgba(0, 0, 0, 0);
    width: max-content;
}

footer p {
    padding-left: 15px;
    width: auto;
}

p {
    width: fit-content;
    padding: 1.5%;
}

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 700px;
    position: relative;
    margin: auto;
    background-color: rgb(97, 65, 80);
    overflow: visible;
    max-height: 700px;
}

/* Hide the images by default */
.mySlides {
    height: max-content;
    width: auto;
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
    left: 0%;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-family: 'Montserrat';
    font-weight: 300;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.on {
    display:block;
    animation: fade2;
    animation-duration: 2s;
}
.off {
    display: block;
    animation: outfade;
    animation-duration: 1.5s;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade2 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes outfade {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

ul.Changelog li {
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 600;
    width: fit-content;
    margin: 0.6%;
}

ul.Changelog dl {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 400;
    width: fit-content;
    margin: 0.6%;
}