.team-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accordion-item {
  background-color: #650000 !important;
  margin-top: 10px;
  color: white;
}

.accordion-item > p {
  color: white;
}

.accordion-container {
  width: 100%;
  margin-top: 10px;
}

.slick-list {
  z-index: 1001 !important;
}

.faq-container {
  margin-top: 200px;
}

.team-item {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  margin-top: 15px;
  justify-content: space-between;
}

.team-item > h5 {
  font-family: "Space Grotesk", sans-serif;
  color: white;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 0px;
}

.team-item > h6 {
  font-family: "Space Grotesk", sans-serif;
  color: #bebdd4;;
  text-align: center;
  font-style: italic;
}

.team-item > p {
  white-space: normal;
  font-family: "Space Grotesk", sans-serif;
  color: #bebdd4;
}

.team-item > img {
  height: 200px;
  width: 200px;
  border-radius: 50px;
}

.hero-nft-gallery-item > img {
  height: 300px;
  width: 300px;
  border: 4px solid black;
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 44px 7px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 44px 7px rgba(0, 0, 0, 0.61);
}

.vertical-timeline-element-date {
  color: white;
}

.hero-nft-gallery-container {
  height: 300px;
}

.nft-gallery-section {
  padding-top: 100px !important;
}

.about-me-section {
  padding-top: 80px !important;
}

.hero-text {
  white-space: nowrap;
}

.hero-nft-slider-container {
  width: 100% !important;
}

.hero-picture {
  align-self: center;
  margin-left: 50px;
  border-radius: 80px;
}

body {
  background-color: black;
  font-family: "Space Grotesk", sans-serif;
  color: #bebdd4;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.af-class-header {
  z-index: 101 !important;
}

img {
  z-index: 100 !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #650000 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: black;
}

*::-webkit-scrollbar-thumb {
  background-color: #830c0c;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
