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


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: Figtree, "Poppins", sans-serif;
  scroll-behavior: smooth;
}

html,body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.main-body
{
  overflow-x: hidden;
}

button:focus-visible,
button:focus,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 0;
}

nav {
  height: 90px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.navbar-toggler-icon {
  background-image: url(../img/menu.png);
}

.navbar {
  box-shadow: none;
  padding: 1rem 2rem;
}

.navbar-collapse .navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item .nav-link {
  padding: 0px 0px;
  height: 45px;
  line-height: 45px;
  font-weight: 500 !important;
  color: #8a7c70 !important;
  display: inline-block;
  width: auto;
  position: relative !important;
  font-size: 16px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

.navbar-nav .nav-item .nav-link.active {
  color: #FFCF27 !important;
  background: transparent;
  font-weight: 300;
}

/* .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #ffcf27;
  box-shadow: 0px 0px 5px 1px #ffcf27;
} */

.nav-bar__menus__sub-menu {
  position: absolute;
  height: 100%;
  display: none;
  background: #3a2d24;
  text-align: center;
  width: 150px;
  transition-delay: 1s;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 15%);
  height: auto;
  z-index: 9999;
  border-radius: 5px;
  box-shadow: 0px 10px 20px 0px #1a1311b8;
}

.nav-bar__menus__sub-menu ul {
  margin: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nav-bar__menus__sub-menu ul li,
.nav-bar__menus__sub-menu ul li a {
  height: 100%;
  display: block;
}

.nav-bar__menus__sub-menu>ul>li>a {
  text-decoration: none;
  color: rgb(196, 196, 196);
  font-weight: 500 !important;
  font-size: 16px;
  width: 100%;
  text-transform: capitalize;
}

.nav-bar__menus__sub-menu>ul>li>a:hover {
  color: #ffcf27;
}

.nav-bar__menus__sub-menu>ul>li>a:hover,
.navbar-nav .nav-item .nav-link:hover {
  color: #ffcf27;
}

.nav-bar__menus__sub-menu>span>a:hover {
  color: #ffcf27;
}

.nav-item a svg {
  display: inline-flex;
  fill: #8a7c70;
}

.icons,
.icons:hover {
  fill: #fff;
}

header {
  /* background-image: url(../img/header-bg.svg); */
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  background-color: #382c24;
}

.modal-content {
  background-color: #271E1A;
}

.modal-footer {
  border-top: 0;
}

.modal-header {
  border-bottom: 0;
}

a:hover {
  text-decoration: none;
}

/**HOME**/

#countdown ul li {
  border: 1px solid #6c5a4e;
  background: linear-gradient(#3f3227, #241d19);
}

/**PLAY STORE SECTION**/

.play-bg {
  background: url(../img/Virtuacoin\ Hero\ Section.png), #3a2d24;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

/**JOIN PARTNER PROGRAM**/

.join-bgm {
  position: relative;
  height: 70px;
  width: auto;
  margin: auto;
  background-image: url(../img/Join\ partner\ program\ box.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.slide-img {
  width: 200px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.slide-img img {
  width: auto;
  filter: grayscale(50%);
}

.tabs {
  width: 100%;
}

ul#tabs-nav {
  list-style: none;
  overflow: auto;
}

ul#tabs-nav li {
  float: left;
  font-weight: 500;
  margin-right: 2px;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 20px;
  position: relative;
}

ul#tabs-nav li.active {
  border-bottom: 1px solid #fbd318;
  border-radius: 0;
  color: #fbd318;
}

ul#tabs-nav li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 3px;
  border-radius: 4px;
  background: #fbd318;
}

ul#tabs-nav li.active a {
  color: #fbd318;
}

.play-border ul {
  border-top: 1px solid #584c38;
  border-bottom: 1px solid #584c38;
}

#tabs-nav li a {
  text-decoration: none;
  color: #fff;
}

#tabs-nav li a:hover {
  color: #fbd318;
}

.tab-content {
  padding: 20px 10px;
}

.tabs {
  width: 100%;
}

ul#tabs-navAbout {
  list-style: none;
  margin-bottom: 40px;
  overflow: auto;
}

ul#tabs-navAbout li {
  float: left;
  font-weight: 500;
  margin-right: 2px;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  margin: 0;
}

ul#tabs-navAbout li.active {
  border-bottom: 1px solid #fbd318;
  border-radius: 0;
  color: #fbd318;
}

ul#tabs-navAbout li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 3px;
  border-radius: 4px;
  background: #fbd318;
}

ul#tabs-navAbout li.active a {
  color: #fbd318;
}

.play-border ul {
  border-top: 1px solid #584c38;
  border-bottom: 1px solid #584c38;
}

#tabs-navAbout li a {
  text-decoration: none;
  color: #fff;
}

#tabs-navAbout li a:hover {
  color: #fbd318;
}

.tab-contents {
  padding: 10px;
}

.responsive_img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

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

