*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  background: #477549;
  font-family: "Poppins", sans-serif;
  margin: 100px;
}

a {
  text-decoration: none;
}
.sc {
  margin-bottom: 125px;
}
.sc .sc-title {
  font-size: 45px;
  font-weight: 600;
  background-image: linear-gradient(to left, #0C4D73, #dbd6f0);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  margin-bottom: 30px;
}

.sc .sc-description {
  font-size: 35px;
  font-weight: 500;
  background-image: linear-gradient(to left, #FFE5CC, #d4f7fa);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  margin-bottom: 10px;
}

.sc .sc-description-one {
  font-size: 25px;
  font-weight: 500;
  background-image: linear-gradient(to left, #B5BF5C, #D75034);
  color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 30px;
}

.symbol-chart {
  display: grid;
  grid-template-columns: repeat(11, 100px);
  grid-template-rows: repeat(8, 100px);
  grid-gap: 10px;
  margin: auto;
  max-width: 1200px;
  justify-content: center;
}

.symbol-chart-element {
  padding: 4px;
  position: relative;
  z-index: 1;
  cursor: default;
  transition: all 0.3s ease;
}

.symbol-chart-element .symbol-chart-element-inner {
  background: #2A417F;
  padding: 10px 15px 20px;
  width: 100%;
  height: 100%;
  transition: inherit;
}

.symbol-chart-element .title {
  font: 700 31px "Poppins", sans-serif;
  margin: 0 0 0.15em;
  transition: 0.8s ease 600ms;
}

.symbol-chart-element .description {
  font: 500 8px "Poppins", sans-serif;
}

.symbol-chart-element:hover {
  transform: scale(1.44);
  z-index: 10;
}
.symbol-chart-element:hover .symbol-chart-element-inner {
  background: transparent;
}

.symbol-chart-element:hover .title,
.symbol-chart-element:hover .description {
  -webkit-text-fill-color: #222;
}

.symbol-chart-element:hover::after {
  top: 105%;
  opacity: 1;
}

.symbol-chart-element {
  cursor: pointer;
}

.one {
  background: linear-gradient(to bottom right, #993526 0%, #0a949e  100%);
}

.one .title,
.one .description {
  background: -webkit-linear-gradient(#06143C, #6BEB8D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.two {
  background: linear-gradient(to bottom right, #135525 0%, #233DC0 100%);
}

.two .title,
.two .description {
  background: -webkit-linear-gradient(#374483, #BAC0DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.three {
  background: linear-gradient(to bottom right, #21C6B0 0%, #0D7668 100%);
}

.three .title,
.three .description {
  background: -webkit-linear-gradient(#67CBBE, #661080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.four {
  background: linear-gradient(to bottom right, #32083F 0%, #BF64DB 100%);
}

.four .title,
.four .description {
  background: -webkit-linear-gradient(#999900, #CCE5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.five {
  background: linear-gradient(to bottom right, #C11560 0%, #D781A6 100%);
}

.five .title,
.five .description {
  background: -webkit-linear-gradient(#6B7609, #8D944C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.empty-space-1 {
  grid-column: 2 / span 9;
  grid-row: 1;
}

.empty-space-2 {
  grid-column: 4 / span 5;
  grid-row: 2;
}

.empty-space-3 {
  grid-column: 4 / span 5;
  grid-row: 3;
}

.empty-space-4 {
  grid-column: 4 / span 5;
  grid-row: 4;
}

.empty-space-5 {
  grid-column: 4 / span 5;
  grid-row: 5;
}
