﻿/* Please ❤ this if you like it! */

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* #Primary
================================================== */

body {
  transition: all 200ms linear;
  /*background: #000;*/
  background: linear-gradient(177.34deg, #050301 -30.15%, #120a01 92.85%);
  font-family: "Inter";
}

::selection {
  color: #fff;
  background-color: #8167a9;
}

::-moz-selection {
  color: #fff;
  background-color: #8167a9;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.brown-bg {
  background: linear-gradient(176.32deg, #090501 -26.24%, #120a01 96.98%);
}

/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 75px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  top: 5px;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #ffffff !important;
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #ffffff !important;
}

.nav-item .nav-link.active {
  color: #fa9021 !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
  font-family: Inter;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
  cursor: pointer;
}

/* #Primary style
================================================== */

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}

body.hero-anime #switch {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  /*padding: 10px !important;*/
  margin: 5px 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #212121;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 8px 20px;
  color: #fff;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #fa9021;
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.navigation-wrap.bg-light.start-header.start-style {
  background-color: #010000 !important;
}

.navigation-wrap.bg-light.start-header.scroll-on {
  background: #010000 !important;
}

.hero-section {
  padding: 125px 0;
}

.roadmap-section {
  padding: 0 0 75px 0;
}

.heading-hero {
  color: #fa9021;
  font-weight: bold;
  margin: 25px 0 34px;
  font-size: 50px;
}

.content-hero {
  color: #fff;
  font-size: 24px;
  /*font-family: Poppins;*/
  font-weight: 300;
}

/*.app-cm {
  color: #4D4D4D;
  display: inline-block;
  padding: 8px 30px 11px;
  border: 1px solid #4D4D4D;
  border-radius: 50px;
  font-size: 14px;
  margin: 20px 0;
  font-family: Inter;
}

.app-cm:hover {
  color: #4D4D4D;
  text-decoration: none;
  background: #fff;
  border: 1px solid #fff;
}*/

.button-app-cm {
  display: inline-flex;
  height: 40px;
  width: 200px;
  border: 1px solid #4d4d4d;
  margin: 20px 0;
  color: #4d4d4d !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  font-family: Inter;
}

#button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-2 a {
  position: relative;
  transition: all 0.35s ease-Out;
  color: #4d4d4d;
  text-decoration: none;
}

#slide {
  width: 100%;
  height: 100%;
  left: -200px;
  background: #bfc0c0;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

#button-2:hover #slide {
  left: 0;
}

#button-2:hover a {
  color: #2d3142;
}

.our-drop {
  background: #202325;
  padding: 55px 0;
}

.our-drop-content {
  color: #fff;
  font-family: "Inter", sans-serif;
}

.heading-our-drop {
  font-weight: bold;
  margin: 0 0 35px;
  font-size: 50px;
  font-family: "Inter", sans-serif;
}

