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

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

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

strong {
  font-weight: 700;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a img {
  border: 0;
}

body {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  background: #fff;
}

button,
input,
select,
textarea {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
}


h1 {
  font-size: 40px;
  line-height: 1;
}

h2 {
  font-size: 35px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 35px;
}

h4 {
  font-size: 25px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 26px;
}


p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

em,
i {
  font-style: italic;
}

ul {
  padding: 0;
  margin: 0;
}

hr {
  border: 0;
  background: #000000;
  height: 2px;
  margin: 20px 0;
}

ul,
ol {
  margin: 0 0 28px 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin: 0 0 0 23px;
}


img {
  border: 0;
  height: auto;
  max-width: 100%;
}

.bttn {
  color: #fff;
  background-color: #b5876d;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  /* height: 42px; */
  line-height: 1;
  border: none;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  padding: 12px 25px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.bttn:hover {
  color: #fbb613;
  background: #ffffff;
}

a {
  /* color: #fff; */
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

a:active,
a:hover,
a:focus {
  color: #b5876d;
  outline: 0;
  text-decoration: none;
}



/* Placeholder text color -- selectors need to be separate to work. */

.form-control::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #444444;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #444444;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}

.form-control {
  /* font-weight: 700; */
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  /* font-weight: 700; */
  line-height: 22px;
  color: #444444;
  font-size: 16px;
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #b5876d;
  height: 42px;
  box-shadow: none;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0;
}

textarea.form-control {
  background: #fff;
  height: 180px;
  padding: 10px 20px;
  resize: none;
}

button:focus {
  box-shadow: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input:focus,
textarea:focus {
  outline: 0;
}

.container {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1170px;
  }
}

.main-outercon {
  width: 100%;
  position: relative;
  overflow: hidden;
}


/*=======  header  =======*/

.header-container {
  position: absolute;
  top: 14px;
  right: 5px;
  z-index: 9;
  padding: 14px 0;
  background: #fff;
  width: 80vw;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 35px 0 0;
}

.logo {
  float: right;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logo img {
  display: block;
}

.menu-block {
  margin: 0 15px 0 0;
}

.main-menu {
  padding: 0;
  z-index: 1;
}

.main-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.main-menu ul li {
  position: relative;
  padding: 0px 20px;
  line-height: 1;
}

.main-menu ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #444444;
  position: relative;
  padding: 0;
  display: block;
}

.main-menu ul li a img {
  margin: 0 0 0 7px;
  width: 15px;
}

.main-menu ul li a:hover,
.main-menu ul li.active>a {
  color: #b5876d;
}

/* .main-menu .sub-menu {
  margin-top: 10px;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 38px;
  background: #ffffff;
  padding: 0;
  overflow: inherit;
  opacity: 0;

  border-radius: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  margin: 20px 0 0 2px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 230px;
  border: 1px solid #F6F6F4;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);

  
}

.main-menu .sub-menu li {
  width: 100%;
  padding: 0 15px;
}

.main-menu .sub-menu li a {
  font-size: 16px;
  padding: 13px 0;
  line-height: 24px;
  color: #000000;
  display: inline-block;
  width: 100%;
}

.main-menu .sub-menu li:last-child a {
  border: none;
}

.main-menu .sub-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-menu .sub-menu li a:hover,
.main-menu .sub-menu li.active a {
  color: #B5876D;
}

.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  
}

.main-menu ul li.has-sub:hover>a {
  color: #B5876D;
}

.main-menu ul li ul.sub-menu li a img {
  margin: 0;
  width: 46px;
}
 */


/* 
 .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 42px;
  left: 0;
  width: 230px;
  max-height: 0;
  overflow: hidden;
  border-radius: 0;
  background-color: #ffffff;
  transition: max-height 0.9s ease;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05), -4px 4px 4px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05), -4px 4px 4px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05), -4px 4px 4px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05);
} 
 */


.sub-menu {
  display: none;
}


.main-menu ul li:hover .sub-menu {
  max-height: 100vh;
  transition: max-height 0.8s ease;
}

.main-menu ul li .sub-menu li:last-child {
  margin-bottom: 15px;
}

.main-menu ul li .sub-menu li {
  padding: 10px;
}

.main-menu ul li .sub-menu li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  color: #000;
}

.main-menu ul li .sub-menu li a img {
  width: 46px;
  object-fit: cover;
  margin: 0;
}










.login-div .bttn {
  border-radius: 7px;
  background: transparent;
  border: 1px solid #830c83;
  color: #444444;
  font-weight: 400;
  padding: 7px 20px;
}

.bttn.login:hover {
  background: #830c83;
  color: #fff;
}

.login-div .bttn.register {
  background: #830c83;
  color: #fff;
  margin: 0 25px;
}

.login-div .bttn.register:hover {
  background: transparent;
  border: 1px solid #830c83;
  color: #444444;
}

.language-switcher {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  z-index: 9;
  /* top: 4px; */
}

.language-switcher a.lang {
  display: block;
  line-height: 1;
  height: 30px;
  border-radius: 4px;
  padding: 7px 16px 0px 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.120684);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.120684);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.120684);
  position: relative;
  z-index: 1;
  background: #fff;
  color: #444;
}