.prox--div {
  width: 90%;
  margin: auto;
  border-radius: 15px;
  background-image: url(../img/prox.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.rushraids--div {
  width: 90%;
  margin: auto;
  border-radius: 15px;
  background-image: url(../img/rushraids.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.our__Team {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #111;
  border: 0;
  background-color: #ffcf27;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.our__Team:hover {
  letter-spacing: 0.5px;
}

.p-relative {
  position: relative;
}

.c--links {
  height: 400px;
  width: 60%;
  margin: 0 auto;
  background-image: url(../img/community.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mobail_no_btn {
  opacity: 1;
}

.c-socials ul {
  list-style: none;
  margin: 0;
}

.c-socials ul li:nth-child(1) {
  position: absolute;
  top: 100px;
  left: 0px;
}

.c-socials ul li:nth-child(2) {
  position: absolute;
  left: 80px;
  top: -53px;
}

.c-socials ul li:nth-child(3) {
  position: absolute;
  left: 129px;
  top: 46px;
}

.c-socials ul li:nth-child(4) {
  position: absolute;
  left: 188px;
  top: 212px;
}

.c-socials ul li:nth-child(5) {
  position: absolute;
  top: 110px;
  left: 262px;
}

.c-socials ul li:nth-child(6) {
  position: absolute;
  left: 330px;
  top: -48px;
}

.c-socials ul li:nth-child(7) {
  position: absolute;
  left: 380px;
  top: 46px;
}

.c-socials ul li:nth-child(8) {
  position: absolute;
  left: 469px;
  top: 135px;
}

.c-socials ul li:nth-child(9) {
  position: absolute;
  left: 525px;
  top: 20px;
}

.know--more--text {
  color: #e48e1f;
  font-size: 20px;
  font-weight: 500;
}

/**Slider**/

/* select 2 */
.select2-container--default .select2-selection--single {
  border: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-bottom: 2px solid #aaa !important;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fcd346;
  line-height: 40px;
}

.select2-container .select2-selection--single {
  height: 40px;
  line-height: 40px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fcd346;
  color: rgb(65, 65, 65);
}

/* selcet 2 */

/* Datepicker */

/**Team**/

.right--vcoin {
  background: #2f281e;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  position: relative;
  right: 50px;
  top: 25px;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
}

.about--content {
  color: #c1c1c1;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
}

.employee--name {
  color: #fff;
  font-size: 18px;
}

.employee--designation {
  color:  #AD9C8F;
  font-size: 15px;
}

.mobail_banner {
  display: none;
}

.dekstop_banner {
  display: block;
}

.team-bg {
  background: #221a1a;
}

.logo-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.play-btn {
  padding: 5px 15px;
  background: #504135;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  width: 190px;
  transition: 0.3s all ease;
}

.play--store {
  display: inline-flex;
  align-items: center;
  margin-right: 7px;
}

.play--store--right {
  display: inline-block;
}

.play-btn div svg {
  fill: #dfdfdf;
  width: 25px;
}

.play-btn:hover div svg {
  fill: #111;
}

.play-btn label {
  font-size: 14px;
  margin: 0;
  color: #dfdfdf;
}

.play-btn h5 {
  font-size: 16px;
  margin: 0;
  color: #dfdfdf;
  font-weight: 500;
}

.play-btn:hover {
  background: #ffcf27;
}

.play-btn:hover label {
  color: #111;
}

.play-btn:hover h5 {
  color: #111;
}

.news--in ul li {
  display: inline-grid;
  margin-right: 15px;
}

.newletter--input {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  flex-wrap: wrap;
  color: #fff;
  background-image: url(../img/news-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  border: 0;
  background-color: transparent;
}

.newletter--input::placeholder {
  color: #554a42;
}

.join-pgm .slick-slide {
  width: 250px;
  height: 65px;
  display: flex;
  flex-wrap: wrap;
}

.slick-slide img {
  margin: auto;
}

.join-pgm .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
}

.about-us .slick-slide img {
  max-width: 80%;
  margin: auto;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mobail_img001show {
  display: none;
}

.mobail_hide {
  display: block;
}

.res-wid a img {
  max-width: 100%;
}

.res-wid a {
  display: flex;
  flex-wrap: wrap;
}

.join-pgm .slick-list .slick-track .slide-slide img {
  filter: grayscale(100%);
}

.join-pgm .slick-list .slick-track .slick-slide:hover img {
  filter: grayscale(0%);
}

.about-us .slick-list .slick-track .slick-slide img {
  filter: grayscale(100%);
}

.about-us .slick-list .slick-track .slick-slide:hover img {
  filter: grayscale(0%);
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.rush-video-wrap,
.rush-video-wrap video {
  border-radius: 20px;
  display: flex;
  max-width: 100%;
}

/**chart**/

#myChart {
  max-width: 100%;
  margin: auto;
}

.chart-label ul li {
  display: block;
  margin: 0 0 2px 0;
  color: #fff;
  font-size: smaller;
}

.chart-label ul li label {
  font-size: 14px;
  font-weight: 400;
  width: 35px;
  margin-bottom: 0;
  text-align: center;
  color: rgb(255, 255, 255);
}

.chart-label ul li span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 4px;
}

.chart-label ul li:nth-child(1) {
  color: #fbd318;
}

.chart-label ul li:nth-child(2) {
  color: #ffbf1d;
}

.chart-label ul li:nth-child(3) {
  color: #ffa500;
}

.chart-label ul li:nth-child(4) {
  color: #9df74d;
}

.chart-label ul li:nth-child(5) {
  color: #8a6e51;
}

.chart-label ul li:nth-child(6) {
  color: #5f5042;
}

.chart-label ul li:nth-child(7) {
  color: #767676;
}

.chart-label ul li:nth-child(8) {
  color: #ccc;
}

.chart-label ul li:nth-child(9) {
  color: #b16029;
}

.chart-label ul li:nth-child(10) {
  color: #444;
}

.chart-label ul li:nth-child(11) {
  color: #515151;
}

.chart-label ul li:nth-child(1) span {
  background: #fbd318;
}

.chart-label ul li:nth-child(2) span {
  background: #ffbf1d;
}

.chart-label ul li:nth-child(3) span {
  background: #ffa500;
}

.chart-label ul li:nth-child(4) span {
  background: #9df74d;
}

.chart-label ul li:nth-child(5) span {
  background: #8a6e51;
}

.chart-label ul li:nth-child(6) span {
  background: #5f5042;
}

.chart-label ul li:nth-child(7) span {
  background: #767676;
}

.chart-label ul li:nth-child(8) span {
  background: #ccc;
}

.chart-label ul li:nth-child(9) span {
  background: #b16029;
}

.chart-label ul li:nth-child(10) span {
  background: #444;
}

.chart-label ul li:nth-child(11) span {
  background: #515151;
}

/****/

/* MOdal Input */

.presale--form {
  padding: 30px;
  width: 400px;
  margin: auto;
  display: block;
  background: #17140e;
  border: dashed;
  border-color: #291b00;
  margin-bottom: 25px;
  border-width: 2px;
}

.presale--form .title {
  margin: 0;
  color: #dadada;
  font-size: 16px;
}

.presale--form .presale--form--input {
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: transparent;
  border-bottom: 1px solid #dadada;
  display: block;
  width: 100%;
  font-weight: 400;
  color: #fcd346;
}

.presale--form .presale--form--input::placeholder {
  color: #554a42;
}

.presale--form .presale--form--input:focus {
  border-bottom: 1px solid #fcd346;
  color: #fcd346;
}

.presale--form .presale--form--input::placeholder {
  color: #fcd346;
}

.modal-header .close {
  color: #fff;
}

.close {
  color: #fff;
}

.gj-datepicker-md [role="right-icon"] {
  top: 9px;
  color: white;
}

.gj-textbox-md {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.selected div {
  background: #fcd346 !important;
}

.left-card {
  left: 150px;
}

.right-card{
  right: 0px;
  top: 20px;
}

.right-card-logo{
  padding: 0px 0px 0px 200px
}

.team-card{
  padding-left: 10px;
  padding-right: 10px;
}

.vision-main-card{
  padding-left: 100px;
  padding-right: 100px;
}

.footer-nav{
  padding-left: 150px;
  padding-right: 150px;
}

.team-about-us-main-div{
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 150px;
}

.team-about-us-main-div-left{
  /* flex: 0 0 50%; */
  max-width: 50%;
}

.team-about-us-main-div-right{
  flex: 0 0 41%;
  max-width: 41%;
}

.presaleModal{
  width: 630px;
  padding: 26px;
  top: 100px;
  right: 50px;
  border-radius: 15px;
}

/* Done RD - 02052023 */
@media (min-width: 1440px) {
  .mobail_img {
    height: 700px !important;
    width: 700px !important;
  }

  .mobail_img::before {
    height: 600px !important;
    width: 600px !important;
  }

  .mobail_img::after {
    height: 500px !important;
    width: 500px !important;
  }

  .layer_01::before {
    height: 400px !important;
    width: 400px !important;
  }

  .layer_01::after {
    height: 300px !important;
    width: 300px !important;
  }
}
/* Done RD - 02052023 */
@media (min-width: 1280px) {
  .container {
    max-width: 1100px !important;
  }
}
/* Done RD - 02052023 */
@media (min-width: 1025px) and (max-width: 1280px) {
  .navbar .navbar-nav .nav-link {
    height: 40px;
    line-height: 40px;
    padding: 0 0.9em;
  }

  .navbar .navbar-brand {
    padding: 0 0.7em;
  }
}

/**MEDIA QUERY**/
/* Done RD - 02052023 */
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar {
    padding: 0rem 2rem;
  }

  div#navbarToggler9 {
    width: 100%;
    /* background: #000000e3; */
    background: radial-gradient(98.75% 98.75% at 50.31% 1.25%, #48392f 0%, #271e1a 54.45%);
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
    position: absolute;
    top: 101%;
    left: 0;
  }

  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .navbar-nav .nav-link {
    padding: 5px 15px;
  }

  .right--vcoin {
    right: 0;
  }

  .c-socials ul li:nth-child(1),
  .c-socials ul li:nth-child(2),
  .c-socials ul li:nth-child(3),
  .c-socials ul li:nth-child(4),
  .c-socials ul li:nth-child(5),
  .c-socials ul li:nth-child(6),
  .c-socials ul li:nth-child(7),
  .c-socials ul li:nth-child(8),
  .c-socials ul li:nth-child(9) {
    position: relative;
    top: 0;
    left: 0px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .tabs1>ul li a {
    padding: 10px 15px;
  }

  ul#tabs-nav li {
    padding: 7px 10px;
    font-size: 16px;
  }

  .m_b_50 {
    margin-bottom: 25px;
  }

  .down-app-txt {
    font-size: 18px;
  }

  .foot_txt {
    padding-bottom: 15px;
    font-size: 14px;
  }

  .headcount h1 {
    font-size: 48px;
  }

  .headcount p {
    font-size: 16px;
  }

  .two_border {
    display: none;
  }

  .one_border {
    height: 500px !important;
  }

  .left-card{
    left:100px;
  }

  .right-card{
    right: 5px;
    top: 16px;
  }

  .right-card-logo{
    padding: 0px 0px 0px 65px
  }

  .team-card{
    padding-left: 0px;
    padding-right: 0px;
  }

  .vision-main-card{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .right--vcoin {
    right: 0;
  }

  .timeline::after {
    left: 50.5% !important;
  }

  .vision-main-card{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 481px) and (max-width: 820px) {
  .navbar {
    padding: 0rem 2rem;
  }

  div#navbarToggler9 {
    width: 100%;
    /* background: #000000e3; */
    background: radial-gradient(98.75% 98.75% at 50.31% 1.25%, #48392f 0%, #271e1a 54.45%);
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
    position: absolute;
    top: 101%;
    left: 0;
  }

  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .navbar-nav .nav-link {
    padding: 5px 15px;
  }
  
  .right--vcoin {
    right: 0;
  }

  .c-socials ul li:nth-child(1),
  .c-socials ul li:nth-child(2),
  .c-socials ul li:nth-child(3),
  .c-socials ul li:nth-child(4),
  .c-socials ul li:nth-child(5),
  .c-socials ul li:nth-child(6),
  .c-socials ul li:nth-child(7),
  .c-socials ul li:nth-child(8),
  .c-socials ul li:nth-child(9) {
    position: relative;
    top: 0;
    left: 0px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .tabs1>ul li a {
    padding: 10px 15px;
  }

  ul#tabs-nav li {
    padding: 7px 10px;
    font-size: 16px;
  }

  .right--vcoin {
    padding: 15px;
  }

  .mobail_img {
    height: 680px !important;
    width: 680px !important;
  }

  .mobail_img::before {
    height: 580px !important;
    width: 580px !important;
  }

  .mobail_img::after {
    height: 480px !important;
    width: 480px !important;
  }

  .layer_01::before {
    height: 380px !important;
    width: 380px !important;
  }

  .layer_01::after {
    height: 280px !important;
    width: 280px !important;
  }

  .vision-main-card{
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .mobail_img {
    height: 700px !important;
    width: 700px !important;
  }

  .mobail_img::before {
    height: 600px !important;
    width: 600px !important;
  }

  .mobail_img::after {
    height: 500px !important;
    width: 500px !important;
  }

  .layer_01::before {
    height: 400px !important;
    width: 400px !important;
  }

  .layer_01::after {
    height: 300px !important;
    width: 300px !important;
  }

  .two_border {
    display: none;
  }

  .one_border {
    height: 500px !important;
  }

  .vision-main-card{
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .navbar {
    padding: 0rem 2rem;
  }

  div#navbarToggler9 {
    width: 100%;
    background: #000000e3;
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
  }

  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .navbar-nav .nav-link {
    padding: 5px 15px;
  }

  .right--vcoin {
    right: 0;
  }

  /* .c-socials ul li:nth-child(1),
  .c-socials ul li:nth-child(2),
  .c-socials ul li:nth-child(3),
  .c-socials ul li:nth-child(4),
  .c-socials ul li:nth-child(5),
  .c-socials ul li:nth-child(6),
  .c-socials ul li:nth-child(7),
  .c-socials ul li:nth-child(8),
  .c-socials ul li:nth-child(9) {
    position: relative;
    top: 0;
    left: 0px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
  } */

  .tabs1>ul li a {
    padding: 10px 15px;
  }

  ul#tabs-nav li {
    padding: 7px 10px;
    font-size: 16px;
  }

  .right--vcoin {
    padding: 15px;
  }

  .mobail_img {
    height: 700px !important;
    width: 700px !important;
  }

  .mobail_img::before {
    height: 600px !important;
    width: 600px !important;
  }

  .mobail_img::after {
    height: 500px !important;
    width: 500px !important;
  }

  .layer_01::before {
    height: 400px !important;
    width: 400px !important;
  }

  .layer_01::after {
    height: 300px !important;
    width: 300px !important;
  }

  .two_border {
    display: none;
  }

  .one_border {
    height: 500px !important;
  }

  .vision-main-card{
    padding-left: 35px;
    padding-right: 35px;
  }
}

/*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

/* @media (min-width: 320px) and (max-width: 480px) { */
@media (min-width: 100px) and (max-width: 768px) {
  .section-padding {
    padding: 0 !important;
    transform: translateY(-216px) !important;
  }

  .navbar {
    padding: 0rem 1rem;
  }

  .navbar-brand {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .navbar .navbar-nav .nav-link {
    padding: 5px 15px;
  }

  div#navbarToggler9 {
    width: 100%;
    /* background: #000000e3; */
    background: radial-gradient(98.75% 98.75% at 50.31% 1.25%, #48392f 0%, #271e1a 54.45%);
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
    position: absolute;
    top: 101%;
    left: 0;
  }
  .submanu-click.active{
    display: block !important;
    padding-left: 20px;
  }
  .nav-bar__menus__sub-menu{
    display: none !important;
  }

  div#navbarToggler9 ul.navbar-nav li {
      text-align: left;
      width: 100%;
  }

  .com_icon {
    width: 50px !important;
    height: 50px !important;
  }

  .right--vcoin {
    right: 0;
  }

  .mobail_no_btn {
    visibility: hidden;
  }

  .c--links {
    height: 200px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/community.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .c-socials ul {
    list-style: none;
    margin: 0;
  }
  
.img-size{
  height: 30px;
  width: 30px;
}

  .c-socials ul li:nth-child(1) {
    position: absolute;
    top: 40px;
    left: 0px;
  }
  
  .c-socials ul li:nth-child(2) {
    position: absolute;
    left: 40px;
    top: -60px;
  }
  
  .c-socials ul li:nth-child(3) {
    position: absolute;
    left: 70px;
    top: 3px;
  }
  
  .c-socials ul li:nth-child(4) {
    position: absolute;
    left: 106px;
    top: 87px;
  }
  
  .c-socials ul li:nth-child(5) {
    position: absolute;
    top: 20px;
    left: 160px;
  }
  
  .c-socials ul li:nth-child(6) {
    position: absolute;
    left: 200px;
    top: -60px;
  }
  
  .c-socials ul li:nth-child(7) {
    position: absolute;
    left: 234px;
    top: 0px;
  }
  
  .c-socials ul li:nth-child(8) {
    position: absolute;
    left: 275px;
    top: 39px;
  }
  
  .c-socials ul li:nth-child(9) {
    position: absolute;
    left: 310px;
    top: -30px;
  }

  /* .c-socials ul li:nth-child(1),
  .c-socials ul li:nth-child(2),
  .c-socials ul li:nth-child(3),
  .c-socials ul li:nth-child(4),
  .c-socials ul li:nth-child(5),
  .c-socials ul li:nth-child(6),
  .c-socials ul li:nth-child(7),
  .c-socials ul li:nth-child(8),
  .c-socials ul li:nth-child(9) {
    position: relative;
    top: 0;
    left: 0px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
  } */

  .footer-nav{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs1>ul li a {
    padding: 10px 15px;
  }

  .news--in ul li {
    margin-bottom: 15px;
    margin-right: 0px;
  }

  ul#tabs-nav li {
    padding: 7px 10px;
    font-size: 15px;
  }

  .presale--form {
    width: 100%;
  }

  .bg-botwave {
    min-height: 80px;
  }

  #countdown ul li {
    padding: 10px;
  }

  .right--vcoin {
    padding: 15px;
  }

  .two_border {
    display: none;
  }

  .layer_01,
  .layer_02,
  .one_border {
    display: none;
  }

  .btn_flex_area01 {
    flex-wrap: wrap !important;
  }



  .second_mobail,
  .first_mobail {
    /* position: static !important; */
    /* margin-bottom: 2rem; */
    width: 150px;
  }

  .first_mobail {
    left: -20px !important;
  }

  .second_mobail {
    right: 0 !important;
  }

  .with_icon {
    width: 100%;
  }

  .mobail_img {
    position: relative;
    border: 1px solid transparent !important;
    width: 280px !important;
    height: 280px !important;
  }

  .mobail_img001hide {
    display: none
  }

  .mobail_img001show {
    display: block !important;
  }

  .mobail_img::before {
    display: none;
  }

  .mobail_img::after {
    display: none;
  }

  .layer_01::before {
    display: none;
  }

  .layer_01::after {
    display: none;
  }

  /* div#main_banner {
    background-image: url('../img/Pre-sales-poster2.png');
    background-repeat: no-repeat;
    background-position: center bottom !important;
    height: 130vh;
  } */
  .screenshot_slider .item img {
    margin-top: -180px;
    width: 200px !important;
    margin-right: 0 !important;
  }

  /* .screenshot_slider .owl-item{
    width: 175px !important;
    margin-left: 30px !important;
  } */

  .vision-main-card{
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-vision{
    flex-wrap: nowrap;
  }

  .community-container{
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-card{
    width: 350px;
    padding: 0px 0px 0px 25px;
  }

  .right-card{
    padding: 0px 25px 32px 25px;
  }

  .team-about-us-main-div{
    display: block;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .team-about-us-main-div-left{
    flex: 0 0 50%;
    max-width: 96%;
    width: auto;
  }
  
  .team-about-us-main-div-right{
    flex: 0 0 41%;
    max-width: 100%;
  }

  .right-card-logo {
    padding: 0px 0px 0px 70px;
  }

  .presaleModal{
    width: 360px;
    padding: 0px;
    top: 100px;
    right: 0px;
    border-radius: 15px;
  }
}

.error {
  color: red;
}

.coin--w-200 {
  width: 200px;
}

/**New Css**/
.regBtn {
  border: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background: #ffcf27;
  border-radius: 30px;
  transition: 0.2s all ease;
}


.regBtn:hover {
  color: #110d0d;
  transition: 0.2s all ease;
  box-shadow: rgb(255 193 7 / 27%) 0px 5px 15px;
}

.regBtn1 {
  border: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
  background: #ffcf27;
  border-radius: 30px;
  transition: 0.2s all ease;
  font-weight: 500;
}


.regBtn1:hover {
  color: #110d0d;
  transition: 0.2s all ease;
  box-shadow: rgb(255 193 7 / 27%) 0px 5px 15px;
}

.loginBtn {
  border: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background: transparent;
  border-radius: 30px;
  color: #ffcf27;
  transition: 0.2s all ease;
  border: 1px solid #ffcf27;
}

.loginBtn:hover {
  transition: 0.2s all ease;
  background: #ffcf27;
  color: #110d0d;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
  border: 1px solid #ffcf27;
}

.flex-space-evenly {
  justify-content: space-evenly;
}

.divider {
  margin: auto;
  width: 70%;
  background-color: #646464;
}

.bg-botwave {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 170px;
  background-image: url(../img/BottomWave.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.borderInput {
  border: 1px solid #514944;
}

.play-borders {
  border-top: 1px solid #383632;
  border-bottom: 1px solid #383632;
}

.border-nft {
  border: 1px solid #29e7ae;
}

.border-token {
  border: 1px solid #29e7ae;
}

.app {
  background: #271f1a;
  border: 1px solid #42392b;
  transition: 0.2s all ease;
}

.app:hover {
  cursor: pointer;
  background: rgb(164, 134, 34);
  background: linear-gradient(0deg,
      rgba(164, 134, 34, 1) 0%,
      rgba(252, 211, 70, 1) 100%);
  box-shadow: #271f1a 0px 5px 20px;
  transform: translateY(-1px);
}

.app h2 {
  color: #ffcf27;
  max-width: 180px;
  min-height: 60px;
}

.app:hover h2 {
  color: #333646;
}

.app span {
  background-color: #ffcf27;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  box-shadow: 0px 0px 5px 2px #ffcf27;
}

.app:hover span {
  background-color: #291b00;
}

.app span img {
  filter: grayscale(0%);
}

.app:hover span>img {
  filter: grayscale(100%);
}

.app h4 {
  padding-top: 10px;
  font-weight: 300;
  color: #fff;
}

.app:hover h4 {
  color: #333646;
  font-weight: 400;
}

.app h5 {
  color: #d7d2d0;
}

.app:hover h5 {
  color: #372e27;
}

.navbar-brand img {
  width: 260px;
}

.bg-siconBg:hover i {
  color: #110d0d;
}



/* new */

span.text-orange.capitalize {
  background: linear-gradient(90deg, #FFCE21 0%, #FFE5A2 95.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.myclass{
  margin-bottom: 23px;
}

#app-feature-wrapper,
#download-app-wrapper {
  background: radial-gradient(98.75% 98.75% at 50.31% 1.25%, #48392f 0%, #271e1a 54.45%);
}

.bottom_darkest_bg {
  background: radial-gradient(98.75% 98.75% at 50.31% 1.25%, #48392f 0%, #271e1a 54.45%);
}

.dark_grediant {
  background: linear-gradient(to right, #332925, #251d1a);
}

/* #leveraging_content_erapper{
  background-image: url('../img/Rectangle_2.png');
} */

.img_animation_02 {
  color: rgba(173, 156, 143, 0.1);
  animation: borderRotate var(--d) linear infinite forwards;
  clip-path: polygon(50% 0%, 93% 26%, 93% 74%, 51% 100%, 51% 100%, 6% 73%, 6% 27%);
  height: 100%;
  width: 100%;
  background: #493b31;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#image_animation:before {
  content: "";
  content: "\2B22";
  display: block;
  color: rgba(173, 156, 143, 0.1);
  -webkit-transform: rotate(-22deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(361deg);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgb(255, 255, 255) 10%, rgba(216, 189, 168, 0)) 90%;
  animation: animate_icon 2s infinite linear;
}

/* div#image_animation:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: green;
} */

div#image_animation {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 0.5px;
  clip-path: polygon(50% 0%, 93% 26%, 93% 74%, 51% 100%, 51% 100%, 6% 73%, 6% 27%);
  /* animation: animate_icon 1s infinite linear; */
}

@keyframes animate_icon {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }

}


div#image_animation img {
  /* position: absolute;
  top: 57%;
  transform: translate(63%, -29%); */
  z-index: 999;
}



@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

@keyframes borderRadial {
  20% {
    --gradX: 100%;
    --gradY: 50%;
  }

  40% {
    --gradX: 100%;
    --gradY: 100%;
  }

  60% {
    --gradX: 50%;
    --gradY: 100%;
  }

  80% {
    --gradX: 0%;
    --gradY: 50%;
  }

  100% {
    --gradX: 50%;
    --gradY: 0%;
  }
}

/* div#main_banner {
  background-image: url('../img/Pre-sales-poster2.png');
  background-repeat: no-repeat;
  background-position: right;
  min-height: 766px;
} */

.mobail_img {
  position: relative;
  height: 800px;
  width: 800px;
  border-radius: 100%;
  border: 1px solid #d8bda8;
  transition: all .5s ease-in-out;
  background: #3a2d24;
}

.mobail_img::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  height: 700px;
  width: 700px;
  background: #40352d;
  border-radius: 100%;
}

.mobail_img::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 100px;
  height: 600px;
  width: 600px;
  background: #4b3f37;
  border-radius: 100%;
}

.layer_01::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 150px;
  height: 500px;
  width: 500px;
  background: #54483e;
  border-radius: 100%;
  z-index: 1;
}

.layer_01::after {
  content: "";
  position: absolute;
  top: 200px;
  left: 200px;
  height: 400px;
  width: 400px;
  background: #5a4e45;
  border-radius: 100%;
  z-index: 1;
}

.layer_02 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  z-index: 2;

}

.mobail_img:hover .layer_02 {
  animation: layer_02 0.8s infinite linear;
  animation-iteration-count: 2;
}

@keyframes layer_02 {
  0% {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  }

  50% {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0));
  }

  100% {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.048));
  }
}

.first_mobail {
  z-index: 9;
}

.second_mobail {
  z-index: 9;
}

.one_border {
  border-top: 2px dashed #5E5249;
  border-right: 2px dashed #5E5249;
  border-radius: 0 10px 0 0;
  height: 250px;
}

.two_border {
  border-bottom: 2px dashed #5E5249;
  border-left: 2px dashed #5E5249;
  border-radius: 0 0 0 10px;
  height: 20px;
  width: 400px;
}



/* slider  */
.testimonial {
  margin: 15px;
  position: relative;
  text-align: left;
}


.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
  display: none;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}

.owl-buttons {
  display: block;
}

.owl-carousel:hover .owl-buttons {
  display: block;
}

.owl-item {
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
  display: none;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -20px;
  padding-right: 0px;
  color: #fff;
  font-size: 1.5rem;
}

/* slider  */


.airdrop_box:hover {
  transition: all .5s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.airdrop_box {
  border: 1px solid rgb(255 255 255 / 0%);
}

/* ===================== */

.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  background: #5D5249;
  width: 6px;
  /* height: 95%; */
  height: 21%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline::after {
  content: '';
  /* background: red; */
  border-left: 5px dashed #5D5249;
  width: 15px;
  /* height: 95%; */
  height: 95%;
  position: absolute;
  top: 0;
  left: 50.4%;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}

.timeline-item:nth-child(odd) .timeline-content {
  float: right;
  /* padding: 10px 20px; */
}

.timeline-item:nth-child(odd) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item:nth-child(odd) .timeline-content::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 16px;
  top: 0px;
  left: -22px;
  background: linear-gradient(292.01deg, rgba(149, 134, 122, 0.18) 2.37%, rgba(204, 187, 173, 0.18) 97.6%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border: unset;
}


.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-item:nth-child(odd) .timeline-content {
  position: relative;
  /* width: 45%; */
  padding: 20px 30px;
  border-radius: 4px;
  background: linear-gradient(281.03deg, rgba(204, 187, 173, 0.18) 16.31%, rgba(149, 134, 122, 0.18) 86.7%);
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
  border-radius: 0px 12px 12px 12px;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 20px 30px;
  border-radius: 4px;
  background: linear-gradient(281.03deg, rgba(204, 187, 173, 0.18) 16.31%, rgba(149, 134, 122, 0.18) 86.7%);
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
  border-radius: 12px 0px 12px 12px;
}

.timeline-content::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 16px;
  top: 0px;
  right: -22px;
  background: linear-gradient(292.01deg, rgba(149, 134, 122, 0.18) 2.37%, rgba(204, 187, 173, 0.18) 97.6%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border: unset;
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #FFCF27;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: -13px;
  margin-left: -15px;
  z-index: 99;
}

.timeline-img-grey {
  background: #766a62;
}

.timeline-img-animate {
  animation: timeline-img 1s infinite linear;
}

@keyframes timeline-img {
  0% {
    outline: 2px solid #FFCF27;
  }

  50% {
    outline: 10px solid #ffd02771;
  }

  100% {
    outline: 16px solid #ffd02713;
  }
}

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

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

  .timeline .timeline-img {
    left: 50px;
  }

  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }

  .timeline .timeline-item:nth-child(odd) .timeline-content {
    float: none;
  }

  .timeline .timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 16px;
    top: 0px;
    left: -22px;
    background: linear-gradient(292.01deg, rgba(149, 134, 122, 0.18) 2.37%, rgba(204, 187, 173, 0.18) 97.6%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    border: unset;
  }

  .timeline-content {
    border-radius: 0px 12px 12px 12px;
  }

  .timeline-content {
    padding: 0.8rem 0.5rem !important;
    margin-left: 40px !important;
  }

  .timeline::before {
    left: 0 !important;
  }

  .timeline::after {
    left: 5px !important;
  }

  .timeline .timeline-img {
    left: 8px !important;
    margin-top: -6px;
    width: 15px;
    height: 15px
  }
}

/* ===================== */

/* .mobail_group{
  z-index: 999;
} */




.btn_flex_area01 {
  display: flex;
}

/* slider mobail */
.section-padding {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.owl-item .item {
  transform: translate3d(0, 0, 0);
  transform: scale(0.9);
  transition: all .25s ease-in-out;
  margin: 50px 0;
}

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(1);
}

.screenshot_slider .owl-item.center .item img {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.screenshot_slider .owl-nav {
  text-align: center;
  margin: 40px 0;
  display: none;
}

.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

/* slider mobail */

/* graph chart  */
.canvas-con {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 365px;
  position: relative;
}

.canvas-con p {
  position: relative;
  left: 194px;
  margin-top: 64px;
}

.canvas-con-inner {
  height: 100%;
}

.canvas-con-inner,
.legend-con {
  display: inline-block;
}

.legend-con {
  font-family: Roboto;
  display: inline-block;
}

.legend-con ul {
  list-style: none;
  background: rgba(173, 156, 143, 0.1);
  color: #AD9C8F;
  padding: 1rem;
}

.legend-con li {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.legend-con li span {
  display: inline-block;
}

.legend-con li span.chart-legend {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

/* graph chart  */

.line-btn {
  position: relative;
}

.line-btn::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  border: 1px solid #4C4039;
}

.linebtnanimation {
  position: relative;
  background: linear-gradient(281.03deg, rgba(204, 187, 173, 0.18) 16.31%, rgba(149, 134, 122, 0.18) 86.7%);
}

/* .linebtnanimation::before{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100% !important;
  border: 1px solid #4C4039;
}
.linebtnanimation::after{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 5px;
  border: 1px solid #ffcf27;
} */
.linebtnanimation00::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100% !important;
  border: 1px solid #4C4039;
  /* animation: linebtnanimation001 2s  infinite 1.5s; */

}

.linebtnanimation00::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 5px;
  border: 1px solid #ffcf27;
  animation: linebtnanimation 6s infinite;
}

.linebtnanimation01::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100% !important;
  border: 1px solid #4C4039;
}

.linebtnanimation01::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 5px;
  border: 1px solid #ffcf27;
  animation: linebtnanimation 2s infinite 2s;
}

.linebtnanimation02::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100% !important;
  border: 1px solid #4C4039;
}

