/*
*  Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/     



  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,800;1,900&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 

/* @import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');  */

/* @import url('https://fonts.googleapis.com/css2?family=Allura&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */


:root {
  --font-family-ms: 'Montserrat', sans-serif;
  --font-family-pp: 'Poppins', sans-serif;
/*  --colorOne: #663300;*/
--colorOne: #a16759;
  --colorTwo: #b3804c;
  --colorThree: #330000;
  --colorfour: #ffcc99;
  --colorfive:#1b1b1b;
  --clr-neutral-900: hsl(207, 19%, 9%);
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-accent-400: hsl(142, 90%, 61%);
}

body,html{
  font-family: var(--font-family-pp);
  margin: 0 auto;
}
@font-face{
	font-family:"Zawgyi_Mobile";
	src:url(/wp-content/themes/ns_goldenpark/fonts/Zawgyi_Mobile.ttf);
	}
@font-face{
	font-family:"Zawgyi_Bold";
	src:url(/wp-content/themes/ns_goldenpark/fonts/Zawgyi_Bold.ttf);
	}
@font-face{
	font-family:Zawgyi-One;
	src:url(/wp-content/themes/ns_goldenpark/fonts/Zawgyi-One.ttf);
	}
.mm-font{
	font-family: Zawgyi-One,arial;
}
@font-face{
    font-family:"PyidaungsuNumbers";
    src:url(/wp-content/themes/ns_goldenpark/fonts/PyidaungsuNumbers.ttf);
    }
@font-face{
    font-family:"Pyidaungsu-Bold";
    src:url(/wp-content/themes/ns_goldenpark/fonts/Pyidaung-Bold.ttf);
    }
@font-face{
    font-family:Pyidaungsu;
    src:url(/wp-content/themes/ns_goldenpark/fonts/Pyidaungsu.ttf);
    }
.uni-font{
    font-family: 'Padauk', sans-serif;
}
/*Grid*/
.parent {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px;
	min-height:480px;
}
.parent1 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 15px;
grid-row-gap: 0px;
min-height:330px;
}
.div1 { grid-area: 1 / 1 / 5 / 3; }
.div2 { grid-area: 1 / 3 / 3 / 5; }
.div3 { grid-area: 3 / 3 / 5 / 5; }
.div4 { grid-area: 1 / 5 / 3 / 7;}
.div5 { grid-area: 3 / 5 / 5 / 7; }
.div6 { grid-area: 1 / 7 / 5 / 9; }
.firstchildgrid,.secondgridchild {
	background:#ffcc99;
    background-size: cover;
    background-position: center;	
}
#gridtwo {
    margin-top: 15px;
}
.gridabsoluteinner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 25px 15px 15px 15px;
    justify-content: center;
    color: white;
    font-weight: 600;
    background-position: center bottom;
    background-size: cover;
}
.parent .gridabsoluteinner,.parent .gridabsoluteinner{
	background-image: url(images/middleimagecover.png);
}
.parent .div1 .gridabsoluteinner,.parent .div6 .gridabsoluteinner{
	background-image: url(images/longimagecover.png);
}
.secondgridchild .gridabsoluteinner{
	background-image: url(images/middelimagecover1.png);
}
@media(min-width:1350px){
	.container{
	  max-width: 1300px !important;
	}
}
/*****************************************/
.table-bordered td, .table-bordered th {
    border: 1px solid #af875d6b;
}
.nopost {
    padding: 120px 0px;
    font-size: 25px;
    color: #1b1b1b;
    text-transform: uppercase;
}
* a:hover; *a:focus{outline: none;}
header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    /*background:rgba(102,51,0,.5);*/
/*     background-color: var(--colorOne); */
	background-color: #1b1b1b;
    border-bottom: 3px solid #b3804c;
    padding-bottom: 10px;
    padding-top: 10px;
}

header.fix {
    position: fixed;
    top: 0;
    z-index: 9999;
/*     background-color: var(--colorOne); */
	background-color: #1b1b1b;
    width: 100%;
    left: 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 1px -1px 7px #000;
}
header {
	position:relative;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
}
.poly-lang .current-lang a {
    color: #ffcc99;
}
.slide-show {
    position: relative;
}
@keyframes smoothScroll {

  0% {

    transform: translateY(-40px);

  }

  100% {

    transform: translateY(0px);

  }

}
/* .page-template-coffee .custom-template.coffee:before{	
		 background-image: url(/wp-content/uploads/2024/12/coffee_tree.png);
    background-repeat: no-repeat;
    background-position: top right;
    content: "";
    display: block;
    width: 206px;
    height: 200px;
	top:45%;
    position: absolute;
    right: 0%;
	opacity:1;
	
}
.custom-template.coffee:before, .page-template-update-hotel #rooms:before {
    background-image: url(/wp-content/uploads/2024/05/logo.png);
    background-repeat: no-repeat;
    background-position: top right;
    content: "";
    display: block;
    width: 206px;
    height: 200px;
	top:45%;
    position: absolute;
    right: 0%;
	opacity:0.5;
} */
/* .page-template-bar-and-rest .custom-template.coffee:before{
	  background-image: url(/wp-content/uploads/2024/12/fumiltylogo.png);
    background-repeat: no-repeat;
    background-position: top right;
    content: "";
    display: block;
        width: 250px;
    height: 200px;
    top: 600px;
    position: absolute;
    right: 0%;
	opacity:1;
}
.page-template-clean-and-detox-spa .custom-template.coffee:before{
	  background-image: url(/wp-content/uploads/2024/12/cleanddetoxspa-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    content: "";
    display: block;
        width: 250px;
    height: 200px;
    top: 470px;
    position: absolute;
    right: 0%;
	opacity:1;
} */


/* Pagination */

ul.page-numbers{
	padding-left: 0px;
}	
ul.page-numbers li{
	float: left;
	height: 35px;
	width: 35px;
	list-style: none;
	line-height: 35px;
	text-align: center;
	padding: 0px;
	border-radius: 100px;
	margin-right: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);	
}
ul.page-numbers li span.current{
	color: #000;
	font-size: 16px;
}
.content-img img{
	width: 100%;
	height: auto;
}
/* 404 error */
.error img {
    position: relative;
    margin: 0 auto;
}
.back-home-wrap p {
    font-size: 21px;
	margin-top:50px;
}
.back-home-wrap {
    text-align: center;
    left: 0;
    right: 0;
}
.error {
    height: 400px;
}
.back-home {
    margin-top: 14px;
    border-radius: 0;
}

