/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}








/* 
"Split Grid with Flutted Nav" is created by Filip Zrnzevic and licensed under 
the MIT license: https://opensource.org/licenses/MIT
Copyright (c) 2025 Filip Zrnzevic (https://codepen.io/filipz/pen/KKjbLyb)

Based on the awesome idea by Cubiq @ https://codepen.io/thecubiq/pen/vYwOBaa

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

.menu-container {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 90%;
  max-width: 530px;
}

.menu-container-stop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  width: 90%;
  max-width: 110px;
}


nav {
  -webkit-backdrop-filter: contrast(0.8) blur(7px) url(#fluted);
          backdrop-filter: contrast(0.8) blur(7px) url(#fluted);
  background: rgba(0, 0, 0, 0.3);
  padding: 12px;
  border-radius: 50px;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
nav a {
  color: rgb(225, 215, 200);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  transition: background-color 0.3s;
  font-size: 17px;
  white-space: nowrap;
}
nav a:hover,
nav a.active {
  background-color: rgba(230, 225, 215, 0.2);
}
svg {
  position: absolute;
  width: 0;
  height: 0;
}

/* @media (min-width: 768px) {
  nav {
    gap: clamp(1rem, 3vw, 3rem);
  }
} */

@media (max-width: 825px) {
  .menu-container-stop {
    bottom: 95px;
    max-width: 80px;
  }
  .footer-hide-stop {
    display: none;
  }
  }

  @media (max-width: 390px) {
    .menu-container {
      width: 100%;
    }
    .menu-container-stop {
      right: 10px;
    }
  }



















/* ------- General Style part 1 ------- */
body {
  color: #ffffff;
  font-family: "Marcellus SC", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

/* 
Brightness and Gamma Switch
Licensed under the MIT license (https://opensource.org/licenses/MIT)
Copyright (c) 2016 created By Joseph Shenton @TeamiHackify (http://codepen.io/TeamiHackify/pen/YqVoJB)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

body {
  background: #000000 url("https://tabletopy.b-cdn.net/tabletopy/images/gateday.webp") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 80px;

  --backgr-color: #a09367;
  --hoverback-color: #bfaf7a;
  --font-color: #ffffff;
  --text-color: #cfbc94;
  --icons-color: #4c3f34;
  --mybtn-color: #4c3f34;
  --light-color: #e4b561;
  --dark-color: #ffdc73;

  --h1-light-color: #d1a55a;
  --h1-dark-color: #ffe996;

  --r-color: 255;
  --g-color: 221;
  --b-color: 119;
}

body.day-background {
  background: #000000 url("https://tabletopy.b-cdn.net/tabletopy/images/gate.webp") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

  --backgr-color: #556f6e;
  --hoverback-color: #455959;
  --font-color: #ffffff;
  --text-color: #7b8499;
  --icons-color: #ffffff;
  --mybtn-color: #ffffff;
  --light-color: #292f35;
  --dark-color: #333941;

  --h1-light-color: #16191c;
  --h1-dark-color: #464e59;

  --r-color: 51;
  --g-color: 57;
  --b-color: 65;
}

.button-con {
  cursor: default;
  position: fixed;
  right: 5px;
  top: 20px;
  z-index: 2010;
}

#dayIcon {
  position: relative;
  width: 26px;
  height: 26px;
  top: -1px;
  margin: 0 7px;
  fill: var(--text-color);
}

#nightIcon {
  position: relative;
  width: 26px;
  height: 26px;
  top: -5px;
  margin: 0 7px;
  fill: var(--text-color);
}

#dayIcon,
#nightIcon {
  cursor: pointer;
}

.toggle {
  display: none;
}

.toggle,
.toggle:after,
.toggle:before,
.toggle *,
.toggle *:after,
.toggle *:before,
.toggle + .toggle-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle::-moz-selection,
.toggle:after::-moz-selection,
.toggle:before::-moz-selection,
.toggle *::-moz-selection,
.toggle *:after::-moz-selection,
.toggle *:before::-moz-selection,
.toggle + .toggle-button::-moz-selection {
  background: none;
}

.toggle::selection,
.toggle:after::selection,
.toggle:before::selection,
.toggle *::selection,
.toggle *:after::selection,
.toggle *:before::selection,
.toggle + .toggle-button::selection {
  background: none;
}

.toggle + .toggle-button {
  outline: 0;
  display: inline-block;
  width: 3.5em;
  height: 1.5em;
  position: relative;
  cursor: pointer;
  border: 2px solid var(--text-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle + .toggle-button:after,
.toggle + .toggle-button:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.toggle + .toggle-button:after {
  left: 0;
}

.toggle + .toggle-button:before {
  display: none;
}

.toggle:checked + .toggle-button:after {
  left: 50%;
}

.toggle + .toggle-button {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid var(--text-color);
  border-radius: 2em;
}

.toggle + .toggle-button:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: var(--text-color);
  content: "";
  border-radius: 1em;
}

.toggle:checked + .toggle-button:after {
  left: 50%;
}

/* ------- General Style part 2 ------- */

/* IMPORT FONT FAMILY
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus SC", serif;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 33px;
}

p {
  padding: 0 0 10px 0;
}

.col-sm-4 {
  margin: 24px 0 10px 0;
}

.col-sm-6 {
  margin: 30px 0;
  padding: 24px;
}

navbar-brand img {
  margin: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
}

.mainer {
  padding-top: 9px;
}

.line {
  margin: 1em auto;
  border-bottom: 1px solid var(--text-color);
  width: 100px;
}

ul,
li {
  list-style-type: none;
}

.phone {
  display: inline-block;
}

.phone2 {
  display: inline-block;
  margin: 10px;
}

#centrage {
  margin-left: auto;
  margin-right: auto;
  width: 125px; /* largeur obligatoire pour être centré */
}