.language-switcher a.lang.open {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #444;
}

.language-switcher a.lang:hover,
.language-switcher a.lang:focus,
.language-switcher a.lang:active {
  color: #444;
}

.language-switcher a.lang:after {
  position: absolute;
  content: "";
  right: 6px;
  top: 10px;
  width: 9px;
  height: 10px;
  background: url(../images/down-arw.png) no-repeat center center;
  background-size: 100%;
}

.language-switcher a.lang.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.language-switcher ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.120684);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.120684);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.120684);
  list-style: none;
  margin: 0;
  padding: 27px 8px 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  background: #fff;

}

.language-switcher ul.slidein {
  opacity: 1;
  visibility: visible;
}

.language-switcher li {
  display: block;
  margin-top: 6px;
  padding-left: 0;
  text-align: center;
}

.language-switcher li:before {
  display: none;
}

.language-switcher li a {
  display: block;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
}

.language-switcher li a img {
  display: inline-block;
  vertical-align: middle;
}

.language-switcher li a span {
  display: inline-block;
  vertical-align: middle;
}




/* footer */
.footer-container {
  width: 100%;
  position: relative;
}

.footer-top {
  background: #212529;
  padding: 65px 0 0px;
}

.footer-bottom {
  width: 100%;
  background: #000000;
  padding: 12px 0;
}

.footer-links {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}

.footer-links ul {
  margin: 0 90px;
}

.footer-links ul li {
  margin: 0 0 10px;
}

.footer-links ul li a {
  font-size: 19px;
  color: #fff;
}

.footer-links ul li a:hover {
  color: #B5876D;
}

.bottom-links {
  padding: 70px 0 3px;
}

.bottom-links ul {
  display: flex;
  justify-content: center;
}

.bottom-links ul li a {
  color: #fff;
}

.bottom-links ul li a:hover {
  color: #B5876D;
}

.bottom-links ul li {
  margin: 0 12px;
  position: relative;
}

.bottom-links ul li::after {
  position: absolute;
  content: "";
  left: -12px;
  top: 3px;
  border: 1px solid #fff;
  height: 20px;
}

.bottom-links ul li:last-child:after {
  display: none;
}

.bottom-links ul li a {
  font-size: 19px;
}

.copyright p {
  color: #fff;
  margin: 0;
}

.copyright p img {
  width: 15px;
  position: relative;
  top: 3px;
}

.copyright p a {
  color: #b5876d;
  font-weight: 700;
}

.copyright span {
  color: #fff;
  margin: 0 5px 0 0;
}

.copyright {
  display: flex;
  justify-content: center;
}


/*--banner--*/

.banner-container {
  position: relative;
  height: 460px;
}

