body {
  background-color: #f6e3d2;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all .5s ease-in-out;
}

@media (max-aspect-ratio: 1 / 1) {
  body {
    height: 50vh;
    width: 100vw;
  }
}

@media (min-aspect-ratio: 1 / 1) , (aspect-ratio: 1 / 1){
  body {
    height: 50vh;
    width: 100vw;
  }
}

*::-webkit-scrollbar {
  width: 0;
  height: 15px;
}

*::-webkit-scrollbar-track {
  background: 0 0
}

*::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #e53528;
}

#about {
  font-family: 'Noto Sans SC', sans-serif;
  width: 100%;
  height: 100%;
  text-align: justify;
  font-size: 20px;
  line-height: 0;
  font-weight: 300;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

#about {
  color: #000000;
}

#about1 {
  width: 50%;
  height: calc(100vh * 8 /9);
  overflow-y: hidden;
}

#awards {
  font-family: 'Noto Sans SC', sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1310px;
}

.awards-info {
  width: 50%;
  margin-top: 10px;
  max-width: 640px;
}

.winner-info {
  width: 50%;
  max-width: 640px;
  border: 2px solid black;
  display: flex;
  align-items: flex-end;
  margin-left: 50px;
}

.winner-info2 {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  margin-right: 4px;
  width: 50%;
  max-width: 640px;
}

.w2 {
  width: 100% !important;
  margin-left: 0 !important;
}

.winner-info img {
  width: 50%;
  padding: 10px;
  max-width: 333px;
}

.winner-info div {
  padding: 10px 10px 10px 0;
}

.awards-info p {
  margin: 0;
  padding: 10px;
  border: 2px solid black;
}

.awards-info div {
  margin: 0px 0 5px 0;
  display: flex;
  justify-content: flex-end;
}

.awards-info svg {
  width: 200px;
}

.winner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
  justify-content: center;
}

h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

h2 {
  text-align: justify;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin: 0;
}

#tba {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 7vw;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  display: none;
}

#intro {
  position: absolute;
  /* background-color: #fff; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1024;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#head {
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  height: calc(100% / 9);
  display: flex;
  transition: all .5s ease-in-out;
  flex-direction: row;
  align-items: center;
  background: #c7342b;
}

#intro svg {
  width: 100vw !important;
}

.content {
  width: 100%;
  height: calc(100% * 8 /9);
  transform: translate(0px, 0px);
  visibility: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all .5s ease-in-out;
  display: flex;
  background-color: #1e69b2;
  justify-content: space-between;
}

/* #content {
  transition: opacity .5s ease-in-out;
} */

.content-jury {
  display: flex;
  width: 100vw;
  height: calc(100vh * 8 /9);
  transform: translate(0px, 0px);
  visibility: inherit;
  z-index: 1;
  top: calc(100vh / 9);
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  background-image: url(./images/6.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .5s ease-in-out;
}

#content-jury {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

*::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.logo {
  display: flex;
  position: absolute;
  left: 30px;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.logo a{
  display:inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.logo #logo {
  transform-origin: center;
  height: calc((100vh / 9) / 2);
  transition: all .3s ease-in-out;
  background-image: url(./images/logo.svg);
}

.logo #logo2023 {
  transform-origin: center;
  height: calc((100vh / 9) / 2);
  transition: all .3s ease-in-out;
  background-image: url(./images/logo2023.svg);
}

.logo #logo:hover {
  transform: rotate(72deg);
}

.menu {
    display: flex;
    max-width: 60vw;
    justify-content: flex-start;
    position: absolute;
    right: 30px;
    transition: all .5s ease-in-out;
    flex-direction: row-reverse;
}

.menu svg {
    height: 4vh;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center right;
}

.menu li {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 0 0 2vh;
}

.hover:hover {
    opacity: 1;
}

