@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Inter:wght@400;300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap');

::selection                   { background: #d02f2f; color: #fff; }
::-moz-selection              { background: #d02f2f; color: #fff;}

html,
body                          { height: 100%; margin: 0; padding: 0; font-family: "Inter", sans-serif;  text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;  }
body                          { padding: 0; background: #fff; height: auto; overflow-x: hidden; overflow-y: scroll; }
h1,h2,h3,h4,h5,h6             { margin: 0 0 10px; font-family: "Arsenal", sans-serif; font-optical-sizing: auto; font-weight: 400; color: #4f4f4f; }
p                             { margin: 0 0 25px; font-size: 18px; line-height: 30px; color: #292525; }
a, i, button                  { -webkit-transition: all .55s ease-in-out; -moz-transition: all .55s ease-in-out; transition: all .55s ease-in-out; outline: none; }
a, button                     { cursor: pointer; }
a:focus, i:focus, button:focus{ outline: none; cursor: pointer; }
a:hover, a:focus              { text-decoration: none; color: #383838; outline: none;}
ul, li                        { list-style: none; padding: 0; }
textarea:focus, 
input:focus                   { outline: 0;}
.img                          { overflow: hidden; }
.img img                      { max-width: 100%; height: auto; }
div                           { box-sizing: border-box; }
a, a:hover, a:focus           { text-decoration: none; }
.btn                          { background: #272623;
                                color: #fff;
                                font-size: 16px;
                                padding: 9px 35px;
                                border: 1px solid #272623;
                                border-radius: 0;
                                font-weight: 500;
                              }
.btn:hover                    { color: #fff; background: #060605; border: 1px solid #060605;  }


.preloader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.loader{
  background: url(../images/loader-logo.svg) #ffebeb no-repeat center;
    border: 10px solid #ffffff8a;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.big-bar{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border-top : 6px solid #BC3542;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottpm: 4px solid transparent;
  position: absolute;  
  animation: rotating2 1s infinite linear;
}

.small-bar{
  width: 150px;
  height: 150px;
  border-top : 6px solid #BC3542;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottpm: 4px solid transparent;
  border-radius: 50%;
  position: absolute;
  animation: rotating1 0.8s infinite linear;
}


@keyframes rotating1{
  0%{
    transform: rotate(0deg)
  }
  
  100%{
   transform: rotate(360deg)
  }
}


@keyframes rotating2{
  0%{
    transform: rotate(0deg)
  }
  
  100%{
   transform: rotate(-360deg)
  }
}




.read-more-bordered { 
  border: 1px solid #473B38;color: #473B38; padding: 12px 32px; width: fit-content;
}
.read-more-bordered:hover { 
  border: 1px solid #1b1a20;color: #ffffff; background: #1b1a20;
}
.read-more-abs {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.brand-logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  .container {
      max-width: 1170px;
  }
}

.topbar .container {
  max-width: 1170px;
}

.omega-activated #omega-sidebar {
    background-color: #ffffff;
}
#omega-sidebar-body nav ul li a {
  color: #000;
}
.omega-activated #nav-toggle label,
.omega-activated #omega-button:focus,
.omega-activated #nav-toggle:hover span, 
.omega-activated #nav-toggle:hover span:before, 
.omega-activated #nav-toggle:hover span:after {
  color: #000000 !important;
  
}
.omega-activated #nav-toggle span, 
.omega-activated #nav-toggle span:before, 
.omega-activated #nav-toggle span:after {
  background: rgb(0, 0, 0) !important  ;
  
}
.caption-banner { 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 1000px;
  height: auto !important;
  text-align: center;
  padding: 30px;
}
.caption-banner h2 { 
  color: #fff; 
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 30px;
}
.caption-banner a { 
  color: #fff;
}
.caption-banner .btn {
  background: #fff;
  color: #000;
  border: 0;
  font-size: 18px;
  padding: 10px 30px;
}
.caption-banner .btn:hover {
  background: #000;
  color: #fff;
}
#omega-sidebar-body ul.social {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 30px;
  padding: 0 35px;
  justify-content: space-around;
}
#omega-sidebar-body ul.social li a {
  opacity: .4;
}
#omega-sidebar-body ul.social li a:hover {
  opacity: 1;
}
.read-more                    { color: #211F1B; font-size: 16px; font-weight: 700; margin: 10px 0 0; display: flex; }

.gallery-wrap {
  margin: 20px 0;
}

.topbar { 
  display: flex;  
  padding: 20px; 
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
  position: absolute; 
  top: 0; 
  right: 0; 
  left: 0; 
  z-index: 3; 
  -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
  height: 150px;
}
.brand-logo-dark {
  display: none;
}
.topbar.topbar-white .brand-logo-dark {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.topbar.topbar-white .brand-logo {
  display: none;
}
.topbar.topbar-white #nav-toggle label,
.topbar.topbar-white .topbar-in .book-now {
  color: #0a0a0a;
}
.topbar.topbar-white #nav-toggle span, 
.topbar.topbar-white #nav-toggle span:before, 
.topbar.topbar-white #nav-toggle span:after {
  background: #0a0a0a;
}
.topbar img,
#omega-content nav ul,
.menubar ul li a  {
  -webkit-transition: all .55s ease-in-out; 
  -moz-transition: all .55s ease-in-out; 
  transition: all .55s ease-in-out;
}
.topbar img {
 max-height: 70px;
}
.topbar.topbar-white img {
  height: 65px;
}
.topbar.topbar-white #omega-content nav ul {
  margin: 4px 0 0;
}
.topbar.topbar-white .menubar ul li a {
  color: #000;
}
.topbar.topbar-white {
  background: #ffffff;
  height: 100px;
  position: fixed;
}
.topbar.topbar-white .top-contact {
  display: none;
  height: 0;
  overflow: hidden;
}

