body {
  padding: 0;
  margin: 0;
}

body p {
  font-size: 18px;
  font-weight: bold;
}

body .heading {
  font-weight: bold;
  font-size: 25px;
}

body #full {
  width: 100%;
  height: 100vh;
  position: relative;
  background: transparent;
  background-color: red;
  display: none;
  overflow: hidden;
}

body #full .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 30px 0;
  color: #fff;
  -webkit-animation: fadeIn ease-in-out .5s;
          animation: fadeIn ease-in-out .5s;
}

body #full .content-center h3 {
  font-weight: bold;
  font-size: 5rem;
}

body #full .content-center p {
  font-size: 20px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body #header {
  padding: 0 1%;
  padding-top: 0.5%;
}

body #header .row {
  margin-bottom: 0;
}

body #header .select-wrapper input.select-dropdown {
  font-size: 14px;
  font-weight: bold;
}

body #header .dropdown-content {
  background-color: #ffffff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

body #header .dropdown-content li span {
  color: #000;
  font-weight: bold;
}

@media (max-width: 800px) {
  body #header .img {
    text-align: center !important;
  }
}

body #header .sound {
  cursor: pointer;
}

@media (max-width: 800px) {
  body #header .sound {
    text-align: center !important;
  }
}

body #colors .contain {
  display: -ms-grid;
  display: grid;
  padding: 0 10px;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}

@media (min-width: 800px) {
  body #colors .contain {
    -ms-grid-columns: (20%)[5];
        grid-template-columns: repeat(5, 20%);
  }
}

body #colors .contain .color-box {
  height: 200px;
  position: relative;
  cursor: pointer;
}

body #colors .contain .color-box .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

body #colors .contain .color-box .copy .btn {
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: bold;
}

body #colors .contain .color-box:nth-child(1) {
  background-color: #414042;
}

body #colors .contain .color-box:nth-child(2) {
  background-color: #000000;
}

body #colors .contain .color-box:nth-child(3) {
  background-color: #58595B;
}

body #colors .contain .color-box:nth-child(4) {
  background-color: #808285;
}

body #colors .contain .color-box:nth-child(5) {
  background-color: #A7A9AC;
}

body #colors .contain .color-box:nth-child(6) {
  background-color: #ED1D24;
}

body #colors .contain .color-box:nth-child(7) {
  background-color: #9E0B0F;
}

body #colors .contain .color-box:nth-child(8) {
  background-color: #C4161C;
}

body #colors .contain .color-box:nth-child(9) {
  background-color: #F15B40;
}

body #colors .contain .color-box:nth-child(10) {
  background-color: #F58465;
}

body #colors .contain .color-box:nth-child(11) {
  background-color: #F15A22;
}

body #colors .contain .color-box:nth-child(12) {
  background-color: #9F3A0E;
}

body #colors .contain .color-box:nth-child(13) {
  background-color: #C74A1B;
}

body #colors .contain .color-box:nth-child(14) {
  background-color: #F5834E;
}

body #colors .contain .color-box:nth-child(15) {
  background-color: #F9A980;
}

body #colors .contain .color-box:nth-child(16) {
  background-color: #F58220;
}

body #colors .contain .color-box:nth-child(17) {
  background-color: #A2550B;
}

body #colors .contain .color-box:nth-child(18) {
  background-color: #CA6C18;
}

body #colors .contain .color-box:nth-child(19) {
  background-color: #F9A868;
}

body #colors .contain .color-box:nth-child(20) {
  background-color: #FDD1A7;
}

body #colors .contain .color-box:nth-child(21) {
  background-color: #FCAF17;
}

body #colors .contain .color-box:nth-child(22) {
  background-color: #CF9112;
}

body #colors .contain .color-box:nth-child(23) {
  background-color: #E49F15;
}

body #colors .contain .color-box:nth-child(24) {
  background-color: #FEC465;
}

body #colors .contain .color-box:nth-child(25) {
  background-color: #FFDAA2;
}


body #colors .contain .color-box:hover .copy {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */


/* ------------------------------------------------------------------------------------------ */
body #colors1 .contain1 {
  display: -ms-grid;
  display: grid;
  padding: 0 10px;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}

body #colors1 .contain1 .color-box:hover .copy {
  opacity: 1;
}


@media (min-width: 800px) {
  body #colors1 .contain1 {
    -ms-grid-columns: (20%)[5];
        grid-template-columns: repeat(5, 20%);
  }
}

body #colors1 .contain1 .color-box {
  height: 200px;
  position: relative;
  cursor: pointer;
}

body #colors1 .contain1 .color-box .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

body #colors1 .contain1 .color-box .copy .btn {
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: bold;
}

body #colors1 .contain1 .color-box:nth-child(1) {
  background-color: #010101;
}

body #colors1 .contain1 .color-box:nth-child(2) {
  background-color: #d9d9d8;
}

body #colors1 .contain1 .color-box:nth-child(3) {
  background-color: #22458f;
}

body #colors1 .contain1 .color-box:nth-child(4) {
  background-color: #23a456;
}

body #colors1 .contain1 .color-box:nth-child(5) {
  background-color: #b9d545;
}
/*-------------------------------------------------------------------------------------------- */