.lefter {
  position: fixed;
  left: 18px;
  top: 10px;
}

#addbar {
  position: fixed;
  left: 10px;
  top: 48%;
}

/* #addbar a{
  cursor: pointer;  
} */

/* #addbar2 {
  margin-top: 25px;
} */

/* #bordertop {
  background: #fdc96c;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  z-index: 1;
} */

.sharebutton {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: rgba(73, 73, 73, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.sharebutton:hover {
  text-decoration: none;
}

.fa {
  padding-top: 6px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
}

.fa:hover {
  color: rgba(255, 255, 255, 1);
}

#award {
  position: absolute;
  right: 0;
  top: 55px;
}

#video {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 990;
}

/* Changelog pop-up */



.updates {
  display: none;
}

.ss {
  cursor: pointer;
}

.sar {
  height: 35px;
  width: 37px;
}

.img1 {
  height: 100px;
  width: 100px;
}

.img2 {
  height: 100px;
  width: 100px;
}

.logo {
  position: fixed;
  left: 10px;
  top: 9px;
  height: 25px;
  width: 150px;
}


/* Fullscreen background image */
.fullscreen-img {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .fullscreen-img {
    left: 50%;
    margin-left: -512px;
  }
}

/* ------- CountDown Style ------- */

/***************************************************************/
/* FORM */
/***************************************************************/
/* 
form input{ 
	border: 0px;
	border-radius: 1px;
	height: 2.2em; 
	width: 22em; 
	text-align: center;
	outline: none; 
	margin-bottom: 5px;
	font-size: 1em;
}

form input[type="email"] {
	color: #6B454D;
	background: none;
	box-shadow: 0px 0px 3px #404040;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
form input[type="email"]:hover {
	box-shadow: 0px 0px 5px #ffffff;
}
form input[type="submit"] {
	background: #e6567a;
	border: 0px;
	width: 120px;
	color: #6B454D;
	cursor: pointer;
	box-shadow: 0px 0px 3px #404040;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
form input[type="submit"]:hover {
	background: #e25074;
	box-shadow: 0px 0px 5px #404040;
}

.form-note {
	color: #5e6e81;
	font-size: 1em;
	font-style: italic;
	margin: 24px 0;
}

#success {
	padding-top: 10px;
	color: #66CC00;	
	display:none;
}
#error {
	padding-top: 10px;
	color: #e62f2c;
	display:none;
}
 */

