@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Athiti:500');
@import url('https://fonts.googleapis.com/css2?family=Khmer&display=swap');



body{
    background: url(../resources/nagaslotkh.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.englishFont{
    font-family: Arial;
}
/* ============== HEADER ============== */
.header-area{
    background: #0458a0;
}
.topMenu{
    float: right;
}
.topMenu ul{
    list-style: none;
}
.topMenu ul li{
    float: left;
    margin-top: 10px;
    font-family: 'Khmer', cursive;
}
.topMenu ul li a{
    text-decoration: none;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px #ffffff solid;
}
.webTitleShow{
    color: #ccb071;
    background: rgba(0, 0, 0, 0.57);
    padding:  10px;
    border-radius: 20px;
    font-size: 15px;
    font-family: 'Khmer', cursive;
    margin-top: 20px;
    text-align: center;
}
.headerSocialIcon{
    text-align: center;
    padding-bottom: 5px;
}
.headerSocialIcon img{
    border-radius: 5px;
    width: 30px;
}
.connectWithUs{
    color: #ccb071;
    padding:  10px;
    padding-bottom: 0px;
    border-radius: 20px;
    font-size: 25px;
    font-family: 'Khmer', cursive;
    text-align: center;
}
/* ============== HEADER END ========== */
/* ============== MENUBAR ============= */
.menubar-layout{
    background: #160d5c;
}
.desktop-menu{
	padding-top: 0px;
}
.desktop-menu ul{
	list-style-type: none;
}
.desktop-menu ul li{
	float: left;
	line-height: 50px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
    position: relative;
    font-family: 'Khmer', cursive;
}

.desktop-menu ul li img{
	position: absolute;
	margin-top: 5px;
	margin-left: -35px;
}
.desktop-menu ul li a{
	color: #d18844;
}
.desktop-menu ul li a:hover{
	color: #e5aa73;
	text-decoration: none;
}



.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background: #160d5c;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background: #160d5c;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
    font-family: 'Khmer', cursive;

}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
      font-family: 'Khmer', cursive;

  }
}
.menu-list a{
    font-family: 'Khmer', cursive;
}
body {
  margin: 0px;
  padding: 0px;
}


