* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg-body-black {
  background-color: #000000;
}

a {
  color: #fff !important;
  text-decoration: none !important;
}
.text-justify {
  text-align: justify;
}

.btn-yellow {
  background-color: rgb(255, 243, 78);
}

.text-gray {
  color: #9d9d9d;
}

.width-explain {
  width: 26rem;
}

.btn {
  font-weight: 600 !important;
}
/*section one */

.parent-div-typing {
  height: 2rem;
  /*This part is important for centering*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.typing {
  width: 100%;
  animation: typing 1.5s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
}

.typing2 {
  width: 100%;
  animation: typing 1.5s steps(22), blink 0.5s step-end infinite alternate;
  animation-delay: 2s;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.margin-top-sec-one {
  margin-top: 1rem;
}

.items {
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
}

.items::-webkit-scrollbar {
  width: 0;
}

.items .item {
  width: 20rem;
  height: 27rem;
}

/* left monkey section one*/

.style-around-out {
  border: 1px solid #fff;
  width: 13rem;
  height: 18rem;
}

.div-position-left-img {
  position: relative;
  top: 1rem;
  left: 1rem;
  width: 15rem;
  height: 20rem;
}

.bg-img {
  background: rgb(57, 57, 57);
  background: linear-gradient(
    0deg,
    rgba(57, 57, 57, 1) 0%,
    rgb(209, 209, 209) 100%
  );
  width: 15rem;
  height: 20rem;
  transition: all 1s;
}

.img-left {
  border: 5px solid #ffffff;
  width: 100%;
  height: 17.8rem;
  transition: all 1s;
}

/* middle monkey section one */

.margin-top-middle-monkey {
  margin-top: 8rem;
}

.div-position-middle-img {
  position: relative;
  bottom: 5.8rem;
  left: 1rem;
  width: 15rem;
  height: 20rem;
}

/* right monkey section one */

.div-position-right-img {
  position: relative;
  top: 1rem;
  right: 3rem;
  width: 15rem;
  height: 20rem;
}

/*special nfts section */

.bg-img-special-nft {
  background: rgb(57, 57, 57);
  background: linear-gradient(
    0deg,
    rgba(57, 57, 57, 1) 0%,
    rgb(209, 209, 209) 100%
  );
  width: 17rem;
  height: 19rem;
  transition: all 0.5s;
}

.img-special-nft {
  border: 5px solid #ffffff;
  width: 100%;
  height: 16.8rem;
  transition: all 0.5s;
}

.info {
  display: none;
}

.btn-nft {
  z-index: 1;
}

.bg-btn-special-nft {
  background-color: #000000;
  height: 10px;

  position: relative;
  top: -2.6rem;
}

.special-nft-items {
  height: 28rem;
}

.special-nft-items:hover {
  border: 1px solid #fff;
  padding: 1.2rem;
  transition: all 1s;
}

.special-nft-items:hover > .info {
  display: block;
  transition: all 1s;
}

.special-nft-items:hover > .bg-img-special-nft {
  height: 17rem;
  transition: all 1s;
}

.special-nft-items:hover > .bg-img-special-nft > div > .img-special-nft {
  display: flex;
  justify-content: center;
  height: 15rem;

  transition: all 1s;
}

.btn-special-nft {
  display: none;
}

.special-nft-items:hover > .btn-special-nft {
  display: block;
}

.special-nft-items:hover > .btn-special-nft {
  background-color: rgba(0, 0, 0);
}

/* our community section */

.our-community {
  border: 1px solid #ffffff;
  width: 100%;
  height: 25rem;
}

.our-community p {
  width: 24rem;
}

/* our team section */
/* .card-team {
  width: 17rem;
  height: 17rem;
  border: 1px solid #ffffff;
} */

.card-team {
  height: 17rem;
  width: 17rem;
  border: 1px solid rgb(128, 128, 128);

  margin: 10px;
  cursor: pointer;
}

.card-team:hover {
  border-color: #fff;
  transition: all 1s !important;
}

.social-card-team {
  display: none !important;
  position: relative;
  height: 1px;
  top: 17px;
}

.card-team:hover > .social-card-team {
  z-index: 1;
  display: block !important;
  transition: all 1s;
}

.bg-social {
  background-color: #000000;
  width: 6rem;
  height: 12px;
  transition: all 1s;
  position: relative;
  top: -0.5rem;
  z-index: -1;
}

.team-img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #585858;
  padding: 4px;
  border: 1px solid #585858;
}

.card-team:hover > div > .team-img {
  opacity: 0.5;
}

.slider {
  max-width: 1100px;
  display: flex;
}
/*footer*/
.footer {
  border-top: 1px solid #9d9d9d;
  background-color: rgb(22, 22, 22);
  height: 20rem;
}

.horizontal-line {
  width: 10rem;
  height: 1px;
  background-color: #2c2c2c;
}

/*animations*/

.fade-up-header {
  animation: fadeUpHeader 1s linear both;
  position: relative;
  -webkit-animation-name: fade-up-header;
  animation-name: fade-up-header;
}

@keyframes fade-up-header {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-7px);
  }
}

/*social animation */

.twitter {
  animation: fade-twiter 1s linear backwards;
  position: relative;
  -webkit-animation-name: fade-twiter;
  animation-name: fade-twiter;
}

@keyframes fade-twiter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.discord {
  animation: fade-discord 0.6s linear forwards;
  position: relative;
  -webkit-animation-name: fade-discord;
  animation-name: fade-discord;
  animation-delay: 0.6s;
  opacity: 0;
}

@keyframes fade-discord {
  0% {
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.linkedin {
  animation: linkedin 0.7s linear forwards;
  position: relative;
  -webkit-animation-name: linkedin;
  animation-name: linkedin;
  animation-delay: 0.6s;
  opacity: 0;
}

@keyframes linkedin {
  0% {
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(5px);
  }
}

.discover-btn {
  animation: fade-Up-discover-btn 0.7s linear both 1.1s;
  position: relative;
  -webkit-animation-name: fade-Up-discover-btn;
  animation-name: fade-Up-discover-btn;
}

@keyframes fade-Up-discover-btn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

.left-monkey {
  animation: left-monkey-animation 1s ease-in both 3s;
  position: relative;
  -webkit-animation-name: left-monkey-animation;
  animation-name: left-monkey-animation;
}

@keyframes left-monkey-animation {
  0% {
    opacity: 0;
    transform: translateX(-12rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.middle-monkey {
  animation: middle-monkey-animation 1s ease-in both 4s;
  position: relative;
  -webkit-animation-name: middle-monkey-animation;
  animation-name: middle-monkey-animation;
}

@keyframes middle-monkey-animation {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.right-monkey {
  animation: right-monkey-animation 1s ease-in both 3.5s;
  position: relative;
  -webkit-animation-name: right-monkey-animation;
  animation-name: right-monkey-animation;
}

@keyframes right-monkey-animation {
  0% {
    opacity: 0;
    transform: translateX(12rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