.topbar-right {
  display: flex;
  align-items: center;
}
header ul.social-banner {
  margin: 0;
  align-self: center;
  gap: 10px;
  position: absolute;
  flex-direction: row;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
header ul.social-banner li {
  color: #fff;
  font-size: 24px;

}
header ul.social-banner li a {
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.social-banner svg path {
  fill: #fff !important;
}
.banner-carousel .btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  margin: 0 auto;
}
.banner-carousel .btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #222;
}
header .owl-carousel {
  position: relative;
  height: 100%;
}
header .owl-carousel div:not(.owl-controls) {
  height: 100%;
}
header .owl-carousel .owl-slide {
  background-image: url("https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=800&q=80&w=1200");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .owl-carousel div.owl--text {
  position: absolute;
  bottom: 4em;
  left: 2em;
  width: 20em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
header .owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
header .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: 0.6;
  text-transform: capitalize;
}
header .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
header .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}
header {
  position: relative;
  overflow: hidden;
}
.home-header {
  height: 100vh;
}
.banner-carousel video {
  min-width: 100%;
  min-height: 100%;
}
.banner-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  height: auto !important;
  top: auto;
  display: flex;
  gap: 10px;
  height: 100px;
  justify-content: center;
} 
.sub-banner-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 680px;
  overflow: hidden;
}
.sub-banner-img img {
  width: 100%;
}
.owl-carousel.banner-carousel {
  padding: 0;
}
.footer-contact-box {
  text-align: center;
  display: flex;
  padding: 0;
  margin: 0 0 20px;
  gap: 15px;
}
.footer-contact-box i svg {
  width: 30px;
  height: 30px;
}
.footer-contact-box a {
  font-weight: 700;
  font-size: 20px;
}
.google-maps {
  background: #ddd;
}
.contact-address-left {
  display: flex;
  align-items: center;
}
.contact-address h4 {
  font-size: 38px;
}
.contact-address {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-address {
  width: auto;
  padding: 0 25px;
}
.google-map {
  background: #eee;
  height: 400px;
  width: 100%;
}
.date-picker input {
  border: 0;
}
/* .topbar-white                 { background: #fff; box-shadow: 0px 4px 31.2px rgba(164, 167, 183, 0.25);} */
.topbar-in {
   display: flex; 
   justify-content: space-between;
   width: 100%;
  align-items: center;
}
.omega-activated #omega-button {
  position: relative !important;
}
.topbar-in:after {
  content: "";
  height: 100%;
  width: 1px;
  left: 180px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.topbar-in .book-now {
  color: #fff;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  font-size: 16px;
}
.top-contact {
  display: flex;
  color: #0a0a0a;
  float: right;
  margin: 10px 0 0;
  height: 21px;
  -webkit-transition: all .55s ease-in-out; -moz-transition: all .55s ease-in-out; transition: all .55s ease-in-out; 
}
.top-contact a {
  display: flex;
  color: #cfcfcf;
  padding-left: 15px;
  align-items: center;
  font-size: 14px;
}
.top-contact a i {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.banner-carousel { 
  padding: 165px 0 60px; 
  align-items: flex-end;
  /* background: url(../images/banner-img-01.jpg) center no-repeat; 
  background-size: cover; 
  min-height: 725px;  */
  display: flex;  
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

.breadcrumb {
  height: 40px;
  align-self: flex-start;
  background: transparent;
  padding: 0;
  margin-bottom: 50px;
}
.breadcrumb li a,
.breadcrumb li span {
  color: #d1d1d1;
  padding: 0;
  margin: 0 20px 0 0;
}
.breadcrumb li a::after {
  content: ">";
  margin: 0 0 0 15px;
  display: inline-block;
}
.breadcrumb li span {
  opacity: .5;
}
.event-col {
  display: flex;
}
.event-col .col {
  padding: 0;
  overflow: hidden;
}
.event-col img {
  display: flex;
  width: 100%;
}
.event-col .col .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 160px);
  height: 100%;
  padding: 40px 40px 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 80.29%, rgba(0, 0, 0, 0) 100%);
}
.event-col .col:hover .overlay {
  -webkit-transition: all .55s ease-in-out; -moz-transition: all .55s ease-in-out; transition: all .55s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 99.99%, rgba(0, 0, 0, 0) 100%);
}
.event-col .col .overlay h3 {
  color: #fff;
  font-size: 30px;
}
.event-col .col .overlay .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-col .col .overlay ul {
  font-size: 20px;
  margin: 10px 0 20px;
}
.event-col .col .overlay ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
  font-size: 18px;
}
.event-col .col .overlay ul li:before {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url(../images/list-icon.svg);
}
.event-col .col .overlay .read-more {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
}
.btn-right {
  text-align: right;
}
.event-col .col .overlay .read-more:hover {
  background: #fff;
  color: #000;
}
.event-col .col:hover .overlay {
  top: 0;
  margin: 0;
}
.phases-sec {
  background: #BC3542;
  padding: 110px;
}
header .owl-carousel .item img {
  width: auto;
  min-height: 100%;
}
.home-booking-form {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  left: 0;
}
.home-booking-form .form-left {
  background: #BC3542;
  padding: 45px 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-booking-form .form-right {
  gap: 20px;
  display: flex;
}
.banner-carousel.sub-banner {
  min-height: 420px; 
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 0 0;
  position: relative;
  background: url(../images/about-bg.jpg);
  background-size: cover;
}
.banner-carousel.sub-banner  .banner-caption{
  position: relative;
  margin-top: 50px;
}

.sub-banner .banner-caption h1 {
  opacity: .7;
  margin-top: 60px;
}
.avenue-caption {
  padding: 100px 0;
  text-align: center;
}
.avenue-caption h3 {
  text-align: center;
  font-weight: 400;
  font-size: 46px;
  line-height: 58px;
  color: #473B38;
}
.avenue-caption p {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  line-height: 52px;
  color: #948C8C;
}
.avenue-counter-wrap {
  background: #FAF7F2;
  padding: 40px 50px 50px;
}
.avanue-about {
  position: relative;
  margin: 120px 0 100px 0;
}
.avanue-about .content {
  background-color: #FAF7F2;
  padding: 50px;
  position: absolute;
  right: 5%;
  max-width: 650px;
  top: 50%;
transform: translate(0, -50%);
}
.avanue-about .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avanue-about img {
  width: 100%;
}
.avenue-counter-wrap h5 {
  color: #473B38;
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
}
.avenue-counter {
  background: #fff;
  padding: 25px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.avenue-counter .avenue-content {
  text-align: left;
}
.avenue-counter .avenue-content span {
  font-size: 20px;
  text-transform: uppercase;
  color: #959190;
  margin-bottom: 5px;
  display: block;
}
.avenue-counter .avenue-content p {
  font-size: 36px;
  font-weight: 700;
  color: #473B38;
  font-family: "Arsenal", sans-serif;
  margin: 0;
}
.banner-carousel .container {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

.features-section {
  margin-bottom: 50px;
}
.features-row {
  display: flex;
  background: #FAF7F2;
  padding: 50px;
  gap: 50px;
  align-items: center;
  margin: 30px 0 50px;
}
.features-row:nth-child(odd) {
  flex-direction: row-reverse;
}
.features-row h4 {
  font-size: 36px;
  margin: 0 0 20px;
}
.features-row p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}
.features-row .img {
  display: flex;
  width: 410px;
  min-width: 410px;
  height: 300px;
  overflow: hidden;
  align-self: flex-start;
}
.features-row .img img {
  width: 100%;
  height: auto;
}
.aboutpage-content .content-box {
  position: relative;
  background-color: #FAF7F2;
  padding: 50px;
  width: 90%;
  left: 5%;
  top: -70px;
}
section.avanue-about.aboutpage-content {
  margin: 0 50px 0;
}
.event-box {
  background: #FAF7F2;
}
.event-box .content {
  padding: 20px;
}
.event-box .content p {
  margin: 0;
}
.banner-caption { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.banner-caption h1 { 
  color: #fff; 
  font-size: 54px;
  line-height: 62px; 
  margin: 0 0 10px; 
  text-align: center;
}
.banner-caption p { 
  color: #fff; 
  font-size: 20px;
   margin: 0 auto 35px; 
   line-height: 32px;
   text-align: center; 
   max-width: 960px;
}
.banner-caption p span { 
  font-weight: 500; 
  color: #118E58; 
}
.banner-caption .btn i { 
  display: none;
}


.watch-video-sec {
  padding: 60px 0;
  justify-content: center;
}
.watch-video-sec h2 {
  font-size: 40px;
}
.watch-video-sec .left {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.watch-video-sec .right img {
  width: 100%;
}
.guests-input {
	position: relative;
  width: auto;
  margin: 0 auto;
}
.guests-input button {
	cursor: pointer;
  border: 0;
  background: #fff;
  padding-right: 40px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #292525;
  margin: 4px 0 0;
  position: relative;
}
.guests-input button:after,
.guests-input button:before {
	content: " ";
	width: 10px;
	height: 2px;
	border-radius: 2px;
	background-color: #a9a9a9;
	position: absolute;
	top: 12px
}
.guests-input button:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 15px
}
.guests-input button:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 21px
}
.guests-input button.open:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.guests-input button.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.guests-input__options {
	position: absolute;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 5px 20px;
	box-shadow: rgba(72, 72, 72, 0.2) 0px 5px 20px;
	border-radius: 2px;
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: all .1s linear;
	transition: all .1s linear
}
.guests-input__options.open {
	opacity: 1;
	height: auto;
}
.guests-input__options>div {
  padding: 10px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
}
.guests-input__options>div:first-child {
	padding-top: 25px
}
.guests-input__options>div:last-child {
	padding-bottom: 25px
}
.guests-input__ctrl {
	width: 35px;
  display: inline-block;
  border: 1px solid #a97c50;
  font-size: 20px;
  color: #a97c50;
  background: #fdf4eb;
  padding: 0;
  line-height: 30px;
  border-radius: 100%;
  height: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.guests-input__ctrl.disabled {
	color: #d8d8d8;
	border-color: #d8d8d8;
	cursor: default
}
.guests-input__value {
  display: flex;
  padding: 0 10px;
  width: 100px;
  cursor: default;
  justify-content: center;
  align-items: center;
}
.guests-input__value span {
	display: inline-block;
	padding-right: 5px
}




.ban-booking-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(194, 193, 193, 0.25);
  position: relative;
}
.ban-booking-form h4 {
  margin: 0;
  color: #fff;
  white-space: nowrap;
}
.form-col .form-group {
  margin-bottom: 0;
}
.ban-booking-form .right .form-group:first-child {
  border: 0;
}
.ban-booking-form .right .form-group {
  margin: 0;
  flex-direction: column;
  display: flex;
  width: 50%;
  border-left: 1px solid #eee;
  padding: 0 5px 0 15px;
}
.ban-booking-form .right .form-group .date-picker {
  width: 100%;
  display: flex;
  align-items: center;
}
.ban-booking-form .form-right .left {
  flex-grow: 1;
  /* display: flex; */
}
.ban-booking-form .btn {
  padding: 9px 20px;
} 
.ban-booking-form .form-right {
  flex-grow: 1;
  display: flex;
  padding: 0 30px;
  align-items: flex-end;
}
.ban-booking-form .btn-box {
  display: flex;
}
.ban-booking-form .form-control {
  border: 1px solid #DADADA;
  padding: 0 12px;
  font-size: 14px;
  color: #5F5656;
  border-radius: 0;
  height: calc(42px + 2px) !important;
}

.ban-booking-form .form-col:last-child {
  border: 0;
}
.ban-booking-form label {
  font-size: 14px;
  color: #959090;
  font-weight: 400;
  height: 24px;
  margin: 0;
}
.form-left .form-col {
  padding-right: 10px;
  padding-left: 10px;
}
.flatpickr-input[readonly] {
  cursor: pointer;
  width: 100%;
  border: 0;
  font-size: 18px;
  color: #5F5656;
  font-weight: 700;
  height: 40px;
  padding-left: 15px;
}
textarea:focus, input:focus{
    outline: none;
}
.form-control:focus {
 border-color: #000;
 border-width: 0 0 1px;
 outline: none !important;
 box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
}
.ban-booking-form .form-control::placeholder {
  color: #222;
}
.date-col {
  display: flex;
  border: solid #DADADA;
  border-width: 0 0 1px 0;
  padding: 0;
}
.date-picker label {
  margin-left: 20px;
}
.date-picker { 
  width: 150px;
  display: flex;
  align-items: center;
}
.date-picker> span:hover{
  cursor: pointer;
}
.date-picker .form-control { 
  background-color: #fff; 
}
.date-picker i {
  position: relative;
  top: 3px;
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 200px;
}


.heading {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.heading h2,
.heading h3 {
  font-size: 38px;
}
.heading .btn-box {
  display: flex;
  align-items: center;
}
.heading span {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #A97C50;
}
ul.main-menu {
  counter-reset: section;
  position: relative;
  height: auto !important;
}
ul.main-menu li {
  position: relative;
}
ul.main-menu:before{
  content: "";
  left:90px;
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: 1px;
  border: 1px solid #f7f8fc;
}

ul.main-menu li::before {
  counter-increment: section;
  content: "." counter(section);
  position: absolute;
  left: 50px;
  font-size: 16px;
  color: #c2c2c2;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 300;
  margin-top: 2px;
}
.main-menu li .btn            { padding: 10px 25px !important; margin: 0 0 0 25px; color: #fff !important;}
.main-menu li .btn.btn-login  { background: transparent; border: 1px solid #000; color: #000;  }
.main-menu li .btn.btn-login:hover { color: #fff; background: #211F1B;  }
#omega-content nav ul         { margin: 0; }
#omega-sidebar-body,
#omega-sidebar-body nav,
#omega-sidebar-body nav ul    { height: 100%; justify-content: center; display: flex; width: 100%; flex-direction: column; align-items: center; padding: 2em 0;}
#omega-sidebar-body nav ul li a { text-transform: none; text-align: left; letter-spacing: 0.08em; font-size: 26px; padding: 20px 30px 20px 120px; width: 100%; font-family: "Arsenal", sans-serif; }
#omega-sidebar-body nav ul li a.btn { color: #000;}
.welcome                      { background: #FAF7F2; padding: 90px 0 100px; } 
.welcome h2                   { font-size: 52px; line-height: 64px; text-align: center; color: #473B38; margin: 0 0 40px; }
.welcome h2 span              { color: #A97C50; }
.welcome h2 b {
  color: #A97C50;
}
.welcome p,
.welcome .col-lg-12 {
  text-align: center;
}
.welcome img { 
  margin: 0 auto;
}
.welcome ul li {
  font-size: 18px;
  position: relative;
  padding: 0 0 7px 40px;
  display: inline-block;
}
.welcome ul li:before {
  content: "";
  background: url(../images/tick-icon.svg) no-repeat;
  height: 28px;
  width: 28px;
  margin: 0 10px 0  0;
  display: inline-block;
  position: relative;
  top: 0;
  position: absolute;
  left: 0;
}
.welcome p {
  margin: 0 0 15px;
}
p.subhead                     { color: #5F5E5E; font-size: 20px !important;  margin: 0 0 15px 0 !important; }

.room-row { 
  padding: 50px 0 50px;  
  background: #EEEBE6;
}
.room-listing .item {
  background-color: #fff;
}
.room-listing .item .content {
  padding: 30px;
}
.room-listing .item .content p {
  line-height: 30px;
  margin: 0 0 20px;
  font-size: 16px;
}
.room-listing .item .content h3 {
  line-height: 32px;
  margin: 0 0 5px;
  font-size: 24px;
}
.room-listing .item .content .btn {
  padding: 7px 20px;
}

.avenue-section {
  padding: 50px;
}
.owl-carousel .owl-item .avenue-box img {
  width: 60%;
}
.avenue-box {
  display: flex;
  flex-direction: row;
}
.avenue-box .content {
  width: 50%;
  background: #FAF7F2;
  padding: 50px;
  position: absolute;
  right: 0;
  top:  60px;
  bottom: 60px;
}
.read-more i {
  background: url(../images/arrow-read-more.svg);
  width: 17px;
  height: 14px;
}
.avenue-box .content .read-more {
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  color: #313131;
  font-weight: 500;
  -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.avenue-box .content .read-more:hover {
  color: #050505;
  gap: 10px;
}
.avenue-box .content p {
  max-height: 120px;
  overflow: hidden;
  margin: 0 0 20px;
}
p.avenue-data {
  font-size: 16px;
  color: #949494;
  display: flex;
  gap: 15px;
  margin: 0 0 5px;
}
.avenue-box .content h3 {
  margin: 0;
}
.avenue-box .content .read-more {
  max-height: 95px;
  overflow: hidden;
}

.avenue-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.attractions-list .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    top: -80px;
    right: 0;
}
.avenue-section h3 {
  margin: 0 0 30px;
}
.gallery-section {
  padding: 0 0 150px;
  display: flex;
}
.gallery-section ul.tabs {
	margin: 0 0 20px;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
  display: flex;
  justify-content: space-between;
}

.gallery-section ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 7px 0px;
	line-height: 31px;
	color: #7b7b7b;
	overflow: hidden;
	position: relative;
  font-size: 19px;
  font-weight: 500;
}


.gallery-section ul.tabs li:hover {
	color: #000;
  border-bottom: 1px solid #000;
}

.gallery-section ul.tabs li.active {
	background-color: #fff;
	color: #A97C50;
	display: block;
  border-bottom: 3px solid #A97C50;
  background-color: #fff;
  color: #000000;
  display: block;
  border-bottom: 1px solid #000000;
}

.gallery-section .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.gallery-section .tab_content {
	display: none;
}

.gallery-section  .tab_drawer_heading { display: none; }





@media screen and (max-width: 767px) {
	.gallery-section .tabs {
		display: none !important;
	}
	.gallery-section .tab_drawer_heading {
		background-color: #f1eee9;
		color: #000;
		margin: 8px 0 0;
		padding: 12px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    font-size: 26px;
	}
	.gallery-section .d_active {
		background-color: #bc3542;
		color: #fff;
	}
}


.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  justify-items: center;
  grid-gap: 2px;
}
.gallery-container .item {
  width: 100%;
  overflow: hidden;
  background: #a97c50
}     
.gallery-container img {
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}
.gallery-container img:hover {
  opacity: 1;
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .gallery-container {
      width: 100%;
  }
  .gallery-item {
      flex-basis: 49.80%;
      margin-bottom: 3px;
  }
  .lightbox-content {
      width: 80%;
      height: 60%;
      margin: 15% auto;
  }
}
@media (max-width: 480px) {
  .gallery-item {
      flex-basis: 100%;
      margin-bottom: 1px;
  }
  .lightbox-content {
      width: 90%;
      margin: 20% auto;
  }
}


.facilities-row {
  flex-direction: column;
}
.facilities-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 19.2px rgba(172, 177, 188, 0.25);
  border-radius: 15px;
  padding: 25px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
  -webkit-transition: all .55s ease-in-out; 
  -moz-transition: all .55s ease-in-out; 
  transition: all .55s ease-in-out;
}
.facilities-box:hover {
  box-shadow: 0px 4px 24px rgba(172, 177, 188, 0.7);
}
.facilities-box p {
  font-weight: 700;
  line-height: 24px;
  color: #8b8989;
  margin: 13px 0 0;
}
.facilities-box i {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f6f2;
}
.facilities-box i svg {
  opacity: .8;
}
.mssion-row {
  background-color: #E3DED6;
  background: url(../images/about-bg.jpg) center;
  padding: 50px 0;
  position: relative;
}
.mssion-row:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffeedd;
  opacity: 0.8;
}
.mssion-row h2 {
  font-size: 32px;
  margin: 0 0 10px;
}

.mssion-row .img {
  margin: 0 0 25px 0;
}
.mssion-row .img img {
  width: 100%;
}
.testimonials-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.mssion-row h2 span {
  opacity: .2;
  display: block;
  font-size: 50px;
}

.testimonials .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  top: 20px;
}

.testimonials .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right:-80px;
  top: 20px;
}

.testimonials {
  padding: 100px 0;
  text-align: center;
  background: #fffefc;
}
.testimonials .heading {
  justify-content: center;
  text-align: center;
}
.testi-box {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
.testi-box .img {
  display: inline-block;
  margin-right: 30px;
}
.testi-box .img img {
  height: auto;
}
.testi-box .content {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin: 5px 0 10px;
  color: #000;
}
.testi-box .content::before {
  content: '';
  background: url(../images/testi-icon.svg) no-repeat;
  display: inline-block;
  font-size: 55px;
  opacity: .05;
  width: 58px;
  height: 35px;
  margin: 0 auto;
}
.testi-box .content p {
  margin: 0;
  line-height: 28px;
}
.testi-box .overview {
  display: flex;
  flex-direction: column;
  color: #8F9A9F;
  line-height: 24px;
  margin: 10px 0 0 !important;
}
.testi-box .overview b {
  color: #000;
  font-size: 18px;
}
.testimonials .heading h3 {
  font-size: 34px;
  line-height: 36px;
  margin: 0 0 10px;
}
.lightbox {
  position: absolute;
}
.testimonials .owl-item .item {
  text-align: center;
}

.location-map {
  overflow: hidden;
  padding-bottom:26.25%;
  position:relative;
  height:0;
}
.location-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.event-section {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}
.event-section .event-box {
  text-align: left;
}
.event-section .event-box .content {
  text-align: left;
  background: #F1EEE9;
  padding: 20px 26px;
}
.event-section .event-box .content p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.attractions-section {
  padding: 100px 0;
  background: #040405;
  /* background: #faf7f2; */
  
}
.attractions-box {
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.3);
  margin: 0 0 10px;
  position: relative;
 
}
.attractions-box .content {
  padding: 70px 30px 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.attractions-box .content  p {
  color: #EABDBD;
  font-family: "Arsenal", sans-serif;
  margin: 0;
}
.attractions-box .content h3 {
  margin: 0;
  font-size: 26px;
  color: #fff;
}
.attractions-slider .owl-nav,
.phases-slider .owl-nav  {
  position: absolute;
  top: -75px;
  right: -5px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev { 
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.055) !important;
  border: 1px solid #7D7777 !important;
  color: #ffffff00 !important;
  border-radius: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow-left.svg) center no-repeat !important;
}
.owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow-right.svg) center no-repeat !important;
}
.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span {
  display: inline-block;
  line-height: 28px !important;
}
.about-sec {
  height: 750px;
  position: relative;
  overflow: hidden;
}
.about-sec .content-row {
  width: 100%;
}
.about-sec .img {
  width: 100%;
}
.about-sec .img img {
   min-width: 100%;
   max-width: none;
}
.about-sec .content {
  background-color: #faf7f2;
  width: 100%;
  max-width: 750px;
  padding: 50px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0,-50%);
}
.about-sec .left {
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
}
.about-sec .left img {
  float: right;
  min-width: 100%;
  min-height: 850px;
}
.attractions-list {
  margin-top: -50px;
}
.attractions-list .owl-theme .owl-nav {
  margin: 0;
}
.about-sec .right {
  padding: 80px;
}
.about-sec .right .read-more-bordered {
  margin-top: 20px;
  display: inline-block;
}
.about-sec h2 {
  font-size: 46px;
}
.heading {
  display: flex;
  flex-direction: column;
}
.heading p {
  font-size: 20px;
  color: #959190;
  text-transform: uppercase;
  margin: 0;
}
.rooms-box {
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(194, 193, 193, 0.3);
  margin: 0 0 30px;
}
.rooms-box .content h5 {
  font-family: "Poppins", sans-serif; 
  font-weight: 700;
}
.rooms-box .content {
  padding: 25px 30px 30px;
}
.rooms-box .content ul li {
  position: relative;
  padding: 0 0 8px 40px;
}
.rooms-box .img img {
  width: 100%;
}

.rooms-box .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #dbb794 !important;
}
.rooms-box .content ul li:before {
  content: "";
  background: url(../images/tick-icon.svg) no-repeat;
  height: 28px;
  width: 28px;
  margin: 0 10px 0  0;
  display: inline-block;
  position: relative;
  top: 0;
  position: absolute;
  left: 0;
}
.rooms-box .content p {
  font-size: 16px;
  line-height: 30px;
}
.rooms-box .content .btn {
  padding: 8px 20px;
  font-size: 14px;
}
.contact-details {
  background: #f5f5f5;
  padding: 35px 35px 10px;
  border: 1px solid #eeebe6;
  margin: 10px 0 0;
}
.contact-details .title {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 700;
}
.contact-details .contact-box {
  display: flex;
  flex-direction: column;
  margin: 0 0 35px;
}
.contact-details .contact-box p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #766B6B;
}
.contact-details .contact-box a {
  color: #766B6B;
  margin: 0 0 5px;
}
.contact-form .form-control {
  background: #f5f5f5;
  border: 1px solid #eeebe6;
  padding: 10px 15px;
  border-radius: 0;
}
.contact-form textarea.form-control {
  height: 130px;
  resize: none;
}
.contact-form label {
  font-size: 18px;
}
.contact-details .contact-box ul.social {
  align-self: flex-start;
  margin: 0;
}
ul.social svg path {
  fill: #000 !important;
}
ul.payments {
  display: flex; 
  gap: 15px;
  opacity: .7;
}
ul.payments li img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.contact-page {
  padding: 50px 0 50px 0 !important;
}

