@charset "UTF-8";

html{
    color: rgb(255, 255, 255);
    font-family:serif;
    font-optical-sizing: auto;
    font-variation-settings:"width" 100;
    max-width: 3840px;
    max-height: 2060px;

}

body{
    margin: 0 auto;
    background-color: rgb(66, 103, 243); 
}


ul,li{
    margin: 0;
    padding: 0;
}
.gamecontent a:link{
    color: white;
}
.gamecontent a:hover{
    color: white;
}
.gamecontent a:active{
    color: white;
}
.gamecontent a:visited{
    color: white;
}

.slicktop img{
    width: 200px;
    height: auto;
    object-fit: cover;
    border: #fff solid 2px;
    border-radius: 5px;
}

.slicktop1 img{
    width: 200px;
    height: auto;
    object-fit: cover;
    border: #fff solid 2px;
    border-radius: 5px;
}

.create{
    text-align: center;
    height: 50px;
    margin: 10px auto;
}
.create a{
    color: rgb(255, 255, 255);
}


@media screen and (min-width: 1400px) {


.contents{
    min-height: 2000px;
    max-width: 3840px;
    max-height: 2060px;
}
.above{
    display: block;
    position: fixed;
    top: 0;
    float: left;
    z-index: 10;
}
.above img{
    float: left;
    width: 300px;
    border-bottom-right-radius: 10px;
}
.above a :hover{
    opacity: 0.8;
}

.mobilemenu{
    display: none;
}

.topmenu{
    display: block;
    position: fixed;
    float: right;
    width: 600px;
    right: 30px;
    z-index: 10;
}

.navbar{
    margin: 20px;
    z-index: 10;
}

.navbar ul {
    display: flex;
    flex-flow: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(44, 82, 153);
    border-radius: 5px;
}
.navbar li {
    border: 1px solid #bbbbbb;
}
.navbar li:last-child {
    margin-left: auto;
    border-left: 1px solid #bbbbbb;
}
.navbar li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
    transition: all .3s;
}
.navbar li a:hover{
    background-color: #a9bce2;
}
#lang{
    background-color: rgb(36, 100, 184);
}

#lang:hover{
    background-color: #a9bce2;
}

.topcontent{
    width: 98vw;
    margin: 10px auto;
    padding: 0;
    padding-top: 100px; 
}
.topcontent1{
    width: 98vw;
    margin: 10px auto;
    padding: 0;
}

.slicktop{
    margin: 0;
    padding: 0;  
}
.slicktop li{
    margin: 20px;
}

.slicktop1{
    margin: 0;
    padding: 0;  
}
.slicktop1 li{
    margin: 20px;
}
.game{
    margin: 0 auto;
    text-align: center;
}
.game img{
    width: 100vw;
    max-width: 1280px;
}

.aboutcontent{
    width: 98vw;
    margin: 0 auto;
    padding: 0;
}

.aboutcontent ul{
    list-style-type: none;
    display: -webkit-flex;
    display:flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 920px;
    padding: 10px;
}

.aboutcontent1{
    width: 48vw;
}
.aboutcontent1 h1{
    text-align: left;
    font-size: 54px;
    margin: 20px;
    color: rgb(238, 238, 238);
}
.aboutcontent1 p{
    text-align: center;
}
.aboutcontent1 img{
    width: 720px;
}
.aboutcontent2{
    width: 48vw;
}
.aboutcontent2 h1{
    text-align: left;
    font-size: 72px;
    color: rgb(238, 238, 238);
}
.aboutcontent2 p{
    line-height:  1.5;
    margin-left: 25vw;
    text-align: left;
    font-size: 28px;
    color: rgb(238, 238, 238);
}

.historycontent{
    width: 98vw;
    margin: 0 auto;
    padding: 0;
    height: 720px;

}
.history{
    text-align: center;
    width: 98vw;
    margin: 0 auto;
    padding: 0;
}

.historycontent h1{
    font-size: 54px;
    text-align: center;
    margin: 20px;
    color: rgb(238, 238, 238);
}
.history h2{
    margin: 20px;
    color: rgb(238, 238, 238);
}


footer{
    height: 500px;
    background-color:  rgb(238, 238, 238);
}
footer p{
    text-align: center;
}
.footerlogo{
    font-size: 32px;
    padding: 50px;
}
.footerprivacy{
    font-size: 20px;
    color: rgb(46, 46, 46);
    font-weight: 500;
}
.footerprivacy a
{
   text-decoration: none;
}


