body {
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
}

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

.flexstart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row !important;
}

.mr10 {
  margin-right: 10px !important;
}

.radioButtonGroup {
  flex-direction: row !important;
  width: 100%;
}
.radioButtonGroup label {
  padding: 10px 0 10px 0px;
}
.radioButtonGroup .labelBox {
  margin: 0;
  border: 1px solid #30A782;
  border-radius: 10px;
}
.radioButtonGroup .labelBox label {
  padding: 10px 0 10px 25px;
}

label {
  cursor: default;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
  display: block;
  color: #424141;
}

.warningbox {
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  padding: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.warningbox svg {
  margin-right: 20px;
  min-width: 35px;
}
.warningbox.yellow {
  background: #FFF0BC;
}
.warningbox.yellow p {
  color: #6D6D6D;
}
.warningbox.green {
  background: #30A782;
}
.warningbox.green p {
  color: #fff;
}
.warningbox.green svg {
  color: #fff;
}

.section {
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  .section {
    padding: 20px 0 30px;
  }
}

.profilepart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .profilepart {
    display: block;
  }
}

@media (max-width: 767px) {
  .profileText {
    margin-top: 15px;
  }
}
.profileText h5 {
  color: #000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .profileText h5 {
    color: #fff;
  }
}
.profileText p {
  color: #000;
  font-weight: 400;
  line-height: 11px;
}
@media (max-width: 767px) {
  .profileText p {
    color: #fff;
    margin-bottom: 15px;
  }
}

.sectionHeading {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}

.searchfield .MuiInputBase-fullWidth {
  border: 0.5px solid #CBCBCB;
  padding: 7px 10px;
  border-radius: 32px;
}
.searchfield svg {
  font-size: 23px;
  color: #a5a0a0;
}

.boxWithLabel {
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  padding: 15px 31px;
  position: relative;
}
.boxWithLabel h5 {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #fff;
  padding: 3px 17px;
  font-size: 16px;
  color: #121111;
}

.closebutton {
  position: absolute !important;
  top: 4px;
  right: 10px;
}

@media (max-width: 767px) {
  .faqtextheader {
    font-size: 20px !important;
  }
}
.main-navigation {
  width: 380px;
  height: 380px;
  position: relative;
  border-radius: 100%;
}
.main-navigation .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-navigation ul {
  position: relative;
  list-style-type: none;
  padding: 0;
}
.main-navigation ul li {
  position: absolute;
  display: block;
  border-radius: 100%;
  text-align: center;
}
.main-navigation ul li:first-child {
  top: -20px;
  left: 215px;
  transform: translateX(-50%);
}
.main-navigation ul li:nth-child(2) {
  top: -6px;
  right: 73px;
}
.main-navigation ul li:nth-child(3) {
  top: 31px;
  right: 30px;
}
.main-navigation ul li:nth-child(4) {
  top: 87px;
  right: 11px;
}

.boxAccor {
  max-height: 300px;
  overflow: auto;
}

.parentDiv {
  height: 48px;
  width: 100%;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  text-align: right;
}
@media (max-width: 600px) {
  .parentDiv {
    border-radius: 50px;
  }
}