.banner-container ul li {
  list-style: none;
}

.banner-slide {
  width: 100%;
  position: relative;
}

.banner-image {
  height: 460px;
  position: relative;
  width: 100%;
}

.banner-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.banner-image:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.banner-content {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-inner {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.image-div {
  text-align: center;
  max-width: 170px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 15px;
}

.image-div img {
  width: 100px;
  display: inline-block;
}

.banner-inner h1 {
  padding: 10px 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.banner-inner span {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.slick-dots {
  display: flex;
  justify-content: center;
  direction: ltr;
  margin: 35px 0 0;
}

.slick-dots li {
  margin: 0 4px;
}

.slick-dots li button {
  border: 2px solid #a89c94;
  background: transparent;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
}

.slick-dots li.slick-active button {
  border: 2px solid #4ba6ef;
  color: #4ba6ef;
}

.inner-div h2 {
  text-align: center;
  font-weight: 700;
  margin: 0 0 25px;
}

.event-time-container {
  width: 100%;
  margin: 120px 0 50px;
}

.event-time-container.calendar-div {
  margin: 60px 0 50px;
}

.inner-div ul {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 70px; */
  justify-content: space-evenly;
}

.inner-div ul li {
  width: auto;
  font-size: 19px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  position: relative;
}

.inner-div ul li span {
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 5px;
}

.facility-container.home-page .inner-div ul li span {
  cursor: default;
}

.inner-div ul li span.blue {
  background: #4ba6ef;
}

.inner-div ul li span.orange {
  background: #fd8e37;
}

.inner-div ul li span.yellow {
  background: #ffbf53;
}

.inner-div ul li span.cyan {
  background: #3be1e6;
}

.inner-div ul li span.lightblue {
  background: #b5baf9;
}

.newsletter-container {
  width: 100%;
  padding: 90px 0;
  background: #e9e9ef;
}

.form-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-inner form {
  display: flex;
}

.form-inner span {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 0 10px;
}

.form-inner .bttn {
  border: 1px solid transparent;
}

.form-inner .bttn:hover {
  color: #b5876d;
  border: 1px solid #b5876d;
}

.discount-container {
  padding: 90px 0;
}

.image-gallery .grid-item {
  width: 33%;
  margin-top: 0;
}

.mobile-visible {
  display: none;
}

.menu-block .language-switcher {
  display: none;
}

.menu-block .login-div {
  display: none;
}

.modal-header .btn-close {
  position: absolute;
  left: 10px;
  top: 18px;
  z-index: 2;
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

#tooltipAllModal .modal-header .btn-close:focus {
  box-shadow: none;
}

#tooltipAllModal .modal-header,
#tooltipModal .modal-header {
  position: relative;
  border-bottom: none;
}

#tooltipAllModal .modal-content {
  border-radius: 15px;
}

#tooltipModal .modal-title {
  color: #444444;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 23px;
}

#tooltipAllModal .modal-title {
  display: none;
}

#tooltipAllModal .modal-body {
  max-height: 500px;
  overflow-y: auto;
  padding: 40px 25px 16px 16px;
}

.top-block {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}

.text-div {
  width: 60%;
  position: relative;
  padding: 0px 20px 0 0px;
}

.text-div strong {
  color: #444444;
  font-weight: 500;
}

.text-div span strong {
  font-weight: 700;
}

.text-div span {
  margin: 10px 0 0;
  display: inline-block;
  line-height: 1;
}

.thumb-div {
  width: 35%;
}

.thumb-div img {
  width: 100%;
  /* height: 110px; */
  object-fit: cover;
  height: 100%;
}

.right-align {
  position: absolute;
  right: 0;
  top: 7px;
}