.footerwords{
    font-size: 20px;
    color: rgb(46, 46, 46);
    font-weight: 600;
}
.footerright{
     font-size: 28px;
    color: rgb(46, 46, 46);
    font-weight: 700;
}

}


/* tablet */
@media screen  and (min-width:650px) and (max-width:1400px){
.contents{
    min-height: 2000px;
    max-width: 3840px;
    max-height: 2060px;
}
.above{
    position: fixed;
    top: 0;
    float: left;
    z-index: 10;
}
.above img{
    float: left;
    width: 25vw;
    border-bottom-right-radius: 10px;
}
.above a :hover{
    opacity: 0.8;
}

.mobilemenu{
    display: none;
}

.topmenu{
    display: block;
    position: fixed;
    float: right;
    width: 500px;
    right: 10px;
    z-index: 10;
    font-size: 12px;
}

.navbar{
    margin: 20px;
    z-index: 10;
}

.navbar ul {
    display: flex;
    flex-flow: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(44, 82, 153);
    border-radius: 5px;
}
.navbar li {
     border: 1px solid #bbbbbb;
}
.navbar li:last-child {
    border-right: none;
    margin-left: auto;
    border-left: 1px solid #bbbbbb;
}
.navbar li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    transition: all .3s;
}
.navbar li a:hover{
    background-color: #a9bce2;
}
#lang{
    background-color: rgb(36, 100, 184);
}
.topcontent{
    width: 98vw;
    margin: 10px auto;
    padding: 0; 
}
.slicktop{
    margin: 0;
    padding: 0;  
}

.topcontent{
    width: 98vw;
    margin: 10px auto;
    padding: 0;
    padding-top: 100px; 
}
.topcontent1{
    width: 98vw;
    margin: 10px auto;
    padding: 0;
}

.slicktop{
    margin: 0;
    padding: 0;  
}
.slicktop li{
    margin: 20px;
}

.slicktop1{
    margin: 0;
    padding: 0;  
}
.slicktop1 li{
    margin: 20px;
}
.game{
    margin: 0 auto;
    text-align: center;
}
.game img{
    width: 100vw;
    max-width: 1280px;
}

.aboutcontent{
    width: 98vw;
    margin: 0 auto;
    padding: 0;
    height: 540px;
    padding-top: 150px;
}

.aboutcontent ul{
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 540px;
    padding: 10px;
}

.aboutcontent1{
    width: 48vw;
}
.aboutcontent1 h1{
    text-align: left;
    font-size: 32px;
    margin: 20px;
    color: rgb(238, 238, 238);
}
.aboutcontent1 p{
    text-align: center;
}
.aboutcontent1 img{
    width: 35vw;
}
.aboutcontent2{
    width: 48vw;
}
.aboutcontent2 h1{
    text-align: left;
    font-size: 28px;
    color: rgb(238, 238, 238);
}
.aboutcontent2 p{
    line-height:  1.5;
    margin-left: 25vw;
    text-align: left;
    font-size: 18px;
    color: rgb(238, 238, 238);
}

.historycontent{
    width: 98vw;
    margin: 0 auto;
    padding: 0;
    height: 720px;

}
.history{
    text-align: center;
    width: 98vw;
    margin: 0 auto;
    padding: 0;
}

.historycontent h1{
    text-align: center;
    margin: 20px;
    color: rgb(238, 238, 238);
}
.history h2{
    margin: 20px;
    color: rgb(238, 238, 238);
}





footer{
    height: 400px;
    background-color:  rgb(238, 238, 238);
}
footer p{
    text-align: center;
}
.footerlogo{
    padding: 30px;
}
.footerprivacy{
    font-size: 12px;
    color: rgb(46, 46, 46);
    font-weight: 500;
}
.footerprivacy a
{
   text-decoration: none;
}


.footerwords{
    font-size: 12px;
    color: rgb(46, 46, 46);
    font-weight: 600;
}
.footerright{
     font-size: 14px;
    color: rgb(46, 46, 46);
    font-weight: 700;
}

}
/* mobile */
@media screen and (max-width: 649px) {
.contents{
    min-height: 2000px;
    max-width: 649px;
    max-height: 2060px;
}
.above{
    display: none;
    position: fixed;
    top: 0;
    float: left;
    z-index: 10;
}
.above img{
    float: left;
    width: 25vw;
    border-bottom-right-radius: 10px;
}
.above a :hover{
    opacity: 0.8;
}


.mobilemenu{
    display: block;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background-color: rgb(44, 82, 153);
  border: 1px solid #fff; 
  cursor: pointer;
}

.hamburger_line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all .4s;
}

