#loading{
    background-color: #070200ba;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    margin-top: 0px;
    top: 0px;
    left:0px;
  }
  #loading-center{
    width: 100%;
    height: 100%;
    position: relative;
  }
  #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;	

  }
  .object{
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;	
  }

  #object_one{
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
  }

  #object_two{
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  #object_three{
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  #object_four{
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;

  }	

  @-webkit-keyframes animate {


    50% {
      -ms-transform: rotate(180deg); 
      -webkit-transform: rotate(180deg); 
      transform: rotate(180deg); 
    }

    100% {
      -ms-transform: rotate(0deg); 
      -webkit-transform: rotate(0deg); 
      transform: rotate(0deg); 
    }	  

  }

  @keyframes animate {

    50% {
      -ms-transform: rotate(180deg); 
      -webkit-transform: rotate(180deg); 
      transform: rotate(180deg); 
    }

    100% {
      -ms-transform: rotate(0deg); 
      -webkit-transform: rotate(0deg); 
      transform: rotate(0deg); 
    }	  


  }


.home-hilight-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(5, 1fr);
    margin: 20px 0;
}

input,select,textarea{
  font-family: 'Kanit', sans-serif;
}

body, html {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    background: #032f2a;
}

.padding {
    padding: 20px 0;
}
.heading {
    font-size: 1.4rem;
    color: white;
}
.text-input {
    width: 100%;
    outline: none;
    font-size: 1.2rem;
    padding: 7px 15px;
    border-radius: 5px;
    box-sizing: border-box;

    margin-top: 5px;
    margin-bottom: 15px;
}
.input-label {
    color: white;
}
.btn {
    border: 0;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    font-size: 1.2rem;
    padding: 7px 20px;
    cursor: pointer;
    font-family: "Kanit", sans-serif;
    background: linear-gradient(to right, #e0b206, #fedc00, #e0b206);
}
.giant {
    font-size: 2.2rem;
    color: white;
    text-align: center;
}
.form-container {
    width: 500px;
    margin: 30px auto;
    box-sizing: border-box;

    background: #044139;
    padding: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.form-button-container {
    display: flex;
    justify-content: center;

    margin: 20px;
}
@media screen and (max-width: 500px) {
    .form-container {
        width: 100%;
        padding: 15px;
    }
}
.container {
    width: 1100px;
    margin: auto auto;
}
.container.with-background {
    background: #044139;
    padding: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 30px auto;
}
@media screen and (max-width: 1100px) {
    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

.grid2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 800px) {
    .grid2 {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }
}

.divider {
    height: 5px;
    background: linear-gradient(to right, #7d5c28, #efbf0d, #7d5c28);
}
.divider.small {
    height: 2px;
}

/*Profile Section*/
.profile-information {
    color: white;
    font-size: 1.2rem;
}
.profile-information.center {
    text-align: center;
}
.profile-information b {
    color: #f2d25c;
}

/*Slot Section*/
.slot-grid {
    width: 100%;
    margin-top: 20px;

    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.slot-card {
    text-align: center;
    color: white;
    width: 100%;
    background: #006e63;
    border-radius: 7px;
    overflow: hidden;
}
.slot-card img {
    width: 100%;
}
.slot-card h1 {
    margin: 0;
    font-size: 1.4rem;
}
.slot-card a {
    color: black;
    text-decoration: none;
    background: #e0b206;
    width: 100%;
    padding: 10px 0;
    display: block;
}
.slot-card div {
    padding: 15px;
}
@media screen and (max-width: 800px) {
   .slot-grid {
       grid-template-columns: repeat(2, 1fr);
   }
}

/*Promotion Section*/
.promotion-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 2fr 1fr;

    margin-top: 20px;
}
.promotion-grid img {
    border: 5px solid #edbe0f;
}
.promotion-grid a {
    color: white;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2rem;
    background: #cfaa63;
}
.promotion-grid > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 850px) {
    .promotion-grid {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}

/*Contact Section*/
.contact-feature {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 50px 1fr;
    color: white;

    margin-top: 20px;
}
.contact-feature .title {
    font-size: 1.2rem;
}
.contact-feature p {
    margin-top: 7px;
}
.contact-feature svg {
    font-size: 3rem;
}

/*Fixed Footer*/
.fixed-footer {
    background: linear-gradient(to bottom, #03423a, #02211e);
    height: 50px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 99999;
    width: 100vw;
    left: 0;
    bottom: 0;
    border-top: 2px solid #006e63;
}
.fixed-footer .container {
    display: grid;
    height: 50px;
    grid-template-columns: repeat(4, 1fr);
}
.fixed-footer a {
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-footer a:nth-child(2) {
    border-right: 1px solid #006e63;
    border-left: 1px solid #006e63;
}
.fixed-footer a:nth-child(3) {
    border-right: 1px solid #006e63;
    border-left: 1px solid #006e63;
}
.fixed-footer a:hover {
    background: #006e63;
}

/*Home Section*/
.home-gaming-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);

    margin: 20px 0;
}
.home-gaming-grid .card {
    display: block;
    text-decoration: none;
    position: relative;
}
.home-gaming-grid .card .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px;
    color: white;
    text-align: center;

    background: rgba(2, 44, 40, 0.7);
}
.home-gaming-grid .card .desc h1 {
    margin: 0;
}
.home-gaming-grid .card .desc p {
    margin: 0;
}

.home-hero {
    padding: 0 15px;
    height: 400px;
    background-size: contain;
    background: url("../../../img/wallpaper.html") no-repeat center center;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home-hero h1 {
    color: #f2e088;
}
.home-hero p {
    font-size: 1.2rem;
    color: white;
    margin-bottom: 50px;
}
.home-hero a {
    color: black;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    background: #f2e088;
}
@media screen and (max-width: 850px) {
    .home-gaming-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-hero {
        height: 400px;
    }
}


/*Navbar, Footer and Header Section*/
.navbar {
    height: 100px;
    background: linear-gradient(to bottom, #03423a, #01201d);
}
.navbar .container {
    height: 100px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar .logo {
    height: 80px;
}
.navbar a.link {
    text-decoration: none;
    color: #bcb5a9;
    margin-left: 15px;
    font-family: "Kanit", sans-serif;
}
.navbar a.link.active {
    color: white;
}
.navbar .mobile {
    display: none;
}
.navbar-mobile {
    display: none;
}
.navbar-mobile.active {
    display: block;
}
.navbar-mobile a {
    display: block;
    padding: 7px 15px;
    background: #00221f;
    color: #f0d05b;
    text-decoration: none;
    border-bottom: 1px solid #896c13;
}
.navbar-mobile a.active {
    background: #f0d05b;
    color: black;
}
@media screen and (max-width: 850px) {
    .navbar, .navbar .container{
        height: 70px;
    }
    .navbar .logo {
        height: 50px;
    }
    .navbar .desktop {
        display: none;
    }
    .navbar .menu-toggle {
        font-size: 1.4rem;
        cursor: pointer;
        color: white;
    }
    .navbar .mobile {
        display: block;
    }
}
.dp-phone {
	display:none;
	padding-right:15px;
}
.inline-dp{
	padding-right:10px;
}
@media screen and (min-width: 800px) {
  .dp-phone {
	  display:block;
  }
}
.announce {
    display: grid;
    grid-template-columns: 90px 1fr 500px;
    border-bottom: 5px solid #02211e;
}
.announce.login {
    grid-template-columns: 80px 1fr 700px;
}
.announce > div {
    padding: 7px 0;
}
.announce div.flex {
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: space-between;
}
.announce div.flex > a {
    color: white;
    text-decoration: none;
}
.announce > div:nth-child(1) {
    color: white;
    text-align: center;
}
.announce > div:nth-child(2) {
    color: #f2d25c;
    background: #044139;
}
.announce > div:nth-child(3) {
    background: linear-gradient(to bottom, #00685e, #038c7e, #00685e);
}
.login-form-opener {
    display: none;
}
.announce-login-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.announce-login-form input {
    margin: 0 5px;
    padding: 7px 15px;
    outline: none;
}
.announce-login-form button {
    border: 0;
    padding: 7px 15px;
    background: linear-gradient(to bottom, #f2e48c, #c29450);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media screen and (max-width: 850px) {
    .login-form-opener {
        display: block;
        color: white;
        cursor: pointer;
        text-align: center;
    }
    .announce-login-form {
        display: none;
        padding: 15px;
    }
    .announce-login-form button {
        width: 100%;
        margin-top: 15px;
    }
    .announce-login-form input {
        width: 100%;
        transform: translateX(-5px);
        margin-top: 5px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 800px) {
    .announce, .announce.login {
        grid-template-columns: 80px 1fr;
    }
    .announce > div:nth-child(3) {
        width: 100vw;
    }
}

.footer-desc {
    background: #02695f;
    color: white;
    text-align: center;
    padding: 7px 15px;
}
.footer {
    color: white;
    min-height: 100px;
    background: linear-gradient(to bottom, #04413a, black);

    padding-bottom: 50px;
}
.footer .logo {
    height: 80px;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 50px;
}
.footer a {
    color: white;
    font-size: 1.2rem;
    text-decoration: none;

    margin-right: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
    .footer .container {
        display: block;
    }
    .footer .container div {
        margin-bottom: 15px;
        text-align: center;
    }
}

.features {
    font-size: 1.8rem;
    color: white;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 20px 0;
}
.features svg {
    color: #00ebc1;
}
@media screen and (max-width: 850px) {
   .features {
       grid-template-columns: 1fr;
   }
}

@media screen and (max-width: 700px) {
    .home-gaming-grid .card .desc h1 {
       font-size: 1rem;
    }
    .home-gaming-grid {
        grid-gap: 15px;
    }
}