@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  color: #fff;
}

:root {
  --font-color-gray: #5a5a5a;
  --bg-color-dark: #1a1a1a;
  --bg-color-secondary-dark: #242629;
  --font-color-orange: #ff9a00;
  --bg-color-gray-min: #7a7a7a;
  --bg-color-dark-medium: #26282b;
  --bg-color-orange: #ff9a00;
  --font-color-secondary-dark: #242629;
  --bg-color-gray-medium: #282a2e;
  --bg-orange-secondary: #f65f00;
  --font-orange-secondary: #f65f00;
  --font-color-orange-dark: #9b3c00;
  --bg-color-orange-dark: #ff6a0d;
  --bg-color-gray-medium-secondary: #575353;
  --font-color-white-light: #e3e3e3;
  --font-color-green-medium: #00ab22;
  --font-color-red-medium: #c42323;
  --font-color-yellow-medium: #ebe71e;
  --bg-orange-lightness: #ff9a00;
  --bg-orange-normal: #f65f00;
  --bg-color-orange-dark-s: #9b3c00;
  --bg-color-orange-max: #fd5f00;
}

body {
  background-color: var(--bg-color-secondary-dark);
}

.ts-title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 25px;
}

.ts-navbar,
.dropdown-menu {
  background: var(--bg-color-dark);
}

.nav-link {
  color: var(--font-color-gray) !important;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-right: 15px;
}

