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


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*text font-family: 'Open Sans', sans-serif;*/


/* Rules for sizing the icon. */
.material-icons-outlined.md-18 { font-size: 18px; }
.material-icons-outlined.md-24 { font-size: 24px; }
.material-icons-outlined.md-36 { font-size: 36px; }
.material-icons-outlined.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons-outlined.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons-outlined.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
/* .material-icons-outlined.md-light { color: rgba(255, 255, 255, 1); } */
.material-icons-outlined.md-light { color: rgba(102, 102, 102, 1); }
.material-icons-outlined.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


.material-icons-outlined {

font: normal 14px/14px 'Material Icons Outlined';
	vertical-align: sub;
	position: relative;
    top: -2px;
    color: #686868;
	
}

.fancybox__slide {
    padding: 0!important;
}



html{
      font-size: 16px;
      height: 100%;
	max-width: 100%;
    }


body {
	height: 100%;
	    max-width: 100%;
   
/* padding-top:20px; */
}

div, p, td, a, span, li {
	font: normal 16px/28px 'Open Sans', sans-serif;
	
	color: #616262;
	overflow-wrap: anywhere;
	
}

#cookiesdirective div {
	color:#ffffff!important;
}


a {
	color: #616262;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #616262;
	}


.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
	

.owl-nav {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}

.owl-nav div{
	margin: 0 10px
}



.socialShareWrapper{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    bottom: 55px;
    left: 55px;
}
  .socialShareWrapper::after {
	  content:""; 
	  position:absolute; 
	  top:50%;
	  left:50%; 
	  transform:translate(-50%,-50%); 
	  width:260%;
	  height:260%; z-index:-1;
}
  .shareIcon{
	  width:40px; 
	  height:40px; 
	  display:block;
	  border-radius:50%; 
	 /* background:#fff; */
	  position:relative; 
	  z-index:1;
}
  .shareIcon  svg {
		width:16px; 
		margin:7px;}
  
  .socialShareWrapper > i{
	  position:absolute;
	  width:40px; 
	  height:40px; 
	  display:block; 
	  border-radius:50%;
	  /*background:#ff0000;*/ 
	  top:0%; 
	  left:0%; 
	  opacity:0; 
	 /* transform:translate(-50%,-50%);*/
	  transition: all ease-in-out .3s;
}
 .socialShareWrapper > i   img{
	 width:40px; 
	 height:40px; 
	 /*margin:7px;*/
  }

.socialShareWrapper:hover i{opacity:1; }

.socialShareWrapper:hover i:nth-of-type(1){	top:130%;  transition-delay: 0.1s;}
    .socialShareWrapper:hover i:nth-of-type(2){ /*top:122%;*/ left:-130%; transition-delay: 0.2s;}
    .socialShareWrapper:hover i:nth-of-type(3){ top:-130%;  transition-delay: 0.3s; }
    .socialShareWrapper:hover i:nth-of-type(4){ /*top:-85%;*/ left:130%; transition-delay: 0.4s;}
/*    .socialShareWrapper:hover i:nth-of-type(5){ top:-6%; left:160%; transition-delay: 0.5s; }
      .socialShareWrapper:hover i:nth-of-type(6){ top:122%; left:160%; transition-delay: 0.6s; }*/
    


  






h1, h2, h3, h4, h5 {
	
letter-spacing: 0;
color: #616262;
	text-align:match-parent;
	
}


h1 {

    font: normal 36px/42px 'Open Sans';
	margin-top: 30px;

	margin-bottom: 30px;
	text-align: center;
}


h2 {

    font: normal 34px/38px 'Open Sans';
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}





h3 {
	font: normal 30px/36px 'Open Sans';
    
    margin-top: 20px;
    margin-bottom: 20px;
    
   
}



h4 {
	font: normal 24px/26px 'Open Sans';
	margin-bottom: 25px;
	font-weight: 500;
	
}


h5 {
	font: normal 18px/26px 'Open Sans';
	margin-bottom: 25px;
	font-weight: 500;
	
}


.line::after {
	display: block;
    content: "";
    width: 160px;
    border-top: 1px solid #b7b7b7;
    margin-top: 20px;
	 margin-left: auto;
	margin-right: auto;

}


h1.noline::after {
	display: none!important;
}

h2.noline::after {
	display: none!important;
}
h3.noline::after {
	display: none!important;
}


h2.mycenter {
	text-align: center;
	margin-left: 0!important;
}
h2.mycenter::after {
	margin-left: auto;
	margin-right: auto;
}

h3.mycenter {
	text-align: center;
	margin-left: 0!important;
}
h3.mycenter::after {
	margin-left: auto;
	margin-right: auto;
}


.carousel__button svg {

    stroke: #fff!important;

}

.fancybox__toolbar * {
	color: #fff!important;
}




.innershadow {
   -moz-box-shadow:    inset 0 0 25px #272727;
   -webkit-box-shadow: inset 0 0 25px #272727;
/* box-shadow:         inset 0 0 25px #272727; */
   box-shadow:         inset 0 0 9px #272727a6;
}

.hideme
{
    opacity:0;
}

.largedashafter::after {
	width: 234px;
    height: 0px;
    border-top: 1px solid #E4A14B;
    content: "";
    display: block;
	  margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
   
}

.smalldashafter::after {
	width: 160px;
      height: 0px;
    border-top: 1px solid #E4A14C;
    content: "";
    display: block;
	    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


ul {
	margin: 0;
    padding: 0;
    list-style-position: inside;
}




.noslider #maintext-container {
    padding-top: 110px!important;
}





.separator30 {
	margin-top:30px;
	margin-bottom:15px;
}
	
.separator60 {
	margin-top:60px;
	margin-bottom:30px;
}

.separator80 {
	margin-top:80px;
	margin-bottom:40px;
}



button:focus {
   
    outline: none;
}


.addshadow {
	 -webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.26);
     box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 26%); 
}


.athensitem {
	margin-bottom:70px!important;
}