.sm-div {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: #B5876D;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}

.right-align:hover .tooltip {
  visibility: visible;
  opacity: 1;
}



.middle-block {
  margin: 15px 0;
  background: url('../images/hamburger.png') no-repeat;
  background-size: 15px;
  background-position: left top 1px;
}

.middle-block strong {
  padding: 0 0 0 75px;
  display: inline-block;
  color: #444;
}

.bottom-block ul {
  display: flex;
  justify-content: space-between;
}

.bottom-block a {
  color: #000000;
  line-height: 1;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 30px;
  padding: 10px;
}

.bottom-block a:hover {
  background: rgba(181, 135, 109, 0.5);
}

.bottom-block a img {
  width: 12px;
  margin: 0px 5px 0 0;
}



.tooltip-wrapper {
  position: relative;
  display: inline-block;
  color: #444;
  font-size: 13px;
}


.bottom-block .tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}

.bottom-block a:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.event-lists>li {
  border-bottom: 1px solid #D5D5D5;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

.event-lists>li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.centered-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-div {
  margin: 10px;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;

}


.loader--ripple {
  display: inline-block;
  position: relative;
  height: 86px;
  width: 86px;
}

.loader--ripple div {
  position: absolute;
  animation: loader--ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  border: 6px solid #830c83;
  border-radius: 50%;
  opacity: 1;
}

.loader--ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader--ripple {
  0% {
    top: 45px;
    left: 45px;
    opacity: 1;
    height: 0;
    width: 0;
  }

  100% {
    top: -1px;
    left: -1px;
    opacity: 0;
    height: 88px;
    width: 88px;
  }
}




/* gallery */

.gallery-container {
  width: 100%;
}

#gallery {

  display: grid;
  min-height: calc(100vh - 10px);
  /*grid-template: repeat(6, 1fr)/repeat(6, 1fr);*/
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 15px;

}

#gallery div {
  overflow: hidden;
}

#gallery img {
  transition: all 0.5s ease-in;
}

#gallery img:hover {
  transform: scale(1.1);
}

#gallery>div:nth-child(6n+1) {
  grid-column: span 1;
  grid-row: span 2;
}

#gallery>div:nth-child(2) {
  /* previously 3 */
  grid-column: span 1;
  grid-row: span 2;
}

#gallery>div:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}

#gallery>div * {
  height: 100% !important;
  display: block;
  object-fit: cover;
}

[dir="ltr"] .logo {
  right: 0;
  left: inherit;
}

[dir="ltr"] .header-inner {
  padding: 0 0 0 35px;
}

[dir="ltr"] .inner-div ul li span {
  margin: 0 5px 0 0;
}

[dir="ltr"] .modal-header .btn-close {
  right: 15px;
  left: inherit;
}

[dir="ltr"] .text-div {
  padding: 0 0 0 20px;
}

[dir="ltr"] .right-align {
  left: 0;
  right: inherit;
}

[dir="ltr"] .middle-block strong {
  padding: 0 75px 0 0;
}

[dir="ltr"] .middle-block {
  background-position: right top 8px;
}

[dir="ltr"] .bottom-block ul li a img {
  margin: 0 0 0 5px;
}

[dir="ltr"] .footer-links {
  max-width: 750px;
}

[dir="ltr"] .bottom-links ul li:last-child::after {
  display: block;
}

[dir="ltr"] .bottom-links ul li:first-child::after {
  display: none;
}

[dir="ltr"] .form-inner span {
  margin: 0 10px 0 0;
}

[dir="ltr"] .form-inner .bttn {
  width: 150px;
}

.slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 0;
  background: transparent;
  z-index: 1;
  border: none;
}

.slick-next.slick-arrow {
  left: 100px;
}

.slick-prev.slick-arrow {
  right: 100px;
}

.slick-arrow:before {
  position: absolute;
  content: "";
  top: 0;
  width: 21px;
  height: 40px;
}

.slick-next.slick-arrow:before {
  background: url("../images/prev-arw.png") no-repeat;
  background-size: 100% 100%;
  right: 0px;
}

.slick-prev.slick-arrow:before {
  background: url("../images/next-arw.png") no-repeat;
  background-size: 100% 100%;
  left: 0px;
}