/* ============== MENUBAR END ========= */
/* ============== SLIDER ============== */
.slider{
    margin-top: 15px;
}
.slide-sidebar{
    background: rgba(0, 0, 0, 0.52);
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.carousel .carousel-inner .item img {
    width: 100%;
}
.carousel .carousel-indicators li {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.0);
}
.carousel .carousel-indicators li:hover {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.0);
}
.carousel .carousel-indicators li.active {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
}
.carousel .carousel-caption {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: 0;
}
.carousel .carousel-caption {
    display: none;
}
.carousel .carousel-control {
    display: none;
}
.carousel-control {
    opacity: 1;
    color: rgba(255, 255, 255, 0.6);
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    opacity: 1;
    color: rgba(255, 255, 255, 0.95);
}
.carousel-control.left {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
}
.carousel-control.left:hover,
.carousel-control.left:focus,
.carousel-control.left:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right:hover,
.carousel-control.right:focus,
.carousel-control.right:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
}
.carousel .carousel-control span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel .carousel-control.left span {
    margin-left: -10px;
    left: 50%;
}
.carousel .carousel-control.right span {
    margin-right: -10px;
    right: 50%;
}
@media (min-width: 768px) {
    .carousel-control span {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
}
/* ============== SLIDER END ========== */
/* ============== STEP HOW TO ========= */
.step-how-layout{
    margin-top: 10px;
}
.step-how-tittle{
    font-family: 'Khmer', cursive;
    font-size: 20px;
    border-top: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px #cccccc solid;
    background: linear-gradient(0deg, rgba(18,236,67,1) 0%, rgba(159,158,158,1) 0%, rgba(168,168,168,1) 49%, rgba(159,158,158,1) 100%);
}
.step-how-image{
    text-align: center;
    border-bottom: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    margin-top: 1px;
    min-height: 180px;
    background: linear-gradient(0deg, rgba(24,35,110,1) 0%, rgba(30,43,131,1) 50%, rgba(24,35,110,1) 100%);
}
.step-how-layout .col-md-4{
    margin-bottom: 15px;
    margin-top: 5px;
}
.step-how-layout .col-xs-4{
    margin: 0;
    padding: 0;
}
/* ============== STEP HOW TO END ===== */
/* ============== GAME TYPE =========== */
.gameType{
    padding-top: 50px;
}
.gameTypeTitle{
    text-align: center;
    font-size: large;
    font-weight: bold;
    font-family: 'Khmer', cursive;
    color: #FFFF00;

}
/* ============== END GAME TYPE ======= */
/* ============== PAYMENT METHODS ===== */
.paymentMethods{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(0deg, rgba(24,35,110,1) 0%, rgba(30,43,131,1) 50%, rgba(24,35,110,1) 100%);

}
.paymentMethods img{
    position: absolute;
    margin-left: -35px;
    width: 30px;
}
.paymentMethods ul{
    list-style: none;
}
.paymentMethods ul li{
    float: left;
    width: 180px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color:#ffffff;
}
.paymentTitle{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFF00;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    font-family: 'Khmer', cursive;
}
/* ============== PAYMENT METHODS END = */
/* ============== FOOTER ============== */
.footerLayout{
    
    background: linear-gradient(0deg, rgba(24,35,110,1) 0%, rgba(30,43,131,1) 50%, rgba(24,35,110,1) 100%);
}
.footerTitle{
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    color: #FFFF00;
    font-weight: bold;
    font-family: 'Khmer', cursive;
}
.footerLayout ul{

    list-style-image: url('../resources/nagaslotkh-info-icon.png');
}
.footerLayout ul li{
    font-family: 'Khmer', cursive;
    
}
.footerLayout ul li a{
    color: #ffffff;
   
}
.footerLayout .col-xs-3{
    margin-bottom: 10px;
}
.footerContact{

}
.footerContact ul{
    list-style: none;
}
.footerContact li a{
    font-family: Arial;
}
.gameLogo{}
.gameLogo img{
    transition: all 0.2s ease-in-out ;
}
.gameLogo img:hover{
    transform: scale(1.2);
}
/* ============== FOOTER END ========== */
/* ============== PROMOTION =========== */
.promotion{
    padding-top: 20px;
    font-family: 'Khmer', cursive;

}
.promotion .row{
    margin-top: 5px;
    margin-bottom: 5px;
}
.promotion .card{
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
}
.promotion .card li{
    color: #ffffff;
    line-height: 30px;
    font-family: 'Khmer', cursive;
    font-size:larger;

}
.promotion .card li span{
    color: #FFFF00;
}
.promotion img{
    margin-bottom: 5px;
}
.promotionHeader{
    color: #FFFF00;
    line-height: 30px;
    font-family: 'Khmer', cursive;
    font-size:x-large;
    padding-top: 20px;
    padding-bottom: 20px;
}
.promotionHeader span{
    color: #FFFF00;
    font-weight: bolder;
}
/* ============== PROMOTION END ======= */
/* ============== GAMES =============== */

.gameDetail{
    padding-top: 20px;

}
.gameDetail .col-xs-6{
    margin-bottom: 10px;
}

#background-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: -5%;
    top: 5%;
    
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    
    left: 5%;
    top: 80%;
    
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: 10%;
    top: 40%;
    
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    
    left: 20%;
    top: 0;
    
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    
    left: 30%;
    top: 50%;
    
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: 50%;
    top: 0;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: 65%;
    top: 70%;
    
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    
    left: 80%;
    top: 10%;
    
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    
    left: 90%;
    top: 50%;
    
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: 80%;
    top: 80%;
    
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    
    height: 200px;
    position: absolute;
    width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    
    content: "";
    height: 180px;
    left: 10px;
    position: absolute;
    width: 180px;
}

/* ============== GAMES END =========== */
/* ============== CONTACT  ============ */
.contact{
    padding: 30px;
    font-size: 30px;
    color: #ffffff;
}

/* ============== CONTACT  END ======== */

/* ============== FLOAT SIDE ========== */
.float-sidebar{
  position: fixed;
  right: 0px;
  z-index: 999999999999;
  margin-top: 150px;
  background: rgba(20, 75, 240, 0.9);
  padding:10px;

}
.float-sidebar ul{
  list-style: none;
  padding:0px;
  position: relative;
  overflow: hidden;
}
.float-sidebar ul li{
  line-height: 50px;
}
.float-sidebar li ul{
  position: absolute;
}
.float-sidebar ul li:hover ul{
  margin-right: 150px;
}
/* ============== FLOAT SIDE END ====== */







/* ============== ============== */