* {
    box-sizing:border-box;
    margin:0;
    padding:0;
}
.hidden-menu {
  display: block;
  position: fixed;
  list-style:none;
  overflow: auto;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  width: 340px;
  background-color: #23252a;
  height: 100%;
  top: 0;
  left: -340px;
  transition: left .2s;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.hidden-menu-ticker {
  display: none;
}

.btn-menu {
  color: #fff;
  background-color: #0058B9;
  position: relative;
  top: 5px;
  left: 5px;
  cursor: pointer;
  transition: left .23s;
  z-index: 3;
  width: 100px;
  height:95.76px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.btn-menu span {
  display: block;
  height: 24px;
  width: 85px;
  background-color: #fff;
  margin: 5px 0 0;
  transition: all .1s linear .23s;
  position: relative;
}
.btn-menu span.first {
  margin-top: 0;
}
.hidden-menu li {
    display: inline-block;
    padding: 20px 40px;
}
.hidden-menu li a {
    font-family:Verdana, Geneva, Tahoma, bold;
    transition: all .3s ease 0s;
}
.hidden-menu li a:hover {
    background-color: #4717d7;
    border-radius: 120px;
    padding: 10px 20px;

}

.hidden-menu-ticker:checked ~ .btn-menu {
  left: 260px;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
  left: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 7px;
  
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -7px;    
}
body{
    
    background-color: #DCC706;
}

.nav_links{
    list-style: none;
}
.nav_links li {
    display: inline-block;
    padding: 20px 40px;
}
.nav_links li a {
    transition: all .3s ease 0s;
}
.nav_links li a:hover {
    background-color: #4717d7;
    border-radius: 120px;
    padding: 10px 20px;

}
button {
    padding: 9px 25px;
    background-color: #fffff000;
    border:none;
    border-radius: 100px;
    cursor:pointer;transition: all .3s ease 0s;
}
button:hover {
    background-color: aquamarines;
}
.settings {
    padding: 9px 25px;
    
    color:rgb(0, 0, 0);
    position: relative;
    background-color: #DCC706;
    border:none;
    border-radius: 100px;
    cursor:pointer;
    transition: all .3s ease 0s;
    z-index: 3;
    
}
.settings-line li {
    display: inline-block;
    position: relative;
    

}
.settings-line:hover .s_links{
    top: 36px;
    background-color: #23252aff;
}
.settings:hover {
    background-color: #002952;
    color:rgb(255, 255, 255);
}
.s_links {
    position: absolute;
    background-color: #23252a00;
    right: -43px;
    top: -390px;
    transition: all .3s ease 0s;
    z-index: 1;
    border-radius: 0 0 30px 30px;
}
.s_links li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 200px;
    border-top: 1px solid #333;
}
.s_links li a {
    padding: 5px 10px;
    transition: all .3s ease 0s;
}
.s_links li a:hover {

    color:rgb(51, 51, 187);
    background-color: #DCC706;
    border-radius: 48px;
}

.right{
    margin-top: 75px;
    
    transition: all .3s ease 0s;
}

.ComingSoon{
    margin-top: -25px;
    margin-left: 175px;
    margin-right: 175px;
    align-items: center;
    display: flex;
    justify-content: center;
}

 @media  screen and (min-width: 1025px) {
    .header-pc {
      display: block
    }
    .header-mobile {
      display: none
    }
    .up{
        margin-top: 55px;
        margin-left: 175px;
        margin-right: 175px;
        align-items: center;
        display: flex;
        justify-content: center;
    } 
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 10%;
        height: 50px;
        background-color: #23252a;
        z-index: 2;
    }
    .logo{
        margin-top: 4px;
        width:89.5px;
        transition: all .3s ease 0s;
    }  
    li, a, button{
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-weight: 400;
        font-size: 13px;
        color:azure;
        text-decoration: none;
    }
    .imghref{
        width: 220px;
        height: auto;
        padding: 10px 10px;
        border-radius: 25px;
        transition: all .3s ease 0s;
    }
    .right:hover{
        width: 190px;
        height: auto;
        background-color: rgba(35, 37, 42, 0.636);
        border-radius: 25px;
        padding: 10px 10px;
    }
    .imghref2{
        width: 220px;
        height: auto;
        padding: 10px 10px;
        border-radius: 25px;
        transition: all .3s ease 0s;
    }
    .imghref2:hover{
        opacity: 50%;
    }
    .topHeader{
        margin-top: 35px;
        background-color: #23252a;
        border-radius: 23px;
        margin-left: 175px;
        margin-right: 175px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .CSP{
        width: 200px;
        padding: 10px;
    }
  }
  
  @media  screen and (max-width: 1025px) {
    .header-pc {
      display: none
    }
    .header-mobile {
      display: block
    }
    .up{
        margin-left: 175px;
        margin-right: 175px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 10%;
        height: 120px;
        background-color: #23252a;
        z-index: 2;
    }
    .logo{
        margin-top: 4px;
        width:179px;
        transition: all .3s ease 0s;
    }
    li, a, button{
        font-family:Verdana, Geneva, Tahoma, bold;
        font-weight: 400;
        font-size: 27px;
        color:azure;
        text-decoration: none;
    }
    .imghref{
        width: 440px;
        height: auto;
        padding: 20px 20px;
        border-radius: 50px;
        transition: all .3s ease 0s;
    }
    .imghref:hover{
        width: 380px;
        height: auto;
        background-color: rgba(35, 37, 42, 0.636);
        border-radius: 50px;
        padding: 20px 20px;
    }
    .imghref2{
        width: 440px;
        height: auto;
        padding: 20px 20px;
        border-radius: 50px;
        transition: all .3s ease 0s;
    }
    .imghref2:hover{
        opacity: 50%;
    }
    .topHeader{
        margin-top: 35px;
        background-color: #23252a;
        border-radius: 23px;
        margin-left: 75px;
        margin-right: 75px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .CSP{
        width: 400px;
        padding: 10px;
    }
  }
