/*------------------------------------------------------------------------------------
Theme Name: GamFi - Metaverse Web3 IGO/IDO Token Launchpad HTML 5 Template
Theme URL: #
Author: uigigs
Author URL: http://www.uigigs.com/
version: 1.0.0
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
CSS table of content

01. Settings style
02. Base style
03. Sections style
04. Components style
05. Utilities style

------------------------------------------------------------------------------------*/
/*--------------------------------
01. Settings style
--------------------------------*/
/*font family included*/
/* ——— TEST: SASS WATCHER ——— */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

/*--------------------------------
02. Base style
--------------------------------*/
html,
body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  vertical-align: baseline;
  line-height: 1.6;
  font-weight: 500;
  overflow-x: hidden;
  background-color: #151625;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Russo One", sans-serif;
  color: #FFFFFF;
  margin: 0 0 26px;
  line-height: 1.35;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.sec-heading .sub-title {
  color: rgba(163, 255, 18, 0.7);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
}

.sec-heading .heading-left-image {
  margin-left: 10px;
}

.sec-heading .heading-right-image {
  margin-right: 10px;
}

/* Mobile: smaller decorative images and better alignment */
@media (max-width: 768px) {
  .sec-heading .sub-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sec-heading .heading-left-image,
  .sec-heading .heading-right-image {
    max-width: 40px;
    height: auto;
  }
  
  .sec-heading .sub-title {
    font-size: 14px;
    white-space: nowrap;
  }
}

.uppercase {
  text-transform: uppercase !important;
}

a {
  color: #FFFFFF;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #A3FF12;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body i {
  font-size: 8px;
  color: #B5B5BA;
}

button {
  border: none;
}

.clear {
  clear: both;
}

body .dblock {
  display: block;
}

::-moz-selection {
  background: #2D65F8;
  text-shadow: none;
  color: #FFFFFF;
}

::selection {
  background: #2D65F8;
  text-shadow: none;
  color: #FFFFFF;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

body .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}

body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
}

body .search-modal .close {
  color: #FFFFFF;
  margin-top: 20px;
  font-size: 14px;
  background-color: transparent;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 20px;
  z-index: -1;
}

body .search-modal .close:hover {
  color: #A3FF12 !important;
  opacity: 1 !important;
}

body .modal-backdrop {
  opacity: 1 !important;
}

.white-color {
  color: #FFFFFF !important;
}

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

/*--- sidebar sticky ---*/
.sidebar__inner {
  left: auto !important;
}

/*--- progress style ---*/
.total_rised_progress_sect .progress-line {
  height: 15px;
  margin: 10px 0 18px 0;
}

.gamfi_v2_hero_btns .white-btn {
  margin-left: 0;
}

/*--------------------------------
03. Sections style
--------------------------------*/
/*--- home page style ---*/
/*--- Gamfi Banner Section CSS ---*/
.sc-banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 60px 0 80px;
  background: #151625;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sc-banner .video-iconarea {
  position: relative;
}
.sc-banner .banner-content {
  max-width: 700px;
  margin: 0 auto;
}

.banner-content .banner-icon {
  margin: 0 0 24px;
}
.banner-content .banner-title {
  margin: 0 0 20px;
}
.banner-content .sub-title {
  font-weight: 300;
  line-height: 1.3;
}
.banner-content .description {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 40px;
}

/*--- Gamfi About Section CSS ---*/
.gamfi-about-secion {
  background: #151625;
}

.game-price-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
  z-index: 9;
}
.game-price-item .game-price-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.game-price-item .game-price-inner .price-inner .image-icon {
  margin-right: 25px;
}
.game-price-item .game-price-inner .all-raise {
  color: #FFFFFF;
}
.game-price-item .allocation-max img {
  margin-top: 10px;
}
.game-price-item .allocation-max .allocation {
  color: #FFFFFF;
  margin-top: 73px;
}
.game-price-item .targeted-raise .all-raise {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.game-price-item .targeted-raise .targeted-raise {
  color: #FFFFFF;
}

.game-price-item .price-details h3,
.game-price-item .price-details a {
  color: #FFFFFF;
  transition: 0.4s;
  text-transform: capitalize;
}
.game-price-item .price-details .dsc {
  text-transform: uppercase;
}

.game-price-item .more {
  border: 1px solid #2E2F3C;
}
.game-price-item .btn-area,
.game-price-item .text-content,
.game-price-item .social-area {
  width: 33.333%;
}
.game-price-item .text-content {
  text-align: center;
}
.game-price-item .social-icon-list {
  text-align: right;
}

.gamfi-about-secion .text-content,
.gamfi-about-secion .allocation,
.gamfi-about-secion .targeted-raise {
  font-family: "Russo One", sans-serif;
}
.gamfi-about-secion .game-price-inner,
.gamfi-about-secion .progress-inner {
  position: relative;
  z-index: 3;
}
.gamfi-about-secion .total-price .all-raise {
  font-family: "Russo One", sans-serif;
}
.gamfi-about-secion .targeted-raise .all-raise {
  font-family: "Inter", sans-serif;
}
.gamfi-about-secion .total-price,
.gamfi-about-secion .targeted-raise {
  width: 38%;
}
.gamfi-about-secion .total-price .targeted-raise,
.gamfi-about-secion .targeted-raise .targeted-raise {
  width: 100%;
}
.gamfi-about-secion .allocation-max {
  width: 24%;
}

.banner-slider-inner {
  margin-top: -156px;
  z-index: 9;
  position: relative;
}
.banner-slider-inner .game-price-inner img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.banner-slider-inner .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.banner-slider-inner .owl-dots .owl-dot {
  width: 11px;
  height: 9px;
  transform: skew(20deg);
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin: 0 5.5px;
  transition: 0.3s;
}
.banner-slider-inner .owl-dots .owl-dot:hover, .banner-slider-inner .owl-dots .owl-dot.active {
  background: #FFFFFF;
}

.price-counter .timer,
.banner-slider-inner .timer {
  margin-bottom: 48px;
}

.price-counter .timer ul,
.banner-slider-inner .timer ul {
  display: flex;
  justify-content: space-between;
}
.price-counter .timer ul li,
.banner-slider-inner .timer ul li {
  font-size: 30px;
  color: #FFFFFF;
}
.price-counter .timer ul li span,
.banner-slider-inner .timer ul li span {
  font-size: 16px;
  margin-left: 2px;
}
.price-counter .timer ul li:last-child,
.banner-slider-inner .timer ul li:last-child {
  margin-right: 0;
}

.hover-shape-inner {
  background: radial-gradient(circle, #4a4176 -24%, #1E1F35 40%);
}






















.info-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-list li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.7);
}

.info-list .social-link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.info-list .social-link li a i {
  font-size: 18px;
}

