/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #073297;
  --primary-color: #603fd7;
  --secondary-color: #603fd7;
  --section-bg-color: #f0f8ff;
  --custom-btn-bg-color: #603fd7;
  --custom-btn-bg-hover-color: #603fd7;
  --dark-color: #ffffff;
  --p-color:#110A28;
  --p-color-light:#ffffff
  --border-color: #7fffd4;
  --link-hover-color: #603fd7;
  --bs-font-sans-serif: "Nunito Sans", sans-serif;
  --bs-font-russo: "Nunito Sans", sans-serif;
  --title-font: "Nunito Sans", sans-serif;
  --body-font-family: "Nunito Sans", sans-serif;
  --h1-font-size: 45px;
  --h2-font-size: 38px;
  --h3-font-size: 28px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --nav-font-size: 16px;
  --p-font-size: 14px;
  --btn-font-size: 14px;
  --copyright-font-size: 16px;
  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;
  --font-weight-light: 400;
  --font-weight-normal: 500;
  --font-weight-bold: 800;
}

body {
background: linear-gradient(90deg, #051736 0%, #53045a 50%, #051736 100%);

  font-family: var(--body-font-family);
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #110A28;

}

* {
  box-sizing: border-box;
}

p,
div,
h1, h2, h3, h4, h5, h6{
  color:#fff !important;
}


 

.text-success{
  color: green;
}
/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}


.title_font {
  font-family: var(--title-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}

h1 {
  font-size: var(--h1-font-size);
  font-family: var(--title-font);
}

h2 {
  font-size: var(--h2-font-size);
  font-family: var(--title-font);
}

h3 {
  font-size: var(--h3-font-size);
  font-family: var(--title-font);
}

h4 {
  font-size: var(--h4-font-size);
  font-family: var(--title-font);
}

h5 {
  font-size: var(--h5-font-size);
  font-family: var(--title-font);
}

h6 {
  font-size: var(--h6-font-size);
  font-family: var(--title-font);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/* .text-success {
  color: var(--primary-color) !important
} */



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
}


.link-fx-1 {
  color: var(--dark-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

/* .addedCss {
  border-top: 2px solid #913779 !important;
  padding: 0px 20px !important;
} */

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}













/*---------------------------------------
  Live prices section               
-----------------------------------------*/


.mtc_section {
  padding-bottom: 100px;
}

.card {
  border: 0;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  background: #ffffff20;
  box-shadow: none;
}

.page-content .card {
  border-radius: 15px;
  /* background: linear-gradient(135deg, #ffffff26 0%, #ffffff26 100%); */
  overflow: hidden;
}
 


.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-center {
  display: flex;
  align-items: center;
}

.thumb-wrapper {
  position: relative;
  margin-right: 10px;
}

.live_prices .thumb {
  width: 40px;
  height: 40px;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  /* background: #00181c; */
  /* padding: 6px; */
}

.title a {
  color: var(--dark-color);
}

.btn_icon {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 10%);
  font-size: 21px;
  transform: rotate(-45deg);
  color: var(--dark-color);
}


.live_prices hr {
  margin: 1.3rem 0;
  border-color: var(--dark-color);
  opacity: 0.1;
}

.live_prices .price {
  font-size: 24px;
  color: var(--dark-color);
  font-weight: 700;
}

.live_prices .volume_price {
  color: var(--dark-color);
  font-weight: 400;
  font-size: 13px;
}

.user_cass {
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* border: 1px solid #fff; */
  padding: 5px 48px;
  font-size: 14px;
  /* min-width: min-content; */
  /* max-width: 250px; */
  margin: 0 auto;
  width: fit-content;
  /* background-color: #ffffff17; */
  background-clip: border-box;
  /* border: 1px solid rgb(255 255 255 / 11%); */
}
.user_cass img {
  height: 55px;
  width: 55px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 5px;
}
.ut_row img {
  margin-bottom: 0;
}

ul.treee_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.addedclass1 {
  background-color: #ffc107 !important;
}
.addedCss {
  /* border-top: 2px solid #913779 !important; */
  /* padding: 0px 20px !important; */
}
.tree_ul .user_cass {
  font-size: 12px;
  cursor: pointer;
  background: #ffffff29;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  z-index: 2;
}
.tree_ul .user_cass:hover {
  box-shadow: 0 0 0 2px #ffffff7c;
}



.tree_ul .user_cass img {
  width: 45px;
  height: 45px;
}
.user_cass span {
  font-weight: 500;
  font-size: 15px;
}
.tree_ul .user_cass small {
  font-size: 12px;
  font-weight: 400;
}

.ut_row {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 10px 15px;
  background: #ffffff29;
  border-radius: 10px;
}
.ut_row {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 10px 15px;
  background: #a1a1a129;
  border-radius: 10px;
  min-width: 210px;
}
.ut_content{
  
}

.ut_content span {
  font-size: 21px;
  line-height: 1;
  color: #000;
  display: block;
  font-weight: 800;
}

.ut_content small {
  font-weight: 500;
  font-size: 12px;
}

ul.treee_ul li ul {
  padding-left: 41px;
}
.treee_ul li {
  position: relative;
}
.treee_ul li ul li:first-child:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background: #fff;
  left: -24px;
  top: 24px;
  z-index: -1;
}
.treee_ul li ul li:first-child:after {
  content: "";
  position: absolute;
  height: 31px;
  width: 1px;
  background: #fff;
  left: -24px;
  top: -7px;
  z-index: -1;
}

ul.tree_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}
ul.tree_ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.tree_row > .user_cass {
  margin-bottom: -1px;
}
.tree_row {
  margin-bottom: 25px;
}


ul.tree_ul li {
  padding: 6px 15px;
  position: relative;
}

ul.tree_ul li:after {
  content: "";
  height: 2px;
  width: 30px;
  right: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  border: 1px dashed #494949;
  transform: translateY(-50%);
  left: calc(100% - 15px);
}
ul.tree_ul li:last-child::after{
  opacity: 0;
}


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

.main_user, .inner_card_body {
  display: block;
  text-align: center;

  padding: 20px 13px 13px;
  border-radius: 20px;
  /* box-shadow: 4px 5px 20px -10px #9491a9; */

  /* margin-top: 40px; */
  min-width: 240px;
  position: relative;
  margin-bottom: 6px;
  cursor: pointer;
}
.main_user .modal-title b{
  color:#fff !important;
}

.main_user.tree_success img {
  border-color: #61e74c;
}
.main_user.tree_danger  img {
  border-color: #F44336;
}
.main_user.tree_warning img {
  border-color: #FFC107;
}

.text-green{
  color: green;
}

.tree_row {
  border-top: 2px solid #603fd3;
  padding-top: 25px;
  margin-top: 25px;
}

.main_user.main_user_mini:before {
  content: "";
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -29px;
  height: 27px;
  background: #603fd3;
}


.main_user.main_user_mini.active:after {
  content: "";
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  height: 27px;
  background: #603fd3;
}

/* .main_user.main_tree:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #e3e3ff;
  position: absolute;
  bottom: -30px;
} */
.main_user.main_tree.active:after {
  content: "";
  height: 31px;
  width: 2px;
  background: #603fd3;
  position: absolute;
  bottom: -33px;
}


.main_user.active{
  border-color: #603fd3;
}


.main_user.main_user_mini:last-child {
  margin-bottom: 0 !important;
}


.main_user img, .inner_card_body img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #603fd3;
  /* margin-top: -88px; */
  margin-bottom: 12px;
}