.footer-box {
  background: #e7e4df;
  border-radius: 10px;
  padding: 25px 25px 10px;
  margin: 15px 0 25px;
  color: #fff;
  border: 1px solid #d1d1d1;
}
.footer-box h6 {
  margin: 0 0 8px;
}
.footer-box p {
  font-size: 16px;
  color: #202020;
  margin: 0 0 7px;
  line-height: 20px;
}
.footer-box .note {
  font-size: 12px;
  display: block;
  color: #8f8f8f;
}
footer { 
  padding: 35px 0 15px 0 ; 
  background: #FAF7F2;

}
footer hr { 
  margin: 15px 0 30px;
}
footer .title {
  color: #5a5a5a;
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
  display: flex;
}
footer a {
  font-size: 18px;
  color: #5a5a5a;
}
footer ul li a {
  font-size: 16px;
  color: #5a5a5a;
  display: inline-block;
  margin: 5px 0 5px 0;
  text-transform: uppercase;
}
.footer-content li {
  display: flex;
  justify-content: center;
}
.footer-content li a,
.footer-content li p {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0  ;
  line-height: 16px;
  font-weight: 300;
}
.footer-top {
  position: relative;
}
.footer-top .left {
  width: 50%;
}
.footer-map-row {
  margin-top: 70px;
}
.footer-top .right {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
}
.footer-logo {
  margin: 50px 0 30px;
  display: inline-block;
}

