/* element styles */

p,
h1,
h2,
h3,
h4,
body {
  padding: 0;
  margin: 0;
}

body {
  background-color: hsl(217, 54%, 11%);
}

/* element styles end */

/* id styles */

/* id styles end */

/* class styles */

.nft-img,
.navLogo {
  padding: 0;
  margin: 0;
}

.content-navBar,
.navLinks,
.footer-link {
  color: hsl(215, 32%, 27%);
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.intro-text,
.index_welcome {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
}

.welcome_display {
  width: 50%;
  color: hsl(215, 51%, 70%);
  margin-left: 5%;
  font-family: Arial;
  float: left;
}

.explore-title {
  text-align: center;
  padding: 50px;
}

.id {
  font-size: 25px;
}

.navBar {
  width: 100%;
  float: left;
  position: fixed;
  background-color: rgb(32, 34, 37);
  z-index: 10;
}

.blur_home_page {
  background: url("../images/image-equilibrium.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  z-index: -11;
  position: absolute;
}

.bottom-container {
  background: hsl(216, 7%, 14%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-link {
  margin: 30px 20px;
  text-decoration: none;
  display: inline-block;
}

.copryright {
  color: hsl(0, 0%, 100%);
  font-size: 0.75rem;
  padding-bottom: 5px;
  display: block;
}

.nft-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  padding: 10px 0 10px 0;
  margin-left: 10px;
}

.navLinks {
  padding: 20px 10px 0;
  text-decoration: none;
  display: inline-block;
}

.navlinks-container {
  float: right;
  padding-right: 10px;
}

.logo-header-text {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  padding-top: 20px;
  margin-left: 5px;
  word-spacing: 2px;
}

.navigation {
  margin-right: 10px;
}

.navigation-list {
  list-style-type: none;
  display: inline;
  position: relative;
  left: 50%;
}

.navbarlinks {
  text-decoration: none;
}

.content-nav {
  margin: auto;
  width: 100%;
}

.section-content-navBar {
  margin: auto;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
}

.section-content-navBar-list {
  list-style-type: none;
  display: inline-block;
  margin: 15px 0;
}

.content-navBar {
  text-decoration: none;
  border-left: 2px groove hsl(0, 0%, 100%);
  padding: 5px 70px 10px 4px;
}

.nftbar {
  margin: auto;
  width: 100%;
  padding: 0;
}

.section-nftbar {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 0;
}

.section-nftbar-list {
  list-style-type: none;
  margin: 30px;
  display: inline-block;
  width: 340px;
  height: 575px;
  background-color: hsl(216, 50%, 16%);
  border-radius: 3%;
  box-shadow: 0px 7px 3px 12px rgba(20, 37, 61, 0.94);
  -webkit-box-shadow: 0px 9px 3px 10px rgba(13, 25, 43, 0.78);
  -moz-box-shadow: 0px 9px 3px 10px rgba(13, 25, 43, 0.94);
}

.nftbar-img {
  width: 100%;
  border-radius: 3%;
}

.eth-icon {
  margin-right: 6px;
}

.eth-value {
  float: left;
  color: hsl(178, 100%, 50%);
  margin-bottom: 10px;
  text-align: left;
  padding: 10px 20px 10px 20px;
  font-family: "Outfit", sans-serif;
}

.eth-duration-icon {
  margin-right: 6px;
  margin-bottom: -3px;
}

.eth-duration {
  float: right;
}

.nft-creator-profile {
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 100%;
  float: left;
  margin-right: 15px;
  margin-top: 8px;
  width: 31px;
}

.nft-creator-link {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  margin-left: 2px;
}

.card-creator-detail {
  display: inline-block;
  margin-top: 13px;
}

.nft__logo {
  display: inline-block;
  width: 300px;
  height: 300px;
  position: relative;
  margin: 20px 0;
  border-radius: 3%;
}

.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(178, 100%, 50%, 0.405);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s;
  border-radius: 3%;
}

.explore_btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 22px;
  padding: 10px 35px 10px 35px;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 20px;
}
.stock_btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 22px;
  padding: 10px 35px 10px 35px;
  text-decoration: none;
}



/* rule styles */
.content-navigation-rule {
  border: 1px solid hsl(215, 32%, 27%);
}

.card-rule {
  border: 1px solid hsl(215, 32%, 27%);
  clear: both;
  margin: 0 20px;
}

/* rule styles end */

.content-description {
  text-align: left;
  padding: 10px 20px 10px 20px;
  font-family: "Outfit", sans-serif;
  color: hsl(215, 51%, 70%);
}

.nft-description {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  padding: 0;
}

.nft-content-link {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  display: inline-block;
  margin-right: 160px;
}

/* class styles end */

/* hover styles */

.btns:hover {
  color: hsl(178, 100%, 50%);
}

.content-navBar:hover {
  border-left: 4px groove rgba(32, 34, 37, 0.32);
}

.image__overlay:hover {
  opacity: 1;
}

.nft-creator-link:hover {
  color: hsl(178, 100%, 50%);
}

.nft-content-link:hover {
  color: hsl(178, 100%, 50%);
}

.explore_btn:hover {
  background: hsl(178, 100%, 50%);
  text-decoration: none;
}
.stock_btn:hover {
  background: hsl(178, 100%, 50%);
  text-decoration: none;
}

/* hover styles end */

.page-highlight {
  border-bottom: 2px inset hsl(178, 100%, 50%);
  border-left: 2px inset hsl(178, 100%, 50%);
  color: hsl(178, 100%, 50%);
  padding-bottom: 20px;
}
.nav-highlight {
  border-bottom: 2px inset hsl(178, 100%, 50%);
  color: hsl(178, 100%, 50%);
  padding-bottom: 20px;
}