.hover {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

/* @media (max-aspect-ratio: 125 / 100) {
  .menu {
    left: calc(8vh + 30px);
  }
} */

.menu-a {
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.menu-a:hover {
  opacity: 1;
}

.menu svg * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu_button {
  cursor: pointer;
}

.menu_button:hover #menu-path {
  d: path('M125.118 49.154 10 49.154 0 32.769 0 0 115.118 0 125.118 16.385 125.118 49.154z'
    );
}

.menu_button:hover #menu-stroke {
  transform: translate(-10px, -16.3845px);
}

.menu_button:hover rect {
  transform: translate(-10px, -16.3845px);
}

.menu_button:hover g {
  transform: translate(-10px, -16.3845px);
}

nav.menu ul {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
}

nav.menu li {
  display: flex;
  padding: 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  height: 100%;
  flex-direction: column;
}

#menu-m-list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #fff;
  opacity: 0;
  z-index: 999;
  width: 0px;
  height: calc(100vh * 9 /10);
  top: calc(100vh / 10);
  visibility: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  font-size: 0px;
  line-height: 0;
  background-color: #1e69b2;
}

#menu-m-list li {
  display: block;
  height: calc(100vh * 9 / 100);
  padding: 3vh 0 0 0;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu-m-list img {
  padding-bottom: 0px;
  height: 100%;
}

#lang svg {
  height: 40px;
}

#menu-m {
  visibility: hidden;
  position: absolute;
  float: right;
  right: 30px;
  line-height: 0;
  cursor: pointer;
  /* top: 60px; */
}

#menu-m svg {
  height: 5vh;
  transition: height .8s ease-in-out;
}

#menu-m-closed {
  visibility: hidden;
  position: absolute;
  float: right;
  right: 30px;
  line-height: 0;
  cursor: pointer;
  /* top: 60px; */
}

#menu-m-closed svg {
  height: 5vh;
  transition: height .8s ease-in-out;
}

#video1 {
  margin: 0 auto;
  height: auto !important;
  width: 25%;
}

#video2 {
  padding: 10px;
  border: 2px solid black;
  height: auto !important;
  max-width: 1310px;
  margin: 0 auto 100px;
}

@media (min-width: 1025px) and (min-aspect-ratio: 1 / 1) {

  #menu-m,
  #menu-m-closed,
  #menu-m-list {
    display: none;
  }
}

@media (aspect-ratio: 1 / 1) {

  #menu-m,
  #menu-m-closed,
  #menu-m-list {
    display: block;
  }
}

#masonry {
  height: calc(100vh * 8 /9);
  width: calc(100% - 60px);
  overflow: hidden overlay;
  background-color: #fdf7dc;
}

@media (max-width: 1024px) {
  .menu {
    display: none;
  }

  #about-c,
  #awards {
    text-align: justify;
    font-size: 14px;
    width: calc(100% - 30px);
    bottom: unset;
    line-height: 1.5;
    margin-left: 0;
    flex-direction: column;
    left: 15px;
    padding-bottom: 15px;
  }

  #about-c {
    width: 100%;
  }

  #video1 {
    height: auto !important;
    width: 100%;
  }

  #tba {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 11vw;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    display: none;
  }

  #menu-m {
    visibility: visible;
    right: 15px;
    /* top: calc((100vh / 10) / 4); */
    display: block;
  }

  #menu-m-closed {
    visibility: hidden;
    right: 15px;
    /* top: calc((100vh / 10) / 4); */
  }

  .content {
    width: 100%;
    transform: translate(0px, 0px);
    visibility: inherit;
    z-index: 1;
    top: calc(100vh / 10);
    height: calc(100% * 9 /10);
    left: 0;
  }

  .content-jury {
    width: 100%;
    height: calc(100vh * 9 /10);
    transform: translate(0px, 0px);
    visibility: inherit;
    z-index: 1;
    top: 10vh;
    left: 20px;
  }

  #masonry {
    height: calc(100vh * 9 /10);
    width: calc(100% - 30px);
  }

  #head {
    height: calc(100% / 10);
  }

  .logo {
    left: 15px;
    top: calc((100vh / 10) / 5);
  }

  .logo svg {
    height: calc((100vh / 10) / 1.5);
  }

  .winner {
    display: flex;
    align-items: flex-end !important;
    margin-bottom: 40px;
    flex-direction: column;
  }

  #video2 {
    margin-bottom: 40px;
  }

  .winner-info {
    margin-left: 0;
  }

  .winner-info2 {
    width: 100%;
    margin-right: 0;
  }

  .awards-info {
    width: 100%;
    border-top: 0;
  }

  .winner-info {
    width: calc(100% - 4px);
    border-top: 0;
    max-width: 636px;
  }

  .w2 {
    width: calc(100% - 4px) !important;
    margin-left: 0 !important;
  }

  #awards {
    width: 100%;
  }

  h1 {
    line-height: 1.5 !important;
  }

}

