html {
  scroll-behavior: smooth;
}

#demo {
  font-size: 30px;
  color: black;
  font-weight: 700;
}

.tbe {
  background: #694892;
  padding: 8px;
  color: white;
  font-size: 13px;
  border-radius: 50%;
}

.tbe1 {
  background-image: linear-gradient(150deg, #57cd4a 20%, #6f23a7);
  padding: 8px;
  color: white;
  font-size: 13px;
  border-radius: 50%;
}

.isd {
  background: #6c3986;
  border-radius: 8px;
  padding: 6px 10px 8px;
  color: #ff9b00;
}

.acolor {
  color: #ff9b00;
}

.partnrPdd {
  background-color: #000 !important;
  box-shadow: inset 0px 0px 7px 2px #fff;
  border-radius: 10px !important;
}

body {
  color: #616161;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.para {
  font-size: 20px;
}

p {
  color: #464646;
  font-size: 16px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

span {
  color: #39cabb;
}

.custom-container {
  width: 1230px;
  padding: 0px 15px;
  margin: auto;
}

/* Links
------------------------------------ */
a {
  display: inline-block;
  color: #616161;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;

}

a:hover,
a:focus,
a:active {
  color: #d46f6f;
}


/* =============== */
.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

/* ======================menu section start========================== */

.sticky-nav {
  left: 0;
  margin: auto;
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background-color: #002c5d;
  z-index: 9999 !important;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}



.mobile-menu.mean-container {
  overflow: hidden;
}

.menu-box.sticky-nav {
  background-color: #121117;
}

.header {
  background: transparent;
  width: 100%;

}

.menu-box {
  background-color: transparent;
}

.menu-box .menu-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

}

.menu-box .menu-wraper .main-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu-box .menu-wraper .main-menu ul li a {
  padding: 29px 20px 15px 0px;
  color: #fff;
  transition: .5s;
}

.menu-box .menu-wraper .main-menu ul li a:hover {
  color: #20b094;
  transition: .5s;
}

.menu-box .menu-wraper .right-content .button a {
  color: #fff;
  padding: 11px 30px;
  background: #fa9b27;
  border-radius: 15px;
}




/*--=====================================
    ----------start sub menu---------------
    -========================================*/

.menu-box .main-menu .sub-menu {
  height: auto;
  width: 230px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: left;
  top: 80px;
  transition: .3s;
  opacity: 0;
  left: 0;
  visibility: hidden;
  border-radius: 7px;
  padding: 15px 20px;
  border-top: 4px solid#2D4B8B;
  border-bottom: 4px solid#39cabb;
}

.menu-box .main-menu .menu-item-has-children {
  position: relative;
}

.menu-box .sub-menu li {
  display: block;
  margin-bottom: -40px;
}

.menu-box .menu-wraper .main-menu .sub-menu li a {
  position: relative;
  color: #333 !important;
  margin: 5px 8px 5px 20px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0px 0px 35px;
  padding-bottom: 50px;
  transition: .5s;
}

.menu-box .main-menu .sub-menu li a:hover {
  color: #39cabb;
  transition: .5s;
}

.menu-box .main-menu ul li:hover .sub-menu {
  top: 63px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: .5s;
}

.menu-box .main-menu .sub-menu li a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #39cabb;
  left: -18px;
  top: 18px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.menu-box .sub-menu li a:hover {
  margin-left: 30px;
  color: #333;
  transition: .5s;
}

.sticky-nav.header-area .main-menu .sub-menu li a:hover {
  margin-left: 30px;
  color: #39cabb;
  transition: .5s;
}

.menu-box .sub-menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}


/*--==========================================
  -------------------------
  -=========================================*/

