@import url('https://fonts.googleapis.com/css2?family=Hanuman&display=swap');
* {
    font-family: 'Hanuman',serif !important;
    -webkit-tap-highlight-color: transparent;
    overflow-wrap: break-word;
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
img.bg-spin-image-01{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
.nav-item a{
	font-family: 'Hanuman',
	serif !important;
}
ol,
ul{
    padding-left: 0 !important;
}

/*From Right/Left */
 .modal.drawer {
	 display: flex !important;
	 pointer-events: none;
}
 .modal.drawer * {
	 pointer-events: none;
}
 .modal.drawer .modal-dialog {
	 margin: 0px;
	 display: flex;
	 flex: auto;
	 transform: translate(25%, 0);
}
 .modal.drawer .modal-dialog .modal-content {
	 border: none;
	 border-radius: 0px;
}
 .modal.drawer .modal-dialog .modal-content .modal-body {
	 overflow: auto;
}
 .modal.drawer.show {
	 pointer-events: auto;
}
 .modal.drawer.show * {
	 pointer-events: auto;
}
 .modal.drawer.show .modal-dialog {
	 transform: translate(0, 0);
}
 .modal.drawer.right-align {
	 flex-direction: row-reverse;
}
 .modal.drawer.left-align:not(.show) .modal-dialog {
	 transform: translate(-25%, 0);
}
.bg-ba-primary{
	background-color: #3379ff !important;
}
.bg-ba-secondary{
	background-color: #1f1f1f;
}
a {
    text-decoration: none !important;
}

h6,
h6,
h5,
h5,
h4,
h4,
h3,
h3,
h2,
h2,
h1,
p,
a,
h1,ol,
ul,
dl {
    margin-bottom: 0 !important;
}
.battambang h6{
    font-family: 'Battambang' !important;

}
.battambang{
    font-family: 'Battambang' !important;

}
.order-mean-chey{
    font-family: 'Odor Mean Chey', serif !important;
}
.order-popins{
    font-family: 'Odor Mean Chey', 'Poppins' !important;
}
.poppins {
    font-family: 'Poppins' !important;
}
.mobile ol,
.mobile ul{
    padding-left: 0 !important;
}
.mobile ul li a{
    font-size: 14px;
    font-weight: 200;
    font-family: 'Battambang' !important;
}
.contact_social_name span{
    font-size: 12px;
}

.contact-info {
    position: absolute;
    top: 0;
    left: 41px;
    min-width: 44px;
    transition: 0.3s all ease-in-out;
}

.contact-header {
    cursor: pointer;
    position: absolute;
    transform: rotate(270deg);
    top: 64px;
    left: -60px;
    min-width: 170px;
    transition: 0.3s all ease-in-out;
    z-index: 999;
    padding: 2px 4px;
}

.hover-contact:hover .contact-header {
    left: -18px;
}
.contact-heade h1{
	font-family: 'Battambang' !important;
}

.hover-contact:hover .contact-info {
    left: -4px;
}

.contact-header img {
    width: 30px;
    transform: rotate(270deg);
}

/** sport **/

#scaled-frame {
    height: 2000px;
    border: 0px;
}

@media only screen and (max-width: 1130px) {
    #scaled-frame {
        transform: scale(0.3);
        -moz-transform: scale(0.3);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.3);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.3);
        -webkit-transform-origin: 0 0;
        width: 1249px;
    }
}

/* Loading */
.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.match-bg:nth-child(odd) {
    background-color: #0050a1;
}
.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #e06501;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