.sub-head-our-drop {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.our-drop-content p {
  font-weight: 300;
}

.button-learn-more {
  display: inline-flex;
  height: 40px;
  width: 200px;
  background: linear-gradient(92.48deg, #fa8305 2.08%, #fb9e3c 117.25%);
  margin: 0;
  color: #4d4d4d !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  font-family: Inter;
  text-decoration: none !important;
}

.button-learn-more a {
  color: #fff !important;
}

.button-learn-more a:hover,
.button-learn-more:hover a,
.button-learn-more:hover span {
  color: #4d4d4d !important;
}

.nm-artist {
  margin: 0;
  color: #fff;
  text-align: center;
  /*font-family: Rubik;*/
}

.fire-icon {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 6px 4px -18px;
}

.art-follow {
  color: #fff;
  text-align: center;
  /*font-family: Rubik;*/
}

.your-class .slick-slide img {
  margin: 0 auto;
}

/* the slides */

.slick-slide {
  position: relative;
  display: block !important;
  width: 100%;
}

/* the parent */

.slick-list {
  position: relative;
  display: block !important;
  width: 100%;
}

.art-img {
  margin-bottom: 18px !important;
}

.artist-sec {
  padding: 55px 0;
}

.heading-artist {
  font-weight: bold;
  margin: 0 0 35px;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 50px;
  /* text-align: center; */
}

.left i {
  right: 10% !important;
}

.right i {
  right: 0% !important;
}

.right i,
.left i {
  background: transparent;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding: 11px;
  border-radius: 50px;
  cursor: pointer;
  color: #dc7000;
  border: 2px solid #dc7000;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: -13%;
}

.artistSlider .right i {
  background: transparent;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding: 11px;
  border-radius: 50px;
  cursor: pointer;
  color: #dc7000;
  border: 2px solid #dc7000;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: -19%;
}

.artistSlider .left i {
  background: transparent;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding: 11px;
  border-radius: 50px;
  cursor: pointer;
  color: #dc7000;
  border: 2px solid #dc7000;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: -19%;
}

.right i:hover,
.left i:hover {
  background: #dc7000;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-see-more {
  display: inline-flex;
  height: 52px;
  width: 130px;
  background: #303437;
  margin: 0;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.button-see-more#button-2 a {
  position: relative;
  transition: all 0.35s ease-Out;
  color: #fff;
  text-decoration: none;
  font-family: Inter;
}

.button-see-more #slide {
  background: #dc7000;
}

.section-right-see-all {
  text-align: right;
}

.if-you-are-an-artist {
  /*padding: 115px 0 0 115px;*/
  padding: 115px 0 0 0;
  text-align: center;
}

.an-art-heading {
  margin-bottom: 20px;
  font-family: Inter;
}

.if-you-are-an-artist ul {
  color: #fff;
  padding-left: 15px;
  /*font-family: Poppins;*/
}

.if-you-are-an-artist li {
  margin-bottom: 8px;
  list-style: none;
}

.button-submit-app {
  display: inline-flex;
  height: 40px;
  background: linear-gradient(92.48deg, #fa8305 2.08%, #fb9e3c 117.25%);
  margin: 25px 0 0 0;
  color: #4d4d4d !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  padding: 21px;
  font-family: Inter;
}

.button-submit-app #slide {
  width: 100%;
  height: 100%;
  left: -420px;
  background: #bfc0c0;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

.button-submit-app a {
  color: #fff !important;
}

.button-submit-app a:hover,
.button-submit-app:hover a {
  color: #4d4d4d !important;
}

.testimonal-section {
  background: #202325;
  padding: 55px 0;
  overflow-x: hidden;
}

.right-testimonal i,
.left-testimonal i {
  background: transparent;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding: 11px;
  border-radius: 50px;
  cursor: pointer;
  color: #dc7000;
  border: 2px solid #dc7000;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.right-testimonal i:hover,
.left-testimonal i:hover {
  background: #dc7000;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.testimonal-slide {
  color: #fff;
  position: relative;
  border: 1px solid;
  padding: 22px 22px 10px 22px;
  border-radius: 10px;
  min-height: 200px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.img-testimonial {
  max-width: 50px;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 15px;
}

.name-testimonial {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  top: 4px;
  /*font-family: Rubik;*/
}

.name-testimonial span {
  font-size: 12px;
  color: #4f5665;
  position: relative;
  top: -6px;
}

.rating-testimonial {
  position: absolute;
  right: 15px;
  top: 35px;
  margin: 0;
  /*font-family: Rubik;*/
}

.main-text-testimonial {
  margin-top: 25px;
  font-size: 14px;
  font-family: Inter;
}

.material-icons.star-testimonial {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 6px;
  color: #fea250;
}

.testimonal-slide:hover {
  background: #120a01;
  border: 1px solid #dc7000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slick-dots {
  margin: 40px 0;
  position: relative;
}

.slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 17px;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fa9021;
}

.stay-in-loop-section {
  padding: 55px 0;
}

.reg-with-us {
  padding: 35px;
  background: #202325;
  color: #fff;
  border: 1px solid #555;
  border-radius: 10px;
}

.reg-with-us p {
  margin: 0;
  font-size: 14px;
  font-family: Inter;
}

.reg-with-us h5 {
  font-size: 26px;
  margin: 0 0 3px 0;
  font-family: Inter;
}

.email-sub {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.email-sub input {
  display: inline-block;
  width: 65%;
  border: none;
  outline: none !important;
  font-family: Inter;
}

.email-sub {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  clear: both;
  text-align: right;
  margin-top: 10px;
}

.email-sub button {
  width: 128px;
  background: #dc7000;
  border: none;
  padding: 9px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-family: Inter;
}

.footer {
  background: #202325;
  padding: 55px 0;
  color: #fff;
  font-family: Inter;
}

.footer-links li a {
  color: #fff;
  padding-bottom: 5px;
  display: block;
  transition: all 0.3s ease-out;
  font-family: Inter;
}

.footer-links li a:hover {
  color: #c63434;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.footer-links {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.footer-content img {
  margin-bottom: 15px;
}

.followus-heaing {
  margin-bottom: 15px;
  font-size: 22px;
}

.follow-us a {
  background: #fff;
  border-radius: 50px;
  margin-right: 6px;
  width: 38px;
  display: flex;
  height: 38px;
  text-align: center;
  align-items: center;
  align-self: center;
  align-content: center;
  float: left;
  border: 3px solid #fff;
  transition: all 0.3s ease-out;
}

footer-content p {
  font-family: Inter;
  margin: 0;
}

.follow-us img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.follow-us a:hover {
  background: #fff;
  border-radius: 50px;
  margin-right: 6px;
  border: 3px solid #c63434;
  transition: all 0.3s ease-out;
}

.footer .col-sm-3:nth-child(2) {
  border-left: 1px solid #4d4d4d;
}

.footer .col-sm-3:nth-child(3) {
  border-left: 1px solid #4d4d4d;
}

.footer .col-sm-3:nth-child(4) {
  border-left: 1px solid #4d4d4d;
}

.footer hr {
  border-color: #4d4d4d;
  margin-top: 50px;
}

.lower-links a {
  color: #fff;
  padding-right: 6px;
  border-right: 1px solid #fff;
  margin-left: 8px;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s ease-out;
}

.lower-links :hover {
  color: #c63434;
  transition: all 0.3s ease-out;
}

.lower-links a:last-child {
  border: none;
}

.copy-right {
  margin: 0;
  font-size: 14px;
  text-align: right;
}

.pop-modal .modal-content {
  background: #202325;
}

.pop-modal .modal-dialog {
  max-width: 900px;
}

.pop-modal .modal-header {
  border: none;
}

.app-model-header {
  position: absolute;
  right: 2px;
}

.app-model-header .close {
  padding: 0.5rem 0.5rem;
}

.modalcontent-right {
  color: #fff;
}

.modalcontent-right a {
  color: #fa9021;
}

.modal-body {
  max-height: 80vh;
  overflow: auto;
}

/*.modal-body .slick-slide, .modal-body .slick-track {
		width: 100% !important;
	}*/

.modal {
  display: block !important;
  z-index: -1;
  visibility: hidden;
}

.modal-open .modal {
  z-index: 1080;
  visibility: visible;
  padding: 0 !important;
}

.cp-section .slick-slide img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.cp-section .slick-slide img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.cp-section {
  color: #fff;
}

.cp-slide-content {
  margin: 25px 15px 0px;
}

.close {
  color: #fff !important;
}

.ogf {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  border-top: 1px solid;
  margin-top: 12px;
  padding-top: 8px;
  font-family: Inter;
}

.ogf .mui-tab {
  color: #fff !important;
  margin: 0px 35px !important;
  cursor: pointer !important;
}

.current-proj img {
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}

.current-proj {
  color: #fff;
  text-align: center;
}

.current-proj img {
}

.our-vison-sec {
  padding: 55px 0 100px;
  background: #0c0c0c;
  font-family: Inter;
}

.g-heros-section {
  background: #202325;
  padding: 55px 0;
}

.button-app-cm-full {
  display: inline-flex;
  height: 40px;
  width: 100%;
  border: 1px solid #4d4d4d;
  margin: 20px 0;
  color: #4d4d4d !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  font-family: Inter;
}

.button-app-cm-full #slide {
  width: 100%;
  height: 100%;
  left: -100%;
  background: #bfc0c0;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

.button-learn-more-full {
  display: inline-flex;
  height: 40px;
  width: 100%;
  background: linear-gradient(92.48deg, #fa8305 2.08%, #fb9e3c 117.25%);
  margin: 0;
  color: #4d4d4d !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  font-family: Inter;
  margin-bottom: 20px;
}

.button-learn-more-full #slide {
  width: 100%;
  height: 100%;
  left: -100%;
  background: #bfc0c0;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

.button-learn-more-full#button-2 a {
  position: relative;
  transition: all 0.35s ease-Out;
  color: #fff;
  text-decoration: none;
}

.button-learn-more-full#button-2#button-2:hover a {
  color: #2d3142;
}

.icon-lft-btn {
  position: absolute;
  width: 56px;
  top: -5px;
  left: -7px;
}

.artist-card {
  color: #fff;
  border: 1px solid #555;
  padding: 25px;
  border-radius: 16px;
  font-family: Inter;
  background: #222;
  margin-bottom: 25px;
}

.artist-card h5 {
  margin-bottom: 10px;
}

.para-ghero {
  margin-bottom: 25px;
}

.para-ghero p {
  margin: 0;
}

.ghero-content {
  color: #fff;
  font-family: Inter;
}

.roadmap-sec {
  padding: 55px 0;
}

.heading-roadmap {
  color: #fff;
}

.roadmap-txt {
  color: #fff;
}

.colab-head {
  color: #ea871f;
  text-align: center;
  margin: 75px 0;
  font-family: Inter;
  font-weight: bold;
  font-size: 56px;
}

.vm-artist {
  text-align: center;
  color: #fff;
}

.number-content {
  background: #202325;
  color: #fff;
  padding: 50px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #555;
}

.number-text {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  background: #fa9021;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 55px;
}

.slogan-right {
  text-align: right;
  color: #cd9400;
}

.img-ethereum-prof {
  max-width: 60px;
  display: block;
  position: absolute;
  top: -25px;
  left: -25px;
}

.lock img {
  margin: 0 auto;
  display: block;
  max-width: 50px;
}

.slogan-right img {
  max-width: 135px;
  margin-top: -185px;
  position: relative;
  top: 27px;
}

.vm-artist {
  margin-bottom: 50px;
}

.Explore-artist-heading-platform {
  font-weight: bold;
  margin: 50px 0 0 0;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  background: linear-gradient(
    271.69deg,
    #fa9021 40.2%,
    #ffc700 72.87%,
    #dc7000 100.51%
  );
  background: -webkit-linear-gradient(
    271.69deg,
    #fa9021 40.2%,
    #ffc700 72.87%,
    #dc7000 100.51%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.left-border-para {
  color: #fff;
  margin-top: 35px;
  padding-right: 125px;
}

.left-border-para p {
  border-left: 4px solid #e17b01;
  padding-left: 15px;
  margin-bottom: 40px;
}

.hero-section.platform-hero {
  background: linear-gradient(
    0deg,
    #202325 52.38%,
    rgba(32, 35, 37, 0) 113.74%
  );
  padding-bottom: 50px;
}

.banner-mob-right {
  position: relative;
}

.banner-mob-right img {
  position: absolute;
  max-width: 250px;
}

.heading-platform {
  position: relative;
  font-family: Inter;
}

.arrow-btm-blk {
  position: absolute;
  top: -80px;
}

.yellow-heading {
  font-size: 18px;
  font-weight: bold;
  color: #fa9021;
  margin-bottom: 10px;
}

.p-conent {
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}

.relative {
  position: relative;
}

.yellow-back {
  padding: 55px;
  background: linear-gradient(134.02deg, #e5b231 25.43%, #d38722 101.08%);
}

.uplift-img {
  margin-top: -125px;
}

.top-darkblk {
  position: absolute;
  top: -57px;
  max-width: 90px;
}

.black-heading {
  font-size: 18px;
  font-weight: bold;
  color: #303437;
  margin-bottom: 10px;
}

.black-color {
  color: #303437;
}

.black-gradient {
  padding: 55px 0;
  background: #202325;
}

.yl-heart {
  width: 40px;
  margin-left: 10px;
  margin-top: -10px;
}

.current-proj.jawel {
  color: #303437;
  margin-top: 50px;
}

.current-proj.jawel img {
  max-width: 150px;
}

.black-gradient.last-back {
  background: linear-gradient(180deg, #202325 82.1%, rgba(32, 35, 37, 0) 100%);
}

.team-content {
  color: #fff;
  padding: 0 30px;
}

.name-team {
  font-size: 24px;
  margin-bottom: 3px;
  font-family: Inter;
  font-weight: 600;
}

.designation-team {
  font-family: Inter;
}

.designation-yellow {
  color: #fa9021;
  font-weight: 500;
}

.designation-yellow {
  color: #fa9021;
  font-weight: 500;
  margin: 30px 0;
}

.team-content {
  margin-bottom: 150px;
  font-family: Inter;
}

.team-content img {
  margin: 0 0 30px;
}

.black-heading {
  margin-top: 35px;
}

.heading-roadmap {
  text-align: center;
  margin-bottom: 25px;
}

.roadmap-txt {
  text-align: center;
}

.current-proj.rdmp {
  margin: 30px 0;
  font-family: Inter;
}

.sml-txt {
  font-size: 12px;
}

.blk-bk {
  padding: 55px 0 100px;
  background: #000;
  font-family: Inter;
}

.head-sec-num {
  font-weight: 700;
}

.sub-head-sec-num {
  color: #cd9400;
}

.dt-number {
  color: #cd9400;
  margin: 30px 0;
}

.number-content p {
  margin-bottom: 30px;
  font-weight: 300;
}

.number-content p strong {
  font-weight: 600;
}

.number-content a {
  color: #fa9021 !important;
}

.color-white {
  color: #fff;
}

.no-magin {
  margin: 0 !important;
}

.ogf .active-tb {
  color: #fa9021 !important;
  border-bottom: 3px solid !important;
  padding-bottom: 6px !important;
}

.ReactModal__Content.ReactModal__Content--after-open {
  position: absolute;
  inset: 50% auto auto 50%;
  border: none !important;
  background: none !important;
  overflow-x: unset;
  border-radius: 0px !important;
  outline: none;
  padding: none !important;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background: none !important;
  z-index: 99999;
}

.cp-section .slick-slide cp-slide-content {
  margin: 0px 15px;
}

.Explore-artist-heading {
  font-weight: bold;
  margin: 50px 0 0 0;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
}

.heading-explore {
  text-align: center;
}

.heading-explore h4 {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}

.artist-bock {
  margin-bottom: 50px;
}

.art-icon {
  display: inline-block;
  vertical-align: middle;
}

.art-count {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.art-icon img {
  margin-right: 10px;
}

.art-count p,
.count-number {
  margin: 0;
}

.all-arts .col-sm-4 {
  border-right: 1px solid;
}

.all-arts .col-sm-4:last-child {
  border-right: none;
}

.all-arts {
  text-align: center;
  margin-top: 75px;
}

.count-number {
  font-size: 50px;
  text-align: left;
}

.art-count p {
  text-align: left;
  font-size: 14px;
}

.all-filters {
  max-width: 700px;
  margin: 100px auto 0;
  padding: 40px 40px 35px;
  border: 1px solid #555555;
  border-radius: 20px;
  background: #202325;
}

.see-filter {
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.see-filter.active:hover {
  animation: none;
  cursor: unset;
}

.see-filter:hover {
  color: #fa9021;
  transition: all 0.3s ease-out;
  animation: shake 0.5s;
  animation-iteration-count: 0.5;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.see-filter p {
  margin: 15px auto 0;
  padding-bottom: 2px;
  display: table;
}

.see-filter.active p {
  border-bottom: 3px solid #fa9021;
  color: #fa9021;
}

.your-class .slick-slide img {
  margin: 0 auto;
}

.heading-artist-explore {
  font-weight: bold;
  margin: 60px 0 35px;
  font-size: 35px;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 50px;
}

.artist-bock {
  cursor: pointer;
}

.artist-bock:hover {
  color: #fa9021;
  transition: all 0.3s ease-out;
  /*animation: shake 0.5s;
		animation-iteration-count: 1;*/
}

.artist-bock:hover .nm-artist {
  color: #fa9021;
}

/* Styles for the tilt block */

#tilt {
  transition: box-shadow 0.1s, transform 0.1s;
}

#tilt:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.pop-modal .modal-content {
  background: #202325;
}

.pop-modal .modal-dialog {
  max-width: 900px;
}

.pop-modal .modal-header {
  border: none;
}

.modalcontent-right {
  color: #fff;
}

.modalcontent-right a {
  color: #fa9021;
  word-break: break-all;
}

.modal-body {
  max-height: 80vh;
  overflow: auto;
}

/*.modal-body .slick-slide, .modal-body .slick-track {
		width: 100% !important;
	}*/

.modal {
  display: block !important;
  z-index: -1;
  visibility: hidden;
}

.modal-open .modal.show {
  z-index: 1080;
  visibility: visible;
  padding: 0 !important;
}

.cp-section .slick-slide img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.cp-section {
  color: #fff;
}

.cp-slide-content {
  margin-top: 25px;
}

.close {
  color: #fff !important;
}

.ogf {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  border-top: 1px solid;
  margin-top: 12px;
  padding-top: 8px;
  font-family: Inter;
}

.ogf a {
  color: #fff;
  margin: 35px;
}

.nftmedia-art {
  color: #fff;
  margin-top: 75px;
  font-family: Inter;
}

.current-proj img {
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}

.current-proj {
  color: #fff;
  text-align: center;
}

.current-proj img {
}

.our-vison-sec {
  padding: 55px 0 100px;
  background: #0c0c0c;
  font-family: Inter;
}

.g-heros-section {
  background: #202325;
  padding: 55px 0;
}

.button-app-cm-full {
  display: inline-flex;
  height: 40px;
  width: 100%;
  border: 1px solid #4d4d4d;
  margin: 20px 0;
  color: #4d4d4d !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  font-family: Inter;
}

.button-app-cm-full #slide {
  width: 100%;
  height: 100%;
  left: -100%;
  background: #bfc0c0;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

.button-learn-more-full {
  display: inline-flex;
  height: 40px;
  width: 100%;
  background: linear-gradient(92.48deg, #fa8305 2.08%, #fb9e3c 117.25%);
  margin: 0;
  color: #4d4d4d !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  font-family: Inter;
  margin-bottom: 20px;
  text-decoration: none !important;
}

.button-learn-more-full #slide {
  width: 100%;
  height: 100%;
  left: -100%;
  background: #bfc0c0;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
  text-decoration: none !important;
}

.button-learn-more-full#button-2 span {
  position: relative;
  transition: all 0.35s ease-Out;
  color: #fff;
  text-decoration: none;
}

.button-learn-more-full#button-2#button-2:hover span {
  color: #2d3142;
  text-decoration: none !important;
}

#button-2 span {
  position: relative;
  transition: all 0.35s ease-Out;
  color: #4d4d4d;
  text-decoration: none;
}

.button-learn-more span {
  color: #fff !important;
}

.icon-lft-btn {
  position: absolute;
  width: 56px;
  top: -5px;
  left: -7px;
}

.artist-card {
  color: #fff;
  border: 1px solid #555;
  padding: 25px;
  border-radius: 16px;
  font-family: Inter;
  background: #222;
  margin-bottom: 25px;
}

.artist-card h5 {
  margin-bottom: 10px;
}

.para-ghero {
  margin-bottom: 25px;
}

.para-ghero p {
  margin: 0;
}

.nftmedia-art p {
  margin-bottom: 0;
}

.ghero-content {
  color: #fff;
  font-family: Inter;
}

.roadmap-sec {
  padding: 55px 0;
}

.heading-roadmap {
  color: #fff;
}

.roadmap-txt {
  color: #fff;
}

.colab-head {
  color: #ea871f;
  text-align: center;
  margin: 75px 0;
  font-family: Inter;
  font-weight: bold;
  font-size: 56px;
}

.vm-artist {
  text-align: center;
  color: #fff;
}

.number-content {
  background: rgba(88, 15, 12, 1);
  color: #fff;
  padding: 50px;
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(85, 85, 85, 1);
}

.number-text {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  background: #c63434;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 55px;
}

.slogan-right {
  text-align: right;
  color: #cd9400;
}

.img-ethereum-prof {
  max-width: 60px;
  display: block;
  position: absolute;
  top: -25px;
  left: -25px;
}

.lock img {
  margin: 0 auto;
  display: block;
  max-width: 50px;
}

.slogan-right img {
  max-width: 135px;
  margin-top: -185px;
  position: relative;
  top: 27px;
}

.vm-artist {
  margin-bottom: 50px;
}

.Explore-artist-heading-platform {
  font-weight: bold;
  margin: 50px 0 0 0;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  background: linear-gradient(
    130deg,
    #fa9021 40.2%,
    #ffc700 72.87%,
    #dc7000 100.51%
  );
  background: -webkit-linear-gradient(
    130deg,
    #fa9021 40.2%,
    #ffc700 72.87%,
    #dc7000 100.51%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.left-border-para {
  color: #fff;
  margin-top: 35px;
  padding-right: 125px;
}

.left-border-para p {
  border-left: 4px solid #e17b01;
  padding-left: 15px;
  margin-bottom: 40px;
}

.hero-section.platform-hero {
  background: linear-gradient(
    0deg,
    #202325 52.38%,
    rgba(32, 35, 37, 0) 113.74%
  );
  padding-bottom: 50px;
}

.banner-mob-right {
  position: relative;
}

.banner-mob-right img {
  position: absolute;
  max-width: 250px;
}

.heading-platform {
  position: relative;
  font-family: Inter;
}

.arrow-btm-blk {
  position: absolute;
  top: -80px;
}

.yellow-heading {
  font-size: 18px;
  font-weight: bold;
  color: #fa9021;
  margin-bottom: 10px;
}

.p-conent {
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}

.relative {
  position: relative;
}

.yellow-back {
  padding: 55px;
  background: linear-gradient(134.02deg, #e5b231 25.43%, #d38722 101.08%);
}

.uplift-img {
  margin-top: -125px;
}

.top-darkblk {
  position: absolute;
  top: -57px;
  max-width: 90px;
}

.black-heading {
  font-size: 18px;
  font-weight: bold;
  color: #303437;
  margin-bottom: 10px;
}

.black-color {
  color: #303437;
}

.black-gradient {
  padding: 55px 0;
  background: #202325;
}

.yl-heart {
  width: 40px;
  margin-left: 10px;
  margin-top: -10px;
}

.current-proj.jawel {
  color: #303437;
  margin-top: 50px;
}

.current-proj.jawel img {
  max-width: 150px;
}

.black-gradient.last-back {
  background: linear-gradient(180deg, #202325 82.1%, rgba(32, 35, 37, 0) 100%);
}

.team-content {
  color: #fff;
  padding: 0 30px;
}

.name-team {
  font-size: 24px;
  margin-bottom: 3px;
  font-family: Inter;
  font-weight: 600;
}

.designation-team {
  font-family: Inter;
}

.designation-yellow {
  color: #fa9021;
  font-weight: 500;
}

.designation-yellow {
  color: #fa9021;
  font-weight: 500;
  margin: 30px 0;
}

.team-content {
  margin-bottom: 150px;
  font-family: Inter;
}

.team-content img {
  margin: 0 0 30px;
}

.black-heading {
  margin-top: 35px;
}

.heading-roadmap {
  text-align: center;
  margin-bottom: 25px;
}

.roadmap-txt {
  text-align: center;
}

.sml-txt {
  font-size: 12px;
}

.blk-bk {
  padding: 55px 0 100px;
  background: #000;
  font-family: Inter;
}

.head-sec-num {
  font-weight: 700;
}

.sub-head-sec-num {
  color: #cd9400;
}

.dt-number {
  color: #cd9400;
  margin: 30px 0;
}

.number-content p {
  margin-bottom: 30px;
  font-weight: 300;
}

.number-content p strong {
  font-weight: 600;
}

.number-content a {
  color: #fa9021 !important;
}

.color-white {
  color: #fff;
}

.no-magin {
  margin: 0 !important;
}

.ogf a.active-tb {
  color: #fa9021;
  border-bottom: 3px solid;
  padding-bottom: 6px;
  text-decoration: none;
}

.ogf a:hover {
  border-bottom: 3px solid;
  padding-bottom: 6px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.desc-insights {
  margin: 12px 0;
}

.desc-insights a {
  color: #fa9021;
}

.list-style-css {
  padding-left: 20px;
}

.point-highlights {
  margin-bottom: 3px;
  font-family: Inter;
  font-weight: 800;
}

.heading-gap {
  margin-top: 100px;
  margin-bottom: 40px;
}

.s-top {
  display: inline-block;
  background: #fa8305;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.s-top i {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.s-top:hover {
  cursor: pointer;
  background-color: #333;
}

.s-top:active {
  background-color: #555;
}

.s-top.show {
  opacity: 1;
  visibility: visible;
}

.nav-link.wallet-icon {
  padding-left: 21px !important;
  opacity: 0.3;
  pointer-events: none !important;
}

.wallet-icon i {
  position: absolute;
  left: -7px;
}

/* 
.nav-item:last-child {
	pointer-events: none !important;
} */

/*.artist-sec .slick-track {
	margin: 0 !important;
}*/

.artist-sec .art-img {
  border-radius: 20px;
}

.modal-body .art-img {
  border-radius: 20px;
}

.profile-bio .art-img {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.profile-bio .cp-slide-content {
  font-size: 14px;
}

.profile-bio .img-cp.img-fluid {
  margin-bottom: 10px;
}

.acc-img {
  width: 100%;
}

.s-mr {
  display: block;
  text-align: center;
  color: #fa9021 !important;
  font-size: 14px;
}

.modal-body .artist-bock {
  cursor: initial;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: table;
  box-sizing: border-box;
}

video {
  width: 100%;
}

.imageCollage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 900px;
}

.imageCollage_text {
  padding: 20px;
  background: #e6e6e6;
  border-radius: 3px;
  font-size: 1.5rem;
  width: 300px;
  margin: 2px;
}

.imageCollage img {
  height: 200px;
  flex-grow: 1;
  object-fit: cover;
  margin: 2px;
  transition: 0.3s;
  cursor: pointer;
}

.imageCollage img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.your-class .slick-slide {
  cursor: pointer;
}

.your-class .slick-slide:hover p {
  color: #fa9021 !important;
}

.italic-font {
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}

.max-280 {
  max-width: 280px;
  width: 100%;
}

.dropdown-item.active {
  background-color: #fa9021;
}

.centroid {
  margin-left: 25%;
  transform: translate(-15%);
}

.artist-container {
  /* border: none; */
  border: 1px solid black;
  padding: 0 !important;
  margin: 0 !important;
  background: black;
  outline: none !important;
}

.artist_slider {
  max-width: fit-content;
  cursor: pointer;
  margin: 0px 20px;
}

.artist_slider:hover p {
  color: #fa9021 !important;
}

.applicationModel {
  margin: 0 auto;
  width: 500px;
  padding: 20px 40px;
}

.input-login-container {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}

.login-label {
  color: #ffffff;
  float: left;
  font-weight: 100;
}

.label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.event-page-req-field {
  margin-top: -3px;
  color: red;
  font-size: 6px;
  position: relative;
  top: 6px;
  margin-left: 2px;
  margin-right: 2px;
  float: left;
}

.input-field > input {
  width: 100%;
}

.appButton {
  width: 100%;
  border: none;
  margin-bottom: 0px;
}

/* Graffiti hero start */

@font-face {
  font-family: "a dripping marker";
  src: url("fonts/adrippingmarker.woff2") format("woff2"),
    url("fonts/adrippingmarker.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.main-b img {
  width: 100%;
}

.main-b {
  position: relative;
}

.text-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.whatgraf {
  /*background-image: url('../img/what_graffiti_hero.png');*/
  background-image: url("../img/graffiti-img/graffitihero_site.gif");
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  background-position: 100% 35%;
  overflow-x: hidden;
}

/*.col-sm-6.tealbk {
  background: #38a9b4;
}*/

.whatgraf::after {
  content: "";
  height: 100%;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  width: 50%;
  background: rgb(88, 15, 12);
  z-index: 0;
  right: 0;
}

.whatghero {
  z-index: 1;
  position: relative;
  padding: 00px 35px 0;
  color: #fff;
  /* font-family: muli, sans-serif; */
  max-width: 800px;
  /*margin: 0 auto;*/
}

.whatghero p {
  font-size: 22px;
}

.dripping-head {
  /*font-family: 'a dripping marker';*/
  font-weight: normal;
  font-style: normal;
  /*text-align: center;*/
  margin-top: 50px;
  font-size: 50px;
  font-weight: bold;
}

.mid-img img {
  width: 100%;
}

.gr-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22989a+0,2c909d+8,3d829f+17,4a799f+27,4e789f+32,4e7c96+50,4e917a+83,4e9871+100&0.98+0,1+0,1+100,0.98+100 */
  background: -moz-linear-gradient(
    top,
    rgba(34, 152, 154, 1) 0%,
    rgba(44, 144, 157, 1) 8%,
    rgba(61, 130, 159, 1) 17%,
    rgba(74, 121, 159, 1) 27%,
    rgba(78, 120, 159, 1) 32%,
    rgba(78, 124, 150, 0.99) 50%,
    rgba(78, 145, 122, 0.98) 83%,
    rgba(78, 152, 113, 0.98) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(34, 152, 154, 1) 0%,
    rgba(44, 144, 157, 1) 8%,
    rgba(61, 130, 159, 1) 17%,
    rgba(74, 121, 159, 1) 27%,
    rgba(78, 120, 159, 1) 32%,
    rgba(78, 124, 150, 0.99) 50%,
    rgba(78, 145, 122, 0.98) 83%,
    rgba(78, 152, 113, 0.98) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(34, 152, 154, 1) 0%,
    rgba(44, 144, 157, 1) 8%,
    rgba(61, 130, 159, 1) 17%,
    rgba(74, 121, 159, 1) 27%,
    rgba(78, 120, 159, 1) 32%,
    rgba(78, 124, 150, 0.99) 50%,
    rgba(78, 145, 122, 0.98) 83%,
    rgba(78, 152, 113, 0.98) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22989a', endColorstr='#fa4e9871', GradientType=0);
  /* IE6-9 */
  padding: 60px 0 0;
}

.gino-text {
  text-align: center;
  color: #fff;
  margin-bottom: 75px;
  padding: 0 50px;
  font-family: muli, sans-serif;
}

.gino-text h1 {
  font-family: "a dripping marker";
  font-weight: normal;
  font-style: normal;
}

.gino-text h1 {
  font-family: "a dripping marker";
  font-weight: normal;
  font-style: normal;
  font-size: 72px;
  color: #f2c502;
}

.artistbg {
  padding: 60px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c6a3ff+0,d2cffc+0,9dc1fa+0,9dc1fa+0,87d1f8+0,87d1f8+2,5bf1f3+84,4afef1+100 */
  background: rgb(198, 163, 255);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(198, 163, 255, 1) 0%,
    rgba(210, 207, 252, 1) 0%,
    rgba(157, 193, 250, 1) 0%,
    rgba(157, 193, 250, 1) 0%,
    rgba(135, 209, 248, 1) 0%,
    rgba(135, 209, 248, 1) 2%,
    rgba(91, 241, 243, 1) 84%,
    rgba(74, 254, 241, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(198, 163, 255, 1) 0%,
    rgba(210, 207, 252, 1) 0%,
    rgba(157, 193, 250, 1) 0%,
    rgba(157, 193, 250, 1) 0%,
    rgba(135, 209, 248, 1) 0%,
    rgba(135, 209, 248, 1) 2%,
    rgba(91, 241, 243, 1) 84%,
    rgba(74, 254, 241, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(198, 163, 255, 1) 0%,
    rgba(210, 207, 252, 1) 0%,
    rgba(157, 193, 250, 1) 0%,
    rgba(157, 193, 250, 1) 0%,
    rgba(135, 209, 248, 1) 0%,
    rgba(135, 209, 248, 1) 2%,
    rgba(91, 241, 243, 1) 84%,
    rgba(74, 254, 241, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a3ff', endColorstr='#4afef1', GradientType=0);
  /* IE6-9 */
}

.the-head {
  font-family: "a dripping marker";
  font-weight: normal;
  font-style: normal;
  font-size: 72px;
  color: #ff00fc;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff,
    -2px 2px 0px #fff;
}

.com-soon {
  font-family: "a dripping marker";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 100px 0;
  background: #fff;
}

.com-soon h1 {
  font-size: 150px !important;
  display: table;
  background: #fff000;
  padding: 60px 125px;
  margin: 0 auto;
  box-shadow: -4px 5px 0px 0px rgba(0, 0, 0, 0.49);
  color: #ff00fc;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff,
    -2px 2px 0px #fff;
}

.video-sec-nft {
  width: 70%;
  flex: 0 0 70%;
}

.discord-sec-nft {
  background-image: url("../img/blk.png");
  position: relative;
}

.discordvideo {
  display: flex;
  flex-wrap: wrap;
}

.discord-sec-nft {
  width: 30%;
  flex: 0 0 30%;
  /*max-height: 30%;*/
}

/*.video-sec-nft video{
	height
}*/

.discordvideo {
  background-image: url("../img/blk.png");
}

.join-dis-btn {
  color: #fff !important;
  border: 1px solid #fff;
  width: 273px;
  display: block;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gmint {
  background: #04cbd2;
  padding: 60px 0;
}

.faq-hero {
  background: #fff;
  padding: 100px 0;
  position: relative;
}

.faq-hero::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../img/faq-dots.png");
  width: 249px;
  height: 159px;
  top: 100px;
  background-size: 175px;
  background-repeat: no-repeat;
}

.faq-hero::before {
  content: "";
  position: absolute;
  right: 35px;
  background: #fdf4b4;
  width: 100px;
  height: 100px;
  top: 80px;
  border-radius: 100px;
}

.faq-head {
  font-family: "a dripping marker";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 72px;
}

.faq-hero .card {
  background: transparent;
  border: none;
  font-family: muli, sans-serif;
}

.faq-hero .card-header {
  background: transparent;
  border: none;
  text-align: center;
  color: #000;
}

.faq-hero .card-link,
.faq-hero .collapse {
  color: #b800c3;
  text-align: center;
}

.faq-hero .card-link:hover {
  color: #b800c3 !important;
}

.faq-hero .card-link.collapsed {
  color: #000;
  text-transform: uppercase;
}

.faq-hero .card-body {
  text-align: center;
  color: #b800c3;
}

.faq-hero .card-link {
  font-weight: bold;
  text-transform: uppercase;
}

.social-icon-art {
  font-size: 35px;
  margin: 10px;
  color: #fff;
}

.award-ty {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: muli, sans-serif;
}

@import url("https://use.typekit.net/feo3zpk.css");

.joindis-btn {
  color: #fff;
  width: 273px;
  display: block;
  text-align: center;
  padding: 20px;
  background: #f4a24f;
  margin: 50px auto 0;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.5s ease;
}

.joindis-btn:hover {
  color: #fff;
  width: 273px;
  display: block;
  text-align: center;
  padding: 20px;
  background: rgb(88, 15, 12);
  margin: 50px auto 0;
  text-decoration: none !important;
  transition: 0.5s ease;
}

.joindis-btn-banner {
  color: #fff !important;
  width: 200px;
  display: block;
  text-align: center;
  padding: 20px;
  background: #ee3364;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-decoration: none !important;
  font-family: muli, sans-serif;
  text-transform: uppercase;
}

.ftr {
  background: #282828;
  padding: 100px 0;
  color: #fff;
}

.ftr-content {
  text-align: center;
}

.lg-ftr {
  width: 100px;
  margin-bottom: 22px;
}

.s-icon a {
  text-decoration: none !important;
}

.s-icon img {
  margin: 6px;
  max-width: 25px;
}

.gmint-head {
  color: #fff !important;
  text-shadow: none !important;
}

.social-icon-art a {
  color: #fff !important;
  text-decoration: none !important;
  margin: 10px;
}

.see-mob {
  display: none;
}

@media (max-width: 1199px) {
  .text-image {
    top: 75px;
  }

  .whatghero {
    padding: 100px 20px;
  }

  .join-dis-btn {
    width: 175px;
  }
}

@media (max-width: 991px) {
  .main-b img {
    width: 100%;
    margin-top: 66px;
  }

  .text-image {
    top: 5px;
  }

  .whatghero {
    padding: 50px 0;
  }

  .gino-text {
    padding: 0;
  }

  .com-soon h1 {
    font-size: 75px !important;
  }

  .com-soon {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .dripping-head {
    margin: 0;
  }

  .whatgraf::after {
    width: 100%;
  }

  .video-sec-nft {
    width: 100%;
    flex: 0 0 100%;
  }

  .discord-sec-nft {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding: 50px;
  }

  .join-dis-btn {
    transform: none;
    position: static;
    margin: 0 auto;
  }

  .joindis-btn-banner {
    font-size: 12px;
    padding: 10px;
    width: 115px;
  }

  .faq-hero::after,
  .faq-hero::before {
    display: none !important;
  }

  .com-soon h1 {
    padding: 60px 0;
  }

  .see-mob {
    display: block;
  }
}

/* Graffiti hero end */

.applicationModel input {
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 8px;
}

.applicationModel input:focus-visible {
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 8px;
}

button:focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

strong {
  font-weight: bold;
}

.exp-team {
  font-weight: bold;
}

.button-app-cm.white-color {
  border-color: #fff;
}
/* .button-app-cm.white-color a{
	color: #fff !important;
} */

.white-color#button-2 a {
  color: #fff;
}

.white-color-gh {
  color: #fff !important;
}

/*----------- TIme Line--------------------*/
.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 7px;
  background: #fff;
  top: 30px;
  bottom: 30px;
  left: 50%;
  margin-left: -9px;
}

.container-nw {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  z-index: 9;
}

.container-nw.left {
  left: 100px;
}

.container-nw.right {
  left: 40%;
}
/* 
.container-nw::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;
}

.container-nw.right::after {
  left: -8px;
} */

/* .container-nw::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;
}

.container-nw.right::before {
  left: 8px;
} */

.container-nw .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006e51;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.container-nw.left .date {
  right: -75px;
}

.container-nw.right .date {
  left: -75px;
}

.container-nw .icon {
  position: absolute;
  display: inline-block;
  width: 145px;
  height: 145px;
  padding: 9px 0;
  top: 15px;
  background: #fff;
  border: 15px solid #018c91;
  border-radius: 500px;
  text-align: center;
  font-size: 55px;
  color: #018c91;
  z-index: 1;
  vertical-align: middle;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  align-self: center;
  margin: 0 !important;
  justify-content: center;
}

.container-nw.left .icon {
  right: 30px !important;
}

.container-nw.right .icon {
  left: 30px;
}

.container-nw .content {
  padding: 16px 90px 16px 30px;
  background: #fff;
  position: relative;
  border-radius: 500px 500px 500px 500px;
  height: 100%;
  min-height: 145px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.container-nw.right .content {
  padding: 16px 30px 16px 90px;
  border-radius: 500px;
}

.container-nw .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #018c91;
}

.container-nw .content p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #04cbd2;
  padding-right: 50px;
  font-weight: bold;
}

.container-nw.right .content p {
  padding-right: 0;
  padding-left: 70px;
}

p.icon span {
  font-family: "a dripping marker";
  position: relative;
  top: 7px;
}

.no-pad {
  padding: 0 !important;
}

.img-full {
  width: 100%;
}

.flx-center {
  display: flex;
  align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.artistScroll {
  scroll-margin-top: 100px;
}

.phoneInput {
  width: 100% !important;
  padding: 10px 0px 10px 42px !important;
  height: 41px !important;
  box-shadow: none !important;
  border-radius: 8px 0px 0px 8px !important;
}

.react-tel-input .flag-dropdown {
  border-radius: 10px 0 0 10px !important;
}

.countryCode {
  width: 22%;
}

.phoneCode {
  width: 78% !important;
  border-radius: 0px 8px 8px 0px !important;
}

.tabOprion {
  padding-bottom: 10px;
}

.tabOprion ul {
  display: flex;
  padding: 0;
}

.tabOprion ul li {
  list-style: none;
  padding: 0 15px 15px;
  cursor: pointer;
}

.tabOprion ul li.active {
  border-bottom: 2px solid #e8a22d;
}

.tabOprion ul li a {
  /* padding: 0; */
  color: #fff;
}

.addImgFA {
  padding: 20px;
}

.newaddImgFA {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px;
}

img.banner-image {
  min-width: 240px;
  max-width: 240px;
  cursor: default !important;
  height: 270px;
  border-radius: 13px;
  cursor: pointer;
}

.new-banner-image {
  margin: 8px !important;
}

.newh4 {
  padding-bottom: 15px;
}

.artistCollectionTab .vdoColletion img {
  border-radius: 12px;
}

.artistCollectionTab .vdoColletion {
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.previewArtishPlayer {
  flex: 0 0 46%;
  max-width: 46%;
  margin: 12px 10px;
  height: 185px;
  min-width: 230px;
}

img.artistCollection-image {
  min-width: 250px;
  max-width: 250px;
  cursor: default !important;
  height: 250px;
  border-radius: 13px;
  cursor: pointer;
}

.bio-editor.view-only .ql-toolbar.ql-snow {
  display: none !important;
}

.bio-editor.view-only .ql-editor {
  background: #000000 !important;
  height: auto !important;
  overflow-y: unset;
  padding: 0px !important;
  border: none !important;
}

.bio-editor.view-only .ql-editor {
  font-size: 15px !important;
}

.view-only {
  border: none !important;
}

.view-only .ql-toolbar .ql-snow {
  display: none !important;
}

.view-only p {
  font-size: 16px !important;
}

.newCustomEnd {
  margin: 55px 0px 0 !important;
}

.view-only .ql-snow .ql-editor a,
.view-only .ql-snow .ql-editor a strong,
.view-only .ql-snow .ql-editor a em,
.view-only .ql-snow .ql-editor a u {
  cursor: pointer !important;
}

.ql-container.ql-snow {
  border: none !important;
}

.descHedding h3 {
  cursor: pointer;
}

.artistCollectionTab h4 {
  cursor: pointer;
}

.newaddImgFA img:hover {
  transform: scale(1.06);
  transition: 0.3s;
}

.sendMailQuill .ql-container,
.sendMailQuill .ql-editor {
  color: #fff;
}

.whatgraf.top-whatgraf {
  margin-top: 105px;
}

.whatgraf.top-whatgraf::after {
  background: rgb(5, 3, 1);
}

.tda {
  padding: 50px 35px;
  color: #fff;
}

.tlot {
  padding: 50px 0;
  color: #fff;
}

.whatgraf.top-tlot {
  margin-top: 60px;
}
.whatgraf.top-tlot::after {
  background: transparent;
}

.whatgraf img {
  position: relative;
  z-index: 1;
}
.logo-line-red {
  position: relative;
}
.logo-line-red::after {
  content: "";
  width: 100%;
  background: rgba(150, 31, 30, 1);
  height: 15px;
  position: absolute;
  top: 90px;
  z-index: -1;
}
.logo-line-red img {
  margin: 0 auto;
  display: block;
  max-width: 250px;
}

.created-by {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 60px 0;
}

.colab-head-white {
  color: #fff;
  text-align: center;
  margin: 75px 0;
  font-family: Inter;
  font-weight: bold;
  font-size: 56px;
}
.bunch-art {
  position: absolute;
  top: -25px;
  right: 25px;
}

.bunch-art img {
  max-width: 60px;
}

.mob-app {
  max-width: 115px;
  position: absolute;
  top: -135px;
}

.width100 {
  width: 100%;
}

.utility-box {
  color: #fff;
  background: rgb(1, 0, 0);
  border: 1px solid rgb(198, 52, 52);
  padding: 50px;
  margin-bottom: 125px;
  border-radius: 20px;
  margin-top: 70px;
}

nav .follow-us {
  display: flex;
  justify-content: right;
  align-items: revert;
  width: 100%;
}

.tlot p {
  font-size: 22px;
}

.eye-door img {
  width: 100%;
}
nav .follow-us a {
  margin-bottom: 0 !important;
}

h4 strong {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-align: justify;
}