.support-card{ border:solid 1px #15151510; background: #fff !important; padding:15px; border-radius:10px; height:100%;}
.support-card .icon-sec{  background:linear-gradient(100deg, #e481ed 17.74%, #5b27f3 136.87%); border-radius: 10px; margin-top: 5px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; margin-right:20px; padding:10px;}
.support-card .icon-sec img{ width:auto; height:40px; }
.support-card .content-sec .heading{ font-weight:900; font-size:16px; color:#151515; margin-bottom:5px; }
.support-card .content-sec p{ font-size:14px !important; line-height: 20px; font-weight:400; font-size:16px; color:#666 !important; }

img.user_mini {
  width: 50px;
  height: 50px;
  border-width: 3px;
  margin-bottom: 0;
}


.tree_row .swiper-slide {
  max-width: 203px;
}

.tree_row .swiper-wrapper {
  overflow: unset;
  position: unset; 
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important; 
}

.swiper-button-prev, .swiper-button-next {
  width: 40px; 
  height: 40px;
  min-width: 40px;
  max-height: 40px;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 4px 2px 12px -4px #603fd3;
  border: 1px solid #603fd345;
}
.swiper-button-prev:after, .swiper-button-next:after { 
  font-size: 14px !important; 
  font-weight: 900;
  color: #603fd3;
}


.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -20px !important;
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -20px !important;
  right: auto;
}

.main_user.main_user_mini.active {
  border-color: #603fd3;
}


.tree_row.row_second {
  border-top: 2px solid #603fd3;
  padding-top: 27px;
  margin-top: 26px;
}




.tree_card_body{
  overflow-x: hidden;
}

/* .tree_col_sec {
  max-width: 240px;
} */

.main_user.main_user_mini {
  padding: 13px;
  margin-bottom: 18px;  
  min-width: unset;
  border: 2px solid #e3e3ff;
}
.main_user.main_user_mini .ut_content span {
  font-size: 17px; 
  text-align: left;
}


.tree_row {
  display: flex;
}

.tree_col {
  /* display: inline-block; */
}







.main_user .modal-title {
  font-size: 15px;
  color: #898989;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #3333331c;
  padding-top: 6px;
  margin-top: 8px;
  font-weight: 400;
}



 .sidebar-link i{
  font-size:18px;
  height:30px;
  width:30px;
 }



.main_user .modal-title b { 
  color: #000 !important;
}



.tt_bs_open {
  font-size: 12px;
  cursor: pointer;
  background: #494949e3;
  border-radius: 10px;
  padding: 15px 20px;
  z-index: 2;
  position: absolute;
  top: 6px;
  max-width: fit-content;
  backdrop-filter: blur(10px);
  width: calc(100% - 30px);
  left: 15px;
  height: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FA26CA 0%, #712AF9 100%);
  opacity: 0;
  pointer-events: none;
}

.tt_bs_open h5 {
  line-height: 1.2;
  font-size: 17px;
}


.tt_bs_open h5 b {
  font-size: 140%;
  margin-top: 12px;
  display: block;
}

.user_cass.addedCss:hover ~ .tt_bs_open{
  opacity: 1;
}




.user_cass.addedCss {
  position: relative;
}

.ut_row{
  cursor: pointer;
}
.ut_row ~ .tt_bs_open {
  min-width: 210px;
  width: calc(100% - 96px);
  left: 48px;
  height: calc(100% - 32px);
  cursor: pointer;
}
.ut_row:hover ~ .tt_bs_open{
  opacity: 1;
}
.ut_row ~ .tt_bs_open h5 {
 /*  display: flex;
  align-items: center; */
  text-align: center;
}

 


.ut_row ~ .tt_bs_open h5  b {
  margin-top: 0;
  margin-left: 10px;
  font-size: 150%;
}







/*---------------------------------------
  market_update_sec               
-----------------------------------------*/
.market_update_table table {
  background-color: transparent;
}

.market_update tr {
  border: 0;
}

/* 
.table tr th {
  font-weight: 500;
  border: none;
  line-height: 3;
}

.table>thead th { 
  color: #ababab;
}

.table> :not(caption)>tr:last-child>* {
  border: 0;
}

.table> :not(caption)>*>* {
  padding: 1rem 1.5rem;
}

table.table td {
  line-height: 1.5;
  border-color: transparent;
  vertical-align: middle;
  box-shadow: none;
  color: #fff;
  text-shadow: none !important;
}

.td_div {
  display: flex;
  align-items: center;
}





img.coinimg {
  max-width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.table tbody tr:hover {
  background: hsl(0deg 0% 100% / 12%);
  backdrop-filter: blur(4px);
}

table.table td .btn {
  margin: 10.5px 0;
} */


.sidebar-header img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.sidebar-header h1.h5 {
  font-weight: 800 !important;
}


/*---------------------------------------
  how_it_sec               
-----------------------------------------*/

.how_it_sec {
  padding: 150px 0;
}

.how_it_sec .card {
  border-radius: 40px;
}

.how_it_sec .card-body {
  padding: 55px 40px;
}











/*---------------------------------------
  features_sec               
-----------------------------------------*/



.features_sec .card-body {
  padding: 2.5rem;
}

/* .features_sec .card:hover {
  background: linear-gradient(135deg, #4e347e 0%, rgb(149 123 197 / 10%) 100%);
} */

.btn-link {
  background: linear-gradient(135deg, #FA26CA 0%, #712AF9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--title-font);
  padding-left: 0;
}




 


/*---------------------------------------
  App download section               
-----------------------------------------*/
.dd_sec {
  padding-bottom: 150px;
}



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

.down_tab a {
  display: block;
  margin-bottom: 10px;
}

.down_tab a:last-child {
  margin-bottom: 0;
}

.down_tab_xl {
  margin-top: 36px;
}





iframe {
  pointer-events: none !important;
}



/*---------------------------------------
  partners section               
-----------------------------------------*/
.part_sec {
  position: relative;
  padding: 50px 0 !important;
}

.part_sec:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(97.16deg, #F86CF8 12.04%, #64CEF5 81.84%);
}

.part_sec:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(97.16deg, #F86CF8 12.04%, #64CEF5 81.84%);
}

.parter_row {
  display: block;
  text-align: center;

}

.parter_row img {
  display: inline-block;
  margin: 5px;
  max-width: 192px;
}








.stake_plan {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}


.stake_plan h2 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 1.7rem;
}


ul.pl_details {
  list-style: none;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}


ul.pl_details li {
  padding: 9px 0;
  color: #ffffffad;
}


ul.pl_details li {
  font-size: 13px;
  font-weight: 200;
  line-height: 1.2;
}


ul.pl_details li:nth-child(odd) {
  background-color: #ffffff0a;
}

ul.pl_details li span {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #fff;
}


/*---------------------------------------
  partners section               
-----------------------------------------*/


.accordion-item {
  padding: 25px 0 35px;
  border-bottom: 1px solid #00000017;
  background: white;
}

.accordion-header button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: transparent;
  outline: 0;
  border: 0;
  color: var(--dark-color);
  width: 100%;
  font-family: var(--body-font-family);
  text-align: start;
}

.acc_body {
  padding-top: 17px;
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  font-weight: 500;
}



.accordion-header button.collapsed i {
  transform: rotate(0deg);
}

.accordion-header button i {
  transform: rotate(-180deg);
  transition: 0.2s;

}

body {
  /* background-image: url('../images/main_bg.png'); */
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-position: center top;
  background-attachment: fixed;
}

main {

  position: relative;
  z-index: 1;
  overflow: hidden;
}






/*---------------------------------------
  Community section              
-----------------------------------------*/

.joc_section {
  padding: 150px 0;
}

.joc_social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: hsl(0deg 0% 100% / 5%);
  padding: 20px 18px;
  border-radius: 9px;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  transition: 0.2s all;
  border: 1px solid hsl(0deg 0% 100% / 5%);
}

.joc_social .ri-xl {
  font-size: 1.9em;
}

.joc_social span {
  line-height: 1;
}

.joc_social_row {
  margin-top: 0;
}

.joc_social:hover {
  background: var(--primary-color);
  color: var(--dark-color);
}

.joc_section .card-body {
  padding: 60px 40px;
}

.page_title {
  margin-top: 80px;
}

.dd_img:before {
  content: "";
  /*    background-image: url('../images/download_bg.png');*/
  /*    background-color: #000a00;*/
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-position: top;
  /*    height: 100%;*/
  width: 100%;
  position: absolute;
  z-index: 0;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/



section .container {
  position: relative;
}

.container-custom {
  max-width: 1550px;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay+.container {
  position: relative;
}


.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: var(--dark-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color);
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5,
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/

.login_group {
  font-weight: normal;
}
.custom-btn {
  border: 2px solid #603FD7 !important;
  border-radius: 4px;
  color: var(--dark-color) !important;
  font-size: var(--btn-font-size) !important;
  line-height: normal;
  transition: all 0.3s;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1;
  border-radius: 10px; 
}
.custom-btn.text-white{
  color: #fff !important;
}


/* .custom-btn.btn-dark {
  color: #fff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
} */


.nav_right .custom-btn.btn-gradient {
  /* padding-top: 12px; */
  /* padding-bottom: 12px; */
  color: #fff !important;
}

.btn-gradient {
   background:linear-gradient(100deg, #e481ed 17.74%, #5b27f3 136.87%);
  border: 0;
  transition: cubic-bezier(0.4s);
  color: #fff !important;
}

.filter-button i{
  color:#fff !important;
  font-size: 20px;
  line-height:1;
}



.btn-hover:hover,
.btn-hover:focus {
  /* transform: scale(1.01); */
  /* transform: scale(1.05); */
  /* transform: translateY(-3px); */
  /* box-shadow: rgb(15 145 195 / 75%) 2px 5px 20px 0px, -3px -2px 23px 6px #a60faabf; */
}

.btn-xl {
  font-size: 18px !important;
  padding: 13px 35px;
}

.btn-sm {
  padding: 7px 20px;
  font-size: 13px !important;
}

.btn_row .custom-border-btn {
  padding: 5px 18px;
}


.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgb(0 0 0 / 37%) !important;
}

.custom-border-btn {
  border: 2px solid #603FD7 !important; 

}

.btn-xl.custom-border-btn {
  padding: 11px 35px;
}

.txt_gradient {
  font-style: normal;
   background:linear-gradient(100deg, #e481ed 17.74%, #5b27f3 136.87%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}






.hdc_card {
  background-color: #00000010;
  border: solid 1px #ffffff10;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  background-image: url('../images/digi_logo_mask.svg');
  position: relative;
  z-index: 1;
  backdrop-filter: blur(5px);
}



@media (min-width:1601px) {

  .hdc_card {
    padding: 60px;
  }


}



.text-right {
  text-align: right !important;
}



.token-card.hdc_card {
  padding: 50px;
  /* padding-bottom: 25px; */
}

.time_bar {
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
}


.menu-heading {
  color: #333333;
  padding: .25rem 20px .5rem;
  text-align: left;
}

.overline-title {
  color: #151515 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}




.time_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.time_row {
  width: 100%;
  height: auto;
  border-radius: 50px;
  background: #ffffff20;
  border: solid 1px #ffffff50;
  padding:2px;
}

.timelines {
  max-width: 100%;
  height: 15px;
  border-radius: 50px;
    background:linear-gradient(100deg, #e481ed 17.74%, #5b27f3 136.87%);
}


.time_bar {
  margin: 20px 0 20px;
}


.partners_list {
  /*display: block;*/
  margin-top: 33px;
}

.partners_list img {
  max-width: 216px;
  margin: 5px;
}


.font-normal {
  font-family: 'Montserrat', sans-serif;
}



.token_sec {
  position: relative;
  overflow: hidden;
}

.token_sec:after {
  content: "";
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../images/token_bg.svg');
}




/*---------------------------------------
  Section Title              
-----------------------------------------*/

.section-title {
  margin-bottom: 60px;
  text-align: center;
}

.section-title p {
  margin-top: 1.4rem;
}















/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

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


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /*  margin-top: 51px;*/
}

.sticky-wrapper.is-sticky .navbar {
  background-color: #ffffff1c;
  padding: 5px 0;
  backdrop-filter: blur(10px);
}

.navbar {
  background: #110a2891;
  z-index: 9;
  padding: 10px 0;
  transition: 0.2s;
  position: sticky;
  top: 0;
  backdrop-filter: blur(11px);
  box-shadow: -1px 3px 20px -6px #603fd72b;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--dark-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px 10px;
  font-weight:bold;
  color:#fff !important;
  padding: 10px 4px;
}

.navbar-expand-lg .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
   background:linear-gradient(100deg, #e481ed 17.74%, #5b27f3 136.87%);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  width: 100%;
  transform: scaleX(0);
  right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after,
.navbar-expand-lg .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
  /* color: #4f72d7; */
   background:linear-gradient(100deg, #e481ed 17.74%, #5b27f3 136.87%);
  -webkit-background-clip: text;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: 20px;
  }

}


.navbar-nav .nav-link {
  display: inline-block;
  color: var(--dark-color);
  font-size: var(--nav-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--dark-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

nav#sidebar.active .navbar-toggler  .navbar-toggler-icon,
nav#sidebar.active .navbar-toggler .navbar-toggler-icon {
  background: transparent;
}

nav#sidebar.active .navbar-toggler  .navbar-toggler-icon:before,
nav#sidebar.active .navbar-toggler  .navbar-toggler-icon:after,
nav#sidebar.active  .navbar-toggler .navbar-toggler-icon:before,
nav#sidebar.active  .navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

nav#sidebar.active .navbar-toggler  .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

nav#sidebar.active .navbar-toggler  .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
}
.navbar-toggler-mobile .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
}
.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 25px;
  height: 2px;
  content: '';
}
.navbar-toggler-mobile .navbar-toggler-icon:before,
.navbar-toggler-mobile .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 25px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}





/*---------------------------------------
  Home section        
-----------------------------------------*/


.home_section {
  background-image: url('../images/hero_img.png');
  background-color: #000a00;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-position: center top;
}





/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding: calc(50px + 50px) 0 50px;
}

.star_img {
  position: absolute;
  top: 100px;
  pointer-events: none;
}


.hero-section small {
  color: var(--dark-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  /*  padding-bottom: 50px;*/
}

.hero-section .container .row {
  height: 100%;
}

.aac_card h4 {
  font-family: var(--title-font);
}

.aac_card {
  padding-right: 12%;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/

















/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-image: url('../images/edward-unsplash-blur.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}

.activeNav {
  color: skyblue !important;
}

.swal2-title {
  position: relative !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 100 !important;
  text-align: center !important;
  text-transform: none !important;
  word-wrap: break-word !important;
}

.swal2-popup {
  padding: 5px 0px !important;
  margin: 0 !important;
  background: #13171ae3 !important;
}

/*---------------------------------------
  Our Work Section               
-----------------------------------------*/


.body-content {
  padding: 20px 0 5px;
}

.card.card-solid {
  border: 0;
  
}

/* .work-sec .card.card-solid {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
} */

.work-sec .card.card-solid .card-body {
  flex: 1 1 auto;
  padding: 30px;
}




/*---------------------------------------
 roadmap  Section               
-----------------------------------------*/

.timeline_section {
  background: #ffffff10 url('../images/roadmap_img.png');
  background-repeat: no-repeat;
  background-size: 85%;
  position: relative;
  
}

.timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  top: 0;
  bottom: 0;
  left: 50%;
  background:linear-gradient(100deg, #603FD7 17.74%, #603FD7 136.87%);
  border-radius: 5px;
}

.container_timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 2px;
  position: absolute;
  top: 25px;
  width: 28px;
  z-index: 1;
  right: 0px;
  background: #603fd7;
}

.right::before {
  content: " ";
  height: 2px;
  position: absolute;
  top: 25px;
  width: 28px;
  z-index: 1;
  left: 6px;
  background: #603fd7;
}

.right::after {
  left: -12px;
}

.content {
  /*  padding: 20px 30px;*/
  /*  background-color: var(--dark-color);*/
  position: relative;
  /*  border-radius: 8px;*/
}

.left h6,
.left p {
  text-align: end;
}



@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container_timeline::before {
    left: 16px;
  }

  .left::after,
  .right::after {
    left: 15px;
  }

  .right {
    left: 0%;
  }
}






/*---------------------------------------
  Token sec               
-----------------------------------------*/


.how_card img {
  margin-bottom: -25px;
}







/*---------------------------------------
  video sec              
-----------------------------------------*/
.ola_section {
  overflow: hidden;

}

.video_card {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  /*    max-width:80%;*/

}

.video_card img {
  width: 100%;
}

.play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play_icon img {
  width: 110px;
  height: 110px;
  object-fit: scale-down;
  backdrop-filter: blur(5px);
  border-radius: 50%;
}

.slide_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 25px;
  background: #ffffff1a;
  backdrop-filter: blur(10px);
}

.videoSlide {
  overflow: unset !important;
}

[data-rk] .ju367v86 {
  padding-top: 0 !important;
}











/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../images/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  padding: 50px;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 24px;
  backdrop-filter: blur(3px);
  position: relative;
  z-index: 1;
  box-shadow: -9px 8px 40px -15px #603fd829, 12px -9px 40px -24px #603fd82e;
}
.ticket-form-signup.ticket-form {
  padding: 32px;
}
.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 30px;
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--dark-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--dark-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../images/nainoa-shizuru-unsplash-blur.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th+td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--dark-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--dark-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/



.row_check .form-check-label {
  margin-top: 0 !important;
  font-size: 14px;
}

.form-check.row_check {
  min-height: 27px;
  padding-left: 28px;
}

.row_check .form-check-input[type=checkbox] {
  background-color: transparent;
  border: 1px solid #6666664f;
  border-radius: 6px;
  font-size: 18px;
  margin-top: 1px;
  outline: 0 !important;
  box-shadow: none;
}

.row_check .form-check-input:checked[type=checkbox] {
    border-color: #603fd7 !important;
  background-size: 16px;
  background-color: #603fd7;
}



.form-control {
  padding: .675rem .75rem;
}


.form-control::placeholder {
  color: #15151580;
}
 

.form-control, .form-select, .input-material-group .input-material, .brows-file-wrapper input.inputfile {
  color: #151515; 
  border-radius: 13px;
  border: 1px solid #00000020 !important;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px;
  width: 100%;
}

.btn-primary { color:#fff !important;}

.form-control:focus, .form-select:focus {
  border-color: #603fd7 !important;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}


.custom-form .form-control, .custom-form .form-select {
  color: var(--p-color);
  margin-bottom: 24px;
  outline: none;
  font-feature-settings: 'pnum' on, 'lnum' on;
  border-radius: 13px;
  border: 1px solid #ffffff20;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px;
}

.form-select option {
  color: #000;
}

input:-webkit-autofill, input:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 51px rgb(250 248 254) inset;
  -webkit-text-fill-color: #000;
}




/*.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--dark-color);
  font-size: var(--nav-font-size);
  font-weight: var(--font-weight-bold) !important;
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}*/

.price_bar {
  border: 0;
  text-align: left;
  font-size: 11px;
  background: #ffffff12;
  padding: 9px 12px;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 25px;
  margin-top: -9px;
}





/* radio button */
.cfield_radio {
  margin-bottom: 19px;
  text-align: left;
  overflow: hidden;
}

.radio_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -10px 0;
}

.radio_box label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  min-width: 50%;
  flex: 0 0 auto;
  padding: 0 10px;
  margin: 0 auto;
}

.radio_box label input {
  position: absolute;
  left: -9999px;
}

.radio_box label input:checked+span {
  background:linear-gradient(100deg, #603FD7 17.74%, #603FD7 136.87%);
  color: #fff;
  border-color: #ffffff;
}

.radio_box label span {
  display: flex;
  padding: 13px 5px;
  border-radius: .375rem;
  transition: 0.25s ease;
  min-width: 100px;
  width: 100%;
  text-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.radio_box label span:hover {
  background-color: #ffffff26;
}

.radio_box label span:after {
  display: flex;
  content: "\eb7b";
  font-family: 'remixicon' !important;
  font-size: 17px;
  flex-shrink: 0;
  /* content: ""; */
  background-color: #fff0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 1rem;
  transition: 0.25s ease;
  font-size: 18px;
  line-height: 1.8rem;
  text-align: center;
  margin: 0;
  opacity: 0.2;
}

.radio_box label span em {
  font-style: normal;
  font-weight: 600;
  display: flex;
  width: 100%;
  justify-content: start;
  margin-left: 21px;
}

.radio_box label input:checked+span:after {
  color: #fff;
  opacity: 1;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  /* background-color: var(--dark-color); */
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--dark-color);
}

.site-footer-link,
.copyright-text {
  color: var(--dark-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  /*  background: var(--secondary-color);*/
  /*  border-radius: var(--border-radius-large);*/
  color: var(--dark-color);
  font-size: var(--h4-font-size);
  display: block;
  margin-right: 20px;
  text-align: center;
  /*  width: 35px;*/
  /*  height: 35px;*/
  /*  line-height: 36px;*/
  /*  transition: background 0.2s, color 0.2s;*/
}

.social-icon-link:hover {
  color: var(--dark-color);
}

.social-icon-link span {
  display: block;
}



@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg);
  }
}



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