/*.btn-close {
   
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;

}*/

.offcanvas-header .btn-close {
   
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;

}

.ui-datepicker .ui-datepicker-title span{
   color: #ffffff;
}

.toast {
	position: fixed; 
	bottom: 80px; 
	right: 20px;
	width: 280px;
	background-color: #2ab6af99;
	z-index: 1000;
}

.toast-header {
    
    display: block;
  
    align-items: flex-end;
    padding: 0 10px 0 0;
    color: #6c757d;
    background-color: #fff1d7;
    background-clip: padding-box;
    border-bottom: none;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.toast p {
	margin-bottom: 0;
	color:#ffffff;
}

.toast p a {
	margin-bottom: 0;
	color:#616262;
}






/*---menu start----*/





#mainnavbar-container {
background-color: #fcfcfc;
    
    z-index: 1000;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
	padding-bottom: 7px;
}







#mainnavbar-container.open {
	background-color: #ffffff!important;
}

.navbar-brand {
	
	margin-right: 0;
}



.btnencl {
	width:80px;
}





/*----- animated menu button  start------*/
	.hamburger {
  -webkit-transform: scale(1);
  transform: scale(1);
	border: 1px solid #d5aa67;
  position: relative;
  display: block;
  width: 78px;
  height: 52px;
 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-main {
  position: absolute;
  padding: 15px 17px;
  height: 52px;
  width: 78px;
	top: 0;
    left: 0;
}

.burger-inner {
  position: relative;
 height: 22px;
    width: 42px;
	
}

.burger-main span {
  position: absolute;
  display: block;
  height: 2px;
  width: 42px;
  border-radius: 2px;
  background: #d5aa67;
	
}

.top {
  top: 0;
  transform-origin: 37px 2px;
}

.bot {

  bottom: 0;
  transform-origin: 34px 2px;
}

.mid {
  top: 10px;
}

.svg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.svg-circle {
  width: 68px;
  height: 68px;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}


/*----- animated menu button  end------*/



#logo {
	-webkit-transition: width 0.5s; /* Safari prior 6.1 */
  transition: width 0.5s;
	/*width:165px;*/
}

#lang {
	background-color: #ffffff;
    position: fixed;
    top: 120px;
    right: 0px;
    width: 100px;
    z-index: 101;
    text-align: center;
    height: 40px;
}

#lang a{
	line-height: 38px;
	font-size:16px;
	
}
#lang a.active {
color: #d5aa67;
font-weight: 500;
	
}



/*












#lang {
	
    
    width: fit-content;
    z-index: 10;
	text-align: left;
	position: relative;
}

#lang a{

	font-size:16px;
	font-weight: 400;
	
}
#lang a.active {
    color: #d5aa67;
    font-weight: 500;
    font-size: 16px;
	
}

#lang2 {
	
    width: fit-content;
    z-index: 10;
	text-align: left;
	position: relative;
}

#lang2 a{

	font-size:16px;
	font-weight: 400;	
}
#lang2 a.active {
    color: #d5aa67;
    font-weight: bold;
    font-size: 16px;	
}

#lang2 a:hover {
    color: #d5aa67;
    font-weight: bold;
	
}

#lang2 span{

	font-size:16px;
	position: relative;
    top: -1px;
}

#lang a::after {

	    content: '';
    position: absolute;
  
	bottom:0;
    left: 0;
     width: 100%;
    height: 1px;
    background-color: #d5aa67;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
	
}

#lang a:hover::after {

    width: 0%;

}

#langmodal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    outline: 0;
	
	border-radius: 0;
}


#langmodal .modal-header, #langmodal .modal-footer {
	border:none;
}

.langitem.active, .langitem:hover {
	
    border: 1px solid #d5aa67;
    color: #d5aa67;
}

.langitem {
	width: 250px;
    height: 52px;
    border: 1px solid #999;
    font: normal 18px/34px 'Open Sans'!important;
    letter-spacing: 0;
    color: #616262;
    background-color: transparent;
    border-radius: 0;
	position: relative;
	margin-bottom: 20px;
}*/


/*boom modal starts*/


#bookmodal2 .modal-header {
	background-color: #d5aa67;
	border:none;
	
}

#bookmodal2 .btn-close {
   
    color: #ffffff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;

}

#bookmodal2 .modal-title {
    margin-bottom: 0;
   
    color: #fff;
     font-weight: normal;
    font-size: 22px;
    LINE-HEIGHT: 22px;
}
#bookmodal2 .modal-header .close {
      opacity: .7;
    padding: 15px;
}

#bookmodal2 .modal-header .close span{
      font: 400 26px/30px 'Opens Sans';
    color: #FFFFFF
}

#bookmodal2 label {
      font: 400 16px/30px 'Open Sans';
    
}

#bookmodal2 #contact-form #btn_submit {
    background-color: #d5aa67;
    border: 1px solid #d5aa67;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    height: 48px;
    width: 100%;
    /* -webkit-box-shadow: 0px 3px 6px #00000029; */
    /* box-shadow: 0px 3px 6px #00000029; */
    line-height: 22px;
}

#bookmodal2 #contact-form .form-control {
	height: 50px;
    margin-bottom: 25px;
    border: #cccaca solid 1px;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    /* font-weight: 300; */
    color: #d5aa67;
   /* -webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;*/
	}
#bookmodal2 #contact-form .form-control:focus {
    color: #d5aa67;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}
#bookmodal2 #contact-form .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	font-size: 20px;
    color: #000000;
}


#bookmodal2 #contact-form .form-select {
	height: 50px;
    margin-bottom: 25px;
    border: #cccaca solid 1px;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    /* font-weight: 300; */
    color: #d5aa67;
   /* -webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;*/
	}

/*boom modal ends*/



/*reservation form footer start */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


input[type=number] {-moz-appearance: textfield;}

#ui-datepicker-div {
	z-index: 10000!important;
}

#reservation-form2 .input-group-text img {
	width:18px;
}