/* ======================menu section end========================== */
/* ======================banner section start========================== */
.banner-section {
  /*background-image: url('../image/banner-shape.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
  padding: 60px 0px 70px 0px;
  background: #f9eaff;
}


.gameon {
  color: #0047ff;
}

.texth1 {
  color: #ffffff;
  text-align: center;
  font-size: 70px;
  font-weight: 800;
}

.texth2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  /* background: -webkit-linear-gradient(#530075, #ff963c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.texth21 {
  color: #a017d7;
  font-size: 35px;
  font-weight: 800;
  background: -webkit-linear-gradient(#530075, #ff963c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.texth4 {
  color: #0969f9;
  font-size: 25px;
  font-weight: 800;

}

.texth b {
  color: #a017d7;

}

.hr {
  background: #ff963c;
}

.texth5 {
  color: #a017d7;
}

.text-black {
  color: black;
}

.www {
  font-size: 40px;
  background-image: linear-gradient(150deg, #57048a 0%, #0047ff 78%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.imagess {
  /* background-image: url(../image/bge.png); */
  background-size: contain;
  text-align: center;
  margin-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.bt {
  background-color: #530075;
}

.imas {
  display: flex;
  justify-content: space-between;
}

.trs {
  position: relative;
  top: -46px;
}

.trs1 {
  position: relative;
  top: -49px;
  margin: 0 50px;
  border-radius: 14px;
  padding: 10px;
}

.wi {
  width: 267px;
  max-width: 100%;
  position: relative;
  top: -53px;
}

/* .banner-section .content-wraper{
  margin: auto;
  display: flex;
  align-items: center;
} */
.hero-section {
  background-image: linear-gradient(0deg, #090919, rgba(9, 10, 26, 0.8)), url(../image/hero.jpg);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section,
.prev-project-area,
.STAKINGCONDITIONS,
.footer-section {
  background: linear-gradient(180deg, #030c0ff2, #0c262ff2), url(../../assetshome/img/cover-DosaSgeP.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 100%;
}

.banner-section .left-content {
  padding-right: 5px;
  margin-bottom: 30px;
}

.banner-section .left-content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

.banner-section .left-content p {
  font-size: 16px;
  color: #433c3c;
  margin: 21px 0px 35px 0px;
}

.intro .intro-text {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #0047ff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.banner-section .left-content .button a {
  padding: 13px 30px;
  background-image: linear-gradient(150deg, #57048a 0%, #0047ff 78%);
  border-radius: 20px;
  color: #fff;
  transition: .5s;

}

.banner-section .left-content .button .right {
  margin-left: 15px;
}

.banner-section .left-content .button a:hover {
  background: #ff963c;
  border-radius: 20px;
  transition: .5s;
}

.banner-section .right-content {
  position: relative;
}

.banner-section .right-content .image img {
  overflow: hidden;
  width: 79%;
  max-width: 100%
}

.banner-section .right-content .shape-image1 {
  position: absolute;
  right: 310px;
  top: 190px;
}

.banner-section .right-content .shape-image2 {
  position: absolute;
  right: 11px;
  top: 208px;

}

.banner-section .right-content .shape-image3 {
  position: absolute;
  right: 13px;
  top: 379px;
}

.banner-section .right-content .shape-image4 {
  position: absolute;
  right: 310px;
  top: 392px;
}

.banner-section .brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.banner-section .brand .img {
  text-align: center;
}

.banner-section .brand h2 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
}


/* ======================banner section end========================== */
/* ======================token pricing section start========================== */

.token-pricing-section {
  /*background-color: #000858;*/
  padding: 30px 0px;
}

.token-pricing-section .tatle {
  text-align: center;
}

/*.token-pricing-section .tatle h4{
	background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

.token-pricing-section .tatle h2 {
  font-size: 35px;
  margin: 20px;
}

.token-pricing-section .tatle p {
  color: #fff;
  margin-bottom: 55px;
}

.token-pricing-section .image img {
  width: 100%;
}

.token-pricing-section .token-content .token-box {
  position: relative;
  text-align: center;
  background-color: #530075;
  border-radius: 5px;
  padding: 26px 0px 89px 0px;
  border: 1px solid #383860;
  margin-bottom: 30px;
  z-index: 1;
}

.token-pricing-section .token-content .token-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #ff963c;
  transition: .5s;
}

.tokenp {
  font-size: 18px;
  /* padding: 0px 20px;*/
}

.token-pricing-section .token-content .token-box:hover:before {
  width: 100%;
  left: 0;
}

.token-pricing-section .token-content .token-box h5 {
  color: #7ab9ff;
  font-size: 16px;
  font-weight: 500;
  transition: .5s;
}

.token-pricing-section .token-content .token-box:hover h5 {
  color: #fff;
}

.token-pricing-section .token-content .token-box h1 {
  margin: 10px 0px 20px 0px;
}

.token-pricing-section .token-content .token-box p {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 0;
}

.token-pricing-section .token-content .token-box .button a {
  position: absolute;
  right: 0;
  top: 225px;
  border-radius: 4px 0px 0px 4px;
  padding: 6px 60px;
  background: linear-gradient(90deg, rgb(160 23 215) 0%, rgba(113, 83, 251, 1) 100%);
  color: #fff;
  transition: .5s;

}

.token-pricing-section .token-content .token-box .button a:hover {
  background: linear-gradient(90deg, rgb(160 23 215) 0%, rgba(113, 83, 251, 1) 100%);
  transition: .5s;

}

/*.token-pricing-section .bottom-content{
	margin-top: 90px;
}*/

.token-pricing-section .bottom-content .row {
  align-items: center;
}

.token-pricing-section .bottom-content .image img {
  width: 100%;
}

.token-pricing-section .text-content {
  padding: 109px 28px 99px 70px;
}

/*.token-pricing-section .text-content h5{
	background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
.bgss {
  background-image: url(../image/bgss.png);
  background-position: center;
  background-repeat: no-repeat;
}

.token-pricing-section .text-content h2 {
  font-size: 42px;
  margin: 20px 0px;
}

.token-pricing-section .text-content p {
  margin-bottom: 35px;
}

.token-pricing-section .text-content .button a {
  border-radius: 4px;
  padding: 13px 45px;
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  color: #fff;
  transition: .5s;

}

.token-pricing-section .text-content .button a:hover {
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  transition: .5s;

}

/* ======================token pricing section end========================== */

/* ======================token section start========================== */

.token-section {
  /*background-color: #00074d;*/
  padding: 10px 0px 0px 0px;
}

.token-section .tatle {
  text-align: center;
}

/*.token-section .tatle h4{
	 background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

.token-section .tatle h2 {
  /*font-size: 35px;*/
  margin: 20px;
}

.token-content {
  margin-top: 50px;
}

.token-section .tatle p {
  margin-bottom: 55px;
}

.token-section .token-content .left-content {
  margin-top: 30px;
}

.token-section .token-content .content i {
  color: #a017d7;
  margin-top: 3px;
}

.wii {
  width: 62%;

}

.token-section .token-content .content h4 {
  font-weight: 500;
  margin-left: 15px;
  font-size: 16px;
}

.token-section .token-content .content p {
  margin: 5px 0px;
  font-size: 15px;
}

.token-section .token-content .content .bar {
  background-color: #262c68;
  height: 1px;
  width: 100%;
  margin: 20px 0px;
}

.token-section .token-content .count-box {
  text-align: center;
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  padding: 30px 26px 40px 26px;
  margin-left: 50px;
  border-radius: 5px;
}

.token-section .token-content .count-box h3 {
  font-size: 16px;
  font-weight: 500;
}


/* ======================Count========================== */

.token-section .token-content .count-box h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.token-section .token-content .count-box li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding: 5px 22px 10px 22px;
  color: #fff;
  position: relative;
}

.token-section .token-content .count-box li::after {
  position: absolute;
  content: ":";
  left: -9px;
  top: -22px;
  font-size: 60px;

}

.token-section .token-content .count-box li:first-child::after {
  display: none;
}

.token-section .token-content .count-box li span {
  display: block;
  font-size: 45px;
  color: #fff;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: 600;
}

.token-section .token-content .count-box .emoji {
  display: none;
  padding: 1rem;
}

.token-section .token-content .count-box .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  .token-section .token-content .count-box h1 {
    font-size: calc(1.5rem * var(--smaller));
  }

  .token-section .token-content .count-box li {
    font-size: calc(1.125rem * var(--smaller));
  }

  .token-section .token-content .count-box li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

/* ======================Count========================== */

.token-section .token-content .count-box .skills-bar .bar .info span {
  font-size: 11px;
  color: #fff;
  margin: 25px 25px;
  position: relative;
  top: 10px;
}

.token-section .token-content .count-box .skills-bar .bar .info span::before {
  position: absolute;
  content: "";
  height: 29px;
  width: 1px;
  background-color: #a4c9e5;
  left: 50%;
  bottom: -42px;
  z-index: 99;

}

.token-section .token-content .count-box .skills-bar .bar .progress-line {
  position: relative;
  height: 13px;
  width: 100%;
  top: 35px;
  background-color: #e9f2f1;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.token-section .token-content .count-box .skills-bar .bar .progress-line span {
  position: absolute;
  height: 100%;
  width: 80%;
  left: 0;
  background-color: #3e2bc5;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}


@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.about-section .right-content .skills-bar .bar .progress-line.microscope span {
  width: 50%;
}


.token-section .token-content .count-box .button a {
  border-radius: 4px;
  padding: 10px 30px;
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  color: #fff;
  transition: .5s;
  margin-top: 70px;

}

.token-section .token-content .count-box .button {}

.token-section .token-content .title h2 {
  font-size: 30px;
  margin: 100px 0px 80px 0px;
}

.token-section .token-content .image {
  margin-right: 20px;
}

.token-section .token-content .image img {
  width: 100%;
}

.token-section .token-content .box-image {
  margin-left: 30px;
}

.token-section .token-content .box-image img {
  width: 100%;
}

.token-section .token-content .last-content {
  margin-top: 15px;
  margin-left: 10px;
}

.token-section .token-content .last-content .number .icon {
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  border: 1px solid #8083a6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.token-section .token-content .last-content .number .icon h4 {
  margin-bottom: 0;
  font-size: 20px;
}

.token-section .token-content .last-content .text {
  border: 1px solid #8083a6;
  background-color: #0e0d58;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 15px;
  border-radius: 0px 4px 4px 0px;
}

.token-section .token-content .last-content .text p {
  margin-bottom: 0;
}


/* ======================token section end========================== */
/* ======================feature section start========================== */
.feature-section {
  background-color: #000858;
  padding: 90px 0px 80px 0px;

}

.feature-section .title {
  text-align: center;
}

.feature-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.feature-section .title p {
  margin-bottom: 55px;
}

.feature-section .feature-box {
  border: 1px solid #262d71;
  padding: 31px 31px 10px 31px;
  border-radius: 5px;
  text-align: center;
  padding: 31px;
  margin-bottom: 30px;

}

.feature-section .feature-box:hover .feature-image img {
  transform: rotateY(180deg);
  transition: .5s;
}

.feature-section .feature-box h3 {
  font-size: 20px;
  margin: 30px 0px 20px 0px;
  background: linear-gradient(to right, #00B78D 5%, #6D58F6 49%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 1s;
}

.feature-section .feature-box p {
  font-size: 15px;
}

.feature-section .feature-box:hover h3 {
  background-position: 0%;
}

/* ======================feature section end========================== */
/* ======================app section end========================== */
.app-section {
  background-color: #00074d;
  padding: 90px 0px 90px 0px;
}

.app-section .title {
  text-align: center;
}

.app-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.app-section .title p {
  margin-bottom: 55px;
}

.app-section .app-image img {
  width: 100%;
}

.app-section .right-content {
  margin-top: 35px;
}

.app-section .right-content p {
  line-height: 2;
  margin-bottom: 20px;
}

.app-section .right-content .list {
  margin-bottom: 20px;
}

.app-section .right-content .list .icon i {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  margin-right: 20px;
  margin-top: 3px;
  color: #fff;
}

.app-section .right-content .button a {
  padding: 13px 45px;
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  border-radius: 5px;
  color: #fff;
  transition: .5s;
  border-radius: 4px;

}

.app-section .right-content .button a i {
  margin-left: 15px;
}

.app-section .right-content .button .right {
  margin-left: 15px;
}

.app-section .right-content .button a:hover {
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  border-radius: 4px;
  transition: .5s;
}

/* ======================app section end========================== */
/* ======================road-map section start========================== */
.road-map-section {
  /*background-color: #000858;*/
  padding: 90px 0px 0px 0px;
}

.road-map-section .position {
  position: relative;
}

.road-map-section .map-line img {
  width: 100%;
  padding: 0px 17px;
}

.road-map-section .map-line {
  position: absolute;
  left: 0;
  top: 61px;
}

.road-map-section .title {
  text-align: center;
}

.road-map-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.road-map-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.road-map-section .title p {
  margin-bottom: 55px;
}

.road-map-section .map-box {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}

.road-map-section .map-box::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border: 2px solid #25c99e;
  border-radius: 20px;
  left: 47%;
  top: 58px;
  display: none;
}

.road-map-section .map-box h4 {
  font-size: 16px;
  background-color: #0b1068;
  padding: 10px;
  margin-bottom: 105px;
  display: inline-block;
  border-radius: 5px;
}

.road-map-section .map-box .test {
  background-color: #0b1068;
  padding: 20px 10px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.road-map-section .map-box .test::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  border: 1px dashed #4d538a;
  left: 50%;
  top: -70px;
  display: none;
}

.road-map-section .map-box .test:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .5s;
  border-radius: 4px;
}

.road-map-section .map-box .test p {
  font-size: 15px;
  transition: .5s;
}

.road-map-section .map-box .test:hover:after {
  transform: scale(1);
}

.road-map-section .map-box .test:hover p {
  color: #fff;
}


/* ======================road-map section end========================== */

/* ======================team section start========================== */
.team-section {
  background-color: #00074d;
  padding: 90px 0px;
}

.team-section .team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-section .title {
  text-align: center;
}

.team-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.team-section .title p {
  margin-bottom: 55px;
}

.team-section .team-box {
  background-color: #0a1267;
  position: relative;
  padding: 150px 0px 20px 0px;
  text-align: center;
  margin-top: 120px;
  transition: .5s;
  border-radius: 5px;
  margin-bottom: 30px;
}

.team-section .team-box h4 {
  font-size: 18px;

}

.team-section .team-box::hover h4 {
  color: #25c99e;
  transition: .5s;

}

.team-section .team-box .image {
  position: relative;

}

.team-section .team-box .image img {
  width: 81%;
  border: 2px solid #25c99e;
  border-radius: 5px;
  position: absolute;
  top: -229px;
  left: 0;
  right: 0;
  margin: auto;
  transition: .5s;
}

.team-section .team-box .icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.team-section .team-box .icon i {
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 0px 10px;

}

.team-section .title h3 {
  margin: 95px 0px 35px 0px;
  font-size: 35px;
}

.team-section .board {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.team-section .board .team-box {
  background-color: #0a1267;
  position: relative;
  text-align: center;
  transition: .5s;
  width: 270px;
  border-radius: 5px;
}

.team-section .board .team-box h4 {
  font-size: 18px;

}

.team-section .board .team-box::hover h4 {
  color: #25c99e;
  transition: .5s;
}

.team-section .team-box .image {
  position: relative;

}

.team-section .board .team-box .image img {
  width: 80%;
  border: 2px solid #25c99e;
  border-radius: 5px;
  position: absolute;
  top: -238px;
  left: 0;
  right: 0;
  margin: auto;
}

.team-section .board .team-box .icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.team-section .board .team-box .icon i {
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 0px 10px;
  text-align: center;
}

.team-section .team-box:hover .image img {
  transform: scale(1.2);
  top: -248px;
  width: 81%;
}

.team-section .board .team-box:hover .image img {
  top: -262px;
}

/* ======================team section end========================== */
/* ======================accordion section start========================== */
.accordion-section {
  /*background-color: #000858;*/
  padding: 90px 0px;
}


.accordion-section .title {
  text-align: center;
}

.accordion-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.accordion-section .title p {
  margin-bottom: 55px;
}



.accordion-section .accordion-wrapper .accordion2 {
  position: relative;
  background-color: #000000;
  color: #fff;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  margin: 10px 0px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  transition: .5s;
}


.accordion-section .accordion2::after {
  position: absolute;
  content: '\f107';
  color: #fff;
  font-weight: bold;
  right: 0;
  top: 0;
  background: #0969f9;
  padding: 8px 17px;
  border-radius: 4px;
  font-size: 23px;
  font-family: FontAwesome;
}

.accordion-section .active::after {
  content: "\f106";
  color: #fff;
  font-size: 23px;
  font-family: FontAwesome;

}

.accordion-section .panel {
  background-color: transparent;
  /* border: 1px solid #262d71; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

/* ======================accordion section end========================== */

/* ======================contact section end========================== */
.contact-section {
  /*background-color: #00074d;*/
  padding: 90px 0px;
}

.contact-section .title {
  text-align: center;
}

.contact-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.contact-section .title p {
  margin-bottom: 55px;
}

.contact-section .contact-wraper .contact {
  background-color: #ffffff;
  margin: 0px 0px;
  border: 2px solid #a017d7 !important;
  border: none;
  color: #fff;
}

.contact-section .contact-wraper input::placeholder {
  color: #7082a4;
}

.contact-section .contact-wraper textarea::placeholder {
  color: #7082a4;
}

.contact-section .contact-wraper textarea {
  margin-top: 30px !important;
}

.contact-section .contact-wraper .contact-button {
  /*text-align: center;*/
  /* margin-top: 15px;*/
}

.contact-section .contact-wraper .contact-button .btn {
  border-radius: 4px;
  padding: 6px 30px;
  background: #2584d2;
  color: #fff;
  transition: .5s;

}

.contact-section .contact-wraper .contact-button .btn:hover {
  background: #ff963c;
  transition: .5s;

}

/* ======================contact section end========================== */
/* ======================footer section start========================== */
.footer-section {
  background-color: #530075;
  /*	padding: 80px 0px 0px 0px;*/
  position: relative;
  top: 20px;
}

.footer-section .footer-spase {
  margin-bottom: 30px;
}

.footer-section .footer-icon a {
  background-color: #333979;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 20px;
  margin: 10px 10px 0 0;
  text-align: center;
}

.footer-section .footer-icon a:hover {
  background-color: #25c99e;

}

.footer-section p {
  margin: 20px 0px 20px 0px;
}

.footer-section h3 {
  font-size: 20px;
}

.footer-section ul li a {
  color: #a2b4d2;
  margin-top: 20px;
  transition: .5s;
}

.footer-section ul li a:hover {
  color: #25c99e;
  transition: .5s;
}

.footer-section .form_box {
  position: relative;
  margin-top: 45px;
}

.footer-section .form_box input {
  background-color: #062459;
  border: none;
  padding: 24px 0px 24px 10px;
}

.footer-section .form_box input::placeholder {
  color: #7082a4;
  padding-left: 10px;
}

.footer-section .contact-button {
  position: absolute;
  right: 0;
  top: 0;
}

.footer-section .contact-button .btn {
  border-radius: 4px;
  padding: 10px 30px;
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  color: #fff;
  transition: .5s;

}

.footer-section .contact-button .btn:hover {
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  transition: .5s;

}

.footer-section .cuppy-right-section .footer-bar {
  height: 1px;
  width: 100%;
  background-color: #0a364b;
  margin-top: 30px;
}

.footer-section .cuppy-right-section p {
  font-size: 14px;
  text-align: center;
  padding: 0px 0px 33px 0px;
}

/* ======================footer section end========================== */


/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  border: 2px solid #002c5d;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

div#status {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 50px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #530075;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #39cabb;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #002c5d;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

/* ===========================scroll end===========================  */
/* ===========================************===========================  */



/* ======================Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* ======================Animation section end========================== */

/*particale js*/
canvas {
  height: 1050px;
  width: 100%;
  background: url('assets/image/banner-shape.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div#particles {
  position: relative;
}

div#particles .single-slider-box {
  margin-top: 0;
  text-align: left;
}

div#particles .slider-thumb {
  text-align: right !important;
  margin-left: 180px;
  position: relative;
}

#webcoderskull {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
}

div#particles .banner-section {
  background-image: inherit;
  padding: 300px 0px 70px 0px;
}