.footer-bottom  {
  padding: 80px 0 60px;
}
.footer-menu,
.footer-content {
  display: flex;
  gap: 50px;
  flex-direction: row;
  margin: 10px 0;
}
.footer-content {
  margin: 10px 0 20px;
}
.footer-content p,
.footer-content a {
  margin: 0;
}
.google-maps {
  position: relative;
  padding-bottom: 550px; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 550px !important;
}
footer p {
  font-size: 18px;
  color: #5a5a5a;
  margin: 0 0 15px 0;
  line-height: 32px;
}
footer .copyright {
  text-align: center;
}
footer ul li a:hover {
  color: #333333;
}
.footer-about {
  margin: 10px 0 20px;
  color: #626F7B;
  font-size: 17px;
}
.mail-list li  a {
  display: flex;
  gap: 10px;
}
.download-btns {
  display: flex;
  gap: 10px;
}
ul.social {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  gap: 15px;
}
ul.social li a {
  opacity: .7;
}
ul.social li a:hover {
  opacity: 1;
}
.footer-social {
  justify-content: end;
  display: flex;
}
.social  a i svg path  {
  fill: #ffffff !important
}
.footer-details {
  margin: 0 0 35px;
}

.subpage .topbar {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 31.2px rgba(164, 167, 183, 0.25)
}
.subpage-content {
  padding: 50px 0;
}