/* ROUND BUTTON by web generators */

/* .mybtn {
  text-decoration: none;
  text-align: center;
  padding: 2px 30px 2px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;   
  font-size: 16px;
  color: #5998BE;
  background: rgba(0, 0, 0, 0.1);
} */

/* .mybtn3 a{
  color: #5998BE;
} */

/* .mybtn:hover {
  text-decoration: none;
  color: #FDC96C;
  background: rgba(0, 0, 0, 0.2);
} */

/* .mybtn3:hover a{
  color: #FDC96C;
} */

.mybtn {
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  text-align: center;
  padding: 2px 29px 2px 29px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid var(--backgr-color);
  font-size: 16px;
  color: var(--mybtn-color);
  background: var(--backgr-color);
  cursor: pointer;
}

.mybtn:hover {
  text-decoration: none;
  background: var(--hoverback-color);
  border: 1px solid #181818;
}

.roundbtn {
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: var(--mybtn-color);
  background: var(--backgr-color);
  padding: 10px 15px 10px 15px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
}

.roundbtn:hover {
  text-decoration: none;
  color: var(--mybtn-color);
}

.tiny {
  font-size: 16px;
  padding: 6px 12px 5px 12px;
}

/* .compte {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  color: #1b1b1b;
  opacity: 0.4;
  z-index: -1;
} */

.underline {
  font-size: 16px;
  /* border-bottom: 2px solid #5998BE; */
}

.underline span {
  font-size: 18px;
}

/* NAV BAR*/
.navbar-default {
  background: #fdc96c;
  border: 0;
  padding: 0 40px 1px 40px;
  margin-top: 10px;
}

.navbar-default .navbar-brand {
  color: var(--text-color);
  padding-right: 450px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #404040;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #404040;
}

.navbar-default .navbar-nav > li > a {
  color: var(--text-color);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #404040;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #5e6e81;
}

.navbar-default .navbar-toggle {
  width: 45px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #404040;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #404040;
  border-bottom-color: #404040;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #404040;
}







/* ----------------------------------------------
 * Generated by Animista on 2017-9-18 21:34:27
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/* ==========================================================================
Floating animation
========================================================================== */

.floating-logo {
  width: 400px;
  height: 130px;
  margin: 25px 0 12px 0;
  z-index: auto;
  -webkit-animation-name: floating-logo;
  animation-name: floating-logo;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes floating-logo {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.software {
  width: 450px;
  height: 150px; 
}

.text_16 {
  font-size: 16px;
}

.last-info {
  margin: 40px 0 5px 0;
}




@media screen and (max-width: 767px) {
  .mainer {
    margin: 0;
    padding: 0;
  }

  .button-con { right: 15px; }
  .mobhide { display: none; }

  .column2 {
    display: table-cell;
    text-align: left;
    padding-left: 0;
  }
}

@media screen and (max-width: 486px) {
  .mainer {
    margin: 0;
    padding: 0;
  }
}

#about {
  display: none;
}
#combat {
  display: none;
}
#contact {
  display: none;
}
#tool {
  display: none;
}
.content {
  margin: 33px;
}



/* 
Simple Slider

Licensed under the MIT license (https://opensource.org/licenses/MIT)
Copyright (c) 2012 James Smith (http://loopj.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

/* From Simple slider.css */

.slider {
  width: 70%;
  -ms-touch-action: none;
  touch-action: none;
}

.slider > .dragger {
  background: url("https://tabletopy.b-cdn.net/tabletopy/images/anchor.svg") no-repeat center;
  border: 0;
  width: 40px;
  height: 40px;
  -ms-touch-action: none;
  touch-action: none;
}