.slick-slide > div {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.childDiv {
  height: 48px;
  width: 62.5%;
  opacity: 1;
  background: linear-gradient(180deg, rgb(150, 83, 255) 0%, rgb(93, 41, 255) 100%);
  border-radius: 0;
  text-align: right;
  position: relative;
}
.childDiv::after {
  content: " ";
  position: absolute;
  right: -9px;
  width: 47px;
  height: 72px;
  background: linear-gradient(180deg, #9653ff 0%, #5d29ff 100%);
  transform: rotate(17deg);
  top: -9px;
}
@media (max-width: 600px) {
  .childDiv::after {
    right: -19px;
  }
}

.valueText {
  margin-top: -9px;
  align-items: center;
  display: flex;
  color: black;
  font-weight: 600;
  position: absolute;
  right: 0px;
  font-size: 20px;
  top: 69%;
  transform: translate(-50%, -50%);
}

.width100 {
  width: 100%;
  display: flex;
  flex-wrap: inherit;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #6adeea;
}

.mainbox {
  button-background-color: #1c1c1c;
  button-color: #9a9a9a;
}

.step_bar {
  height: 880px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
}

@media screen and (max-width: 768px) {
  .step_bar {
    height: 501px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .width120 {
    width: 100%;
    margin-bottom: 20px;
  }
  .rightPosition {
    position: absolute;
    top: auto;
    bottom: -5px;
    right: auto;
    left: 55px;
  }
}
.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex.justify-space-between {
  justify-content: space-between;
}
.d-flex.justify-start {
  justify-content: flex-start;
}
.d-flex.alignstart {
  align-items: flex-start !important;
}
.d-flex.justify-end {
  justify-content: flex-end;
}

.step_bar {
  height: 880px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
}

.completed h5,
.activeStep h5 {
  width: 33px;
  height: 33px;
  background: #30a782;
  position: absolute;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  left: -4px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.completed {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.completed::before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  width: 2px;
  background: #bcbcbc;
}

.activeStep {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}

.slick-slide > div {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.childDiv {
  height: 48px;
  width: 62.5%;
  opacity: 1;
  background: linear-gradient(180deg, rgb(150, 83, 255) 0%, rgb(93, 41, 255) 100%);
  border-radius: 0;
  text-align: right;
  position: relative;
}
.childDiv::after {
  content: " ";
  position: absolute;
  right: -9px;
  width: 47px;
  height: 72px;
  background: linear-gradient(180deg, #9653ff 0%, #5d29ff 100%);
  transform: rotate(17deg);
  top: -9px;
}
@media (max-width: 600px) {
  .childDiv::after {
    right: -19px;
  }
}

.valueText {
  margin-top: -9px;
  align-items: center;
  display: flex;
  color: black;
  font-weight: 600;
  position: absolute;
  right: 0px;
  font-size: 20px;
  top: 69%;
  transform: translate(-50%, -50%);
}

.width100 {
  width: 100%;
  display: flex;
  flex-wrap: inherit;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #6adeea;
}

.mainbox {
  button-background-color: #1c1c1c;
  button-color: #9a9a9a;
}

.step_bar {
  height: 880px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
}

@media screen and (max-width: 768px) {
  .step_bar {
    height: 501px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .width120 {
    width: 100%;
    margin-bottom: 20px;
  }
  .rightPosition {
    position: absolute;
    top: auto;
    bottom: -5px;
    right: auto;
    left: 55px;
  }
}
.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex.justify-space-between {
  justify-content: space-between;
}
.d-flex.justify-start {
  justify-content: flex-start;
}
.d-flex.alignstart {
  align-items: flex-start !important;
}
.d-flex.justify-end {
  justify-content: flex-end;
}

.step_bar {
  height: 880px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
}

.completed h5,
.activeStep h5 {
  width: 33px;
  height: 33px;
  background: #30a782;
  position: absolute;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  left: -4px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.completed {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.completed::before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  width: 2px;
  background: #bcbcbc;
}

.activeStep {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}

a {
  color: inherit;
  text-decoration: none;
}

.homenavbar {
  background-color: transparent;
}

footer {
  background-color: #001f33;
  /* padding: 10px; */
  bottom: 0;
}

.navbarrightside {
  float: right;
}

.smallnavbar {
  display: none;
}

@media screen and (max-width: 1200px) {
  .navbarrightside {
    display: none;
  }
  .smallnavbar {
    display: block;
  }
}
.active {
  border-bottom: 4px solid #2081e2;
  color: black;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.container-dropdown-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.exploreTitlediv {
  margin-top: 80px;
  margin-bottom: 60px;
}

.exploreCollectionTitle {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 110%;
}

.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.scrollmenu li {
  position: relative;
  display: inline-block;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  font-size: small;
  font-weight: 600;
}

.categoryOnHover:hover {
  background-color: #cac9c9;
  border-radius: 10px;
}

.card {
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.3);
}

.imageBanner {
  height: 220px;
  width: 100%;
}

.collectionPfp {
  margin-top: -64px;
  position: relative;
}

.collectionpageTitle {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0px;
}

.collectionpageCreatedBy {
  line-height: 1.5;
  font-size: 14px;
}

.createcollectiontopbar {
  background-color: rgb(251, 253, 255);
  border-bottom: 1px solid rgb(229, 232, 235);
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0px 8px;
  width: 100%;
  z-index: 4;
}

.backtocollection {
  color: rgb(138, 147, 155);
  font-size: 12px;
  cursor: pointer;
}

.backtocollection:hover {
  text-decoration: underline;
}

.forcreatecollectioncontainer {
  max-width: 1100px;
  margin: 10px auto;
  padding: 24px 0px;
}

.logoimageInsert {
  flex-direction: column;
}

.selectLogoImage {
  position: relative;
  padding: 4px;
  border: 3px dashed rgb(204, 204, 204);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: 160px;
}

.selectLogoImage:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.inputlogoimage {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.faetureimageInsert {
  flex-direction: column;
}

.selectfeatureImage {
  position: relative;
  padding: 4px;
  /* cursor: pointer; */
  border: 3px dashed rgb(204, 204, 204);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 300px;
}

.selectfeatureImage:hover {
  background-color: rgba(0, 0, 0, 0.1490196078);
}

.inputfeatureimage {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.bannerimageInsert {
  flex-direction: column;
}

.selectbannerImage {
  position: relative;
  padding: 4px;
  cursor: pointer;
  border: 3px dashed rgb(204, 204, 204);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  height: 200px;
  max-width: 700px;
}

.selectbannerImage:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.inputbannerimage {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.greyFont {
  font-size: 12px;
  color: rgb(112, 122, 131);
  font-weight: 500;
}

.redStar {
  color: red;
}

.createCollectionTitle {
  font-size: 40px;
}

.collectionFormInputBorder {
  border: 1px solid #ced4da;
  border-radius: 10px;
  margin-top: 1%;
}

.forcreateitemcontainer {
  max-width: 770px;
  margin: 10px auto;
  padding: 24px 0px;
}

.selectItemImage {
  position: relative;
  padding: 4px;
  border: 3px dashed rgb(204, 204, 204);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  height: 257px;
  width: 350px;
}

.selectItemImage:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.ETHcontainer {
  margin-right: 2%;
  margin-bottom: 1%;
  margin-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  border: rgba(0, 0, 0, 0.1490196078) solid 1px;
  border-radius: 10px;
}

.collectionDetail4boxes {
  width: 144px;
  height: 88px;
  border: rgba(0, 0, 0, 0.1490196078) solid 1px;
  font-size: 24px;
}

.collectionDetail4boxes:hover {
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.3);
}

.discriptionOfCollection {
  color: rgb(112, 122, 131);
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  /* font-weight: 300; */
  word-break: break-word;
}

.discriptionOfCollectionContent {
  max-width: 800px;
}

.itemCard {
  width: 200px;
  cursor: pointer;
  border: rgba(0, 0, 0, 0.1490196078) solid 1px;
  border-radius: 5px;
  transition: transform 0.2s;
  height: 100%;
}

.itemCard:hover {
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.5);
  transform: scale(1.03);
}

.itemCardText {
  font-size: 12px;
}

.collectionItems {
  height: 700px;
  overflow-y: scroll;
}

.collectionItems::-webkit-scrollbar {
  display: none;
}

.minmaxFilter {
  width: 100px;
  border-radius: 10px;
  border: rgba(0, 0, 0, 0.1490196078) solid 1px;
}

.selectfiltercollection {
  width: 260px;
}

.modalinputfields {
  border: 1px solid #ced4da;
  border-radius: 10px;
}

.leftsideItem {
  max-width: 100%;
}

.itempageimagemargin {
  margin: 5%;
}

.small14 {
  font-size: 14px;
}

.small13 {
  font-size: 13px;
}

.propertiescontainer {
  margin: 5px;
  max-width: 150px;
  background-color: rgba(21, 178, 229, 0.06);
  border-radius: 6px;
  border: 1px solid #30a782;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.propertiescontainerfirstdiv {
  color: #30a782;
  font-size: 11px;
  font-weight: 500;
}

.rightsideItem {
  width: 100%;
  font-size: 15px;
}

.itemresize {
  display: flex;
  flex-direction: column;
}

.accordion-button:not(.collapsed) {
  color: White !important;
  background-color: #5ac3a5 !important;
  box-shadow: #69ffd4 !important;
}

.accordion-button {
  box-shadow: #69ffd4 !important;
}

.itemNameWrap {
  white-space: normal;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  display: block;
}

.accordion-button.no-icon::after {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .itemresize {
    display: flex;
    flex-direction: row;
  }
  .leftsideItem {
    max-width: 43%;
  }
  .rightsideItem {
    width: 70%;
    font-size: 15px;
  }
  .uppername {
    display: none;
  }
}
.accountaddresswrapper {
  border-radius: 20px;
  border: rgba(0, 0, 0, 0.1490196078) solid 1px;
}

.containerformycollection {
  max-width: 850px;
  margin: 10px auto;
  padding: 24px 0px;
}

.itemNone {
  display: none;
}

.maindiv {
  background-color: #001f33;
  color: #fff;
  margin-top: -280px;
}

.firstsubmaindiv {
  padding-top: 440px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 150px;
  background-image: url("/Group62.png");
  background-size: 850px 500px;
  background-repeat: no-repeat;
  background-position: 110% 75%;
}

@media screen and (max-width: 1400px) {
  .firstsubmaindiv {
    background-image: none;
  }
}
.forgradiant {
  background: linear-gradient(180deg, #5ac3a5 0%, #001f33 100%);
}

.titlediv {
  width: 650px;
}

.hometitle {
  font-size: 70px;
  font-weight: bolder;
}

.discriptiondiv {
  font-size: 17px;
  font-weight: 700;
}

.btnexploremore {
  background-color: #e7ff13;
  margin-right: 25px;
}

.trandingnfttitle {
  font-size: 50px;
  font-weight: bolder;
}

.trendingcards,
.wallettechs {
  margin: 90px;
}

.trendingcard {
  background-color: #5ac3a5;
  max-width: 100%;
  width: 330px;
  border-radius: 10px;
  box-shadow: 10px 10px 35px rgba(102, 230, 193, 0.2);
}

.fortextshadow {
  text-shadow: 20px 10px 50px rgba(102, 230, 193, 0.2);
}

.walletcard {
  background-color: #111e26;
  max-width: 100%;
  width: 250px;
}

.walletcardtext {
  font-size: 13px;
  width: auto;
}

.btnknowmore {
  background-color: #e7ff13;
  margin-bottom: -18px;
}

.categorybadge {
  background-color: #ffb813;
  right: 0;
  border-radius: 0px 10px 0px 10px;
  height: 25px;
  width: auto;
  color: black;
}

.badgetext {
  font-size: 13px;
  margin-top: 2px;
  font-weight: 900;
}

.explorealltext {
  color: #e7ff13;
}

.secondsubmaindiv {
  padding-top: 170px;
  margin-bottom: 80px;
}

.fourthsubmaindiv {
  background-color: #1f2932;
  padding-top: 100px;
  padding-bottom: 150px;
}

.fourthsubdivtitle {
  font-size: 50px;
}

.workflowapp {
  margin-top: 100px;
  margin-left: 150px;
  margin-right: 150px;
}

.workflowcard {
  max-width: 100%;
  width: 190px;
  background-color: transparent;
  border-color: transparent;
  cursor: auto;
}

.workflowcard:hover {
  box-shadow: none;
}

.workflowtext {
  font-size: 13px;
  color: #e7ff13;
}

@media screen and (max-width: 768px) {
  .firstsubmaindiv,
  .trendingcards,
  .wallettechs,
  .workflowapp {
    margin-left: 20px;
    margin-right: 20px;
  }
  .titlediv {
    width: auto;
  }
  .hometitle,
  .trandingnfttitle {
    font-size: 35px;
  }
  .trendingcard {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .buttons {
    display: flex;
    flex-direction: column;
  }
  .btnexploremore {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.smallfooter {
  display: none;
}

@media screen and (max-width: 992px) {
  .bigfooter {
    display: none;
  }
  .smallfooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.footersmallfonts {
  font-size: 10px;
}

.footer14fonts {
  font-size: 13px;
}

.footertitlefonts {
  font-size: 14px;
  color: #5ac3a5;
}

.outlineofsocialmediaf {
  border: #5ac3a5 solid 0.3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 11px;
  padding-right: 11px;
}

.outlineofsocialmediat {
  border: #5ac3a5 solid 0.3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 9px;
  padding-right: 9px;
}

.footerhr {
  padding: 0.5px;
  background-color: #5ac3a5;
  opacity: 1;
}

.senfty {
  width: auto;
  height: auto;
  border-radius: 22px;
  background-image: linear-gradient(270deg, #69ffd4 0%, #5ac3a5 100%);
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 48px;
}

.inputfooter {
  background-color: transparent;
  border: white solid 0.5px;
  font-size: 13px;
  width: 300px;
}

.inputnavbar {
  background-color: transparent;
  border: white solid 0.5px;
  font-size: 13px;
  width: 350px;
}

.inputnavbarsmall {
  width: 150px;
  background-color: transparent;
  border: white solid 0.5px;
  font-size: 13px;
}

.outlineofsocialmediauser {
  border: white solid 0.5px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  padding-right: 11px;
}

.inputnavbar::-moz-placeholder, .inputnavbarsmall::-moz-placeholder {
  color: white;
  opacity: 1;
}

.inputnavbar::placeholder,
.inputnavbarsmall::placeholder {
  color: white;
  opacity: 1;
}