#go-top {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--colorTwo);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: fixed;
    right: 14px;
    bottom: 14px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* Breadcrumb */

#ns_breadcrumb {list-style-type: none; display: inline-block;}
#ns_breadcrumb li{display: inline-block;}
.ns_breadcrumb {
  list-style: none;
  padding: 0;
}

.ns_breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-family: Helvetica Neue,sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 20px;
  color: hsl(0deg 0% 100%);
}

.ns_breadcrumb li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0deg 0% 100%);
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.ns_breadcrumb li a:after {
  content: '';
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  
  position: absolute;
  right: 20px;
  -webkit-transition: all .15s ease;
     -moz-transition: all .15s ease;
      -ms-transition: all .15s ease;
          transition: all .15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
     -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
      -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
          transform: rotateZ(45deg) skew(10deg, 10deg);
}


.ns_breadcrumb li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
     -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
      -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
          transform: rotateZ(45deg) skew(-10deg, -10deg);
}
ol.breadcrumb.site-breadcrumb.breadcrumb-arrow {
    background-color: transparent;
}
/************************** Home **********************************/
.titledesign{
	color:var(--colorTwo);
/* 	text-shadow: 9px -3px 4px rgba(179, 128, 76, 0.63); */
	font-weight: 600 !important;
}
.video-container {
    position: relative;
    overflow: hidden;
    width: 50%;
    padding-top: 28.125%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/******************** Restaurant *************************/
.restaurantmenu {
    background-image: url(/wp-content/uploads/2024/12/restaurantbanner3.png);
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 90px;
    background-position: center 40%;
}
.resmenu li{
	list-style:none;
}
ul.resmenu {
    font-size: 15px;
    line-height: 28px;
    column-count: 2;
    width: 40%;
    display: block;
    margin: 15px auto;
}
.reseventroomcontent {
    display: flex;
    flex-wrap: wrap;
}
.reseventbooknowsection {
    width: 40%;
    text-align: center;
}
.setmenupricelist {
    width: 60%;
    min-height: 480px;
}
/* .setmenupricelistinner {
    background: #1b1b1b;
    padding: 50px 25px;
    color: white;
    font-size: 14px;
    border-radius: 10px;
} */
img.img-fluid.beforeimage {
    position: absolute;
    left: 0;
    top: -62px;
}
.eventhallpricebox {
    background-image: linear-gradient(to right bottom, white 45%, #ffcc9999);
    padding: 15px;
    width: 38%;
    margin-left: 2%;
    padding: 70px 30px;
    border: 1px solid #ae855bd4;
    border-radius: 25px;
    margin-top: 75px;
}
.setmenupricelistinner {
    background: white;
    /* margin: 15px; */
    padding: 50px 25px;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #ba9269;
    border-top: 0px;
    position: relative;
    padding-top: 120px;
    margin-top: 80px;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 10px;
	background-image: linear-gradient(to right bottom, white 45%, #ffcc9999);
}
.setmenupricelistinner:before {
    width: 2px;
    height: 22px;
    content: "";
    display: block;
    background: white;
    position: absolute;
    top: 0;
    left: -1px;
}
.setmenupricelistinner b,.eventhallpricebox b {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.reseventroomcontent {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}
.marginb50 {
    margin-bottom: 15px;
}
/******************** Key Resource *************************/
.keyresourceimagebox {
    width: 400px;
    height: 400px;
    border-top-right-radius: 50%;
    background: #be9367;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 10px;
	float:right;
}
.keyresourceimagebox img{
	 border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.keyresourceimagebox:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    z-index: -1;
    background: #1b1b1b;
    position: absolute;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    top: 12px;
    left: 55px;
}
.category-our-key-resource #page-content {
    margin: 45px 0px;
}
.eachkeyresource h3 {
    font-size: 18px;
    text-align: center;
}
.eachkeyresource {
    margin: 25px 0px;
    background: #fffce3;
    padding: 45px 15px;
    border: 2px solid #b3804c;
    background-image: url(/wp-content/uploads/2024/12/keyresourcebg.png);
    height: 420px;
    background-position: 45% 80%;
    border-radius: 12px;
}
.eachkeyresourcephoto {
    width: 40%;
    border-radius: 50%;
    margin: 15px auto;
    margin-bottom: 30px;
}
.eachkeyresourcephoto img{
	border-radius:50%;
}
.eachkeyresourcecontent {
    text-align: center;
    font-size: 14px;
    padding: 5px 10px 15px 10px;
    min-height: 110px;
}
.eachkeyresourcecontent p {
    min-height: 65px;
}
.eachkeyresourcecontent:after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background: #b3804cad;
    margin: 5px auto;
}
.eachkeyresourcecontent p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #3a3939;
}
.keyresourcelink .eachposition {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
	color:black;
}
.keyresourcelink:hover{
	text-decoration:none;
}
.keyresourcelink h3{
	color:black;
}
.memberteam {
    font-size: 14px;
    color: #b3804c;
    margin-bottom: 15px;
}
.memberteam:before {
    width: 40px;
    height: 2px;
    content: "";
    display: inline-block;
    background: #b3804c;
    margin-right: 5px;
}
h4.position {
    font-size: 17px;
    color: #1b1b1b;
}
.memberexpbg {
    font-size: 15px;
    margin-top: 25px;
}
.membereducationbox {
    width: 95%;
    margin-left: 5%;
    margin-bottom: 15px;
    font-size: 15px;
}
.membereducationbox li{
	margin-bottom:10px;
}
.membereducationbox h4 {
    color: #b3804c;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.single-post .margin15{
	margin-top:20px;
	margin-bottom:20px;
	align-items:center;
}
.mt50{
	margin-top:80px !important;
	margin-bottom:30px !important;
}
/************************************************/
/* .svg {
    position: absolute;
    width: 0;
    height: 0;
  }
  .clipped{
    width: 100%;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    transform: rotate(180deg);
  }
  .clipped img{ transform: rotate(-180deg);} */
.margin15{
	margin-top:50px;
	margin-bottom:40px;
}
h3.wp-block-heading {
    margin-bottom: 25px;
    margin-top: 40px;
    font-size: 22px;
}
.wp-block-list li {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 28px;
}
.spaimageshape {
   clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}
.spasectionbg {
    background: #fffce3;
    padding: 50px 0px;
    margin-top: 50px;
}
.spasectiontitle {
    color: var(--colorTwo);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}
.spasectioncontent ul li {
    margin-bottom: 10px;
    font-size: 14px;
    list-style: none;
    position: relative;
    margin-left: 40px;
}
.spasectioncontent ul li:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2024/12/spaicon3.png);
    width: 27px;
    height: 22px;
    position: absolute;
    left: 0;
    margin-left: -50px;
    top: 5px;
}
.eachspa {
    align-items: center;
    margin: 35px 0px;
}
#page-wrap{
  height: 300px;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
      margin-top: 50px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
    background: var(--colorTwo);
    padding: 30px 0px;
    min-height: 245px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
    font-size: 40px;
    color: #fff;
}
.contact-info-text {
    padding: 1em;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-info-text span {
    color: #fff;
    font-size: 14px;
    font-weight: ;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
  background: #ebebeb  none repeat scroll 0 0;
  border: 1px solid #ebebeb ;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #ebebeb  none repeat scroll 0 0;
  border: 1px solid #ebebeb ;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #b3804c  none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#a16759 ;transition: all 0.4s ease-in-out 0s;border-color:#a16759}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

.box{
   
    overflow: hidden;
    position: relative;
}

.box:hover img{
    transform: scale(1.12);
    transform-origin: right center;
}
.box .box-content{
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 50px 10px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: absolute;
    bottom: 85px;
    right: 0;
    z-index: 2;
    transition: all 0.5s ease 0s;
}
.box:hover .box-content{ right: 0; }
.box .title {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 2px;
}
.box .post{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}
.box .icon{
    background-color: rgba(0,0,0,0.5);
    padding: 8px 30px 8px 8px;
    margin: 0;
    list-style: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: absolute;
    right: -100%;
    bottom: 15px;
    transition: all 0.5s ease 0.1s;
}
.box:hover .icon{ right: 0; }
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    display: block;
    transition: all 0.3s ease;
}
.box .icon li a:hover{
    color: #000;
    background-color: #fff;
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}
.box img {
    width: 100%;
    transition: all 0.5s ease;
    height: 240px;
    margin-bottom: 30px;
}
/*******************************************/

li.breadcrumb-item a {
    color: #1b1b1b;
    font-weight: 300;
    font-size: 14px;
}
.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before{
  color:#1b1b1b;
}
.breadcrumb-arrow .breadcrumb-item.active {
    color: #1b1b1b;
}
h1.home-title {
    font-size: 25px;
    margin-top: 26px;
}
.content-wrap {
    padding: 1em 0;
}
.content-wrap h4 a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.logo a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.logo a:hover,.logo a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
p.post-date {
    font-size: 14px;
    font-weight: 300;
    color: #333;
}
a.btn-read-more:hover, a.btn-read-more:focus {
    text-decoration: none;
    outline: none;
}
a.btn-read-more {
    color: var(--colorTwo);
}
.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item {
    color: #1b1b1b;
}
.breadcrumb {
    justify-content: end;
	display:none;
}
.nobanner .breadcrumb {
    justify-content: start;
}
a.booknow {
    width: 50%;
    display: block;
    margin: 0px auto;
}
/*********************** Widget ******************/
.mywidget h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.widget-title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.widget ul li a {
    color: #333;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
.widget ul li a::before {
    content: '';
    position: absolute;
    border: 1px solid var(--colorTwo);
    bottom: 0;
    width: 53px;
}
.widget ul li a:hover::before {
    content: '';
    position: absolute;
    border: 1px solid var(--colorTwo);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .3s ease;
}
.widget ul li a:hover,
.widget ul li a:focus{
    color:var(--colorTwo);
    text-decoration: none;
    outline: none;
}
.widget ul{
    padding-left:0;
    list-style-type: none;
}
.sidebar {
    margin-top: 30px;
}

.sidebar .widget h2 {
    font-size: 22px;
}


/****************************************** Milestone *************************************************/

.milestonetotalimage img {
    max-width: 100%;
    height: auto;
	margin-bottom: 20px;
    border-radius: 8px;
}
.forupto649{
	display: none;
}
.milestonescroll {
    /* overflow-x: scroll; */
    display: flex;
    width: 100%;
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.milestoneodddiv h4,.milestoneevendiv h4{

  font-size: 18px;

  font-weight: bold;

}

.milestoneodddiv h4, .milestoneevendiv h4, .milestoneodddiv h5, .milestoneevendiv h5{
  margin-left: -50px;
}

.milestoneodddiv p,.milestoneevendiv p{

  text-align: justify;
  font-size: 15px;
  color:#333;

}
.milestoneodddiv b,.milestoneevendiv b{
  font-weight: 700;
}
.titleicon{
  display:inline-block;width:32px;height:32px;
  margin: -15px 8px 0px 0px !important;
  border-radius: 0px !important;
}

.mileone h4{

  color:red;

}

.miletwo h4{

  color:#006266;

}

.milethree h4{

  color:#5758BB;

}

.milefour h4{

  color:#1B1464;

}

.milefive h4{

  /* color:#6F1E51; */
  color: #b71403;
}
.mile2024 h4{
  color:#6F1E51;
}

.milesix h4{

  color:#F79F1F;

}
.mileseven{
  width:380px !important;
  position: relative;
  }
.mileseven p{
  color:#007DBE;
}
.mileseven .milestonetotalimage {
    width: 100% !important;
    top: 10%;
    /* left: 5%; */
}
.mileseven .letter{
    font-family: 'Allura', cursive;
    margin-top: 7px;
    font-size: 20px;
    text-shadow: 2px 2px #c4c0c0;
    /* color: #63A1F1; */
    font-weight: bold;
    color: #007DBE;
}
.formilesevenbar{
  width:50% !important;
}
.formilesevenbar img {
    display: inline-block;
    margin-right: -5px;
}
.mileseven .storylogo {
    left: 80% !important;
    top: -200% !important;
}
.mileseven .letter{
	width:120px;
}
.seventext {
    position: absolute;
    width: 250px;
   margin-left: 10px;
   text-shadow:2px 2px #cfcccc;

}
.seventext p {
    font-size: 28px;
    font-family: 'Allura', cursive !important;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
}


.milestoneodddiv h5 strong,.milestoneevendiv h5 strong{

  color:#000;

  text-align: center !important;

  font-size: 15px;

  font-weight: 800;

}

.milestoneodddiv{

  color:black;

  text-align: center;

  display: block;

 /* width:173px;*/
 width:130px;
 margin-right: -9px;

}

.milestonetotalimage {

    display: flex;

    position: relative;
    width:80%;

}

.milestoneodddiv .storylogo {

    position: absolute;

    left: 48%;
top: 45%;
    z-index: 999;

}

.milestoneodddiv .storyicon {

    position: absolute;

   left: 24%;
    top: 43%;


}

.milestoneevendiv .storylogo {

    position: absolute;
   left: 50%;
top: -35%;
    z-index: 999;

}

.milestoneevendiv .storyicon {

    position: absolute;
left: 10%;
top: -5%;

}
.storyicon.formilesixicon {
    left: 17%;
	top:0%;
}

.milestoneevendiv {

  color:black;

    text-align: center;

    padding-top: 270px;

   /* width: 173px;*/
   width:130px;
   margin-right: -9px;

}

.milestonetext {
    width: 220px;
    min-height: 180px;
}

.milestonefirstcompany,.milestonesecondcompany,.milestonethirdcompany{

  display: none;

  position: relative;

  min-height: 700px;

}

.undershadephoto{

  margin-top:30px;

  position: absolute;

  bottom: -30px;

  background-image:url('images/detailcompanybackground.png');

  background-repeat: repeat;

  height: 370px;

  width:100%;

}

.core img {

    margin-bottom: 0px !important;

}

.core br{

  display: none;

}

.core .flicker-2 {

    margin:0px auto;

}
.milesbest img.storyicon.formilesixicon {
    left: 25%;
    top: 10%;
}
.storyicon.formilefiveicon.sixicon {
    left: 18%;
    top: 32%;
}
/********************** Home ***************************/
 
.logo h1 {
    font-size: 30px;
    color: #fff;
    font-family: var(--font-family-ms);
    text-transform: uppercase;
}
.business-title h3 {
    font-family: var(--font-family-pp);
}
ul.poly-lang {
    float: right;
    display: inline-flex;
}
ul.poly-lang li {
    display: inline-block;
    margin-right: 9px;
}
#site-nav {
    float: right;
}
#site-nav .navbar-nav li a {
    color: #fff;
    font-family: var(--font-family-pp);
    padding: 0 25px;
	display: block;
}
ul.poly-lang li, ul.poly-lang li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.lang-item-en:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 1px;
    height: 14px;
    top: 3px;
    border-color: #fff;
    right: -6px;
}
.lang-item-en{
    position: relative;
}
.business-title h3 {
    font-family: var(--font-family-pp);
    font-weight: 400;
    font-size: 35px;
    padding: 2em 7em;
    text-align: center;
}
.business-box {
    position: relative;
    margin-bottom: 30px;
}
.business-info {
    /* color: red; */
    position: absolute;
    z-index: 999;
    bottom: 0;
    background:#b3804c;
    margin: 1.5em;
    padding: 15px;
    text-align: center;
    left: 0;
    right: 0;
}
.business-info h3 {
    font-size: 19px;
    color: #fff;
    margin: 0px auto;
}
.business-info p {
    color:#333;
}
.wh-bg p {
    font-size: 16px;
}
.wh-bg h3 {
    font-size: 20pt;
    font-weight: 300;
    padding: 1em 0;
}
.wh-bg h2 {
    font-size: 35px;
    text-transform: uppercase;
}
.wh-bg {
    background: var(--colorTwo);
    color: #fff;
}
.wh-choose-us {
    display: flex;
}
.slide-show img {
    width: 100%;
}
.wh-bg {
    width: 50%;
}
.why-choose-text {
    width: 570px;
    float: right;
    padding-right: 5em;
}
.wh-choose-us {
    display: flex;
    align-items: center;
    background: var(--colorTwo);
    margin-top: 100px;
}
.more-btn {
    margin-top: 39px;
}
.more-btn a.btn {
    border-color: #fff;
    border-radius: 28px;
    color: #fff;
    padding: 1em 3em;
}
.blog h3 a {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    line-height: 1px;
}
.blog p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}
.blog.news-event-blog img {
    height: 240px;
}
p.readmore a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.news-events h2 {
    text-align: center;
    padding: 1.5em 0;
}
.news-events .blog img {
    margin-bottom: 20px;
}
.blog h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 25px;
}
.blog h3 a:hover, .blog h3 a:focus {
    text-decoration: none;
    outline: none;
}
footer {
    background: var(--colorfive);
    color: #fff;
}
.copyright {
    background: var(--colorTwo);
    text-align: center;
    padding: 0.5em 0;
}
.copyright p {
    margin-bottom: 0;
}
.footer address .fa {
    background: #ffcc99;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 23px;
    color: var(--colorOne);
    border-radius: 4px;
}
.footer {
    padding-top: 59px;
    padding-bottom: 30px;
}
.footer address p {
    font-size: 16px;
    font-weight: 300;
}
.footer address h4 {
    font-weight: 300;
    font-size: 20px;
}

