/* พอง */
.deng {
	transition-duration: .3s;
	transition-property: transform;
}

.deng:hover {
	transform: scale(1.1);
}

.shadow {
	    text-shadow: 4px 0 0 rgb(236 236 236 / 46%);
}

/* bg-box */
.bg-box {
	background-color: transparent;
  background-image: linear-gradient(180deg,#4A4949 0%,#090909 100%);
	  border-style: solid;
    border-width: 5px;
    border-color: #ffb400;
    box-shadow: 0 0 10px 0rgba(0,0,0,.5);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0 5px;
	border-radius: 20px 20px 20px 20px;
}

/* check center */
.check {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

h1, h2, h3 {
	    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background-clip: border-box;
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #b9272700;
}

/* botton-shadow */
.bnt-shadow {box-sizing: border-box;
    width: 150px;
    max-width: 100%;
    font-size: 1em;
    padding: 0.5em 1em;
    background: #000000;
    color: #ffffff !important;
    border: 1px solid #a98f54;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 5px;
    text-shadow: 0 1px 0 rgb(225 188 5 / 0%);
    box-shadow: 0 1px 12px 2px rgb(217 181 2);
}

/* disc */
.disc ul li {
	list-style-type: disc;
}

.widget ul {
	padding-left: 10px;
}
/* nav */
.main-navigation {
	background: linear-gradient(0deg, rgba(253,187,45,1) 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 50%, rgba(38,38,38,1) 56%, rgba(0,0,0,1) 95%, rgba(253,187,45,1) 100%);
}
/* end */

/* fixfooter */
.fix_footer {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    display: none;
    min-height: 50px;
    /* border-top: 2px solid #06f; */
    text-align: center;
    background: linear-gradient(0deg, rgba(253, 187, 45, 1) 0%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 50%, rgba(38, 38, 38, 1) 56%, rgba(0, 0, 0, 1) 95%, rgba(253, 187, 45, 1) 100%);
}

.fix_footer a {
    display: inline-block;
    color: #f4ebeb;
    margin-left: -3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 50px 6px 50px;
    border-right: 1px solid rgba(253, 187, 45, 1);
}

.fix_footer a {
    width: 24.5%;
    padding: 5px 0 5px 0;
}

.link_ico i {
    display: inline-block;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background: rgba(253, 187, 45, 1);
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.link_ico {
    display: inline-block;
    height: 27px;
    margin-right: 0;
    width: 27px;
    background-repeat: no-repeat;
}

.fix_footer strong {
    display: inline-block;
    width: 100%;
    top: 0;
    position: relative;
    font-weight: 100;
}

}
.fa-sign-in:before {
    content: "\f090";
    color: rgba(253, 187, 45, 1);
}
@media screen and (max-width: 800px) {
    .fix_footer {
        display: block;
    }
}
@media screen and (max-width: 800px) .fix_footer a {
    width: 24%;
    padding: 5px 0 5px 0;
    font-weight: 400;
    font-size: 12px;
}
/* end */

/* Login */
.btn-login {
    position: relative;
    width: 225px;
    height: 75px;
    border-width: 2px 2px 2px 20px;
    background: rgba(0, 0, 0, 0);
    border-color: rgb(216, 18, 18);
    font-size: 30px;
    transition: all 0.3s ease;
    z-index: 1;
    color: rgb(194, 0, 0);
}
.btn-login:hover {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
}
.btn-login::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: rgb(216, 18, 18);
    transition: all 0.3s ease;
}
.btn-login:hover::after {
    left: 0;
    width: 100%;
}
.btn-regis {
    position: relative;
    width: 225px;
    height: 75px;
    border-width: 2px 2px 2px 20px;
    background: rgba(0, 0, 0, 0);
    border-color: rgb(156, 253, 45);
    font-size: 30px;
    transition: all 0.3s ease;
    display: flexbox;
    z-index: 1;
    color: rgb(255, 255, 255);
}
.btn-regis:hover {
    color: rgb(0, 0, 0);
    transition: all 0.3s ease;
}
.btn-regis::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: rgb(156, 253, 45);
    transition: all 0.3s ease;
}
.btn-regis:hover::after {
    left: 0;
    width: 100%;
}
/* back to top btn */
.generate-back-to-top,
.generate-back-to-top:visited {
    bottom: 50px; /* 30px from the bottom of your screen */
    right: 10px; /* 30px from the left of your screen */
	 background-color: rgba( 0, 0, 0, 0.4 ); /* rgba or hex */
   color: #E89458;
	 font-size: 40px;
}