/* General Reset */

#root,
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
}

body {
  font-family:"Noto Sans", sans-serif;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  text-transform:uppercase;
}

#root {
  position: relative;
  z-index: 0;
  overflow: hidden scroll;
  height: 100%;
  width: 100%;
}

/* Grid Section Styling */
.grid-section {
  padding: 25px;
}

@media screen and (min-width: 1024px) {
  .grid-section {
    height: 768px;
  }
}

@media screen and (max-width: 1024px) {
  .grid-section {
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .grid-section.one {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 36px;
  }
}

@media screen and (max-width: 1024px) {
  .grid-section.one {
    display: block;
  }
}

/* Column Styling */
.column {
  padding: 15px;
  text-align: center;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1024px) {
  .column {
    padding: 15px 0;
  }
}

@media screen and (min-width: 1024px) {
  .column .left-col {
    float: right;
    margin-right: 5%;
  }
}

.column  h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 23px;
  color: rgb(0, 0, 0);
  line-height: 30px;
  letter-spacing: 0;
  list-style-type: none;
  background-color: rgb(255, 255, 255);
  width: fit-content;
  padding: 5px;
  margin: 0 auto 10px;
}

.column h3 a {
  font-weight: 700;
  font-style: normal;
  color: rgb(0, 0, 0);
  cursor: pointer;
  text-decoration: none;
}

.column .left-col .nige-images {
  width: 417.128px;
  height: 575.68px;
  transform: translate(0px, 0px) rotate(0deg);
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .column .left-col .nige-images {
    width: 317.634px;
    height: 420.449px;
    margin: 0 auto;
  }
}


.column .left-col .nige-img{
  width: 317px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .column .left-col .nige-img {
    width: 217px;
  }
}

.column .left-col .nige-content{
  width: 380px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .column .left-col .nige-content {
    width: 280px;
  }
}

.column .right-col {
  max-width: 512.578px;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  border: 4px solid rgb(255, 255, 255);
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .column .right-col {
    float: left;
    margin-left: 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column .right-col,  .column .left-col {
   margin: 0 auto;
   float: none;
  }
}

@media screen and (max-width: 767px) {
  .column .right-col {
   margin: 0 auto;
   max-width: 380px;
   width: 100%;
   border: 3px solid rgb(255, 255, 255);
  }
}

@media screen and (max-width: 480px) {
  .column .right-col {
   margin: 0 auto;
   max-width: 270px;
  }
}

.column .right-col .nige-header {
  writing-mode: horizontal-tb;
  width: 206.331px;
  height: 31.3081px;
  transform: scale(1.7, 1.7);
  transform-origin: 0px 0px;
  margin-bottom: 30px;
}

.column h1 {
  font-family: "Noto Sans",sans-serif;
  padding: 0px;
  line-height: 34px;
  font-size: 26.8495px;
  font-weight: 900;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-kerning: none;
  text-decoration: none;
  margin: 0;
  transform: translate(48px, -4.34247px);
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .column .right-col .nige-header {
    transform: scale(1.5, 1.5);
  }
}

@media screen and (max-width: 480px) {
  .column .right-col .nige-header {
    transform: scale(1.3, 1.3);
  }
}

@media screen and (max-width: 480px){
  .column h1  {
     transform: translate(3px, -4.34247px);
  }
}

@media screen and (min-width: 481px) and (max-width: 767px){
  .column h1  {
     transform: translate(17px, -4.34247px);
  }
}

.nige-rules {
  padding: 15px 20px;
}

.nige-rules ul {
  max-width: 505px;
  width: 100%;
  margin-left: 0;
  margin-block-end: 1em;
  padding-inline-start: 20px;
  padding-inline-end: 5px;
}

@media screen and (min-width: 480px) and (max-width: 767px){
  .nige-rules ul  {
    max-width: 380px;
  }
}

@media screen and (max-width: 480px) {
  .nige-rules ul {
    max-width: 327.6px;
    width: 100%;
    padding-inline-start: 10px;
  }
}
    
.nige-rules ul li {
  color: rgb(255, 255, 255);
  list-style-type: disc;
}

@media screen and (max-width: 767px) {
  .nige-rules ul li {
   font-size: 12px;
  }
}

.nige-rules ul li p {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  line-height: 26px;
  font-style: normal;
  font-kerning: none;
  text-decoration: none;
  letter-spacing: 0.033em;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-right: 5px;
}

@media screen and (max-width: 480px){
  .nige-rules ul li p {
    letter-spacing: 0;
    line-height: 20px;
    font-size: 13px;
  }
}

.nige-rules ul li p span {
  color: rgb(205, 26, 26);
  text-decoration: underline;
}

.grid-section.two {
  margin: 72px 0 36px;
}

.stream-nige-online h1 {
  font-family: "Noto Serif", serif;
  text-decoration: underline;
  font-size: 49px;
  line-height: 64px;
  transform: none;
}

@media screen and (max-width: 767px) {
  .stream-nige-online h1 {
   font-size: 46px;
  }
}

@media screen and (max-width: 480px){
  .stream-nige-online h1 {
   font-size: 39px;
   line-height: 45px;
  }
}

.stream-nige-online .stream-content {
  margin: 50px auto;
  max-width: 737px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .stream-nige-online .stream-content {
    margin: 18px auto;
  }
}

.stream-nige-online .stream-content p {
  font-size: 19px;
  margin: 36px 0;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0;
}

@media screen and (max-width: 480px) {
  .stream-nige-online .stream-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0;
  }
}

.stream-nige-online .stream-content .stream-logo {
  display: flex;
}

.stream-nige-online .stream-content .stream-logo a:nth-child(2) {
  margin: 0 20px;
}

.stream-nige-online .stream-content .stream-logo a img{
  width: 85%;
}

@media screen and (max-width: 480px) {
  .stream-nige-online .stream-content .stream-logo {
    display: block;
  }
  .stream-nige-online .stream-content .stream-logo a:nth-child(1) img {
    width: 191.127px;
    height: 75.8473px;

  }

  .stream-nige-online .stream-content .stream-logo a:nth-child(2) img {
    width: 86.9671px;
    height: 75.8473px;
  }

  .stream-nige-online .stream-content .stream-logo a:nth-child(3) img {
    width: 207.763px;
    height: 75.8473px;
  }
}

footer {
  margin: 72px 0;
  text-align: center;
}

footer div a {
  line-height: 24px;
  font-size: 12px;
  text-decoration: underline;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
  font-weight: 800;
}

footer p {
  margin-top: 20px;
}

footer p span {
  font-size: 18px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

footer img {
  width: 82.9113px;
  height: 27.2983px;
}