/*
Theme Name: TypeX
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

@font-face {
  font-family: "SilkscreenBold";
  src: url("./assets/fonts/Silkscreen/Silkscreen-Bold.ttf");
}

@font-face {
  font-family: "SilkscreenRegular";
  src: url("./assets/fonts/Silkscreen/Silkscreen-Regular.ttf");
}

@font-face {
  font-family: Silkscreen;
  src: url("./assets/fonts/Silkscreen/Silkscreen-Regular.ttf");
}

@font-face {
  font-family: Source Code Pro;
  src: url("./assets/fonts/Source_Code_Pro/static/SourceCodePro-Regular.ttf");
}

@font-face {
  font-family: AB-megadot9;
  src: url("./assets/fonts/megadot9/ST02R.TTF");
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url("assets/images/grid_pattern-1.png") center repeat repeat;
}

@media only screen and (max-width: 1480px) and (min-width: 1350px) {
  body {
    background-position: -365px -365px;
  }
}

body.home {
  background-color: #000000;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
  text-decoration-style: dashed;
}

a:active {
  text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: underline;
  text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body
  > .is-root-container
  > .wp-block-template-part
  > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
    /* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer);
}

/*
 * Improves spacing for the legacy Post Comments block.
 * https://core.trac.wordpress.org/ticket/57560
 */

.wp-block-post-comments ol.commentlist ul.children {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wp-block-post-comments ol.commentlist li.comment:not(:last-child) {
  margin-bottom: 1rem;
}

.mosaic-loader {
  --cell-size: calc(10% - 2px);
  --cell-spacing: 1px;
  --border-width: 1px;
  --cells: 10;
  --total-size: calc(
    var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing))
  );
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mosaic-loader > .cell {
  --cell-color: white;
  flex: 0 0 var(--cell-size);
  margin: var(--cell-spacing);
  background-color: transparent;
  box-sizing: border-box;
}

.mosaic-loader:hover > .cell {
  animation: 1.5s ripple ease;
}

.mosaic-loader > .cell.d-1 {
  animation-delay: 50ms;
}

.mosaic-loader > .cell.d-2 {
  animation-delay: 100ms;
}

.mosaic-loader > .cell.d-3 {
  animation-delay: 150ms;
}

.mosaic-loader > .cell.d-4 {
  animation-delay: 200ms;
}

.mosaic-loader > .cell.d-5 {
  animation-delay: 250ms;
}

.mosaic-loader > .cell.d-6 {
  animation-delay: 300ms;
}

.mosaic-loader > .cell.d-7 {
  animation-delay: 350ms;
}

.mosaic-loader > .cell.d-8 {
  animation-delay: 400ms;
}

.mosaic-loader > .cell.d-9 {
  animation-delay: 450ms;
}

.mosaic-loader > .cell.d-10 {
  animation-delay: 500ms;
}

.mosaic-loader > .cell.d-11 {
  animation-delay: 550ms;
}

.mosaic-loader > .cell.d-12 {
  animation-delay: 600ms;
}

.mosaic-loader > .cell.d-13 {
  animation-delay: 650ms;
}

.mosaic-loader > .cell.d-14 {
  animation-delay: 700ms;
}

.mosaic-loader > .cell.d-15 {
  animation-delay: 750ms;
}

.mosaic-loader > .cell.d-16 {
  animation-delay: 800ms;
}

.mosaic-loader > .cell.d-17 {
  animation-delay: 850ms;
}

.mosaic-loader > .cell.d-18 {
  animation-delay: 900ms;
}

.mosaic-loader > .cell {
  --cell-color: #afafaf;
}

@keyframes ripple {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: var(--cell-color);
  }
  60% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}

body .session {
  width: 100%;
  max-width: 100%;
}

/* person-area */
.session .person-area .three-animation {
  height: 352px;
  width: 355px;
}

.session .person-area {
  display: flex;
}

.session .person-area .description {
  font-size: 54px;
  line-height: 75.6px;
  letter-spacing: 6%;
  color: #f8f8f8;
  font-weight: 400;
}

.session .person-area .small-description {
  font-size: 10px;
  line-height: 12.7px;
  letter-spacing: 6%;
  color: #ff00ff;
  font-weight: 400;
}

footer {
  margin-bottom: 50px;
}

footer .page-name {
  font-family: AB-megadot9;
  font-weight: 400;
  font-size: 31.42px;
  letter-spacing: 3px;
  line-height: 31.42px;
  color: #f8f8f8;
}