.news-events {
    padding-bottom: 5em;
}
p.contact-phone {
    font-size: 35px !important;
}
#site-nav ul.dropdown-menu {
    top: 17px;
    left: 27px;
/*     background: var(--colorOne); */
	background: #1b1b1b;
    border-color: transparent;
}
#site-nav ul.dropdown-menu li {
    padding: 13px 0 !important;
}
#site-nav ul.dropdown-menu li a {
    padding: 0 15px;
}
#site-nav ul.dropdown-menu li a:hover,
#site-nav ul.dropdown-menu li a:focus{
  text-decoration: none;
  outline: none;
}
#site-nav .dropdown-item.active, 
#site-nav .dropdown-item:active{
    background-color: transparent;
    color:#ffcc99;
}
#site-nav .dropdown-item:focus, 
#site-nav .dropdown-item:hover{
    background-color: transparent;
    color:#ffcc99;
}
#site-nav .current_page_item.active a {
    color: #ffcc99;
}
/************************************************/
/* ================================================= */
/* ------------------ Rooms Style ------------------ */
/* ================================================= */
.aligncenter{
	align-items:center;
}
.roomactivity{
	margin-top:45px;
}
.roomactivity h2 {
    font-size: 25px;
	color:var(--colorTwo);
	                                                                                                                                                                           
}
.roomtypesection {
    margin-top: 35px;
    background-image: url(/wp-content/uploads/2024/12/roomtypebg1.png);
    height: 600px;
    display: flex;
    align-items: center;
    background-position: center bottom;
}
.roomtype ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1b1b1b;
}
.rounded-img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.roomtypesection h2 {
    color: var(--colorTwo);
   }
