*{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  scroll-behavior: smooth;
}

section {
  margin: auto;
  width: 85%;
}

body {
  margin: 0;
}

button {
  cursor: pointer;
}

.explore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px auto;
}

.explore div:last-child {
  width: 85%;
}

.explore img {
  width: 100%;
  height: 300px;
}

.explore h1 {
  font-size: 30px;
  letter-spacing: 0.5px;
  margin: 16px auto;
}

.explore p {
  font-size: 20px;
  line-height: 28px;
  color: rgb(107, 107, 107);
}

.exploredata {
  display: flex;
  align-items: baseline;
}

.boxfix {
  box-sizing: content-box;
  padding: 32px 0;
  position: sticky;
  top: -10px;
  margin-right: 40px;
}

.boxfix>div {
  margin: 40px 0;
  border-bottom: 0.25px solid #cacaca;
}

.boxfix>div:last-child {
  border-bottom: none;
}

.boxfix h2 {
  font-size: 14px;
  padding: 8px;
  font-weight: 300;
  margin-bottom: 12px;
  cursor: pointer;
}

.boxfix h2:hover {
  background-color: #fff1eb;
}

#bgcolor {
  background-color: #fff1eb;
}

.boxfix h3 {
  font-size: 14px;
  padding: 8px;
  font-weight: 300;
  margin-bottom: 12px;
  cursor: pointer;
  color: #000;
}

.boxfix h4 {
  font-size: 14px;
  padding: 8px;
  font-weight: 300;
}

.boxfix p {
  padding: 8px;
  font-size: 13px;
  color: rgb(107, 107, 107);
}

.boxfix button {
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 12px;
  border: none;
  background-color: rgb(242, 242, 242);
  margin-top: 10px;
  margin-left: 6px;
}

.main {
  margin: 0 20px;
}

/* Popular */
.popular {
  margin-bottom: 80px;
}

.popular h1 {
  margin-bottom: 14px;
  font-size: 18px;
}

.popular>p {
  color: rgb(107, 107, 107);
  font-size: 16px;
}

.container {
  display: grid;
  grid-template-columns: repeat(2, 450px);
  gap: 20px;
  margin-top: 36px;
}

.box {
  display: flex;
  align-items: flex-start;
  padding: 18px 16px 12px 16px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
}

.box:hover {
  background-color: #f9f9f9;
}

.box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 4px;
  background-color: #f9f9f9;
  margin-right: 20px;
}

.box h2 {
  font-size: 14px;
  color: rgb(33, 33, 33);
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.box p {
  font-size: 12px;
  color: #6b6b6b;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.box>div>h2+p:hover {
  text-decoration: underline;
}

.box div div {
  display: flex;
}

.box div div p {
  margin-right: 30px;
}

/* Trending API Section  */
.trendAPI {
  margin-bottom: 80px;
}

.trendAPI h1 {
  margin-bottom: 14px;
  font-size: 18px;
}

.trendAPI>p {
  color: rgb(107, 107, 107);
  font-size: 16px;
}

/* curated */
.curated {
  margin-bottom: 80px;
}

.curated h1 {
  margin-bottom: 14px;
  font-size: 18px;
}

.curated>p {
  color: rgb(107, 107, 107);
  font-size: 16px;
}

.team {
  display: flex;
  align-items: center;
  padding: 28px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  background-color: #f9f9f9;
}

.team div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team img {
  width: 30%;
  margin-left: 10px;
}

.team h2 {
  font-size: 15px;
  color: rgb(33, 33, 33);
  margin: 6px 0;
  letter-spacing: 0.5px;
}

.team p {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 18px;
  margin: 6px 0;
  letter-spacing: 0.5px;
}

/* Collection */

.collection {
  margin-bottom: 80px;
}

.collection h1 {
  margin-bottom: 14px;
  font-size: 18px;
}

.collection>p {
  color: rgb(107, 107, 107);
  font-size: 16px;
}

/* Domain */
.domain {
  margin-bottom: 80px;
}

.domain h1 {
  margin-bottom: 14px;
  font-size: 18px;
}

.domain>p {
  color: rgb(107, 107, 107);
  font-size: 16px;
}

.domain>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin-top: 36px;
}

.domain>div>div {
  display: flex;
  align-items: center;
}

.domain>div>div h2 {
  font-size: 15px;
  border-bottom: 1px solid #cacaca;
  width: 80%;
  padding-bottom: 10px;
}

.domain>div>div img {
  width: 10%;
  margin-right: 16px;
}

/* Network */
.network {
  margin-bottom: 80px;
}

.network h1 {
  margin-bottom: 14px;
  font-size: 18px;
}

.network .container {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
}

.box{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a{
  text-decoration: none;
  font-weight: bold;
  color: #6b6b6b;
}