.upper.menu-box {
  background-color: #111868;
}



.fontcolor {
  color: #530075 !important;
  font-size: 20px;
}


.Road-map-section .tatle h2 {
  font-size: 35px !important;
}


.container1 {
  width: 100%;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.container1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  width: 3px;
  height: 100%;
  background: #a017d7;
  z-index: 1;
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #ff963c;
  margin-top: 10px;
  z-index: 1
}

.timeline-content {
  width: 92%;
  padding: 0 15px;
  color: #666;
  background: #ff963c;
  border: 3px solid #a017d7;
  border-radius: 15px;
  padding: 20px;
}

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500
}

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}

.timeline-content p {
  font-size: 18px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #333;
}


@media screen and (max-width: 768px) {
  .container1:before {
    left: 8px;
    width: 2px;
  }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

@media only screen and (max-width: 600px) {
  .imas {
    display: block;
  }

  .image img {
    width: 100%;
  }

  .contact img {
    width: 100%;
  }

  .texth1 {
    color: #fff;
    font-size: 53px;
    font-weight: 800;
  }
}

.p1 {
  display: inline-block;
  font-size: 40px;
  margin-top: 0px;
  border: 1px solid #101010;
  background: #16610d;
  color: #fff;
  margin: 10px;
  padding: 3px 12px;
}

.buttons {
  background: #a017d7;
  border: 2px solid #fa9b27;
  color: #fff;
  padding: 5px 22px;
  font-weight: bold;
}

.timerss {
  padding-top: 50px;
}

.bge {

  background: #00000059;
  border-radius: 10px;
  box-shadow: 0 1px 0 #00000082, inset 0 0 8px #ffffff57;
  padding: 10px;

}

.co {
  background: #ddd0d0;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  width: 75%;
}

.cobtn {
  background: #a017d7;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;

}

.pad {
  margin-top: 12px;
  margin-bottom: 12px;
}

.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #a017d7;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #67556f00;
  color: #39cabb;
  font-size: 20px !important;
  border: none;
  outline: none;
  border-radius: 10px;
  /* padding: 7px 0px 7px 0px; */
  transition: 0.3s;
  font-size: 17px;
  width: 100%;
  /* margin-right: 10px; */
}