.roomactivity h2 {
    color: var(--colorTwo);
    margin-bottom: 25px;
	text-align:center;
	margin-bottom:25px;
}
#rooms {
    /* position: relative; */
    padding: 0px 0 60px 0;
}

/* #rooms .room-img,
#rooms .room-des,
#rooms .room-rate {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */

#rooms .room-des {
    width: 100%;
    text-align: center;
}

#rooms .room-img {
    overflow: hidden;
}

#rooms .room-img img {
    transition: 0.3s;
}

#rooms .room-img:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box12 .icon li a {
    margin-right: 0;
}

#rooms h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

#rooms .room-size {
    margin: 0 0 25px 0;
    padding: 0;
}

#rooms .room-size li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    list-style-type: none;
}

#rooms .room-size li i {
    margin-right: 6px;
}

#rooms .room-icon {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#rooms .room-icon li {
    list-style-type: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
}

@media (max-width: 575.98px) {   
    #rooms .room-icon li {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

#rooms .room-icon li.icon-1 {
    background-image: url(images/icon/shield.png);
}

/*#rooms .room-icon li.icon-1:hover {
    background-image: url(images/icon/shield-hover.png);
}*/

#rooms .room-icon li.icon-2 {
    background-image: url(images/icon/air-conditioner.png);
}

