
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Oswald:wght@600&display=swap');

body{
    background-color: #000;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.h3, h3 {
    font-size: 50px;
    line-height: 40px;
    font-family: 'EB Garamond';
    color: #000000;
    text-transform: uppercase;
}

#floatingMsgBox{
    position: absolute;
    background-color: #efefef;
    border: 2px solid #e1e1e1;
    padding: 5px;
    color: #343434;
    border-radius: 10px;
    font-size: 15px;
    left: 200px;
    top: 390px;
    min-width: 150px;
    box-shadow: 0px 0px 4px #0000001c;
    display: none;
    max-width: 250px;
}
.fullbutton{
    min-width:100%;
}
    #floatingIcon{
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #000;
        background-size: cover;
        float:left;
        margin-right: 5px;
        margin-left: -20px;
    }
    #floatingMsg{
        float:left;
        margin-top: -2px;
        width:220px;
    }
#avatar {
    width: 150px;
    height: 150px;
    background-color: lightgray;
    margin-top: 20px;
}
#mainContainer{
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #eaff00;
    border-radius: 30px 30px 0 0;
    min-height: 850px;
}
#loginbox{
    display:none;
}
.memberpart1, .memberpart2, .memberpart3{
    display:none;
}
#loginnotes, #signupnotes{
    color:#ff0000;
}
.advrow1{
    height:250px;
    background-color: #000000;
    display: none;
}
.advrow{
    height:250px;
    display: none;
}
.advarea{
    width: 250px;
    height: 250px;
    background-color: cadetblue;
    text-align: center;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -125px;
}
.mainpage #appmain{

}
.subpage #appmain{

}

.gamepage #mainContainer {
    padding-top: 0px;
    padding-bottom: 0;
    background-color: transparent;
    border-radius: 30px 30px 0 0;
    min-height: auto;
}

#headerlogo{
    
}
#headertitle{
    color:#fff;
    font-size:50px;
    font-family: 'EB Garamond';
    line-height: 40px;
    text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.6);

}
#panelheaderSub {
    position: fixed;
    left: 10px;
    top: 150px;
}
#headernav {
    position: fixed;
    top: 175px;
    left: 10px;
    color: yellow;
    font-weight: bold;
}

.galleryframe img{
    width:100%;
}
.profilepic{
    float: right;
    width: 70px;
    height: 70px;
    border-radius: 75px;
    background-color: #000000;
    background-size: cover;
    margin-top: -70px;
    margin-right: -25px;
}
.servicepic {
    float: right;
    width: 100%;
    height: 180px;
    border-radius: 25px;
    background-color: #000000;
    background-size: cover;
    margin-top: -40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    background-position: center center;
}
#footer {
    color: #000;
    font-size: 11px;
    margin-top: -30px;
    float:left;
}
#mainContainer .itemselected{
    border: 10px solid #39cfa9!important;
}
.npcdialogue{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 0px;
    background-image: url(images/dialogue.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    display:none;
}
.npcdialogue:hover{
}

#colorPatternBox{
    float:left;
    width:100%;
}
.patternOption{
    float: left;
    border: 1px solid #ececec;
    padding: 3%;
    width: 100%;
}
.colorBlock{
    float: left;
    margin: 2px;
    width: 20px;
    height: 40px;
    box-shadow: 1px 1px 1px #00000021;
    border-radius: 5px;
}
.iconBlock{
    float: left;
    margin: 2px;
    width: 30px;
    height: 30px;
    box-shadow: 1px 1px 1px #00000021;
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#image-preview{
    width:100%;
    padding:20px;
}

#image-preview img{
    box-shadow: 0px 7px 23px #0000009c;
}

.designer, .style {
    border: 10px solid #eaff00;
    border-radius: 15px;
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 0px 12px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px -3px 10px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.designer h3, .style h3, .card-text h3, .card-texth3{
    color:#eaff00;
}

            .file-input-container {
                margin-top:50px;
                margin-bottom:50px;
            }

            .file-input {
                position: absolute;
                opacity: 0;
            }

#formmessage{
    font-size: 25px;
    color: rgb(0, 0, 0);
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
}
.texticon{
    height: 30px;
}
#watchingordernumberBox{
    position: fixed;
    background-color: #39cfa9;
    padding: 10px;
    border: 5px solid #fff;
    right: 60px;
    font-size: 13px;
    top: 0px;
    color: #fff;
    border-width: 0px 1px 1px 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
    display: none;
}
#btn-main{
    background: url(images/logo_black.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 100%;
}
#btn-main:hover{
    background: url(images/logo.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
.nav-item{
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    font-weight: bold;
}
.nav-item:hover{
    color:#fff;
}

#avatarimg{
    width:100%;
    height:100%;
}
#avatarimgbox{
    position: fixed;
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 50px;
}

#signupbox {

}

#createCharacterForm .form-group{
    margin-bottom: 1rem;
    float: left;
    margin-right: 5%;
}
.hide{
    display: none;
}
#worknumber{
    font-size: 75px;
}
#cookie-consent{
    z-index: 10000;
    position: fixed;
    background-color: #cdcdcd;
    display: none;
    width: 90%;
    right: 5%;
    bottom: 100px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.navbar {
    position: fixed;
    top: 220px;
    left: 20px;
    z-index: 1050;
}
.navbar-nav {
    flex-direction: row;
}

