@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.otf') format('opentype');
    font-weight: 500 900;
    font-stretch: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.otf') format('truetype');
    font-weight: 500 900;
    font-stretch: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanuman';
    src: url('../fonts/Hanuman-Regular.ttf') format('truetype');
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+1780-17FF, U+200C, U+25CC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Hanuman';
    src: url('../fonts/Hanuman-Bold.ttf') format('truetype');
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+1780-17FF, U+200C, U+25CC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
    font-family: Koulen,Metropolis;
    -webkit-tap-highlight-color: transparent;
    overflow-wrap: break-word;
}
/* * {
    box-sizing: border-box;
	font-weight: 400;
} */
.nav-item a{
	font-family: 'Koulen',cursive;
}
.koulen {
	font-family: 'Koulen' !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: #161616 !important;
}
.bg-ba-secondary{
	background-color: #034282 !important;
}

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;
}
.font-battambang h6{
    font-family: 'Battambang', cursive !important;
    
}
.battambang-popine{
    font-family: 'Battambang', Poppins !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';
}
.battambang{
    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 */
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eab308;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}