/*#rooms .room-icon li.icon-2:hover {
    background-image: url(images/icon/air-conditioner-hover.png);
}*/

#rooms .room-icon li.icon-3 {
    background-image: url(images/icon/bathtub.png);
}

/*#rooms .room-icon li.icon-3:hover {
    background-image: url(images/icon/bathtub-hover.png);
}*/

#rooms .room-icon li.icon-4 {
    background-image: url(images/icon/shower.png);
}

/*#rooms .room-icon li.icon-4:hover {
    background-image: url(images/icon/shower-hover.png);
}*/

#rooms .room-icon li.icon-5 {
    background-image: url(images/icon/towel.png);
}

/*#rooms .room-icon li.icon-5:hover {
    background-image: url(images/icon/towel-hover.png);
}*/

#rooms .room-icon li.icon-6 {
    background-image: url(images/icon/television.png);
}

/*#rooms .room-icon li.icon-6:hover {
    background-image: url(images/icon/television-hover.png);
}*/

#rooms .room-icon li.icon-7 {
    background-image: url(images/icon/wifi.png);
}

/*#rooms .room-icon li.icon-7:hover {
    background-image: url(images/icon/wifi-hover.png);
}*/

#rooms .room-icon li.icon-8 {
    background-image: url(images/icon/call.png);
}

/*#rooms .room-icon li.icon-8:hover {
    background-image: url(images/icon/call-hover.png);
}*/

#rooms .room-icon li.icon-9 {
    background-image: url(images/icon/minibar.png);
}

/*#rooms .room-icon li.icon-9:hover {
    background-image: url(images/icon/minibar-hover.png);
}*/

#rooms .room-icon li.icon-10 {
    background-image: url(images/icon/kitchen.png);
}

/*#rooms .room-icon li.icon-10:hover {
    background-image: url(images/icon/kitchen-hover.png);
}*/

#rooms .room-rate {
    text-align: center;
}

#rooms .room-rate h3 {
    color: var(--colorTwo);
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    background: #dedede;
    margin: 0;
    text-transform: uppercase;
}

#rooms .room-rate h1 {
    color: var(--colorTwo);
    font-size: 50px;
    font-weight: 900;
    padding: 15px 0;
    background: #cacdd1;
    margin-bottom: 0;
}
#rooms .room-rate a {
    display: block;
    padding: 7px 30px;
    color: var(--colorTwo);
    background: #dedede;
}

#rooms .room-rate a:hover {
    color: #fff;
    background: #663300;
}

#rooms hr {
    width: 300px;
    margin: 30px auto;
    text-align: center;
}
#rooms .room-des h3 a {
    color: #000;
    font-size: 22px;
}
#rooms .room-des h3 a:hover, 
#rooms .room-des h3 a:active, 
#rooms .room-des h3 a:focus {
    color: var(--colorTwo);
    outline: none;
    text-decoration: none;
}

/*************************************/

/*.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px;
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 15px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 500;
}
.card__clock-info {
    float: right;
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card {
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
  margin-top: 40px;
    margin-bottom: 40px;
}
.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 16px 24px 24px 24px;
}

.card__category {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
}

.card__by {
    font-size: 12px;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}*/

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: var(--colorTwo);
}
.card__time {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 500;
}
.card__clock-info {
    float: right;
}
p.spa-time-wrap span {
    float: right;
}
p.spa-time-wrap {
    margin-top: 30px;
}
.spa-info p {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 35px;
    color: #FFF;
    font-weight: 600;
    text-shadow: 1px 5px 3px #333;
}
.spa-info img {
    position: relative;
}
/************************************/
.port-slider img {
    height: 100%;
    width: 100%;
}
.port-slider-nav .slick-track {
    padding: 30px 0 15px 0;
}

