@import url(stylesheet.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-size: 16px;
  line-height: 21px;
  font-family: "Gotham";
  font-weight: 500;
  font-style: normal;
  background: #000;
  overflow-x: hidden;
}
ul {
  list-style: none;
  padding: 0;
  font-family: "Gotham";
}
p {
  font-size: 16px;
  line-height: 21px;
}
a {
  color: #0e78b6;
  font-family: "Gotham";
  font-size: 14px;
}

/* ----- Heading Font CSS ------ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham";
  font-weight: bold;
}
h1 {
  font-size: 40px;
  line-height: 44px;
}
h2 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 44px;
}
h3 {
  font-size: 25px;
  line-height: 27px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
  line-height: 16px;
}
h6 {
  font-size: 12px;
}
a:focus,
.btn:focus,
button:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: none;
  box-shadow: none;
}
/* global css */
.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.full_width {
  width: 100%;
  float: left;
}
.btn_one {
  transition: 0.4s;
  min-width: 166px;
  background: #fff;
  padding: 12px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  font-weight: bold;
}
.btn_one:hover {
  color: #fff;
  background: transparent;
}
.main-content {
  overflow: hidden;
}
/* Main CSS */
/* header css */
.header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header ul {
  position: relative;
}
.header li {
  display: inline-block;
}
.header li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
}
.header li a:hover {
  color: #ffda86;
}
.header li.active a {
  color: #ffda86;
  text-decoration: none;
}
.header nav {
  width: calc(100% - 210px);
}
.header nav > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.animation {
  position: absolute;
  height: 5px;
  bottom: -11px;
  background: #ffda86;
  z-index: 0;
  transition: 0.4s;
}
.header .outer_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header .logo {
  width: 78px;
  line-height: 1;
}
.header .right_part {
  padding-left: 40px;
  width: calc(100% - 78px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header li a:nth-child(1) {
  width: 62px;
}
.header .star-home,
.header li.active:nth-child(1) ~ .animation {
  width: 62px;
  left: 0;
}
.header li:nth-child(2) {
  width: 80px;
}
.header .star-home,
.header li.active:nth-child(2) ~ .animation {
  width: 80px;
  left: 120px;
}
.header li:nth-child(3) {
  width: 96px;
}
.header .star-home,
.header li.active:nth-child(3) ~ .animation {
  width: 90px;
  left: 258px;
}
.header li:nth-child(4) {
  width: 76.5px;
}
.header .star-home,
.header li.active:nth-child(4) ~ .animation {
  width: 76.5px;
  left: 411px;
}
.header li:nth-child(5) {
  width: 47px;
}
.header .star-home,
.header li.active:nth-child(5) ~ .animation {
  width: 47px;
  left: 545px;
}
.header li:nth-child(6) {
  width: 122px;
}
.header .star-home,
.header li.active:nth-child(6) ~ .animation {
  width: 122px;
  left: 651px;
}

.header .cart {
  width: 166px;
}
.header .indicator {
  border-bottom: 5px solid #ffda86;
  position: absolute;
  bottom: 11px;
  width: 0;
  opacity: 0;
  width: 100px;
  z-index: -1;
}
.mobile_bar {
  display: none;
}
.header ul {
  position: relative;
}

/* header css */
/* banner  */
.banner_home {
  height: calc(100vh + 100px);
  position: relative;
  z-index: 10;
  margin-bottom: -200px;
}
.banner_home .fixed_bg {
  background: url(../images/header-bg-2.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: calc(100vh + 200px);
  left: 0;
  bottom: 0;
}
.banner_home .text_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_home h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin: 40px 0;
}
.banner_home .btn_box {
  text-align: center;
  display: flex;
  justify-content: center;
}
.banner_home a.btn_one {
  font-size: 20px;
  width: 335px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
}
/* .banner_home .text_box.aos-animate{transform: translate(-50%, -50%) scale(1);} */
/* banner  */
/* section one css */
.main_banner {
  position: relative;
  min-height: 1085px;
  padding-top: 50px;
}
.main_banner .top_bg {
  transform: translate(0px, -20%);
  opacity: 1 !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Topbackground.png) center no-repeat;
  background-size: 100% 100%;
}
.main_banner .bottom_bg {
  transform: translate(0px, 10%) scale(1.1);
  opacity: 1 !important;
  z-index: 3;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/tree.png) center bottom no-repeat;
  background-size: 100% 100%;
}
.main_banner .top_bg.aos-animate {
  transform: translate(0px, 0%);
}
.main_banner .bottom_bg.aos-animate {
  transform: translate(0px, 0%) scale(1);
}
.main_banner .top_section {
  position: relative;
  z-index: 10;
  margin-top: 150px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main_banner .top_section .left {
  width: 40%;
  float: left;
}
.main_banner .top_section .right {
  width: 100%;
  float: right;
  text-align: center;
  max-width: 100% !important;
}
.main_banner .top_section p {
  color: #fff;
  line-height: 32px;
  font-size: 21px;
}
.main_banner .left p {
  font-size: 24px;
  font-family: "Gotham";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 7px;
}
.main_banner .video_part {
  z-index: 2;
  width: 100%;
  height: 618px;
  position: relative;
  border: 2px solid #fff;
  background: url("../images/thltc-launch-trailer-thumbnail.jpg")
    center center no-repeat;
  background-size: cover;
  clear: both;
}
.main_banner .video_part.zindex4 {
  z-index: 4;
}
.main_banner .video_part video {
  opacity: 0;
  visibility: hidden;
  opacity: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.main_banner .video_part .play {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%);
  background: url(../images/play.png) no-repeat;
  cursor: pointer;
}
.main_banner .video_part .sound {
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%);
  color: #fff;
  text-transform: uppercase;
}
.main_banner .video_part video.show {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.main_banner .close {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  right: -10px;
  top: -15px;
  opacity: 0;
  visibility: hidden;
}
.main_banner .close.show {
  opacity: 1;
  visibility: visible;
}
.main_banner .video_part iframe {
  opacity: 0;
  visibility: hidden;
  opacity: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.main_banner .video_part iframe.show {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

/* section one css */
/* title css */
.pillars_title {
  margin-top: -50px;
  position: relative;
  z-index: 12;
  padding-top: 100px;
}
.pillars_title .bottom_title {
  z-index: 11;
  transform: translate(0px, 100px);
  position: absolute;
  bottom: 0px;
  z-index: 10;
  color: #fff;
  width: 100%;
  text-align: center;
  left: 0;
}
.pillars_title .bottom_title.aos-animate {
  transform: translate(0px, 0%);
}
/* title css */
/* section two css */
.pillars_game {
  padding: 50px 0 160px;
  position: relative;
  z-index: 10;
  background: #000;
}
.pillars_game::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: -300px;
  z-index: 1;
  background: url(../images/gradient.png) center top no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
}
.pillars_game .outer_card {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pillars_game .card {
  cursor: pointer;
  opacity: 1 !important;
  margin-right: 1%;
  flex: 1;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
  min-width: 24%;
  min-height: 700px;
}
.pillars_game .card::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.pillars_game .card:nth-child(1) {
  transform: translate(0px, 10%);
}
.pillars_game .card:nth-child(2) {
  margin-top: 50px;
  transform: translate(0px, 20%);
}
.pillars_game .card:nth-child(3) {
  margin-top: 100px;
  transform: translate(0px, 30%);
}
.pillars_game .card:nth-child(4) {
  margin-top: 50px;
  margin-right: 0;
  transform: translate(0px, 40%);
}
.pillars_game .card .text {
  position: absolute;
  left: 0;
  bottom: 154px;
  z-index: 2;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
.pillars_game .card .text p {
  display: none;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 17px;
}

.pillars_game .card h3,
.pillars_game .card h5 {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.pillars_game .card h5 {
  font-family: "Gotham";
  font-weight: 500;
  font-style: italic;
}
.pillars_game .card .img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pillars_game .layer_one {
  transform: translate(20%, 0%);
  opacity: 1 !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cloud.png) right top no-repeat;
  background-size: 100% auto;
}
.pillars_game .layer_two {
  transform: translate(-20px, 10%) scale(1.1);
  opacity: 1 !important;
  pointer-events: none;
  z-index: 3;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mountainsFG.png) center bottom no-repeat;
  background-size: 100% auto;
}

.pillars_game .card:hover .img {
  transform: scale(1.2);
}
.pillars_game .layer_one.aos-animate {
  transform: translate(0px, 0%);
}
.pillars_game .layer_two.aos-animate {
  transform: translate(0px, 0%) scale(1);
}
.pillars_game .card.aos-animate,
.pillars_game .card.active {
  transform: translate(0px, 0) !important;
}

.pillars_game .card .event {
  width: 100%;
  float: left;
}
.pillars_game .card.active {
  margin: -50px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.pillars_game .card.active .text {
  max-width: 539px;
  left: 50%;
  transform: translateX(-50%);
}
.pillars_game .card.active .text p {
  display: block;
}
.pillars_game .card.active .img {
  transform: scale(1);
}
.pillars_game .card a.close {
  display: none;
}
.pillars_game .card.active a.close {
  display: block;
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/Close.png) center center no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
}
/* section two css */

/* section three css */
.entities_section {
  position: relative;
  z-index: 20;
  padding: 0px 0 220px;
  background: url(../images/entities-bg.png) left top no-repeat #000;
  background-size: 100% 100%;
}
.entities_section .wrapper {
  position: relative;
}
.entities_section h2 {
  color: #000;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  z-index: 4;
  padding-top: 274px;
}
/* .entities_section .frame_bg{pointer-events: none; position: absolute;left: 0;top: 0;background: url(../images/entities-bg.png)left top no-repeat;background-size: 100% 100%;width: 100%;height: 100%;} */
.entities_section .shadow_bg {
  pointer-events: none;
  position: absolute;
  left: 0%;
  top: -195px;
  background: url(../images/gradient-6.png) left top no-repeat #000;
  background: linear-gradient(0deg, #000, #000b4100);
  width: 100%;
  height: 200px;
}
.entities_section .crow_bg {
  transform: translate(5%, 20%) scale(1.2);
  z-index: 2;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: url(../images/crow.png) left bottom no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.entities_section .tab_header li {
  display: inline-block;
}
.entities_section p {
  font-family: "Gotham";
}

.entities_section .tab_header {
  margin: 50px 0;
}
.entities_section .tab_header ul {
  max-width: 725px;
  margin: 0 auto;
  border-bottom: 5px solid #000;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.entities_section .tab_header li {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  font-family: "Gotham";
  position: relative;
  display: inline-block;
}
.entities_section .tab_header li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 5px;
  background: #ffda86;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.entities_section .tab_header li.active::before,
.entities_section .tab_header li:hover::before {
  opacity: 1;
  visibility: visible;
}

.entities_section .tab_body p {
  color: #000;
}
.entities_section .tab_body .left_image {
  transform: translateX(-90%);
  width: 100%;
  float: left;
  opacity: 1 !important;
  margin-left: -235px;
}
.entities_section .tab_body .right_text {
  transform: translateX(-80%);
  opacity: 1 !important;
  width: 352px;
  float: right;
  margin-left: -352px;
  margin-top: 20px;
}
.entities_section .tab_body .left_image.aos-animate {
  transform: translateX(0);
}
.entities_section .tab_body .right_text.aos-animate {
  transform: translateX(0);
}
.entities_section .crow_bg.aos-animate {
  transform: translate(0) scale(1);
}
.entities_section .tab_body .left_image p {
  display: none;
}
.entities_section .tab_body .left_image img {
  margin: 0 auto;
  display: block;
}

.entities_section .tab_body .content.show {
  display: block;
}
.entities_section .tab_body .content {
  display: none;
  position: relative;
}
/* section three css */

/* section four css */
.features_section {
  position: relative;
  z-index: 30;
  background: #000;
  padding: 100px 0 0;
  background: url(../images/Mask-mg.png) center no-repeat #000;
  background-size: 100%;
}
.features_section li {
  color: #fff;
}
.features_section h2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  opacity: 1 !important;
  transform: translate(10%, 100px);
  width: 100%;
  margin-bottom: 50px;
}
.features_section .outer_list {
  max-width: 725px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.features_section .outer_list ul {
  width: 42%;
  transform: translate(-100%, 100%);
  padding-left: 28px;
}
.features_section .outer_list li {
  margin-bottom: 30px;
  list-style: disc;
}
.features_section .image_box {
  pointer-events: none;
  text-align: right;
  margin-top: -135px;
  margin-right: -150px;
  opacity: 1 !important;
}
.features_section .hand {
  transform: translateY(40%);
  opacity: 1 !important;
  position: absolute;
  right: 0;
  top: -345px;
  width: 100%;
  height: 100%;
  background: url(../images/hand.png) right top no-repeat;
  background-size: 655px;
  pointer-events: none;
}
.features_section .hand.aos-animate {
  transform: translateY(0);
}
.features_section h2.aos-animate,
.features_section .outer_list ul.aos-animate {
  transform: translate(0);
}
/* section four css */
/* section five css */
.media_section {
  position: relative;
  z-index: 40;
  background: #000;
  margin-top: -38px;
  padding-top: 100px;
}
.media_section h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.media_section .tab_header {
  margin: 40px 0;
}
.media_section .tab_header ul {
  margin: 0 auto;
  border-bottom: 5px solid #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.media_section .tab_header li {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  font-family: "Gotham";
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 65px;
}
.media_section .tab_header li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 5px;
  background: #ffda86;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.media_section .tab_header li.active::before,
.media_section .tab_header li:hover::before {
  opacity: 1;
  visibility: visible;
}
.media_section .grid {
  margin-top: 5px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 18px;
  grid-auto-flow: dense;
}
.media_section .grid img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.media_section .grid .grid_item.large,
.media_section .grid .grid_item.large2 {
  grid-column-start: span 2;
  grid-row-start: span 2;
}
.media_section .tab_body .content.show {
  display: block;
}
.media_section .tab_body .content {
  display: none;
}
.shorting .mix {
  display: none;
}
.media_section .grid .grid_item.large,
.media_section .grid .grid_item.large2 {
  grid-column-start: span 2;
  grid-row-start: span 2;
}
/* section five css */

/* popup css start */
.stop_scroll {
  overflow: hidden;
}
fieldset {
  border: none;
}
.popup fieldset.section {
  display: none;
}
.popup fieldset.section.is-active {
  display: block;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  transition: 0.8s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup.show {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.popup::before {
  content: "";
  position: absolute;
  left: -2%;
  top: -2%;
  width: 105%;
  height: 105%;
  background: url(../images/header-bg-2.png) center no-repeat;
  background-size: cover;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.popup .close_btn {
  position: absolute;
  z-index: 999999;
  width: auto;
  float: left;
  top: 20px;
  left: 60px;
  cursor: pointer;
}
.popup .close_btn img {
  display: block;
}
.popup .popup_inner {
  max-width: 730px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 999;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup .popup_inner .thrive_logo {
  text-align: center;
  margin-bottom: 80px;
}
.popup .thrive_logo .image {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.popup .thrive_logo .image img {
  display: block;
}
.popup .thrive_logo h2 {
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Gotham";
}
/* step 1 */
.popup .popup_inner .choose_rule {
  width: 100%;
  float: left;
  text-align: center;
}
.popup .choose_rule h3 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 300;
}
.popup .choose_rule .rule_card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup .rule_card .card {
  width: 44%;
  float: left;
  text-decoration: none;
}
.popup .rule_card .card .image {
  width: 100%;
  float: left;
  border: 4px solid #ffffff;
}
.popup .rule_card .card .image img {
  display: block;
}
.popup .rule_card .card h4 {
  width: 100%;
  float: left;
  font-size: 15.99px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Gotham";
  font-weight: 500;
  margin-top: 16px;
}
/* step 2 */
.popup .newsletter_form {
  max-width: 550px;
  margin: 0 auto;
}
.popup .newsletter_form .field {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.popup .newsletter_form .field.half {
  width: 47%;
  float: left;
  margin-right: 6%;
}
.popup .newsletter_form .field.half:nth-child(2n) {
  margin-right: 0;
}
.popup .newsletter_form .field label {
  font-size: 16px;
  color: #ffffff;
  font-family: "Gotham";
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.popup .newsletter_form .field input {
  width: 100%;
  float: left;
  background: transparent;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 16px;
  padding: 23px 10px;
  text-align: center;
  text-transform: uppercase;
}
.popup .newsletter_form .field select {
  width: 100%;
  float: left;
  background: transparent;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 16px;
  padding: 23px 10px;
  text-align: center;
  text-transform: uppercase;
}
.popup .newsletter_form .field option {
  color: #000;
}
.popup .newsletter_form .field input[type="submit"] {
  cursor: pointer;
  width: 330px;
  display: flex;
  justify-content: center;
  float: unset;
  margin: 0 auto;
  background: #ffffff;
  font-size: 20px;
  color: #000000;
  font-family: "Gotham";
  font-weight: 500;
}
.popup .newsletter_form .field.age_date {
  margin-top: 40px;
  margin-bottom: 50px;
}
.popup .newsletter_form .date_fill {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup .newsletter_form .date_fill .date {
  width: 28%;
  float: left;
}
.popup .newsletter_form .date_fill .date input {
  width: 56px;
  float: left;
  margin-right: 20px;
}
.popup .newsletter_form .date_fill .date input:last-child {
  margin-right: 0;
}

::-webkit-input-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
::placeholder {
  color: #ffffff;
  opacity: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
/* step 3 */

.popup .players_voted {
  max-width: 550px;
  margin: 0 auto;
}
.popup .players_voted .text_box {
  width: 100%;
  float: left;
  text-align: center;
}
.popup .players_voted .text_box h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Gotham";
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.popup .players_voted .text_box h2 {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.2;
  font-family: "Gotham";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.popup .players_voted .text_box p {
  font-size: 14.03px;
  color: #ffffff;
  font-family: "Gotham";
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}
.popup .players_voted .text_box h5 {
  cursor: pointer;
  color: #ffffff;
  font-size: 14.05px;
  font-family: "Gotham";
  font-weight: 500;
}
.popup .players_voted .discord {
  display: inline-block;
  margin: 35px 0 8px;
}
.popup .players_voted .discord img {
  display: block;
}

.voting_bar .title {
  width: 100%;
  float: left;
}
.voting_bar .title h4 {
  text-transform: uppercase;
  font-size: 15.99px;
  color: #ffffff;
  font-family: "Gotham";
  font-weight: 500;
}
.voting_bar .title .left {
  width: 50%;
  float: left;
  text-align: center;
}
.voting_bar .title .right {
  width: 50%;
  float: right;
  text-align: center;
}

.voting_bar .percentage {
  border: 4px solid #fff;
  width: 100%;
  float: left;
  padding: 3px;
  margin: 5px 0;
}
.voting_bar .percentage span {
  height: 20px;
  text-align: center;
  color: #fff;
  font-size: 15.99px;
  font-weight: 500;
}
.voting_bar .percentage span.green {
  width: 0%;
  float: left;
  background: #17bb9a;
}
.voting_bar .percentage span.red {
  width: 0%;
  float: right;
  background: #ba161f;
}

.popup_inner::-webkit-scrollbar {
  display: none;
}
.popup_inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* popup css end */

/* footer */
.footer {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.footer .fixed_bg_2 {
  background: url(../images/footer-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.footer .footer_shadow {
  opacity: 1 !important;
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/top-bg.png) left top no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  height: 100%;
  pointer-events: none;
}
.footer .left_part {
  width: 620px;
  float: left;
  margin-left: -386px;
}
.footer .left_part img {
  opacity: 1 !important;
  transform: scale(1.5);
}
.footer .left_part img.aos-animate {
  transform: scale(1);
}
.footer .right_part {
  opacity: 1 !important;
  width: 610px;
  float: left;
  margin-left: 45px;
  text-align: center;
  margin-top: 140px;
}
.footer .outer_section {
  margin: 100px 0 276px;
  position: relative;
}
.footer h2 {
  margin-bottom: 30px;
}
.footer p {
  margin-bottom: 30px;
}
.footer .btn_box {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .btn_box a {
  width: 48%;
  display: block;
  color: #fff;
  background: #000;
  border-color: #000;
}
.footer .btn_box a:hover {
  color: #000;
  background: transparent;
}
.footer_bottom {
  position: relative;
  z-index: 1;
}
.top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_bottom .top .right a {
  vertical-align: middle;
  margin-left: 60px;
  display: inline-block;
}
.footer_bottom .top .right a:first-child {
  margin-left: 0;
}
.footer_bottom .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_bottom .left {
  width: calc(100% - 360px);
  float: right;
}
.footer_bottom .right {
  width: 358px;
  float: right;
  text-align: right;
}
.footer_bottom p {
  margin-bottom: 0;
  color: #fff;
}
.footer_bottom hr {
  width: 100%;
  float: left;
  margin: 10px 0;
  color: #fff;
}
.footer_bottom li {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}
.footer_bottom li:nth-child(1) {
  margin-left: 0;
}
.footer_bottom a {
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.footer_bottom .mobile_view {
  display: none;
}
.footer_bottom p {
  text-transform: uppercase;
}
/* footer */

/* Responsive Css Start */

@media only screen and (max-width: 1700px) {
  .entities_section .tab_body .left_image {
    margin-left: -120px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1500px) {
  h2,
  h1 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
    line-height: 25px;
  }

  .banner_home .text_box {
    max-width: 420px;
  }
  .banner_home a.btn_one {
    font-size: 18px;
    width: 311px;
    height: 60px;
  }
  .banner_home h3 {
    font-size: 22px;
  }

  .main_banner .video_part {
    max-width: 800px;
    height: 500px;
    margin: 0 auto;
    float: none;
  }
  .main_banner .video_part .sound {
    top: 58%;
  }
  .pillars_game::before {
    top: -230px;
    height: 230px;
  }

  .main_banner .top_section .left,
  .main_banner .top_section .right {
    max-width: 400px;
  }
  .main_banner {
    min-height: 925px;
  }

  .pillars_game .card {
    min-height: 600px;
  }
  .pillars_game .layer_two {
    background-size: 100% auto;
  }
  .pillars_game {
    padding-bottom: 88px;
  }

  .entities_section {
    background-size: 100% 100%;
  }
  .entities_section h2 {
    padding-top: 170px;
  }
  .entities_section .tab_body .left_image {
    width: 75%;
    margin-left: 0px;
  }
  .entities_section .crow_bg {
    background-size: contain;
  }

  .features_section {
    padding-bottom: 40px;
  }
  .features_section .hand {
    background-size: 550px;
  }
  .features_section .image_box {
    margin-right: -50px;
    width: 500px;
    float: right;
  }
  .footer .left_part {
    margin-left: -20%;
  }
  .footer .outer_section {
    margin-bottom: 170px;
  }
  .popup .thrive_logo .image img {
    width: 275px;
  }
  .popup .thrive_logo h2 {
    font-size: 30px;
  }
  .popup .popup_inner .thrive_logo {
    margin-bottom: 25px;
  }
  .popup .choose_rule h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .popup .popup_inner {
    max-width: 540px;
  }
  .popup .close_btn img {
    width: 35px;
  }

  .popup .newsletter_form .field input,
  .popup .newsletter_form .field select {
    padding: 12px 10px;
  }
  .popup .newsletter_form .field.age_date {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .popup .newsletter_form .date_fill .date {
    width: auto;
  }
  .popup .newsletter_form .field input[type="submit"] {
    width: 270px;
  }
  .popup .rule_card .card .image,
  .popup .newsletter_form .field input,
  .voting_bar .percentage,
  .popup .newsletter_form .field select {
    border-width: 2px;
  }
  .voting_bar .percentage {
    padding: 2px;
  }
  .popup .players_voted .discord {
    margin-top: 15px;
  }
  .popup .players_voted .text_box h5 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1180px) {
  h2,
  h1 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  .btn_one {
    padding: 8px 12px;
  }
  .wrapper {
    max-width: 980px;
  }
  .pillars_game .card {
    min-height: 550px;
  }
  .banner_home .text_box {
    max-width: 320px;
  }
  .banner_home h3 {
    font-size: 18px;
  }
  .banner_home h3 {
    margin: 20px 0;
  }
  .main_banner .top_bg {
    background-size: cover;
  }
  .entities_section h2 {
    padding-top: 115px;
  }
  .pillars_game {
    padding-bottom: 42px;
  }
  .entities_section {
    background-size: cover;
  }
  .features_section .hand {
    background-size: 450px;
  }
  .pillars_game .outer_card {
    margin-top: 0;
  }
  .features_section .image_box {
    margin-right: 0;
    width: 365px;
    float: right;
    margin-top: -55px;
  }
  .banner_home a.btn_one {
    font-size: 16px;
    width: 225px;
    height: 45px;
  }
  .features_section .outer_list ul {
    width: 49%;
  }
  .main_banner .left p {
    font-size: 20px;
  }
  .main_banner .top_section .left img {
    width: 300px;
  }
  .entities_section .tab_body .left_image {
    width: calc(100% - 500px);
    margin-left: 80px;
    margin-top: 20px;
  }
  /* .entities_section .tab_body .right_text{width: calc(100% - 600px);} */
  .footer .left_part {
    width: 460px;
  }
  .footer .right_part {
    margin-left: 0;
  }
  .footer .right_part {
    margin-top: 60px;
  }
  .footer {
    padding: 40px 0;
  }

  .header .star-home,
  .header li.active:nth-child(1) ~ .animation {
    width: 62px;
    left: 0;
  }
  .header .star-home,
  .header li.active:nth-child(2) ~ .animation {
    width: 80px;
    left: 96px;
  }
  .header .star-home,
  .header li.active:nth-child(3) ~ .animation {
    width: 90px;
    left: 210px;
  }
  .header .star-home,
  .header li.active:nth-child(4) ~ .animation {
    width: 76.5px;
    left: 339px;
  }
  .header .star-home,
  .header li.active:nth-child(5) ~ .animation {
    width: 47px;
    left: 449px;
  }
  .header .star-home,
  .header li.active:nth-child(6) ~ .animation {
    width: 122px;
    left: 530px;
  }
  .popup .popup_inner .outer_section {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .wrapper {
    max-width: 100%;
    padding: 0 40px;
  }
  .main_banner .top_section .left {
    margin-bottom: 30px;
  }
  .main_banner .top_section .left,
  .main_banner .top_section .right {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }
  .main_banner {
    min-height: 100%;
    padding-bottom: 190px;
  }
  .entities_section {
    padding-bottom: 160px;
  }
  .features_section .hand {
    background-size: 300px;
    top: -207px;
  }
  .features_section .outer_list ul {
    width: 47%;
  }
  .footer .left_part {
    margin-left: 0;
  }
  .footer .right_part {
    margin-left: auto;
    margin-right: auto;
    float: unset;
    clear: both;
    margin-top: 46px;
  }
  .footer .left_part {
    width: 369px;
    margin-bottom: 30px;
  }
  .footer {
    background-position: 0 0;
  }
  .animation {
    display: none;
  }

  .header li a {
    position: relative;
    width: auto !important;
  }
  .header li a::before {
    content: "";
    position: absolute;
    height: 5px;
    bottom: -11px;
    background: #ffda86;
    z-index: 0;
    transition: 0.4s;
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header li a:hover::before,
  .header li.active a::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header li {
    width: auto !important;
  }

  .entities_section .tab_body .left_image {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header li a {
    font-size: 12px;
  }
  .header nav {
    width: calc(100% - 215px);
  }
  .main_banner .video_part {
    max-width: 100%;
  }
  .main_banner .left p {
    font-size: 18px;
  }
  .footer p {
    font-size: 14px;
  }

  .header {
    z-index: -999;
    text-align: center;
    position: fixed;
    left: -100%;
    top: 0;
    background: url(../images/entities-bg.png) left top no-repeat #000;
    background-size: cover;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s ease-in-out;
  }
  .header.open {
    left: 0;
    z-index: 200;
    z-index: 200;
  }
  .mobile_bar {
    display: block;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: transparent;
    position: fixed;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.5);
    padding: 7px;
    border: 2px solid #fff;
  }
  .mobile_bar span {
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    transition: 0.4s;
  }
  .mobile_bar span:nth-child(2) {
    width: 70%;
  }
  .mobile_bar:hover span:nth-child(2) {
    width: 100%;
  }
  .header .wrapper {
    max-width: 600px;
  }
  .header nav {
    width: 100%;
    padding-top: 20px;
  }
  .header .cart {
    width: 100%;
    margin-top: 25px;
  }
  .header li {
    width: 100%;
    margin-bottom: 25px;
  }
  .header li a {
    font-size: 18px;
    color: #000;
  }
  .header .indicator {
    display: none !important;
  }
  .header .btn_one {
    background: #000;
    color: #fff;
    border-color: #000;
    padding: 12px 20px;
  }
  .header .btn_one:hover {
    background: transparent;
    color: #000;
  }
  .stop_scroll {
    overflow: hidden;
  }
  .header li {
    width: 100% !important;
  }
  .header .right_part {
    padding-left: 0;
    width: 100%;
  }
  .header .logo {
    width: 100%;
  }
  .entities_section .tab_body .left_image {
    margin-left: 50px;
  }
  .entities_section .tab_body .left_image {
    width: calc(100% - 450px);
  }
}

@media only screen and (max-width: 767px) {
  h2,
  h1 {
    font-size: 25px;
    line-height: 1.2;
  }
  .wrapper {
    padding: 0 30px;
  }
  .header .wrapper {
    max-width: 300px;
  }

  .main_banner .top_section {
    margin-top: 100px;
  }
  .main_banner .video_part {
    height: 300px;
  }
  .main_banner .bottom_bg {
    background-size: cover;
  }
  .pillars_game::before {
    top: -158px;
    height: 160px;
  }

  .media_section .tab_header li {
    margin: 0 30px;
    font-size: 14px;
  }
  .main_banner .video_part .play {
    background-size: 35px;
    top: 40%;
    width: 35px;
    height: 35px;
  }
  .main_banner .video_part .sound {
    font-size: 13px;
  }
  .media_section .grid {
    grid-gap: 12px;
  }

  .entities_section .tab_body .right_text {
    margin-left: 0px;
    width: 100%;
    margin-top: 35px;
  }
  .entities_section .tab_header {
    display: none;
  }
  .entities_section .tab_body .left_image p {
    display: block;
    text-align: center;
    margin: 40px auto;
  }

  .media_section {
    padding-bottom: 50px;
  }
  .entities_section .tab_body .left_image {
    width: 100%;
  }
  .entities_section {
    padding-bottom: 290px;
  }
  .features_section .outer_list ul {
    transform: translate(0);
  }
  .entities_section .tab_body.full_width {
    width: 500px;
    float: unset;
    margin: 0 auto;
  }
  .entities_section .tab_body .content {
    display: block;
  }
  .entities_section .tab_body .right_text,
  .entities_section .tab_body .left_image {
    transform: translateX(0);
  }

  .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 50;
  }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #000;
    margin: 0 5px;
    background: #fff;
  }
  .slick-dots li.slick-active {
    background: #ffda86;
  }
  .slick-dots button {
    border: none;
    background: transparent;
    font-size: 0 !important;
    opacity: 1 !important;
    display: none;
  }
  .entities_section .slick-dots {
    bottom: -100px;
  }
  .entities_section .crow_bg {
    display: none;
  }
  .entities_section {
    background: url(../images/entities-mobile-bg.png) center center no-repeat
      #000;
    background-size: 100% 100%;
  }
  .entities_section h2 {
    padding-top: 172px;
  }
  .pillars_game::before {
    z-index: 3;
  }
  .pillars_game {
    z-index: unset;
  }
  .pillars_game .slick-dots {
    bottom: -70px;
  }
  .pillars_game .slick-dots li.slick-active {
    background: #fff;
  }
  .pillars_game .slick-dots li {
    background: transparent;
    border-color: #fff;
  }
  .footer_bottom .top {
    display: none;
  }
  .footer_bottom .mobile_view {
    display: block;
  }
  .footer_bottom hr {
    display: none;
  }
  .footer_bottom .left {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .footer_bottom .right {
    width: 100%;
    text-align: center;
    order: 1;
  }

  .footer_bottom .mobile_view {
    margin-top: 15px;
  }
  .footer_bottom .mobile_view p {
    margin: 30px 0;
  }
  .footer_bottom::before {
    content: "";
    background: linear-gradient(0deg, #000, #000b4100);
    width: calc(100% + 80px);
    position: absolute;
    left: -40px;
    bottom: 0;
    height: 140%;
    z-index: -1;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer_bottom {
    padding-bottom: 40px;
  }
  .footer_bottom .bottom {
    position: relative;
    z-index: 1;
  }
  .footer_bottom .right ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_bottom .right .mobile_view a {
    padding: 0 5px;
  }
  .header li {
    width: 100% !important;
  }
  .main_banner .top_section p {
    font-size: 20px;
    line-height: 28px;
  }
  .entities_section .tab_body .left_image {
    margin-left: 0;
  }
}

@media only screen and (max-width: 650px) {
  .pillars_game .card.active {
    margin: unset;
    position: relative;
    text-align: center;
  }
  .pillars_game .card.active .text {
    position: absolute;
    max-width: 100%;
    transform: unset;
    left: 50%;
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px;
  }
  .pillars_game .card {
    min-height: 700px;
  }
  .pillars_game .wrapper {
    padding: 0;
  }
  .pillars_game .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .pillars_game .slick-slide {
    margin: 0 8px;
  }
  .features_section .outer_list ul {
    width: 100%;
  }
  .features_section {
    padding-top: 140px;
  }
  .features_section .hand {
    background-size: 240px;
    top: -121px;
  }
  .features_section .image_box {
    width: 257px;
    float: unset;
    margin-top: 0;
    text-align: center;
    margin: 0 auto;
  }
  .features_section .outer_list ul {
    transform: translate(0px, 100px);
  }
  .media_section .grid {
    grid-template-columns: auto auto;
  }
  .media_section .grid .grid_item.large2 {
    grid-column-start: unset;
    grid-row-start: unset;
  }
  .media_section .grid .grid_item.large {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }
  .media_section {
    padding: 40px 0 50px;
    margin-top: 0;
  }
  .footer .right_part {
    max-width: 100%;
  }
  .features_section h2 {
    text-align: center;
  }
  .media_section .tab_header li {
    margin: 0 8px;
    font-size: 10px;
  }

  .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 50;
  }
  .slick-dots li {
    display: inline-block;
  }
  .slick-dots {
    border: none;
    background: transparent;
    font-size: 0 !important;
    opacity: 1 !important;
  }
  .main_banner .video_part {
    height: 300px;
  }
  .footer .btn_box a {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .left_part {
    width: 280px;
    margin-left: -82px;
  }
  .footer .fixed_bg_2 {
    background-position: 18% 0;
  }
  .footer_bottom .left,
  .footer_bottom .right {
    width: 100%;
  }
  .entities_section .tab_body.full_width {
    width: 380px;
  }
  .main_banner .video_part .sound {
    font-size: 12px;
  }
  .main_banner .top_section .right {
    padding: 0;
  }
  .main_banner .top_section p {
    font-size: 16px;
    line-height: 22px;
  }

  .popup .popup_inner {
    width: 390px;
  }
  .popup .thrive_logo .image img {
    width: 180px;
  }
  .popup .thrive_logo h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .popup .choose_rule h3 {
    font-size: 16px;
  }
  .popup .rule_card .card {
    width: 49%;
  }
  .popup .rule_card .card h4 {
    font-size: 12px;
    margin-top: 5px;
  }
  /* .popup .rule_card .card .image{border-width: 2px;} */
  .popup .close_btn {
    left: 30px;
  }
  .popup .close_btn img {
    width: 30px;
  }
  .popup .newsletter_form .field input,
  .popup .newsletter_form .field select {
    padding: 10px 8px;
    font-size: 14px;
  }
  /* .popup .newsletter_form .date_fill .date{width: 33%;} */
  .popup .newsletter_form .date_fill .date input {
    width: 42px;
    margin-right: 5px;
  }
  .popup .newsletter_form .field input[type="submit"] {
    font-size: 16px;
    width: 200px;
  }
  .popup .newsletter_form,
  .popup .players_voted {
    max-width: 100%;
  }
  .popup .newsletter_form .field label {
    font-size: 14px;
  }
  .voting_bar .title h4 {
    font-size: 12px;
  }
  .popup .players_voted .text_box h3 {
    font-size: 15px;
    margin: 10px 0;
  }
  .popup .players_voted .text_box h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .popup .players_voted .text_box p {
    margin-bottom: 15px;
    line-height: 19px;
  }
  .popup .players_voted .discord {
    width: 160px;
    margin: 10px 0;
  }
  .pillars_game .slick-slide {
    pointer-events: none;
  }
  .pillars_game .slick-slide.slick-active {
    pointer-events: unset;
  }
  .pillars_game .card:hover .img {
    transform: scale(1);
  }
  .pillars_game .card.active .img {
    transform: scale(1.2);
  }
}

@media only screen and (max-width: 400px) {
  .main_banner .video_part {
    height: 175px;
  }
  .main_banner .video_part .play {
    top: 30%;
  }
  .entities_section .tab_body .left_image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .entities_section .tab_body.full_width {
    width: 301px;
  }
  .entities_section {
    padding-bottom: 225px;
  }
  .entities_section h2 {
    padding-top: 110px;
  }
  .popup .close_btn {
    left: 15px;
    top: 15px;
  }
  .popup .newsletter_form .field input[type="submit"] {
    font-size: 14px;
    width: 170px;
  }
  .popup .popup_inner {
    width: 300px;
  }
  .popup .newsletter_form .field input,
  .popup .newsletter_form .field select {
    font-size: 12px;
  }
  .popup .newsletter_form .date_fill .date {
    width: 32%;
  }
}