[dir="ltr"] .slick-next.slick-arrow {
  left: inherit;
  right: 100px;
}

[dir="ltr"] .slick-prev.slick-arrow {
  right: inherit;
  left: 100px;
}

[dir="ltr"] .slick-next.slick-arrow:before {
  background: url("../images/next-arw.png") no-repeat;
  background-size: 100% 100%;
  right: 0px;
}

[dir="ltr"] .slick-prev.slick-arrow:before {
  background: url("../images/prev-arw.png") no-repeat;
  background-size: 100% 100%;
  left: 0px;
}

[dir="ltr"] .header-container {
  left: 5px;
  right: inherit;
}

.facility-container {
  width: 100%;
  margin: 30px 0 0;
}

.event-line-color {
  width: 100%;
  height: 2px;
  background: #3be1e6;
  max-width: 73%;
  margin: 0 auto 55px;
}

.calendar-div .card {
  border: none;
}

.calendar-div .fc .fc-toolbar {
  justify-content: flex-start;
}

/* .calendar-div .fc-toolbar-chunk {
  position: absolute;
  right: 0;
} */

.fc-button:focus {
  box-shadow: none;
}

.fc .fc-button-primary:focus {
  box-shadow: none;
}


.facility-container.home-page {
  margin: 160px 0 70px;
}

.bottom-line {
  width: 100%;
  max-width: 68%;
  margin: 28px auto 0;
  height: 1px;
  background: #000;
}

.banner-container .banner-list ul li {
  height: 350px;
  position: relative;
  margin: 0 0 25px;
}

.banner-container .banner-list ul li a {
  display: block;
  height: 100%;
}

/* .banner-container .banner-list ul li:first-child a {
  border: 6px solid #fd8e37;
}

.banner-container .banner-list ul li:nth-child(2) a{
  border: 6px solid #3be1e6;
}

.banner-container .banner-list ul li:nth-child(3) a {
  border: 6px solid #4ba6ef;
}

.banner-container .banner-list ul li:nth-child(4) a{
  border: 6px solid #ffbf53;
} */


.banner-container .banner-list .banner-image {
  height: 100%;
}

.banner-container.home-page {
  height: auto;
}

.banner-text {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 25px;
}

.banner-text h1 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
}

.banner-text span {
  font-size: 22px;
  line-height: 1;
}


.banner-list li {
  margin: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.8s ease;
}

.banner-list .banner-image {
  overflow: hidden;
  transition: transform 0.8s ease;
}

.banner-list .banner-image img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.8s ease;
}

.banner-list .banner-content {
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 3;
}

.banner-list .banner-text {
  text-align: center;
  padding: 10px;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.banner-list ul li:hover .banner-image img {
  transform: scale(1.1);
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.banner-list ul li:hover .banner-content .banner-text {
  opacity: 0;
  transform: none;
}

@keyframes slideTextLeftToRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.mobile-show {
  position: absolute;
  display: none;
  /* background: rgba(0, 0, 0, 0.6); */
  text-align: center;
  padding: 10px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s ease;
  width: 100%;
  /* top: 0; */
  left: 0;
}

.mobile-show span {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
}



.allevent-lists .inner-div h2 {
  font-size: 25px;
  line-height: 1;
  color: #000;
}

#tooltipAllModal .modal-header {
  padding: 0;
}

#tooltipModal .date-div {
  position: absolute;
  top: 10px;
  right: 25px;
}

#tooltipModal .date-div span {
  font-size: 14px;
}

#tooltipModal .modal-header {
  padding: 0;
}

#tooltipModal .modal-body {
  padding: 40px 25px 16px 16px;
}

#tooltipModal .thumb-div {
  width: 40%;
}

#tooltipModal .text-div {
  text-align: center;
  display: flex;
  flex-direction: column;
}

#tooltipModal .bottom-block a img {
  margin: 0 0 0 5px;
}

#tooltipAllModal .bottom-block a img {
  margin: 0 0 0 5px;
}