#reservation-form2 .material-icons-outlined {
    font: normal 25px/25px 'Material Icons Outlined';
    vertical-align: sub;
    position: relative;
     top: 0px; 
    color: #d5aa67;
}

#reservation-form2 .material-symbols-outlined {
    font: 300 23px/25px 'Material Symbols Outlined';
    vertical-align: sub;
    position: relative;
     top: 0px; 
    color: #d5aa67;
}


#reservation-form2 label {
    font-size:14px;
    color: #626161;

}


#reservation-form2 .input-group-prepend  {
	
	margin-left: 10px;
}



#reservation-form2 .input-group-prepend, #reservation-form2 .input-group-append {
	display: flex;
	
}




#reservation-form2  .input-group-text {
	background-color: transparent;
    border: none;
	padding: 0 ;
}

#reservation-form2 .form-group {
	
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	/*padding-left: 35px;
	padding-right: 35px;*/
	 align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	justify-content: center;
	}

#reservation-form2 .rcol-1 {
	/*padding-right: 20px;*/
	border-right: 1px solid #E4A14C;
	    align-items: center;
}

#reservation-form2 .rcol-2 {
	/*padding-right: 30px;
	padding-left: 20px;*/
	border-right: 1px solid #E4A14C;
}

#reservation-form2 .rcol-3{
	/*padding-right: 30px;
	padding-left: 30px;*/
	border-right: 1px solid #E4A14C;
}

#reservation-form2 .rcol-4 {
	/*padding-right: 30px;
	padding-left: 30px;*/
	border-right: 1px solid #E4A14C;
}

#reservation-form2 .rcol-5 {
	/*padding-left: 30px;
	padding-right: 39px;*/
	
}

#reservation-form2 .form-control {
	
    border: none;
    border-radius: 0;
    
    margin-left: 3px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
	max-width: 125px;
	  font: 300 16px/18px 'Open Sans';
	color: #626161;
	font-weight: 400;
	}
#reservation-form2 .form-control:focus {
    color: #5f6264;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}
#reservation-form2 .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	font-size: 20px;
    color: #000000;
}


#reservation-form2 .number {

	    max-width: 20px;
    text-align: center;
    padding-right: 0px;
	margin-right: 5px;
	padding-left: 0;
	}

#reservation-form2 .input-group {
	width: fit-content;
	width: -moz-fit-content;
}


#reservation-form2 .button-submit {
	    background-color: #d5aa67;
    border: none;
    border-radius: 0;
    font: normal 16px/20px 'Open Sans';
    letter-spacing: 1;
    color: #FFFFFF;
    /* height: auto; */
    width: 100%;
}


#reservation-form2 .button-close {
	border: 1px solid #999;
	color: #999;
    border-radius: 0;
    padding: 2px 10px;
}



#footerbook-container {
	background-color: #ffffff;
	bottom:-58px;
	
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}



#footer-button-booknow {
	    background-color: #d5aa67;
    position: fixed;
    
    right: 5%;
    border: 1px solid #c2c2c2;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    border-bottom: none;
    font-size: 16px;
    padding: 3px 10px;
    color: #ffffff;
    z-index: 3;
    /*bottom: -38px;*/
	bottom:0px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

#footer-button-booknow:hover {
	
	cursor: pointer;
}


/* reservation form footer ends */


#mynavbar-book.hvr-bounce-to-right:before {
  
    background: #ff563a;

}


#mynavbar-book {
	    width: 154px;
    height: 44px;
   
    font: normal 16px/26px 'Open Sans'!important;
    letter-spacing: 0.7px;
    color: #fff;
    background-color: #ff563a;
    border-radius: 0;
    position: relative;
    border: 1px solid #ff563a; 
   -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

#mynavbar-book:hover {

   color: #ffffff;
   border: 1px solid #ffffff;
   
}


#mynavbar-book-rsp {
	width: 100%;
    height: 52px;
   /* border: 1px solid #FFFFFF;*/
    font: 400 18px/34px 'Open Sans'!important;
    letter-spacing: 0;
    color: #FFFFFF;
    background-color: #606F66;
    border-radius: 0;
	
}
 
 .navbar-toggler {
   
  
	 	/*border: 1px solid #d5aa67;*/
	border:none;
	 z-index: 10050;
	
    border-radius: 0;
	    /* -webkit-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);*/
	 
	
}

.navbar-toggler:focus {
    box-shadow: none;
}

 .toggler-text {
	 font: 700 16px/16px Quicksand;
		letter-spacing: 0;
		color: #FFFFFF;
		opacity: 1;
	 
      
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    margin-left: 12px;
   position: absolute;
    top: 24px;
    right: -50px;
}



/*  .navbar-toggler-icon {
	  width: 37px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 27 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='1.4' stroke-linecap='corner' stroke-miterlimit='25' d='M0 1 h17 M0 9 h27'/%3E%3C/svg%3E")!important;
	      vertical-align: middle;
}*/

  .navbar-toggler-icon {
	   width: 37px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 27 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='1.4' stroke-linecap='corner' stroke-miterlimit='25' d='M0 1 h17 M0 9 h27'/%3E%3C/svg%3E")!important;
	      vertical-align: middle;
}





.navbar-collapse .nav-link {
	
	
	font-size: 17px;
	text-align: center;
	color: rgb(0 0 0 / 65%);
	position: relative;
}

.navbar-collapse .nav-link:before, .navbar-collapse .nav-link:after {
  content: "";
  bottom: 0;
  width: 0px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: rgb(0 0 0 / 40%);;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;  
}

.navbar-collapse .nav-link:before { right: 50%; }
.navbar-collapse .nav-link:after { left: 50%; }

.navbar-collapse .nav-link:hover:before , .navbar-collapse .nav-link:hover:after {
  width: 50%;
}

@keyframes grow {
  0% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.6) rotate(10deg);}
}

@-webkit-keyframes grow {
  0% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.6) rotate(10deg);}
}










#navbarSupportedContent {
		position: relative;
    z-index: 1000;

	}