.kvd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: calc(100% - 60px);
  justify-content: space-around;
}

#kv2023 {
  position: relative;
  height: calc(100vh * 0.7);
  background-repeat: no-repeat;
  background-color: #1e69b2;
  transition: all .5s ease-in-out;
}


@media (max-aspect-ratio: 1 / 1) {
  .menu {
    display: none;
  }

  #menu-m {
    visibility: visible;
  }

  #kvd {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate(0px, 0px);
    transition: all 0.3s ease-in-out;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .about-wallpaper .kvd{
    width: 50%  !important;
  }

  .kvd {
    width: calc(100% - 30px) !important;
}
  #kvd .about_t,#right .about_t,.cs .about_t {
    width: 100% !important;
    background-size: 150%;
  }

  #kvlogo2022 {
    position: relative;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-image: url(images/4m.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #menu-m-list li {
    height: calc(100vh * 9 / 150);
  }
}

#kvlogo2022svg {
  width: 100%;
  height: 100%;
  transform: translateY(-10%);
  opacity: 0;
  transition: all .4s ease-in-out;
}

@media (min-aspect-ratio: 1/1) {
  #kvd {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate(0px, 0px);
    flex-direction: row;
    justify-content: space-between;
  }

  #kvm {
    display: none;
  }

  #menu-m-list {
    visibility: hidden;
  }

  #kvlogo2022 {
    position: relative;
    width: calc(100% - 30px);
    height: 100%;
    background-image: url(images/6.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (aspect-ratio: 1/1) {
  #kvd {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate(0px, 0px);
    transition: all 0.3s ease-in-out;
    flex-direction: row;
    justify-content: center;
  }

  #kvm {
    display: none;
  }

  #menu-m-list {
    display: none;
  }

  #kvlogo2022 {
    position: relative;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    background-image: url(images/6.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

}

@media (max-width: 1285px) {
  /* .menu {
    right: 10vw;
  } */

  nav.menu li {
    padding: 0;
  }
}

.masonry {
  margin: 60px 2% 0;
  left: 0;
  line-height: 0;
  display: block;
}

.masonry-awards {
  width: calc(100% - 80px);
  margin: 80px 0 30px;
  left: 60px;
}

.masonry img {
  cursor: pointer;
  width: 100%;
  display: block;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  /* box-shadow: 5px 5px 1px #e53528; */
}

.masonry-awards img {
  cursor: pointer;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  box-shadow: 5px 5px 0px #1e69b2;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .masonry-awards {
    margin: 60px 0 0 0;
    width: calc(100% - 60px);
    left: 60px;
  }

  .masonry-awards img {
    cursor: pointer;
    max-width: calc(100% - 15px);
    margin: 0 auto;
    box-shadow: 5px 5px 0px #000000;
  }

  .content-jury {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .masonry {
    margin: 45px 0 0 0;
    width: 100%;
    left: 0px;
  }

  .content-jury {
    left: 0px;
  }
}

.masonry img:hover {
  transform: scale(1.03);
}

.masonry img {
  transition: transform 200ms linear;
}

.masonry .col {
  margin-bottom: 60px;
}

.col {
  display: block;
  /* float: left; */
}