.login-header {
  margin-top: -50px;
  padding-bottom: 30px;
  margin-left: -50px;
  width: calc(100% + 100px);
}

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

.login-pills li {
  display: block;
  width: 50%;
}

.login-pills li .nav-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 23px 12px;
  background: transparent;
  color: var(--dark-color);
  border-radius: 0;
  font-weight: bold;
  border-bottom: 2px solid #ffffff0f;
  font-size: 18px;
}

.login-pills li .nav-link.active {
  color: var(--primary-color);
  background: transparent;
  border-color: var(--primary-color);
}

label>em {
  font-size: 150%;
  line-height: 1;
}

.field-otp-box {
  position: relative;
}

.field-otp-box button {
  top: 50%;
  position: absolute;
  right: 12px;
  font-size: 17px;
  transform: translateY(-50%);
  padding: 10px;
  line-height: 1;
}

.field-otp-box button.btn-sm {
  border-radius: 9px;
  padding: 7px 10px;
}

.btn-xs {
  padding: 6px 12px;
  font-size: 12px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-check.termsConditions {
  min-height: unset !important;
  color: var(--dark-color) !important;
  display: flex;
  align-items: center;
  padding-left: 1.5em !important;
  font-size: var(--p-font-size);
  cursor: pointer;
}

.form-check.termsConditions label.form-check-label {
  position: unset;
  transform: translate(0);
  margin: 0;
}

.form-check.termsConditions .form-check-input {
  width: 1.3em;
  height: 1.3em;
  border: 2px solid rgb(184, 184, 184);
  background-color: transparent;
  margin-right: 10px;
  outline: 0;
  box-shadow: none !important;
}

.form-check-input:checked {
  border-color: var(--primary-color) !important;
}
 









/*KYC wrapper*/


.form-field-wrapper {
  padding: 20px;
  background: rgb(255 255 255 / 9%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 18px;
}

.kyc_wrapper {
  padding: 40px;
}

.card-body.create-item-wrapper-kyc {
  padding: 32px;
}

.dzKkzw {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 1;
}

.kyc_nofti {
  justify-content: space-between;
  position: relative;
}

.dzKkzw .check_bar i {
  width: 38px;
  height: 38px;
  background-color: #d1d7f5;
  border-radius: 35px;
  color: #343a40;
  text-align: center;
  line-height: 38px;
  position: relative;
  z-index: 1;
  border: 3px solid #f7fafc;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.dzKkzw .check_bar i {
  border-color: #1a1a1a;
  color: #fff;
}

.check_bar.active i {
  background: #383838;
  color: #fff;
}



.check_bar {
  display: block;
  width: 33.33333%;
  position: relative;
}

.check_bar:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: #333;
  top: 20px;
  z-index: 0;
}

.check_bar:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background: #d1d7f5;
  top: 17px;
  z-index: 0;
}