#tooltipAllModal .date-div {
  position: absolute;
  top: 10px;
  right: 25px;
}

#tooltipAllModal .date-div span {
  font-size: 14px;
}

.bottom-block {
  display: inline-block;
}

.allevent-lists .inner-div ul {
  justify-content: flex-end;
  flex-direction: column;
  margin: 0 0 25px;
}

.allevent-lists .inner-div ul li {
  /* margin: 0 0 10px; */
  font-weight: inherit;
  color: #000;
  font-size: 17px;
  margin: 0 0 5px;
}

.left-row {
  width: 48%;
  display: flex;
  align-items: center;
  /* flex-grow: 0.7; */
}

.inner-div ul li .left-row span {
  cursor: default;
  width: 8.25%;
  position: relative;
  top: 1px;
}

.left-row strong {
  width: 90%;
}

.calendar-div .fc .fc-toolbar .fc-toolbar-chunk:first-child {
  /* width: 260px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 20px;
  font-weight: 700; */
  order: 2;
  margin: 0 15px 0 0;
}
[dir="ltr"] .calendar-div .fc .fc-toolbar .fc-toolbar-chunk:first-child{
    margin: 0 0 0 15px;
}
.calendar-div .fc-toolbar-chunk .fc-toolbar-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}


[dir="ltr"] #tooltipAllModal .date-div {
  left: 25px;
  right: inherit;
}

.right-row {
  display: flex;
}

#tooltipModal .middle-blk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-div ul {
  display: flex;
}

.social-div ul li {
  margin: 0 4px;
  line-height: 1;
}

.social-div ul li a img {
  width: 15px;
}

.bottom-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
}

#tooltipModal .middle-blk button {
  background: #44445e;
  color: #fff;
  width: 160px;
  text-align: center;
  font-weight: 600;
  margin: 20px 0 0;
  border: none;
  padding: 5px 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

#tooltipModal .middle-blk button:hover {
  background: #b5876d;
}

[dir="ltr"] #tooltipModal .modal-body {
  padding: 40px 16px 16px 25px;
}

[dir="ltr"] #tooltipModal .date-div {
  left: 25px;
  right: inherit;
}

[dir="ltr"] #tooltipAllModal .modal-body {
  padding: 40px 16px 16px 25px;
}

[dir="ltr"] #tooltipModal .bottom-block a img {
  margin: 0 5px 0 0;
}


[dir="ltr"] #tooltipAllModal .bottom-block a img {
  margin: 0 5px 0 0;
}




#facilityModal .date-div {
  position: absolute;
  top: 10px;
  right: 25px;
}

#facilityModal .date-div span {
  font-size: 14px;
}

#facilityModal .modal-body {
  padding: 40px 25px 16px 16px;
  overflow-y: scroll;
  max-height: 500px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

/* #facilityModal .modal-body::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
}

#facilityModal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 15px;
} */



#facilityModal .thumb-div {
  width: 40%;
}

#facilityModal .text-div {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0px 10px 0 0px;
}

#facilityModal .text-div strong {
  font-size: 15px;
  line-height: 22px;
}

[dir="ltr"] #facilityModal .text-div {
  padding: 0px 0px 0 10px;
}

#facilityModal .bottom-block a img {
  margin: 0 0 0 5px;
}

#facilityModal .modal-header {
  /* padding: 0; */
  padding-bottom: 20px;
  border: none;
  background: #fff;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#facilityModal .modal-title {
  color: #444444;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 10px;
}

#facilityModal .modal-header .btn-close {
  top: 11px;
}

#facilityModal .middle-blk button {
  background: #44445e;
  color: #fff;
  width: 160px;
  text-align: center;
  font-weight: 600;
  margin: 20px 0 0;
  border: none;
  padding: 5px 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

#facilityModal .middle-blk button:hover {
  background: #b5876d;
}

[dir="ltr"] #facilityModal .modal-body {
  padding: 40px 16px 16px 25px;
}