.port-slider-nav .slick-center img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.port-slider-nav img {
    width: 100%;
    height: auto;
}
h1.page-title {
    color: var(--colorTwo);
    font-size: 35px;
    text-transform: uppercase;
   margin-top: 50px;
    margin-bottom: 40px;
	text-align:center;
}
h3.sub-title {
    font-size: 35px !important;
    text-align: center;
    font-weight: 900;
    color: #a7a1a1;
    margin-top: 20px;
    margin-bottom: 30px !important;
}
.hotel-gallery figure {
    /*border: 3px solid #ccc;*/
}
.copyright p a:hover, .copyright p a:focus {
    color: #300;
}
.copyright p a {
    color: #fff;
}

#home-slider .carousel-caption p {
    font-size: 40px;
}
#home-slider .carousel-caption {
    top: 47%;
    width: 40%;
    margin: 0 auto;
}
#home-slider .carousel-caption .btn {
    background-color: var(--colorTwo);
    border-color: transparent;
    border-radius: 0;
    padding: 11px 37px;
    margin-top: 66px;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-transform: uppercase;
}
#home-slider .carousel-control-prev-icon, #home-slider .carousel-control-next-icon {
    background-image: none;
    font-size: 30px;
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
span.carousel-control-prev-icon {
    transform: rotate(180deg);
}
#home-slider .carousel-control-next, #home-slider .carousel-control-prev {
    top: 10%;
}
#home-slider .carousel-control-next {
    right: 14%;
}
#home-slider .carousel-control-prev {
    left: 14%;
}
#page-wrap {
    height: 450px;
    display: flex;
    align-items: end;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background-position: center center;
}

/********************* WP Column Block *************/

.wp-block-columns {
    margin: 50px 0;
}
.wp-block-buttons a:hover, .wp-block-buttons a:focus {
    text-decoration: none;
    color: #fff;
}
.wp-block-image{
  margin-bottom: 10px;
}
.wp-block-buttons{
  margin-top: 10px;
}

.single-spa a:hover, .single-spa a:focus {
    text-decoration: none;
    outline: none;
}
.single-spa h3 {
    color: #000;
}
.single-spa h3 {
    color: #000;
    font-size: 21px;
    text-align: center;
    margin-top: 1em;
}
.single-spa img {
    position: relative;
}
.single-spa .spa-price {
    position: absolute;
    top: 0;
    right: 16px;
    color: var(--colorTwo);
    background: var(--colorThree);
    padding: 0.5em 1em;
}

/************** Coffee **************/

.single-menu {
  background-color: #efefef;
    box-shadow: 0px 10px 30px 0px rgba(182, 136, 52, 0.2);
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 3em;
    margin-top: 2em;
}

.single-menu .title-div {
  padding-bottom: 20px;
  padding-top: 20px;
}

.single-menu .price {
  color: #b68834;
  font-size: 18px;
  font-weight: 600;
}

.single-menu p {
  margin-bottom: 0;
  font-size: 15px;
}

