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

body {
  background: #009900;
  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 right, #FAC17F, #F38508);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Times New Roman", Times, serif;
}

.sc .sc-description {
  font-size: 35px;
  font-weight: 500;
  background-image: linear-gradient(to right, #ECC919, #FFFFFF);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Times New Roman", Times, serif;
}

.sc .sc-description-one {
  font-size: 25px;
  font-weight: 500;
  background-image: linear-gradient(to right, #FFFFFF, #FF6666);
  color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Times New Roman", Times, serif;
}

.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;
  font-family: "Times New Roman", Times, serif;
}

.symbol-chart-element {
  padding: 4px;
  position: relative;
  z-index: 1;
  cursor: default;
  transition: all 0.3s ease;
  font-family: "Times New Roman", Times, serif;
}

.symbol-chart-element .symbol-chart-element-inner {
  background: #E8D904;
  padding: 10px 15px 20px;
  width: 100%;
  height: 100%;
  transition: inherit;
  font-family: "Times New Roman", Times, serif;
}

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

.symbol-chart-element .description {
  font: 500 8px "Poppins", sans-serif;
  font-family: "Times New Roman", Times, 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, #960FE4 0%, #000000 100%);
}

.one .title,
.one .description {
  background: -webkit-linear-gradient(#960FE4, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-navigation{
  text-align: center;
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
  color: #FFFF99;
}

.sc-description-two{
  text-align: center;
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
  color: #FFDE33;
}

.two {
  background: linear-gradient(to bottom right, #0074e1 0%, #1a5d9b 100%);
}

.two .title,
.two .description {
  background: -webkit-linear-gradient(#0074e1, #1a5d9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

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

.five .title,
.five .description {
  background: -webkit-linear-gradient(#F9A9E6, #580645);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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


.empty-space-3 {
  grid-column: 10 / span 1;
  grid-row: 1;
}

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

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

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

.empty-space-8 {
  grid-column: 4 / span 5;
  grid-row: 3;
}
.empty-space-9 {
  grid-column: 11 / span 1;
  grid-row: 3;
}
.empty-space-10 {
  grid-column: 1 / span 1;
  grid-row: 4;
}

.empty-space-11 {
  grid-column: 3 / span 6;
  grid-row: 4;
}
.empty-space-12 {
  grid-column: 10 / span 1;
  grid-row: 4;
}

.empty-space-13 {
  grid-column: 1 / span 11;
  grid-row: 5;
}

.empty-space-14 {
  grid-column: 2 / span 3;
  grid-row: 6;
}

.empty-space-15 {
  grid-column: 6 / span 1;
  grid-row: 6;
}

.empty-space-16 {
  grid-column: 8 / span 1;
  grid-row: 6;
}

.empty-space-17 {
  grid-column: 2 / span 2;
  grid-row: 7;
}

.empty-space-18 {
  grid-column: 5 / span 1;
  grid-row: 7;
}

.empty-space-19 {
  grid-column: 7 / span 1;
  grid-row: 7;
}
.empty-space-20 {
  grid-column: 9 / span 1;
  grid-row: 7;
}

.empty-space-21 {
  grid-column: 11 / span 1;
  grid-row: 7;
}
.empty-space-22 {
  grid-column: 2 / span 3;
  grid-row: 8;
}

.empty-space-23 {
  grid-column: 6 / span 1;
  grid-row: 8;
}

.empty-space-24 {
  grid-column: 8 / span 2;
  grid-row: 8;
}

.empty-space-25 {
  grid-column: 11 / span 1;
  grid-row: 8;
}

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

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

.empty-space-28 {
  grid-column: 1 / span 5;
  grid-row: 10;
}

.empty-space-29 {
  grid-column: 7 / span 5;
  grid-row: 10;
}

.empty-space-30 {
  grid-column: 0 / span 0;
  grid-row: 11;
}


.wrapper-popup {
  position: relative;
  margin-top: -100px;
}

.popup {
  max-width: 500px;
  min-height: 380px;
  max-height: 380px;
  background: #f2d9d9;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  padding: 5px 30px 30px;
  color: #333;
  visibility: hidden;
  transition: transform 1.1s, top 1.1s;
  font-family: "Times New Roman", Times, serif;
}

.open-popup {
  visibility: visible;
  top: 50%;
  transform: translate(-50%, 35%) scale(1);
}

.popup h2 {
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 10px;
  background-image: linear-gradient(to left, #fff, #0996f5, #fff);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

.popup p {
  background: #f3eeee;
  min-height: 210px;
  max-height: 210px;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  overflow: scroll;
  scrollbar-width: thin;
  font-family: "Times New Roman", Times, serif;
}

.popup button {
  width: 40%;
  margin-top: 0px;
  padding: 10px 0;
  background: #3abce0;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  font-family: "Times New Roman", Times, serif;
}