/*---menu ends----*/



/*---main slider start----*/

#main-slider {
      width: 100%;
	
      height: 100%;

	background-color: #ffffff;
    padding: 100px 0px 0px 0px;
    }

.swiper1 {
      width: 100%;
      height: 100%;
	
	
    }

.swiper1 .swiper-slide {
	 width: 100%;
      height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.98;
}






.snav {
	position: absolute;
	bottom:66px;
	left:125px;
	width:35px;
	height:50px
}



.swiper-button-next::after {
	content: none!important;
}

.swiper-button-prev::after {
	content: none!important;
}










 .swiper-button-prev,   .swiper-button-next {
	color: #c4a477!important;
	 top:47%!important;
}
 .swiper-button-prev {
	left:40px!important;
	 
}
.swiper-button-next {
	right:40px!important;
	 
}


#slider-title {
	color:#fff;
	font-size: 30px;
	line-height: 34px;
	position: absolute;
	bottom: 50px;
	right: -500px;
	font-weight: 500;
	 /* text-shadow: 2px 2px 1px #afa0a0;*/
	/*-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
	z-index: 100;
	font-family: 'Open Sans', sans-serif;
    text-align: right;
	
	opacity: 0;
  
   
   -moz-transform: translate(0%, 0%) scale(.5);
    -o-transform:translate(0%, 0%) scale(.5);
    -ms-transform:translate(0%, 0%) scale(.5);
    -webkit-transform: translate(0%, -50%) scale(.5);
    transform: translate(0%, 0%) scale(.5);
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

#slider-title span {
	position: relative;
	color:#fff;
	font-size: 40px;
	line-height: 52px;
	
	font-weight: bold;
	  text-shadow: 2px 2px 1px #afa0a0;
	
	font-family: 'Open Sans', sans-serif;
    text-align: center;
	

}

#slider-title.front {
    bottom: 50px;
    -moz-transform: translate(0%, 0%) scale(1);
    -o-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
	right:50px;
}

#slider-title.shown {
    opacity: 1;
    /*bottom: 10px;*/
}

/*
#moto {
					position: absolute;
	top: 50%;
	left:0%;
	-ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
				width:100%;
					overflow: hidden;
					display: flex;
					justify-content: center;
					align-items: center;
					
					z-index: 100;
			 
					
		}
		
		#moto div{
					
			  background: 50% 100% / 50% 50% no-repeat
						  radial-gradient(ellipse at bottom, #fff, transparent, transparent);
			  -webkit-background-clip: text;
			  background-clip: text;
			  color: #fff;
			      font: normal 80px/80px 'Open Sans', sans-serif;
			  
			  animation: reveal 3000ms ease-in-out forwards 1000ms,
						 glow 2500ms linear infinite 4000ms;
			
			
					
		}

			  @keyframes reveal {
				80%{
				  letter-spacing: 8px;
				}
				100% {
				  background-size: 300% 300%;
					-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
				}
			  }
			  @keyframes glow {
				40% {
				  text-shadow: 0 0 8px #fff;
				}
			  }

*/
/*
.moto-slider {
	word-wrap:break-word;
	position: absolute;
	top: 50%;
	left:20%;
	-ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
overflow: hidden;
	font-size:60px;
	color:#ffffff;
max-width:50%;
line-height:  80px;
	z-index: 100;

    text-shadow: 2px 4px #0000005c	
}


#moto-slider .btn-discover {
	border-radius: 50%;
	width:15px;
	height:15px;
	background-color: #ffffff;
	padding: 0;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
}*/

#scroll-down {
    position: absolute;
    bottom: 33px;
    left: 50%;
    margin: 0 auto;
	
	font: 400 15px/13px 'Open Sans';
    text-align: center;
	color: #FFFFFF;
   
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}

#scroll-down-arrow:hover {
    cursor: pointer;
}

#scroll-down:hover {
    cursor: pointer;
}





#scroll-down-mouse {
	position: absolute;
    bottom: 26px;
	left: 50%;
	


	 -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}

#scroll-down-mouse {
	font: 600 13px/13px 'Fira Sans Condensed';
	color:#ffffff;
}





	


#scroll-down-arrow {
	position: absolute;
    bottom: 56px;
	left: 50%;
	/* width: 2px; */
	/* height:70px; */
	/* background-color:#1393c9; */

	
	 -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}






@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}

.encircle {
  width:60px;
  height:60px;
  border-radius:60px;
  border: solid 2px white;
  position: fixed;
  bottom: 0;
  left: 50%;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


#mynavbar-book-rsp {
	background-color: #d5aa67;
	color:#ffffff;
	border-radius: 0;
}


/* main slider ends */







/* --- front page start --- */
	


	#maintext-container {
    padding-top: 15px;
    padding-bottom: 80px;
    background: #fcfcfc;


}


	#fp-rooms-container {
    padding-top: 70px;
    padding-bottom: 120px;
background: linear-gradient(180deg, rgba(248,248,247,1) 38%, rgba(252,252,252,1) 62%);

}

#fp-rooms .card {
   border-radius: 40px;
	border:none;

}

#fp-rooms .card-img, .card-img-top {
	border-radius: 0;
}

.fp-roominfo div {
	flex-basis:50%;
}

#circle-container {
	position: absolute;
       top: -45px;
    right: 17px;
    z-index: 0;
    width: 250px;
    height: 250px;
}

	#fp-rooms h5 {
    font-weight:600;
		text-align: center;
		margin-bottom: 20px;
		color:#d5aa67;
}

#fp-rooms h6 {
    font-weight:500;
		text-align: center;
		margin-top: 15px;
	margin-bottom:0px;
		color:#d5aa67;
	font-size:16px;
}

#fp-rooms .detailsbtn {
	background-color: #d5aa67;;
	border-radius: 0;
	color:#ffffff;
	margin-top: 20px;
	    font-size: 15px;
    width: 144px;
}

#fp-rooms p {
	margin-bottom: 0;
}