img.logo-mask {
    position: absolute;
    top: 43%;
    width: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.overlay-detail {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.overlay-detail .logo-watermask {
    width: 50px;
}
img.img-fluid.spa-feat-img {
    position: relative;
    filter: brightness(0.4);
}
.spa-info h3 {
 
    font-size: 35px;
    color: #FFF;
    font-weight: 600;
    text-shadow: 1px 5px 3px #333;
}
a.btn.btn-primary.read-more-spa {
    background-color: transparent;
    border-color: var(--colorTwo);
    border-radius: 40px;
    border-width: 2px;
}
.overlay-detail .logo-watermask {
    width: 61px;
    background: rgba(255,255,255,2);
    border-radius: 50%;
    padding: 0.5em;
    margin-bottom: 15px;
}
.spa-intro-img img {
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
    box-shadow: 0 25px 98px rgba(0,0,0,.1);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.spa-intro-img img:hover{
  border-radius: 70% 40% 40% 70%/70% 70% 40% 40%;
}
/****************** Movies ************/

.movie-box {
    background-repeat: no-repeat;
    background-size: cover;
    width: 240px;
    height: 300px;
}
/*.movie-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: left;
    align-items: end;
}*/
.movie-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.movie-trailer iframe {
    width: 100%;
    height: 600px;
}
.scan-qr-code {
    padding: 2rem;
    background: #efebeb;
    margin: 0px 0 33px;
}
.qr-box h4 {
    color: #b3804c;
    font-size: 16px;
    text-transform: uppercase;
}
h1.movie-title a {
    color: #000;
}
h1.movie-title a:hover,h1.movie-title a:focus{
    outline: none;
    text-decoration: none;
}
h1.movie-title {
    text-align: center;
    font-size: 18px;
    margin-top: 21px;
}
.qr-box {
    margin: 0 auto;
    text-align: center;
    padding-top: 44px;
}
.qr-box p small {
    background: #a16759;
    color: #fff;
    padding: 4px 9px 4px;
    border-radius: 15px;
}
.qr-link img {
    width: 143px;
}
h1.movie-title a {
    text-transform: uppercase;
}
.related-movies {
    margin: 0 auto;
    text-align: center;
    height: 421px;
}
.now-playing-header {
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;

}
.now-playing-header .seperator {
    display: inline-block;
    flex: 1 0;
    background: url(images/seperator-bg.png) repeat-x center;
    position: relative;
}
.now-playing-header h3 {
    flex: 0 auto;
    padding: 0 20px;
    font-weight: 700;
}
.related-movies p small a:hover, .related-movies p small a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}
.related-movies p small a {
    color: #000;
}
.owl-carousel {
  text-align: center;
}

.owl-carousel-image {
  display: block;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
  display: inline-block;
  width: 30px;
  height: auto;
  position: relative;
  right: 5px;
}

.verified-image {
  display: inline-block;
  width: 20px;
  height: auto;
}

.owl-carousel .owl-item {
  opacity: 0.35;
}

.owl-carousel .owl-item.active.center {
  opacity: 1;
}

.owl-carousel-info-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  text-align: left;
}

.owl-carousel-info {
  background-color: var(--section-bg-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  position: static;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
}
.badge {

  padding-bottom: 5px;
  font-size:13px;
}
.badge a:hover,.badge a:focus{
    outline: none;
    text-decoration: none;
}
.badge a{
    color:#000;
}
.d-none{
	display:none !important;
}
/**************** Widget *************/

/*.sidebar-widget.widget ul, .sidebar-widget.widget li {
    list-style: none;
}
.sidebar-widget.widget h5{
  margin: 0;
  
}
.sidebar-widget.widget h3{
  color: #2996bd;
  margin: 10px 0px 15px;
  padding-bottom:10px;
  padding-left: 10px;
  border-left: 5px solid #32aae1;
}
.sidebar-widget.widget {
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.sidebar-widget.widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
.sidebar-widget.widget ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px
}
.sidebar-thumb{
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.sidebar-thumb img{
  background: #fff;
  border: 1px dashed #e0e0e0;
  padding: 6px;
  height: 75px;
  width: 75px;
  
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.sidebar-content h5{ 
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
}
.sidebar-content h5 a:hover{ 
  color: #2996bd;
}

.sidebar-content h5 a{ 
    color: #202020;
    outline: 0 none;
    text-decoration: none;
    font-weight: bold
}
.sidebar-meta{
  margin-top: 10px;
}
.sidebar-meta span{
  color: #2e2e2e;
}
.sidebar-meta span.time{
  margin-right: 10px;
}
.sidebar-meta span i{
  color: #2996bd
}*/
p.caption {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    text-align: center;
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .container{max-width:1170px}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
		.slide-show img {
    width: 100%;
    height: 500px;
}
  .wh-bg {
    width: 100%;
}
img.img-fluid.beforeimage {
     top: -38px;
}
	.eventhallpricebox {
   padding: 40px 30px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.spasectionbg {
    padding: 20px 0px;
}
	.roomtypesection {
    height: 450px;
}
.row.eachspa.evenspasection .col-md-12:nth-child(1) {
    flex-direction: row-reverse;
    order: 2;
}
	.spasectiontitle {
      margin-top: 25px;
}
	.eachspa {
    border-bottom: 1px solid #b2804c;
    padding-bottom: 15px;
}
	#rooms {
    padding: 0px 0 0px 0;
}
	h1.page-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
		.parent1 {  
    min-height: 180px;
}
    img.img-fluid.beforeimage {
        top: -58px;
    }
.eventhallpricebox {
        width: 100%;
        margin-top: 25px;
        padding: 40px;
    }
	ul.resmenu {
    width: 70%;
  }
    .setmenupricelist {
        width: 100%;
        min-height: 600px;
    }
	.parent {
      min-height: 300px;
}
    #page-wrap {
         background-position: 30%;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 10px 17px;
    }
    .top-menu .col-sm-8 {
        flex-basis: 40%;
        min-width: 40%;
    }
    .top-menu .col-sm-4 {
        flex-basis: 60%;
        min-width: 60%;
    }
    .slide-show img {
        height: auto;
    }
    #home-slider .carousel-caption p {
        font-size: 20px;
    }
    #home-slider .carousel-caption .btn{
        margin-top:25px;
    }
    #home-slider .carousel-control-next, #home-slider .carousel-control-prev {
        top: 40%;
    }
    #home-slider .carousel-control-prev-icon, #home-slider .carousel-control-next-icon {
        line-height: 97px;
        height: 97px;
    }
    .business-title h3 {

        font-size: 29px;
        padding: 2em 2em;
       
    }
    .col-sm-4.flex-row {
        flex-basis: 50%;
        min-width: 50%;
    }
    .why-choose-text {
        width: 100%;
        padding-right: 0;
        float: none;
        padding-left: 31px;
    }
    
    .wh-choose-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wh-img {
        padding-right: 5px;
    }
    .wh-bg {
        width: 100%;
    }
    .blog.news-event-blog img {
        height: auto;
    }
    .footer address p {
        font-size: 13px;
    }
    .footer address h4 {
        font-size: 17px;
        font-weight: 500;
    }
    .footer .contact-phone {
        font-size: 24px !important;
    }
    div#page-wrap {
        height: 285px;
    }
    .custom-template.coffee .col-sm-4 {
        flex-basis: 50%;
        min-width: 50%;
    }
    figure.wp-block-gallery {
        gap: 2rem !important;
    }
    figure.wp-block-image {
        border: 4px solid #fff;
    }
    div#rooms {
        position: static;
    }
    /* h3.sub-title {
        display: none;
    } */
    .row.room-content .col-sm-4 {
        flex-basis: 100%;
        min-width: 100%;
    }
    .row.room-content .col-sm-8 {
        flex-basis: 100%;
        min-width: 100%;
    }
    
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.reseventbooknowsection {
    width: 100%;
    text-align: center;
}
	.spasectioncontent ul {
    padding-left: 10px;
}
	.contact-info {
    margin-bottom: 0px;
    margin-top: 20px;
}
	ul.resmenu {
    width: 100%;
   column-count:1;
  }
	.setmenupricelist {
    width: 100%;
    min-height: 480px;
}
	.spasectionbg {
    padding: 20px 0px;
}
    .roomtypesection {
        height: auto;
        padding: 25px 0px;
    }
.roomtypesection h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.row.eachspa.evenspasection .col-md-12:nth-child(1) {
    flex-direction: row-reverse;
    order: 2;
}
	.spasectiontitle {
      margin-top: 25px;
}
	.eachspa {
    border-bottom: 1px solid #b2804c;
    padding-bottom: 15px;
}
	#rooms {
    padding: 0px 0 0px 0;
}
	h1.page-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
		.parent1 {  
    min-height: 180px;
}
    img.img-fluid.beforeimage {
        top: -58px;
    }
.eventhallpricebox {
        width: 100%;
        margin-top: 25px;
        padding: 40px;
    }
	
	h1.page-title {
		margin:20px 0px;
      font-size: 24px !important;
}
  #home-slider .carousel-item img{
    width:100%;
    height: auto;
  }
.parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-height: 1200px;
}
	.div1,.div2,.div3,.div4,.div5,.div6{
		grid-area:auto;
	}
	.parent1 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows:repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-height: 600px;
}
}