[dir="ltr"] #facilityModal .date-div {
  left: 25px;
  right: inherit;
}


[dir="ltr"] #facilityModal .bottom-block a img {
  margin: 0 5px 0 0;
}

#tooltipModal .modal-content {
  border: 2px solid #fd8e37;
  border-radius: 15px;
}

#facilityModal .modal-content {
  border: 2px solid #3be1e6;
  border-radius: 15px;
}

#facilityModal .middle-blk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hours {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 15px;
  flex-direction: column;
}

.hours li {
  display: flex;
}

.fc .fc-daygrid-event {
  border: none;
}

.modal-dialog.custom-width-modal {
  max-width: 600px;
}

[dir="ltr"] .allevent-lists .inner-div ul li strong {
  font-size: 15px;
}

[dir="ltr"] .custom-width-modal {
  width: auto;
}

.facility-container .inner-div {
  position: relative;
}

.banner-container .banner-list ul li .banner-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-container .banner-list ul li .banner-image img,
.banner-container .banner-list ul li .banner-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

/* Default: video hidden, image visible */
.banner-container .banner-list ul li .banner-image img {
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.banner-container .banner-list ul li .banner-image video {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

/* On hover: show video, hide image */
.banner-container .banner-list li:hover .banner-image img {
  opacity: 1;
}

.banner-container .banner-list li:hover .banner-image video {
  opacity: 1;
  z-index: 3;
}


#image-gallery .banner-image {
  overflow: hidden;
}

#image-gallery .banner-image img {
  transition: transform 10s linear;
}

#image-gallery .slick-active .banner-image img {
  animation: zoomPanLoop 12s linear infinite;
  animation-fill-mode: forwards;
}


/* @keyframes panHorizontal {
  0% {
    transform: scale(1.1) translateX(0);
  }
  50% {
    transform: scale(1.1) translateX(-10%);
  }
  100% {
    transform: scale(1.1) translateX(0);
  }
} */

/* 
@keyframes zoomPan {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.2) translate(-5%, -5%);
  }
} */

@keyframes zoomPanLoop {
  0% {
    transform: scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1.2) translate(-5%, -5%);
  }

  100% {
    transform: scale(1) translate(0, 0);
  }
}


.mobile-show.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}


/* nav */
.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  color: #444444;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.navbar-nav .nav-link:hover {
  color: #b5876d;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.navbar-nav li.active>a {
  color: #b5876d;
}

.navbar {
  padding: 0;
}

.navbar-nav li {
  padding: 0px 20px;
}

.navbar-nav li .sub-menu li:last-child {
  margin-bottom: 15px;
}

.navbar-nav li .sub-menu li {
  padding: 0;
}

/* .dropdown-menu {
  min-width: 250px;
} */

.dropdown-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px;
}

.mega-menu .dropdown-item img {
  width: 46px;
  object-fit: cover;
}

/* Hide dropdown initially */
.dropdown-hover .dropdown-menu {
  display: block;
  /* Override Bootstrap */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  min-width: 250px;
}

/* Show with animation on hover */
.dropdown-hover:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0;
  border: none;
  z-index: 2;
}

.navbar-brand {
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
}

.menu-container {
  display: flex;
}

.btns-div {
  display: flex;
}

.fc-daygrid-event {
  text-align: center;
}


.violet {
  background: #830c83;
}

.pink {
  background: #d3244e;
}

.green {
  background: #05c74f;
}

.yellow {
  background: #ffbb00;
}

.blue {
  background: #4ba6ef;
}

.attraction-details {
  width: 70%;
}

.attraction-content h2 {
  font-weight: 700;
  color: #0a1738;
  margin: 0 0 15px;
}

.attraction-content h3 {
  font-weight: 400;
  color: #292658;
  font-size: 35px;
  margin: 0 0 20px;
}

.attraction-content p {
  color: #0b1a3f;
  font-size: 20px;
  line-height: 28px;
}