.check_bar:last-child::after {
  display: none;
}

.check_bar.active:after {
  background: #343a40;
}

.check_bar.active i {
  background: #343a40;
  color: #fff
}


.dzKkzw .check_bar i {
  border-color: #595959;
  color: var(--dark-color);
  background: #595959;
}

.check_bar.active i {
  background: var(--primary-color);
  color: var(--dark-color);
}

.check_bar:after {
  background: #fff6;
}

.check_bar.active:after {
  background: #595959;
}

.d-kyc_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.kyc_done .check_bar {
  text-align: center;
}

.kyc_done .dzKkzw .check_bar i {
  margin: 0 auto;
}

.kyc_done .check_bar:after {
  left: 50%;
}

.kyc_done .check_bar h5 {
  margin-top: .6rem;
}

.kyc_done .check_bar h5 {
  margin-top: .6rem;
  font-size: 14px;
}

.bg-success {
  background: var(--primary-color) !important;
}

.d-kyc_sec p {
  margin-bottom: 0;
}

.d-kyc_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-kyc_share h5 {
  margin-bottom: 5px;
}

.d-kyc_share p {
  margin-bottom: 0;
  max-width: 80%;
  line-height: 1.1;
}

.d-kyc_share p .small,
.d-kyc_share p small {
  font-size: 80%;
  font-weight: 400;
}

