/** 
 * Elementor Setting: 
 * - Content Width: 1200 (px)
 * - Primary Color: #000000
 * - Primary Font: Open Sans
 */
@font-face {
  font-family: 'Galada';
  src: url("../styles/fonts/galada/Galada-Regular.eot");
  src: url("../styles/fonts/galada/Galada-Regular.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/galada/Galada-Regular.woff2") format("woff2"), url("../styles/fonts/galada/Galada-Regular.woff") format("woff"), url("../styles/fonts/galada/Galada-Regular.ttf") format("truetype"), url("../styles/fonts/galada/Galada-Regular.svg#Galada-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Rubik';
  src: url("../styles/fonts/rubik/Rubik-Regular.eot");
  src: url("../styles/fonts/rubik/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/rubik/Rubik-Regular.woff2") format("woff2"), url("../styles/fonts/rubik/Rubik-Regular.woff") format("woff"), url("../styles/fonts/rubik/Rubik-Regular.ttf") format("truetype"), url("../styles/fonts/rubik/Rubik-Regular.svg#Rubik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.site-header {
  display: none; }

.sidebar_shortcode_container {
  position: fixed;
  top: 180px;
  right: 30px;
  transform: translateY(-50%);
  z-index: 10000; }
  @media only screen and (max-width: 767px) {
    .sidebar_shortcode_container {
      position: static;
      display: block;
      padding: 32px 50px;
      background: #F0F0F0;
      transform: translateY(0%); } }
  .sidebar_shortcode_container .sidebar_shortcode_wrapper ul {
    margin: 0;
    list-style: none; }
  .sidebar_shortcode_container .sidebar_shortcode_wrapper li {
    margin-bottom: 12px; }
    @media only screen and (max-width: 767px) {
      .sidebar_shortcode_container .sidebar_shortcode_wrapper li {
        width: 32%;
        display: inline-block;
        text-align: center;
        margin-bottom: 0px; } }
  .sidebar_shortcode_container .sidebar_shortcode_wrapper span {
    display: none; }
  .sidebar_shortcode_container .sidebar_shortcode_wrapper a {
    display: inline-block;
    width: 72px;
    height: 72px;
    background-color: transparent;
    text-align: center;
    border-radius: 100%;
    position: relative;
    outline: none; }
    .sidebar_shortcode_container .sidebar_shortcode_wrapper a:hover {
      transform: scale(1.1); }
  .sidebar_shortcode_container .sidebar_shortcode_wrapper .fas, .sidebar_shortcode_container .sidebar_shortcode_wrapper .fa, .sidebar_shortcode_container .sidebar_shortcode_wrapper .fab, .sidebar_shortcode_container .sidebar_shortcode_wrapper .fa5 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .sidebar_shortcode_container .sidebar_shortcode_wrapper .top_button {
    border-radius: 5px; }
    .sidebar_shortcode_container .sidebar_shortcode_wrapper .top_button i:before {
      font-size: 24px; }

.musicplayer_shortcode_container {
  position: fixed;
  top: 240px;
  right: 34px;
  transform: translateY(50%);
  z-index: 10000; }
  @media only screen and (max-width: 767px) {
    .musicplayer_shortcode_container {
      position: absolute;
      display: inline-block;
      padding: 0px;
      background: transparent;
      transform: translateY(0%);
      top: 4vh;
      left: 88vw;
      width: 32px; } }
  .musicplayer_shortcode_container .musicplayer_shortcode_wrapper ul {
    margin: 0;
    list-style: none; }
  .musicplayer_shortcode_container .musicplayer_shortcode_wrapper li {
    margin-bottom: 0px;
    display: none !important; }
    @media only screen and (max-width: 767px) {
      .musicplayer_shortcode_container .musicplayer_shortcode_wrapper li {
        width: 32%;
        display: inline-block;
        text-align: center;
        margin-bottom: 0px; } }
  .musicplayer_shortcode_container .musicplayer_shortcode_wrapper span {
    display: none; }
  .musicplayer_shortcode_container .musicplayer_shortcode_wrapper button {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: transparent;
    text-align: center;
    position: relative;
    outline: none;
    padding: 0px;
    max-width: 64px; }
    .musicplayer_shortcode_container .musicplayer_shortcode_wrapper button:hover {
      transform: scale(1.1); }
    @media only screen and (max-width: 767px) {
      .musicplayer_shortcode_container .musicplayer_shortcode_wrapper button {
        width: 32px;
        height: 32px; } }
  .musicplayer_shortcode_container .musicplayer_shortcode_wrapper .show {
    display: block !important; }

@keyframes left_slide_in {
  0% {
    opacity: 0; }
  70% {
    transform: translateX(10%); }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes right_slide_in {
  0% {
    opacity: 0; }
  70% {
    transform: translateX(-10%); }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes down_slide_in {
  0% {
    opacity: 0; }
  70% {
    transform: translateY(0); }
  to {
    transform: translateY(0);
    opacity: 1; } }

.section_home_image_map {
  position: relative; }
  .section_home_image_map .main_image {
    width: 100%;
    max-width: 100%;
    transition: .2s;
    filter: brightness(100%);
    position: relative; }
    .section_home_image_map .main_image.hover {
      transition: .2s;
      filter: brightness(20%); }
  .section_home_image_map .home_image_map_button {
    position: absolute;
    opacity: 0;
    outline: none; }
    .section_home_image_map .home_image_map_button:hover {
      opacity: 1;
      transition: opacity .2s; }
    .section_home_image_map .home_image_map_button.hover {
      opacity: 1;
      transition: opacity .2s; }
    .section_home_image_map .home_image_map_button img {
      width: 100%;
      opacity: 70%;
      outline: none; }
  .section_home_image_map .home_image_map_about {
    height: 22.3%;
    width: 15.06%;
    left: 12.99%;
    top: 48.95%;
    z-index: 4; }
    @media only screen and (max-width: 767px) {
      .section_home_image_map .home_image_map_about {
        display: none; } }
  .section_home_image_map .home_image_map_store {
    height: 55.66%;
    width: 33.4%;
    left: 9.99%;
    top: 4.42%;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .section_home_image_map .home_image_map_store {
        display: none; } }
  .section_home_image_map .home_image_map_mint {
    height: 57.87%;
    width: 26.89%;
    left: 32.48%;
    top: 3.81%;
    z-index: 2; }
  .section_home_image_map .home_image_map_the_lab {
    height: 38.61%;
    width: 22.56%;
    left: 53.99%;
    top: 9.2%;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .section_home_image_map .home_image_map_the_lab {
        display: none; } }
  .section_home_image_map .home_image_map_new_centre {
    height: 26.72%;
    width: 10.73%;
    left: 79.54%;
    top: 17.81%;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .section_home_image_map .home_image_map_new_centre {
        display: none; } }
  .section_home_image_map .home_image_map_roadmap {
    height: 34.84%;
    width: 20.38%;
    left: 67.58%;
    top: 61.31%;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .section_home_image_map .home_image_map_roadmap {
        display: none; } }

.section_popup_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  font-size: 1rem;
  display: none; }
  .section_popup_box.show {
    display: block; }
  @media only screen and (max-width: 767px) {
    .section_popup_box {
      display: block;
      position: static;
      height: auto; } }
  .section_popup_box .section_popup_box_content {
    position: absolute;
    padding: 10em 5em;
    width: 50%;
    max-width: 750px;
    height: 100%;
    background-color: #F0F0F0;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    overflow-x: auto;
    display: none; }
    .section_popup_box .section_popup_box_content.show {
      display: block; }
    @media only screen and (max-width: 767px) {
      .section_popup_box .section_popup_box_content {
        display: block;
        width: 100%;
        position: relative;
        padding: 5em 4em 2em 4em;
        background-color: #fff; } }
    .section_popup_box .section_popup_box_content .team_item img {
      max-width: 360px; }
      @media only screen and (max-width: 767px) {
        .section_popup_box .section_popup_box_content .team_item img {
          width: 100%; } }
    .section_popup_box .section_popup_box_content .btn_close {
      position: absolute;
      width: 5%;
      max-width: 35px;
      min-width: 25px;
      transition: all .2s ease-in-out;
      top: 1em;
      right: 1em;
      cursor: pointer; }
      .section_popup_box .section_popup_box_content .btn_close:hover {
        transform: scale(1.1); }
      @media only screen and (max-width: 767px) {
        .section_popup_box .section_popup_box_content .btn_close {
          display: none; } }
    .section_popup_box .section_popup_box_content .section_popup_box_container {
      text-align: center;
      margin-bottom: 100px; }
      @media only screen and (max-width: 767px) {
        .section_popup_box .section_popup_box_content .section_popup_box_container {
          margin-bottom: 80px; }
          .section_popup_box .section_popup_box_content .section_popup_box_container:last-child {
            margin-bottom: 0px; } }
      .section_popup_box .section_popup_box_content .section_popup_box_container h1,
      .section_popup_box .section_popup_box_content .section_popup_box_container h2,
      .section_popup_box .section_popup_box_content .section_popup_box_container h3 {
        font-family: 'Galada'; }
      .section_popup_box .section_popup_box_content .section_popup_box_container h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 38px;
        line-height: 76px;
        color: #202020; }
        @media only screen and (max-width: 767px) {
          .section_popup_box .section_popup_box_content .section_popup_box_container h1 {
            font-size: 24px;
            line-height: 36px; } }
      .section_popup_box .section_popup_box_content .section_popup_box_container h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 48px;
        color: #202020;
        margin-bottom: 0px; }
        @media only screen and (max-width: 767px) {
          .section_popup_box .section_popup_box_content .section_popup_box_container h3 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 18px; } }
      .section_popup_box .section_popup_box_content .section_popup_box_container p {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #404040;
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          .section_popup_box .section_popup_box_content .section_popup_box_container p {
            font-size: 14px;
            line-height: 21px; } }
      .section_popup_box .section_popup_box_content .section_popup_box_container img {
        border-radius: 30px;
        margin-bottom: 20px; }
  .section_popup_box .left_slide_in {
    transform: translateX(-640px);
    animation: left_slide_in .4s ease forwards;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .section_popup_box .left_slide_in {
        transform: translateX(0px);
        transform: translateY(500px);
        animation: down_slide_in .6s ease forwards; } }
  .section_popup_box .right_slide_in {
    transform: translateX(640px);
    animation: right_slide_in .4s ease forwards;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .section_popup_box .right_slide_in {
        transform: translateX(0px);
        transform: translateY(500px);
        animation: down_slide_in .6s ease forwards; } }
  @media only screen and (max-width: 767px) {
    .section_popup_box #roadmap {
      background: #F0F0F0; } }

.page_title h2 {
  font-family: 'Galada' !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 38px;
  line-height: 76px;
  color: #7ABEB8 !important; }
  @media only screen and (max-width: 767px) {
    .page_title h2 {
      font-size: 24px;
      line-height: 36px; } }

@media only screen and (max-width: 767px) {
  .elementor-accordion {
    padding: 20px 35px 40px 35px; } }

.elementor-accordion .elementor-accordion-item {
  margin-bottom: 24px;
  border: none !important; }
  @media only screen and (max-width: 767px) {
    .elementor-accordion .elementor-accordion-item {
      margin-bottom: 20px; } }
  .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    background: #F0F0F0;
    border-radius: 8px;
    padding: 25px 60px 20px 32px;
    outline: none; }
    @media only screen and (max-width: 767px) {
      .elementor-accordion .elementor-accordion-item .elementor-tab-title {
        padding: 15px 30px 15px 10px; } }
    .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
      font-family: 'Galada';
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 48px;
      color: #BEAD7A;
      text-decoration: none;
      display: block;
      outline: none; }
      @media only screen and (max-width: 767px) {
        .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
          font-size: 20px;
          line-height: 24px; } }
      .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title::before {
        content: " ";
        width: 16px;
        height: 24px;
        background-image: url("../images/faq/arrow.png");
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 50px;
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title::before {
            width: 11px;
            height: 16px;
            margin-right: 15px; } }
      .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title::after {
        content: " ";
        width: 24px;
        height: 48px;
        background-image: url("../images/faq/icon_plus.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        right: 32px;
        position: absolute; }
        @media only screen and (max-width: 767px) {
          .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title::after {
            width: 16px;
            height: 22px;
            right: 52px; } }
    .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title::after {
      background-image: url("../images/faq/icon_minus.png"); }
    .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
      display: none; }
  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    color: #404040;
    border: none; }
    @media only screen and (max-width: 767px) {
      .elementor-accordion .elementor-accordion-item .elementor-tab-content {
        font-size: 16px;
        line-height: 24px; } }


/*# sourceMappingURL=main.css.map*/