footer .description-page {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: AB-megadot9;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 3px;
  color: #f8f8f8;
}

footer .description-page span {
  margin-left: -34px;
}

.page-template-page-home-en footer .description-page span {
  margin-left: -42px;
}

footer .page-list ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 50px;
}

footer .page-list ul li {
  margin-right: 30px;
  display: inline-block;
}

footer .page-list ul li a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 23.17px;
  color: #f8f8f8;
}

footer .copyright {
  text-transform: uppercase;
  font-family: Silkscreen;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: end;
  color: #f8f8f8;
}

.moving-elements {
  height: 100%;
  width: 100%;
}

/*
.scroll-container {
    border: 3px solid black;
    border-radius: 5px;
    overflow: hidden;
}

.scroll-text {
    text-align: right;

    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    -moz-animation: my-animation 5s linear infinite;
    -webkit-animation: my-animation 5s linear infinite;
    animation: my-animation 5s linear infinite;
}

@-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
} */

.cb-tagreel {
  position: relative;
}

.cb-tagreel-content {
  padding: 200px 0;
}

.cb-tagreel-items {
  margin: -58px 0;
  overflow: hidden;
  cursor: default;
}

.cb-tagreel-row {
  display: flex;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.cb-tagreel-item {
  position: relative;
  flex: 0 0 33%;
  text-transform: uppercase;
}

.cb-tagreel-item.-stroke {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.2);
}

.cb-tagreel-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

#content,
footer {
  width: calc(100% - 320px);
  max-width: 1436px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: unset;
  overflow-y: unset;
}

/* navigation */
#navigation {
  display: block;
  position: fixed;
  top: 20px;
  left: 50px;
  z-index: 10;
}

#navigation .page-name {
  color: #f2f2f2;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

#navigation .header-navigation-2sp {
  min-height: 150px;
}

#navigation .navigation-item {
  color: #f2f2f2;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  list-style: none;
  padding: 0;
  font-family: Silkscreen;
}

#navigation .navigation-item a:hover,
#navigation .navigation-item .item:hover {
  cursor: pointer;
  text-decoration: none;
}

/* intro-navigation */
#intro-navigation {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 10;
}

#intro-navigation .langue-area {
  padding-right: 52px;
}

#intro-navigation .langue {
  height: 30px;
  width: 90px;
  padding: 4px 8px 6px 8px;
  gap: 10;
  border-radius: 20px;
}

#notification-area {
  margin-top: 40px;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 10;
}

#notification-area ul {
  list-style: none;
}

#notification-area .content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  border: 1px solid #d2d2d2;
  padding-left: 9px;
  padding-right: 14px;
}

#intro-navigation .navigation-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.langue .item {
  font-size: 14px;
  font-weight: 400;
  /* border-radius: 20px; */
  margin-left: 2px;
  margin-right: 2px;
  box-shadow: inset;
  background-color: transparent;
  color: #01fe01;
  float: left;
  border: 0;
  font-family: Silkscreen;
}

.langue .item.active {
  /* color: #BBBBBB; */
  color: gray;
  background-color: #01fe01;
}

#intro-navigation .get-id-user-box {
  border: 2px solid #33ff00;
  width: 200px;
  margin-left: 50px;
  overflow: hidden;
  padding: 10px 0;
}

#intro-navigation .get-id-user-box:hover {
  border: 2px solid #ff00ff;
  color: #ff00ff;
}

#intro-navigation .get-id-user-box:hover * {
  fill: #ff00ff;
}

#intro-navigation .get-id-user-box .get-id-user-box-item {
  width: 200px;
}

#intro-navigation .get-id-user-box .user-box-home-en {
  width: 400px;
}

#intro-navigation .get-id-user-box:hover * {
  color: #ff00ff;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-0 {
  border: 0 !important;
}

.slide-text {
  font-size: 12px;
  display: inline-block;
  animation: slide 40s linear infinite;
  font-family: Silkscreen;
}

.slide-text * {
  display: inline-block;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(calc(-100% + 196px));
  }
}

#main-menu.navigation-item {
  color: #f2f2f2;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  list-style: none;
  padding: 0;
  font-family: Silkscreen;
  width: 110px;
}

.navigation-item a:hover {
  text-decoration: none;
}

.navigation-item .menu-item {
  background-color: #0000ff;
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
  padding-left: 5px;
  display: inline-block;
  padding-right: 25px;
}

.navigation-item .menu-item.current-menu-item a {
  color: #afafaf;
}