.dropdown-item {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.navbar-brand > img {
  width: 200px;
}

.nav-item:hover .nav-link {
  color: var(--font-color-orange) !important;
}

.ts-media-container {
  position: relative;
  height: 45vh;
}

@media screen and (max-width: 900px) {
  .ts-media-container {
    height: 63vh;
  }
}
@media screen and (max-width: 450px) {
  .ts-media-container {
    height: 32vh;
  }
}
@media screen and (min-width: 1200px) {
  .ts-media-container {
    height: 63vh;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1400px) {
  .ts-media-container {
    height: 58vh;
  }
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.image-main {
  width: 300px;
}

.all-content-main {
  position: absolute;
  z-index: 10;
  top: 18%;
  bottom: 0;
  left: 50%;
  transform: translate(-43%, 0);
}

@media screen and (max-width: 720px) {
  .all-content-main {
    width: 277px;
  }
}
.ts-gradient-100 {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(106deg, #0e0e0eb3 28%, #0e0e0eb3 81%);
}

.main-content {
  color: #fff;
}

.main-content > .ts-section-about > div > h1 {
  font-family: "Dancing Script", cursive;
  color: #fff;
  font-weight: 700;
  font-size: 60px;
}

@media screen and (max-width: 720px) {
  .main-content > .ts-section-about {
    margin-left: 0px;
  }
  .main-content > .ts-section-about > div > h1 {
    font-size: 45px;
  }
}
/* Type Animation */

.typerighter {
  width: max-content;
}

.typerighter h1 {
  border-right: 0.1rem solid #ff9a00;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #ff9a00;
  }
}

.welcome-to {
  color: #9b3b00b9 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px !important;
}

.button-home {
  background: #fff;
  color: var(--font-color-orange);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  border: 0px;
  padding: 10px;
  width: 205px;
  margin-top: 18px;
  margin-bottom: 130px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.button-home > .material-icons {
  font-size: 18px;
}

span.line {
  vertical-align: middle;
}

.main {
  margin-top: 5px;
}

.icon-button {
  color: var(--font-color-orange);
  padding-left: 10px;
}

.dropdown-menu > li > a {
  color: var(--font-color-gray);
}

.dropdown-menu li:hover a {
  background-color: var(--bg-color-orange);
  color: var(--font-color-secondary-dar);
}

.ts-navigation-member {
  margin: 0 auto;
}

.ts-navigation-member > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0px;
}

.ts-navigation-member > ul > li {
  margin: 0 5px 0px;
}

.ts-btn-shop > i {
  color: var(--font-color-gray);
}

.ts-btn-shop > i:hover {
  color: var(--font-color-orange);
}

.ts-btn-shop > i:hover a {
  background-color: var(--bg-color-gray-min);
}

.history-section {
  background: #222222;
  padding-top: 130px;
  padding-bottom: 100px;
}

.history {
  color: #727272;
}

.history-logo {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.all-media-content {
  padding-bottom: 50px;
}

.all-history-content {
  display: flex;
  justify-content: center;
}

.ts-desc {
  color: #727272;
}

.ts-bg-gray {
  background-color: #363636;
}

.media-videos {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 720px) {
  .media-videos > iframe {
    width: 600px;
    height: 300px;
  }
}
.media-videos > iframe {
  margin-top: 20px;
}

.store-section {
  padding: 60px;
  background-color: #363636;
}

.media-section {
  background: #222222;
}

.button-store {
  background: #fff;
  color: var(--font-color-orange);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  border: 0px;
  padding: 10px;
  width: 180px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  margin-top: 30px;
}

.link {
  text-decoration: none;
  color: inherit;
}

.link:hover {
  text-decoration: none;
  color: inherit;
}

.ts-area-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ts-logo-area {
  margin-top: -120px;
  max-width: 400px;
}

.ts-section-about {
  margin-left: 60px;
}

.ts-section-about > p {
  font-family: "Poppins", sans-serif;
  color: rgba(228, 227, 227, 0.904);
  font-size: 14px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.ts-container-margin {
  margin-top: 30px;
}

@media screen and (max-width: 720px) {
  .ts-direction-margin {
    margin: 0 !important;
  }
}
.ts-direction-margin {
  margin: 0 10px;
}

.ts-container-customer,
.ts-container-customer > .row {
  position: relative;
}

.ts-member-login > a > i {
  vertical-align: middle;
}
.ts-member-login > i {
  margin-right: 3px;
}

.ts-error-page {
  margin: 25px 0px;
}
.ts-error-page > h1 {
  font-size: 104pt;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--font-orange-secondary);
  text-align: center;
  margin: 5px 0px;
}
.ts-error-page > p {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  color: var(--font-color-gray);
}

.ts-link-back {
  font-size: 12pt;
  text-decoration: none;
  border-radius: 10px;
  color: var(--font-orange-secondary);
  border: 2px solid transparent;
  display: block;
  text-align: center;
}

.ts-link-back:hover {
  text-decoration: underline;
  color: var(--font-orange-secondary);
}

.sticky-top {
  z-index: 10 !important;
}

.discord-section {
  background: #738ad8;
  background: linear-gradient(
    90deg,
    rgba(115, 138, 216, 1) 0%,
    rgba(178, 187, 220, 1) 100%
  );
  border-radius: 8px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.discord-row-content {
  padding: 8px;
  align-items: center;
}

.discord-logo-section {
  width: 180px;
}

.texts-styles {
  font-family: "Poppins", sans-serif;
}

.texts-styles > h1 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.texts-styles > p {
  font-size: 15px;
  color: #d4d4d4;
  font-weight: 400;
}

.button-discord-styles {
  background: #fff;
  color: #738ad8;
  display: flex;
  align-items: center;
  border: 0;
  padding: 15px 30px 15px 30px;
  width: 260px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 720px) {
  .button-discord-styles {
    width: 100%;
  }
}

.discord-button-icon {
  color: #738ad8;
  margin-left: 20px;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #ff9a00 !important;
  color: #ffffff;
  z-index: 999;
  padding: 25px 5px;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}

.link-ok {
  background-color: #e37029;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
  border-radius: 35px;
  margin-left: 10px;
  cursor: pointer;
}

.link-ok:hover {
  color: inherit;
}

.separator-black {
  background: #363636;
  padding: 35px;
}

.discord-auth-sam {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.discord-auth-sam > h4 {
  text-align: center;
}