.col-3 {
  width: calc((100% - 120px) / 3);
  padding-right: 40px;
}

.col-4 {
  width: 25%;
  /* padding-right: 20px; */
}

@media (max-width: 768px) {
  .col {
    width: 100%;
    float: none;
  }

  .masonry .col {
    margin-bottom: 46px;
    /* padding-left: 15px; */
  }

  .col-4 {
    padding-right: 0px;
}
}

#title2021 {
  width: 50%;
  margin: 50px 0 30px;
  max-width: 500px;
  min-width: 290px;
}

#awardstitle2021 {
  width: 50%;
  margin: 50px 0 20px;
  max-width: 500px;
  min-width: 270px;
}

.awards {
  display: flex;
  vertical-align: top;
  margin-bottom: 60px;
  overflow-x: auto;
  pointer-events: painted;
  border: 2px solid black;
}

/* .shortlist {
  flex: 0 0 100%;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 30px;
} */

/* .shortlist3 {
  flex: 0 0 200% !important;
}

.shortlist8 {
  flex: 0 0 120% !important;
} */

.shortlist p,
.shortlist span {
  font-family: 'Noto Sans SC', sans-serif;
  line-height: 1.8;
  font-size: 16px;
  margin-right: 2%;
  letter-spacing: 0px;
}

.shortlist ::-webkit-scrollbar {
  display: block;
  /* Chrome Safari */
}

.awards-title {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.awards-title svg {
  width: 200px;
}

/* @media (max-width: 1024px) {
  .shortlist {
    flex: 0 0 200%;
    width: calc(100% - 30px) !important;
    margin-left: 15px;
  }

  .shortlist3 {
    flex: 0 0 350% !important;
  }

  .shortlist8 {
    flex: 0 0 250% !important;
  }
} */

/* @media (max-width: 768px) {
  #shortlist {
    font-size: 14px;
    line-height: 1.5;
  }

  .shortlist {
    flex: 0 0 400%;
  }

  .shortlist3 {
    flex: 0 0 700% !important;
  }

  .shortlist4 {
    flex: 0 0 350% !important;
  }

  .shortlist8 {
    flex: 0 0 400% !important;
  }
} */

.doge-inner-player {
  border-radius: 0px !important;
}

.doge-inner-player.doge-player-dp {
  width: 100% !important;
}

@media (max-width: 500px) {
  .winner-info img {
    width: calc(100% - 20px);
    padding: 10px 0;
    max-width: 100%;
  }

  .winner-info {
    flex-direction: column;
    align-items: center;
  }

  h1 {
    text-align: right;
  }

  .winner-info div {
    padding: 0 10px 10px;
  }

  .content {
    top: calc(100vh / 10);
    height: calc(100% * 9 /10);
  }
}

@media (max-width: 1150px) {
  h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 14px;
    line-height: 1.5;
  }
}

.winbox {
  width: calc(100vw - 80px) !important;
  max-width: 480px;
  height: calc(100vh - 120px) !important;
  transform: translate(calc(50vw - 240px), 60px) !important;
}

@media (max-width: 800px) {
  .winbox {
    width: calc(100vw - 30px) !important;
    height: calc(100vh - 30px) !important;
    transform: translate(15px, 15px) !important;
  }
}

.jury {
  line-height: 0;
}

.jury img {
  width: 100%;
}

#nprogress .bar {
  background: #c7342b !important;
  height: 5px !important;
}

#nprogress .peg {
  box-shadow: 0 0 10px #c7342b, 0 0 5px #c7342b !important;
}

#nprogress .spinner-icon {
  width: 32px !important;
  height: 32px !important;
  border-color: #c7342b #0000 #0000 #c7342b !important;
  border-width: 5px !important;
}

.audiojs {
  width: 100% !important;
  background: #000 !important;
  background-image: unset !important;
}

.audiojs .scrubber {
  width: calc(100% - 170px) !important;
}

.audiojs .loaded {
  background: #e53528 !important;
  background-image: unset !important;
}