#fp-rooms .rc-2 {
	border-right: 1px solid #e9e4e4;
	/* border-left: 1px solid #e9e4e4; */
}

#fp-rooms .triangle {
	width: 0;
height: 0;
border-style: solid;
border-width: 0 35px 25px 35px;
border-color: transparent transparent #ffffff transparent;
	position: absolute;
    bottom: -9px;
	left:50%;
	 -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#fp-roofgarden-container {
padding-top: 70px;
padding-bottom: 120px;
background: #fcfcfc;
overflow: hidden;
}

#roofgardeninfo {
	position: relative;
}

#roofgardeninfo::after {
	content: '';
	display:block;
	position: absolute;
	bottom:50px;
	width:1px;
	height:70px;
	background-color: #d5aa67;
}


#whychooseus-container {
    padding-top: 70px;
    padding-bottom: 80px;
	/* background-color: #8eaf84; 
	background-image: linear-gradient(rgb(91 132 187), rgb(225 190 162)); */
	-webkit-box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 20%);

}


#whychooseus {

	background-color: #ffffff;

}

#whychooseus h2 {

	margin-top: 0;

}

.whychooseus-card {
	display: flex;
	flex-direction: row
}




.mybutton2 {
  margin-right: 5px;
	border-radius: 0;
/*    background: #decdb1; 
    border: solid 1px #decdb1; 
    border: solid 1px #888; */
    border: solid 1px #d5aa67;
    background: #ffffff;
	padding: 0;
    line-height: 50px;
    padding-left: 35px;
    padding-right: 35px;
/*  color: #fff; */
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.mybutton2:hover {
    background: #d5aa67;
    color: #fff;
}

body.accommodation .mybutton2 {

    line-height: 40px;

}

	#fp-how-container {
/*    padding-top: 70px;
    padding-bottom: 70px;
background-color: #fcfcfc;*/

}
#fp-how-container p {
    margin-bottom: 0;
}

#fp-how-container .material-icons-outlined {
    font: normal 44px/44px 'Material Icons Outlined';
   font-size: 44px;
    color: #fff;
    top: 0;
    vertical-align: bottom;
}

#fp-ribbon {
	position: relative;
	background-color: #d5aa67;
	box-shadow: 0px 5px 6px #00000029;
}



.fp-how-2col::before {
	content: '';
    position: absolute;
    display: block;
    height: 90px;
    border-left: 1px solid #ffffff;
    left: 0;
    top: 23px;
}
.fp-how-2col::after {
	content: '';
    position: absolute;
    display: block;
    height: 90px;
    border-right: 1px solid #ffffff;
    right: 0;
    top: 23px;
}



.fp-how-to-book {
	
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 27px;
	letter-spacing: 0.1px;
	padding-top: 18px;
	padding-bottom: 18px;
	position: relative;
}

.fp-how-to-book a {
	
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	
	letter-spacing: 0.1px;
	
}


#fpgallery-container {
    padding-top: 70px;
    padding-bottom: 70px;
	background-color: #f4f3f4;

}

#fpgallery-container img{
   width:100%;
	height:100%;

}

#fpgallery-container .p2 {
	    margin-bottom: 16px;
}

.p1  img, .p4  img {
	
	height: 576px!important;
}

.p2  img, .p3  img {
	
	height: 280px!important;
}

.p5  img, .p6  img, .p7  img {
	
	height: 280px!important;
}


.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
   
    border-color: #fff!important;

}



#facilities-container {
	margin-top:70px;
	margin-bottom: 0px;
	background-image: url('images/bg-facilities.jpg');
	background-repeat:	no-repeat;
	background-size: cover;
	padding-top:180px;
	padding-bottom: 180px;
	background-attachment: fixed;
	background-position: center;
}

#travelguide-container h2 {
	font: normal  34px/60px 'Noto Serif';
    letter-spacing: 0.7px;
    color: #FFFFFF;
	margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

#travelguide-container hr {
	margin-right:0;
	max-width: 356px;
	border-top: 1px solid #FFFFFF;
}

#travelguide-container p {
font: normal  17px/25px 'Noto Serif';
letter-spacing: 0px;
color: #FFFFFF;
	
}


#fpcontact-container {
    padding-top: 30px;
   
	

}

#fp-social-container {
  background-color: #d5aa67;
	padding-top: 15px;
	padding-bottom: 15px;

}

#fp-social div {
 color:#ffffff;
 letter-spacing: 1px;

}

/* --- front page ends --- */







/*--- footer starts ---*/



#footer-container-outer {
	background-color: #FCFBF9;
	padding-top: 50px;
	padding-bottom: 30px;
}

#footer-container {
	
	
}


.footer-header {

	
}



.fcol-1 .footer-header{
	
font: 500 16px/16px 'Open Sans';
letter-spacing: 0.5px;
color: #616262;
	margin-bottom: 15px;
	
}

/*.fcol-1 .footer-header::after {
	content: '';
	display: block;
	border-top:1px solid #000000;
	max-width:80px;
	margin-top: 12px;
	margin-bottom: 27px;
}*/

.fcol-1 p {
	font-size:14px;
	font-weight: 500;
    letter-spacing: 0.33px;
    color: #686868;
	margin-bottom:0px;
    flex-basis: 50%;
}




.fcol-2 .footer-header {
	text-align: center;
	margin-bottom: 26px;
}

.fcol-2 p {
	text-align: center;
	font: 500 14px/15px 'Open Sans';
letter-spacing: 0.33px;
color: #686868;
		margin-bottom: 0;
	line-height: 28px;
}


.fcol-3 .footer-header{
	
font: 500 16px/16px 'Open Sans';
letter-spacing: 0.5px;
color: #686868;
	margin-bottom: 15px;
	
}

/*.fcol-3 .footer-header::after {
	content: '';
	display: block;
	border-top:1px solid #000000;
	max-width:80px;
	margin-top: 12px;
	margin-bottom: 27px;
	margin-left: auto;
}*/