.linebtnanimation02::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 5px;
  border: 1px solid #ffcf27;
  animation: linebtnanimation 2s infinite 2s;
}




@keyframes linebtnanimation00 {
  0% {
    width: 5px;
  }

  25% {
    visibility: visible;
  }

  50% {
    width: 100%;
  }

  75% {
    visibility: hidden;
    width: 100%;
  }

  100% {
    /* opacity: 0; */
  }
}

@keyframes linebtnanimation01 {
  0% {
    width: 5px;
  }

  50% {
    width: 100%;
  }

  100% {
    opacity: 0 !important;
    width: 100%;
  }
}

@keyframes linebtnanimation02 {
  0% {
    width: 5px;
  }

  50% {
    width: 100%;
  }

  100% {
    opacity: 0 !important;
    width: 100%;
  }
}

@keyframes linebtnanimation {
  0% {
    width: 5px;
  }

  100% {
    width: 100%;
  }
}

.screenshot_slider .owl-item.active.center {
  z-index: 9;
}

div#owl-example-upcomng .owl-nav {
  position: relative;
}

.about_us_button_content {
  opacity: 0;
  position: absolute;
  width: 95%;
}

.about_us_button_content.active {
  opacity: 1;
  transition: opacity 0.3s ease-out;
  position: unset;
}

