:root {
  --font: 'Laila';
  --font-large-w: 4vw;
  --font-large-h: 5vh;
  --color-head: #61c5d7;
}

:lang(np).coverboardfull * {
  font-family: var(--font) !important;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head {
  width: 100%;
  height: 15%;
  background-color: var(--color-head);
  padding: 1.2em 1.2em;
  z-index: 1;
}
.head p{
  font-size: var(--font-large-w);
  color: #fff;
}
.imgblock1,
.bg,
.coverpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.diy {
  position: absolute;
  top: 56%;
  right: 38%;
  font-size: 1.5em;
  z-index: 2;
  color: #fff;
  transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
}
.bg {
  background-image: linear-gradient(to bottom, #f2fff1, #f2f6e1);
}
.imgblock {
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 18.5%;
}
.imgblock img {
  width: 11%;
  z-index: 3;
  cursor: grab;
}
.imgblock img:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.dropblock {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
}
.leftblock,
.rightblock {
  width: 49.5%;
  height: 100%;
  /* border-right: 2px solid #3c78d8ff; */
  background: #dce5f4;
}
.rightblock {
  border: none;
}
.drop-head {
  font-size: 1.2em;
  background-color: #6d9eeb;
  color: #fff;
  padding: 0.3em;
}
.left-drop-head {
  background-color: #6d9eeb;
}
.images {
  height: 75%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 5%;
}
.images img {
  width: 20%;
  margin: 0% 7%;
  opacity: 0;
}
.leftblock .images {
  padding: 0 10%;
}
.leftblock .images img {
  width: 25%;
  margin: 0 5%;
}
.drop-head {
  height: 25%;
  display: grid;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 4vmin;
}

.images img.soundicon1, .images img.soundicon2 {
  opacity: 1;
  width: 10%;
  position: absolute;
  top: -27%;
  right: 0%;
}

.images img.soundicon1:hover, .images img.soundicon2:hover {
  cursor: pointer;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@media (min-aspect-ratio: 4/3) {
  .head p{
    font-size: var(--font-large-h);
    color: #fff;
  }

  .drop-head {
    font-size: 5vmin;
  }
}