.fcol-3 p {
	margin-bottom: 0;
  
    flex-basis: 50%;
}

.fcol-3 p a{
font-size:14px;
	font-weight: 500;
    letter-spacing: 0.33px;

color: #686868;

   
}

.footer-social  {
	margin-bottom: 30px;
    text-align: right;
}

.footer-social img {
	
}






#copyright_container-outer {
	border-top: 1px #DBDBDB solid;
	
	background-color: #FCFBF9 ;
}

#copyright_container {
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.ccol-1, .ccol-2, .ccol-3 {
	font: 500 13px/15px 'Open Sans';
    letter-spacing: 0px;
    color: #717171;
	margin-bottom: 0;
	
}

.ccol-2 {
	text-align: center;
}

.ccol-3 {
	text-align: right;
}

.dproject {
		
	font: 500 13px/15px 'Open Sans';
letter-spacing: 0px;
color: #d5aa67;
	margin-bottom: 0;
	}

a.dproject:hover {
		
	color:#717171;
	}



.scroll-topp {
    display: none;
    z-index: 999;
    font-size: 14px;
    
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
}

.scroll-topp {
		position: fixed;
		bottom: 58px;
		right: 31px;
	z-index: 1002;
	}
	
	.scroll-topp:before {
		content: "";
		height: 50px;
		width: 50px;
		top: -2.5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #d5aa6766;
		position: absolute;
		border-radius: 50%;
		z-index: -1;
	}

.scroll-topp span {
    display: block;
}

.scroll-top--arrow {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 5px;
    width: 12px;
    height: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    display: block;
    margin: auto;
}

/*--- footerends ---*/




/*contact start */

body.contact {
	background-color: #fcfcfc;
}


#contactimg {
	background-image: url(images/contact001.jpg);
	background-size: cover;
}


.contact-container .input-group {
    
    width: 100%;
}

body.contact h3 {
	width:fit-content;
	
}
body.contact h3::after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #d5aa67;
    display: block;
    margin-top: 10px;
	
}
body.contact h5 {
	margin-bottom: 1px;
	
}

span.bgicon  {
	      
	font-size: 25px;
	color:#ffffff;
	line-height: 22px;
	  background-color: #4974a5;
    vertical-align: middle;
    margin-right: 14px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin: 0;
}


label {
   
	font-size:18px;
    font-weight: normal;
}

.form-control::-moz-placeholder {
  color: #626262;
}
.form-control:-ms-input-placeholder {
  color: #626262;
}
.form-control::-webkit-input-placeholder {
  color: #626262;
}



#contact-form .form-control {
	height: 50px;
    margin-bottom: 25px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    -webkit-box-shadow: 0px 3px 6px #0000001A;
	box-shadow: 0px 3px 6px #0000001A;

	}
#contact-form .form-control:focus {
    color: #626262;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}

#contact-form .form-select {
	height: 50px;
    margin-bottom: 25px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
   /* -webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;*/
	/*box-shadow: 0px 8px 16px #0000001A;*/
	}
#contact-form .form-select:focus {
    color: #626262;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}

#contact-form .form-floating>label {

    padding: 12px 0.75rem;

    font-size: 16px;
}


#contact-form .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	font-size: 16px;
    color: #626262;
}

#contact-form textarea.form-control {
    height: 162px;
	background-color: #fff;

    color: #626262;
}

#contact-form #btn_submit {
	    background-color: #d5aa67;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    width: 100%;
    /* -webkit-box-shadow: 0px 3px 6px #00000029; */
    /* box-shadow: 0px 3px 6px #00000029; */
    line-height: 22px;
	box-shadow: 0px 8px 16px #0000001A;
}

#contact-form #contact-text  {	
	align-items: center;

    display: flex;
}

#contact-form #contact-text p {
	    font-size: 21px;
    letter-spacing: 6px;
    color: #626262;
	margin-bottom: 0;

}

#contact-form #contact-text span {
	    font-size: 21px;
    letter-spacing: normal;
    color: #626262;
}


body.contact #contact-container {
     padding-top: 50px; 
    padding-bottom: 100px;
	background-color: #f7f7f7;
}


body.contact #companies-container {
     padding-top: 50px; 
    padding-bottom: 100px;
	
}

body.contact #faq-container {
     padding-top: 50px; 
    padding-bottom: 100px;
	background-color: #f7f7f7;
}


body.contact #whychooseus-container {
   
    background-image: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.accordion-button:focus {
   
    border-color: #f7efe2;
   box-shadow: none;
  
}

.accordion-button:not(.collapsed) {
   
    background-color: #f7efe2;
  	color: #444444;
}

.accordion-button {
   
    color: #626161;

}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
   
}


/* contact ends */



/* gallery starts */

body.gallery {
	background-color: #fcfcfc;
}


body.noslider #mainnavbar-container {
	/*-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 55%);*/
}

#gallery-container {
	/*padding-top: 30px;*/
	margin-bottom: 50px;
	padding-left: 0!important;
	padding-right: 0!important;
}

body.gallery #maintext-container {
   
    padding-bottom: 50px;

}


#gallery-container img {
	
	
	max-width: 100%;
	width: 100%;
}



#gallery-container .gallery-item {
	padding-left:7px!important;
	padding-right:7px!important;
	margin-bottom: 14px;
}




#gallery-container	  .boxes{
    display: block;
   /* width: 30%;
    height: 220px;
    background: #fe4;*/
    position: relative;
    overflow: hidden;
   /* float: left;
    margin: 1.5%;*/
    cursor: pointer;max-height: 454px;
}
#gallery-container .da-image{
   min-height: 100%;
   width: 100%;
}
#gallery-container .overlay{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    color: #FFF;
    background-color: rgba(0,0,0,0.25);
    z-index: 10;
	padding-left:7px!important;
	padding-right:7px!important;
	background-clip: content-box;
	
}
#gallery-container .overlay a{

	display: block;
	width:100%;
	height:100%;
	background-image: url('images/enlarge.png');
	background-repeat: no-repeat;
	background-position: center center;
}



