body {
  font-family: "Kanit", sans-serif;
  text-align: center;

  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;

  background-color: #180b02;
  text-decoration: none;
  color: #f3f3f3;
}
p {
  color: #fdfdfd;
}
.som {
  text-align: center;
  margin-top: 50%;
}
.som p {
  font-size: 50px;
}
.som img {
  width: 50%;
}

.topic {
  padding: 10px;
  text-align: center;
  font-family: "Kanit", sans-serif;

  text-shadow: 0px 3px 10px #e169c2;
  color: rgb(248, 247, 247);
}

.img_banner img {
  width: 20%;
}

.logo img {
  width: 25%;
}
.video{
  padding-top: 50px;
  width: 400px;
}
.ads img {
  padding-top: 50px;
  width: 30%
}
.wmax img {
 
  width: 30%;
}
.content_main {
  box-shadow: 0 0 5px solid #e169c2;
  background-color: rgb(33, 6, 0);
  margin: 20px 20px 20px 20px;
  border: 1 1 5 solid rgb(207, 87, 6);
  border-radius: 18px;
  color: aliceblue;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.footer1 {
  position: fixed;
  left: 0;
  bottom: -7px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.content_header {
  text-shadow: 0px 4px #000000;
  color: rgb(250, 248, 248);
  background-color: #14003d;
}
.content_header img {
  width: 50%;
}

.content_header video {
  width: 50%;
}
.text {
  color: aliceblue;
  font-size: 30px;
}

.footer-btn {
  display: block;
  position: fixed;
  left: 0;

  bottom: 0px;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-decoration: none;

  background: linear-gradient(to bottom, #040274 5%, #040274 50%, #040274 100%);
  box-shadow: 0 0 15px #004df3, 0 0 5px #004df3, 0 0 5px #004df3,
    0 0 5px #004df3;
  font-family: "Kanit", sans-serif;
  color: #000000;
  border: 2px solid #004468;
}

.myButton {
  box-shadow: inset 0px 1px 9px 2px #f8d404;
  background: linear-gradient(to bottom, #ce0101 5%, #fff700 50%, #ce0101 100%);
  background-color: #fff700;
  border-radius: 15px;
  border: 3px solid #fff700;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 100px;
  text-decoration: none;
  /* text-shadow: -1px 0px 0px #ffee66; */
  margin-top: 10px;
}
.myButton:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background: none;
}
.myButton:active {
  position: relative;
  top: 1px;
}

body {
  margin: 0;
  font-family: "Kanit", sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: rgb(28, 0, 0);
}
.video_m video {
  margin-top: 2%;
  width: 50%;
}
.photo {
  margin-top: 3%;
}

.photo img {
  width: 20%;
  margin-top: 1%;
}
.photo p {
  color: #f3f3f3;
}
.br {
  margin-top: 2000px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #3d1000;
  color: white;
}

.topnav .icon {
  display: none;
}

.footer {
  bottom: 0px;
  text-align: center;
}

.footer a {
  color: #ffffff;
}

.footer .footer-btn {
  /* margin-top: 500px; */
  display: none;
}
.footer-2 {
  text-align: center;
  background:none;
  color: #f3f3f3;

  /* position: fixed; */
  margin-top: 30px;

  /* margin-top: 180px; */
}
.WDL video{
  margin-top: 2%;
  width: 30%;
}

.gamefootpc img {
  width: 2%;
}
.gamefootpc img:hover {
  transform: scale(1.3);
  box-shadow: 0 0 15px #0096fa, 0 0 5px #0096fa, 0 0 5px #0096fa,
    0 0 5px #0096fa;
  border-radius: 60px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .footer {
    padding-right: 30px;
  }
  .footer-2 {
    margin-top: 10px;
  }
  .gamefootpc img {
    width: 5%;
  }
  .logo img {
    width: 90%;
  }
  .ads img {
    width: 90%;
  }
  .wmax img {
   margin-top: 10px;
    width: 80%;
  }
  .WDL video{
    margin-top: 2%;
    width: 70%;
  }

}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .content_header img {
    width: 100%;
  }

  .content_header video {
    width: 100%;
  }
  .photo img {
    margin-top: 2%;
    width: 80%;
  }

  .video_m video {
    width: 100%;
  }
}
.footer1 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #130800;
  color: white;
  text-align: center;
}