.hamburger_line:nth-of-type(1) {
  top: 14px;
}
.hamburger_line:nth-of-type(2) {
  top: 23px;
}
.hamburger_line:nth-of-type(3) {
  top: 32px;
}

/* MenuOpen */
.hamburger.active .hamburger_line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger_line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger_line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 450px;
  background-color: rgb(44, 82, 153);
  box-shadow: 2px 0 4px rgb(255, 255, 255);
  transform: translateX(-110%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav_list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav_item {
  padding: 0 20px;
}

.nav_link {
  display: block;
  padding: 15px 0;
  color:  rgb(238, 238, 238);
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.topmenu{
  display: none;
}

.navbar{
    z-index: 10;
}

.navbar ul {
    display: flex;
    flex-flow: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(44, 82, 153);
    border-radius: 5px;
}
.navbar li {
    border-right: 1px solid #bbbbbb;
}
.navbar li:last-child {
    border-right: none;
    margin-left: auto;
    border-left: 1px solid #bbbbbb;
}
.navbar li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    transition: all .3s;
}
.navbar li a:hover{
    background-color: #a9bce2;
}
#lang{
    background-color: rgb(36, 100, 184);
}

.topcontent{
    width: 98vw;
    margin: 10px auto;
    padding: 0; 
}
.slicktop{
    margin: 0;
    padding: 0;  
}

.topcontent{
    width: 98vw;
    margin: 10px auto;
    padding: 0;
    padding-top: 100px; 
}
.topcontent1{
    width: 98vw;
    margin: 10px auto;
    padding: 0;
}

.slicktop{
    margin: 0;
    padding: 0;  
}
.slicktop li{
    margin: 20px;
}

.slicktop1{
    margin: 0;
    padding: 0;  
}
.slicktop1 li{
    margin: 20px;
}
.game{
    margin: 0 auto;
    text-align: center;
}
.game img{
    width: 100vw;
    max-width: 1280px;
}

.aboutcontent{
    width: 98vw;
    margin: 0 auto;
    padding: 0;
    padding-top: 50px;
}

.aboutcontent ul{
    list-style-type: none;
    display: -webkit-flex;
    display:block;
    -webkit-justify-content: center;
    justify-content: center;
    height: 920px;
    padding: 10px;
}

.aboutcontent1{
    width: 98vw;
}
.aboutcontent1 h1{
    text-align: center;
    font-size: 32px;
    margin: 20px;
    color: rgb(238, 238, 238);
}
.aboutcontent1 p{
    text-align: center;
}
.aboutcontent1 img{
    width: 50vw;
}
.aboutcontent2{
    width: 98vw;
}
.aboutcontent2 h1{
    text-align: center;
    font-size: 28px;
    color: rgb(238, 238, 238);
}
.aboutcontent2 p{
    line-height:  1.5;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: rgb(238, 238, 238);
}

.historycontent{
    width: 98vw;
    margin: 0 auto;
    padding: 0;
    height: 520px;
}
.history{
    text-align: center;
    width: 98vw;
    margin: 0 auto;
    padding: 0;
}

.historycontent h1{
    text-align: center;
    margin: 20px;
    color: rgb(238, 238, 238);
}
.history h2{
    margin: 20px;
    color: rgb(238, 238, 238);
}


footer{
    padding: 0 10px 0 10px;
    height: 400px;
    background-color:  rgb(238, 238, 238);
}
footer p{
    text-align: center;
}
.footerlogo{
    font-size: 24px;
    padding: 30px;
}
.footerlogo img{
    width:  200px;
}

.footerprivacy{
    font-size: 12px;
    color: rgb(46, 46, 46);
    font-weight: 500;
}
.footerprivacy a
{
   text-decoration: none;
}


.footerwords{
    font-size: 12px;
    color: rgb(46, 46, 46);
    font-weight: 600;
}
.footerright{
     font-size: 14px;
    color: rgb(46, 46, 46);
    font-weight: 700;
}
}