.attarction-list {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.attarction-list ul li {
  width: 100%;

  margin: 0 0 35px;
}

.attarction-list ul li:last-child {
  margin: 0;
}

.attarction-list ul li a {
  display: flex;
  align-items: center;
}

.attraction-content {
  margin: 0 0 100px;
}

.logo-block {
  width: 28%;
  padding: 0 0 0 25px;
  display: flex;
  align-items: center;
}

.logo-block img {
  width: 105px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

[dir="ltr"] .logo-block {
  padding: 0 35px 0 0;
}

.logo-block span {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0 0 15px;
}

[dir="ltr"] .logo-block span {
  margin: 0 15px 0 0;
}

.attraction-details h4 {
  font-size: 35px;
  line-height: 40px;
  color: #0a1738;
  margin: 0 0 10px;
}

.attraction-details p {
  font-size: 20px;
  line-height: 28px;
  color: #0b1a3f;
  margin: 0;
}

.attraction-container {
  width: 100%;
  margin: 0 0 100px;
}

.video-container {
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* background: rgba(0, 0, 0, 0.5); */
  background: url('../images/play-btn.png') no-repeat;
  width: 120px;
  height: 120px;
  background-size: 100%;
  border: none;
  padding: 0px;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 77px 34px;
}

.video-wrapper.playing .video-overlay-button {
  display: none;
}

.video-container {
  width: 100%;
  margin: 100px 0;
}


.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  border-radius: 10px;
  height: 18px;
  line-height: 1.2;
  padding: 0 6px;
}

.fc-event-selected,
.fc-event:focus {
  box-shadow: none;
}

.fc-event:focus::after {
  background: transparent;
}

.event-time-container.calendar-div .card-body {
  background: rgba(181, 135, 109, 0.1);
  border-radius: 14px;
}

.calendar-inner {
  padding: 0 70px;
}

.gallery-container-inner {
  padding: 0 70px;
}

.fc-scrollgrid-section.fc-scrollgrid-section-header .fc-col-header-cell.fc-day {
  border: none;
  border-right: 1px solid #ddd;
}

.fc .fc-daygrid-day-top {
  text-align: center;
  height: 22px;
}

.fc .fc-daygrid-day-number {
  width: 100%;
  font-size: 13px;
}

.fc-scrollgrid-section.fc-scrollgrid-section-body .fc-day {
  height: 40px !important;
  min-height: 40px;
}

.fc .fc-col-header-cell-cushion {
  font-size: 14px;
}

.fc-h-event .fc-event-title {
  font-size: 12px;
}

.fc-next-button.fc-button.fc-button-primary .fc-icon {
  color: #444444;
}

.fc-prev-button.fc-button.fc-button-primary .fc-icon {
  color: #444444;
}

.fc .fc-button-group>.fc-button:hover {
  background: #2c3e50;
}

.fc-prev-button.fc-button.fc-button-primary,
.fc-next-button.fc-button.fc-button-primary {
  border-radius: 100%;
  background-color: transparent;
}

.fc-prev-button.fc-button.fc-button-primary {
  margin: 0 0 0 5px;
  padding: 0.3em 0.4em;
  line-height: 1.2;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  border: none;
}

.fc-next-button.fc-button.fc-button-primary {
  border: none;
  margin: 0 5px 0 0px;
  padding: 0.3em 0.4em;
  line-height: 1.2;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.fc-next-button.fc-button.fc-button-primary:hover .fc-icon {
  color: #fff;
}

.fc-prev-button.fc-button.fc-button-primary:hover .fc-icon {
  color: #fff;
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child) {
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  margin-right: 0;
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child) {
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}

.fc .fc-button .fc-icon {
  font-size: 20px;
}


.fc-today-button.fc-button.fc-button-primary {
  text-transform: capitalize;
  border-radius: 30px;
  font-size: 14px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-scrollgrid-sync-inner {
  line-height: 1;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 1em;
}


.discount-inner {
  padding: 0 70px;
}