.navigation-item .menu-item.active {
  background-color: #00ff00;
}

#notification-area .item {
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
}

.page-name a:hover,
.page-name a {
  color: #fff;
  text-decoration: none;
}

#wpadminbar {
  display: none;
}

.relative {
  position: relative;
}

footer {
  padding-top: 50px;
}

#main-menu {
  position: fixed;
  bottom: 40px;
}

.ml-auto {
  margin-left: auto;
}

img,
svg {
  max-width: 100%;
}

.comming-soon-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.comming-soon-wrapper div {
  font-size: 16px;
  font-family: Silkscreen;
  transition: 1s all;
  color: #ff00ff;
}

.langue ul {
  display: flex;
  margin: 0 0;
  list-style-type: none;
}

.langue .lang-item-5 {
  margin-right: 10px;
}

.langue ul {
  display: flex;
}

.langue a {
  color: #01fe01;
  font-size: 14px;
  font-family: Silkscreen;
}

.langue .current-lang {
  background-color: #01fe01;
  padding: 0 6px;
}

.langue .current-lang a {
  color: #bbbbbb;
}

.page-id-21 .langue,
.page-id-51 .langue,
.page-id-175 .langue,
.page-id-53 .langue {
  display: none;
}

.page-not-found {
  margin: 120px auto 60px;
}

.error404 .langue {
  display: none;
}

@media only screen and (max-width: 1350px) {
  #content,
  footer {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    background-size: 199px;
  }

  #main-menu {
    top: inherit;
    transform: inherit;
    bottom: initial;
  }

  .mobile-menu-icon.active span:first-child {
    transform: rotate(30deg);
    position: relative;
    top: 5px;
  }

  .mobile-menu-icon.active span:last-child {
    transform: rotate(148deg);
    position: relative;
    top: -6px;
  }

  .mobile-menu-icon {
    width: 24px;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }

  #navigation {
    left: 0;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000000a3;
    padding-left: 20px;
  }

  #navigation .page-name {
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 20px;
    font-size: 16px;
  }

  .mobile-menu-icon span {
    display: block;
    width: 24px;
    height: 3px;
    background: #4d74ff;
    margin: 8px 0px;
    transition: 0.3s all;
  }

  .main-header {
    position: fixed;
    top: 0;
    left: -200%;
    bottom: 0;
    width: 100%;
    background: #000;
    padding-top: 50px;
    transition: 0.3s all;
  }

  .main-header.active {
    left: 0;
  }

  .main-header .relative {
    height: 100%;
  }

  #notification-area,
  #intro-navigation,
  #main-menu.navigation-item {
    position: relative;
    width: 100%;
  }

  #main-menu.navigation-item {
    width: 250px;
    padding-left: 20px;
    margin-top: 40px;
  }

  #intro-navigation .langue {
    position: absolute;
    left: 10px;
  }

  #intro-navigation .get-id-user-box {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    max-width: 318px;
    width: 100%;
    border-width: 4px;
    border-radius: 3px;
  }

  #notification-area ul {
    padding: 0;
  }

  #notification-area .item .content {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  #notification-area {
    position: absolute;
    bottom: 140px;
    top: inherit;
    max-width: 318px;
    width: 100%;
    margin: 0;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }

  #intro-navigation {
    position: static;
  }

  .pc-show {
    display: none;
  }

  .navigation-item .menu-item {
    font-size: 32px;
    line-height: 32px;
    padding: 4px 5px;
    margin-bottom: 25px;
  }

  .navigation-item .menu-item {
    background-color: transparent;
  }

  .navigation-item .menu-item.active {
    background-color: #00ff00;
  }

  .langue .current-lang,
  .langue .lang-item {
    padding: 7px 9px;
  }

  .langue a {
    font-size: 21px;
  }
  .favorite-nft-item-1 .favorite-nft-description {
    order: 3;
  }
  .langue ul {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .moving-elements {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .page-list ul li a {
    font-size: 14px;
  }

  footer .page-list ul li {
    display: block;
    margin-top: 32px;
  }

  footer .copyright {
    margin-top: 80px;
    text-align: center;
    font-size: 10px;
  }

  .langue ul {
    padding-left: 0px;
  }

  footer .description-page span {
    margin-left: -34px;
    margin-top: 8px;
    line-height: 20px;
  }

  .page-template-page-home-en footer .description-page span {
    margin-left: 0px;
  }
  

  .page-not-found {
    margin: 60px auto 0px;
  }
}