/*--- ProjectDetails2 ---*/
.project_details2_section {
  background: #151625;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}
.project_details2_section .container {
  z-index: 1;
  position: relative;
}

.project_details2_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.project_details2_bg img {
  max-height: 845px;
  width: 100%;
}

.first_survivor_city_left_section {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  padding: 30px;
  position: relative;
}
.first_survivor_city_left_section .chain_img {
  position: absolute;
  top: 30px;
  right: 30px;
}

.first_survivor_city_left_timer {
  width: 345px;
  height: 50px;
  background: url("../images/project/shapeTimerBg.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 30px;
  left: 0px;
}

.first_survivor_city_left_timer .price-counter ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 232px;
  margin: 0px 30px;
  padding-top: 12px;
}
.first_survivor_city_left_timer .price-counter ul li {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}
.first_survivor_city_left_timer .price-counter ul li span {
  font-size: 15px;
}

.first_survivor_city_left_section .total_rised_progress_sect {
  margin-top: 120px;
}

.first_survivor_city_right_section {
  padding: 30px 0px 30px 19px;
}

.first_survivor_city_right_project_name {
  margin-left: 29px;
}
.first_survivor_city_right_project_name h2 {
  margin-bottom: 21px;
}
.first_survivor_city_right_project_name h2 a {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.first_survivor_city_right_project_name span {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.first_survivor_city_right_headings {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.first_survivor_city_right_section p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 35px;
  margin-bottom: 40px;
}

.first_survivor_city_right_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pool_and_token_info_sect {
  margin-top: 70px;
}

.pool_and_token_info_card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  padding: 43px 29px;
  padding-bottom: 25px;
}
.pool_and_token_info_card h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.pool_and_token_info_card h2 span {
  margin-left: 8px;
}
.pool_and_token_info_card h2 span img {
  width: 100px;
  height: 15px;
}

.pool_and_token_info_list {
  margin-top: 16px;
}

.pool_and_token_info_list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.pool_and_token_info_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pool_and_token_info_list ul li p {
  margin-bottom: 0px;
}
.pool_and_token_info_list ul li p.pool_and_token_info_list_left {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.7);
}
.pool_and_token_info_list ul li p.pool_and_token_info_list_right {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #FFFFFF;
}
.pool_and_token_info_list ul li p.pool_and_token_info_list_right span {
  margin-right: 29px;
}

.project_details2_schedule_table_sect {
  margin-top: 53px;
}
.project_details2_schedule_table_sect h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.project_details2_schedule_table_sect h2 span {
  margin-left: 10px;
}
.project_details2_schedule_table_sect h2 span img {
  height: 15px;
  width: 100px;
}

.project_details2_schedule_table_headings {
  height: 60px;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
}

.project_details2_schedule_table_headings ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0px 29px;
}
.project_details2_schedule_table_headings ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.project_details2_schedule_table_headings ul li.column_1 {
  width: 30%;
}
.project_details2_schedule_table_headings ul li.column_2 {
  width: 30%;
}
.project_details2_schedule_table_headings ul li.column_3 {
  width: 30%;
}
.project_details2_schedule_table_headings ul li.column_4 {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.project_details2_schedule_table_body {
  background: transparent;
  width: 100%;
}

.project_details2_schedule_table_body ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0px 29px;
}
.project_details2_schedule_table_body ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.project_details2_schedule_table_body ul li span {
  margin-right: 13px;
}
.project_details2_schedule_table_body ul li.column_1 {
  width: 30%;
}
.project_details2_schedule_table_body ul li.column_2 {
  width: 30%;
}
.project_details2_schedule_table_body ul li.column_3 {
  width: 30%;
}
.project_details2_schedule_table_body ul li.column_4 {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.project_details2_allocations_table_sect {
  margin-top: 53px;
}
.project_details2_allocations_table_sect h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.project_details2_allocations_table_sect h2 span {
  margin-left: 10px;
}
.project_details2_allocations_table_sect h2 span img {
  height: 15px;
  width: 100px;
}

.project_details2_allocations_table_headings {
  height: 60px;
  background: rgba(255, 255, 255, 0.08);
}

.project_details2_allocations_table_headings ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0px 29px;
  padding-right: 0px;
}
.project_details2_allocations_table_headings ul li {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project_details2_allocations_table_headings ul li.column_1 {
  width: 12%;
}
.project_details2_allocations_table_headings ul li.column_2 {
  width: 25%;
}
.project_details2_allocations_table_headings ul li.column_3 {
  width: 25%;
}
.project_details2_allocations_table_headings ul li.column_4 {
  width: 25%;
}
.project_details2_allocations_table_headings ul li.column_5 {
  width: 13%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 29px;
}

.project_details2_allocations_table_body {
  background: transparent;
}

.project_details2_allocations_table_body ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  padding: 0px 29px;
  padding-right: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project_details2_allocations_table_body ul li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project_details2_allocations_table_body ul li.column_1 {
  width: 12%;
}
.project_details2_allocations_table_body ul li.column_2 {
  width: 25%;
}
.project_details2_allocations_table_body ul li.column_3 {
  width: 25%;
}
.project_details2_allocations_table_body ul li.column_3 span {
  margin-right: 12px;
}
.project_details2_allocations_table_body ul li.column_4 {
  width: 25%;
}
.project_details2_allocations_table_body ul li.column_5 {
  width: 13%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.project_details2_allocations_table_body ul li.column_5 button {
  outline: none;
  height: 40px;
  width: 120px;
  background: rgba(255, 255, 255, 0.1);
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*--- IGO Ranking page style ---*/
/*--- Gamfi Igo-Rankging Section CSS ---*/
.igo-rankging-table-list {
  background: #151625;
}

.igo-rankging-table-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.igo-rankging-table-list tr th,
.igo-rankging-table-list tr td {
  width: 14.28%;
  padding: 20px 25px;
}
.igo-rankging-table-list tr th:nth-child(1),
.igo-rankging-table-list tr td:nth-child(1) {
  width: 10.28%;
}
.igo-rankging-table-list tr th:nth-child(2),
.igo-rankging-table-list tr td:nth-child(2) {
  width: 24%;
}
.igo-rankging-table-list tr th:nth-child(3),
.igo-rankging-table-list tr td:nth-child(3) {
  width: 12.28%;
}
.igo-rankging-table-list tr th:last-child,
.igo-rankging-table-list tr td:last-child {
  width: 10.28%;
}
.igo-rankging-table-list tr th img,
.igo-rankging-table-list tr td img {
  max-width: 35px;
}
.igo-rankging-table-list tr th:last-child,
.igo-rankging-table-list tr td:last-child {
  text-align: right;
}

.igo-rankging-table-list tr .image-row {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.igo-rankging-table-list tr .image-row img {
  margin-right: 15px;
}
.igo-rankging-table-list tr th {
  font-family: "Russo One", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 5px;
}
.igo-rankging-table-list tr td {
  background: #1A1B30;
  color: #FFFFFF;
}

@-moz-document url-prefix() {
  .igo-rankging-table-list tr th:nth-child(2),
  .igo-rankging-table-list tr td:nth-child(2) {
    width: 23%;
  }
  .igo-rankging-table-list tr th:nth-child(3),
  .igo-rankging-table-list tr td:nth-child(3) {
    width: 12%;
  }
  .igo-rankging-table-list tr th,
  .igo-rankging-table-list tr td {
    width: 14%;
  }
}
/*--- Blog page style ---*/
/*--- blog style ---*/
.latest_articles_sect {
  padding: 71px 0px 100px 0px;
  background: #151625;
}

.latest_articles_card {
  background: rgba(30, 31, 53, 0.8);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  min-height: 544px;
}

.article_img {
  width: 100%;
  overflow: hidden;
}

.article_img img {
  width: 100%;
  overflow: hidden;
}

.article_details {
  padding: 25px 30px;
}

.article_details2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.article_details h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0px;
  color: rgba(163, 255, 18, 0.7);
  cursor: pointer;
}

.article_details h2:hover {
  color: rgb(163, 255, 18);
}

.article_details h2 span {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  cursor: auto;
}

.article_details h3 a {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: none;
  max-width: 299px;
}

.article_details p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.article_details a {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article_details a:hover {
  color: rgb(255, 255, 255);
}

.article_details a span {
  margin-right: 9px;
  margin-bottom: 2px;
  opacity: 70%;
}

.article_details a:hover span {
  opacity: 100%;
}

.article_details2 h4 a {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  margin-bottom: 17px;
  margin-top: 18px;
}

.article_details2 h4 a span {
  color: #6D4AFE;
}

.article_details2 h4 a strong {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  color: #A3FF12;
  margin-right: 10px;
}

.article_details2 h5 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.article_details_bgshape {
  position: absolute;
  top: 25%;
  left: 3px;
  z-index: 0;
}

.article_details_top, .article_details_bottom {
  z-index: 1;
  position: relative;
}

/*--- Gamfi Blog detail-conent Section CSS ---*/
.blog-detail-conent {
  padding-top: 60px;
  padding-bottom: 140px;
  background: #151625;
}





.categories-item .categories-summary ul li a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
  line-height: 36px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
}
.categories-item .categories-summary ul li a:hover {
  color: #FFFFFF;
}

.post-item .post-shade {
  margin-top: 35px;
  display: block;
}
.post-item .post-shade h4 {
  text-transform: uppercase;
}
.post-item .post-shade img {
  padding-left: 10px;
}

.post-item .recent-content {
  display: flex;
  margin-bottom: 20px;
}
.post-item .recent-content .recent-text {
  padding-left: 15px;
  position: relative;
  top: 7px;
}
.post-item .recent-content .recent-text span {
  margin-bottom: 10px;
  display: block;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.post-item .recent-content .recent-text h5 a {
  color: #FFFFFF;
}

.tag-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tag-menu ul li {
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 35px;
}
.tag-menu ul li a {
  background: #232433;
  padding: 15px 15px;
  font-style: italic;
}

.latest-item.hover-shape-inner .latest-text {
  overflow: hidden;
}

.latest-item.hover-shape-inner .latest-text,
.latest-item.hover-shape-inner {
  position: relative;
}

div.latest-item .hover-shape-bg {
  z-index: 3;
}

.news-letter-item.hover-shape-inner {
  background: radial-gradient(circle, #4a4176 -53%, #1E1F35 0%);
  position: relative;
  z-index: 9;
  padding: 30px 30px;
}

.news-letter-item.hover-shape-inner .hover_shape1 {
  left: 22%;
}

.news-letter-item.hover-shape-inner .hover_shape2 {
  left: 60.5%;
  width: 60px;
}

.news-letter-item.hover-shape-inner .hover_shape3 {
  left: 41%;
  width: 40px;
}

.categories-area h4.blog-title {
  font-size: 18px;
  text-transform: uppercase;
}

.categories-area h4.blog-title img {
  margin-bottom: 3px;
  width: 80.29px;
  height: 12px;
}

.news-letter-item h4 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 240px;
  width: 100%;
  color: #FFFFFF;
}

.news-letter-item .newsletter-link form input[type=email] {
  width: 100%;
  border: 2px solid #494A5C;
  background: transparent;
  color: #FFFFFF;
  padding: 15px 0 15px 20px;
  margin-bottom: 30px;
}

.news-letter-item .newsletter-link .newsletter-btn input[type=submit] {
  padding: 17px 0;
  width: 100%;
  text-transform: uppercase;
  background: #A3FF12;
  border: transparent;
  font-family: "Russo One", sans-serif;
}

/* --- Gamfi Latest-details-content Section CSS ---*/
.latest-details-content {
  padding-top: 70px;
  padding-bottom: 140px;
  background: #151625;
}
.latest-details-content .latest-content {
  padding-right: 30px;
}

.latest-item {
  margin-bottom: 30px;
}
.latest-item img {
  width: 100%;
  max-height: 450px;
}
.latest-item .sub-inner {
  margin-bottom: 10px;
  display: block;
}
.latest-item .sub-inner span {
  position: relative;
  padding-right: 10px;
}
.latest-item .sub-inner a {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.latest-item .latest-text {
  background: #1A1B30;
  padding: 32px 30px;
}
.latest-item .latest-text .sec-heading p {
  padding-top: 15px;
}

.latest-item .latest-btn a {
  position: relative;
  padding-left: 30px;
  transition: 0.4s;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.latest-item .latest-btn a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #BABBC1;
  top: 7px;
  left: 0;
}
.latest-item .latest-btn a:hover {
  color: #FFFFFF;
}

.latest-item h4.title {
  font-size: 30px;
}
.latest-item h4.title a {
  color: #FFFFFF;
}

/*--- Stacking page style ---*/
/*--- Staking V3 ---*/
.staking_bradcome_right {
  max-width: 554px;
  width: 100%;
  margin-left: auto;
}

.staking_bradcome_right ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.staking_bradcome_right ul li h6 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
.staking_bradcome_right ul li h5 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 158%;
  margin-bottom: 0px;
  color: #FFFFFF;
}

.staking_flip_card_sect {
  background: #151625;
  padding-bottom: 110px;
}

.staking_flip_card {
  background-color: transparent;
  width: 100%;
  min-height: 580px;
  height: 100%;
  perspective: 1000px;
}

.staking_flip_card_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.staking_flip_card.active .staking_flip_card_inner {
  transform: rotateY(180deg);
}

.staking_flip_card_front,
.staking_flip_card_back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.staking_flip_card_front {
  background: rgba(30, 31, 53, 0.7);
  backdrop-filter: blur(5px);
  padding: 40px;
}

.staking_flip_card_back {
  background: rgba(30, 31, 53, 0.7);
  backdrop-filter: blur(5px);
  transform: rotateY(180deg);
}

.staking_flip_card_front_headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 34px;
}
.staking_flip_card_front_headings h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.staking_flip_card_front_body {
  position: relative;
}

.staking_flip_card_front_timebg {
  height: 35px;
  width: 196px;
  background: url("../images/bg/shape-bg.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
  position: absolute;
  left: -40px;
  top: 0px;
}
.staking_flip_card_front_timebg span {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.staking_flip_card_front_timebg span::before {
  content: url("../images/icons/clock.svg");
  margin-right: 11px;
  margin-top: 4px;
}

.staking_apy h3 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #33EFB0;
  margin-bottom: 0px;
  padding-top: 10px;
}

.staking_flip_card_front_list {
  margin-top: 41px;
  margin-bottom: 20px;
}

.staking_flip_card_front_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}
.staking_flip_card_front_list ul li span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.staking_flip_card_front_list ul li strong {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: #FFFFFF;
}

.staking_flip_card_front_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.staking_flip_card_front_buttons button {
  border: none;
  outline: none;
  width: 46.5%;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.staking_flip_card_front_buttons button.btn_purple {
  background: #6D4AFE;
}

.staking_flip_card_front_reward {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
}
.staking_flip_card_front_reward h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
.staking_flip_card_front_reward h5 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #FFFFFF;
}

.staking_flip_card_back_content {
  padding: 40px;
  height: 100%;
  width: 100%;
  position: relative;
}

.staking_flip_card_back_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../images/bg/staking_flip_card_blur_img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

.staking_flip_card_back_headings {
  position: relative;
  text-align: left;
  margin-bottom: 7px;
  z-index: 1;
}
.staking_flip_card_back_headings h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.staking_flip_card_back_headings button.staking_flip_card_close_btn {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: -20px;
  top: -20px;
}

.staking_flip_card_back_body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.staking_flip_card_back_form {
  text-align: left;
  margin-top: 47px;
}
.staking_flip_card_back_form form span {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-align: left;
}

.staking_flip_card_back_form_input {
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 60px;
  max-width: 290px;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.staking_flip_card_back_form_input input {
  background: transparent;
  height: 100%;
  width: 100%;
  max-width: 215px;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.staking_flip_card_back_form_input button {
  width: 60px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.staking_flip_card_back_approve_btn {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.staking_flip_card_back_approve_btn button {
  width: 100%;
  height: 40px;
  background: #6D4AFE;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*--- lp ---*/
.lq_flip_card {
  background-color: transparent;
  width: 100%;
  min-height: 560px;
  height: 100%;
  perspective: 1000px;
}

.staking_lq_bradcome_right ul {
  justify-content: flex-end;
}
.staking_lq_bradcome_right ul li {
  text-align: right;
}

.lq_flip_card_headings {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
}
.lq_flip_card_headings h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.lq_flip_card_headings h2 span {
  margin-right: 11px;
}
.lq_flip_card_headings h3 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #33EFB0;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.staking_header_shape {
  position: absolute;
  right: 28px;
  z-index: 0;
}

.lq_flip_card_body {
  padding: 42px 40px;
  padding-top: 0px;
}

.lq_flip_card_front_buttons {
  padding-top: 22px;
}

.lq_flip_front_card_bottom {
  margin-top: 28px;
}

.lq_flip_front_card_bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 264px;
  width: 100%;
}
.lq_flip_front_card_bottom ul li button {
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  border: none;
  outline: none;
}
.lq_flip_front_card_bottom ul li button:after {
  content: url("../images/icons/copy_icon_gray.svg");
  margin-left: 7px;
  margin-top: 3px;
}

.lq_fleep_back_body {
  position: relative;
  padding: 40px;
}

.lp_flip_card_body_headings h2 {
  text-transform: capitalize;
}

.staking_flip_card_back_headings.lp_flip_card_body_headings button.staking_flip_card_close_btn {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 0px;
  top: 0px;
}

.lp_flip_card_front_list {
  margin-top: 30px;
}

.lp_flip_card_back_approve_btn {
  padding-bottom: 0px;
  padding-top: 67px;
}

.lq_flip_card_back_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  background: url("../images/bg/lq_fleep_card_blur_img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.lq_flip_card_back_form {
  margin-top: 37px;
}

/*--- Staking_4 ---*/
.staking4_time_counter {
  margin-bottom: 67px;
  max-width: 379px;
  margin-right: auto;
  margin-top: 22px;
}

.staking4_time_counter .timer ul li {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 26px;
  color: #FFFFFF;
}
.staking4_time_counter .timer ul li span {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.project-form-list h4 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}
.project-form-list h6 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
}
.project-form-list h6 span {
  color: #FFFFFF;
}
.project-form-list h6 a {
  text-transform: uppercase;
  color: #6D4AFE;
  margin-left: 15px;
}

.project-value-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.project-value-image button {
  background: rgba(255, 255, 255, 0.2);
  height: 60px;
  width: 156px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  outline: none;
}

.project-value h6 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 3.5px;
}

.staking4_table_sect {
  background: #151625;
}

.table_col1 {
  width: 8%;
}

.table_col2 {
  width: 25%;
}

.table_col3 {
  width: 25%;
}

.table_col4 {
  width: 14%;
}

.table_col5 {
  width: 14%;
}

.table_col6 {
  width: 14%;
  text-align: right;
  justify-content: flex-end !important;
}

.table_col6 button {
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 120px;
  padding: 0px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*--- farming page style ---*/
/*--- Gamfi farming Section CSS ---*/
.gamfi-farming-content .default-centent {
  background: #1A1B30;
  padding: 18px 25px;
  margin-bottom: 20px;
  cursor: pointer;
}
.gamfi-farming-content .list-content {
  flex: 0 0 16.66%;
  width: 16.66%;
  color: #FFFFFF;
}
.gamfi-farming-content .list-1 {
  flex: 0 0 26.66%;
  width: 26.66%;
}
.gamfi-farming-content .list-6 {
  flex: 0 0 2%;
  width: 2%;
}
.gamfi-farming-content .expeand-centent {
  background: #222231;
  padding: 28px 30px;
}

.farm-form-list .farm-form-area {
  border: 1px solid #434350;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.farm-form-list:last-child h5 {
  position: relative;
  top: -15px;
}
.farm-form-list input {
  border: none;
  background: transparent;
  padding: 7px 20px;
  position: relative;
}
.farm-form-list input[type=text] {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
}
.farm-form-list input[type=submit] {
  color: #FFFFFF;
  transition: 0.4S;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
  position: relative;
  z-index: 3;
}
.farm-form-list .max {
  position: absolute;
  color: #FFFFFF;
  right: 45%;
  top: 19px;
}

.farm-form-list .black-shape {
  position: absolute;
  z-index: 9999;
  right: 9px;
  background: #6D4AFE;
}
.farm-form-list .black-shape span {
  background: rgba(255, 255, 255, 0.1);
}
.farm-form-list .black-shape .withdraw {
  background: rgba(255, 255, 255, 0.1);
}
.farm-form-list .black-shape .withdraw span {
  background: rgba(255, 255, 255, 0.1);
}
.farm-form-list .black-shape input[type=submit].submit-active {
  background: #6D4AFE;
}

.expeand-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.expeand-menu ul li {
  display: inline-block;
  color: #A3FF12;
  font-size: 14px;
  margin-right: 30px;
}
.expeand-menu ul li i {
  font-size: 15px;
  color: #A3FF12;
  padding-left: 10px;
}

.expeand-centent .unit {
  color: #A3FF12;
  font-size: 22px;
  font-family: "Russo One", sans-serif;
}
.expeand-centent .icon-arrow_up {
  padding: 10px;
  cursor: pointer;
}

.gamfi-farming-content .expeand-centent {
  display: none;
}

.gamfi-farming-content .border-shadow {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.gamfi-farming-content .expeand-arrow {
  padding: 10px;
  cursor: pointer;
}

.gamfi-farming-content .expeand-arrow .expeand-arrow {
  transform: rotate(0deg);
}

.gamfi-farming-content .expeand-bottom-content .expeand-centent {
  display: block;
}

.gamfi-farming-content .expeand-bottom-content .border-shadow {
  opacity: 1;
  visibility: visible;
}

.gamfi-farming-content .expeand-bottom-content .expeand-arrow:before {
  transform: rotate(45deg);
}

.gamfi-farming .gamfi-farming-content .default-centent {
  margin-bottom: 0;
}

.gamfi-farming .gamfi-table-inner {
  margin-bottom: 20px;
}

.gamfi-farming .farm-form-list {
  width: 33.33%;
  margin-right: 30px;
}
.gamfi-farming .farm-form-list:last-child {
  margin-right: 0;
}

.gamfi-farming .farm-form-list .farm-form {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.gamfi-farming .farm-form-list .farm-form input[type=submit] {
  position: static;
}

.gamfi-farming-table {
  background: #151625;
}

.gamfi-farming-table table {
  width: 100%;
}

.gamfi-farming-table tr th {
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 5px;
}
.gamfi-farming-table tr td {
  background: #1A1B30;
  color: #FFFFFF;
}
.gamfi-farming-table tr th,
.gamfi-farming-table tr td {
  width: 16.666%;
  padding: 25.5px 25px;
  margin-bottom: 10px;
  display: inline-block;
}
.gamfi-farming-table tr th:first-child,
.gamfi-farming-table tr td:first-child {
  width: 26.666%;
}
.gamfi-farming-table tr th:nth-child(5) {
  width: 22.666%;
}

.gamfi-farming-table tr .image-row {
  padding-top: 18px;
  padding-bottom: 18px;
}
.gamfi-farming-table tr .image-row img {
  margin-right: 10px;
}

/*--- leaderboard page style ---*/
/*--- Gamfi Leaderboard Section CSS ---*/
.leaderboard-table-list {
  background: #151625;
}

.leaderboard-table-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.leaderboard-table-list tr th {
  font-family: "Russo One", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 5px;
}
.leaderboard-table-list tr td {
  background: #1A1B30;
  color: #FFFFFF;
}
.leaderboard-table-list tr th,
.leaderboard-table-list tr td {
  width: 20%;
  padding: 15px 25px;
}
.leaderboard-table-list tr th:last-child,
.leaderboard-table-list tr td:last-child {
  text-align: right;
}
.leaderboard-table-list tr th:nth-child(1),
.leaderboard-table-list tr td:nth-child(1) {
  width: 15%;
}
.leaderboard-table-list tr th:nth-child(3),
.leaderboard-table-list tr td:nth-child(3) {
  width: 30%;
}
.leaderboard-table-list tr th:nth-child(4),
.leaderboard-table-list tr td:nth-child(4) {
  width: 15%;
}

.gamfi-breadcrumbs-section .breadcrumbs-form.mr-0 form {
  margin-right: 0;
}

/*--- FAQ page style ---*/
/*--- FAQ screen css ---*/
.faq_screen_sect {
  padding: 64px 0px 140px 0px;
  background: #151625;
}

.faq_screen_tab_sect {
  padding-right: 25px;
}

.faq_screen_tab {
  background: linear-gradient(180deg, #1e1f35 0%, rgba(30, 31, 53, 0) 100%);
  padding: 34px 49px;
  min-height: 566px;
}

.faq_screen_tab ul li {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.faq_screen_tab ul li span {
  margin-left: 10px;
  display: none;
}
.faq_screen_tab ul li.active, .faq_screen_tab ul li:hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #a3ff12;
  text-transform: none;
}
.faq_screen_tab ul li.active span, .faq_screen_tab ul li:hover span {
  display: block;
}

.faq_screen_tab_content {
  padding-left: 25px;
}

.faq_content_sect {
  width: 100%;
  margin: auto;
  position: relative;
}

.faq_content_sect .accordion {
  cursor: pointer;
  background: transparent;
  width: 100%;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  backdrop-filter: blur(10px);
  position: relative;
  margin-bottom: 0px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 25px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.faq_content_sect .accordion span {
  position: absolute;
  right: 0px;
  min-width: 18px;
  margin-left: 20px;
}
.faq_content_sect .accordion.active {
  background: transparent;
  color: #FFFFFF;
  border-bottom: none;
}
.faq_content_sect .accordion:hover {
  background: transparent;
  color: #FFFFFF;
}

.faq_content_sect .icon-minus {
  display: none;
  margin-top: 12px;
}
.faq_content_sect .active .icon-minus {
  display: block;
}
.faq_content_sect .active .icon-plus {
  display: none;
}

.faq_content_sect .accordion-panel {
  padding: 0px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background: transparent;
}
.faq_content_sect .accordion-panel p {
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 639px;
  width: 100%;
  margin-bottom: 0px;
}

/*--- tier pages style ---*/
/*--- Tier ---*/
.gamfi_tier_sect {
  background: #151625;
  padding-top: 70px;
  padding-bottom: 110px;
  position: relative;
}
.gamfi_tier_sect .container {
  position: relative;
  z-index: 1;
}
.gamfi_tier_sect .tier_earth_img {
  position: absolute;
  left: 30%;
  top: 246px;
  z-index: 0;
}
.gamfi_tier_sect .tier_galaxy_img1 {
  position: absolute;
  left: 10%;
  bottom: 241px;
  z-index: 0;
}
.gamfi_tier_sect .tier_galaxy_img2 {
  position: absolute;
  right: 12%;
  top: 259px;
  z-index: 0;
}

.gamfi_tier_card {
  max-width: 370px;
  width: 100%;
  background: rgba(30, 31, 53, 0.7);
  backdrop-filter: blur(10px);
  padding: 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  margin-bottom: 30px;
}
.gamfi_tier_card h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.gamfi_tier_card h3 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.gamfi_tier_card span {
  margin-bottom: 4px;
  margin-top: 24px;
}
.gamfi_tier_card p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 21px;
  margin-bottom: 0px;
}
.gamfi_tier_card h4 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0px;
  color: #FFFFFF;
}

/*--- TierV2 ---*/
.tier_v2_col {
  min-height: 734px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.tier_v2_col_headings h2 {
  margin-top: 30px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.tier_v2_col_headings h3 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.tier_v2_col_body {
  width: 100%;
  padding: 0px 19px;
  padding-right: 0px;
  position: relative;
}

.tier_v2_col_body1::after {
  content: "";
  position: absolute;
  display: block;
  top: 145px;
  left: -150px;
  height: 4px;
  width: 295.5px;
  background: #cb5a5e;
  background: repeating-linear-gradient(-45deg, #FFFFFF, #FFFFFF 5px, transparent 0px, transparent 9px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0;
  transform: rotate(90deg);
}

.tier_v2_col_body2::after {
  content: "";
  position: absolute;
  display: block;
  top: 185px;
  left: -190px;
  height: 4px;
  width: 376.5px;
  background: #cb5a5e;
  background: repeating-linear-gradient(-45deg, #E8C63C, #E8C63C 5px, transparent 0px, transparent 9px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0;
  transform: rotate(90deg);
}

.tier_v2_col_body3::after {
  content: "";
  position: absolute;
  display: block;
  top: 217px;
  left: -217px;
  height: 4px;
  width: 430.5px;
  background: #cb5a5e;
  background: repeating-linear-gradient(-45deg, #5F3FDB, #5F3FDB 5px, transparent 0px, transparent 9px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0;
  transform: rotate(90deg);
}

.tier_v2_col_body4::after {
  content: "";
  position: absolute;
  display: block;
  top: 250px;
  left: -245px;
  height: 4px;
  width: 485.5px;
  background: #cb5a5e;
  background: repeating-linear-gradient(-45deg, #FF3D6C, #FF3D6C 5px, transparent 0px, transparent 9px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0;
  transform: rotate(90deg);
}

.tier_v2_col_body ul li {
  margin-bottom: 21px;
}
.tier_v2_col_body ul li h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}
.tier_v2_col_body ul li h5 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.tier_v2_col_body .bottom_shape {
  height: 50px;
  width: 100%;
  background: rgba(30, 31, 53, 0.7);
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
}

/*--- Tier V3 ---*/
.gamfi_tier_v3_sect {
  background: #151625;
  padding-top: 70px;
  padding-bottom: 140px;
}

.tvl_headings {
  position: relative;
}
.tvl_headings span {
  position: absolute;
  position: absolute;
  top: -45px;
  left: -48px;
}
.tvl_headings h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.tvl_headings h3 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tvl_list ul li {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #FFFFFF;
}

.tvl_right_sect {
  position: relative;
}
.tvl_right_sect .row {
  z-index: 2;
  position: relative;
}

.tvl_right_sect .tier_v3_galaxy_img {
  position: absolute;
  left: -135px;
  bottom: 62px;
  z-index: 0;
}

.tvl_right_card {
  max-width: 200px;
  width: 100%;
  background: transparent;
}

.tvl_right_card_headings {
  height: 184px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tvl_right_card_headings h3 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 19px;
  color: #FFFFFF;
}

.tvl_right_card_headings1 {
  background: url("../images/bg/TvlBg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.tvl_right_card_headings2 {
  background: url("../images/bg/TvlBg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.tvl_right_card_headings3 {
  background: url("../images/bg/TvlBg3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.tvl_right_card_headings4 {
  background: url("../images/bg/TvlBg4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.tvl_right_card_content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.tvl_right_card_content ul li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  background: rgba(30, 31, 53, 0.7);
  backdrop-filter: blur(10px);
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

/*--- tokenomics pages style ---*/
/*--- Tokenomics Page ---*/
.gamfi_header_content_right_custom h2 {
  font-size: 28px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.tokenomics_section {
  background: #151625;
  padding-top: 0px;
  padding-bottom: 105px;
}

.tokenomics_section_custom {
  padding-top: 59px;
}

.tokenomics_contents_left_custom {
  margin-left: 130px;
}

.leaderboard-table-list tr td {
  background: rgba(30, 31, 53, 0.8);
  backdrop-filter: blur(5px);
}
.leaderboard-table-list tr.dark td {
  background: rgba(30, 31, 53, 0.5);
  backdrop-filter: blur(5px);
}

.TokenomicsTable .leaderboard-table-list tr th:nth-child(1),
.TokenomicsTable .leaderboard-table-list tr td:nth-child(1),
.TokenomicsTable .leaderboard-table-list tr th:nth-child(4),
.TokenomicsTable .leaderboard-table-list tr td:nth-child(4) {
  width: 18%;
}

.TokenomicsTable .leaderboard-table-list tr th:nth-child(3),
.TokenomicsTable .leaderboard-table-list tr td:nth-child(3) {
  width: 24%;
}

.tokenomics_contents {
  margin-top: 48px;
}

.tokenomics_contents_left {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.tokenomics_contents_left h3 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.tokenomics_list_sect {
  margin-top: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.tokenomics_list_sect ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 127px;
}
.tokenomics_list_sect ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 43px;
}

.tokenomics_list_text h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
.tokenomics_list_text h5 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.tokenomics_list_text h5 span.counter {
  height: 12px;
  width: 12px;
  min-width: 12px;
  margin-right: 0px;
  margin-top: 0px;
}

.tokenomics_list_sect ul li span {
  height: 12px;
  width: 12px;
  min-width: 12px;
  margin-right: 19px;
  margin-top: 8px;
}
.tokenomics_list_sect ul li span.farming_pool {
  background: #A3FF12;
}
.tokenomics_list_sect ul li span.staking {
  background: #841183;
}
.tokenomics_list_sect ul li span.ecosystem {
  background: #0B58FE;
}
.tokenomics_list_sect ul li span.advisors {
  background: #01CC9B;
}
.tokenomics_list_sect ul li span.private_Sale {
  background: #6D4AFE;
}
.tokenomics_list_sect ul li span.liquidity {
  background: #14A0C0;
}
.tokenomics_list_sect ul li span.marketing {
  background: #3BCBFF;
}
.tokenomics_list_sect ul li span.advisors {
  background: #F82552;
}

.tokenomics_contents_right .tokenomics_contents_right_img {
  background: rgba(30, 31, 53, 0.8);
  backdrop-filter: blur(5px);
  max-width: 570px;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

/*--- governance page style ---*/
/*--- Governance ---*/
.governance_breadcrumbs_scetion {
  padding-bottom: 60px;
}
.governance_breadcrumbs_scetion .governance_breadcrumbs_content {
  position: relative;
}

.gamfi-breadcrumbs-section.governance_breadcrumbs_scetion .breadcrumbs-form form {
  margin-right: 0px;
}

.governanc_content_section {
  background: #151625;
  padding-bottom: 140px;
  position: relative;
  z-index: 3;
  padding-top: 66px;
}
.governanc_content_section .container {
  position: relative;
  z-index: 1;
}

.governanc_content_right_card {
  background: rgba(30, 31, 53, 0.8);
  backdrop-filter: blur(5px);
  padding: 30px;
  padding-top: 39px;
  max-width: 370px;
  margin: auto;
  margin-bottom: 30px;
}
.governanc_content_right_card h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.governanc_content_right_card h2 span {
  margin-left: 5px;
}

.governanc_content_right_card ul {
  margin-top: 16px;
  margin-bottom: 20px;
}
.governanc_content_right_card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.governanc_content_right_card ul li span {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.7);
}
.governanc_content_right_card ul li strong {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  text-align: right;
  color: #FFFFFF;
}

.governanc_content_right_card_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.governanc_content_right_card_btns button {
  height: 60px;
  width: 100%;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  outline: none;
}

.governanc_content_right_card_btns button.claim_rewords_btn {
  margin-bottom: 30px;
  background: #6D4AFE;
}
.governanc_content_right_card_btns button.make_proposal_btn {
  background: rgba(255, 255, 255, 0.1);
}

.governanc_content_left_cards_sections {
  margin-bottom: 40px;
}

.governanc_content_left_hash_card {
  min-height: 195px;
  width: 100%;
  background: rgba(30, 31, 53, 0.7);
  backdrop-filter: blur(5px);
  margin-top: 30px;
  padding: 28px 30px;
}
.governanc_content_left_hash_card h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 158%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.governanc_content_left_hash_card h2 a:hover {
  color: #FFFFFF;
}
.governanc_content_left_hash_card h2 span {
  margin-right: 8px;
}
.governanc_content_left_hash_card h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 158%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.governanc_content_left_hash_card h3 span {
  margin-left: 5px;
}

.governanc_content_left_hash_card_stutas {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.governanc_content_left_hash_card_stutas h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 158%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
.governanc_content_left_hash_card_stutas h4 span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.governanc_content_left_hash_card_stutas h4 span.white {
  color: #FFFFFF;
}
.governanc_content_left_hash_card_stutas h4 span.green {
  color: #33EFB0;
}
.governanc_content_left_hash_card_stutas h4 span.red {
  color: #F31313;
}

.governanc_content_left_hash_card_stutas .stutas_upcoming {
  height: 9px;
  width: 9px;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 6px;
  border-radius: 50%;
}
.governanc_content_left_hash_card_stutas .stutas_active {
  height: 9px;
  width: 9px;
  background: #33EFB0;
  margin-left: 6px;
  border-radius: 50%;
}

.stutas_live {
  margin-left: 6px;
  position: relative;
}
.stutas_live .video__icon {
  position: absolute;
  width: 9px;
  height: 9px;
  right: -8px;
  top: -8px;
}
.stutas_live .video__icon p {
  color: #000;
  text-align: center;
}
.stutas_live .video__icon .circle--outer {
  border: 1px solid #33EFB0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 auto 5px;
  position: relative;
  opacity: 0.8;
  -webkit-animation: circle 2s ease-in-out infinite;
  animation: circle 2s ease-in-out infinite;
}
.stutas_live .video__icon .circle--inner {
  background: #33EFB0;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.8;
}
.stutas_live .video__icon .circle--inner::after {
  content: "";
  display: block;
  border: 1px solid #33EFB0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: -2px;
  left: -2px;
  position: absolute;
  opacity: 0.8;
  animation: circle 2s ease-in-out 0.2s infinite;
}

@-webkit-keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.governanc_content_left_hash_card_stutas .stutas_failed {
  height: 9px;
  width: 9px;
  background: #F31313;
  margin-left: 6px;
  border-radius: 50%;
}

.governanc_content_left_hash_card ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
}
.governanc_content_left_hash_card ul li {
  width: 30.5%;
}
.governanc_content_left_hash_card ul li .progress_bg {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.for {
  height: 100%;
  background: #33EFB0;
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.against {
  height: 100%;
  background: rgba(243, 19, 19, 0.4);
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.abstain {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar {
  animation-duration: 2s;
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress0 {
  width: 0%;
  animation-name: progress0;
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress1 {
  width: 1%;
  animation-name: progress1;
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress2 {
  width: 2%;
  animation-name: progress2;
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress3 {
  width: 3%;
  animation-name: progress3;
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress8 {
  width: 8%;
  animation-name: progress8;
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress14 {
  width: 14%;
  animation-name: progress14;
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress15 {
  width: 15%;
  animation-name: progress15;
}

@keyframes progress0 {
  0% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@keyframes progress1 {
  0% {
    width: 0%;
  }
  100% {
    width: 1%;
  }
}
@keyframes progress2 {
  0% {
    width: 0%;
  }
  100% {
    width: 2%;
  }
}
@keyframes progress3 {
  0% {
    width: 0%;
  }
  100% {
    width: 3%;
  }
}
@keyframes progress8 {
  0% {
    width: 0%;
  }
  100% {
    width: 8%;
  }
}
@keyframes progress14 {
  0% {
    width: 0%;
  }
  100% {
    width: 14%;
  }
}
@keyframes progress15 {
  0% {
    width: 0%;
  }
  100% {
    width: 15%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress19 {
  width: 19%;
  animation-name: progress19;
}

@keyframes progress19 {
  0% {
    width: 0%;
  }
  100% {
    width: 19%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress26 {
  width: 26%;
  animation-name: progress26;
}

@keyframes progress26 {
  0% {
    width: 0%;
  }
  100% {
    width: 26%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress38 {
  width: 38%;
  animation-name: progress38;
}

@keyframes progress38 {
  0% {
    width: 0%;
  }
  100% {
    width: 38%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress43 {
  width: 43%;
  animation-name: progress43;
}

@keyframes progress43 {
  0% {
    width: 0%;
  }
  100% {
    width: 43%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress72 {
  width: 72%;
  animation-name: progress72;
}

@keyframes progress72 {
  0% {
    width: 0%;
  }
  100% {
    width: 72%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress83 {
  width: 83%;
  animation-name: progress83;
}

@keyframes progress83 {
  0% {
    width: 0%;
  }
  100% {
    width: 83%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress85 {
  width: 85%;
  animation-name: progress85;
}

@keyframes progress85 {
  0% {
    width: 0%;
  }
  100% {
    width: 85%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress92 {
  width: 92%;
  animation-name: progress92;
}

@keyframes progress92 {
  0% {
    width: 0%;
  }
  100% {
    width: 92%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress95 {
  width: 95%;
  animation-name: progress95;
}

@keyframes progress95 {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}
.governanc_content_left_hash_card ul li .progress_bg .progress_bar.progress99 {
  width: 99%;
  animation-name: progress99;
}

@keyframes progress99 {
  0% {
    width: 0%;
  }
  100% {
    width: 99%;
  }
}
.governanc_content_left_hash_card ul li h5 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
  margin-top: 7px;
}

.governancdetaile_content_left {
  padding-right: 20px;
}

.governanc_details_back_btn {
  margin-bottom: 35px;
}
.governanc_details_back_btn a {
  background: none;
  outline: none;
  border: none;
  padding: 0px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.governanc_details_back_btn a span {
  font-family: "Inter", sans-serif;
  margin-right: 10px;
  font-size: 18px;
}

.governanc_details_heading h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 158%;
  margin-bottom: 0px;
  color: #FFFFFF;
}
.governanc_details_heading h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 18px;
}
.governanc_details_heading h3::before {
  content: url("../images/icons/user-octagon.svg");
  margin-right: 10px;
}
.governanc_details_heading h3 span {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 5px;
}
.governanc_details_heading h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.governanc_details_heading h4::before {
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #33EFB0;
  margin-right: 10px;
}
.governanc_details_heading h4 span {
  color: #33EFB0;
  margin-right: 5px;
}
.governanc_details_heading p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 693px;
  width: 100%;
}
.governanc_details_heading p a {
  color: rgba(51, 239, 176, 0.7);
  word-break: break-all;
}

.governanc_details_subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 23px;
  margin-top: 30px;
}

.cast_your_vote_card {
  background: rgba(30, 31, 53, 0.8);
  backdrop-filter: blur(5px);
  margin-bottom: 20px;
}
.cast_your_vote_card h3 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 30px;
  margin-bottom: 0px;
}

.cast_your_vote_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cast_your_vote_radio li {
  width: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.cast_your_vote_radio .radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  color: #FFFFFF;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cast_your_vote_radio .radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cast_your_vote_radio .checkmark {
  position: absolute;
  top: 18px;
  left: 0;
  height: 24px;
  width: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.cast_your_vote_radio .radio_container input:checked ~ .checkmark {
  background: #33EFB0;
}

.cast_your_vote_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cast_your_vote_radio .radio_container input:checked ~ .checkmark:after {
  display: block;
}

.cast_your_vote_radio .radio_container .checkmark:after {
  left: 9.5px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cast_your_vote_card button {
  background: #6D4AFE;
  height: 60px;
  width: 170px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  outline: none;
  margin: 30px;
}

.governanc_details_text {
  padding-top: 45px;
}
.governanc_details_text h4 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 21px;
}
.governanc_details_text p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 21px;
}

.governce_vote_table ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 67px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.governce_vote_table ul li h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.governce_vote_table ul li h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.governce_vote_table ul li h4 {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.governce_vote_table ul li h4::after {
  content: url("../images/icons/governance_copy.svg");
  margin-left: 7px;
  margin-top: 4px;
}
.governce_vote_table ul li h4 span {
  margin-right: 9px;
}
.governce_vote_table ul li h5 {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  text-align: left;
  max-width: 150px;
  width: 100%;
}
.governce_vote_table ul li h6 {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  width: 87px;
  text-align: right;
}

.governance_vote_modal_content {
  border-radius: 0px;
}

.governance_vote_modal_form h4 {
  margin-bottom: 0px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
}
.governance_vote_modal_form h3 {
  margin-bottom: 0px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #FFFFFF;
}

.governance_vote_modal_form form {
  margin-top: 24px;
}
.governance_vote_modal_form form span {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
}
.governance_vote_modal_form form input {
  border: 2px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  height: 60px;
  outline: none;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-top: 15px;
  padding: 0px 21px;
}
.governance_vote_modal_form form button {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  background: #6D4AFE;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
}

.current_results_progress_content {
  margin-top: 30px;
}
.current_results_progress_content p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}
.current_results_progress_content .current_results_progress_bg {
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
}
.current_results_progress_content .current_results_progress_bar {
  height: 100%;
  animation-name: progress_bar;
}
.current_results_progress_content .current_results_progress_bar.for {
  width: 85%;
  background: #33EFB0;
}
.current_results_progress_content .current_results_progress_bar.against {
  width: 3%;
  background: rgba(243, 19, 19, 0.4);
}
.current_results_progress_content .current_results_progress_bar.abstain {
  width: 12%;
  background: rgba(255, 255, 255, 0.3);
}

/*
@keyframes progress_bar {
    0% {
        width: 0%;
    }

    100% {
        width: 50%
    }
}
*/
.governanc_content_right_card ul li p {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  text-align: right;
  color: #FFFFFF;
}
.governanc_content_right_card ul li p span {
  margin-right: 10px;
}
.governanc_content_right_card ul li p a {
  color: #33EFB0;
}
.governanc_content_right_card ul li p a img {
  margin-left: 8px;
}

/*--- connect wallet pages style ---*/
/*--- Connect Wallet CSS ---*/
.connect_wallet_section {
  background: #151625;
  padding-top: 96px;
  padding-bottom: 140px;
  backdrop-filter: blur(10px);
}

.connect_wallet_card {
  max-width: 690px;
  width: 100%;
  margin: auto;
  background: rgba(30, 31, 53, 0.8);
  padding: 63px 60px 50px 60px;
}

.connect_wallet_card_headings {
  text-align: center;
  max-width: 356px;
  margin: auto;
}
.connect_wallet_card_headings h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: #FFFFFF;
}
.connect_wallet_card_headings p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 29px;
}

.choose_network_sect h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}

.choose_network_sect ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0px;
}
.choose_network_sect ul li {
  height: 60px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose_network_sect ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.choose_network_sect ul li button span {
  margin-right: 11px;
}
.choose_network_sect ul li.active button {
  border: 2px solid rgba(163, 255, 18, 0.5);
  color: #FFFFFF;
}

.connect_wallet_content {
  margin-top: 29px;
}
.connect_wallet_content h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.connect_wallet_content p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 470px;
  width: 100%;
}

.connect_wallet_btn {
  background: rgba(255, 255, 255, 0.05);
  height: 60px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 16px 30px;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
}
.connect_wallet_btn span {
  margin-right: 24px;
}
.connect_wallet_btn::before {
  content: "\e902";
  top: 22px;
  right: 30px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "icomoon";
  position: absolute;
}

/*--- kyc pages style ---*/
/*--- Kyc Sereen ---*/
.gamfi_header_content_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.gamfi_header_content_right h2 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #FFFFFF;
}

.gamfi_header_progress_bar .progress-bar-striped {
  background-image: linear-gradient(72deg, rgba(0, 0, 0, 0.2) 50%, transparent 56%, transparent 84%, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.2) 90%, transparent 121%, transparent);
  background-size: 1rem 1rem;
  width: 33.33333%;
}

.gamfi_header_progress_bar .progress {
  background: rgba(255, 255, 255, 0.15);
  height: 12px;
  border-radius: 0px;
  width: 470px;
  margin-left: 19px;
  overflow: hidden;
}

.gamfi_header_progress_bar .progress-bar {
  background-color: #A3FF12;
}

.kyc_form_sect {
  padding-top: 56px;
  background: #151625;
  padding-bottom: 140px;
}

.kyc_form h3 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 45px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.kyc_form p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}

.kyc_country_dropbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  max-width: 570px;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  padding: 17px 20px;
  margin-bottom: 35px;
  position: relative;
  cursor: pointer;
  margin-top: 17px;
}
.kyc_country_dropbox::after {
  content: "\e901";
  position: absolute;
  top: 24px;
  right: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "icomoon";
  font-size: 7px;
}
.kyc_country_dropbox h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  margin-left: 14px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.Gamfi_Container {
  max-width: 1210px;
  padding: 0px 20px;
  width: 100%;
  margin: 0px auto;
}

.kyc_radio_sect {
  padding-bottom: 10px;
}

.kyc_radio_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(30, 31, 53, 0.8);
  height: 60px;
  max-width: 570px;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 25px;
}
.kyc_radio_btn .kyc_icon {
  opacity: 0.3;
}
.kyc_radio_btn.active .kyc_icon, .kyc_radio_btn:hover .kyc_icon {
  opacity: 1;
}

.kyc_radio_btn .container {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.kyc_radio_btn.active .container,
.kyc_radio_btn:hover .container {
  color: #FFFFFF;
}

.kyc_radio_btn .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.kyc_radio_btn .checkmark {
  position: absolute;
  top: 13px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.kyc_radio_btn .container:hover input ~ .checkmark {
  opacity: 0.8;
}

.kyc_radio_btn .container input:checked ~ .checkmark {
  background-color: #6D4AFE;
  border: none;
}

.kyc_radio_btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.kyc_radio_btn .container input:checked ~ .checkmark:after {
  display: block;
}

.kyc_radio_btn .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kyc_form .btn_custom {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 570px;
  width: 100%;
  background: #6D4AFE;
  height: 60px;
  border: none;
  outline: none;
}

.kyc_qrcode_sect {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.kyc_qrcode_content {
  max-width: 300px;
  width: 100%;
}
.kyc_qrcode_content h2 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.kyc_qrcode_img {
  height: 300px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}

.kyc_country_dropdown_sect {
  position: relative;
}

.kyc_country_drop_list {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0px;
  z-index: 1;
  display: none;
}

.kyc_country_drop_list ul {
  background: rgb(30, 31, 53);
  max-width: 570px;
  width: 100%;
}
.kyc_country_drop_list ul li {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.7);
  height: 42px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.kyc_country_drop_list ul li:hover {
  color: #FFFFFF;
}

/*--- Kyc Upload Docs ---*/
.kyc_form .upload_docs_sect ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  max-width: 570px;
}
.kyc_form .upload_docs_sect ul li {
  text-align: center;
  width: 32%;
}
.kyc_form .upload_docs_sect ul li h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  max-width: 175px;
  margin: auto;
  margin-bottom: 0px;
  width: 100%;
  margin-left: 0px;
}
@media screen and (max-width: 991px) {
  .kyc_form .upload_docs_sect ul {
    flex-direction: column;
  }
  .kyc_form .upload_docs_sect ul li {
    width: 100%;
  }
}

.kyc_form .upload_docs_sect h3 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 45px;
  margin-bottom: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.kyc_form .upload_btn_bg {
  height: 175px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 31, 53, 0.8);
  position: relative;
  overflow: hidden;
}

.doc-preview-img {
  position: absolute;
  z-index: 0;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.4;
}

.kyc_form .upload_docs_sect .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

.kyc_form .upload_docs_sect .upload-btn-wrapper span {
  background: transparent;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
}

.kyc_form .upload_docs_sect .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload_doc_check_list {
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  width: 100%;
  max-width: 570px;
  padding: 16px 30px;
  margin-bottom: 35px;
}

.upload_doc_check_list ul li {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 158%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.upload_doc_check_list ul li span {
  filter: grayscale(100%);
  opacity: 0.7;
  margin-right: 14px;
  min-width: 14px;
}
.upload_doc_check_list ul li.active {
  color: #FFFFFF;
}
.upload_doc_check_list ul li.active span {
  filter: grayscale(0%);
  opacity: 1;
}

.nid_number_sect {
  margin-bottom: 40px;
}
.nid_number_sect h3 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 45px;
  margin-bottom: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.nid_number_sect form input {
  width: 100%;
  max-width: 570px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  height: 60px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 21px;
  background: transparent;
  outline: none;
}

.kyc_persoanl_info_form form {
  width: 100%;
  max-width: 571px;
  margin-top: 20px;
}

.kyc_persoanl_info_form form .InputAddressSect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.kyc_persoanl_info_form form .InputAddressSect .Address1Fild {
  width: 48%;
}

.kyc_persoanl_info_form form .InputAddressSect .Address2Fild {
  width: 48%;
}

.kyc_persoanl_info_form form .InputCitySect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.kyc_persoanl_info_form form .InputCitySect .CityFild {
  width: 48%;
}

.kyc_persoanl_info_form form .InputCitySect .PostCodeFild {
  width: 48%;
}

.kyc_term_and_condtion_sect {
  position: relative;
  margin-bottom: 28px;
  margin-top: 7px;
  padding-left: 15px;
}
.kyc_term_and_condtion_sect lable {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 158%;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 14px;
}
.kyc_term_and_condtion_sect lable a {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 158%;
  color: #6D4AFE;
}

.kyc_term_and_condtion_sect .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.kyc_term_and_condtion_sect .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.kyc_term_and_condtion_sect .container:hover input ~ .checkmark {
  opacity: 0.8;
}

.kyc_term_and_condtion_sect .container input:checked ~ .checkmark {
  background-color: #6D4AFE;
  border: none;
}

.kyc_term_and_condtion_sect .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.kyc_term_and_condtion_sect .container input:checked ~ .checkmark:after {
  display: block;
}

.kyc_term_and_condtion_sect .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.kyc_your_documents_sect {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}

.kyc_your_documents_content {
  text-align: left;
  max-width: 300px;
  width: 100%;
}
.kyc_your_documents_content h3 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 158%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.kyc_your_documents_content ul {
  background: rgba(30, 31, 53, 0.8);
  padding: 16px 30px;
}
.kyc_your_documents_content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kyc_your_documents_content ul li p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
.kyc_your_documents_content ul li p span {
  margin-right: 14px;
}

/*--- team details pages style ---*/
/*--- Team Details css ---*/
.team_details_sect {
  background: #151625;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 140px;
}

.team_details_container {
  max-width: 1210px;
  padding: 0px 20px;
  width: 100%;
  margin: 0px auto;
}

.team_details_img {
  max-width: 470px;
  width: 100%;
  height: 578px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 31, 53, 0.7);
}

.team_members_info {
  padding-left: 20px;
}
.team_members_info h2 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.team_members_info h3 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 21px;
}
.team_members_info p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.7);
}

.team_members_contact ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team_members_contact ul li strong {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
  width: 150px;
}
.team_members_contact ul li span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team_members_contact ul li .social_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team_members_contact ul li .social_link a {
  transition: 0.4s;
  padding: 0 7px;
}
.team_members_contact ul li .social_link a i {
  font-size: 15px;
  color: #FFFFFF;
}
.team_members_contact ul li .social_link a:hover i {
  opacity: 70%;
}

/*--- road map pages style ---*/
/*---- RoadMap ----*/
.roadmap_duration h6 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 55px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}

.gamfi_roadmap {
  padding-bottom: 120px;
  background: #151625;
  position: relative;
}

.roadmap_sect {
  background: #151625;
  padding-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("../images/kycimg/roadmapScreenbg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 1584px;
}

.roadmap_container {
  position: relative;
  z-index: 1;
}

.roadMapDivider {
  position: absolute;
  top: 0px;
  z-index: 0;
  background: transparent;
}

.roadmap_sect .roadMapDivider img {
  height: 100%;
}

.roadmap_left_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 30px;
}

.roadmap_right_content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 30px;
}

.roadmap_content_box {
  max-width: 470px;
  width: 100%;
  height: 100%;
  padding: 35px 39px 26px 39px;
}

.roadmap_content_box1 {
  background: url("../images/kycimg/roadMapcpntentBg1.svg");
  min-height: 253px;
  margin-top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.roadmap_content_box2 {
  background: url("../images/kycimg/roadMapcpntentBg5.svg");
  min-height: 216px;
  margin-top: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.roadmap_content_box3 {
  background: url("../images/kycimg/roadMapcpntentBg2.svg");
  min-height: 216px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.roadmap_content_box4 {
  background: url("../images/kycimg/roadMapcpntentBg6.svg");
  min-height: 253px;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}

.roadmap_content_box5 {
  background: url("../images/kycimg/roadMapcpntentBg3.svg");
  min-height: 290px;
  margin-top: 123px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.roadmap_content_box6 {
  background: url("../images/kycimg/roadMapcpntentBg7.svg");
  min-height: 290px;
  margin-top: 253px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 47px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.roadmap_content_box7 {
  background: url("../images/kycimg/roadMapcpntentBg4.svg");
  min-height: 216px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.roadmap_content_box h3 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 158%;
  color: #A3FF12;
  margin-bottom: 10px;
}
.roadmap_content_box.disable h3 {
  color: rgba(255, 255, 255, 0.7);
}

.roadmap_content_box ul li {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 158%;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.roadmap_content_box ul li span {
  margin-right: 20px;
}
.roadmap_content_box ul li i {
  font-size: 16px;
}

.roadmap_2021,
.Roadmap2022 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.roadmap_2021_divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  min-height: 825px;
  top: 0px;
  width: 50px;
  background: url("../images/kycimg/Roadmap2021.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.roadmap_2021_divider span {
  transform: rotate(270deg);
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}

.roadmap_2022_divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  min-height: 752px;
  bottom: -65px;
  width: 50px;
  background: url("../images/kycimg/Roadmap2022.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.roadmap_2022_divider span {
  transform: rotate(270deg);
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}

/*--- contact page style ---*/
.get_in_touch_form form {
  width: 100%;
  max-width: 571px;
  margin-top: 20px;
}
.get_in_touch_form form .input_name_sect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.get_in_touch_form form .input_name_sect .first_name_field {
  width: 48%;
}
.get_in_touch_form form .input_name_sect .last_name_field {
  width: 48%;
}

.get_in_touch_form form span {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.get_in_touch_form form input {
  height: 60px;
  width: 100%;
  padding: 8px 21px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  background: Transparent;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 23px;
}
.get_in_touch_form form textarea {
  height: 130px;
  width: 100%;
  padding: 8px 21px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  background: Transparent;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  resize: none;
}

.get_in_touch_contact_sect {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 363px;
  width: 100%;
  margin-left: auto;
  padding-left: 30px;
}

.get_in_touch_contact_content {
  text-align: left;
}
.get_in_touch_contact_content h2 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.contact_info_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.contact_info_content .contact_info_symbol {
  margin-top: 9px;
  margin-left: 22px;
}
.contact_info_content .contact_info_symbol h5 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.contact_info_content .contact_info_symbol h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
.contact_info_content .contact_info_symbol a {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #6D4AFE;
}

/*--------------------------------
04. Components style
--------------------------------*/
/*--- Preloader CSS ---*/
.loader_first {
  background-color: #151625;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.loader_first .circular-spinner {
  width: 60px;
  height: 60px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-top: 10px solid #A3FF12;
  border-radius: 50%;
  animation: pre_rotate 1.5s linear infinite;
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pre_rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--- custom buttons style ---*/
.white-shape-small,
.white-shape-big,
.black-shape-big,
.black-shape,
.hover-shape {
  position: relative;
  overflow: hidden;
}
.white-shape-small img,
.white-shape-small .btn-text,
.white-shape-big img,
.white-shape-big .btn-text,
.black-shape-big img,
.black-shape-big .btn-text,
.black-shape img,
.black-shape .btn-text,
.hover-shape img,
.hover-shape .btn-text {
  position: relative;
  z-index: 9;
}
.white-shape-small .hover-shape1,
.white-shape-small .hover-shape2,
.white-shape-small .hover-shape3,
.white-shape-big .hover-shape1,
.white-shape-big .hover-shape2,
.white-shape-big .hover-shape3,
.black-shape-big .hover-shape1,
.black-shape-big .hover-shape2,
.black-shape-big .hover-shape3,
.black-shape .hover-shape1,
.black-shape .hover-shape2,
.black-shape .hover-shape3,
.hover-shape .hover-shape1,
.hover-shape .hover-shape2,
.hover-shape .hover-shape3 {
  position: absolute;
  width: 5px;
  background: rgba(0, 0, 0, 0.1);
  height: 124%;
  left: -42%;
  top: -5px;
  transform: rotate(22deg);
  transition: 0.8s;
}
.white-shape-small:hover .hover-shape1,
.white-shape-big:hover .hover-shape1,
.black-shape-big:hover .hover-shape1,
.black-shape:hover .hover-shape1,
.hover-shape:hover .hover-shape1 {
  left: 42%;
}
.white-shape-small:hover .hover-shape2,
.white-shape-big:hover .hover-shape2,
.black-shape-big:hover .hover-shape2,
.black-shape:hover .hover-shape2,
.hover-shape:hover .hover-shape2 {
  left: 50%;
}
.white-shape-small:hover .hover-shape3,
.white-shape-big:hover .hover-shape3,
.black-shape-big:hover .hover-shape3,
.black-shape:hover .hover-shape3,
.hover-shape:hover .hover-shape3 {
  width: 11px;
  left: 58%;
}

.white-shape-small .hover-shape1,
.white-shape-small .hover-shape2,
.white-shape-small .hover-shape3,
.white-shape-big .hover-shape1,
.white-shape-big .hover-shape2,
.white-shape-big .hover-shape3,
.black-shape .hover-shape1,
.black-shape .hover-shape2,
.black-shape .hover-shape3 {
  background: rgba(255, 255, 255, 0.1);
}

.white-shape-big:hover .hover-shape1,
.black-shape-big:hover .hover-shape1 {
  left: 46%;
}
.white-shape-big:hover .hover-shape2,
.black-shape-big:hover .hover-shape2 {
  left: 49%;
}
.white-shape-big:hover .hover-shape3,
.black-shape-big:hover .hover-shape3 {
  left: 52.5%;
}

.black-shape-big-custom {
  position: relative;
  overflow: hidden;
}
.black-shape-big-custom img,
.black-shape-big-custom .btn-text {
  position: relative;
  z-index: 9;
}
.black-shape-big-custom .hover-shape1,
.black-shape-big-custom .hover-shape2,
.black-shape-big-custom .hover-shape3 {
  position: absolute;
  width: 5px;
  background: rgba(0, 0, 0, 0.1);
  height: 124%;
  left: -42%;
  top: -5px;
  transform: rotate(22deg);
  transition: 0.8s;
}
.black-shape-big-custom .hover-shape3 {
  width: 11px;
}
.black-shape-big-custom:hover .hover-shape1 {
  left: 44.8%;
}
.black-shape-big-custom:hover .hover-shape2 {
  left: 46.8%;
}
.black-shape-big-custom:hover .hover-shape3 {
  left: 48.8%;
}

.readon,
.white-bg-btn {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-family: "Russo One", sans-serif;
}

.readon {
  padding: 11px 20px 9px;
  color: #FFFFFF;
  border: 2px solid #393941;
  overflow: hidden;
}
.readon i {
  position: relative;
  top: -2px;
  font-size: 8px;
  line-height: 0;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 16px;
}
.readon .fa-calendar-alt {
  font-size: 20px;
}

.readon2 {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-family: "Russo One", sans-serif;
  color: #FFFFFF;
  border: 2px solid #2E2F3B;
  padding: 12px 25px 9px;
  transition: 0.4s;
}
.readon2:hover {
  color: #FFFFFF;
}
.readon2 i {
  font-size: 15px;
  margin-right: 10px;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

.buy-token a.readon:hover {
  color: #ffffff;
}

.white-bg-btn {
  background: #FFFFFF;
  color: #151625;
  border: 2px solid #FFFFFF;
  padding: 10px 20px;
}
.white-bg-btn i {
  margin-right: 8px;
  color: #000000;
}
.white-bg-btn:hover {
  background: transparent;
  color: #FFFFFF;
  border-color: #393941;
}
.white-bg-btn:hover i {
  color: #FFFFFF;
}

.white-btn {
  background: #FFFFFF;
  color: #151625;
  margin-left: 25px;
  padding: 13px 32px 11px;
  border: none;
}
.white-btn img {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.banner-btn {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-family: "Russo One", sans-serif;
  background: #A3FF12;
  color: #151625;
  padding: 19px 50px;
}
.banner-btn .hover-shape1,
.banner-btn .hover-shape2,
.banner-btn .hover-shape3 {
  background: rgba(0, 0, 0, 0.1);
}
.banner-btn:hover {
  color: #151625;
}
.banner-btn:hover .hover-shape1 {
  left: 44%;
}
.banner-btn:hover .hover-shape3 {
  left: 54%;
}

.view-more {
  border: 2px solid #2E2F3C;
  color: #FFFFFF;
  padding: 12px 25px 8px;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
  overflow: hidden;
  display: block;
  transition: 0.4s;
}
.view-more i {
  font-size: 15px;
  padding-left: 15px;
}
.view-more:hover {
  color: #FFFFFF;
}

.view-project-btn {
  width: 200px;
  height: 60px;
  background: #A3FF12;
  outline: none;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-project-btn .btn-text {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #151625;
}

.apply-project-btn {
  width: 200px;
  height: 60px;
  margin-left: 15px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-project-btn .btn-text {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.show-more-logo-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  width: 180px;
  position: relative;
  background: transparent;
  margin: auto;
  padding: 16px 21px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
.show-more-logo-btn .btn-text {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.show-more-logo-btn .btn-text2 {
  display: none;
}
.show-more-logo-btn::before {
  content: "\e902";
  position: absolute;
  top: 13px;
  right: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "icomoon";
  font-size: 12px;
  transform: rotate(90deg);
}
.show-more-logo-btn.active .btn-text-1 {
  display: none;
}
.show-more-logo-btn.active .btn-text2 {
  display: block;
}
.show-more-logo-btn.active::before {
  content: "\e902";
  position: absolute;
  top: 13px;
  right: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "icomoon";
  font-size: 12px;
  transform: rotate(270deg);
}

.participate-btn,
.whitelist-btn {
  height: 60px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.participate-btn {
  background: #6D4AFE;
  border: none;
}

.whitelist-btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  margin-left: 30px;
}

.connect-wallet-btn-for-mobile {
  width: 100%;
  background: #6D4AFE;
  margin-top: 20px;
}
.connect-wallet-btn-for-mobile .btn-text {
  color: #FFFFFF;
  padding-left: 10px;
}

.HelpCenterBtn a {
  width: 170px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--- buttons style ---*/
.theme-btn {
  padding: 20px 50px;
  background-color: #A3FF12;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #151625;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.theme-btn img,
.theme-btn span {
  z-index: 1;
}
.theme-btn .hover-shape1,
.theme-btn .hover-shape2,
.theme-btn .hover-shape3 {
  position: absolute;
  z-index: 0;
  top: -5px;
  left: -20%;
  width: 5px;
  height: 124%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.8s;
  transform: rotate(22deg);
}
.theme-btn .hover-shape3 {
  width: 11px;
}
.theme-btn:hover {
  color: #151625;
}
.theme-btn:hover .hover-shape1 {
  left: 44%;
}
.theme-btn:hover .hover-shape2 {
  left: 50%;
}
.theme-btn:hover .hover-shape3 {
  left: 56%;
}

.theme-btn.blue {
  background-color: #6D4AFE;
  color: #FFFFFF;
}
.theme-btn.blue:hover {
  color: #FFFFFF;
}
.theme-btn.blue:hover .hover-shape1 {
  left: 44.8%;
}
.theme-btn.blue:hover .hover-shape2 {
  left: 46.8%;
}
.theme-btn.blue:hover .hover-shape3 {
  left: 48.8%;
}

/*--- Gamfi Header Section CSS ---*/
.gamfi-header-section {
  background-color: #151625;
  padding: 25px 0;
}
.gamfi-header-section.transparent-header {
  background: #151625;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.gamfi-header-section.default-header {
  background: #151625;
  position: relative;
  z-index: 9999;
}
.gamfi-header-section.default-header::after, .gamfi-header-section.default-header::before {
  width: 252px;
  height: 100%;
  content: "";
  background-image: url("../images/bg/header-shape1.png");
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  z-index: 0;
}
.gamfi-header-section.default-header::after {
  background-image: url("../images/bg/header-shape1.png");
  left: 0;
}
.gamfi-header-section.default-header::before {
  background-image: url("../images/bg/header-shape2.png");
  right: 0;
}

.gamfi-header-section .logo {
  margin-right: 60px;
}

.menu-area {
  position: relative;
  z-index: 1;
}

.gamfi-header-section .heaader-inner-area ul li {
  display: inline-block;
  position: relative;
}
.gamfi-header-section .heaader-inner-area ul li img {
  margin-right: 10px;
}
.gamfi-header-section .heaader-inner-area ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.gamfi-header-section .heaader-inner-area ul li ul {
  position: absolute;
  left: 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.gamfi-header-section .heaader-inner-area ul li ul li {
  display: block;
  width: 240px;
}
.gamfi-header-section .heaader-inner-area ul li ul li + li {
  border-top: 1px solid #343441;
  margin-bottom: -1px;
}
.gamfi-header-section .heaader-inner-area ul li ul li a {
  display: block;
  background: #222231;
  font-size: 16px;
  font-family: "Russo One", sans-serif;
  background: rgba(19, 20, 44, 0.98);
  backdrop-filter: blur(4px);
  padding: 15px 24px;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.7);
}
.gamfi-header-section .heaader-inner-area ul li ul li a i {
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.gamfi-header-section .heaader-inner-area ul li ul li a:hover {
  color: #FFFFFF;
}

.gamfi-header-section .header-menu ul li {
  display: inline-block;
  overflow: visible;
}
.gamfi-header-section .header-menu ul li + li {
  margin-left: 40px;
}
.gamfi-header-section .header-menu ul li.menu-item-has-children {
  position: relative;
}
.gamfi-header-section .header-menu ul li.menu-item-has-children::before {
  content: "\e901";
  position: absolute;
  top: 18px;
  right: -18px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "icomoon";
  font-size: 7px;
}
.gamfi-header-section .header-menu ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gamfi-header-section .header-menu ul li ul.sub-menu li {
  margin-left: 0;
  margin-bottom: -1px;
}
.gamfi-header-section .header-menu ul li ul.sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
}
.gamfi-header-section .header-menu ul li ul.sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.gamfi-header-section .header-menu ul li ul.sub-menu li.menu-item-has-children {
  position: relative;
}
.gamfi-header-section .header-menu ul li ul.sub-menu li.menu-item-has-children::before {
  content: "\e902";
  top: 22px;
  right: 30px;
  font-size: 10px;
}

.gamfi-header-section .gamfi-btn-area ul li ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.gamfi-header-section .gamfi-btn-area ul li ul li a:hover {
  color: #FFFFFF;
}

.gamfi-header-section .gamfi-btn-area ul .nav-expander {
  margin-top: 15px;
}
.gamfi-header-section .gamfi-btn-area ul .nav-expander .bar {
  overflow: hidden;
}
.gamfi-header-section .gamfi-btn-area ul .nav-expander .bar span {
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease;
  cursor: pointer;
  list-style: none;
}
.gamfi-header-section .gamfi-btn-area ul .nav-expander .bar span.dot1 {
  width: 20px;
  margin-bottom: 6px;
}
.gamfi-header-section .gamfi-btn-area ul .nav-expander .bar span.dot2 {
  width: 30px;
  margin-bottom: 6px;
}
.gamfi-header-section .gamfi-btn-area ul .nav-expander .bar span.dot3 {
  width: 25px;
}
.gamfi-header-section .gamfi-btn-area ul .nav-expander .bar:hover span.dot1,
.gamfi-header-section .gamfi-btn-area ul .nav-expander .bar:hover span.dot3 {
  width: 30px;
}

.gamfi-header-section .gamfi-btn-area > ul {
  display: flex;
}

.gamfi-header-section .right_menu_togle {
  background: #FFFFFF;
  padding: 66px 60px 50px 50px;
  max-width: 400px;
  width: 100%;
  right: -500px;
  z-index: 999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}
.gamfi-header-section .right_menu_togle .close-btn {
  overflow: visible;
  position: absolute;
  top: 10px;
  display: block;
  z-index: 99;
  right: 57px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gamfi-header-section .right_menu_togle .close-btn:hover .nav-close .line span {
  opacity: 0.85;
}
.gamfi-header-section .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.gamfi-header-section .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px !important;
  height: 28px !important;
  background: #151625;
  border: none !important;
  transition: all 0.3s ease;
}
.gamfi-header-section .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gamfi-header-section .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 35px;
}
.gamfi-header-section .right_menu_togle .canvas-logo img {
  max-height: 25px;
}

.gamfi-header-section .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

.gamfi-header-section .mobile-navbar-menu .nav-menu li {
  position: relative;
}
.gamfi-header-section .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #151625;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
  font-family: "Russo One", sans-serif;
}
.gamfi-header-section .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}
.gamfi-header-section .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}

.gamfi-header-section .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}
.gamfi-header-section .mobile-navbar-menu span.submenu-button::before, .gamfi-header-section .mobile-navbar-menu span.submenu-button::after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #151625;
  z-index: 2;
  content: "";
  right: 12px;
  width: 12px;
}
.gamfi-header-section .mobile-navbar-menu span.submenu-button::before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}
.gamfi-header-section .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.gamfi-header-section .mobile-navbar-menu .submenu-button.submenu-opened::before {
  display: none;
}

.gamfi-header-section .mobile-navbar-menu ul ul li,
.gamfi-header-section .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}

.nav-expanded nav {
  right: 0 !important;
}

.progress-inner {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
}
.progress-inner .progress,
.progress-inner .progress-bar {
  background-color: rgba(255, 255, 255, 0);
  background-size: 14px 32px;
  background-image: linear-gradient(60deg, rgba(255, 255, 255, 0.15) 26%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 54%, rgba(255, 255, 255, 0.15) 82%, transparent 75%, transparent);
  height: 12px;
}
.progress-inner .progress {
  border-radius: 0;
}
.progress-inner .progress-bar {
  background-image: linear-gradient(60deg, #a3ff12 26%, transparent 25%, transparent 50%, #a3ff12 54%, #a3ff12 82%, transparent 75%, transparent);
}

.canvas-menu ul li {
  display: block;
}
.canvas-menu ul li + li {
  padding-top: 15px;
}
.canvas-menu ul li a {
  display: block;
  color: #FFFFFF;
  font-weight: 600;
}
.canvas-menu ul li a:hover {
  color: #636363;
}

/*--- Mega Menu ---*/
.gamfi_mega_menu {
  background: rgba(19, 20, 44, 0.98);
  backdrop-filter: blur(4px);
  padding-top: 10px;
  min-height: 600px;
  position: relative;
  width: 100%;
  z-index: 111;
  border-top: 3px solid rgba(255, 255, 255, 0.08);
  display: block;
}

.mega_menu_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.home_menu_list_headings {
  position: relative;
  height: 33px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.home_menu_list_headings h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.mega_menu_left_sect .mega_menu_left_bg_sect {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: transparent;
  backdrop-filter: blur(4px);
  z-index: 0;
  min-height: 600px;
}

.mega_menu_left_bg {
  position: relative;
  z-index: 1;
  height: 100%;
}

.mega_menu_left_bg_color {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  height: 100%;
  width: 32%;
  z-index: 1;
}

.home_menu_list {
  position: relative;
  z-index: 11;
  height: 600px;
}

.home_menu_list ul {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  top: 0% !important;
}
.home_menu_list ul li {
  margin-left: 0px !important;
  width: auto !important;
  border: none !important;
  padding-bottom: 20px !important;
  height: auto !important;
}
.home_menu_list ul li a {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  font-family: "Russo One", sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.7) !important;
  background: transparent !important;
  padding: 0px !important;
  border: none !important;
}
.home_menu_list ul li a span {
  margin-left: 6px;
}
.home_menu_list ul li a span img {
  margin-right: 0px;
}

.mega_menu_left_sect {
  padding-right: 30px;
  height: 600px;
  padding-top: 36px;
}

.home_menu_right_sect {
  padding-left: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 880px;
  width: 100%;
  position: relative;
  z-index: 11111;
  padding-top: 36px;
  height: 600px;
  background: rgba(19, 20, 44, 0.98);
  backdrop-filter: blur(4px);
}

.menu_headings {
  position: relative;
  height: 33px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.menu_headings h2 {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.menu_column ul {
  margin-bottom: 28px;
}
.menu_column ul li span {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 4px;
  border-radius: 23px;
  margin-left: 10px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_column ul li span.new {
  background: #6D4AFE;
  backdrop-filter: blur(5px);
}
.menu_column ul li span.soon {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
.menu_column ul li span.hot {
  background: #F82552;
  backdrop-filter: blur(5px);
}
.menu_column ul li a {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
}
.menu_column ul li a:hover {
  color: red !important;
}

.gamfi-header-section .heaader-inner-area ul li.mega_menu_hov {
  position: inherit;
}
.gamfi-header-section .heaader-inner-area ul li .gamfi_mega_menu ul {
  position: inherit;
}
.gamfi-header-section .heaader-inner-area ul li .gamfi_mega_menu ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.gamfi-header-section .heaader-inner-area ul li .menu_column ul li a {
  display: block;
  background: none;
  padding: 0px;
  transition: 0.4s;
}
.gamfi-header-section .heaader-inner-area ul li .menu_column ul li {
  border: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gamfi-header-section .header-menu ul li .menu_column ul {
  display: block !important;
}
.gamfi-header-section .header-menu ul li .menu_column ul li a {
  display: block;
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0px;
}

.gamfi_mega_menu_sect {
  padding-top: 40px;
  position: absolute;
  height: 100%;
  left: 0px;
  width: 100%;
  top: 42px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.2s ease-in-out;
}

.mega_menu_hov:hover .gamfi_mega_menu_sect {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.v2_MenuLogoArea {
  max-width: 980px;
  width: 100%;
  padding-right: 28px;
}

.v2_white_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gamfi-header-section .header-menu.header-menuV2 ul li ul.sub-menu li .sub-menu {
  left: -100%;
}

.gamfi-header-section .header-menu.header-menuV2 ul li ul.sub-menu li.menu-item-has-children:before {
  transform: rotate(90deg);
}

.gamfi-header-section .header-menu.header-menuV2 ul li ul.sub-menu li.menu-item-has-children:hover:before {
  transform: rotate(180deg);
}

/*--- Gamfi Breadcrumbs Section CSS ---*/
.gamfi-breadcrumbs-section {
  background: url("../images/bg/breadcrumbs-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 70px;
}
.gamfi-breadcrumbs-section.breadcrumbs-style2 {
  padding-top: 130px;
  padding-bottom: 115px;
  background: url("../images/bg/breadcrumbs-bg2.jpg");
  position: relative;
  background-position: bottom center;
  z-index: 2;
}

.breadcrumbs-link {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-right: 24px;
  position: relative;
  font-family: "Russo One", sans-serif;
}
.breadcrumbs-link::before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 4px;
  right: -15px;
}
.breadcrumbs-link:hover {
  color: #A3FF12;
}

.breadcrumbs-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.breadcrumbs-social a {
  color: #B8B8BD;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
}
.breadcrumbs-social a i {
  font-size: 15px;
}

.breadcrumbs-form form {
  position: relative;
  margin-right: 30px;
  top: -3px;
}

.breadcrumbs-form input {
  background: transparent;
}

.breadcrumbs-form input[type=text] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 11px 20px;
  width: 380px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs-form input[type=submit] {
  font-size: 0;
  border: none;
}

.breadcrumbs-form .submit {
  position: absolute;
  right: -6px;
  top: 11px;
}
.breadcrumbs-form .submit i {
  font-size: 15px;
  cursor: pointer;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: 0.4s;
  top: 2px;
  right: 10px;
}
.breadcrumbs-form .submit i:hover {
  color: #B9B9C0;
}

.breadcrumbs-form .btn-area .readon {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 12px 26px 10px;
  color: #FFFFFF;
}
.breadcrumbs-form .btn-area .readon i {
  font-size: 15px;
  top: 1px;
  margin-right: 10px;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.breadcrumbs-form .btn-area .readon:hover {
  color: #FFFFFF;
}

/*--- project breadcrumb style ---*/
.project-clasic-breadcum-sect {
  height: auto;
  background: #151625;
  position: relative;
}

.project-clasic-breadcum-bg .project-clasic-breadcum-img {
  position: absolute;
  top: -110px;
  left: 0px;
  width: 100%;
  z-index: 0;
}
.project-clasic-breadcum-bg .project-clasic-breadcum-img img {
  width: 100%;
}

/*--- blog breadcrumb style ---*/
.gamfi-breadcrumbs-section.blog-breadcrumbs {
  background: url("../images/blog/blog-bg.jpg");
  background-size: cover;
  padding-top: 410px;
  padding-bottom: 45px;
}
.gamfi-breadcrumbs-section.blog-breadcrumbs .sec-heading h1 {
  font-size: 60px;
  text-transform: none;
  margin-bottom: 45px;
}
.gamfi-breadcrumbs-section.blog-breadcrumbs .sub-menu img {
  margin-right: 10px;
}

.gamfi-breadcrumbs-section.blog-breadcrumbs .sub-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gamfi-breadcrumbs-section.blog-breadcrumbs .sub-menu ul li {
  display: inline-block;
  margin-right: 35px;
}
.gamfi-breadcrumbs-section.blog-breadcrumbs .sub-menu ul li a {
  font-size: 16px;
  text-transform: uppercase;
}
.gamfi-breadcrumbs-section.blog-breadcrumbs .sub-menu ul li i {
  margin-right: 10px;
  font-size: 15px;
}

/*--- account style ---*/
.account__area {
  background: #151625;
  position: relative;
  padding: 96px 0px 0px 0px;
}

.account-bg {
  background: url("../images/kycimg/signUpBgimage.svg");
  background-position: center center;
  background-size: cover;
  height: 340px;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
}

.account__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 150px;
  max-width: 690px;
  margin: auto;
}

.account__form {
  background: rgba(30, 31, 53, 0.8);
  max-width: 690px;
  width: 100%;
  margin: auto;
  padding: 63px 60px 56px 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .account__form {
    padding: 30px;
  }
}

.account-shadow {
  background: url("../images/kycimg/BlurShadow.svg");
  background-position: center center;
  background-size: cover;
  height: 340px;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 5px;
  z-index: 1;
}

.account__title h2 {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: #FFFFFF;
}
.account__title h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  max-width: 430px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .account__title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.account__form.signInForm h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  max-width: 356px;
  margin: auto;
  margin-bottom: 29px;
}

.account__form.ForgotPassForm h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  max-width: 356px;
  margin: auto;
  margin-bottom: 29px;
}

.account__form form .btn_custom {
  width: 100%;
  height: 60px;
  background: #6D4AFE;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-bottom h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.item-bottom h4 a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #6D4AFE;
  transition: 0.3s;
}
.item-bottom h4 a:hover {
  color: #FFFFFF;
}

.input__group__between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input__group__between .input__group {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .input__group__between {
    flex-direction: column;
  }
  .input__group__between .input__group {
    width: 100%;
  }
}

.input__group label {
  margin-bottom: 5px;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.input__group input,
.input__group textarea {
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  padding: 8px 21px;
}
.input__group textarea {
  resize: none;
}
.input__group--v2 input,
.input__group--v2 textarea {
  padding: 8px 19px;
}

.input-overlay {
  position: relative;
}
.input-overlay input {
  padding-left: 77px;
}
.input-overlay .overlay {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: calc(100% - 4px);
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-overlay .overlay i {
  font-size: 18px;
}

.account__form .item-text {
  display: flex;
  align-items: center;
  gap: 14px;
}
.account__form .item-text input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
}
.account__form .item-text input::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.account__form .item-text input::after {
  position: absolute;
  content: "\f00c";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  color: #FFFFFF;
  opacity: 0;
}
.account__form .item-text input:checked::before {
  background-color: #6D4AFE;
}
.account__form .item-text input:checked::after {
  opacity: 1;
}
.account__form .item-text label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.account__form .item-text label a {
  color: #6D4AFE;
  transition: 0.3s;
}
.account__form .item-text label a:hover {
  color: #FFFFFF;
}
.account__form .item-text a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
.account__form .item-text a:hover {
  color: #FFFFFF;
}

/*--- Gamfi Form Content Section CSS ---*/
.apply-section {
  background-color: #151625;
}

.input-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.input-list label {
  cursor: pointer;
}
.input-list input {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #3a3b48;
  position: relative;
  transition: 0.3s;
}
.input-list input::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a3ff12;
  opacity: 0;
  transition: 0.3s;
}
.input-list input:checked {
  border: 2px solid #568416;
}
.input-list input:checked::before {
  opacity: 1;
}

/* --- Gamfi footer Section CSS ---*/
.gamfi-footer-section {
  background-color: #151625;
  position: relative;
}
.gamfi-footer-section .footer-cta-area {
  background: radial-gradient(circle, #4a4176 -24%, #1E1F35 40%);
  padding: 70px 0 80px 0;
  position: relative;
  z-index: 9;
}
.gamfi-footer-section .footer-area {
  background: url("../images/bg/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  padding-top: 250px;
  margin-top: -150px;
}

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

.footer-cta-area .footer-link input[type=email] {
  border: none;
  background: transparent;
  border: 2px solid #4C4764;
  padding: 15px 15px;
  width: 350px;
  color: #FFFFFF;
  margin-right: 15px;
}

.footer-cta-area .footer-link .subscribe {
  background: #A3FF12;
}
.footer-cta-area .footer-link .subscribe span {
  z-index: 9;
}

.footer-cta-area .footer-link input[type=submit] {
  border: none;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
  padding: 17px 50px;
  position: relative;
  z-index: 3;
  background: transparent;
}

.footer-cta-area .black-shape .hover-shape1,
.footer-cta-area .black-shape .hover-shape2,
.footer-cta-area .black-shape .hover-shape3 {
  background: rgba(0, 0, 0, 0.1);
}

.footer-cta-area .black-shape:hover .hover-shape1 {
  left: 44%;
}

.footer-cta-area .black-shape:hover .hover-shape3 {
  left: 56%;
}

.footer-cta-form .title {
  max-width: 550px;
  margin: 0 auto 18px;
}
.footer-cta-form .title img {
  position: relative;
  top: -5px;
}

.footer-cta-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 570px;
  margin: 0 auto;
}

.footer-icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-icon-list li {
  display: inline-block;
}
.footer-icon-list i {
  color: #FFFFFF;
  background: url("../images/icons/icon-image.png");
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 12px;
  transition: 0.4s;
  font-size: 20px;
}
.footer-icon-list i:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-mainmenu ul li {
  display: inline-block;
  padding: 0 10px;
}
.footer-mainmenu ul li a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}
.footer-mainmenu ul li a:hover {
  color: #FFFFFF;
}

.copyright-area .gafi {
  color: rgba(255, 255, 255, 0.7);
}
.copyright-area .gafi:hover {
  color: #FFFFFF;
}

.scrollup {
  padding-top: 10px;
  padding-bottom: 35px;
}
.scrollup i {
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}
.scrollup i:hover {
  color: #FFFFFF;
}

/*--- home 2 footer ---*/
.gamfi_footer_btn_sect {
  height: 200px;
  background: #6D4AFE;
  position: fixed;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.gamfi_footer_btn_content {
  height: 200px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gamfi_footer_btn_content span.frame_left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.gamfi_footer_btn_content span.frame_right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.gamfi_footer_btn_content span img {
  height: 200px;
  filter: contrast(100);
}
.gamfi_footer_btn_content a {
  position: absolute;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  outline: none;
  background: transparent;
}

/*--- Modal Section CSS ---*/
.modal .modal-dialog {
  max-width: 440px;
  margin: auto;
  margin-top: 50px;
}

.modal-content {
  background: #1E1F35;
  padding: 30px 35px 5px;
}
.modal-content p {
  font-size: 14px;
}
.modal-content .modal-header {
  border: none;
  padding-bottom: 8px;
}
.modal-content .modal-header i {
  font-size: 15px;
  color: #FFFFFF;
}

.modal-content .heading-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-content .heading-list li {
  display: block;
  background: #292A3F;
  padding: 15px 30px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.modal-content .heading-list li span {
  width: 35px;
  display: inline-block;
  margin-right: 20px;
}
.modal-content .heading-list li::before {
  content: "\e902";
  position: absolute;
  top: 22px;
  right: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "icomoon";
  font-size: 10px;
}
.modal-content .heading-list li a {
  color: #FFFFFF;
  font-family: "Russo One", sans-serif;
}

.modal-content .modal-title {
  color: #FFFFFF;
  transition: 0.4s;
  font-weight: 600;
}
.modal-content .modal-title:hover {
  color: rgba(255, 255, 255, 0.7);
}

#shareIocns .modal-content {
  padding-right: 10px;
}
#shareIocns .modal-content .modal-header {
  padding-bottom: 15px;
}
#shareIocns .modal-content .btn-close {
  position: relative;
  right: 26px;
  top: -7px;
}

#shareIocns .popup-share-icons {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
}
#shareIocns .popup-share-icons li {
  flex: 0 0 auto;
  width: 21%;
  margin-left: 14px;
}
#shareIocns .popup-share-icons li i {
  color: #FFFFFF;
  background: url("../images/icons/icon-image.png");
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 0 25px;
  transition: 0.4s;
  font-size: 20px;
  text-align: center;
}
#shareIocns .popup-share-icons li i:hover {
  color: rgba(255, 255, 255, 0.7);
}
#shareIocns .popup-share-icons li a {
  display: block;
}

/*--- modal-backdrop ---*/
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 12, 0.8);
}
.modal-backdrop.in {
  opacity: 1 !important;
}

/*--- gamfi navigation section CSS ---*/
.gamfi-navigation ul li {
  display: inline-block;
  position: relative;
}
.gamfi-navigation ul li + li {
  margin-left: 4px;
}
.gamfi-navigation ul li:first-child {
  top: 2px;
}
.gamfi-navigation ul li:first-child a {
  padding: 11px 19px 8px;
  position: relative;
  top: -1px;
}
.gamfi-navigation ul li a {
  display: block;
  border: 1px solid #2E2F3C;
  color: #FFFFFF;
  padding: 10px 20px;
  font-family: "Russo One", sans-serif;
  text-transform: uppercase;
  transition: 0.4s;
}
.gamfi-navigation ul li a .icon-Vector {
  font-size: 13px;
}
.gamfi-navigation ul li a .icon-arrow_right {
  font-size: 13px;
}
.gamfi-navigation ul li a.active:not(.black-shape), .gamfi-navigation ul li a:hover:not(.black-shape) {
  background: #2E2F3C;
  color: #A3FF12;
}

/*--- breadcrumb gamfi navigation section CSS ---*/
.breadcrumbs-form .gamfi-navigation {
  position: relative;
  top: -3px;
}

.breadcrumbs-form .gamfi-navigation ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.breadcrumbs-form .gamfi-navigation ul li:first-child {
  top: 0;
}
.breadcrumbs-form .gamfi-navigation ul li:first-child a {
  padding-top: 11px;
  padding-bottom: 8px;
}

/*--- Progress bar style ---*/
.progress-line {
  border-radius: 0px;
  position: relative;
  height: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.progress-line .progress-done {
  border-radius: 0px;
  height: 100%;
  width: 0%;
  opacity: 0;
  background-color: red;
  transition: 0.3s;
}
.progress-line .progress-done.bg-theme {
  background-color: #A3FF12;
}
.progress-line .progress-done.bg-green {
  background-color: #33EFB0;
}
.progress-line .progress-done.bg-red {
  background-color: rgba(243, 19, 19, 0.4);
}
.progress-line .progress-done.bg-gray {
  background-color: rgba(255, 255, 255, 0.3);
}

.project_clasic_slider_progress_sect .progress {
  width: 150px;
  height: auto;
  --bs-progress-bg: transparent;
}
.project_clasic_slider_progress_sect .progress svg {
  width: 150px;
  height: 150px;
}

.circle-progress-value {
  stroke-width: 6px;
  stroke: #A3FF12;
}

.circle-progress-circle {
  stroke-width: 6px;
  stroke: #534A7C;
}

.circle-progress-text {
  fill: #FFFFFF;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
}

.circle-progress-text-max {
  display: none;
}

/*--------------------------------
05. Utilities style
--------------------------------*/
.mb-23 {
  margin-bottom: 23px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gamfi-logo-area img {
  max-width: 150px;
  height: auto;
  display: block;
}
.footer-logo img {
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */

.logo img {
  max-width: 120px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.gamfi_mega_menu .menu_column h2 a {
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  text-transform: uppercase;
  display: inline-block;
}
.gamfi_mega_menu .menu_column h2 a:hover {
  color: red;
}
.gamfi_mega_menu_content {
  display: flex;
  justify-content: flex-start; /* <-- instead of center */
  gap: 40px; /* Optional: add spacing between columns */
}

.user-menu {
    position: relative;
    display: inline-block;
}

/* Username style */
#user-name {
    color: #00ffea;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-block;
}

/* Dropdown container */
#user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background-color: #0b0c1a;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 16px 20px;
    margin: 0;
    list-style: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 999;
}

/* Dropdown items */
#user-dropdown li {
    margin: 0;
    padding: 0;
    text-align: left;
}

#user-dropdown li a {
    display: block;
    width: 100%;
    padding: 4px 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: normal; /* Wrap long lines */
}

#user-dropdown li a:hover {
    color: #00ffea;
}

/* Special red logout item */
#user-dropdown li.logout a {
    color: #ff4c4c !important;
    font-weight: 600;
}

#user-dropdown li.logout a:hover {
    color: #ff7b7b !important;
}

/* Hidden dropdown class */
.hidden {
    display: none !important;
}

/* Guest Register Page */

body {
    margin: 0;
    padding: 0;
    background-color: #0e0e0e;
    font-family: 'Segoe UI', sans-serif;
    color: #eee;
}

.guest-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.register-container {
    background-color: #1c1c1c;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    width: 100%;
    max-width: 420px;
}

.register-container h2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 6px;
    color: #ccc;
}

.form-group input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #444;
    background-color: #2c2c2c;
    color: #fff;
}

button.register-btn {
    width: 100%;
    background-color: #e91e63;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

button.register-btn:hover {
    background-color: #c2185b;
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.alert-danger {
    background-color: #ff4d4d;
    color: white;
}

.alert-success {
    background-color: #28a745;
    color: white;
}

/* Responsive tweaks */
@media (max-width: 480px) {
    .register-container {
        padding: 20px;
    }
}

/*Verify.blade.php */
.verify-container {
    background-color: #1c1c1c;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    width: 100%;
    max-width: 420px;
    margin: auto;
    text-align: center;
}

.success-icon {
    font-size: 3rem;
    color: #28a745;
    margin-bottom: 10px;
}

/* 🔒 Login Success Alert (after registration) */
.alert-success {
    background-color: #28a745;
    color: white;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 10px;
}

.checkmark-icon {
    font-size: 20px;
}
 /* Global body styles */
body {
    background-color: #111;
    color: white;
    font-family: 'Arial', sans-serif;
    margin: 0;
}

/* Use this only on pages where you want full vertical centering (e.g., login/register) */
body.auth-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Auth form container */
.auth-form-container {
    background-color: #1c1c1c;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

/* Headings */
h2 {
    text-align: center;
    margin-bottom: 20px;
}

/* Form group */
.form-group {
    margin-bottom: 15px;
}

/* Labels */
label {
    display: block;
    margin-bottom: 8px;
}

/* Input styling */
input[type="email"],
input[type="password"],
input[type="text"] {
    width: 100%;
    padding: 10px;
    background-color: #333;
    border: 1px solid #555;
    border-radius: 5px;
    color: white;
}

/* Buttons */
.btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

/* Alerts */
.alert-danger {
    background-color: #dc3545;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
}

.alert-danger li {
    margin-left: 15px;
}
label.form-label {
        display: block;
        color: #ffffff !important;
        font-weight: 500;
        margin-bottom: 6px;
        font-size: 14px;
    }

.custom-alert-success {
  display: flex;
  align-items: center;
  background-color: #28a745;
  color: white;
  padding: 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  border: none;
}

.custom-alert-success .icon-wrapper {
  min-width: 36px;
  height: 36px;
  background-color: #1e7e34;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.custom-alert-success svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.custom-modal-content {
  background-color: #1c1c1c;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.15);
  color: #eee;
  width: 100%;
  max-width: 420px;
  margin: auto;
}
/* === Register Page Styles === */


body.guest-body {
  background-color: #0b132b;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

/* Container that wraps the form */
.guest-container {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
}

/* Dialog box */
.register-container {
  background-color: #000; /* pure black modal */
  padding: 60px 40px;
  border-radius: 12px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* Logo */
.register-container .logo {
  text-align: center;
  margin-bottom: 25px;
}

.register-container .logo img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

/* Page title */
.register-container h2 {
  color: #fff; /* make it white */
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
}

/* Form field group */
.form-group {
  margin-bottom: 20px;
}

/* Labels */
.form-group label {
  display: block;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 5px;
}

/* Inputs */
.form-group input {
  width: 100%;
  padding: 12px;
  background-color: #1a1a1a;
  border: 1px solid #333;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
}

/* Submit button */
.register-btn {
  background-color: #ff2b82;
  color: #fff;
  font-weight: bold;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 15px;
  margin-top: 15px;
  display: block;
}

/* Submit hover */
.register-btn:hover {
  background-color: #e6005c;
}

/* Alerts */
.alert-success {
  background-color: #2e7d32;
  color: white;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.alert-danger {
  background-color: #c62828;
  color: white;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}
/* ============================= */
/* 🔹 UNIVERSAL DROPDOWN STYLES */
/* ============================= */

.nav-menu li > .sub-menu {
  background-color: rgba(0, 0, 0, 0.92);
  border: 1px solid #00ffcc; /* Neon green */
  border-radius: 12px;
  box-shadow: 0 0 25px #00ffcc55;
  padding: 16px 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  min-width: 240px;

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.nav-menu li > .sub-menu li {
  margin: 0;
}

.nav-menu li > .sub-menu li a {
  background: none !important;
  background-color: transparent !important;
  color: #ffffff;
  padding: 10px 16px;
  display: block;
  font-weight: 700;
  font-size: 15px;
  border-radius: 6px;
  transition: all 0.25s ease;

  text-shadow: 0 0 6px rgba(0, 255, 204, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-menu li > .sub-menu li a:hover {
  background-color: rgba(0, 255, 204, 0.15);
  color: #00ffcc;
  text-shadow: 0 0 12px #00ffcc;
  transform: translateX(6px);
}


/* =================================== */
/* 🔹 ARENA - Mega Menu Customization */
/* =================================== */

.gamfi_mega_menu_sect {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.gamfi_mega_menu {
  background-color: rgba(0, 0, 0, 0.92);
  border: 1px solid #00ffcc;
  border-radius: 12px;
  box-shadow: 0 0 25px #00ffcc55;
  padding: 30px;
  backdrop-filter: none !important;
}

.gamfi_mega_menu .mega_menu_content {
  display: flex;
  gap: 40px;
}

.gamfi_mega_menu .menu_column {
  margin-right: 40px;
}

.gamfi_mega_menu .menu_column h2 a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 2px solid #00ffcc;
  padding-bottom: 5px;
  transition: all 0.3s ease;

  text-shadow: 0 0 6px rgba(0, 255, 204, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gamfi_mega_menu .menu_column h2 a:hover {
  color: #00ffcc;
  text-shadow: 0 0 12px #00ffcc;
}

.gamfi_mega_menu .menu_column ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.gamfi_mega_menu .menu_column ul li {
  width: 100%;
}

.gamfi_mega_menu .menu_column ul li a {
  background: none !important;
  background-color: transparent !important;
  color: #ffffff;
  padding: 10px 16px;
  display: block;
  font-weight: 700;
  font-size: 15px;
  border-radius: 6px;
  transition: all 0.25s ease;

  text-shadow: 0 0 6px rgba(0, 255, 204, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.gamfi_mega_menu .menu_column ul li a:hover {
  background-color: rgba(0, 255, 204, 0.15);
  color: #00ffcc;
  text-shadow: 0 0 12px #00ffcc;
  transform: translateX(6px);
}




/* ===================================== */
/* 🎵 FOOTER STYLING - DARK MUSIC VIBES  */
/* ===================================== */

.footer-area {
  background: linear-gradient(180deg, 
    rgba(10, 10, 15, 0.95) 0%, 
    rgba(15, 20, 30, 0.98) 50%, 
    rgba(5, 10, 20, 1) 100%
  );
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: 'Orbitron', sans-serif;
  border-top: 2px solid rgba(22, 241, 211, 0.6);
  box-shadow: 
    0 -4px 20px rgba(22, 241, 211, 0.15),
    inset 0 1px 0 rgba(22, 241, 211, 0.2);
  position: relative;
}

.footer-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(22, 241, 211, 0.8) 50%, 
    transparent 100%
  );
}

.footer-area a {
  color: #e6f1fb;
  transition: all 0.3s ease;
  font-weight: 500;
}

.footer-area a:hover {
  color: #16f1d3;
  text-shadow: 0 0 12px rgba(22, 241, 211, 0.8);
}

/* Social media icons - COLORFUL BRAND COLORS */
.footer-icon-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.footer-icon-list li a {
  font-size: 24px;
  padding: 14px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
}

/* YouTube - Red */
.footer-icon-list li a.social-youtube {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.1);
  border-color: rgba(255, 0, 0, 0.3);
}
.footer-icon-list li a.social-youtube:hover {
  background: rgba(255, 0, 0, 0.2);
  border-color: #FF0000;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
  transform: translateY(-3px);
}

/* Instagram - Gradient */
.footer-icon-list li a.social-instagram {
  color: #E1306C;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(253, 29, 29, 0.1), rgba(245, 96, 64, 0.1));
  border-color: rgba(225, 48, 108, 0.3);
}
.footer-icon-list li a.social-instagram:hover {
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.2), rgba(253, 29, 29, 0.2), rgba(245, 96, 64, 0.2));
  border-color: #E1306C;
  box-shadow: 0 0 20px rgba(225, 48, 108, 0.5);
  transform: translateY(-3px);
}

/* Facebook - Blue */
.footer-icon-list li a.social-facebook {
  color: #1877F2;
  background: rgba(24, 119, 242, 0.1);
  border-color: rgba(24, 119, 242, 0.3);
}
.footer-icon-list li a.social-facebook:hover {
  background: rgba(24, 119, 242, 0.2);
  border-color: #1877F2;
  box-shadow: 0 0 20px rgba(24, 119, 242, 0.5);
  transform: translateY(-3px);
}

/* Discord - Purple */
.footer-icon-list li a.social-discord {
  color: #5865F2;
  background: rgba(88, 101, 242, 0.1);
  border-color: rgba(88, 101, 242, 0.3);
}
.footer-icon-list li a.social-discord:hover {
  background: rgba(88, 101, 242, 0.2);
  border-color: #5865F2;
  box-shadow: 0 0 20px rgba(88, 101, 242, 0.5);
  transform: translateY(-3px);
}

/* Footer nav links - NEON GREEN STYLE */
.footer-mainmenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.footer-mainmenu ul li a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #00ff88;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid rgba(0, 255, 136, 0.3);
  background: rgba(0, 255, 136, 0.05);
  text-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
  transition: all 0.3s ease;
  position: relative;
}

.footer-mainmenu ul li a:hover {
  color: #00ff88;
  background: rgba(0, 255, 136, 0.15);
  border-color: #00ff88;
  text-shadow: 0 0 15px rgba(0, 255, 136, 0.8);
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
  transform: translateY(-2px);
}

/* Footer logo */
.footer-logo img {
  max-width: 180px;
  filter: drop-shadow(0 0 15px rgba(22, 241, 211, 0.4));
}

/* Copyright */
.copyright-area {
  font-size: 13px;
  opacity: 0.7;
}

.copyright-area strong {
  color: #16f1d3;
  font-weight: 600;
}

/* ULTRA COOL Back-to-top button - NEON GREEN GLOW */
.scrollup {
  position: relative;
}

.scrollup a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  font-size: 26px;
  background: linear-gradient(135deg, 
    rgba(0, 255, 136, 0.95) 0%, 
    rgba(0, 255, 136, 0.8) 100%
  );
  color: #0a0a0f;
  border: 3px solid rgba(0, 255, 136, 1);
  border-radius: 50%;
  box-shadow: 
    0 6px 30px rgba(0, 255, 136, 0.7),
    0 0 50px rgba(0, 255, 136, 0.5),
    0 0 80px rgba(0, 255, 136, 0.3),
    inset 0 2px 8px rgba(255, 255, 255, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 
      0 6px 30px rgba(0, 255, 136, 0.7),
      0 0 50px rgba(0, 255, 136, 0.5),
      0 0 80px rgba(0, 255, 136, 0.3),
      inset 0 2px 8px rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow: 
      0 6px 35px rgba(0, 255, 136, 0.9),
      0 0 60px rgba(0, 255, 136, 0.7),
      0 0 100px rgba(0, 255, 136, 0.5),
      inset 0 2px 8px rgba(255, 255, 255, 0.4);
  }
}

.scrollup a::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, 
    transparent 30%, 
    rgba(255, 255, 255, 0.4) 50%, 
    transparent 70%
  );
  transform: rotate(45deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.scrollup a i {
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: 28px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.scrollup a:hover {
  transform: translateY(-8px) scale(1.15);
  box-shadow: 
    0 10px 40px rgba(0, 255, 136, 0.9),
    0 0 70px rgba(0, 255, 136, 0.7),
    0 0 120px rgba(0, 255, 136, 0.5),
    inset 0 2px 10px rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, 
    rgba(0, 255, 136, 1) 0%, 
    rgba(0, 255, 136, 0.95) 100%
  );
  animation: none;
}

.scrollup a:active {
  transform: translateY(-6px) scale(1.1);
}

/* MOBILE RESPONSIVE FOOTER */
@media (max-width: 768px) {
  .footer-area {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .footer-icon-list {
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .footer-icon-list li a {
    padding: 10px;
    font-size: 20px;
    width: 48px;
    height: 48px;
  }

  .footer-mainmenu ul {
    gap: 12px;
    margin-bottom: 20px;
  }

  .footer-mainmenu ul li a {
    font-size: 13px;
    padding: 6px 12px;
  }

  .footer-logo img {
    max-width: 140px;
  }

  .copyright-area {
    font-size: 11px;
    padding: 0 15px;
  }

  .scrollup a {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .scrollup a i {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .footer-mainmenu ul {
    flex-direction: column;
    gap: 10px;
  }

  .footer-mainmenu ul li {
    width: 100%;
  }

  .footer-mainmenu ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 14px;
  }

  .scrollup a {
    width: 50px;
    height: 50px;
  }

  .scrollup a i {
    font-size: 22px;
  }
}

/* === NEON LOGIN BUTTON === */
.cyberpunk-pass {
  background-color: transparent;
  border: 2px solid #16f1d3;
  color: #16f1d3;
  padding: 10px 24px;
  border-radius: 6px;
  font-family: 'Orbitron', sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  animation: pulse-glow 2.5s infinite ease-in-out;
}

.cyberpunk-pass::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #16f1d3;
  opacity: 0.08;
  z-index: -1;
  transition: 0.3s;
}

.cyberpunk-pass:hover {
  color: #0f0f0f;
  background: #16f1d3;
  box-shadow: 0 0 15px #16f1d3, 0 0 30px #16f1d3;
}

@keyframes pulse-glow {
  0% { box-shadow: 0 0 4px #16f1d3; }
  50% { box-shadow: 0 0 12px #16f1d3; }
  100% { box-shadow: 0 0 4px #16f1d3; }
}

/* USER PROFILE PAGE - CYBER STYLE */
.user-page-wrapper {
  padding-bottom: 100px;
  color: #16f1d3;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
}



.user-page-wrapper h1 {
  font-size: 2.4rem;
  color: #16f1d3;
  margin-bottom: 2rem;
  animation: pulse-glow 2.5s infinite ease-in-out;
}

.user-card {
  background-color: rgba(10, 10, 15, 0.95);
  border: 2px solid #16f1d3;
  border-radius: 14px;
  padding: 2rem;
  margin: 2rem auto;
  box-shadow: 0 0 16px #16f1d355;
  max-width: 800px;
}

.user-card img {
  border: 3px solid #16f1d3;
  box-shadow: 0 0 20px #16f1d3;
}

.user-card .list-group-item {
  background: transparent;
  border: none;
  padding: 0.6rem 0;
  color: #eeeeee;
  font-size: 1rem;
  border-bottom: 1px solid #1f1f1f;
}

.user-card .list-group-item:last-child {
  border-bottom: none;
}

.user-card .col {
  background-color: rgba(25, 25, 35, 0.95);
  padding: 12px 16px;
  border-radius: 10px;
  color: #f5f5f5;
  font-size: 0.95rem;
  border: 1px solid #222;
  box-shadow: 0 0 8px #16f1d355;
  transition: 0.3s;
}

.user-card .col:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 14px #16f1d3;
}

.user-card h4 {
  font-weight: bold;
  color: #16f1d3;
  margin-bottom: 1.5rem;
  animation: pulse-glow 2.5s infinite ease-in-out;
}

@keyframes pulse-glow {
  0% { text-shadow: 0 0 5px #16f1d3; }
  50% { text-shadow: 0 0 15px #16f1d3; }
  100% { text-shadow: 0 0 5px #16f1d3; }
}
/* ---------------------- */
/* USER MENU CONTAINER    */
/* ---------------------- */
.user-menu-container {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

/* ---------------------- */
/* SALUT, ANDREI BUTTON   */
/* ---------------------- */
.user-dropdown-toggle {
  color: #16f1d3;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  transition: text-shadow 0.3s ease;
}

.user-dropdown-toggle:hover {
  text-shadow: 0 0 8px #16f1d3;
}

/* ---------------------- */
/* DROPDOWN LIST BOX      */
/* ---------------------- */
.user-dropdown-list {
  position: absolute;
  top: 30px;
  right: 0;
  min-width: 220px;
  background-color: #0c0c1c; /* slightly brighter for border contrast */
  border: 2px solid #16f1d3;
  border-radius: 10px;
  padding: 15px 0;
  box-shadow: 0 0 15px #16f1d3;
  z-index: 100;
  transition: all 0.3s ease;
}

/* ---------------------- */
/* DROPDOWN ITEMS         */
/* ---------------------- */
.user-dropdown-list li {
  list-style: none;
  padding: 10px 20px;
}

/* ---------------------- */
/* ITEM LINKS             */
/* ---------------------- */
.user-dropdown-list li a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  display: block;
}

/* ---------------------- */
/* HOVER EFFECT           */
/* ---------------------- */
.user-dropdown-list {
  border: 2px solid #16f1d3 !important;
  box-shadow: 0 0 12px #16f1d3;
}

/* ---------------------- */
/* LOGOUT STYLE           */
/* ---------------------- */
.user-dropdown-list .logout a {
  all: unset;
  color: #ff4c4c;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
}

/* ---------------------- */
/* LOGOUT HOVER           */
/* ---------------------- */
.user-dropdown-list .logout a:hover {
  text-shadow: 0 0 5px #ff4c4c;
}

/* ---------------------- */
/* TOGGLE VISIBILITY      */
/* ---------------------- */
.hidden {
  display: none;
}

/* Fix fuzzy submenu text (remove glow/blur, force crisp) */
.menu-area .sub-menu li a,
.main-menu .sub-menu li a,
.header .sub-menu li a {
  text-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  color: #e8feff !important;
  font-weight: 800;
  letter-spacing: .3px;
  transform: none !important;
  opacity: 1 !important;
}

/* Center the ARENA mega dropdown (4th top menu item) */
.header .main-menu > li:nth-child(4),
.menu-area .main-menu > li:nth-child(4) { position: relative; }

.header .main-menu > li:nth-child(4) > .sub-menu,
.menu-area .main-menu > li:nth-child(4) > .sub-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  width: auto !important;
  min-width: 900px;                 /* tweak if needed */
  display: grid !important;
  grid-template-columns: repeat(4, 220px);
  gap: 0 40px;
  justify-content: center;
}

/* columns inside */
.header .main-menu > li:nth-child(4) > .sub-menu > li,
.menu-area .main-menu > li:nth-child(4) > .sub-menu > li { width: 220px; list-style: none; }

.header .main-menu > li:nth-child(4) > .sub-menu > li > a,
.menu-area .main-menu > li:nth-child(4) > .sub-menu > li > a {
  display: block; text-align: center; font-weight: 800; margin: 0 0 8px;
}

.header .main-menu > li:nth-child(4) > .sub-menu > li ul li a,
.menu-area .main-menu > li:nth-child(4) > .sub-menu > li ul li a {
  display: block; text-align: center; padding: 4px 0;
}
/* Mega menu: center lists under their titles (definitive) */
.gamfi_mega_menu .mega_menu_content .menu_column{
  padding-left: 0 !important;
  text-align: center !important;
}
.gamfi_mega_menu .mega_menu_content .menu_column h2{
  margin: 0 auto 10px !important;
}
.gamfi_mega_menu .mega_menu_content .menu_column > ul{
  width: max-content !important;    /* shrink to content */
  margin: 0 auto !important;        /* center in column */
  padding-left: 0 !important;       /* kill left indent */
  list-style: none !important;
  text-align: left !important;      /* keep items left-aligned */
}
.gamfi_mega_menu .mega_menu_content .menu_column > ul > li > a{
  display: inline-block !important; /* stable width for centering */
}
.site-main {
  background-color: #151625 !important;
}