body {
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  color: #333;
  margin: 0 auto;
  height: 100%;
  background: #eee;
  overflow-x: hidden;
}


@font-face {
  font-family: "Khmer UI";
  src: url("../assets/fonts/Khmer UI.eot");
  src: url("../assets/fonts/Khmer UI.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/Khmer UI.woff2") format("woff2"),
    url("../assets/fonts/Khmer UI.woff") format("woff"),
    url("../assets/fonts/Khmer UI.ttf") format("truetype"),
    url("../assets/fonts/Khmer UI.svg#OpenSansLight") format("svg");
}





.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: .8s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

::-webkit-scrollbar {
  width: 10px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #000;
  /* Old browsers */
}

::-webkit-scrollbar-thumb:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #000;
  /* Old browsers */
}


/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}



/*ReusableProperties*/
a {
  text-decoration: none !important;
  transition: 0.5s;
  color: inherit;
}

a:focus {
  outline: none !important;
}

/* //span { display: block; } */

.border-none {
  border: none !important;
}

.padding-none {
  padding: 0;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

.padding-10 {
  padding: 0 10px;
}

.clear {
  clear: both;
}

ul {
  list-style: none;
}

ul,
header .navbar-collapse.collapse,
.navbar-inverse a.navbar-brand ul.list-inline {
  padding: 0;
  margin: 0;
}

.forDesktop {
  display: block !important;
}

.forMobile {
  display: none !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url(../images/Preloader1.gif) 50% 50% no-repeat rgb(255, 255, 255);
}

/* colors */

:root {
  --color-white: #fff;
}



/*scroll top*/

#scroll {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* text-indent: -9999px; */
  display: none;
  z-index: 99999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/*header style*/



.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}


/* Main Css */

footer{
  background-color: #0d1625;
  padding: 20px;
  width: 100%;
}
footer p{
  color: #fff;
  margin: 0;
}

.price h3 {
  font-weight: 900;
  letter-spacing: 1px;
}

.same-height {
  /* border: 1px solid #ccc; */
  padding: 50px 20px 20px 50px;
  margin-bottom: 15px;
  min-height: 215px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
}
.same-height p{
  margin: 0;
}

.same-height p span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  background: #dda268;
  padding: 7px 9px;
  width: 50px;
  height: 50px;
  font-weight: 700;
  color: #fff;
}

.photo-gallery {
  background: #fff;
  margin-top: 60px;
  padding: 60px 0;
}
.gallery-item img {
  height: 291px;
  width: 100%;
  object-fit: contain;
}
.book-con-left {
  background: #0d1625;
  color: #fff;
  padding: 40px;
}
.book-con-left p {
  margin: 0;
}
.book-con-right {
  background: #f8bd23;
  padding: 25px;
}
.top-book-con {
  background: #0d1625;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

/* gallery */



.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

/* .lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
} */

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}
a.booknow-btn {
  display: inline-block;
  background: #0d1625;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #0d1625;
}
a.booknow-btn:hover{
  background: transparent;
  color: #0d1625;
}
.book-neme h4 {
  font-size: 20px;
}
.book-neme h2 {
  font-weight: 700;
  font-size: 36px;
}
.book-con-right {
  border-color: #ccc !important;
}

.price h3 span {
  font-size: 14px;
  display: block;
  font-weight: 500;
}

/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/
/*====================== Media Quiries =========================*/



@media(max-width:420px){
  .col-sm-4.ps-0 {
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
}
.col-sm-8.pe-0 {
  padding-right: calc(var(--bs-gutter-x)* .5) !important;
}
.gallery-item img{
  height: initial;
}
}