.d-kyc_share h5 {
  margin-bottom: 5px;
  font-size: 16px;
}

.d-kyc_sec h4 {
  font-size: 25px;
  font-weight: 500;
}



.kyc_done hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255);
  background: transparent;
}


.form-label {
  color: var(--dark-color)
}




.upload-area .brows-file-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff1f;
  transition: 0.3s;
  border: 1px solid #ffffff2b;
}

.upload-area .brows-file-wrapper input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-area label {
  border: 1px solid #4a4a4a1c;
  width: 100%;
  height: 200px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 15px;
  color: var(--dark-color)
}

.upload-area label i {
  font-size: 40px;
  stroke-width: 1px;
  color: var(--dark-color);
  margin-bottom: 0;
}

.upload-area label span {
  font-size: 20px;
  margin-bottom: 0;
}

.upload-area label .file-type {
  font-size: 14px;
  font-weight: 300;
}

::-webkit-calendar-picker-indicator,
::-webkit-select-indicator {
  filter: invert(1);
}

.card-body.create-item-wrapper-kyc .form-control {
  margin-bottom: 0 !important;
}


.avatar-info img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  object-fit: cover;
  border: 2px solid #fecc16;
}

.avatar-info img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  object-fit: cover;
  border: 2px solid #ffffff6b;
  margin-right: 8px;
}

.avatar-info>a {
  color: var(--dark-color);
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}

.avatar-info>a :after {
  position: absolute;
  content: "\ea4e";
  font-family: 'remixicon' !important;
  right: 0;
  line-height: 1;
  top: 9px;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}


.custom-dropdown {
  position: relative;
  margin-right: 15px;
  display: flex;
}


.submenu {
  min-width: 200px;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 100% !important;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 12px 0;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.custom-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px) !important;
}

.custom-dropdown .submenu li a {
  font-weight: 500;
  padding: 8px 14px;
  font-size: 15px;
  display: block;
  color: #dadada;
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.custom-dropdown .submenu li a i {
  padding-right: 8px;
}

.custom-dropdown .submenu li a:hover {
  color: var(--primary-color);
}






/*my account*/


.img-account-profile {
  width: 65px;
  height: 65px;
  object-fit: cover;
  overflow: hidden;
  min-width: 65px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.24);
}


.text-gray {
  color: #ffffffc9;
}

.menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 0 100%;
  padding: .85rem 1rem;
  transition: none;
  outline: none !important;
  color: var(--dark-color);
  border-radius: 6px !important;
  /* transition: 0.3s; */
  margin: 2px 0;
}

.menu-link .menu-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  margin-right: .5rem;
}

.bullet {
  display: inline-block;
  background-color: var(--dark-color);
  border-radius: 6px;
  width: 8px;
  height: 4px;
  flex-shrink: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--primary-color);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--white-text);
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 11px auto 40px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  bottom: 11px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #000000b8;
  border: 1px solid #ffffff54;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--dark-color);
  backdrop-filter: blur(10px);
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 3px solid #f8f8f88c;
  overflow: hidden;
}


.avatar-upload .avatar-preview>img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

.nodataAvailable {
  text-align: center;
  height: 120px;
}


.coming_soon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0;
}

.market_tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  color: #fff;
  background: #ffffff1c;
  backdrop-filter: blur(3px);
  margin-right: 10px;
}

.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
}

.star_btn.btn_icon {
  transform: rotate(0);
  display: inline-flex;
  height: 30px;
  width: 30px;
  font-size: 19px;
  background: transparent;
  opacity: 0.5;
  margin-right: 7px;
}

span.star_btn.btn_icon.active {
  color: #fecc16;
  opacity: 1;
}

.form-select:disabled {
  background-color: #0000004f;
  border-color: #0000004f;
}


.thankyou img {
  max-width: 140px;
  margin-bottom: 2rem;
}

[data-rk] .ju367vax {
  background: rgb(0 0 0 / 34%) !important;
}

.pt-2 {
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: .375rem;
  margin-left: -1px;
}

.form-control:disabled {
 
  opacity: 1;
  
}
.iekbcc0.ju367v70.ju367v7l.ju367v85.ju367v6e.ju367v9x.ju367vcf.ju367vn.ju367vt.ju367vw.ju367vfo.ju367v11.ju367v1c.ju367v8o {
  padding: 0 !important;
  background: transparent;

}

[data-rk] .ju367v9x {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

[data-rk] .ju367v86 {
  padding-top: 0 !important;
}

[data-rk] .ju367v6f {
  padding-bottom: 0 !important;
}

button.iekbcc0.iekbcc9.ju367v4.ju367v9x.ju367vn.ju367vec.ju367vfo.ju367va.ju367v11.ju367v1c.ju367v8o._12cbo8i3.ju367v8m._12cbo8i4._12cbo8i6 {
  font-size: 12px !important;
}

[data-rk] .ju367v9c {
  background: transparent !important;
  padding: 0 !important;
}

[data-rk] .ju367v2b {
  height: 24px !important;
  font-size: 13px !important;
}

[data-rk] ._12cbo8i3:hover {
  transform: scale(1) !important;
}


span.btn.custom-btn.wallet_btn,
span.btn.custom-btn.wallet_btn * {
  font-family: var(--body-font-family) !important;
  font-weight: 400 !important;
}


.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.dropdown-menu {
  transition: 0.3s;
  backdrop-filter: blur(10px);
  box-shadow: none;
  background: #fff;
  left: auto !important;
  right: 8px !important;
  top: calc(100% + 6px);
  padding: 12px 0;
  background-color: #111;
  border-radius: 4px;
  border: 1px solid #333;
}

a.dropdown-item {
  padding: 6px 14px;
  font-size: 15px;
  color: #dadada;
  border-radius: 0px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  color: var(--dark-color) !important;
  font-size: var(--btn-font-size)
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--dark-color) !important;
  background-color: #ffffff0d;
}