.booking-group {
  padding: 20px 25px;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.booking-group .form-group {
  margin: 0;
}
.booking-popup .guests-input__options {
  height: auto;
  opacity: 1;
  position: relative;
  box-shadow: rgba(72, 72, 72, 0) 0px 15px 20px;
}
.booking-popup .guests-input {
  border: 1px solid #ced4da;
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
}

.booking-group .col-sm-6.form-col:first-child {
  border-right: 1px solid #ddd;
}


.booking-popup .flatpickr-input[readonly] {
  background-color: transparent;
}

.booking-popup .form-control {
  padding: 10px 0;
  margin: 0 0 25px;
  min-height: 55px;
  border-radius: 0;
  font-weight: 700;
  border-width: 0 0 1px 0;
  font-size: 18px;
  color: #1b1e21;
}
.booking-popup label {
  margin: 0;
  color: #b6b6b6;
}
.booking-popup .btn {
  width: 100%;
}
.booking-popup .date-col  {
  
  position: relative;
}
.booking-popup .date-col:after {
  content: "";
  /* width: 1px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 7px;
  bottom: 7px; */
}

.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #E0E0E0;
  background-image: url(../images/scroll-top.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  opacity: 0;
  border-radius: 100%;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.booking-popup .date-col .form-group {
  width: 50%;
  margin: 0;
  padding: 5px 0;
}

.guest-count-wrap {
  background: #eee;
  padding: 5px;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
}
.booking-popup .guests-input__options>div:first-child {
  padding: 0;
}
.booking-popup .guests-input button {
  margin: 0;
  padding: 0;
}


.booking-popup .guests-input__ctrl {
  border: 1px solid #ced4da;
  color: #777777;
  background: #fff;
}

.booking-popup .content {
  padding: 30px 0;
}

.container-button {
  padding-top: 80px;
}

.button {
  text-decoration: none;
  color: white;
  background: #363636;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 10000px;
  transition: .3s all ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);

}

.blur {
  filter: blur(5px);
}


.modal {
  position: fixed;
  background: rgb(255 255 255);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal .modal-content {
  max-height: 95%;
  padding: 35px 40px 25px;
  background: #fff;
  border-radius: 5px;
  overflow: auto;
  position: relative;
  border: 0;
}
.modal h3 {
  font-weight: 700;
  font-size: 60px;
  color: #363636;
  margin: 0 0 20px;
}
.modal h3 span {
  font-weight: 700;
  font-size: 36px;
  display: block;
  font-weight: 400;
}
.modal p {
  color: #97979b;
  font-size: 20px;
  font-weight: 300;
}
.modal-left {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-left p.email-heading {
  font-size: 20px;
  margin: 80px 0 5px;
  color: #8a8a8c;
}
.modal-left p.email-heading2 {
  font-size: 20px;
  margin: 20px 0 5px;
  color: #8a8a8c;
}
.modal-left a {
  font-size: 30px;
  color: #050505;
}

.modal-close {
  color: #aaa;
  line-height: 54px;
  font-size: 80%;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 43px;
  text-decoration: none;
  opacity: .3;
  
}
.modal-close:hover {
  opacity: .9;
}



 /*~~~~~~~~~~~~~~~~~~~~*/
 /*~~~ Plugins CSS ~~~ */
/*~~~~~~~~~~~~~~~~~~~~*/

/* Menu Icon */
.menu { position: relative; display: block; width: 30px; height: 30px;}
.menu .pix { position: absolute; width: 5px; height: 5px; background-color: #bfbfbf; border-radius: 100%; transition: 0.2s ease-in-out;}
.menu .pix:nth-of-type(1) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.menu .pix:nth-of-type(2) {
  -webkit-transform: translate(12px, 0px);
          transform: translate(12px, 0px);
}
.menu .pix:nth-of-type(3) {
  -webkit-transform: translate(24px, 0px);
          transform: translate(24px, 0px);
}
.menu .pix:nth-of-type(4) {
  -webkit-transform: translate(0px, 12px);
          transform: translate(0px, 12px);
}
.menu .pix:nth-of-type(5) {
  -webkit-transform: translate(12px, 12px);
          transform: translate(12px, 12px);
}
.menu .pix:nth-of-type(6) {
  -webkit-transform: translate(24px, 12px);
          transform: translate(24px, 12px);
}
.menu .pix:nth-of-type(7) {
  -webkit-transform: translate(0px, 24px);
          transform: translate(0px, 24px);
}
.menu .pix:nth-of-type(8) {
  -webkit-transform: translate(12px, 24px);
          transform: translate(12px, 24px);
}
.menu .pix:nth-of-type(9) {
  -webkit-transform: translate(24px, 24px);
          transform: translate(24px, 24px);
}

.icon-open .menu .pix:nth-of-type(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.icon-open .menu .pix:nth-of-type(2) {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.icon-open .menu .pix:nth-of-type(3) {
  -webkit-transform: translate(24px, 0);
          transform: translate(24px, 0);
}
.icon-open .menu .pix:nth-of-type(4) {
  -webkit-transform: translate(6px, 18px);
          transform: translate(6px, 18px);
}
.icon-open .menu .pix:nth-of-type(6) {
  -webkit-transform: translate(20px, 6px);
          transform: translate(20px, 6px);
}
.icon-open .menu .pix:nth-of-type(7) {
  -webkit-transform: translate(0, 24px);
          transform: translate(0, 24px);
}
.icon-open .menu .pix:nth-of-type(8) {
  -webkit-transform: translate(18px, 18px);
          transform: translate(18px, 18px);
}
.icon-open .menu .pix:nth-of-type(9) {
  -webkit-transform: translate(24px, 24px);
          transform: translate(24px, 24px);
}


.address{}
.address p{}
.menubar{}
.menubar ul{}
.menubar ul li{}
.menubar ul li a{    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 0 solid transparent;
    font-weight: 400;
    display: block;
    padding: 3px 0;
    line-height: 26px;}

  .menubar #omega-content nav ul li a {padding: 0px;}
  .menubar #omega-button { 
    background-color: transparent;
    position: relative; 
    z-index: 9999; 
    font-weight: 500; 
    color: #fff; 
    align-items: center; 
    outline: none; 
    border:none; 
    font-size: 20px; 
    font-weight: bold; 
    border-radius: 0; 
    display: flex; 
    padding: 0;
  }



  

#nav-toggle {
  display: flex;
  width: 100%;
  padding: 10px 25px 10px 75px; 
  position: relative;
  cursor: pointer;
}
#nav-toggle:hover,
.topbar-in .book-now:hover {
  background-color: #12110e1f;
}
#nav-toggle:hover label {
  color: #ffffff;
}
#nav-toggle:hover span, 
#nav-toggle:hover span:before, 
#nav-toggle:hover span:after {
  background: rgb(255, 255, 255);
}
#nav-toggle span {
  margin-top: 15px;
}
#nav-toggle label {
  color: #fff;
  text-transform: uppercase;
  margin: 3px 0 0;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;  
  width: 30px;
  background: rgb(255, 255, 255);
  position: absolute;
  display: block;
  content: '';
  left: 12px;
}
#nav-toggle span:before {
  top: -8px;
  height: 2px;
  border-radius: 2px;
}
#nav-toggle span:after {
  bottom: -8px; 
  height: 2px;
  border-radius: 2px;
}


