* {
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Mulish", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1300px;
}
/*  */

/*  */
img {
  max-width: 100%;
}
.active {
  border-bottom: 5px solid #ff7f00;
  padding-bottom: 16px;
  color: #ffffff !important;
}
header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #0f1727;
}
/* .navbar-nav .nav-item a.nav-link:hover span {
  border-bottom: 5px solid #FF7F00;
  padding-bottom: 16px;
  transition: all 0.5s;
} */

.nav-link {
  color: #ffffff;
  font-size: 15px;
}
.nav-link:hover {
  color: #ffffff;
}
.nav-item {
  margin: 0 8px;
}
.nav-link small {
  padding-bottom: 16px;
  font-size: 15px;
}

.scrollTop {
  position: fixed;
  z-index: 999;
  right: 4%;
  bottom: 10px;
  background-color: #ff7f00;
  /* width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; */
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #00000094;
  /* transition: all 0.4s ease-in-out 0s; */
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.scrollTop a i {
}
.menu_icon {
  display: none;
  cursor: pointer;
}
.order-first {
  order: 0 !important;
}
.menu_icon div {
  width: 16px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu_icon div {
  margin-top: 3px;
}
.active_menu div:nth-child(2) {
  opacity: 0;
}
.active_menu div:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.active_menu div:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.nav-sticky {
  top: 0px;
  width: 100%;
  z-index: 1;
  position: sticky;
  background-color: #0f1727 !important;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navBarIn {
  padding: 10px 0 8px 0;
}
.navbar-expand-lg .navbar-collapse {
  padding-top: 26px;
}
.dropdown-menu {
  /* top: 44px; */
  background: #0e1d32;
  min-width: 120px;
  margin: 0 auto;
}
.dropdown-menu.show {
  width: 100px !important;
}
.dropdown-item:hover {
  color: #ff7f00;
}
/* navbar regular css start */

.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.ez-logo {
  margin-left: -12px;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-top: 36px;
}
.dropDownLink {
  padding-bottom: 19px;
}
.site-navbar ul li {
  margin: 0 8px;
}
.site-navbar ul li a {
  color: #fff;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  text-decoration: none;
  padding-bottom: 19px;
}
.site-navbar ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
  border: none;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;

  display: none;
  background-color: #ffdbc7;
  height: 34px;
  width: 34px;
  padding-top: 8px;
  outline: none;
  border-radius: 100%;
}
.nav-toggler span {
  width: 18px;
  height: 2px;
  background-color: #000;
  display: block;
  transition: 0.3s;
  margin: -2px auto 0;
}
.nav-toggler span:before {
  width: 18px;
  height: 2px;
  background-color: #000;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}
.nav-toggler span:after {
  width: 18px;
  height: 2px;
  background-color: #000;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-6px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(4px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-2px) rotate(-45deg);
}
/* nav-toggler css start */

/* intro-area css start */
.app-store-logo {
  width: 90%;
}
.india-stock {
  width: 40%;
}
.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.intro-area h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px;
}
.intro-area p {
  font-size: 18px;
}

/* intro-area css end */

/* mobile breakpoint start */
@media screen and (max-width: 1200px) {
  /* navbar css for mobile start */
  .nav-toggler {
    margin-top: 12px;
  }
  .nav-toggler {
    display: block;
  }
  .site-navbar {
    min-height: 77px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    z-index: -1;
    top: -9px;
    padding-top: 67px;
    z-index: -1;
    flex-direction: column;
    align-items: center;
    background-color: #0f1727;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
    margin: 0 8px;
  }
  .site-navbar ul li a {
    padding: 15px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-navbar ul.open {
    min-height: 100vh;
    overflow: visible;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* navbar css for mobile end */
}
.site-navbar ul li a:hover {
  background: none;
}
/* tooltip */

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  /* margin-left: -80px; */
  padding: 7px;
  width: 174px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: #ffffff;
  color: #bd9442;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  /* left: 51%; */
  /* right: 50%; */
  margin-left: 80px;
  /* width: 0; */
  border-top: 5px solid #fff;
  border-top: 5px solid hsl(0deg 0% 100% / 90%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* tooltip end */
/* mobile breakpoint end */
.site-navbar ul li a img {
  margin-right: 4px;
}
.navBar {
}

/* welcomeBanner start */
.welcomeBanner {
  background: url(../images/welcomeBanner.jpg) no-repeat;
  background-size: cover;
  margin-top: -92px;
  position: relative;
  padding-bottom: 78px;
}
.yellow-line {
  position: absolute;
  left: 0;
  top: 39%;
  width: 600px;
}
.welcomeBannerLeft-in h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 56px;
  color: #d0a6f0;
  padding-top: 25px;
}
.welcomeBannerRight-in img {
  width: 680px;
}
.dots {
  position: absolute;
  right: 16px;
  bottom: -4.7%;
  z-index: 1;
}
.welcomeBannerLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcomeBannerLeft h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
}
.welcomeBannerLeft p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  padding: 25px 0 50px;
}
.welcomeBannerLeft h5 {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 50px;
}
.welcomeBannerLeft h5 span {
  background-color: #f3ec78;
  background-image: linear-gradient(
    89.99deg,
    #ffffff 1.57%,
    #fa825d 58.94%,
    #e23e3a 99.99%
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
/* .welcomeBannerLeft a {
  width: 200px;
    height: 48px;
    background: #ffffff;
    color: #4C1F59;
    font-size: 18px;
    border-radius: 30px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
} */
.solana img {
  display: block;
  margin: 0 auto;
}
/* .welcomeBannerLeft a img {
  padding: 0 38px 0 20px;
} */
.welcomeBannerRight {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 170px;
  padding-bottom: 180px;
}
.welcomeBannerRight img {
  max-width: 100%;
}
.app_icons {
  width: 380px;
  padding: 50px 0;
}
.app_icons ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
/* .app_icons ul li {
  height: 95px;
} */
#coming-show {
  display: none;
  font-size: 18px;
  padding-top: 10px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
#coming-shows {
  display: none;
  font-size: 18px;
  padding-top: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.app_icons ul li {
  height: 60px;
}
.social-media-icons {
}
.social-media-icons ul {
  display: flex;
  list-style: none;
  margin: 0;
  justify-content: center;
}
.social-media-icons ul li {
  padding-left: 50px;
}
.social-media-icons ul li a img {
  width: 24px;
  height: 24px;
}
.OnepaperCard {
  width: 70%;
  margin: 0 auto;
  padding: 70px 0 100px 0;
}
.onepageCardImg img {
  transition: 0.5s;
  transform: scale(1);
  width: 210px;
  border-radius: 6px;
  box-shadow: 0 0px 50px 0 rgb(255 255 255 / 20%);
}
.onepageCardImg img:hover {
  transition: 0.5s;
  transform: scale(1.1);
}
.onepageCardImg h6 {
  font-size: 22px;
  line-height: 34px;
  padding-top: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.social-media-icons ul li:nth-child(1) {
  padding-left: 0;
}
/* welcomeBanner end */

/* about start */
.aboulIcons-list ul li img.chat-img-hover2 {
  display: none;
}
.about {
  /* background: url(../images/aboutBanner.jpg) no-repeat; */
  background: #332a69;
  background-size: cover;
  padding: 75px 0;
  position: relative;
}
.about-dots {
  position: absolute;
  left: 20px;
  top: 30px;
}
.aboutRight figure {
  position: absolute;
  right: 0;
}
.AboutLine {
  background: #ff7f00;
  width: 56px;
  height: 5px !important;
  border-radius: 20px;
}
.aboutIn h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.aboutLeft {
  padding: 100px 0 0 0;
}
.aboutLeft h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 66px;
  color: #ffffff;
  padding-bottom: 44px;
}
.AboutUs-Line {
  background: #ff7f00;
  width: 56px;
  height: 5px !important;
  margin: 26px auto 70px;
  border-radius: 20px;
}
.aboutLeft p {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #ffffff;
  padding: 44px 0 30px 0;
}
/* about end */

/* excelli Chat start */
.excelliChat {
  position: relative;
}
.dotsImg {
  position: absolute;
  left: 16px;
  bottom: -6%;
  z-index: 1;
}
.chatBg {
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: -1;
}
.chatBg img {
  max-width: 100%;
}
.excelliChatIn h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #000000;
  text-align: center;
}

.excelliChatIn p {
  color: #22304c;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}
.excelliChatLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}
.excelliChatLeft img {
  width: 387px;
}
.chatCard {
  width: 354px;
  box-shadow: 0 0 6px 0 #5c5c5c26;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  background: #ffffff;
}
.chatCard h4 {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  padding: 16px 0 7px 0;
}
.chatCard p {
  color: #22304c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
  /* width: 221px; */
}
.chatCard img {
  max-width: 100%;
  padding: 0px 0 0 10px;
}
.excelliChatRight {
  display: flex;
  align-items: center;
  justify-content: center;
}
.excelliChatIn p.dataText {
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
}
.excelliChat {
  padding: 82px 0;
}
.chatLine {
  background: #ff7f00;
  width: 56px;
  height: 5px !important;
  margin: 26px auto;
  border-radius: 20px;
}
/* excelli Chat end */
/* Excelli Coins start */
.coins {
  background: url(../images/coinsbanner.jpg) no-repeat;
  background-size: cover;
  padding: 82px 0;
}
.coins h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.coinsLeft,
.coinsRight {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coinsLeftIn {
  padding-top: 30px;
}
.coinsLeftIn h5 {
  font-size: 40px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding-bottom: 40px;
}
.coinsLeftIn h5 span {
  background-color: #f3ec78;
  background-image: linear-gradient(
    89.99deg,
    #7b61ff 1.57%,
    #fa825d 58.94%,
    #e23e3a 99.99%
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.coinsLeft p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding-bottom: 30px;
}
.coinsRight img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.coinsLeft a {
  width: 200px;
  height: 50px;
  background: #458ff6;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  border-radius: 40px;
  display: inline-block;
  margin-top: 30px;
}
/* Excelli Coins end */

/* Excelli Advertisement start */
.advertisement {
  background: url(../images/advertisementBanner.jpg) no-repeat;
  background-size: cover;
  padding: 82px 0 82px;
}
.advertisement h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.advertisement p.advertisementText {
  color: #f5f5f5;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 100px;
}
.advertisementLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertisementLeft img {
  width: 546px;
}
.cardAdvertisement {
  width: 284px;
  padding: 20px;
  margin-bottom: 50px;
}
.cardAdvertisement img {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.cardAdvertisement h4 {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 0 10px 0;
  text-align: center;
}
.cardAdvertisement p {
  color: #f5f5f5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
.discoverLeft {
}
.discoverLeft h3 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 700;
}
.discoverLeft h4 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 26px;
}
.discoverLeft h5 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 700;
  padding: 35px 0 0 0;
}
.discoverLeft p {
  color: #f5f5f5;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 16px 0 40px 0;
}
.brandLine {
  background: #ff7f00;
  width: 56px;
  height: 5px !important;
  margin: 26px 0;
  border-radius: 20px;
}
.videoLine {
  background: #ff7f00;
  width: 150px;
  height: 5px !important;
  margin: 0px 0;
  /* border-radius: 20px; */
}
.discoverRight {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertisementIn a {
  width: 200px;
  height: 52px;
  background: none;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  border-radius: 40px;
  display: block;
  margin: 0 auto;
  border: 2px solid #ffffff;
}
.discover {
  padding-top: 80px;
}
/* Excelli Advertisement end */
/* Interested to sell start */
.interested {
  padding: 82px 0;
  position: relative;
}
.InterestBg {
  position: absolute;
  right: 0;
  top: -16%;
  z-index: -1;
}
.interested h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  color: #000000;
  text-align: center;
}
.interestedLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}
.interestedLeft p {
  font-size: 16px;
  line-height: 30px;
  color: #22304c;
  width: 477px;
}
.interestedRight {
  display: flex;
  align-items: center;
  justify-content: center;
}
.interestedRight img {
  width: 376px;
}
.whySell {
}
.whySell h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #000000;
}
.groupCard {
  width: 270px;
  box-shadow: 0 0 6px 0 #5c5c5c26;
  border-radius: 12px;
  padding: 15px;
  margin: 0 auto;
  height: 300px;
  margin-top: 55px;
}
.groupCard h5 {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  padding: 24px 0 8px 0;
  border-bottom: 1px solid rgb(0 0 0 / 60%);
  margin-bottom: 10px;
}
.groupCard h4 {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  border-bottom: 1px solid rgb(0 0 0 / 60%);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.groupCard img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.groupCard img.shippingImg {
  padding: 0;
}
.groupCard p {
  font-size: 12px;
  line-height: 20px;
  color: #22304c;
  font-weight: 300;
  width: 100%;
}
.howtoSell {
  padding-top: 90px;
}
.howtoSell h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #000000;
}
.howtoSellCard {
  width: 270px;
  box-shadow: 0 0 6px 0 #5c5c5c26;
  border-radius: 12px;
  padding: 15px;
  margin: 0 auto;
  min-height: 270px;
  margin-top: 55px;
}
.howtoSellCard img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.howtoSellCard h5 {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  padding: 24px 0 8px 0;
  text-align: center;
}
.howtoSellCard p {
  font-size: 12px;
  line-height: 20px;
  color: #22304c;
  font-weight: 300;
}
.businessText {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  padding-bottom: 76px;
}
/* Interested to sell end */

/* team start */
.team {
  background: #edf5ff;
  padding: 82px 0 100px 0;
}
.team h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  color: #102651;
  text-align: center;
}
.teamCard {
  width: 180px;
  padding-top: 85px;
  margin: 0 auto;
}
.teamCard img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.teamCard h4 {
  font-size: 18px;
  line-height: 32px;
  color: #007ac6;
  font-weight: 700;
}
.teamCard p {
  font-size: 14px;
  line-height: 32px;
  color: #97c3f9;
  font-weight: 400;
}
/* team end */
/* shopping start */
.shopping {
  background: url(../images/shoppingBg.svg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0 120px 0;
}
.Shoppdots {
  position: absolute;
  right: 16px;
  top: -6.5%;
}
.shoppingDots {
  position: absolute;
  left: 16px;
  bottom: 0;
}

.shoppingLeftimg {
  position: absolute;
  right: 0;
  bottom: -24%;
  z-index: -1;
}
.shoppingRightimg {
  position: absolute;
  left: 0;
  bottom: -5%;
  z-index: -1;
}
.shoppingIn h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #000000;
  text-align: center;
}