.what {
  margin-top: 1.5rem;
  text-align: left;
}

.whh {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin: 10px 0;
  opacity: 0.9;
}


button.iekbcc0.iekbcc9.ju367v4.ju367v9x.ju367vn.ju367vec.ju367vfo.ju367va.ju367v11.ju367v1c.ju367v8o._12cbo8i3.ju367v8m._12cbo8i4._12cbo8i6>.iekbcc0.ju367v86.ju367v6f.ju367v72.ju367v7l.ju367v8 {
  padding-left: 0;
}











a.claim_free_btn {
  font-size: 17px;
  height: auto !important;
  line-height: unset;
  padding: 0;
  letter-spacing: 0.5px;
  position: fixed;
  top: auto;
  right: 22px;
  z-index: 10;
  transform: translateX(0);
  -webkit-animation: power1 3s infinite;
  max-width: 190px;
  bottom: 22px;
}

@-webkit-keyframes power1 {
  50% {
    transform: translateY(-2px);
  }

  70% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}



@media (max-width:767px) {

  .tree_ul .user_cass { 
    /* min-width: 152px; */
}
  .ut_row ~ .tt_bs_open h5  b { 
    font-size: 100%;
    margin-left: 4px;
    line-height: 1;
}
  .ut_row ~ .tt_bs_open {
    min-width: 210px;
    width: 100%;
    left: 0;
    height: unset;
    cursor: pointer;
}
  .tt_bs_open {
    position: relative;
    height: auto;
    padding: 6px 0;
    opacity: 1;
    width: 100%;
    left: unset;
    top: unset;
    max-width: 100%;
    margin-top: 5px;
    border-radius: 6px;
}
  .tt_bs_open h5 {
    line-height: 1.2;
    font-size: 10px;
  }
  .tt_bs_open h5 b {
    font-size: 100%;
    margin-top: 2px;
    display: unset;
}




  .hdc_card {
    border-radius: 20px;
  }

  .token_sec .d-flex.btn_row.align-items-center.mt-4.justify-content-center {
    flex-direction: column;
  }

  .token-card.hdc_card {
    padding: 25px;
    /* padding-bottom: 25px; */
  }

  .token_sec .d-flex.btn_row.align-items-center.mt-4.justify-content-center>span {
    min-width: 320px;
    margin: 0 auto 7px !important;
  }

  a.claim_free_btn {
    top: auto;
    bottom: 20px;
    right: 20px;
    max-width: 129px;
  }

  @-webkit-keyframes power1 {
    50% {
      transform: translateY(-2px);
    }

    70% {
      transform: translateY(-20px);
    }

    100% {
      transform: translateY(0);
    }
  }
}



.img-mobile {
  display: none;
}





@media (max-width:991px) {
  body {
    background-size: cover;
  }

  .img-mobile {
    display: block;
    margin: 15px 0;
  }

  .star_img {
    display: none;
  }

  .img-desktop {
    display: none;
  }
}




.swap_form.form-group{

  position: relative;

}
.swap_form.form-group .form-control ~ i.ttc_txt {
  text-align: right;
  top: 13px;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  right: 15px;
  display: inline-block;
  position: absolute;
}
.swap_form.form-group .form-control {
  font-size: 18px;
  border: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 16px 20px;
  border-radius: 10px;
  border: 2px solid #efefef;
}
.balance-libra {
  background: #0e2648;
  background: rgb(189 134 38 / 14%);
  border-radius: 7px;
  padding: 8px 20px;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  background: linear-gradient(100deg, #8733ff2b 17.74%, #fc30f829 136.87%);
}
.card-success * {
  color: #603fd7 !important;
  font-weight: 700!important;
  font-size: 13px;
}

.currency-form .btn.btn-block {
  border-radius: 10px;
  padding: 16px 16px;
  font-size: 18px;
  color: #fff;
  background:linear-gradient(100deg, #603FD7 17.74%, #603FD7 136.87%);
}


.hVPalX {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  min-height: 56px;
  background-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,.12);
}

.gVtWSU {
  display: flex;
  align-items: center;
  border-radius: 4px;
  white-space: nowrap;
  justify-content: center;
}

.kuPCgf {
  position: relative;
  display: block;
  user-select: none;
  border: none;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 8px;
  margin: px;
  cursor: pointer;
  transition: 0.4s;
  color: rgba(0,0,0,.54);
  fill: rgba(0,0,0,.54);
  background-color: transparent;
}
.kuPCgf:disabled {
  cursor: unset;
  color: rgba(0, 0, 0, .18);
  fill: rgba(0, 0, 0, .18);
}
.kuPCgf:hover:not(:disabled) {
  background-color: rgba(0,0,0,.12);
}

.accordion-item{
    background: linear-gradient(90deg, #05173680 0%, #53045a80 50%, #05173680 100%);
    border: solid 1px #ffffff30 !important;
    margin-bottom: 20px;
    padding: 20px ;
}


.partner_row {
  display: block;
}


.partner_row img {
  /* max-width: 180px; */
  background-color:#fff !important;
  display: inline-block;
  padding: 13px;
  border: 1px solid #3333;
  height: 55px;
  object-fit: scale-down;
  margin: 4px;
  border-radius: 8px;
}


 
.side_scroll::-webkit-scrollbar,
  .side_scroll::-webkit-scrollbar {
      width: 3px;
      background-color: transparent;
  }
  .side_scroll::-webkit-scrollbar-thumb,
  .side_scroll::-webkit-scrollbar-thumb {
      border-radius: 3px;
      background: rgb(106 106 106 / 21%);
  }



.section_eco.work-sec img {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: -42px;
  text-align: center;
  display: block;
}
.section_eco.work-sec .body-content {
  padding: 20px 0 5px;
  text-align: center;
}





/* pahe header */

.pg_header {
  margin-bottom: 20px;
}


.hd_innre {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ph_right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 10px;
}



.pg_header .dropdown-menu.show {
  display: block;
  transform: translate(0) !important;
  right: -11px !important;
}

.filter-card .form-control {
  padding: .625rem 1.5rem;
  border-radius: 13px;
  font-weight: 500;
}

.filter-card {
  margin-top: 14px;
}


.filter-card label {
  margin-bottom: 5px;
  font-size: 13px;
}


.filter-card .btn {
  padding: 14.5px 15px;
}


.searchBar.custom-tabs {
  padding: 10px 5px 10px 0;
  display: flex;
  font-size:14px;
  padding-left: 15px;
  align-items: center;
  
  backdrop-filter: blur(10px);
  border: 1px solid #ccc;
  box-shadow: none !important;
  border-radius: 13px;
}


.searchBar.custom-tabs input {
  outline: 0;
}

.searchBar.custom-tabs i {
  margin-right: 8px;
  color: currentColor;
}

.searchBar.custom-tabs input {
  background: transparent;
  border: 0 !important;
  color: #fff;
  min-width: min-content;
  font-weight: 500;
  width: -webkit-fill-available;
}


.btn-muted {
  background: #000000;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 26px;
  border: 0 !important;
  color: #fff !important;
  padding: 14.5px 30px;
  line-height: 1.19;
}
.filter-card .btn {
  padding: 14.5px 15px;
  line-height: 1.19;
}






/*--------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------


-----------------------------------

-----------------------------------


-----------------------------------

-----------------------------------
-----------------------------------

  RESPONSIVE STYLES   

  -----------------------------------            

  -----------------------------------

  -----------------------------------

  -----------------------------------
  -----------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/










@media screen and (min-width: 1440px) and (max-width: 1600px) {




  .hero-section {
    padding: 100px 0 100px;
  }

  .how_it_sec {
    padding: 100px 0;
  }

  .how_it_sec .card {
    border-radius: 30px;
  }


  .dd_sec {
    padding-bottom: 100px;
  }

  .joc_section {
    padding: 100px 0;
  }

  .site-footer-bottom {
    margin-top: 30px;
  }






  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }



}




@media screen and (min-width: 992px) and (max-width: 1439px) {


  .navbar-brand img {
    max-width: 105px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 5px;
  }

  .iekbcc0.ju367v70.ju367v7l.ju367v85.ju367v6e.ju367va3.ju367vcf.ju367vn.ju367vt.ju367vw.ju367vfo.ju367v11.ju367v1c.ju367v8o {
    background: transparent;
    padding: 0;
    border: 0 !important;
  }

  .navbar {
    padding: 12px 0;
  }




  .custom-btn {
    font-size: 14px;
    padding: 7px 14px;
  }


  span.btn.custom-btn.wallet_btn {
    padding: 5px 14px;

  }

  .btn-xl {
    font-size: 16px !important;
  }

  .btn-xl.custom-border-btn {
    padding: 5px 14px;
  }

  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  :root {
    --h1-font-size: 35px;
    --h2-font-size: 34px;
    --h3-font-size: 25px;
    --h4-font-size: 22px;
    --h5-font-size: 18px;
    --h6-font-size: 16px;
    --nav-font-size: 16px;
    --p-font-size: 14px;
    --btn-font-size: 13px;
    --copyright-font-size: 14px;
  }

  .hero-section {
    padding: 80px 0 20px;
  }

  .how_it_sec {
    padding: 100px 0;
  }

  .how_it_sec .card {
    border-radius: 30px;
  }


  .dd_sec {
    padding-bottom: 100px;
  }

  .joc_section {
    padding: 100px 0;
  }

  .site-footer-bottom {
    margin-top: 30px;
  }



  .slide_content {
    padding: 15px;
  }

  .play_icon img {
    width: 55px;
    height: 55px;
  }

  .play_icon {
    top: calc(50% - 25px);
  }

  .slide_content h3 {
    font-size: 16px !important;
  }

  .video_card {
    border-radius: 15px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }



}


@media screen and (max-width: 640px) {

  h2.h5.mb-0.dashboard-title{ font-size:15px !important;}

}


@media screen and (max-width: 991px) {
 

  .about_sec img {
    margin-bottom: 30px;
  }

  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }


  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar {
    /* background-color: var(--dark-color); */
    /* background: rgb(0, 10, 0); */
    /* background: linear-gradient(360deg, rgba(0, 10, 0, 0) 0%, rgba(0, 10, 0, 1) 100%); */
  }


  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr,
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 40px;
  }


  .nav_right .btn-icon i {
    margin: 0 !important;
  }

  .nav_right .btn-icon span {
    display: none;
  }

  .navbar-brand img {
    max-width: 146px;
  }

  .nav_right .btn-icon {
    padding: 10px;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: start;
    position: absolute;
    background: #110a28f7;
    left: 0;
    right: 0;
    z-index: -1;
    top: 96px;
    width: 100%;
    left: 0;
}