div#owl-example-upcomng .owl-nav {
  position: relative;
}

.name-input {
  height: 45px;
  line-height: 45px;
  border: none;
  color: #FFBE27;
  padding: 0 15px 0 15px;
  width: 100%;
  /* &:focus-visible {
		outline: 0;
		box-shadow: 0;
	} */
}

.name-inputAria {
  line-height: 20px;
  border: none;
  color: #FFBE27;
  padding: 0 15px 0 15px;
  width: 100%;
  /* &:focus-visible {
		outline: 0;
		box-shadow: 0;
	} */
}

.teamBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  gap: 32px;

  width: 240px;
  height: 381px;

  background: #28201B;
  border: 1px solid #5D5249;
  border-radius: 23px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 20px;
}

.teamBox:hover {
  background-image: linear-gradient(#422E21, #28201B);
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  overflow-x: hidden;
}

.modal.fade.show {
  backdrop-filter: blur(2px);
}

::placeholder {
  /* Most modern browsers support this now. */
  color: red;
}

.custom-select {
  position: relative;
  font-family: Arial;
  padding: 0.0rem 0rem 0rem 0rem;
  background-color: #5D524915;
  color: #AD9C8F;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  border: 0px;
  border-radius: 0rem;
  appearance: none;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #5D524915;
}

/*style the arrow inside the select element:*/
/* .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
} */

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {

  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-selected {
  background-color: #5D524915;
  color: #554A42 !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #2f2621;
  top: 130%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 5px
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


div#owl-example-upcomng button.owl-prev {
  position: absolute;
  left: -8px;
  top: -128px;
  color: #fff !important;
  font-size: 22px;
}

.footer-icon:hover {
  background: #FFCE21;
}

.footer-icon:hover img {
  filter: brightness(0.3);
}

/* 17042023  end*/
div#owl-example-upcomng button.owl-next {
  position: absolute;
  right: -8px;
  top: -128px;
  color: #fff !important;
  font-size: 22px;
}

div#owl-example-upcomng button.owl-next.disabled {
  display: none;
}