/* gallery ends */



/* location starts */

body.location {
	background-color: #fcfcfc;
}



#location .welcome-luxury{
	background: #f7f7f7;
	padding: 32px;
	margin-top: 90px;
}
#location .welcome-luxury .elem div{
	letter-spacing: 4px;
	color: #626161;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	margin-top: 28px;
}
#location .welcome-luxury .border{
	position: relative;
	border:solid 1px #626161!important;
	padding-top: 0px;
	padding-bottom: 70px;
}

#location .how-to-reach .border {
	position: relative;
	border: solid 1px #888!important;
	padding: 55px 50px 55px 50px;
}

#location .how-to-reach .border .title-top {
    position: absolute;
    top: -14px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f7f7f7;
    color: #d5aa67;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 4px;
    min-width: 500px;
	text-align: center;
}

#location .how-to-reach .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

#location  .how-to-reach .border-right {
    border-right: solid 1px #888;
}


#distances-container {
    padding-top: 65px;
    padding-bottom: 70px;
	
}


/* accommodation starts */

body.accommodation {
	/* background-color: #f8f1ef; */
	background-color: #fcfcfc;   
}

body.accommodation #maintext-container {
	/* background-color: #f8f1ef; */
	background-color: #fcfcfc;
}

#accommodation h2 {
	margin-bottom: 20px;
	font-size:28px;
	margin-top: 0;
}
.roominfo {
	    font-size: 18px;
    color: #d5aa67;
    /* font-style: italic; */
}

/* accommodation ends */


/* room starts */
.roominfo {
	margin-bottom: 32px;
}

.roominfo img {
	padding-right: 15px;
}
.roominfo  div {
	font: bold 14px/26px 'Open Sans';
	letter-spacing: 1px;
	color: #d5aa67;
	margin-bottom: 12px;
}

#room-facilities-container {
	background-color: #F0F0F0;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 100px;
}
#room-facilities {

	padding-left: 100px;
}
.service-icon span {
	display: inline-block;
	width:41px;
	margin-right: 2px;
	text-align: center;
	line-height: 20px;
}
.service-icon span img{
	vertical-align: bottom;
}
.service-icon  {
	margin-top: 22px;
}

#room-booknow-container {
	background-color: #FCFBF9 ;
	padding-top: 45px;
	padding-bottom: 45px;
}

a.booknow {
	border: 1px solid #85988d;
	background-color: #FCFBF9;
	border-radius: 0;
	font: 600 18px/34px "Open Sans";
	letter-spacing: 0;
	color: #85988d;
	width:200px;
}
a.booknow:hover {
	
	color: #85988d;
	font: 600 18px/34px "Open Sans"!important;
}

#container-carousel {
	background-color: #ffffff ;
	padding-top: 25px;
	padding-bottom: 50px;
	
}

.room h3 {
	
	
}

#other-rooms-container {
	background-color: #FCFBF9  ;
	padding-top: 25px;
	padding-bottom: 55px;
}

/*body.room .roomimg:before {
   
    width: calc(100% - 30px);
 
}*/

.room-ledger h2 {
	font-size: 16px;

	margin-bottom: 10px;
}

.room-ledger {

	margin-bottom: 15px;
}

/* room ends */


/* services starts */

#services-container {
    padding-top: 65px;
    padding-bottom: 70px;
	/* background-color: #fdfaf6; 
	background: linear-gradient(70deg, #d5aa671c 40%, #f4f4f4 40%); */
	background: linear-gradient(110deg, #f5f5f5 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #d5aa6733 66%, #f5f5f5 66%);
	/* background: linear-gradient(32deg, #fcfcfc 40%, #f5f5f5 40%); */

}

#services-container .border {
   
	background-color: #ffffff;

}

.smallh2 {
	font-size: 22px;
	text-align: left;
	display: flex;
	color: #626161;
    letter-spacing: 0.2px;
    font-weight: 300;
}
.smallh2::after {
	content: "";
	
	    border-bottom: 1px solid #d5aa67;
    position: relative;
	    top: -17px;
    flex: 1 0 20px;
    margin-left: 30px;
    
	
}


/* services ends */

/* offers starts */

body.offers {
	background-color: #fcfcfc;
}

body.offers h2 {
	font-size: 28px;
	margin-top: 18px;
	width:fit-content;
	position: relative;
}

body.offers h2.text-end {

    margin-left: auto;
}

body.offers h2::after {

	    content: '';
    position: absolute;
   /* top: calc(100% + 4px);*/
	bottom:-11px;
    left: 0;
     width: 100%;
    height: 1px;
    background-color: #d5aa67;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
	
}

#offers p {
	margin-bottom: 0;
}

.subtitle {
	color:#d5aa67;
	font-size: 17px;
	letter-spacing: 2px;
    font-weight: 500;
	margin-bottom: 1rem;
}

/* offers ends */





/* ----------------------- Extra small devices (phones, less than 576px) ----------------------- */
/* ----------------------- No media query since this is the default in Bootstrap ----------------------- */


@media (max-width: 1750px)  {
	
	
}
@media (max-width: 1560px)  {
	
	.navbar-nav .nav-link {
		padding-right: 0.5rem!important;
		padding-left: 0.5rem!important;
	
	}
	
}



@media (max-width: 1399px)  {
	.navbar-nav .nav-link {
		padding-right: 0.5rem!important;
		padding-left: 0.5rem!important;
	}
	

	
	
	
}

@media (max-width: 1199px)  {
	
	.navbar-nav .nav-link {
		padding-right: 0.5rem!important;
		padding-left: 0.5rem!important;
		text-align:center;
	}
	
	
	
	
	
}

@media (min-width: 1200px) and (max-width:1250px) {
	
	.navbar-nav .nav-link {
    padding-right: 0.3rem!important;
    padding-left: 0.3rem!important;
}
	
}

@media (max-width: 1310px) {
	
	
	
}

@media (max-width: 1230px) {
	

	
}