.audiojs .progress {
  background: #fff !important;
  background-image: unset !important;
}

.side {
  height: 100%;
  width: 30px;
  background: #fec90d;
}

.awards2023 .side {
    background: #1e69b2;
}

.awards2023 #masonry {
    height: calc(100vh * 8 /9 - 30px);
    background-color: #fec90d;
}

.about {
  display: flex;
  width: calc(100% - 60px);
  /* flex-direction: row-reverse; */
}


.about1,.about2 {
  overflow-y: overlay;
  height: calc(100vh * 7 / 9);
}

#left,#right {
  width: 50%;
}

.about_t {
  position: relative;
  height: calc(100vh * 8 / 9 * 0.125);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #1e69b2;
  background-position: left center;
  transition: all .5s ease-in-out;
}

#cd {
  font-family: 'Noto Sans SC', sans-serif;
  width: calc(50% - 30px);
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  height: calc(100vh * 8 /9);
  overflow: overlay;
}

#about-wallpaper {
  font-family: 'Noto Sans SC', sans-serif;
  width: calc(50% - 30px);
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  height: calc(100vh * 8 /9);
  overflow: overlay;
  background-color: #f6e3d2;
}


#cd1 {
  width: 30px;
}

#cd p,
#about-wallpaper p {
  padding: 0 24px;
  line-height: 1.5;
}

#cd2 {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.kvd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(100% - 60px);
}

.about-wallpaper .kvd {
  width: 50%;
}

.about-wallpaper .about_t {
  width: 100% !important;
}

@media (max-width: 1024px) {
  .about {
    width: calc(100% - 30px);
  }

  .side {
    width: 15px;
  }

  #about2c {
    height: calc(100vh * 9 /10);
  }

  .about2c {
    height: calc(100vh * 0.9 / 8 *7);
  }

  .about2t {
    height: calc(100vh * 9 / 10 /8);
  }

  #cd1 {
    width: 15px;
  }

  #cd,
  #about-wallpaper {
    height: calc(100vh * 9 / 10);
    left: 0;
    font-size: 14px;
    width: calc(50% - 15px);
    position: relative;
  }

.kv2023 {
    position: relative;
    height: calc(100vh * 8 / 9);
    background-image: url(./images/2023footer.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #1e69b2;
    background-position: left center;
    transition: all .5s ease-in-out;
}
}

@media (max-width: 768px) {
  .about {
    display: block;
    height: calc(100vh * 9 /10);
    overflow: overlay;
  }

  #left,#right {
    overflow-y: hidden;
    height: unset;
    width: 100%;
  }

  .about1,.about2 {
    height: unset;
  }

  .cdaudio {
    font-size: 13px;
    padding: 0 !important;
  }

  .about-wallpaper .kvd{
    display: none;
  }

  #cd2 {
    width: 15px;
  }

  #cd,
  #about-wallpaper {
    width: calc(100% - 30px);
  }

  .about-wallpaper-r3 {
    background-image: linear-gradient(270deg, #fff0 0, #fff0 15px, #dcdddd 0, #dcdddd), linear-gradient(180deg, #fff0 -1px, #000 1px, #000 0, #000 20%, #e53528 0, #e53528) !important;
  }

  .cd-r1 {
    height: 12.5%;
    background-image: linear-gradient(270deg, #ff908d 0, #ff908d 15px) !important;
    width: 100%;
  }

  .cd-r2 {
    height: 12.5%;
    background-image: linear-gradient(270deg, #dcdddd 0, #dcdddd 15px, #fff 0, #fff) !important;
    width: 100%;
  }

  .cd-r3 {
    background-image: linear-gradient(270deg, #fff0 0, #fff0 15px, #dcdddd 0, #dcdddd), linear-gradient(180deg, #fff0 -1px, #ff908d 1px, #ff908d 0, #ff908d 20%, #fce95e 0, #fce95e) !important;
  }

  .cd-r4 {
    background-image: linear-gradient(270deg, #e53528 0, #e53528 15px) !important;
  }
}