.fill-csv-orange svg path {
  fill: #FFD64C;
}

.fill-csv-orange svg g path {
  fill: #FFD64C;
}

section#download {
  background: linear-gradient(to bottom, #382C24, #261D19);
}




.screenshot_slider .owl-item {
  transition: 0.3s all;
  transform: scale(0.5);
}

.screenshot_slider .owl-item.active:not(.center) {
  transform: translateX(40%) scale(0.8);
}

.screenshot_slider .owl-item.active.center {
  z-index: 1;
}

.screenshot_slider .owl-item.active.center+.active {
  transform: translateX(-40%) scale(0.8);
}

.screenshot_slider.owl-carousel.owl-loaded {
  height: 100%;
}

.screenshot_slider.owl-carousel.owl-loaded {
  height: 100%;
}

.owl-stage-outer {
  height: 100%;
  padding-top: 70px;
}

div#navbarToggler9.collapse {
  visibility: visible;
}

/* 22042023 */
@media only screen and (max-width: 768px) {
  section.bottom_darkest_bg {
    overflow: hidden;
  }

  .mobail_img001show img {
    width: 100%;
  }

  .main-banner-wrapper {
    margin-left: 0 !important;
    padding: 0 10px;
    align-items: center;
  }

  .main-banner-wrapper button.regBtn {
    width: 90% !important;
  }

  .main-banner-wrapper span {
    text-align: center;
  }

  .app-feature-content {
    text-align: center;
  }

  .app-feature-content div#image_animation {
    margin: auto;
  }

  .download-app-wrapper {
    display: flex !important;
    flex-direction: column-reverse;
    row-gap: 55px !important;
  }

  .download-app-wrapper.grid {
    padding: 25px !important;
  }

  .download-app-button-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .download-app-button-wrapper {
    display: flex !important;
    justify-content: space-between;
  }

  .download-app-button-wrapper button {
    width: 45%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 207 39 / var(--tw-bg-opacity));
    color: rgb(58 45 36 / var(--tw-text-opacity));
  }

  /* three moble slider */

  .owl-stage-outer {
    height: 100%;
    padding-top: 50%;
  }

  .three-mobile-slider-wrapper .mobile-image-wrapper {
    width: 100% !important;
    height: 100% !important;
  }

  .three-mobile-slider-wrapper .mobail_img {
    width: 100% !important;
    height: 100% !important;
  }

  .three-mobile-slider-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }

  .screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }

  .mobail_hide {
    display: none;
  }

  /* .mobail_img{
    background: url(../img/only_ring.png) !important;
    background-size: cover !important;
  } */

  .mobail_img {
    background: unset !important;
    border-radius: unset !important;
  }

  .mobile_slider_only_mobile_image {
    display: block !important;
    position: absolute;
  }

  .play_and_earn_button_wrapper {
    display: none;
  }

  .mobail_banner {
    display: block;
  }

  div#main_banner{
    background-image: unset !important;
    min-height: unset !important;
  }

  .dekstop_banner {
    display: none;
  }
  .contact-us-image-wrapper {
      order: 2;
  }
  .tekenomics-wrapper div {
      margin: 10px 0;
  }
  .linebtnanimation {
      margin: 0;
      width: 100% !important;
  }

  .footer-part-section-wrapper {
      display: flex !important;
      flex-wrap: wrap;
      gap: 0 !important;
  }

  .footer-part-section-wrapper div:first-child {
      width: 100%;
      margin-top: 10px;
  }

  .footer-part-section-wrapper div:nth-child(2) {
      width: 49%;
      margin-top: 20px;
  }

  .footer-part-section-wrapper div:nth-child(3) {
      width: 49%;
      margin-top: 20px;
  }

  .footer-part-section-wrapper div:nth-child(4) {
      margin-top: 20px;
  }

  .join-partner-wrapper div:first-child {
      order: 2;
      padding: 0;
  }

  div#leveraging_content_erapper {
      text-align: center;
  }
  div#main_banner .main-banner-wrapper {
      margin-top: 30px;
  }
  div#app_feature_wrapper > div:last-child {
      margin-top: 30px;
  }
  .card-main-wrapper-for-mobile .card-content-wrapper {
      background: linear-gradient(292.01deg, rgba(64, 56, 51, 0.5) 2.37%, rgba(57, 49, 44, 0.5) 97.6%);
      border-radius: 6px;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 16px;
      width: 100%;
      margin: 0;
      margin-bottom: 15px;
  }

  .card-main-wrapper-for-mobile .card-title {
      color: #FFCE21;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      text-align: left;
  }

  .card-main-wrapper-for-mobile .card-text span {
      color: #AD9C8F;
  }

  .card-main-wrapper-for-mobile  .card-content .card-text {
    display: flex;
    justify-content: space-between;
  }

  .card-main-wrapper-for-mobile  .card-content .card-text div {
    display: flex;
    justify-content: space-between;
    gap: 6px;
  }
  .card-main-wrapper-for-mobile  .card-content .card-text div span {
    white-space: nowrap;
    font-size: 12px;
  }
  div#owl-example-upcomng2{
    display: none !important;
  }
  div#owl-example-upcomng{
    display: none !important;
  }
  .card-main-wrapper-for-mobile{
    display: block !important;
    margin-top: 30px;
  }
  .timeline-item:last-child {
      margin-bottom: -165px;
  }
  .small_size_mobail .text-start {
      display: flex;
      flex-direction: column;
  }
 
  button.with_icon {
      background: #FFCF27;
      color: #372B23;
  }
}

