.body {
  background-color: #28134f;
}

.section_main {
  background-image: linear-gradient(#000, #28134f);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.light {
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle farthest-side, #7442d1, #0000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block_chara {
  cursor: auto;
  justify-content: center;
  align-items: flex-end;
  height: 55%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.chara {
  height: 100%;
  position: relative;
}

.eyes {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo {
  height: 25%;
  position: absolute;
  inset: auto auto 49%;
}

.h1 {
  z-index: 50;
  color: #9646ff;
  text-align: left;
  margin: 25px;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.white {
  color: #bd8aff;
}

.header_right {
  justify-content: flex-end;
  align-items: center;
  margin: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.audio {
  background-color: #19143a;
  background-image: linear-gradient(#19143a1a, #19143a1a), url('../images/audio.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 63%;
  border-radius: 11px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 0;
}

.audio:hover {
  background-color: #261f50;
  background-image: url('../images/audio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 63%;
}

.x {
  background-color: #19143a;
  background-image: linear-gradient(#19143a1a, #19143a1a), url('../images/x.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 65%;
  border-radius: 11px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 0;
}

.x:hover {
  background-color: #261f50;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65%;
}

.tg {
  background-color: #19143a;
  background-image: linear-gradient(#19143a1a, #19143a1a), url('../images/tg.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
  border-radius: 11px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 0;
}

.tg:hover {
  background-color: #261f50;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.button_header {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(0deg, #6d39d3, #7439e7);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-left: 10px;
  padding: 0 25px;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
}

.button_header:hover {
  background-image: linear-gradient(0deg, #8450eb, #8b52fa);
}

.about {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(0deg, #6d39d3, #7439e7);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 7%;
  margin-left: -21px;
  margin-right: 0;
  padding: 0 25px;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
  position: absolute;
  inset: 30% auto auto 0%;
}

.about:hover {
  background-image: linear-gradient(0deg, #8450eb, #8b52fa);
}

.message {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ca {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(0deg, #6d39d3, #7439e7);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-left: 10px;
  padding: 0 25px;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
}

.ca:hover {
  background-image: linear-gradient(0deg, #8450eb, #8b52fa);
}

@media screen and (max-width: 991px) {
  .h1 {
    text-align: center;
    top: 7%;
    left: auto;
  }

  .header_right {
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .block_chara, .logo {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .block_chara {
    width: 63%;
  }

  .logo {
    width: 70%;
    bottom: 34%;
  }

  .h1 {
    margin: 10px;
    font-size: 18px;
    line-height: 28px;
    top: 30%;
  }

  .header_right {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .audio {
    width: 40px;
    height: 40px;
  }

  .x {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 5px;
  }

  .tg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .button_header, .ca {
    width: 90%;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-Bold.ttf') format('truetype'), url('../fonts/Oxanium-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}