@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: 'Kanit', 'Roboto', sans-serif,"Sarabun";
  font-weight: 300;
  color: #FFF;
  background: #000;
  /* background: rgb(160, 158, 158); */
}

a{
  color:white;
}
a:hover{
  text-decoration: none;
}
p {
  font-family: "Sarabun" !important;
}
span {
  font-family: "Sarabun" !important;
}
a.hover-white:hover{
  color:white;
}

a.hover-yellow:hover{
  color: #FFE600 !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 300;
}

@media (min-width: 992px) {
	.text-h1-size {
		font-size: 2.1875rem;
	}
	.text-h1-size span {
		font-size: 2.1875rem;
	}
}

.text-h1-size {
	font-size: 2.2rem;
}



.text-h1-size span {
	font-size: 1.85rem;
}

.text-h3-size{
  font-size: 1.375rem;
}


/* Navbar */

.header-top {
  background: #22166C;
  border-style: solid;
  border-width: 2px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-image: linear-gradient(90deg, rgba(203, 117, 255, 0) 4.17%, #CB75FF 50.52%, rgba(203, 117, 255, 0) 100%) 1;
  filter: drop-shadow(0px 4px 24px #000000);
}

.header-top a.nav-link:hover {
  transition: 0.5s ease;
  /* background: linear-gradient(transparent 50%, #FFE600); */
}

.header-top .nav-item.active .nav-link {
  color: #FFE600 !important;
}

.header-top .nav-item .nav-link:hover {
  color: #FFE600 !important;
}


.btn-danger {
    font-size: 1.6rem;
    color: #fff;
    background-image: linear-gradient(to right,#e00468 0%,#f32e3e 100%);
    border-radius: 7px;
}

.logo-small-size {
  width: 210px;
}

@media (max-width: 320px) {
  .header-top .navbar-brand {
    margin: 0 auto;
  }
}

/* Bottom Menu*/

.bottom-nav {
  background: #22166C;
    border-style: solid;
    border-width: 2px;
    /* border-top: 0; */
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image: linear-gradient(
90deg
, rgba(203, 117, 255, 0) 4.17%, #CB75FF 50.52%, rgba(203, 117, 255, 0) 100%) 1;
    filter: drop-shadow(0px 4px 24px #000000);
}

/*LOGIN FORM*/

.form-login-top{
  border-style: solid;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(90deg, rgba(203, 117, 255, 0) 4.17%, #CB75FF 50.52%, rgba(203, 117, 255, 0) 100%) 1;
}
.yellow-color {
    color: #fece41;
}
.login-btn{
  background: #6828CB;
  border-radius: 50px;
  text-shadow: 0px 4px 4px #000000;
  /* border: 3px solid; */
  /* border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #311A55 100%); */
  color:white;
}

.login-btn-rectangle{
  background: #6828CB;
  text-shadow: 0px 4px 4px #000000;
  /* border: 3px solid; */
  /* border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #311A55 100%); */
  color:white;
}


.login-btn:hover , .login-btn-rectangle:hover{
  color:white;
}

.register-btn{
  color:#000000;
  background: #FFE600;
  border-radius: 50px;
  border: 3px solid;
  /* border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #968704 100%); */
}

.register-btn-rectangle{
  color:#000000;
  background: #FFE600;
  border: 3px solid;
  /* border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #968704 100%); */
}


/*REGISTER FORM*/

.form-register{
  background: #12195C;
  border: 1px solid #CB75FF;
  box-shadow: 0px 0px 21px #CB75FF;
  border-radius: 10px;
}




/* INPUT STYLE*/

.border-radius-50{
  border-radius: 50px;
}


/*TEXT COLOR STYLE*/
.text-yellow{
  color: #FFE600;
}

.text-sky-light{
  color:#73FAE0
}


.card-gradient-purple{
  background: #1C144D;
  border-radius: 10px;
  border-style: solid;
    border-width: 1px;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(90deg, rgba(203, 117, 255, 0) 4.17%, #CB75FF 50.52%, rgba(203, 117, 255, 0) 100%) 1;
    text-indent: 30px;

}

/* SECTION GAME HOME PAGE*/

section.section-game{
  background: #1C144C;
  border-style: solid;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(
90deg
, rgba(203, 117, 255, 0) 4.17%, #CB75FF 50.52%, rgba(203, 117, 255, 0) 100%) 1;
}

.popular-game-card .thumbnail img{
  filter: drop-shadow(0px 0px 15px rgba(203, 117, 255, 0.74));
  box-shadow: 0px 0px 1px 0px #CB75FFBD;
  border: 1px solid #CB75FF;
  border-radius: 10px;

}


/* GAME HIT SECTION*/
 .game-hit-item{
  background: linear-gradient(313.48deg, rgba(203, 117, 255, 0.01) 31.47%, rgba(203, 117, 255, 0.63) 126.09%);
  border-radius: 38px 38px 38px 38px;
}

 .game-hit-item .box .description{
  text-indent: 35px;
}

 .game-hit-item .box .button-panel .btn-register{
  background: #FFE600;
  border-radius: 50px;
  color:#000000;
  border: 3px solid;
  padding: 15px;
  width:300px;

}


.conclusion{
  background: #1C144D;
  border-radius: 10px;
  border-style: solid;
    border-width: 1px;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(90deg, rgba(203, 117, 255, 0) 4.17%, #CB75FF 50.52%, rgba(203, 117, 255, 0) 100%) 1;
    text-indent: 30px;
}

.last-article{
  border-style: solid;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(90deg, rgba(203, 117, 255, 0) 4.17%, #CB75FF 50.52%, rgba(203, 117, 255, 0) 100%) 1;
}

.footer-layout{
  border-style: solid;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(90deg, rgba(203, 117, 255, 0) 4.17%, #CB75FF 50.52%, rgba(203, 117, 255, 0) 100%) 1;
}


.text-indent-30{
  text-indent: 30px;
}

.btn-yellow{
  background: #FFE600;
  color:#000000;
  border: 3px solid;
}


.btn-purple{
  background: #6828CB;
  text-shadow: 0px 4px 4px #000000;
  border: 3px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #311A55 100%);
}

.text-white-grey{
  color:rgba(233, 229, 246, 0.87);
}

.line-btn{
  background:#00c300;
  color:white;
}
.line-btn:hover{
  background:#00e000;
  color:white;
}

/* #line-wrap{
  max-width: 100%;
} */

@media (max-width: 960px) {
  #line-wrap{
    padding:0!important;
    max-width: 100%;
  }
}