/* .slider > .dragger:hover {
  background: #ffffff;
} */

.slider > .track,
.slider > .highlight-track {
  background: #ffffff;
  height: 3px;
  border: 1px solid #ffffff;

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.slider > .highlight-track {
  background-color: #ffffff;
}

.marginal {
  margin: 10px 0 0 10%;
  visibility: hidden;
}

@media (max-width: 768px) {
  .slider {
    width: 90%;
  }

  .marginal {
    margin: 20px 0 0 0;
  }
}



/* 
Custom Dropdown Menu #1

Licensed under the MIT license (https://opensource.org/licenses/MIT)
Copyright (c) 2021 by Veronica (https://codepen.io/veronicadev/pen/JLoaVg)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

 /* menu one */
.table_center {
  position: fixed;
  top: 17px;
  left: 15px;
  z-index: 2005;
}
.drop-down {
  display: inline-block;
  position: relative;
}

.drop-down__button {
  background: rgba(73, 73, 73, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 41px;
  width: 41px;
  padding: 4px;
  border-radius: 20%;
  cursor: pointer;
}

.drop-down__button:hover {
  text-decoration: none;
}

/* 
.drop-down__name {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}
 */

/* .drop-down__icon {
  width: 18px;
  vertical-align: middle;
  margin-left: 14px;
  height: 18px;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
} */

.drop-down__menu-box {
  position: absolute;
  width: 200px;
  left: 0;
  border-radius: 4px;

  -webkit-backdrop-filter: contrast(0.8) blur(7px) url(#fluted);
          backdrop-filter: contrast(0.8) blur(7px) url(#fluted);
  background: rgba(29, 29, 29, 0.3);

  /* background: rgba(73, 73, 73, 0.5); */
  /* -webkit-backdrop-filter: blur(8px); */
  /* backdrop-filter: blur(8px); */

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
}

.drop-down__menu {
  margin: 0;
  padding: 0 13px;
  list-style: none;
}

.drop-down__menu-box:before {
  content: "";
  background-color: transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(73, 73, 73, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top: 8px solid transparent;
  top: -16px;
  left: 14px;
}

.drop-down__menu-box:after {
  content: "";
  background-color: transparent;
}

.drop-down__item {
  font-size: 14px;
  padding: 13px 0;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  /* border-bottom: 1px solid #31456A; */
}

.drop-down__item a {
  color: #31456a;
}

.item_nolast {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.drop-down__item-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  fill: #8995b6;
}

/* .drop-down__item:hover .drop-down__item-icon {
  fill: #3d6def;
} */

/* .drop-down__item:hover{
  color: #FF2A4F;
}  */

/* 
.drop-down__item:last-of-type{
  border-bottom: 0;
}
 */

.drop-down--active .drop-down__menu-box {
  visibility: visible;
  opacity: 1;
  margin-top: 15px;
}

.drop-down__item:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 28px;
  background-color: #555555;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.drop-down__item:hover:before {
  display: block;
}

 /* menu two */
.table_center2 {
  position: fixed;
  top: 17px;
  left: 75px;
  z-index: 2004;
}
.drop-down2 {
  display: inline-block;
  position: relative;
}

.info_ready {
  opacity: 0.8;
}

.info_ready:hover {
  opacity: 1;
}

.drop-down__button2 {
  background: rgba(73, 73, 73, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 42px;
  width: 42px;
  padding: 4px;
  border-radius: 50%;
  cursor: pointer;
}

.drop-down__button2:hover {
  text-decoration: none;
}

/* 
.drop-down__name {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}
 */

.drop-down__menu-box2 {
  position: absolute;
  width: 450px;
  left: -14px;
  border-radius: 4px;
  background: rgba(73, 73, 73, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
}

.drop-down__menu2 {
  margin: 0;
  padding: 0 13px;
  list-style: none;
}
.drop-down__menu-box2:before {
  content: "";
  background-color: transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(73, 73, 73, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top: 8px solid transparent;
  top: -16px;
  left: 28px;
}

.drop-down__menu-box2:after {
  content: "";
  background-color: transparent;
}

.drop-down__item2 {
  font-size: 14px;
  padding: 13px 0;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  /* border-bottom: 1px solid #31456A; */
}


.drop-down__item-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  fill: #8995b6;
}

.drop-down--active2 .drop-down__menu-box2 {
  visibility: visible;
  opacity: 1;
  margin-top: 15px;
}




/* Mon code */

.potion {
  width: 200px;
  height: 50px;
  margin-bottom: -20px;
}


.patr {
  width: 150px;
  height: 40px;
  margin-bottom: -15px;
}

.info .inf {
  color: #bebebe;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0 3px 0 3px;
  background: rgba(26, 26, 26, 0.6);
}

.info:hover .inf {
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0 3px 0 3px;
  background: rgba(26, 26, 26, 1);
}

.inf2 {
  color: #b6a9a4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 1px 4px 1px 4px;
  background: rgba(26, 26, 26, 0.7);
}

.kickstarter {
  background-color: #05ce78;
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* padding-left: 9px; */
}

.footer-menu {
  height: 70px;
  width: 100%;

  background: rgba(73, 73, 73, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); 

  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.footer-mybtn {
  margin-left: 8px;
  text-decoration: none;
  text-align: center;
  padding: 2px 29px 2px 29px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  transition: 0.3s;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.footer-mybtn:hover {
  text-decoration: none;
  color: #2f2f2f;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.5);
  transition: 0.4s;
}

.selected {
  color: #2f2f2f;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.8);
}

.footer-stop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 70px;
  padding-bottom: 10px;
  text-decoration: none;
  text-align: center;
  background: rgba(27, 27, 27, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);

  font-size: 16px;
  transition: 0.3s;
  color: #ffffff;
  cursor: pointer;
}

.stopall-btn {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 12px;
  opacity: 0.5;
}

.stopall-btn:hover {
  opacity: 0.7;
}

.hide-icon {
  display: none;
}


@media (max-width: 1280px) {
  .button-con { display: none; }
}


@media (max-width: 890px) {
  .footer-mybtn {
    margin-left: 6px;
    padding: 2px 15px 2px 15px;
  }
  .stopall-btn {
    display: none;
  }
  .footer-stop {
    width: 85px;
  }
}


@media (max-width: 700px) {
  
  .floating-logo {
    margin: 45px 0 12px 0;
  }
  
  .last-info {
    margin: 40px 0 90px 0;
  }
  
  footer {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  
  .footer-stop {
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    /* border-image: linear-gradient(to left top, #ffffff 10%, transparent 30%, transparent 70%, #ffffff 90%); */
    /* border-image: linear-gradient(to left top, transparent 70%, #d5d5d5 90%); */
    border-image-slice: 1;
  }

  .footer-mybtn {
    margin-left: 5px;
    padding: 2px 15px 2px 15px;
  }

/*   .footer-hide-element {
    display: none;
  } */
  .hide-icon {
    display: inline;
  }

  .footer-menu {
    padding-bottom: 0;
  }
}

.jump_menu {
  display: none;
}

@media (max-width: 520px) {
  .jump_menu {
    display: block;
  }
  .drop-down__menu-box2 {
    width: 295px;
  }
  .footer-hide-custom {
    display: none;
  }
}

.jump {
  display: none;
}

@media (max-width: 470px) {
.floating-logo {
  width: 300px;
  height: auto;
}
.software {
  width: 350px;
  height: auto; 
}
.footer-mybtn {
  padding: 2px 11px 2px 11px;
}
.hide-element-text {
  display: none;
}
.footer-hide-element {
  display: none;
}
.jump {
  display: block;
}
}





.noevent {
  pointer-events: none;
}

/* Simple and classy scrollbars
Licensed under the MIT license (https://opensource.org/licenses/MIT)
Copyright (c) 2023 Saleh-Mubashar (https://codepen.io/saleh-mubashar/pen/qBKOdLd)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */


/*     ScrollBar 5    */
#scrollbar5::-webkit-scrollbar {
  width: 6px;
  background-color: #000000;
}

#scrollbar5::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #000000;
   /* border: 1px solid #0c0b0b; */
}

#scrollbar5::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #333333;
}



/*------------------------------------------------------------------

  Page Border from Godlike

 -------------------------------------------------------------------*/
 .nk-page-border .nk-page-border-t,
 .nk-page-border .nk-page-border-r,
 .nk-page-border .nk-page-border-b,
 .nk-page-border .nk-page-border-l {
     position: fixed;
     pointer-events: none;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
     background-size: 100% 100%;
     z-index: 2000;
 }
 
 .nk-page-border .nk-page-border-t,
 .nk-page-border .nk-page-border-b {
     left: 0;
     width: 100%;
     height: 100px;
 }
 
 .nk-page-border .nk-page-border-t {
     top: 0;
     background-image: url("https://tabletopy.b-cdn.net/assets/images/border-top.png");
 }
 
 .nk-page-border .nk-page-border-b {
     bottom: 0;
     background-image: url("https://tabletopy.b-cdn.net/assets/images/border-bottom.png");
 }
 
 .nk-page-border .nk-page-border-r,
 .nk-page-border .nk-page-border-l {
     top: 0;
     width: 100px;
     height: 100%;
 }
 
 .nk-page-border .nk-page-border-r {
     right: 0;
     background-image: url("https://tabletopy.b-cdn.net/assets/images/border-right.png");
 }
 
 .nk-page-border .nk-page-border-l {
     left: 0;
     background-image: url("https://tabletopy.b-cdn.net/assets/images/border-left.png");
 }
 
 @media (max-width: 575px) {
     .nk-page-border .nk-page-border-t,
     .nk-page-border .nk-page-border-b {
         height: 50px;
     }
     .nk-page-border .nk-page-border-r,
     .nk-page-border .nk-page-border-l {
         width: 50px;
         display: none;
     }
 }

 /*------------------------------------------------------------------

  Share Buttons

 -------------------------------------------------------------------*/
.nk-share-buttons {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  text-align: right;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 999;
}

.nk-share-buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  pointer-events: auto;
}

.nk-share-buttons ul > li {
  position: relative;
}

.nk-share-buttons ul > li::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.nk-share-buttons .nk-share-icon,
.nk-share-buttons .nk-share-name {
  display: inline-block;
}

.nk-share-buttons .nk-share-icon {
  position: relative;
  float: right;
  width: 90px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: -30px;
  text-align: center;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity;
  z-index: 1;
}

.nk-share-buttons .nk-share-icon:hover, .nk-share-buttons .nk-share-icon.hover {
  opacity: 1;
}

.nk-share-buttons .nk-share-icon:hover ~ .nk-share-name, .nk-share-buttons .nk-share-icon.hover ~ .nk-share-name {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.nk-share-buttons .nk-share-name {
  position: absolute;
  top: 0;
  right: 60px;
  padding: 18px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s opacity, .2s visibility, .2s transform;
  -o-transition: .2s opacity, .2s visibility, .2s transform;
  transition: .2s opacity, .2s visibility, .2s transform;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  z-index: 0;
  cursor: default;
}

.nk-share-buttons.nk-share-buttons-left {
  right: auto;
  left: 0;
}

.nk-share-buttons.nk-share-buttons-left .nk-share-icon {
  float: left;
  margin-right: -30px;
  margin-left: 0;
}

.nk-share-buttons.nk-share-buttons-left .nk-share-name {
  right: auto;
  left: 60px;
}

@media (max-width: 575px) {
  .nk-share-buttons .nk-share-icon {
      width: 60px;
  }
  .nk-share-buttons .nk-share-name {
      display: none;
  }
}

@media screen and (max-height: 500px) {
  .nk-share-buttons {
      display: none;
  }
}

.shicons {
  height: 26px;
  width: 26px;
  }