.navbar-collapse>ul {
  height: calc(100vh - 42px);
  padding-bottom: 0;
  padding-top: 14px;
  justify-content: flex-start !important;
}

  .navbar-nav .nav-link {
    font-size: var(--h4-font-size);
    font-weight: 700;
    text-align: center;
    display: block;
  }












  .page_title {
    margin-top: 60px;
  }

  .card-body.create-item-wrapper-kyc {
    padding: 10px;
  }

  .form-field-wrapper {
    padding: 15px;
    border-radius: 10px;
  }

  .avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
  }

  .avatar-upload {
    max-width: 150px;
    margin: 11px auto 30px;
  }

  .avatar-info span {
    display: none;
  }

  .avatar-info>a {
    padding-right: 0;
  }

  .avatar-info img {
    margin-right: 0;
  }

  .custom-dropdown {
    margin-right: 0;
  }


  /*kyc*/


  .kyc_wrapper {
    padding: 20px;
  }

  .d-kyc_sec,
  .d-kyc_share {
    flex-direction: column;
  }

  .d-kyc_sec>* {
    width: 100%;
  }

  .d-kyc_sec a,
  .d-kyc_share a {
    margin-top: 1rem;
    width: 100%;
    min-width: 100%;
  }

  .kyc_done hr {
    margin-top: 1rem;
    margin-bottom: 1em;
  }

  .create-item-wrapper-kyc {
    padding: 15px 15px;
  }




  .hero-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-section .container {
    padding-bottom: 20px;
  }

  .mtc_section {
    padding-bottom: 80px;
  }

  .table tr th {
    line-height: 1.1;
  }

  .table> :not(caption)>*>* {
    padding: 0.5rem 1rem;
  }

  .table tbody tr td {
    border-bottom: 1px solid #ffffff4d;
  }

  .how_it_sec {
    padding: 90px 0;
  }



  .how_it_sec .card-body {
    padding: 15px 30px;
  }

  section.how_it_sec .how_card {
    padding: 23px 0;
  }

  .section-title {
    margin-bottom: 35px;
    text-align: center;
  }

  .section-title p {
    font-size: 15px;
  }


  .dd_sec .col-md-6 {
    margin-bottom: 32px;
  }

  .dd_sec .section-title.text-start {
    text-align: center !important;
  }

  .dd_sec .down_tab_xl {
    justify-content: center;
  }

  .dd_sec {
    padding-bottom: 50px;
  }

  .parter_row img {
    margin: 6px 3px;
    max-width: 170px;
  }

  .joc_section {
    padding: 90px 0;
  }

  .joc_section .card-body {
    padding: 50px 20px 40px;
  }

  .joc_section .section-title.text-start {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .d-flex.joc_social_row {
    display: block !important;
    text-align: center;
  }

  .d-flex.joc_social_row .joc_social {
    display: inline-flex;
    margin: 5px 2.5px;
  }

  .site-footer-bottom {
    margin-top: 10px;
  }

  :root {
    --copyright-font-size: 13px;
  }


  .ticket-form {
    padding: 30px;
  }

  .login-header {
    margin-top: -15px;
    padding-bottom: 20px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .how_it_sec .card {
    border-radius: 18px;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 600px;
  }

  .dd_sec img {
    margin-bottom: 50px;
  }


  .slide_content {
    padding: 15px;
  }

  .play_icon img {
    width: 55px;
    height: 55px;
  }

  .play_icon {
    top: calc(50% - 25px);
  }

  .slide_content h3 {
    font-size: 16px !important;
  }

  .video_card {
    border-radius: 15px;
  }





}

@media screen and (max-width: 767px) {



  .side_scroll {
    overflow-y: auto;
    max-height: calc(100vh - 232px);
}



/* dashboard */
  .sidebar-header.d-flex.align-items-center.p-4 {
    padding: 0 20px 20px !important;
}











  .ticket-form label.mb-2 {
    font-size: 14px;
    margin-bottom: 5px !important;
  }

  .ticket-form .custom-form .form-control, .ticket-form .custom-form .form-select { 
    margin-bottom: 0; 
  }
  .ticket-form-signup.ticket-form {
    padding: 25px 20px 15px;
}
  .features_sec .card-body {
    padding: 2rem;
}

  .timeline_section {
    background: transparent;
  }


  .how_card img {
    margin-bottom: -10px;
  }

  .navbar-brand {
    margin-right: 0;
    max-width: 138px;
}

  button.iekbcc0.iekbcc9.ju367v73.ju367v7o.ju367v9c.ju367vn.ju367vec.ju367vex.ju367v11.ju367v1c.ju367v2b.ju367v8o._12cbo8i3.ju367v8m._12cbo8i4._12cbo8i6 {
    height: 23px !important;
    font-size: 11px !important;
  }

  .star_img {
    display: none;
  }

  .custom-btn {
    font-size: 14px;
    padding: 7px 14px;
  }

  .btn-xl {
    font-size: 15px !important;
    padding: 10px 26px;
  }

  .btn-xl.custom-border-btn {
    padding: 8px 22px
  }

  .page_title {
    margin-top: 60px;
  }

  .card-body.create-item-wrapper-kyc {
    padding: 10px;
  }

  .cta_row .me-3 {
    margin-right: 5px !important;
}

  .cta_row {
    margin-right: 5px;
  }



  .form-field-wrapper {
    padding: 15px;
    border-radius: 10px;
  }

  .avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
  }

  .avatar-upload {
    max-width: 150px;
    margin: 11px auto 30px;
  }

  .avatar-info span {
    display: none;
  }

  .avatar-info>a {
    padding-right: 0;
  }

  .avatar-info img {
    margin-right: 0;
  }

  .custom-dropdown {
    margin-right: 0;
  }


  /*kyc*/


  .kyc_wrapper {
    padding: 20px;
  }

  .d-kyc_sec,
  .d-kyc_share {
    flex-direction: column;
  }

  .d-kyc_sec>* {
    width: 100%;
  }

  .d-kyc_sec a,
  .d-kyc_share a {
    margin-top: 1rem;
    width: 100%;
    min-width: 100%;
  }

  .kyc_done hr {
    margin-top: 1rem;
    margin-bottom: 1em;
  }

  .create-item-wrapper-kyc {
    padding: 15px 15px;
  }




  .hero-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero-section .container {
    padding-bottom: 20px;
  }

  .mtc_section {
    padding-bottom: 50px;
  }

  .table tr th {
    line-height: 1.1;
  }

  .table> :not(caption)>*>* {
    padding: 0.5rem 1rem;
  }

  .table tbody tr td {
    border-bottom: 1px solid #ffffff4d;
  }

  .how_it_sec {
    padding: 50px 0;
  }



  .how_it_sec .card-body {
    padding: 15px 30px;
  }

  section.how_it_sec .how_card {
    padding: 23px 0;
  }

  .section-title {
    margin-bottom: 35px;
    text-align: center;
  }

  .section-title p {
    font-size: 15px;
  }

  .dd_sec .col-md-6 {
    margin-bottom: 32px;
  }

  .dd_sec .section-title.text-start {
    text-align: center !important;
  }

  .dd_sec .down_tab_xl {
    justify-content: center;
  }

  .dd_sec {
    padding-bottom: 50px;
  }

  .parter_row img {
    margin: 4px;
    max-width: 114px;
  }

  .parter_row {
    display: block;
    /* text-align: center; */
    /* white-space: nowrap; */
    /* overflow-x: auto; */
  }

  .part_sec {
    position: relative;
    padding: 40px 0 !important;
  }

  .joc_section {
    padding: 50px 0;
  }

  .joc_section .card-body {
    padding: 50px 20px 40px;
  }

  .joc_section .section-title.text-start {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .d-flex.joc_social_row {
    display: block !important;
    text-align: center;
  }

  .d-flex.joc_social_row .joc_social {
    display: inline-flex;
    margin: 5px 2.5px;
  }

  .site-footer-bottom {
    margin-top: 10px;
  }

  :root {
    --copyright-font-size: 13px;
  }


  .ticket-form {
    padding: 25px 20px;
  }

  .price_bar {
    font-size: 13px;
  }


  .login-header {
    margin-top: -15px;
    padding-bottom: 20px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .how_it_sec .card {
    border-radius: 18px;
  }


  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-x: hidden;
  }

  .about_sec img {
    margin-bottom: 30px;
  }

  .container_timeline {
    padding: 10px 10px;
    width: 100%;
  }

  .left,
  .right {
    padding-left: 60px;
  }

  .left h6,
  .left p {
    text-align: start;
  }

  .timeline::after {
    left: 10px;
  }

  .section-title p {
    margin-top: 0.5rem;
  }

  .slide_content {
    padding: 15px;
  }

  .play_icon img {
    width: 55px;
    height: 55px;
  }

  .play_icon {
    top: calc(50% - 25px);
  }

  .slide_content h3 {
    font-size: 16px !important;
  }

  .video_card {
    border-radius: 15px;
  }

  .accordion-item {
    padding: 10px;
  }


  .site-footer {
    padding: 40px 0 0;
  }

  .nav_right .custom-btn {
    font-size: 12px !important;
    /* padding: 5px 10px; */
    border-radius: 8px;
}
   

  main {
    overflow: hidden;
  }

  .navbar,
  .sticky-wrapper.is-sticky .navbar {
    padding: 8px 0;
  }

  .sticky-wrapper.is-sticky .navbar {
    background-color: #000;
  }



  .iekbcc0.ju367v4.ju367va.ju367v1k.ju367v25>.iekbcc0.ju367v8,
  .iekbcc0.ju367v4.ju367va.ju367v1k.ju367v25 svg,
  .iekbcc0.ju367v86.ju367v6f.ju367v72.ju367v7l.ju367v8 {
    display: none !important;
  }

 
  [data-rk] .ju367va3 {
    background: transparent !important;
  }

  .iekbcc0.ju367v70.ju367v7l.ju367v85.ju367v6e.ju367va3.ju367vcf.ju367vn.ju367vt.ju367vw.ju367vfo.ju367v11.ju367v1c.ju367v8o {
    padding: 0 !important;
    border: 0 !important;
  }





}

@media screen and (max-width: 480px) {

  :root {
    --p-font-size: 15px;
  }



  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  

}


/* added by designer */

p.text-white {
  color: var(--p-color);
}

.accordion-item .bg-dark {
  background-color: #261f40 !important
}


/* added by designer */


.Toastify__toast-theme--light{
  background-color:#603fd3 !important;
}

.fzvXhU {
   
  border-radius: 15px; 
}


.fzvXhU .text-center img{
  background: #fff;
    padding: 10px;
    border-radius: 20px;
}


.basic-info td, 
.basic-info th{ font-size:14px; color:#151515 !important; white-space: nowrap; }
.basic-info .iq-bg-dull-1 { background: #9c8af0 !important; color: #151515 !important;}
.basic-info .iq-bg-dull-2 { background: #90d9f4 !important; color: #151515 !important;}
.basic-info .iq-bg-dull-3 { background: #97e6c1 !important; color: #151515 !important;}
.basic-info .iq-bg-dull-4 { background: #f38a8a !important; color: #151515 !important;}
.basic-info .iq-bg-dull-5 { background: #ffe877 !important; color: #151515 !important;}
.basic-info .iq-bg-dull-6 { background: #fbb8a2 !important; color: #151515 !important;}
.basic-info .iq-bg-dull-7 { background: #c3b6f3 !important; color: #151515 !important;}
.basic-info .iq-bg-dull-8 { background: #f9b8f4 !important; color: #151515 !important;}
.basic-info .iq-bg-dull-9 { background: #f9e8b8 !important; color: #151515 !important;}


.basic-info .dot{ height:10px; width:10px; display: inline-block; border-radius:10px; margin-right:10px; padding: 0; background-color: #ffca01 ; }


.investments-info{   background:linear-gradient(100deg, #e481ed 17.74%, #5b27f3 136.87%); }
.investments-info .heading,
.investments-info .value { color:#fff !important;}
.investments-info .value{ font-size:14px; }


.table{ background-color: #fff !important;}
.table > * { background-color: #fff !important;}

.booster-timer{
     background:linear-gradient(100deg, #e481ed 17.74%, #5b27f3 136.87%) !important; 
     color:#fff !important;
}