@font-face {
  font-family: "Messe-Duesseldorf";
  src: url("../fonts/Messe-Duesseldorf.ttf");
}

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
}
body,
html {
  overflow-x: hidden;
}

button:focus,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}
.heroSection {
  background-color: #4d0770;
  position: relative;
  min-height: 150vh;
}
.heroSection .bgVideo {
  position: absolute;
  top: -3%;
  left: 0;
  width: 100%;
}
.heroSection nav {
  padding: 2rem 0 !important;
}
.heroSection nav .logoImg {
  width: 25%;
  object-fit: contain;
}
.heroSection nav .navbarToggler {
  padding: 0;
  border: 0;
}
.heroSection nav .navbarToggler span {
  display: inline-block;
  background: url(../img/toggleBtn.png) no-repeat center !important;
  background-size: 100%;
  width: 3.5em;
  height: 2.5em;
}
.heroSection .marketplace .marketplaceBox {
  color: white;
  background: rgba(46, 35, 56, 0.87);
  padding: 6.5rem 2.6rem;
  transform: translateY(130px);
}
.heroSection .marketplace .marketplaceBox .textCenter,
.heroSection .marketplace .marketplaceBox .formImg {
  text-align: center;
}
.heroSection .marketplace .marketplaceBox .formImg img {
  width: 90%;
}
.heroSection .marketplace .marketplaceBox .textCenter h5:first-child {
  color: rgba(255, 90, 238, 1);
  font-size: 6.8rem;
  margin-bottom: 3rem;
  font-family: "Messe-Duesseldorf";
}
.heroSection .marketplace .marketplaceBox .textCenter h5:last-child {
  font-size: 5.5rem;
  font-family: "Messe-Duesseldorf";
}
.heroSection form .formBgColor {
  color: white;
  background: rgba(46, 35, 56, 0.87);
  padding: 3rem 2.6rem;
  transform: translateY(130px);
  position: relative;
}
.heroSection form .formBgColor .formImg {
  text-align: center;
  margin-bottom: 2rem;
}
.heroSection form .formBgColor .formImg img {
  width: 50%;
}
.heroSection form .formBgColor h6 {
  font-size: 2.8rem;
  font-weight: 300;
  margin-bottom: 1.3rem;
}
.heroSection form .formBgColor h6 span {
  color: #ff5aee;
  font-weight: 700;
}
.heroSection form .formBgColor .headerForm {
  background-color: white;
  padding: 2.3rem 1.5rem;
  border: 15px solid transparent;
  border-image-source: radial-gradient(
    76.72% 344.08% at 57.79% 30.46%,
    #5746cd 0%,
    #a70a61 100%
  );
  border-image-slice: 1;
}
.heroSection form .formBgColor .headerForm .formLabelText {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.heroSection form .formBgColor .headerForm .formLabelText.mb {
  margin-bottom: 1.4rem;
}
.heroSection form .formBgColor .headerForm .formInput {
  width: 50%;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-color: 0, 0, 0, 0.27;
  border-bottom-width: 2px;
  padding: 0 0.4rem 0.4rem 0.4rem;
  padding-bottom: 0.3rem;
  margin-bottom: 2.2rem;
  outline: none;
}
.heroSection form .formBgColor .headerForm .textAreaInput,
.heroSection form .formBgColor .headerForm .searchInput {
  border: 0;
  background-color: rgba(225, 225, 225, 1);
  resize: none;
  padding: 0.5rem 0.7rem;
}
.heroSection form .buttonImg img {
  width: 200px;
  position: relative;
}
.heroSection form .buttonImg {
  margin-top: 2rem;
}
.heroSection form .buttonImg a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.heroSection form .buttonImg a:hover {
  transform: scale(1.1);
}
.heroSection form .buttonImg .buttonText {
  color: black;
  position: absolute;
  font-size: 1.2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Messe-Duesseldorf";
}
.heroSection form .buttonImg .buttonText i {
  margin-right: 1rem;
}
.emptySection {
  background-color: #1e162e;
  border-bottom: 5px solid rgba(255, 255, 255, 0.77);
  width: 100%;
  min-height: 280px;
}
.heroSection nav,
.blackSection .launch .buttonImg .buttonText,
.partnerSection .buttonImg .buttonText {
  font-family: "Messe-Duesseldorf";
}
.heroSection nav .navbarCollapse .navbarNav li {
  margin: 0 1.1rem;
}
.heroSection nav .navbarCollapse .navbarNav li .navLink {
  padding: 0.1em 0.9rem !important;
  border-radius: 1rem;
  font-size: 21px;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
  color: white;
  font-family: "Messe-Duesseldorf";
}
.heroSection nav .navbarCollapse .navbarNav li .navLink:hover,
.heroSection nav .navbarCollapse .navbarNav li .navLink.active {
  transform: translateY(-1px);
  color: white;
  background: #ff5aee;
  box-shadow: 0px 0px 25px #ff5aee;
}
.partnerSection,
.blackSection {
  color: white;
  background-color: #1e162e;
  text-align: center;
  padding: 7.4rem 0;
}
.blackSection {
  padding-bottom: 1rem;
  border-bottom: 5px solid rgba(255, 255, 255, 0.77);
}
.gradientBorder .h2,
.partnerSection .h2 {
  font-size: 2.8rem;
}
.blackSection .contentBetween {
  align-items: center;
  justify-content: space-between;
}
.partnerSection .topText span,
.gradientSection1 h2 span,
.gradientSection2 h2 span,
.gradientSection3 h2 span,
.blackSection .Metaverse h6 span {
  color: #ff5aee;
}
.partnerSection .ourPartners h1,
.partnerSection .topText,
.gradientSection1 h2,
.gradientSection2 h2,
.gradientSection3 h2,
.blackSection h1,
.blackSection .Metaverse h6 span {
  font-weight: 700;
}
.partnerSection .topText {
  margin-bottom: 3.2rem;
}
.partnerSection .socialIconsImg,
footer .socialIconsImg {
  display: flex;
  justify-content: center;
}
.partnerSection .socialIconsImg div,
footer .socialIconsImg div {
  margin: 1.7rem 0.6rem;
  width: 29px;
  height: 29px;
}
.partnerSection .socialIconsImg div img,
footer .socialIconsImg div img {
  width: 100%;
}
.partnerSection .socialIconsImg a,
footer .socialIconsImg a {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.partnerSection .socialIconsImg a:hover,
footer .socialIconsImg a:hover {
  transform: scale(1.1);
}
.partnerSection .buttonFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerSection .buttonFlex .buttonMarginRight {
  margin-right: 1.5rem;
}
.blackSection .launch .buttonImg img,
.partnerSection .buttonImg img {
  width: 200px;
  position: relative;
}
.blackSection .launch .buttonImg a,
.partnerSection .buttonImg a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.blackSection .launch .buttonImg a:hover,
.partnerSection .buttonImg a:hover {
  transform: scale(1.1);
}
.blackSection .launch .buttonImg .buttonText,
.partnerSection .buttonImg .buttonText {
  color: black;
  position: absolute;
  font-size: 1.2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.blackSection .launch .buttonImg .buttonText i,
.partnerSection .buttonImg .buttonText i {
  margin-right: 1rem;
}
.partnerSection .ourPartners {
  margin-top: 5rem;
}
.partnerSection .partnerTop {
  margin-bottom: 2.2rem;
}
.fontSize {
  margin-bottom: 3.5rem;
  font-size: 3.5rem;
  line-height: 1.1;
}
.partnerSection .images1,
.partnerSection .images2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerSection .images1 {
  margin-bottom: 0.6rem;
}
.partnerSection .images1 div,
.partnerSection .images2 div {
  margin: 0 1rem;
}
.partnerSection .images1 img {
  width: 75%;
}
.partnerSection .images2 img {
  width: 95%;
}
.gradientBorder .gradientSection1,
.gradientBorder .gradientSection2,
.gradientBorder .gradientSection3 {
  padding: 3.5rem 0;
  color: white;
}
.launch {
  padding: 4.5rem 0 1.2rem 0;
}
.gradientBorder .gradientSection1,
.gradientBorder .gradientSection3 {
  background-color: #4d0770;
}
.gradientBorder .gradientSection2 {
  background-color: #1e162e;
}
.gradientBorder {
  border: 15px solid transparent;
  border-image: radial-gradient(
    76.72% 344.08% at 57.79% 30.46%,
    #5746cd 0%,
    #a70a61 100%
  );
  border-image-slice: 1;
}
.blackSection .borderGradientCard {
  position: relative;
  padding: 2rem 1rem;
  border-radius: 40px;
  border: 10px solid transparent;
  background: linear-gradient(
        90deg,
        #4d0770 24.9%,
        rgba(84, 31, 111, 0.71) 100.33%
      )
      padding-box,
    radial-gradient(76.72% 344.08% at 57.79% 30.46%, #5746cd 0%, #a70a61 100%)
      border-box;
}
.gradientBorder .mt {
  margin-top: 2rem;
}
.gradientBorder .gradientSection1 img,
.gradientBorder .gradientSection2 img,
.gradientBorder .gradientSection3 img {
  width: 75%;
}
.gradientBorder .gradientSection2 h2 {
  text-align: right;
}
.blackSection .Metaverse h6 {
  font-size: 1.6rem;
  font-weight: 300;
}
.blackSection .accelarator .borderGradientCard {
  height: 300px;
  margin: 0 auto;
}
.blackSection .accelarator h1,
.blackSection .roadmap h1 {
  margin-top: 7.4rem;
}
.blackSection .accelarator h6,
.blackSection .roadmap .q2 h6 {
  color: #bb40bc;
  font-size: 1.3rem;
  font-weight: 700;
}
.blackSection .accelarator p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.blackSection .roadmap .q2 {
  text-align: right;
  margin-left: 8rem;
}
.blackSection .roadmap .dotsLine {
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.blackSection .roadmap .dotsLine::before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  height: 100%;
  border: 1px dashed #f4b2b0;
  margin-top: 0.5rem;
}
.blackSection .roadmap .dotsLine div {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff5aef;
  position: relative;
}
.blackSection .roadmap .q2 h6 {
  color: #ff5aee;
}
.blackSection .roadmap .q2 p,
.blackSection .roadmap .q1 p {
  line-height: 18px;
  font-size: 15px;
}
.blackSection .roadmap .q1 {
  text-align: left;
  margin-left: 0;
}
.blackSection .roadmap .q2 .ICPverseText {
  padding-top: 1.4rem;
  padding-bottom: 0.8rem;
}
.blackSection .roadmap .q1 .mb {
  padding-bottom: 0.8rem;
}
.blackSection .roadmap .q1.pb {
  padding-bottom: calc(8rem + 10px);
}
.blackSection .margin {
  margin-right: 12rem;
}
.blackSection .launch {
  margin: 7.4rem 0 0 0;
  border-radius: 30px;
}
.blackSection .launch h1 {
  margin-bottom: 0.5rem !important;
}
.blackSection .launch .textImg {
  width: 50%;
}
.launch {
  background: linear-gradient(
    90deg,
    #4d0770 24.9%,
    rgba(84, 31, 111, 0.71) 77.33%
  );
}
.launch .mt {
  margin-top: 2rem;
}
footer {
  font-family: "Nunito Sans", sans-serif;
  color: white;
  background-color: #1e162e;
  padding: 2.3rem 0 0.4rem 0;
}
footer .footerLogo {
  width: 70%;
}
footer .ml,
footer .footerBottomText {
  margin-left: 0.5rem;
}
footer .connectText {
  margin-top: 0.9rem;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
}
footer .socialIconsImg {
  justify-content: flex-start;
}
footer .socialIconsImg div {
  margin-top: 0 !important;
}
footer .socialIconsImg div:first-child {
  margin-left: 0;
}
footer .whiteText,
footer ul li a {
  color: rgba(255, 255, 255, 0.77) !important;
}
footer .copyRightText {
  font-size: 0.9rem;
}
footer h6 {
  color: #ff5aee;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
}
footer .mb {
  margin-bottom: 2.1rem;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 0.3rem;
  list-style: none;
}
footer ul li a {
  padding: 0 !important;
  transition: all 0.3s ease-in-out;
}
footer ul li a:hover {
  color: white !important;
}
footer .footerBottomText {
  color: #767c84;
  border-top: 3px solid rgba(255, 255, 255, 0.77);
  font-size: 0.9rem;
  line-height: 1.3;
  padding-top: 0.7rem;
}
@media (max-width: 992px) {
  .heroSection nav {
    padding: 1rem 0 !important;
  }
  .heroSection nav .navbarCollapse .navbarNav li .navLink:hover,
  .heroSection nav .navbarCollapse .navbarNav li .navLink.active {
    transform: translateY(-1px);
    color: white;
    background: #ff5aee;
    box-shadow: 0px 0px 25px #ff5aee;
  }
  .heroSection .marketplace .marketplaceBox .textCenter h5:first-child {
    font-size: 2.5rem;
  }
  .heroSection .marketplace .marketplaceBox .textCenter h5:last-child {
    font-size: 2rem;
  }
  .heroSection {
    min-height: 35vh;
  }
  .heroSection nav .navbarCollapse .navbarNav li {
    margin: 0 0 0.4rem;
  }
  .partnerSection,
  .blackSection {
    padding: 3em 0;
  }
  .gradientBorder .gradientSection1 img,
  .gradientBorder .gradientSection2 img,
  .gradientBorder .gradientSection3 img {
    width: 100%;
  }
  .partnerSection .topText {
    font-size: 2em;
  }
  .fontSize {
    font-size: 2.5em;
  }
  .blackSection .mt,
  footer .mt {
    margin-top: 1.5rem !important;
  }
  .blackSection .roadmap .q2 {
    margin-left: 0;
  }
  footer .mb {
    margin-bottom: 0;
  }
  footer .ml,
  footer .footerBottomText {
    margin-left: 0;
  }
  br {
    display: none;
  }
  .gradientBorder .mt {
    margin-top: 0;
  }
  .gradientBorder img,
  .gradientBorder .mb {
    margin-bottom: 1.5rem;
  }
  .gradientSection2 .row.oddRow {
    flex-wrap: wrap-reverse;
  }
  .heroSection .navbar .navbar-brand img {
    height: 45px;
  }
  .heroSection form .formBgColor {
    padding: 3em 1em;
  }
  .heroSection form .formBgColor .formImg img {
    width: 90%;
  }
  .heroSection form .formBgColor h6 {
    font-size: 1.7em;
  }
}
@media (max-width: 768px) {
  .partnerSection .images1,
  .partnerSection .images2 {
    flex-direction: column;
  }
  .partnerSection .images1 {
    margin-bottom: 0;
  }
  .partnerSection .images1 img,
  .partnerSection .images2 img,
  .blackSection .roadmap .dotsLine {
    margin: 1.5rem 0;
  }
  .partnerSection .images1 img {
    width: 50%;
  }
  .partnerSection .images2 img {
    width: 75%;
  }
  .gradientBorder h2 {
    font-size: 2rem;
  }
  .headerForm .bgVideo {
    height: 100%;
  }
  .gradientBorder .h2,
  .partnerSection .h2 {
    font-size: 1.8rem;
  }
  .fontSize {
    font-size: 2rem;
  }
  .blackSection .launch .textImg {
    width: 70%;
    margin-top: 0.5rem;
  }
  .heroSection form .formBgColor .headerForm .formInput {
    width: 100%;
  }
  footer .footerBottomText {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  #blackSection .roadmap .q2 {
    text-align: left;
  }
  #blackSection .roadmap .q1.pb {
    padding-top: 2rem;
  }
}