.shoppingIn p {
  font-size: 18px;
  line-height: 34px;
  color: #22304c;
  text-align: center;
  padding-bottom: 100px;
}
.shoppingIn img {
  display: block;
  margin: 0 auto;
  width: 386px;
}
.shoppingCard {
}
.shoppingCard img.shoppingImgOne {
  display: block;
  margin: 0 auto;
}
.shoppingCard img.shoppingImgTwo {
  display: none;
}
.shoppingCardIn {
  position: relative;
}
.analytics {
  width: 272px;
  /* height: 280px; */
  box-shadow: 0 0 8px 0 #e5e9f6;
  padding: 42px 19px 19px;
  margin: 0 auto;
  position: absolute;
  left: 23px;
  bottom: 31%;
  background: #ffffff;
}
.groupusers {
  width: 272px;
  box-shadow: 0 0 8px 0 #e5e9f6;
  padding: 42px 19px 19px;
  margin: 0 auto;
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  background: #ffffff;
}
.paymentCard {
  width: 272px;
  box-shadow: 0 0 8px 0 #e5e9f6;
  padding: 42px 19px 19px;
  margin: 0 auto;
  position: absolute;
  right: 37px;
  bottom: 28.4%;
  background: #ffffff;
}
.analytics img,
.groupusers img,
.paymentCard img {
  display: inline;
}
.analytics h4,
.groupusers h4,
.paymentCard h4 {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding-top: 38px;
}
.analytics p,
.groupusers p,
.paymentCard p {
  font-size: 14px;
  line-height: 20px;
  color: 22304c;
  padding-top: 10px;
}
/* shopping end */
/* contact start */
.contact {
  background: #00314e;
  padding: 82px 0;
  position: relative;
}
.contactDots {
  position: absolute;
  right: 16px;
  bottom: -7.5%;
  z-index: 11;
}
.contact h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.contact p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.contactIn {
  width: 666px;
  margin: 0 auto;
}
.file-upload {
  position: absolute;
  bottom: -1px;
}
.docx {
  font-size: 13px;
  line-height: 25px;
  color: #cccccc;
  font-weight: 400;
  margin-left: 10px;
  margin: -24px 0 0 130px;
  display: inherit;
}
.fileLabel {
  display: block;
  cursor: pointer;
}
.fileLabel img {
  position: relative;
  bottom: 1px;
}
.fileLabel span {
  color: #83cfff;
  padding-left: 10px;
}
.FileUpload1 {
  display: none;
}
.labelInput {
  padding-top: 10px;
}
.labelInput label {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.labelInput input {
  width: 320px;
  height: 40px;
  background: #ffffff;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  outline: none;
  margin-top: 2px;
}
.labelInput select {
  width: 320px;
  height: 40px;
  background: #ffffff;
  padding: 0 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  outline: none;
  margin-top: 2px;
}
.one {
  color: #cccccc;
  opacity: 1;
}
::placeholder {
  color: #cccccc;
  opacity: 1; /* Firefox */
}
select.contact_select_options {
  line-height: 40px;
}
select.contact_select_options option {
  color: #23242e;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
}
.subjectInput {
  padding-top: 10px;
}
.subjectInput label {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.subjectInput input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  outline: none;
  margin-top: 2px;
}
.DescritionTextarea {
  padding-top: 10px;
}
.DescritionTextarea label {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.DescritionTextarea textarea {
  width: 100%;
  min-height: 200px;
  background: #ffffff;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  outline: none;
  margin-top: 2px;
}
.contactIn h5 {
  font-size: 16px;
  line-height: 30px;
  color: #83cfff;
  font-weight: 700;
}
.contactIn h5 img {
  margin-right: 10px;
}
.contactIn h5 span {
  font-size: 13px;
  line-height: 25px;
  color: #cccccc;
  font-weight: 400;
  margin-left: 10px;
}
.contactIn button {
  width: 160px;
  height: 40px;
  color: #ffffff;
  font-weight: 600;
  background: #c5c5c5;
  outline: none;
  border-radius: 5px;
  border: none;
  margin-top: 30px;
}
/* contact end */
/* footer start */
.launchingSoon a {
  width: 158px;
  height: 32px;
  background: #ffffff;
  font-size: 11px;
  line-height: 32px;
  color: #102651;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  margin-top: 34px;
}
.footerLeft h6 {
  font-size: 14px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  width: 36%;
  margin: 0 auto;
}
footer {
  background: #00253b;
  padding: 70px 0 18px 0;
  position: relative;
}
.footerDots {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.footerLeft {
  width: 65%;
  /* text-align: left; */
}
.footerLeft a img {
  display: block;
  margin: 0 auto;
}
.footerLeft p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding: 20px 0;
}
.googleStore {
  margin-top: 14px;
  display: inline-block;
}
.footerLeft ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 30px 0 0 0;
  justify-content: center;
}
.footerLeft ul li {
  padding-left: 34px;
}
.footerLeft ul li:nth-child(1) {
  padding-left: 0;
}
.footerLeft ul li:nth-child(last) {
  padding-left: 0;
}
.footerLeft ul li a {
}
.footerLeft ul li a img {
}
.footerRight {
}
.footerRight h4 {
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}
.footerRight ul {
  padding: 0;
  list-style: none;
}
.footerRight ul li {
}
.footerRight ul li a {
  font-size: 15px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 400;
}
.copyRightLeft p {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.copyRightRight ul {
  padding: 0;
}
.copyRightRight ul li p {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.copyRightRight ul li p a {
  color: #ffffff;
}
.copyRightRight ul li p span {
  padding: 0 10px;
}
.copyRightRight ul li img {
  margin-right: 8px;
}
.copyRightRight ul li span {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.footerIn {
  padding-top: 50px;
}
/* footer end */

/* slick slider start */
.slick-dots li button:before {
  font-size: 30px;
  color: #ffffff !important;
}
.socilIn {
}
.socilIn img {
  width: 685px;
  margin: 0 auto;
  display: block;
  padding-top: 100px;
}
.slick-dots {
  position: absolute;
  bottom: -110px;
  left: 0;
}
.slickSlider {
  width: 272px;
  height: 480px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #5c5c5c26;
  padding: 30px;
  margin-right: 15px;
  margin-left: 15px;
}
.slickSlider img {
  display: block;
  margin: 0 auto;
}
.slickSlider h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  padding: 20px 0 12px 0;
}
.slickSlider p {
  font-size: 14px;
  line-height: 24px;
  color: #22304c;
  font-weight: 400;
}
.socilSlider {
  background: url(../images/socilBanner.jpg) no-repeat;
  background-size: cover;
  padding: 82px 0 0 0;
  position: relative;
}
.socilImg {
  position: absolute;
  right: 0px;
  left: 0;
  top: 7%;
}
.socilSlider h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.socilSliderIn {
  position: relative;
  padding: 0 0 180px 0;
}

.socilImg img {
  width: 100%;
}
.right-arrow1 {
  position: absolute;
  bottom: 4.7%;
  right: 40%;
}
.left-arrow1 {
  position: absolute;
  bottom: 4.7%;
  left: 41%;
}
.right-arrow1 a img,
.left-arrow1 a img {
  width: 70%;
}
.multiple-items-c {
  padding-top: 20%;
}
.slick-dots li {
  margin: 0;
}
/* slick slider end */

/* captcha start */
.captcha {
  background-color: #f9f9f9;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  color: #4c4a4b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 72px;
  margin-top: 20px;
}

/* @media screen and (max-width: 500px) {
	.captcha {
		flex-direction:column;
	}
	.text {
		margin:.5em!important;
		text-align:center;
	}
	.logo {
		align-self: center!important;
	}
	.spinner {
		margin:2em .5em .5em .5em!important;
	}
} */

.text {
  font-size: 12px;
  font-weight: 500;
  margin-right: 1em;
}
.spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: flex;
  margin: 2em 1em;
  align-items: center;
  justify-content: center;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input[type="checkbox"] + .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fcfcfc;
  border: 2.5px solid #c3c3c3;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
input[type="checkbox"] + .checkmark span {
  content: "";
  position: relative; /*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
  margin-top: -3px;
  transform: rotate(45deg);
  width: 0.75em;
  height: 1.2em;
  opacity: 0;
}
input[type="checkbox"] + .checkmark > span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #029f56;
}
input[type="checkbox"] + .checkmark > span:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  bottom: 0;
  right: 0;
  background-color: #029f56;
}
input[type="checkbox"]:checked + .checkmark {
  animation: 2s spin forwards;
}
input[type="checkbox"]:checked + .checkmark > span {
  animation: 1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked + .checkmark > span:after {
  animation: 0.3s bottomslide 2s forwards;
}
input[type="checkbox"]:checked + .checkmark > span:before {
  animation: 0.5s rightslide 2.2s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bottomslide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rightslide {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  align-self: flex-end;
  margin: 0 1em;
}
.logo img {
  height: 2em;
  width: 2em;
}
.logo p {
  color: #9d9ba7;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin: 0.4em 0 0.2em 0;
  padding-bottom: 0;
}
.logo small {
  color: #9d9ba7;
  margin: 0;
  font-size: 8px;
}
@keyframes spin {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }
  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    transform: rotate(0deg);
    border-color: rgb(199, 218, 245);
  }
  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }
  70% {
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }
  90% {
    border-width: 4px;
  }
  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    transform: rotate(720deg);
    border-color: transparent;
  }
}
::selection {
  background-color: transparent;
  color: teal;
}
::-moz-selection {
  background-color: transparent;
  color: teal;
}
/* captcha end */

/* NFTs Marketplace start */
.nfts-in {
  padding: 70px 0 120px;
}
.nfts {
  position: relative;
}
.nfts-dots1 {
  position: absolute;
  right: 0;
  top: -82px;
}
.nfts-dots2 {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.nfts-position {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.nfts-in h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #000000;
  text-align: center;
}
.nfts-in h4 {
  font-size: 50px;
  line-height: 58px;
  color: #242446;
  font-weight: 700;
  padding-bottom: 50px;
  position: absolute;
  top: 185px;
}
.nfts-in h4 span {
  background-color: #f3ec78;
  background-image: linear-gradient(
    89.99deg,
    #7b61ff 1.57%,
    #fa825d 58.94%,
    #e23e3a 99.99%
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.nfts-left,
.nfts-right {
  padding-top: 170px;
}
.nfts-left ul {
  padding: 0;
  list-style: none;
}
.nfts-left ul li {
  font-size: 16px;
  line-height: 32px;
  color: #22304c;
  padding-bottom: 12px;
  position: relative;
  padding-left: 35px;
  padding-top: 20px;
}
.nfts-left ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #263238;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 30px;
}
.nfts-in h6 {
  font-size: 16px;
  line-height: 32px;
  color: #22304c;
  text-align: center;
  padding-top: 100px;
}
/* NFTs Marketplace end */

/* metaverse start */
.metaverse {
  background: #0d042e;
  padding: 70px 0 100px;
  position: relative;
}
.metaverse img {
  width: 100%;
}
.metaverse h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.metaverse-in p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
}
.metaverse-in ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.metaverse-in ul li {
  width: 33.3%;
  margin: 40px auto 0;
}
.metaverse-in ul li .metaverse-card {
  width: 270px;
  height: 140px;
  border: 2px dashed #0094ff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 0 13px -4px rgb(0 148 255 / 40%);
  margin: 0 auto;
}
.metaverse-in ul li h6 {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.metaverse-in h5 {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  padding: 120px 0 0;
}
.metaverse-card4 {
  margin-left: 210px !important;
}
.metaverse-card5 {
  margin-right: 216px !important;
}
/* metaverse end */

/* Faq start */
.FaqWrapper {
  background: #ffffff;
  /* background: -moz-linear-gradient(top, #150941 0%, #3a0942 100%);
  background: -webkit-linear-gradient(top, #150941 0%,#3a0942 100%);
  background: linear-gradient(to bottom, #150941 0%,#3a0942 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150941', endColorstr='#3a0942',GradientType=0 ); */
}
.accordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}

.set {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  border-bottom: 1px solid #dedede;
}
.set > h4 {
  padding: 20px 0px;
  color: #414141;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.set > h4 i {
  float: right;
  margin-top: 2px;
}

.set > h4.activeAccordion {
  background: #ffffff;
  /* background: -moz-linear-gradient(left, #4a2602 0%, #351a0014 100%);
    background: -webkit-linear-gradient(left, #4a2602 0%,#351a0014 100%);
    background: linear-gradient(to right, #4a2602 0%,#351a0014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a2602', endColorstr='#351a00',GradientType=1 ); */
  color: #414141;
}
.content {
  background: #ffffff;
  /* background: -moz-linear-gradient(left, #4a2602 0%, #351a0014 100%);
  background: -webkit-linear-gradient(left, #4a2602 0%,#351a0014 100%);
  background: linear-gradient(to right, #4a2602 0%,#351a0014 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a2602', endColorstr='#351a00',GradientType=1 ); */
  display: none;
}
.content p {
  padding: 10px 0px;
  margin: 0;
  color: #666666;
}
.fa-plus:before {
  content: "\f107";
}
.fa-minus:before {
  content: "\f106";
}
.fqain {
  padding: 50px 0 30px 0;
}
.fqain h2 {
  font-size: 30px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
  border-left: 3px solid #ff7f00;
  padding-left: 6px;
}
.Faq {
  padding-bottom: 50px;
}
.content ul {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 20px;
}
.content ul li {
  color: #666666;
}
/* Faq end */

/* privacy-policy start */
.privacy-policy {
  padding: 75px 0 10px;
}
.privacy-policyIn {
}
.privacy-policyIn h2 {
  font-size: 30px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
}
.privacy-policyIn p {
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  font-weight: 400;
  padding-bottom: 30px;
}
.about-information {
}
.about-information h3 {
  font-size: 24px;
  line-height: 34px;
  color: #414141;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}
.about-information > p {
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  font-weight: 400;
  padding: 30px 0;
}
.about-information > ul {
  /* padding: 0; */
}
.about-information > ul > li > p {
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.personal-information {
}
.personal-information h3 {
  font-size: 24px;
  line-height: 34px;
  color: #414141;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
  margin-bottom: 30px;
}
.personal-information h5,
.about-information h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
.personal-information ol,
.about-information ol {
  padding-left: 24px;
  font-size: 22px;
}
.personal-information ol p,
.about-information ol p,
.personal-information p {
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  font-weight: 400;
  padding: 0 0 30px 0;
}
.personal-information p span {
  font-weight: 700;
}
.about-information h4 {
  font-size: 21px;
  line-height: 34px;
  color: #414141;
  font-weight: 700;
  padding: 30px 0;
}
.aboulIcons-list {
  padding-top: 80px;
}
.aboulIcons-list ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.aboulIcons-list ul li {
  width: 20%;
  padding: 18px;
}
.aboulIcons-list ul li img {
  display: block;
  margin: 0 auto;
}
.aboulIcons-list ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #f5f5f5;
  font-weight: 400;
  text-align: justify;
}
.aboulIcons-list ul li h6 {
  font-size: 24px;
  /* line-height: 56px; */
  color: #ffffff;
  padding-bottom: 14px;
  font-weight: 600;
  text-align: center;
}
.hoverText {
  visibility: hidden;
}
.aboutIconHover:hover + .hoverText {
  visibility: visible;
}
/* .aboulIcons-list ul li h6.chat-text{
  margin-top: -24px;
}
.aboulIcons-list ul li img.chat-img{
  margin-top: -14px;
} */

.aboulIcons-list > p {
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

/* privacy-policy end */
/* helper styles */
.oz-d-block {
  display: block;
}
.oz-mb10 {
  margin-bottom: 10px;
}
.oz-mt15 {
  margin-top: 15px;
}
.oz-f-size18 {
  font-size: 18px;
}
.oz-bold {
  font-weight: bold;
}
.oz-lineBar {
  height: 15px;
  background: rgb(0 0 0 / 12%);
}
.personal-information.oz-list-items ol {
  font-size: 18px;
}
.personal-information.oz-list-items ol li {
  margin-bottom: 10px;
}