/* Change background color of buttons on hover */
/* .tab button:hover {
  background-color: #fa9b27;
} */

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fa9b27;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}

.imput {
  background-color: #ffffff;
  border: none;
  padding: 7px 0px 7px 10px;
  border-radius: 10px;
  width: 66%;
}

.bg {
  background: #a017d7;
  padding: 8px;
  border-radius: 30px;
  color: white;
}

.ic {
  background: #530075;
  color: white;
  padding: 13px 0px;
  border-radius: 50%;
  font-size: 25px;
  margin-right: 10px;
  width: 55px;
}

.dis {
  display: flex;
}

@media only screen and (max-width: 600px) {
  .tab {
    text-align: center;
    margin-top: 13px
  }

  .dis {
    display: block !important;
  }

  .imput {
    width: 100%;
  }

  .bgss {
    background: #530075;
    padding: 0 10px
  }
}

.bgw {
  background: #121117;
  box-shadow: 0 0 5px 5px #f6f6f6;
  padding: 40px 40px;
  border-radius: 20px
}

.bottom-content .image1 {
  margin-top: 100px;
}

.text2 {
  color: #ffffff;
}


.section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.single-item {
  display: inline-block;
  margin: 2px 0;
  padding: 0.5rem 0.8rem;
  background: #000;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}

.dle {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.igo-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(22, 24, 45, 0.69);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.dle img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.igo-info {
  flex-grow: 1;
  margin-left: 20px;
}

.igo-info h3 {
  margin: 0;
  font-size: 1.2em;
}

.igo-info p {
  margin: 5px 0;
}

.icons {
  text-align: right;
}

.icons p {
  margin: 0;
}

.icons span {
  display: block;
  margin-bottom: 5px;
}

/* Responsive design */
@media (max-width: 768px) {
  .igo-card {
   flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
  }

  .igo-info h3, h4 {
    margin-left: 0;
    margin-top: 10px;
    font-size: 15px;
  }

  .icons {
    text-align: left;
    margin-top: 10px;
  }
}

.copytext-sec p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 0.5rem;
}

.copytext-sec p,
.address {
  font-size: 14px;
  color: white !important;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 575.99px) {
  .texth1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
  }

  .headingmain {
    font-size: 25px;
    text-align: center;
  }

  .para {
    font-size: 18px !important;
  }

  .copytext-sec p {
    flex-direction: column;
  }
}

.langingpage .tg-btn {
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  box-shadow: 0 -14px 48px #dfba510f, 0 16px 24px #00000040;
  background: linear-gradient(180deg, #e1bc54, #bb901c);
  color: var(--tg-color-white-default);
  cursor: pointer;
  font-size: 16px;
  font-weight: #ffffff;
  letter-spacing: -.02em;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  white-space: nowrap;
  overflow: hidden;
  padding: 2px;
  border: none;
  position: relative;
  height: 60px;
  display: inline-flex;
}

.langingpage .tg-btn:hover,
.langingpage .tg-btn:focus-visible {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: none;
}

.langingpage .tg-btn .right_arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

.langingpage .tg-btn span {
  background: linear-gradient(45deg, #bb901c, #0ab964, #582c9d);
  padding: 7px 16px 7px 12px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  gap: 14px;
  display: inline-flex;
  align-items: center;
}
@media (min-width:320px) and (max-width:575.99px){
  .langingpage .tg-btn{
    font-size: 14px;
  }
}