body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;  
  caret-color: transparent;
}
.clear {
  clear: both;
}
#animation_container {
  width: 100vw;
  height: 100vh;
}
.wraper {
  width: 1920px;
  height: 1080px;
  margin: 0 auto;
  display: none;
}
.wraper-left {
  width: 988px;
  height: 780px;
  float: left;
  background: #7200cb;
  padding: 30px 148px 150px 360px;
  position: relative;
}
.wraper-right {
  width: auto;
  height: 1080px;
  float: inherit;
  background: #c67bfa;
  position: fixed;
  top: 0;
  /* right: 167px; */
  right: 113px;
}
.wraper-right a img {
  position: relative;
  left: -95px;
  top: calc(50% - 306px);
}
.main-title {
  text-align: center;
  margin-left: -140px;
}
.main-title img{
  max-width: 70%;
}
.img-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-left: -50px;
}
.img-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.img-block ul li {
  width: 442px;
  /* height: 442px; */
  float: left;
  margin-right: 50px;
  text-align: center;
  display: inline-flex;
  /* margin-bottom: 10px; */
}
.img-block ul li:last-child, .img-block ul li:nth-child(2) {
  margin-right: 0;
}
.img-block ul li:last-child{
  width: 100%;
  margin-right: 0;
  text-align: center;
  float: none;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 5px;
  position: relative;
  right: 50px;
}
.img-block ul li img {
  max-width: 86%;
}
.img-block ul li:last-child img{
  width:513px;
  height:auto;
  max-width: 100%;
}
.img-block ul li:last-child a span{
  width:362px;
}
.img-block ul li a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.img-block ul li a:hover {
  color: #fff;
}
.img-block ul li a span {
  padding: 5px 90px 15px;
  display: block;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.85);
  -webkit-text-stroke: 1px rgba(198, 123, 250, 0.25);
  -webkit-text-fill-color: white;
  margin-top:-20px
}
.bot-lyric-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 0px;
}
.bot-lyric-btn img {
  margin-right: -70px;
  margin-top: -22px;
}
.bot-txt {
  /*margin-top: 15px;
  text-align: justify;
  text-align-last: justify;*/
  font-size: 25px;
  color: #faf2fd;
  line-height: 1.2;
  padding: 0 20px;
  letter-spacing: 0.05em;
  margin-left: -65px;
  text-align: center;
}
.right-bot-logo {
  float: right;
  position: absolute;
  bottom: 50px;
  max-width: 300px;
  right: 30px;
  left: 30px;
}
.right-bot-logo img {
  max-width: 100%;
  margin-top: 100px;
}
#sparkle-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999;
}

#hand {
  display: none;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 17%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
a.Accessibile {
  color: #7100cb;
  font-size: 1.5em;
}
a.Accessibile:focus,
#Accessibility:focus a {
  color: #fff;
}

.bot-txt {
  display: flex;
  align-items: center;
  padding: 16px 24px;
}
.footer-image {
  width: 297px;
  height: 98px;
  margin-right: 16px;
}

.footer-text p {
  margin: 0;
  line-height: 1.4;
  font-size: 25px;
}
.footer-text .line-1 {
  font-size: 35px;
}
@media(max-width:1024px){
  .bot-txt {
    font-size: 25px;
  }
}