@media only screen and (max-width: 320px) {
  .navbar-brand img {
    width: 185px;
  }
  .small_size_mobail{
    display: flex !important;
    flex-direction: column !important;
  }
  .xxsmml0{
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 400px) {
  .owl-stage-outer {
      height: 100%;
      padding-top: 66%;
  }
}

/* placeholder color change */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #554A42 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #554A42 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #554A42 !important;
}


div#main_banner{
  background-image: url('../img/Pre-sales-poster2.png');
  min-height: 765px;
  background-repeat: no-repeat;
  background-position: right;
}

@media (min-width: 600px) and (max-width: 768px) {
  .main_banner_image_wrapper{
    width: 100%;
  }
  .screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.4) !important;
    -ms-transform: scale(1.4) !important;
    transform: scale(1.4) !important;
  }
  .three-mobile-slider-wrapper .mobile-image-wrapper{
    margin-bottom: 30px;
  }
  .owl-stage-outer{
    padding-top: 43%;
  }


  div#app_feature_wrapper {
      padding-left: 32px !important;
      padding-right: 32px !important;
  }
  .app-feature-content {
      width: 47%;
      text-align: left;
      margin-top: 50px;
  }
  div#app_feature_wrapper > div:last-child {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
  }
  .app-feature-content div#image_animation {
      margin-left: 0;
  }
  .upcoming_wrapper {
      padding-left: 32px !important;
      padding-right: 32px !important;
  }
  .timeline::after{
    left: 50.8%;
  }


  .three-mobile-slider-wrapper > div:first-child {
      order: 2 !important;
  }
  .small_size_mobail {
      gap: 0.5rem !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .small_size_mobail button:last-child {
      margin-left: 60%;
  }
  button.with_icon {
      background: #FFCF27;
      color: #372B23;
      margin: 9px auto;
  }

  .join-partner-main-wrapper {
      padding-left: 32px !important;
      padding-right: 32px !important;
  }
  .about-us-main-wrapper{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .tokenomics-main-wrapper{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .tekenomics-wrapper img {
      margin: auto;
  }
  .contect-us-main-wrapper{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .contect-us-main-wrapper img {
      margin: auto;
  }
  .footer-main-wrapper{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .footer-part-section-wrapper div:nth-child(3) {
      width: 49%;
      margin-top: 20px;
      align-items: self-start;
  }
  .footer-part-section-wrapper div:nth-child(2) {
      width: 49%;
      margin-top: 20px;
      align-items: self-start;
  }
  .play-and-earn-virtuacoin-wrapper{
    padding: 0 32px;
  }
  .footer-main-wrapper > div:last-child > div:first-child {
      position: absolute;
      margin-top: 10px;
  }
}