@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');
body{
  font-family: 'Jost', sans-serif;
  font-size:15px;
  color:#000;
  line-height: 1.6;
  font-weight:400;
}
.container{
  max-width: 1170px;
}
p:last-of-type{
  margin-bottom:0;
}
a{
  color:#2a5744 !important;
  text-decoration: none;
}
a:hover{
  color:#2a5744;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
h1{
  font-size:46px;
}
h2{
  font-size:44px;
}
h3{
  font-size:42px;
}
h4{
  font-size:24px;
}
h5{
  font-size:22px;
}
h6{
  font-size:20px;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  font-family: 'Marcellus', serif;
  line-height:1.1;
  font-weight:400;
  color:#000;
}
.title{
  font-size:42px;
  line-height: 1.0;
}
.btn{
  font-size:15px;
  font-weight:500;
  line-height:1.4;
  color:#f3ba2f;
  text-transform: capitalize;
  box-shadow:none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  padding:0;
  border: none !important;
  vertical-align:top;
}
.btn:hover {
  color: #f3ba2f;
}
.btn-primary {
  color: #fff !important;
  background: #2a5744 !important;
  padding: 5px 10px;
  border-radius: 3px;
  border: none !important;
  outline: 1px solid #2a5744;
  transition: all ease-in-out 0.50s;
  -webkit-transition: all ease-in-out 0.50s;
  -moz-transition: all ease-in-out 0.50s;
  -ms-transition: all ease-in-out 0.50s;
}
.btn-primary:hover{
  outline-offset:8px;
  outline-color: transparent;
}
label{
  margin-bottom: 5px;
}
.form-control{
  background-color: transparent !important;
  color: #2a5744 !important;
  border:1px solid #2a5744 !important;
  box-shadow:none !important;
  outline: none !important;
}
select.form-control{
  background-image:url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size:15px auto;
}
.form-control::-webkit-input-placeholder {
  color: #2a5744;
}
.form-control::-moz-placeholder {
  color: #2a5744;
}
.form-control:-ms-input-placeholder {
  color: #2a5744;
}
.form-control:-moz-placeholder {
  color: #2a5744;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/*default-css-end*/
/*navbar*/
.navbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #adadad;
  padding: 10px 0;
  z-index:5;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.navbar.fixed{
  background-color:#53624e;
}
.navbar .logo-item {
  margin:0 50px 0 25px;
}
.navbar .nav-item:not(.logo-item, :last-of-type) {
  margin-right: 25px;
}
.navbar .logo-item img {
  max-width: 100px;
}
.navbar .nav-link {
  color: #fff !important;
  padding: 0 !important;
  font-size: 18px;
}
/*hero-banner*/
.hero-banner{
  background:url(../img/hero-banner.jpg) no-repeat center left;
  background-size: cover;
  padding:210px 0 130px;
  position: relative;
}
.hero-banner:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color:#0000008a;
  z-index: 0;
}
.hero-banner .container{
  position: relative;
  z-index: 1;
}
.hero-banner h1 {
  font-size:80px;
  color: #fff;
  margin: 0 auto;
  max-width:760px;
}
.hero-banner p {
  color: #fff;
  font-size: 22px;
}
/*find-hotel*/
.find-hotel{
  position: relative;
  z-index: 1;
  margin:-53px 0;
}
.find-hotel form{
  background-color: #53624e;
  padding: 20px 15px;
}
.find-hotel form *{
  color: #fff;
}
.find-hotel .nav li {
  margin-right: 2%;
  width: 28.3%;
}
.find-hotel form .form-control {
  color: #ffffff !important;
  border-color:#ffffff !important;
}
.find-hotel form select.form-control {
  background-image:url(../img/arrow2.png);
  background-color: #53624e !important;
}
.find-hotel form input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.find-hotel .find-btn .btn{
  padding:8px 15px;
  font-size: 16px;
  font-weight: 400;
  background: #003820 !important;
  outline-color: #003820;
}
.find-hotel .find-btn .btn:hover{
  outline-color:transparent;
}
/*what-new*/
.what-new{
  background-color:#f3f3f0;
  padding:130px 0 50px;
  position: relative;
}
.what-new:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background-color: #fff;
  z-index: 0;
}
.what-new .container {
  position: relative;
  z-index: 1;
}
.icon-outer {
  margin: 0 0 15px;
}
.icon-outer img {
  max-width: 55px;
}
.whatnew-slider {
  margin:40px 0px 0px;
  padding-left:80px;
  position: relative;
  z-index: 1;
}
.whatnew-inner {
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 15px 8px -10px rgba(0 0 0 / 20%);
}
.whatnew-inner .img-outer img{
  width: 100%;
}
.whatnew-inner .content-outer {
  background-color: #f3f3f0;
  padding: 20px 15px;
}
.whatnew-inner .content-outer h4{    font-size: 22px;}
.whatnew-inner .content-outer .book-btn {
  margin: 20px 0 0;
}
.whatnew-slider .slick-arrow.slick-prev{
  top:220px;
  left:60px;
  z-index:1;
  width:60px;
  height: 60px;
  background:url(../img/slide-arrow1.png) no-repeat;
  background-size:60px auto;
  box-shadow:0px 0px 10px rgba(0 0 0 / 40%);
  border-radius: 100%;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.whatnew-slider .slick-arrow.slick-next{
  top:220px;
  right:190px;
  z-index:1;
  width:60px;
  height: 60px;
  background:url(../img/slide-arrow2.png) no-repeat;
  background-size:60px auto;
  box-shadow:0px 0px 10px rgba(0 0 0 / 40%);
  border-radius: 100%;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.whatnew-slider .slick-arrow::before {
  display: none;
}
.whatnew-slider .slick-arrow.slick-disabled{
  opacity: 0 !important;
  visibility: hidden !important;
}
/*service-main*/
.service-main{
  background-color: #f3f3f0;
  padding: 70px 0;
}
.service-right ul {
  margin: 40px 0 0;
}
.service-right ul li{
  width: 48%;
  margin-right: 3%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:35px;
}
.service-right ul li:nth-of-type(2n+2){
  margin-right:0%;
}
.service-right .img-outer{
  width: 70px;
  margin-right: 15px;
}
.service-right .content-outer{
  width:calc(100% - 85px);
  width:-webkit-calc(100% - 85px);
  width:-moz-calc(100% - 85px);
  width:-ms-calc(100% - 85px);
}
.service-right ul .img-outer img {
  max-height:50px;
  max-width:67px;
}
.service-right ul h4 {
  font-size: 20px;
}
/*discover-main*/
.discover-main{
  background:url(../img/discover-bg.jpg) no-repeat center right;
  background-size:cover;
  position: relative;
}
.discover-main:before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content:"";
  width: 100%;
  height: 100%;
  background-color:#00000099;
  z-index: 0;
}
.discover-left {
  width: 630px;
  margin-right: 20px;
  padding:0 15px 0 30px;
}
.discover-right{
  width:calc(100% - 650px);
  width:-webkit-calc(100% - 650px);
  width:-moz-calc(100% - 650px);
  width:-ms-calc(100% - 650px);
}
.discover-main *{
  color: #fff;
}
.discover-left .book-btn {
  margin-top: 30px;
}
.discover-main video{
  vertical-align: top;
}
/*accommodation-main*/
.accommodation-main{
  padding: 60px 0;
}
.accom-slider {
  margin-top: 35px;
}
.accom-slider .whatnew-inner {
  margin-bottom: 0;
  box-shadow: none;
}
.accom-slider .slick-dots {
  bottom: -35px;
}
.accom-slider .slick-dots li{
  width: 12px;
  height: 12px;
}
.accom-slider .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
}
.accom-slider .slick-dots li button:before{
  font-size:10px;
  width: 12px;
  height: 12px;
  line-height:14px;
}
/*team-main*/
.team-main{
  background:url(../img/team-bg.jpg) no-repeat top left;
  background-size:cover;
  padding:70px 0 1px;
  position: relative;
}
.team-main:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color:#00000080;
  z-index: 0;
}
.team-main .container{
  position: relative;
  z-index: 1;
}
.team-outer {
  margin: 50px 0 -280px;
}
.team-outer .top-space {
  margin-top: 40px;
}
.team-inner {
  box-shadow: 0px 0px 10px rgb(123 149 114 / 50%);
  padding: 20px 15px;
  border-radius: 15px;
}
.team-inner .img-outer{
  text-align: center;
}
.team-inner .img-outer img {
  max-height: 150px;border-radius: 10px;
}
.team-inner .img-outer{
  position: relative;
  margin-bottom:30px;
}
/*footer-main*/
.footer-main{
  background:url(../img/footer-bg.jpg) no-repeat top left;
  background-size: cover;
  padding:60px 0px 0px;
  margin-top:370px;
}
.footer-main.footer{
  margin-top:0px;
}
.footer-main *{
  color:#fff !important;
}
.footer-logo{
  margin-bottom:15px;
}
.footer-logo img {
  max-width:90px;
}
.footer-social{
  margin-top: 20px;
  align-items: center;
}
.footer-social li:not(:last-of-type){
  margin-right: 15px;
}
.footer-social li img{
  max-width:18px;
  max-height:18px;
}
.footer-link {
  margin-top: 15px;
  column-count:2;
  -webkit-column-count:2;
  -moz-column-count:2;
  -ms-column-count:2;
}
.footer-link li{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom:10px;
}
.footer-link li:last-of-type{
  margin-bottom:0px;
}
.footer-main h6 {
  font-size: 22px;
}
.footer-main p, .footer-main li a{
  font-size: 16px;
}
.info-outer{
  margin-top: 15px;
}
.info-outer li{
  margin-bottom: 10px;
}
.info-outer li:last-of-type{
  margin-bottom:0px;
}
.info-outer li img {
  max-width: 20px;
  margin-right: 8px;
}
.copyright-main {
  border-top: 1px solid #fff;
  margin-top: 60px;
  padding: 10px 0;
}
/*about-page-css-start*/
.inner-banner{
  background:url(../img/inner-bg.jpg) no-repeat top left;
  background-size: cover;
}
/*our-brand*/
.our-brand{
  padding:60px 0 98px;
}
.our-brand .brand-main {
  margin: 45px 0 0;
}
.brand-outer:not(:last-of-type) {
  margin-bottom: 80px;
}
.brand-main .brand-outer:nth-of-type(even){
  flex-direction: row-reverse;
}
.brand-outer .img-outer{
  width:430px;
  margin-right:20px;
}
.brand-main .brand-outer:nth-of-type(even) .img-outer{
  margin-right:0px;
  margin-left:20px;
  text-align: right;
}
.brand-outer .img-outer > img{
  max-width: 250px;
}
.brand-outer .img-outer .property-img {
  top: 50%;
  right:0px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
.brand-main .brand-outer:nth-of-type(even) .img-outer .property-img {
  right: auto;
  left: 0;
}
.brand-outer .img-outer .property-img img{
  max-width:330px;
}
.brand-outer .content-outer{
  width:calc(100% - 450px);
  width:-webkit-calc(100% - 450px);
  width:-moz-calc(100% - 450px);
  width:-ms-calc(100% - 450px);
}
/*about-page-css-end*/
/*event-page-css-start*/
.event-main {
  padding: 70px 0;
}
.event-main .more-space {
  margin-bottom: 25px;
}
.event-outer {
  height: 100%;
  box-shadow:0px 12px 10px -10px rgba(0 0 0 / 30%);
  border: 2px solid #53624e;
  border-radius: 12px;
  padding-bottom: 20px;
}
.event-outer .img-outer img {
  border-radius: 9px 9px 0px 0px;
  min-height: 212px;
  max-height: 212px;
}
.event-outer .content-outer {
  margin-top: 15px;
  padding: 0 15px;
}
.event-outer .date-location {
  margin: 25px 0 30px;
  border-width:1px 0px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source:linear-gradient(to right, transparent, #2a5744, transparent);
  padding: 15px 0 12px;
}
.date-location .date {
  width: 85px;
  margin-right: 15px;
}
.date-location .location-time{
  width:calc(100% - 100px);
  width:-webkit-calc(100% - 100px);
  width:-moz-calc(100% - 100px);
  width:-ms-calc(100% - 100px);
}
.date-location .date p {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height:0.6;
  color: #2a5744;
}
.date-location .date p small {
  font-size: 40%;
}
.date-location .location-time p{
  font-size: 10px;
  margin: 0;
}
.date-location .location-time p img {
  max-width: 15px;
  margin-right: 2px;
}
/*event-page-css-end*/
/*career-page-css-start*/
.career-inner {
  margin: 40px auto 0;
  max-width: 600px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 15%);
  padding:20px 15px;
  border-radius: 10px;
}
.career-inner .form-group {
  margin-bottom: 20px;
}
/*career-page-css-end*/
/*contact-page-css-start*/
.contact-outer .contact-inner {
  width: 50%;
}
.contact-outer iframe {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.contact-outer .contact-right {
  padding:20px 15px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:url(../img/contact-right.jpg) no-repeat top left;
  background-size: cover;
}
.contact-outer .contact-right .form-group {
  margin-bottom: 25px;
}
.contact-right form{
  background-color: #00321d;
  padding: 30px 15px;
  border-radius: 15px;
}
.contact-right .form-control{
  color: #fff !important;
  border-color:#fff !important;
}
.contact-right .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contact-right .form-control::-moz-placeholder {
  color: #fff;
}
.contact-right .form-control:-ms-input-placeholder {
  color: #fff;
}
.contact-right .form-control:-moz-placeholder {
  color: #fff;
}
/*contact-page-css-end*/
/*policy-pages-css-start*/
.policy-inner ul{
  margin-bottom: 25px;
  padding-left: 20px;
}
.policy-inner ul li{
  list-style-type:disc;
  margin-bottom:8px;
}
.policy-inner ul li:last-of-type{
  margin-bottom:0px;
}
/*policy-pages-css-end*/
/*booking-page-css-start*/
.w_box{
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 12px 10px -10px rgba(0 0 0 / 30%);
  border: 2px solid #53624e;
  border-radius: 12px;
}
.w_box:last-of-type{
  margin-bottom:0px;
}
.w_box_img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.w_adderss,
.fw500 {
  font-weight: 500;
}
.w_ratting {
  font-weight: 500;
  color: #2a5744;
}
.w_ratting img {
  vertical-align: baseline;
  display: inline-block;
  margin-bottom: -2px;
}
.booking-right-img{
  text-align: right;
}
.booking-right-img img{
  width: 120px;
  border-radius: 100%;
}
/*booking-page-css-start*/
/*faq-page-css-start*/
.faq-main .accordion-item {
  margin-bottom: 20px;
  border-radius:8px !important;
  background-color: transparent;
  border:1px solid #53624e;
}
.faq-main .accordion-header {
  padding: 12px 15px;
}
.faq-main .accordion-body {
  padding: 0 15px 12px;
}
/*faq-page-css-end*/
/**/
.whatsapp-sticky{
  bottom:20px;
  left:20px;
  z-index: 5;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.whatsapp-sticky:before{
  content: '';
  position: absolute;
  border:#29a71a solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  animation:animate 1s linear infinite;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name:hvr-ripple-out;
  animation-name:hvr-ripple-out;
}
@keyframes hvr-ripple-out{
100% {
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
}
}
.whatsapp-sticky img{
  max-width:50px;
}
/*07-05-2024*/
.our-restaurants {
  background-image:url(../img/restro-bg1.png), url(../img/restro-bg2.png);
  background-repeat: no-repeat;
  background-size:180px auto, 120px auto;
  background-position: top right, bottom left;
  padding: 60px 0;
}
.restaurant-main{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom:35px;
  padding-bottom:35px;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #fff, #2a5744, #fff);
}
.restaurant-main:nth-of-type(even){
  flex-direction:row-reverse;
}
.restaurant-main:last-of-type{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}
.restaurant-main .img-outer{
  width:500px;
  margin-left: 50px;
}
.restaurant-main:nth-of-type(even) .img-outer{
  margin-right: 30px;
  margin-left:0px;
}
.restaurant-main .content-outer{
  width:calc(100% - 550px);
  width:-webkit-calc(100% - 550px);
  width:-moz-calc(100% - 550px);
  width:-ms-calc(100% - 550px);
}
.restaurant-main .logo-outer img {
  max-width: 170px;
  max-height: 170px;
}
.restaurant-main .content{
  margin-top: 15px;
}
.restaurant-main:nth-of-type(even) .content-outer {
  text-align: right;
}
.restaurant-main .our-location h6 {
  margin: 15px 0 10px;
  padding: 8px 15px;
  background-color: #53624e;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
}
.restaurant-main .our-location p img {
  max-height: 25px;
}
.restaurant-main .menu-btn {
  width: 100%;
  text-align: center;
  margin-top:25px;
}
.restaurant-main .menu-btn .btn-primary {
  padding: 10px 15px;
  font-size: 16px;
  min-width: 120px;
}
/*07-05-2024*/
/*Responsive*/
@media only screen and (max-width: 1199px) {
.navbar .logo-item {
  margin: 0 40px 0 15px;
}
.navbar .logo-item img {
  max-width: 90px;
}
.hero-banner {
  padding: 190px 0 130px;
}
.hero-banner h1 {
  font-size: 65px;
}
.what-new {
  padding: 100px 0 50px;
}
.whatnew-slider {
  padding-left: 30px;
}
.whatnew-inner {
  margin-right: 15px;
  margin-bottom:0px;
  box-shadow:0px 12px 8px -10px rgba(0 0 0 / 20%);
}
.service-right .img-outer {
  width: 60px;
  margin-right: 10px;
}
.service-right ul .img-outer img {
  max-height: 43px;
  max-width: 60px;
}
.service-right .content-outer{
  width:calc(100% - 70px);
  width:-webkit-calc(100% - 70px);
  width:-moz-calc(100% - 70px);
  width:-ms-calc(100% - 70px);
}
.accommodation-main {
  padding: 40px 0;
}
.info-outer li img {
  max-width: 15px;
  margin-right: 5px;
}
.footer-main {
  padding: 40px 0px 0px;
  margin-top: 330px;
}
.copyright-main {
  margin-top: 30px;
}
.our-brand {
  padding: 40px 0 68px;
}
.brand-outer .img-outer {
  width: 300px;
}
.brand-outer .img-outer > img {
  max-width: 200px;
}
.brand-outer .img-outer .property-img img {
  max-width: 260px;
}
.brand-outer .content-outer {
  width: calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: -ms-calc(100% - 320px);
}
.hero-banner.about-banner {
  padding: 160px 0 90px;
}
.find-hotel .nav li {
  width: 27.7%;
}
.discover-left {
  width: 500px;
  padding: 0 15px;
}
.discover-right {
  width: calc(100% - 520px);
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: -ms-calc(100% - 520px);
}
}
@media only screen and (max-width: 991px) {
.navbar{
  background-color:#53624e;
  position:relative !important;
}
.navbar .middle-header, .navbar .book-btn{
  display: block !important;
}
.navbar-brand{
  margin: 0;
}
.navbar-brand img{
  max-width:100px;
}
.navbar-toggler {
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: absolute;
  right:115px;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
.navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
.navbar-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #2a5744;
}
.navbar .navbar-nav {
  padding: 5px 0;
}
.navbar-nav .nav-item{
  margin:0px !important;
  width: 100%;
}
.navbar .nav-link {
  padding:5px 15px !important;
  font-size: 15px;
}
.navbar-nav .nav-item.logo-item, .navbar-nav .nav-item:last-of-type{
  display: none;
}
.hero-banner {
  padding: 100px 0 130px;
}
.find-hotel .find-btn .btn {
  font-size:15px;
}
.what-new {
  padding: 90px 0 50px;
}
.icon-outer img {
  max-width:45px;
}
h2, .title{
  font-size: 35px;
}
.whatnew-slider .slick-arrow.slick-prev {
  left: 10px;
  width: 40px;
  height: 40px;
  background-size: 40px auto;
}
.whatnew-slider .slick-arrow.slick-next {
  right: 150px;
  width: 40px;
  height: 40px;
  background-size: 40px auto;
}
.service-main {
  padding: 45px 0;
}
.service-right ul li {
  margin-right: 4.0%;
}
.service-right .img-outer {
  width: 100%;
  margin-right: 0;
  margin-bottom: 12px;
}
.service-right .content-outer {
  width:100% !important;
}
.discover-left {
  width: 400px;
  margin-right:10px;
}
.discover-right {
  width: calc(100% - 410px);
  width: -webkit-calc(100% - 410px);
  width: -moz-calc(100% - 410px);
  width: -ms-calc(100% - 410px);
}
.discover-left .title {
  font-size: 29px;
}
.discover-left .book-btn {
  margin-top: 20px;
}
.accommodation-main {
  padding: 30px 0;
}
.accom-slider {
  margin-top: 25px;
}
.accom-slider .slick-dots {
  bottom: -20px;
}
.team-main {
  padding: 40px 0 1px;
}
.footer-info {
  margin: 35px 0 0;
}
.footer-social {
  margin-top:15px;
}
.team-outer {
  margin: 30px 0 -310px;
}
.team-inner {
  padding: 10px 12px;
}
.event-main {
  padding: 40px 0;
}
.hero-banner.about-banner {
  padding: 50px 0 60px;
}
.hero-banner.career-banner {
  padding: 40px 0;
}
.contact-outer .contact-right {
  min-height: 380px;
}
h3 {
  font-size: 30px;
}
.policy-inner .mt-5 {
  margin-top: 1.8rem!important;
}
.hero-banner.event-banner {
  padding: 60px 0 70px;
}
h4 {
  font-size:23px;
}
.w_box_img {
  height: auto;
  max-width: 400px;
  border-radius: 15px;
}
.booking-main .img-outer {
  margin-bottom: 20px;
}
.find-hotel .nav li {
  width: 26.8%;
}
.whatsapp-sticky {
  bottom: 10px;
  left: 10px;
}
@keyframes hvr-ripple-out{
100% {
  top:-10px;
  right:-10px;
  bottom:-10px;
  left:-10px;
  opacity: 0;
}
}
}
@media only screen and (max-width: 767px) {
.navbar-brand img {
  max-width: 90px;
}
.hero-banner {
  padding: 40px 0 80px;
}
.hero-banner h1 {
  font-size: 50px;
}
.hero-banner p {
  font-size: 17px;
}
.find-hotel form .form-group {
  margin-bottom: 15px;
}
.what-new {
  padding: 80px 0 50px;
}
.whatnew-slider {
  padding:0px 0px 0px 15px !important;
}
.whatnew-inner .content-outer {
  padding: 15px 10px;
}
h4 {
  font-size: 22px;
}
.whatnew-slider .slick-arrow{
  display: none !important;
}
.service-left {
  margin-bottom: 20px;
}
.service-left img{
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
h2, .title {
  font-size: 30px;
}
.service-main {
  padding: 15px 0;
}
.service-right ul {
  margin: 20px 0 0;
}
.service-right ul li {
  margin-bottom: 25px;
}
.discover-main {
  padding: 15px 0 0;
}
.discover-left {
  width: 100%;
  margin-right: 0;
}
.discover-right {
  margin-top: 30px;
  width: 100%;
}
.discover-main video {
  vertical-align: text-bottom;
}
.accommodation-main {
  padding: 15px 0;
}
.accom-slider {
  margin-top: 20px;
}
.team-main {
  padding: 25px 0;
}
.team-outer {
  margin: 25px 0 0;
}
.team-inner {
  padding: 10px 12px;
  background-color: #53624e94;
  box-shadow: none;
  border: 2px solid #082100;
  backdrop-filter: blur(3px);
}
.team-outer .top-space {
  margin: 15px 0;
}
.footer-main {
  padding: 30px 0px 0px;
  margin-top: 0;
}
.footer-nav {
  margin: 25px 0;
}
.footer-info {
  margin: 0px;
}
.copyright-main {
  margin-top: 15px;
  padding: 6px 0;
}
.footer-social {
  margin-top: 8px;
}
.footer-social li img {
  max-width: 20px;
  max-height: 20px;
}
.footer-logo img {
  max-width: 100px;
}
.team-inner .content-outer * {
  color: #fff;
}
.brand-outer .img-outer{
  width: 100%;
  margin: 0 auto 30px !important;
  max-width: 360px;
}
.brand-outer .content-outer {
  width:100% !important;
}
.brand-outer:not(:last-of-type) {
  margin-bottom: 60px;
}
.our-brand {
  padding: 30px 0 38px;
}
.hero-banner.about-banner {
  padding: 40px 0;
}
.event-main .more-space:last-of-type{
  margin-bottom: 0;  
}
.career-inner {
  margin: 20px 0 0;
}
.contact-outer .contact-inner {
  width: 100%;
}
.contact-main .contact-left {
  order:2;
  -webkit-order:2;
  -moz-order:2;
  -ms-order:2;
}
.contact-main .contact-right{
  order:1;
  -webkit-order:1;
  -moz-order:1;
  -ms-order:1;
}
.contact-outer iframe {
  min-height: 250px;
}
h3 {
  font-size: 26px;
}
.hero-banner.event-banner {
  padding: 50px 0;
}
.booking-right-img {
  margin-top: 15px;
}
.find-hotel .nav li {
  width: 100%;
  margin: 0;
}
.whatsapp-sticky img {
  max-width: 35px;
}
}
@media only screen and (max-width: 575px) {
.hero-banner h1 {
  font-size: 30px;
}
/*  */
.restaurant-main .content-outer{
  width:100% !important;
}

.our-restaurants {
  background-image: url(../img/restro-bg1.png), url(../img/restro-bg2.png);
  background-repeat: no-repeat;
  background-size: 128px auto, 120px auto;
  background-position: top right, bottom left;
  padding: 60px 0;
}

.restaurant-main:nth-of-type(even) .content-outer {
  text-align: center;
}
.restaurant-main:last-of-type{
  text-align: center;
}
.restaurant-main{
  text-align: center;
}
.restaurant-main .img-outer {
  margin-top: 35px;
}
/*  */
.hero-banner p {
  font-size: 15px;
  line-height: 1.2;
}
.find-hotel form {
  padding: 15px;
}
label {
  margin-bottom: 2px;
}
.what-new {
  padding: 70px 0 30px;
}
.whatnew-slider .slick-dots {
  left: 0;
  bottom: -25px;
}
h2, .title {
  font-size: 25px;
}
.service-right ul li {
  margin-bottom:20px;
  margin-right: 0 !important;
  width: 100%;
}
.service-right .img-outer {
  margin-bottom: 5px;
}
body {
  font-size: 13px;
}
.discover-left .book-btn {
  margin-top: 10px;
}
.accom-slider .whatnew-inner{
  margin-right: 0 !important;
}
.accom-slider .slick-dots {
  bottom: -10px;
}
.accom-slider {
  margin-top:15px;
  margin-bottom:15px;
}
.team-inner .img-outer {
  margin-bottom: 15px;
}
.brand-outer .img-outer > img {
  max-width: 160px;
}
.brand-outer .img-outer .property-img img {
  max-width: 220px;
}
.event-main {
  padding: 20px 0;
}
h3 {
  font-size: 22px;
}
.hero-banner.event-banner {
  padding:30px 0;
}
h5 {
  font-size: 19px;
}
.date-location .date p {
  font-size: 28px;
}
.date-location .date {
  width: 80px;
  margin-right: 10px;
}
.date-location .location-time {
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: -ms-calc(100% - 90px);
}
.date-location .location-time p img {
  max-width: 12px;
  margin-right: 1px;
}
h4 {
  font-size: 18px;
}
.faq-main .accordion-header {
  padding: 8px 10px;
}
.faq-main .accordion-body {
  padding: 0 10px 8px;
}
.w_box {
  padding: 10px;
}
.booking-right-img img {
  width: 80px;
}
}