@media(min-width:560px) and (max-width:767px){
		.parent {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
}
	.div1,.div2,.div3,.div4,.div5,.div6{
		grid-area:auto;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  header {
    position: static;
  }
  i.fa.fa-bars.mobile-menu {
    color: #ef3d0d;
 }
   .xs .logo h1 {
      font-size: 25px;
      text-align: center;
  }

  .xs .logo h1 img {
      width: 66px;
  }
  .xs ul.poly-lang {
    position: absolute;
    bottom: -94px;
    left: -13px;
 }
   .xs .business-title h3 {
      font-size: 25px;
      padding: 15px 15px;
  }
  .xs .wh-choose-us {
      display: block;
  }
  .xs .why-choose-text {
      width: 100%;
      float: left;
      padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xs .wh-bg {
      width: 100%;
  }
  .xs .wh-bg h2 {
    font-size: 25px;
}
 .xs .wh-bg h3 {
    font-size: 14pt;
 }
 .xs .blog h3 a {
    font-size: 17px;
}
 .xs .blog p{
  font-size:14px;
 }
 .xs .blog {
    padding-bottom: 35px;
 }
 .xs .footer {
    padding-top: 35px;
    padding-bottom: 0;
 }
 .xs p.contact-phone {
      font-size: 30px !important;
  }
  .xs .copyright p {
      font-size: 13px;
  }
  .xs .copyright p a{
      color:#fff;
  }
  #go-top{
    bottom:38px;
  }
  .xs #page-wrap{
    height: 135px;
  }
  .xs #home-slider .carousel-control-prev-icon, #home-slider .carousel-control-next-icon {

        height: 49px;
        line-height: 49px;
    }
}

@media all and (max-width:760px){
    .wp-block-gallery .wp-block-image {
      width:100% !important;
    }
  }


button.btn.fiveth-button.btn-default.submit-btn.g-recaptcha {
    background: #a16759;
    margin-top: 35px;
    color: #fc9;
    padding: 8px 37px;
    text-transform: uppercase;
}

.mm-menu {
    --mm-color-background: #1b1b1b;
    --mm-color-text: rgb(255 255 255 / 75%);
    --mm-color-text-dimmed: #71483e;
    --mm-color-background-emphasis: rgb(72 36 0);
    --mm-color-border: rgb(110 102 102);
}
  .mm-btn:after, .mm-btn:before {
    border-color:#fff;
  }
  a.mm-navbar__title {
      text-transform: uppercase;
      font-size: 21px;
      font-weight: 600;
  }


/* GALLERY */
/* Gutenberg FIX – image gallery item on last row too big */
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    flex-grow: inherit;
  }
  
  /* Move gallery captions below image */
  .wp-block-gallery .blocks-gallery-item figure {
      flex-direction: column;
  }
  
  .wp-block-gallery .blocks-gallery-item figcaption {
      position: relative;
      bottom: auto;
      width: 100%;
      max-height: 100%;
      overflow: auto;
      padding: 10px 0 20px 0;
      text-align: center;
      background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0) 0%,transparent);
  }
  
  /* Padding inbetween gallery images */
  .wp-block-gallery .blocks-gallery-item {
    padding: 0 5% 5% 0; 
  }

.logo img {
    width: 156px;
}
header.fix .logo img {
    width: 107px;
}
header.fix ul.poly-lang {
    margin-bottom: 5px;
}
@media(min-width:1200px) and (max-width:1500px){
	.parent {
        min-height: 420px;
}
	.parent1 {
      min-height: 210px;
}
}
@media(min-width:560px) and (max-width:767px){
	.setmenupricelistinner {
    width: 100%;
    min-height: 550px;
}
	#page-wrap {
    height: 250px;
  }
	    img.img-fluid.beforeimage {
        top: -40px;
    }
		ul.resmenu {
   column-count:2;
  }
	.reseventroom .setmenupricelistinner {
    min-height: 430px;
}
}
@media (max-width:559px){
	.setmenupricelistinner:before{
		display:none;
	}
	img.img-fluid.beforeimage {
       display: none;
}
	.setmenupricelistinner { 
		padding-top:50px;
    border-top:  1px solid #ba9269;
    position: relative;
    margin-top: 30px;
  }
}

.gbox {
    height: 276px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
	position:relative;
}
.gbox a:hover img {
    filter: brightness(0.5);
}
.setmenupricelistinner b{margin-bottom:0px;}

.gbox img {
    width: 100%;
}

    .header {
        background-color: #5b381f;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        font-weight: bold;
    }
    .card {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px;
        width: 300px;
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
    }
    .card h2 {
        text-align: center;
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: bold;
    }
    .card p.time {
        text-align: center;
        font-size: 14px;
        color: #555;
        margin-top: 0;
        margin-bottom: 20px;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
    }
    thead {
        background-color: #f1e1c0;
        font-weight: bold;
    }
    th, td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    /* *************************************** */

    .menu-price-table h3 {
      border-bottom: 2px solid #333;
      display: inline-block;
      padding-bottom: 5px;
      font-size: 22px;
        font-weight: 700;
    }
    .menu-price-table h4 {
      margin-top: 30px;
      color: #4a3b2f;
      font-size: 20px;
    }
    .menu-price-table table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }
    .menu-price-table th, .menu-price-table td {
      padding: 8px 12px;
      text-align: left;
    }
    .menu-price-table td.price {
      text-align: right;
      font-weight: bold;
    }

    .menu-price-table table {
    margin: 0 auto;
}
.menu-price-table {
    margin: 30px auto 50px;
    text-align: center;
}


.page-template-our-service-without-sidebar h2 {
    color: #b3804c; /* purple heading color */
    margin-top: 40px;
  }
  .page-template-our-service-without-sidebar table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .page-template-our-service-without-sidebar th, .page-template-our-service-without-sidebar td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
  }
  .page-template-our-service-without-sidebar th {
    background-color: #b3804c;
    color: white;
    text-align: center;
  }
  .page-template-our-service-without-sidebar td:nth-child(2), .page-template-our-service-without-sidebar td:nth-child(3) {
    text-align: center;
  }

  .health-land-service h3 {
    padding-bottom: 11px;
    font-weight: 600;
    border-bottom: 1px solid #1b1b1b;
    margin-bottom: 0px;
    color: #b2804c;
}