/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) { 
	
	
	
	
	
	
	
	
	#room-facilities {

	padding-left: initial;
}
	
	#roofgardeninfo::after {

    bottom: -50px;

    height: 100px;

}
	
	.p1 img, .p4 img {
     height: 414px!important; 
}
	
	.p2 img, .p3 img {
    height: 199px!important;
}
	
	.p5 img, .p6 img, .p7 img {
    height: 199px!important;
}
	
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 1024px) { 
	
	

 }

@media (min-width: 992px) and (max-width:1199px) { 
	





}

@media (min-width: 992px)  { 
	
	
	

}

@media (max-width: 991px) {
	

	

	

.navbar-light .navbar-nav .nav-link {
    text-align: center;

}
	
	#roofgardeninfo::after {
    bottom: -75px;
    height: 100px;
}
	
	.fp-how-2col::before {
		display: none;

	}
	.fp-how-2col::after {
		display: none;
	}
	
	.fp-how-3col::after {
		display: none;
	}
	
	
	.p1 img, .p4 img {
     height: 306px!important; 
}
	
	.p2 img, .p3 img {
    height: 145px!important;
}
	
	.p5 img, .p6 img, .p7 img {
    height: 145px!important;
}
	
		
	
	.footer-social {
    margin-bottom: 30px;
    text-align: center;
}
	
	.fcol-3 .partners {
    text-align: center;
}
	
	.fcol-3 .partners img {
    margin-left: 10px;
    margin-top: 0px;
}
	
	
	
	
}

@media (max-width: 880px) { 

	
	
	
	
}

@media (min-width: 768px) {
	
}


@media (min-width: 768px) and (max-width: 800px) { 

	.navbar-collapse .nav-link {
    font-size: 14px;
    text-align: center;
}
	
	
	
}
 
@media (min-width: 576px) { 
	
	
}

@media (min-width: 768px) and (max-width:991px) { 


	
}
 
@media  (max-width:767px) {
	
	#mainnavbar-container {

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
		background-color: #ffffff;
		
		-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 55%);
}
	
	#mainslider-container {
		margin-top:105px;
    padding-top: 58%;
    
}
	
	
	
#main-slider {

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	
	    width: 100%;
    max-height: 400px;
    padding-top: 82px;
}
	
#location  .how-to-reach .border-right {
    border-right: none;
}
	
	#location .border-right img {
		margin-right: auto!important;
		margin-left: auto!important;
		margin-bottom: 15px;
	}
	
	#location .how-to-reach .border .title-top {

    min-width: 400px;
    
}
	
	body.scroll-top {
		display: none!important;
	}
	
	
	.p1 img, .p4 img {
     height: auto!important; 
}
	
	.p2 img, .p3 img {
    height: auto!important;
}
	
	.p5 img, .p6 img, .p7 img {
    height: auto!important;
}
		
	
	
	.fcol-3 div {
		position:inherit;
		right: 0;
	}
	
	
	.fcol-1 .footer-header {
    text-align: center;
   
}
	
	.fcol-1 .footer-header::after {
   
    margin-left: auto;
    margin-right: auto;
}
	
	.fcol-1 .fmenu {
		    max-width: 100%!important;
    text-align: center;
    margin-bottom: 25px;
		
	}
	
	.fcol-1 .fmenu p {
		   flex-basis: 100%;

	}
	
			.fcol-3 .footer-header {
    text-align: center;
   
}
	
	
	
	.fcol-3 .footer-header::after {

    margin-left: auto;
    margin-right: auto;
}
	
	.fcol-3 p {
    text-align: center;

}
	

}
 



@media (min-width: 426px) and (max-width:767px) { 

	

}

@media (max-width: 640px) {
	
	
	
	
	
	
}

@media (max-width: 575px) {
	
	#lang {

    top: 100px;

}
	
	
	
	.btnencl {
    width: auto;
}

	
.bgathens {
		height: 250px!important;
	}

	
	
	
	.swiper-button-next1, .swiper-button-prev1 {
		width:32px;
		height:30px!important;
	}
	
	#room-facilities-container {
  
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
}
	
#location .how-to-reach .border .title-top {
    top: -23px;
    letter-spacing: 2px;
    min-width: 95%;
    line-height: 24px;
}
	
	
	.p1 img, .p4 img, .p6 img {
    height: auto!important;
}
	
	
.fcol-1 {
		text-align: center;
	}
	
	.fcol-2 * {
		text-align: center!important;
	}
	
	.fcol-2 {
    margin-bottom: 22px;
}
	
	.ccol-1, .ccol-2, .ccol-3 {
	   text-align: center!important;
	}
	
	.fcol-2 img {
 
    margin-bottom: 15px;
}
	
		.fcol-3 p {
    text-align: left;

}
	
	.footer-header {
	margin-left:auto;
		margin-right:auto;
	}

	
	
}
 
@media (max-width: 480px) {
	
		 	#logo {

    max-width: 220px;
}


	
}
 
 @media (max-width: 425px) { 
 
	
#location .how-to-reach .border {

    padding: 55px 15px 55px 15px;
}
	 
	 .mybutton2 {

    padding-left: 20px;
    padding-right: 20px;

}
	

	 .fcol-1 img {
		 max-width: 100%;
	 } 
	 
	 .fcol-2 p {
    margin-bottom: 0px;
}
	 
	 .fcol-2 {

    justify-content: center;
   
}
	 
	 .fcol-3 p {
    margin-bottom: 0px;
}
	 
	 
	 
}

 @media (max-width: 375px) {
	 
	 #location .welcome-luxury {
   
    padding: 20px;
 
}
	 
body.accommodation .mybutton2 {
    line-height: 40px;
    margin-bottom: 10px;
    min-width: 170px;
}

	 
}

 @media (max-width: 320px) {
	 
	 	#logo {

    max-width: 210px;
}
	 
	 #mainnavbar-container {
   
    padding-left: 15px;
    padding-right: 15px;
    
}
}