.navbar a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 17px;
}

.navbar a:hover {
    color:#fff;
}

.navbar a.active {
    background-color: #39cfa9;
    color: black;
}

.history-group textarea{
    height:100px;
}

#btn-slide-menu{
    border: 5px solid #eaff00;
    padding: 10px;
    color: #eaff00;
    font-weight: bold;
    border-width: 1px;
    border-color: #eaff00;
    border-style: solid;
    border-radius: 10px;
    width: 60px;
    background-color: #000000;
    height: 60px;
    background-image: url(images/menu.svg);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 1px 1px 3px #00000040;
    display:none;
}
.slide-menu {
    position: fixed;
    width:300px;
    top: 50%;
    left: -300px;
    background: #000;
    color: #eaff00;
    padding: 0px;
    transition: left 0.3s ease;
    z-index: 1040;
    border-radius: 0px 20px 20px 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    box-shadow: 3px 3px 9px #00000038;
    border-width: 5px 5px 5px 0px;
    border-color: #eaff00;
    border-style: solid;
    
}

.slide-menu ul {
    list-style: none;
    padding: 0;
}

.slide-menu li {
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #ffffff59;
}

.slide-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    display: block;
    transition: color 0.2s ease;
    font-family: 'EB Garamond';
}

.slide-menu a:hover {
    text-decoration: underline;
}

.buttonB {
  background-color: #36A9AE;
  background-image: linear-gradient(#37ADB2, #329CA0);
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: -apple-system,".SFNSDisplay-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  float: left;
}

.buttonB:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}

.buttonB:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.buttonB:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.buttonB:disabled:active {
  pointer-events: none;
}

.buttonB:disabled:hover {
  box-shadow: none;
}


.buttonA {
  align-items: center;
  background-image: linear-gradient(144deg,#5f6a04, #eaff00 50%,#5f6a04);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #000;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  padding: 7px 4px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.screensize{
    font-size:20px;
}

.socialmediaicon{
    width:30px;
    margin-top:30px;
    margin-bottom:10px;
}
.stepbox{
    float: left;
    border: 1px solid #c1bfbf;
    border-radius: 15px;
    margin: 1%;
    width: 98%;
    height: 130px;
}

.stepbox .stepIcon{
    width: 50px;
    height: 105px;
    border-radius: 50px;
    background-size: cover;
    float: left;
    margin: 10px;
}
.stepbox .stepIcon img{
    width:70%;
    margin:15%;
}
.stepbox .textbox{
}
.stepbox .title{
    font-weight: bold;
    color: #39cfa9;
    font-size: 25px;
    margin-top: 7px;
    margin-bottom: 0px;
}
.benifitbox{
    width: 100%;
    font-size: 35px;
    color: #39cfa9;
    font-family: math;
}
.mediabox{
    width: 33%;
    float: left;
    height: 100px;
    text-align: center;
}
.buttonA:active,
.buttonA:hover {
  outline: 0;
}
#panelheader{
}
.mainpage{

}
.smalllogo{
    height:20px;
}
#mainbox {
    position: fixed;
    z-index: 100;
    right: 10px;
    background-color: #000;
    top: 150px;
    color: yellow;
    padding: 10px;
    border: 2px solid yellow;
}

#gamepanel {
    position: fixed;
    right: 110px;
    top: 150px;
}
.saturate {
    filter: saturate(70px); /* Increase the percentage value to enhance saturation */
}
.galleryframe{
    width:92%;
    padding: 1px;
    box-shadow: 0px 2px 4px #0000004a;
    background-color: #dcdcdc;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    margin: 15px;
    float:left;
}
.galleryframe:hover{
    animation: zoomEffect 2s ease-in-out forwards;
    /*animation-timing-function: steps(1);*/
}
@keyframes zoomEffect {
    0% {
        background-size: 100%; /* Start at 1:1 (original size) */
    }
    100% {
        background-size: 1000%; /* End at 1:100 (zoomed in) */
    }
}

.galleryframe img{
    width:100%;
}

.missionsuccessClose{
    float: right;
    background-color: #000;
    color: #fff;
    padding: 4px;
    font-size: 11px;
    cursor: pointer;
}
.clickableitem{
    position: absolute;
    
}
#gamemap{
    margin: 100px;
    top: 200px;
    position: absolute;
    z-index: 1;
    margin-bottom: 200px;
    cursor: move;
    transition: transform 0.3s ease;
    user-drag: none;
}
#gamemap img {
    user-drag: none;
}
#gameapp {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#missionsuccessbox{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width:340px;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    text-align: center;
    border: 2px solid #333;
    z-index: 9999;
}

#missionstartingbox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top:200px;
    width:340px;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    text-align: center;
    border: 2px solid #333;
    z-index: 9999;
}

#missionsuccessmsg input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#missionsuccessmsg button {
    background: #0074d9;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
.main-margin {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
@media (min-width: 768px) {
    
}

.intro {
    margin-top: 60px;
}
.intro .main-margin {
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
}
.intro #panelheader {
    left: 50%;
    position: absolute;
    top: 10px;
    margin-left: -105px;
}
.intro .logo{
    height:40px;
    
}

.intro #headernav {
    position: absolute;
    top: 15px;
    left: 50%;
    color: yellow;
    font-weight: bold;
    margin-left: 40px;
    text-align: right;
    width: 120px;
}