@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,
body {
    /* font-family: 'Noto Sans Thai', 'Kanit', sans-serif; */
}

@font-face {
    font-family: 'fontmain';
    src: url(../fonts/FT\ Meuang\ BL-Bold.ttf);
}

@font-face {
    font-family: 'fontmainB';
    src: url(../fonts/FT\ Meuang\ PS-Bold.ttf);
}

.fontMain {
    font-family: 'fontmain';
}
html,
body {
    font-family: 'Noto Sans Thai', 'Kanit', sans-serif;
}
a {
    color: #f7941c;
    text-decoration: none;
  }
  
  a:hover {
    color: #73c5eb;
    text-decoration: none;
  }
.headerCustom {
    /* background: radial-gradient(circle farthest-corner at 45px 45px, rgba(140, 62, 211, 1) 0%, rgba(71, 0, 182, 1) 56%, rgba(33, 0, 85, 1) 100%); */
    background: radial-gradient(circle farthest-corner at 12rem 11rem, rgb(33 0 85 / 56%) 0%, rgb(71 0 182 / 54%) 56%, rgb(140 62 211 / 67%) 100%);
    background: radial-gradient(circle, rgba(140, 62, 211, 1) 0%, rgba(71, 0, 182, 1) 56%, rgba(33, 0, 85, 1) 100%);
    background-color: #00000069;
    height: 6rem;
    /* border-radius: 0 0 1.5rem 1.5rem; */
    backdrop-filter: blur(7px);
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    box-shadow: rgb(0 0 0 / 9%) 8px 6px 10px 0px;
}
.headerCustom .menu{
    display: flex;
    align-items: center;
}
.headerCustom .menu>.group{
    width: 100%;
}
.headerCustom .menu>.group.center{
    text-align: center;
}
.headerCustom .menu>.group.center>.logo{
    /* background-color: #0000003d; */
    /* backdrop-filter: blur(1rem); */
    max-width: 10rem;
    margin: auto;
    margin-top: 4px;
}
.headerCustom .menu>.group.center>.logo>img{
    max-width: 10rem;
}
.headerCustom .menu>.group.right{
    text-align: end;
    position: relative;
}
.headerCustom .menu>.group.left{
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1rem;
    text-wrap: nowrap;
}
.homepageintro{
    background: rgb(140, 62, 211);
    background: radial-gradient(circle, rgba(140, 62, 211, 1) 0%, rgba(71, 0, 182, 1) 56%, rgba(33, 0, 85, 1) 100%);
    background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #8134ce, #24005c, #4301ad, #8033ce);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 100vh;
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    /* background-image: url(); */
    /* padding: 2rem; */
}
.homepageintro::before{
    /* content: '';
    background-image: url(../img/bg-art-vr.png);
    width: 100%;
    position: absolute;
    height: 100vh;
    background-repeat: no-repeat;
    opacity: .15;
    background-size: 100vmin;
    background-position: right bottom; */
}
/* .homepageintro::after{
    content: '';
} */
.section-effect{
    position: relative;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #4e0bb4;
  background: radial-gradient(circle, rgba(140, 62, 211, 1) 0%, rgba(71, 0, 182, 1) 56%, rgba(33, 0, 85, 1) 100%);
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #009207;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffda03;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f4f4f4;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #009207;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Noto Sans Thai',"Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #894de6;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a16be6;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 2px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.4;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #a16be6;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffda03;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

@media screen  and (min-width:720px){
    .showMobile{
        display: none;
        transition: all .3s;
    }
}
@media screen  and (max-width:720px){
    .headerCustom .menu>.group.left{display: none;}
    .headerCustom .menu>.group.right{
        display: none;
    }
    .showMobile{
        display: block;
        font-size: 2.5rem;
        position: absolute;
        right: 1.5rem;
        top: 1.25rem;
        color: #00b1db;
        transition: all .3s;
    }
}


.TxtLogoFooter{line-height: 1.3;}
.TxtLogoFooter .title{
    font-size: 1.4rem;
}
.TxtLogoFooter .subtitle{font-size: 1.2rem;}

.showAdmin .box {
    text-align: center;
}

.showAdmin .box .img {
    overflow: hidden;
    margin: auto;
    height: 10rem;
    max-width: 10rem;
    border-radius: 51%;
    border: 5px solid #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-bottom: 1rem;
    /* border-bottom: 2rem solid #fff; */
}

.showAdmin .box .img img {}

.showAdmin .box .name {
    font-weight: 600;
    font-size: 1.1rem;
    color: #db0091;
}

.showAdmin .box .position {
    font-size: .85rem;
}
.about .textAbout{text-align: center;font-size: 1.35rem;}
.about .textAbout strong{
    color: #db0091;
}
.about .subtextAbout{
    text-align: center;
    margin-top: .5rem;
}
.textAbount25{
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: rgb(19 19 19 / 65%) 0px 8px 24px;
}


.page-area {
    position: relative;
    z-index: 5;
}

.page-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.page-shape-1 img {
    width: 100%;
}

@media (max-width: 767px) {
    .page-shape-1 {
        display: none;
    }
}

.page-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.page-shape-2 img {
    width: 100%;
}

@media (max-width: 767px) {
    .page-shape-2 {
        display: none;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f3f5fa;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #894de6;
    text-shadow: 1px 1px white;
  }
  
  .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #db0091;
    bottom: 0;
    left: calc(50% - 20px);
  }
  
  .section-title p {
    margin-bottom: 0;
  }


.page-area {
    position: relative;
    z-index: 5;
}

.page-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.page-shape-1 img {
    width: 100%;
}

@media (max-width: 767px) {
    .page-shape-1 {
        display: none;
    }
}

.page-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.page-shape-2 img {
    width: 100%;
}

@media (max-width: 767px) {
    .page-shape-2 {
        display: none;
    }
}


/*===========================
	ABOUT css 
===========================*/

.about-area {
    position: relative;
    z-index: 5;
    font-size: 1rem;
}

.about-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.about-shape-1 img {
    width: 100%;
}

@media (max-width: 767px) {
    .about-shape-1 {
        display: none;
    }
}

.about-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.about-shape-2 img {
    width: 100%;
}

@media (max-width: 767px) {
    .about-shape-2 {
        display: none;
    }
}

.about-content {
    max-width: 520px;
    font-size: .7rem;
}

.about-content .text {
    margin-top: 0;
    text-indent: 2.5em;
    color: #6d6d6d;
    margin-bottom: 1.5rem;
}

.about-content .main-btn {
    /* background: -webkit-gradient(linear, left top, right top, from(#62a507), color-stop(50%, #fe6e9a), to(#62a507)); */
    /* background: linear-gradient(to right, #8dc63f 0%, #6fa724 50%, #8dc63f 100%); */
    background: radial-gradient(circle, rgb(191 120 255) 0%, rgb(111 56 199) 56%, rgb(55 0 140) 100%);
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    /* margin-top: 40px; */
    margin-right: 1rem;
    /* animation: shiny-btn1 3s ease-in-out infinite; */
    position: relative;
    overflow: hidden;
}

.about-content .main-btn:hover {
    background-position: right center;
}
.nav-link{
  color: #c3ddf7;
}
.boxMenuToSection{
  
}
.contentTitle{

}
.contentTitle .item{background-color: #ffffffb0;/* background: radial-gradient(circle, rgb(191 120 255 / 52%) 0%, rgb(84 26 176 / 46%) 56%, rgb(57 0 146 / 37%) 100%); */min-height: 10rem;margin-bottom: 2rem;display: grid;align-content: center;padding: 1rem;border-radius: 1rem;cursor: pointer;backdrop-filter: blur(4px);transition: all .4s;/* animation: move 13s 0s infinite; *//* transform-style: preserve-3d; */position: relative;}
.contentTitle .item:hover{
  transition: all .4s;
  background-color: #fff;
}
.about-content .main-btn::before{
  content: '';
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.about-content .main-btn-border-green::before{
  content: '';
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #4e17a4;
  background: radial-gradient(circle, rgb(191 120 255) 0%, rgb(111 56 199) 56%, rgb(55 0 140) 100%);
  animation: shiny-btn1 3s ease-in-out infinite;
}
.bgCustom3{
  background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #8134ce, #24005c, #4301ad, #8033ce);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.bgCustom3 .section-title h2{
  color: #fff;
  text-shadow:none;
}
.bgCustom3 .showAdmin .box .name{
color: #ff00a9;
}
.bgCustom3 .about-content .text{
  color: #fff;
}
.bgCustom3 .about-content .main-btn-border-green{
  border: 1px solid #fff;
    color: #fff;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid{
  background: radial-gradient(circle, rgb(191 120 255) 0%, rgb(111 56 199) 56%, rgb(55 0 140) 100%);
}
.plyr--full-ui input[type=range]{
  color: #6600d2;
}
.areaPositionRelative{
  position: relative;
}
.areaPositionRelative .imgHeadTopHead{
  position: absolute;
  top: -1rem;
  right: -2rem;
  max-width: 24rem;
  transform: rotate(10deg);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.4));
}
.section-bg .areaPositionRelative .imgHeadTopHead{
  transform: rotate(-5deg);
  left: -2rem;
}
.cropImgV3{
  height: 10rem;
  display: grid;
  align-content: center;
  justify-content: center;
}
.areaContentGames{
  padding: 1rem;
  background-color: #00000057;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .areaPositionRelative .imgHeadTopHead{
    max-width: 10rem;
    right: 0;
    top: 0;
  }
  .section-bg .areaPositionRelative .imgHeadTopHead{
    left: 0rem;
    top: 0;
  }
  .areaContentGames{
    padding: 0;
  }
}