#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}



    .w-menu               { height: 50px; line-height:50px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: right;}
    .w-menu ul           
    .w-menu ul li         { float:left; list-style:none; position: relative; }
    .w-menu ul li a       { color: #fff;  z-index: 2; position: relative; font-size: 16px; font-family: 'lato'; border-bottom: 2px solid transparent; font-weight: 700; display: block; padding: 3px 0; margin: 0 0 0 20px; line-height: 26px; }
    .w-menu ul li li a    { border:none !important; transition: 0.3s; }
    .w-menu ul li li a:hover{ padding-left:20px; }
    .w-menu ul li > ul,
    .w-menu ul li li > ul,
    .w-menu ul li li li > ul,
    .w-menu ul li li li li> ul,
    .w-menu ul li li li li li > ul { display: none; text-align:left; }
    .w-menu ul li:hover > ul,
    .w-menu ul li li:hover > ul,
    .w-menu ul li li li:hover > ul,
    .w-menu ul li li li li:hover > ul,
    .w-menu ul li li li li li:hover > ul { position: absolute; z-index: 10; width: 180px; line-height: 20px; display: block;}
    .w-menu ul ul li ul   { top: 0; left: 179px; min-height: 100%;}
    .w-menu ul ul li      { position: relative; width:100%;}
    .w-menu ul ul li a    { color: #fefefe; font-size: 13px; display: block; padding:7px 10px; border-top: 1px solid rgba(255,255,255,0.045); border-bottom: 1px solid rgba(0,0,0,0.045); }
    .w-menu > ul > li:hover > a,
    .w-menu > ul > li a.acitve { color:#ffb3b0;}
    .w-menu ul ul         { padding: 0; margin: 0; top: 100%; }
    .w-menu ul ul li a    { margin: 0; padding: 7px 15px; }
    .w-menu ul li:hover > ul,
    .w-menu ul li li:hover > ul,
    .w-menu ul li li li:hover > ul,
    .w-menu ul li li li li:hover > ul,
    .w-menu ul li li li li li:hover > ul {  background-color: #fe7c3e;}
    .w-menu ul ul li:hover > a { background-color:#d14700; color: #fff; }
    .w-menu ul li span.arrow-plus{ position:absolute; display:block; z-index:99; right:2px; top:0px; cursor:pointer; text-align:center; height:auto;    }
    .w-menu ul li span.arrow-plus:after{ font-family: FontAwesome; content: "\f107"; color:#FFF; font-size:14px; }
    .w-menu ul li li span.arrow-plus { padding-top:9px; padding-right:5px; }
    .mobile-menu-icon .menu { display: none;  }

.contact-form form { position: relative; float: left; width: 100%; }
.success-box{ display: none; }
.success-box.active {  display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(255,255,255,1);-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);z-index: 10000;}
.first-box{}
.first-box img{width: 100%;}
.second-box{text-align: center; background-color: #fff; padding-top: 25px;padding-bottom: 25px; margin-top: -10px;}
.second-box h1{font-size: 35px; font-weight: 700px; color: #22b680;}
.second-box h2{font-size: 20px;color: #000;}
.second-box h2 span{color: #22b680;}

.contact-black { background: #272623; padding: 40px 50px ; margin: 50px 0; color: #fff;}
.contact-black .title { font-weight: 700; font-size: 18px;}
.contact-black a { font-size: 30px;} 


.left-address .title { font-size: 18px; color: #959190; text-transform: uppercase; }
.left-address h4 { font-size: 34px; color: #473B38; margin: 10px 0 20px;  }
.left-address p { font-size: 18px; color: #6e6b6b; margin: 10px 0 20px;  }
.left-address a { font-size: 16px; color: #564E4C; margin: 10px 0 20px;  text-transform: uppercase; }

.how-reach { background-color: #EBE7E0; padding: 100px 0 !important;}
.contact-reach .title { color: #292727; font-size: 20px; font-weight: 700; margin: 0 0 10px;}
.left-address p { font-size: 18px; color: #464242; margin: 10px 0 20px; line-height: 36px; }

.omega-activated .trigger-first {
  border: 2px solid rgb(172, 175, 196);
}
.omega-activated .trigger-first .bars .line {
  stroke: #A97C50;;
}

@media (max-width:1199px) {
    .mobile-menu-icon       { position:fixed; width:30px; height:30px; display: block; right: 25px; cursor:pointer; top: 30px; z-index:99; text-align:center; transition: 0.3s; padding-top:3px; }
    /*.mobile-menu-icon:after{ font-family: FontAwesome; content: "\f0c9"; line-height:20px; font-size:18px; font-weight:400; color:#FFF; }*/
    .mobile-menu-icon.icon-open { transition: 0.3s; right: 15px; }
    /*.mobile-menu-icon.icon-open:after { content: "\f00d"; }*/
    .mobile-menu            { position: fixed; z-index: 9999999; top: 0; left: -300px; width: 300px; height: 100%; overflow-x: hidden; overflow-y: auto; background: #220469; transition: 0.3s;  }
    .mobile-menu.menu-open  { left:0px; transition: 0.3s;}
    .w-menu ul              { padding:0px; margin:0px; }
    .w-menu ul li           { float:none; list-style:none; position:relative; }
    .w-menu ul li a         { color: #fefefe; font-size: 16px;   display: block; padding:10px 15px; border-top: 1px solid rgba(255,255,255,0.045); border-bottom: 1px solid rgba(0,0,0,0.045);}
    .w-menu ul li ul        { display:none; }
    .w-menu ul li li a      { padding: 10px 10px 10px 25px; font-size: 14px; }
    .w-menu ul li span.arrow-plus{ position:absolute; width:35px; height:35px;   display:block; z-index:99; right:2px; top:5px; cursor:pointer; text-align:center; padding-top:5px; }
    .w-menu ul li span.arrow-plus:after { font-family: FontAwesome; content: "\f067"; color:#FFF; font-size:14px;  }
    .w-menu ul li span.arrow-minimize:after {content: "\f068"; font-size:14px;  }
    .w-submenu              { display:block !important; background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; }
    .mobile-menu-icon .menu { display: block;  }
    a.apply-now             { margin: 20px 0 0 15px; }
}


#omega {
  padding: 0;
}



  /*****************/
 /*  Responsive   */
/*****************/


@media screen and (min-width: 1199px) {
  .avenue-slider .owl-item {
    width: 1000px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px){
  .avenue-slider .owl-item {
    width: 860px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .avenue-slider .owl-item {
    width: 600px !important;
  }
}
@media screen and (max-width: 1360px) {
  .testimonials .owl-carousel .owl-nav button.owl-next,
  .testimonials .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    top: 100%;
  }
  .testimonials .owl-carousel .owl-nav button.owl-next {
    left: 60px !important;
  }
  .testimonials .owl-theme .owl-nav {
    width: 120px;
    left: 50%;
    position: absolute;
    margin-left: -60px;
  }
  .phases-sec {
    padding: 30px;
  }
}
@media (max-width: 1199px) { 
  .gallery-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .event-col .col .overlay {
    top: calc(100% - 130px);
    padding: 30px 30px 30px;
  }
  .event-col .col .overlay ul li {
    margin: 5px 0;
    font-size: 15px;
  }
  .event-col .col .overlay h3 {
    color: #fff;
    font-size: 26px;
  }
  .contact-form-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btn-right {
    text-align: right;
  }
  .contact-form-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }

  .welcome h2 {
    font-size: 48px;
    line-height: 66px;
  }
  .rooms-box .content p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .banner-caption h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .banner-caption p {
    font-size: 16px;
    margin: 0 auto 9px;
    line-height: 24px;
    max-width: 760px;
  }
  .banner-carousel {
  padding: 100px 0 60px;
  } 
  .banner-carousel.sub-banner {
    background: url(../images/about-bg.jpg) center;
    min-height: 400px;
  }
  .subpage-content .img {
    text-align: center;
  }
  .about-img {
    margin: auto;
  }
  
  .avenue-box .content p {
    max-height: 87px;
  }
  #omega-sidebar-body ul.social {
    display: flex;
  }
  .topbar-right ul.social {
    display: none;
  }
  .footer-menu, .footer-content {
    text-align: center;
    gap: 20px;
    justify-content: center;
  }
  footer ul.social {
    justify-content: center;
    width: 100%;
  }
  .caption-banner h2 {
    font-size: 44px;
  }
  .welcome h2 {
    font-size: 42px;
    line-height: 48px;
    margin: 5px 0 30px;
  }
  .about-sec h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) { 
  .contact-black  {
    text-align: center;
  }
  .contact-black .row { gap: 30px;}
  .read-more-bordered {
    padding: 8px 22px;
  }
  .left-address {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .event-section .heading p,
  .event-section .heading h3 {
      text-align: left;
  }
  .avenue-box .content h3 {
      margin: 0;
      font-size: 26px;
  }
  .avenue-box .content p {
      margin: 0 0 10px;
      font-size: 16px;
  }
  .avenue-box .content p.avenue-data {
      margin: 0 0 10px;
      font-size: 14px;
  }
  .topbar {
    padding: 0;
    height: 110px;
  }
  .about-sec {
    height: auto;
  }
  .about-sec .left {
    display: none;
  }
  .about-sec .right .read-more-bordered {
    margin: 0 auto;
  }
  .about-sec .content {
    text-align: center;
  }
  .about-sec h2 br,
  .heading h2 br {
    display: none ;
  }
  .watch-video-sec p {
    text-align: center;
  }
  .watch-video-sec {
    padding: 0 0 100px;
  }
  .about-sec .right {
    padding: 100px 0;
  }
  .event-col .col .overlay {
    padding: 30px;
    top: calc(100% - 130px);
  }
  .event-col .col .overlay ul {
    display: none;
  }
  .event-col .col .overlay .read-more {
    padding: 5px 15px;
  }
  .event-col .col .overlay h3 {
    color: #fff;
    font-size: 24px;
  }
  .welcome {
    background: #FAF7F2;
    padding: 50px 0 80px 0;
  }
  .welcome h2 {
    font-size: 42px;
    line-height: 66px;
  }
  .home-booking-form {
    position: relative;
    background: #faf7f2;
  }
  .home-booking-form .form-left {
    background: #fff;
    color: #000;
    padding: 0;
    justify-content: flex-start;
  }
  .ban-booking-form h4{
    color: #000;
    margin: 0 0 10px;
  }
  .ban-booking-form .form-right {
    padding: 0;
  }
  .form-right .form-col.event-type {
    width: 40%;
    padding: 0 15px;
  }
  .form-right .form-col.date-sel {
    width: 60%;
    padding: 0 15px;
  }
  .ban-booking-form .btn {
    padding: 7px 20px;
  }
  .ban-booking-form .form-right .left .row {
    align-items: flex-end;
  }

  
  .ban-booking-form .form-left {
    width: 100%;
  }
  .banner-carousel {
    padding: 90px 0 60px;
}
  
  .topbar img {
    width: 160px;
  }
  .topbar.topbar-white img {
    width: 120px;
  }
  .topbar.topbar-white #nav-toggle {
    padding: 22px 35px 22px 90px;
  }
  .banner-caption h1 {
    font-size: 36px;
        line-height: 42px;
  }
  .banner-caption p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
  .ban-booking-form {
    flex-direction: column;
  }
  .ban-booking-form .form-col {
    border-right: 0;
  }
  .form-left .form-col.col-sm-6 {
    display: flex;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
  }
  .form-left .form-col.col-sm-4 {
    display: flex;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
  }
  .col-lg-6.form-col {
    padding: 0;
  }
  .col-lg-6.form-col .row {
    width: 100%;
    margin: 0;
  }
  .col-lg-6.form-col .row  .form-col {
    display: flex;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
  }

  .ban-booking-form {
    gap: 5px;
  }

  /* .welcome {
    text-align: center;
  } */
  .testi-box .content::before {
    margin: 0 auto;
  
  }
  .attractions-section .heading {
    text-align: left;
    justify-content: space-between;
  }
  .welcome .img {
    display: none;
  }
  .heading h2, .heading h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .heading {
    justify-content: center;
    text-align: center;
  }
  .room-row {
    text-align: center;
  }
  .gallery-section {
    text-align: center;
  }
  .testi-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .testi-box .img {
    width: 100px;
    border-radius: 10px;
    margin: 25px auto 15px;
  }
  .footer-col {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  
  .ban-booking-form {
    padding: 20px 30px 30px;
    border-radius: 5px;
    top: -40px;
  }
  footer hr {
    margin: 10px 0 20px;
  }
  footer ul li a {
    margin: 5px 0;
  }
  footer p br {
    display: none;
  }
  .footer-col .img {
    margin: 0 0 25px;
  }
  .heading .btn-box {
    display: none;
  }
  .gallery-section ul.tabs {
    display: flex;
    justify-content: space-between;
  }
  .gallery-container {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .contact-form-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form-right {
    margin: 50px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-contact {
    display: none;
  }
  .subpage-content p {
    text-align: center;
  }
  
  .avenue-box .content {
    width: 60%;
    padding: 25px;
    top: 30px;
    bottom: 30px;
}
  .avenue-box .content p {
    max-height: 87px;
    line-height: 27px;
  }
  .avenue-box .content p {
      margin: 0 0 10px;
  }
  .avenue-section .heading {
      justify-content: flex-start;
      text-align: left;
  }
  .avenue-caption h3 {
    font-size: 36px;
    line-height: 48px;
  }
  .avenue-caption p {
    font-size: 22px;
    line-height: 32px;
  }
  .caption-banner h2 {
    font-size: 40px;
  }
  .aboutpage-content .content-box {
    top: -30px;
  }
  .avanue-about p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  section.avanue-about.aboutpage-content {
    margin: 0;
  }
  .aboutpage-content .content-box {
    padding: 30px;
  }
    .caption-banner h2 {
        font-size: 36px;
    }
    .caption-banner .btn {
        font-size: 16px;
    }
  .avenue-caption {
    padding: 50px 0;
  }
  .contact-reach .title {
    text-align: center;
  }
  .contact-reach p {
    text-align: center;
  }
  .left-address {
    text-align: center;
  }
  .left-address p {
    font-size: 18px;
    color: #464242;
    margin: 10px 0 20px;
    line-height: 30px;
  }
  .owl-carousel .owl-item .avenue-box img {
    width: 100%;
  }
  .sub-banner-img img {
    min-height: 350px;
  }
  .contact-address {
    width: auto;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0;
  }
  .contact-black a {
    font-size: 24px;
  }
  .contact-black  {
    padding: 30px 20px;
  }
  .footer-map-row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .contact-address-left {
    text-align: center;
  }
  .avenue-box {
    flex-direction: column;
  }
  .avenue-box .content {
    position: relative;
    width: 100%;
    top: 0;
    padding: 35px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
  }
  .footer-bottom {
    padding: 50px 0 60px;
  }
  .footer-top .container .right {
    position: relative;
    width: 100%;
    left: 0;
  }
  .footer-menu, .footer-content {
    display: flex;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }
    .footer-menu li {
      margin: 0 10px 0;
    }
    .footer-content {
      flex-direction: column;
    }
    .footer-content li {
      margin: 10px 0;
    }
    ul.social {
      margin: 0 auto;
    } 
  .footer-top {
    height: auto;
  }
  .footer-top .left {
    width: 100%;
  }
  .about-sec .content-row {
    padding: 15px;
  }
  .accordion-heading {
    font-size: 36px !important;
  }
  .event-col {
    flex-wrap: wrap;
  }
  .event-col .col {
    min-width: 50%;
  }
  .welcome h2 {
    font-size: 36px;
    line-height: 52px;
  }
  .welcome {
    padding: 50px 0 60px 0;
  }
  .ban-booking-form .form-right {
    flex-direction: column;
  }
  .form-right .form-col.event-type,
  .form-right .form-col.date-sel,
  .ban-booking-form .btn-box,
  .ban-booking-form .btn-box .btn {
    width: 100%;
  }
  .ban-booking-form .form-right .left {
    width: 100%;
  }
  .banner-caption p {
    display: none;
  }
  .banner-carousel .btn {
    padding: 7px 25px;
}
  .gallery-container {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
  .tab_content {
    background: #EEEBE6;
    padding: 10px;
  }
  .about-sec .content {
    left: 40px;
    right: 40px;
    width: auto;
  }
  .omega-activated #omega-sidebar {
    width: 100%;
  }

  .footer-bottom .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer-social {
    justify-content: center;
  }
  footer {
    text-align: center;
    justify-content: center;
  }
  footer .col-lg-2,
  footer .col-lg-3,
  footer .col-lg-4  {
    text-align: center;
    margin: 0 0 30px;
  }
  footer .title {
    margin: 0 auto 10px;
    display: block;
  }
  .footer-menu {
    margin: 0 auto 35px;
    text-align: center;
  }
  footer ul li a,
  .download-btns {
    justify-content: center;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev {
    left: 0;
  }
  .footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .caption-left .btn i{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .caption-left .btn  {
    padding: 15px 20px !important;
  }
  .caption-left .btn span{
    display: none;
  }
  p {
    font-size: 17px;
  }
  .read-more-bordered {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .form-left .form-col.col-sm-6 {
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}






@media (max-width: 660px)     {
  .welcome h2 {
    font-size: 30px;
    line-height: 46px;
  }

  .topbar.topbar-white #nav-toggle {
    padding: 15px 35px 15px 55px;
  }

  #nav-toggle span, 
  #nav-toggle span:before, 
  #nav-toggle span:after {
    width: 25px;
    left: 10px;
  }
  .home-booking-form {
    background: #faf7f2;
    padding: 25px 0 0;
    position: relative;
  }
  #nav-toggle span:before {
    top: -6px;
  }
  #nav-toggle span:after {
    bottom: -7px;
  }
  .topbar img {
    width: 120px;
  }
  .topbar.topbar-white img {
    width: 100px;
  }
  #nav-toggle label {
    font-size: 15px;
    margin: 6px 0 0;
  }
  .topbar-in .book-now {  
    font-size: 15px;
  }
  .topbar-in:after {
    left: 135px;
  }
  .topbar-in .book-now {
    padding: 5px 25px;
  }
}



@media (max-width: 568px)     {
    .avenue-caption h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .avenue-caption p {
        font-size: 20px;
        line-height: 32px;
    }
    .topbar {
        padding: 0;
        height: 85px;
    }
}




.dashtile-wrap .gap-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media (max-width: 1600px)     {
  .dashtile-wrap .gap-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}


.responsiveTabs{
  max-width:800px;
  margin:auto;
}



.about-sec {
  display: flex;
}


.attractions-slider  .owl-stage-outer {
  overflow: visible !important;
  margin: 10px 0 0 0;
}
.event-slider.owl-carousel {
  margin: 10px 0;
}
.accordion-content .owl-carousel .owl-nav button.owl-next, 
.accordion-content .owl-carousel .owl-nav button.owl-prev, 
.accordion-content .owl-carousel button.owl-dot {
  border: 1px solid #ffffff !important;
  background-color: #fff !important;
}
/* Basic styling for the accordions */
.accordion-wrapper {
  max-width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.accordion-outer {
  margin-bottom: 5px;
  border-radius: 4px;
}

.accordion-heading {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 46px;
  font-family: "Arsenal", sans-serif;
}
.accordion-heading span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  opacity: .2;
}
.accordion-heading:after {
  content: "+";
  position: absolute;
  right: 15px;
}

.accordion-outer.is-open .accordion-heading:after {
  content: "-";
}

.accordion-content {
  padding: 50px 0 0;
  display: none; /* Start hidden - will be shown by JS */
}

/* Different color for the second set */
.accordion-wrapper.set2 .accordion-heading {
  background-color: #e0f7fa;
}

/* Hover accordion style */
.accordion-wrapper.on-hover .accordion-heading {
  background-color: #e8f5e9;
}










.accordion-content {
  display: flex;
  padding: 0;
}
.accordion-heading:after {
  display: none;
}
.attractions-list {
    margin-top: 0;
}
.accordion-outer .owl-stage-outer {
    overflow: visible !important;
    margin: 0;
}
.accordion-outer {
  margin-bottom: 100px;
}
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}
