@font-face {
  font-family: "light";
  src: url("../fonts/Roboto-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "regular";
  src: url("../fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "medium";
  src: url("../fonts/Roboto-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "bold";
  src: url("../fonts/Roboto-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "graced";
  src: url("../fonts/GracedScript_PersonalUseOnly.ttf");
  font-display: swap;
}
/*@import url(https://db.onlinewebfonts.com/c/7218a2da5a03f622ca18085806382043?family=Pe-icon-7-stroke);*/
@font-face {
  font-family: "Pe-icon-7-stroke";
  src: url("https://db.onlinewebfonts.com/t/7218a2da5a03f622ca18085806382043.eot");
  src: url("https://db.onlinewebfonts.com/t/7218a2da5a03f622ca18085806382043.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/7218a2da5a03f622ca18085806382043.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/7218a2da5a03f622ca18085806382043.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/7218a2da5a03f622ca18085806382043.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/7218a2da5a03f622ca18085806382043.svg#Pe-icon-7-stroke")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "regular";
  background-color: #f1f2f2;
}
.mobile-menu,
.mobile-footer,
.mobile-side {
  display: none;
}
.navi {
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.navi .navbar-toggler {
  background-color: #14284d;
}
.tzila-logo {
  width: 15rem;
  height: 15rem;
  margin-top: 3rem;
}
.brand-text {
  line-height: 1;
  font-size: 1.5rem;
}
.mobile-menu .brand-text {
  color: #ffffff;
}
.navi.scrolled .brand-text,
.mobile-menu.scrolled .brand-text {
  color: #14284d;
}
.navi .nav-item .nav-link {
  color: #f1f2f2;
  font-size: 1.2rem;
  text-align: left;
  margin-right: 0.7rem;
  text-transform: uppercase;
}
.navi.scrolled .tzila-logo {
  transition: 0.3s ease;
  width: 13rem;
  height: 2.8rem;
  margin-top: 1rem;
}
.navi2.scrolled .tzila-logo {
  width: 20rem;
}
.navi .nav-item .nav-link.active {
  color: #bc9e66;
}
.nav-drop:hover .dropdown-menu {
  display: block;
  background-color: #577694;
  border: none;
  border-radius: 0;
  transition: ease 0.7s;
}
.mobile-nav .dropdown-menu {
  position: relative !important;
  float: none !important;
  transform: none !important;
  background-color: transparent !important;
  border: none;
  transition: ease 1s;
}
.mobile-nav .dropdown-menu .dropdown-item {
  font-size: 0.9rem !important;
}
.nav-drop a i {
  font-size: 0.7rem;
  margin-left: 0.2rem;
  transition: ease 0.4s;
}
.nav-drop .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5rem 1.5rem;
  transition: ease-in-out 0.5s;
}
.nav-drop .dropdown-menu .dropdown-item:hover {
  color: #577694;
  background-color: #fff;
  transition: ease-in-out 0.5s;
}
.nav-drop:hover a i {
  transform: rotateZ(90deg);
  transition: ease 0.7s;
}
.drop-divider {
  border-top: 1px solid #e9ecef78;
  margin: 0.2rem 0rem;
}
.navi.scrolled,
.mobile-menu.scrolled {
  background-color: #f1f2f2 !important;
  transition: ease 0.1s;
}
/*.navi.scrolled .nav-item .nav-link{
	color: #8ab0c7;
}*/
.navi.scrolled .nav-selection-bar,
.navi.scrolled .nav-icon-area,
.navi.scrolled .select::after {
  border-color: #8ab0c7;
  color: #8ab0c7;
}
.navi .nav-selection-bar:focus {
  background-color: #577694;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-color: #8ab0c7;
}
.navi .select {
  width: 100%;
  overflow: hidden;
}
.navi .nav-selection-bar option:disabled {
  color: lightgray;
}
.navi .nav-selection-bar option {
  height: 10rem !important;
}
option.option-separator {
  font-size: 0rem !important;
  background-color: #e9ecef78;
  font-size: 1rem;
  border-top: 1px solid red;
  line-height: 2;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
option {
  /*line-height: 2;*/
  /*-moz-box-sizing: border-box  !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 50% !important;*/
}
.nav-btn {
  background-color: #14284d;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 3rem;
  border-radius: 4px;
  position: absolute;
  transform: translate(-120%, -15%);
  z-index: 3;
  height: 2.6rem;
  width: 10rem;
  transition: 0.3s ease;
}
.nav-btn:focus {
  outline: 0;
}
.expandBook {
  /*transform: scale(2);*/
}

.navi .input-group-prepend {
  margin-right: 0;
}
.nav-selection-bar,
.nav-icon-area {
  background-color: #ffffff30;
  color: #fff;
  border-color: #fff;
  font-size: 0.8rem;
}
.location-select::before {
  font-family: "Pe-icon-7-stroke";
  /*border-color: #8ab0c7;*/
  border-radius: 0px;
  content: "\e638";
  font-size: 0.8rem;
  position: absolute;
  padding: 0rem 0.5rem;
  color: #fff;
  transform-origin: center center;
  cursor: pointer;
  pointer-events: none;
  transform: translate(0%, 35%);
  transform-origin: center center;
}
.calendar-select::before {
  font-family: "Pe-icon-7-stroke";
  content: "\e660";
  font-size: 0.9rem;
  position: absolute;
  padding: 0rem 0.5rem;
  color: #fff;
  transform-origin: center center;
  cursor: pointer;
  pointer-events: none;
  transform: translate(0%, 25%);
  transform-origin: center center;
}
.adults-select::before {
  font-family: "Pe-icon-7-stroke";
  content: "\e693";
  font-size: 0.9rem;
  position: absolute;
  padding: 0rem 0.5rem;
  color: #fff;
  transform-origin: center center;
  cursor: pointer;
  pointer-events: none;
  transform: translate(0%, 25%);
  transform-origin: center center;
}

.select::after {
  content: "";
  display: inline-block;
  float: right;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -1.1rem;
  margin-right: 0.7rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom-left-radius: 2px;
  transform: rotate(230deg) translate(50%, 0%);
  transform-origin: center center;
  transition: transform ease-in-out 500ms;
  cursor: pointer;
  pointer-events: none;
}
.select:focus-within::after {
  transform: rotate(315deg) translate(50%, 0%);
  transition: ease-in-out 500ms;
  z-index: 9;
}
.select:focus-within::before {
  z-index: 9;
}
.nav-selection-bar {
  /*border-left: none;*/
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 2rem;
}
.nav-selection-bar::placeholder {
  color: #fff;
}
.nav-icon-area {
  border-right: none;
}
.nav-icon-area i {
  color: #fff;
}
.book-btn-expand {
  background-color: #14284d;
  border-radius: 4px;
  padding: 6rem 2rem 3rem;
  width: 22rem;
  height: 0;
  opacity: 0;
  display: none;
  position: absolute;
  right: 0.5rem;
  top: 3rem;
  z-index: 1;
}
.navi.scrolled .book-btn-expand,
.text-navi .book-btn-expand {
  top: 1rem;
}
.book-btn-expand .nav-selection-bar,
.form-modal .nav-selection-bar {
  border: none;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.book-btn-expand .nav-selection-bar:focus,
.form-modal .nav-selection-bar:focus {
  background-color: #14284d;
}
.book-btn-expand label {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.expandCloseicon::after {
  content: "X";
  margin: 1rem;
}
.book-btn-expand .page-counter {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 0.5rem;
}
.page-counter .guest-icon {
  font-size: 1rem;
  width: 1rem;
}
.displayexpand {
  animation-name: rollDownMenu;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  transition: 0.3s ease;
  display: block;
}
@keyframes rollDownMenu {
  100% {
    opacity: 1;
    height: auto;
  }
}
.page-counter input {
  background-color: transparent;
  border: none;
  color: #ffffff;
  width: 3rem;
  font-size: 0.9rem;
  text-align: center;
}
.guest-type {
  color: #ffffff;
  font-size: 0.9rem;
}
.page-counter .minus,
.page-counter .plus {
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 0.1rem 0.55rem;
  line-height: 1;
}
.page-counter .minus:focus,
.page-counter .minus:hover,
.page-counter .plus:focus,
.page-counter .plus:hover {
  background-color: #ffffff;
  color: #14284d;
}
.navi.scrolled .navline1 {
  background-color: #14284d;
  padding: 0;
}
.navi .navline1 .input-group {
  flex-wrap: nowrap;
  width: 100% !important;
}
.navi.scrolled .navline1 .nav-btn {
  background-color: #8ab0c7;
}
.navi.scrolled .nav-icon-area i {
  color: #8ab0c7;
}
.navi.scrolled .navline2 {
  background-color: #f1f2f2;
  padding: 0rem;
  height: 5.6rem;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 8px 0px lightgrey;
}
.navi.scrolled .nav-selection-bar,
.navi.scrolled .nav-icon-area,
.navi.scrolled .select::after {
  color: #fff;
}
/*.navi.scrolled .navline2 .nav-item .nav-link{
	color: #14284d;
}*/
.navi.scrolled .navline2 .nav-btn {
  margin-top: 1.5rem;
}
/*.select::after {
  content: '\203A';
  position: absolute;
  top: 0;
  right: 12px;
  color: #fff;
  font-size: 1.2rem;
  transition: .25s all ease;
  pointer-events: none;
}
select::-ms-expand {
  display: none !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}*/
.date-input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.nav-modal-form .modal-content {
  background-color: #14284d;
  color: #ffffff;
}
.nav-modal-form .modal-header .close {
  color: #ffffff;
  opacity: 1;
}
.sliderImg {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
}
.sliderImg2 {
  height: 80vh;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
}
.head-slider .carousel-control-next,
.head-slider .carousel-control-prev,
.head-slider2 .carousel-control-next,
.head-slider2 .carousel-control-prev {
  font-size: 2rem;
  color: #fff;
  opacity: 1;
  width: fit-content;
}
.head-slider .gold-arrow:focus,
.head-slider2 .gold-arrow:focus {
  color: #b79346;
}
.head-slider2 .blue-arrow:focus {
  color: #8ab0c7;
}
.head-slider2 .green-arrow:focus {
  color: #9da789;
}
.head-slider .carousel-control-prev {
  left: 77%;
}
.head-slider .carousel-control-next {
  right: 15%;
}
.head-slider2 .carousel-control-prev {
  left: 15%;
}
.head-slider2 .carousel-control-next {
  right: 80%;
}
.head-slider .carousel-control-prev .slider-arrow,
.head-slider .carousel-control-next .slider-arrow {
  background-color: #ffffff;
  border-radius: 50px;
  line-height: 0;
  padding: 1.5rem 0.6rem;
  font-size: 1.5rem;
  color: #b79346;
  transition: 0.3s ease;
}
.head-slider .carousel-control-prev .slider-arrow:hover,
.head-slider .carousel-control-next .slider-arrow:hover {
  background-color: #b79346;
  color: #ffffff;
}
.head-slider .carousel-control-prev .slider-arrow,
.head-slider .carousel-control-next .slider-arrow,
.head-slider2 .carousel-control-prev .slider-arrow,
.head-slider2 .carousel-control-next .slider-arrow {
  position: absolute;
  bottom: 3rem;
}
.slider-text {
  position: absolute;
  color: white;
  width: 50%;
  top: 80%;
  left: 14%;
  transform: translate(-3%, -50%);
}
.middle-slider-text {
  position: absolute;
  color: white;
  width: 50%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-title {
  font-size: 1.8rem;
  font-family: "graced";
}
.slide-subtitle {
  color: #8ab0c7;
  font-family: "light";
  font-size: 1.8rem;
}
.slide-subtitle2 {
  color: #fff;
  font-family: "bold";
  font-size: 2.3rem;
}
.slide-info {
  font-size: 0.9rem;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.section-space-top-100 {
  padding-top: 100px;
}
.section-space-top-30 {
  padding-top: 30px;
}
.section-space-yaxis-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-space-yaxis-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-space-bottom-50 {
  padding-bottom: 50px;
}
.side-title-darkBlue {
  color: #14284d;
  font-family: "bold";
  font-size: 2.5rem;
}
.side-subtitle-darkBlue {
  color: #14284d;
  font-family: "bold";
  font-size: 2rem;
}
.side-subtitle {
  font-size: 2rem;
}
.page-title {
  font-size: 2.5rem;
}
.side-title-lightBlue {
  color: #8ab0c7;
  font-family: "bold";
}
.side-title-green {
  color: #9da789;
  /*font-family: 'bold';*/
}
.side-title-gold {
  color: #b79346;
  font-family: "bold";
}
.side-title-gold2 {
  color: #b79346;
  font-family: "medium";
  font-size: 1.3rem;
}
.mid-title {
  font-size: 2.3rem;
  font-family: "bold";
  display: inline-block;
}
.mid-title2 {
  font-family: "medium";
  font-size: 1.6rem;
}
.side-darkblue-link,
.side-darkblue-link:hover {
  color: #14284d;
  font-family: "bold";
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.2rem;
}
.side-gold-link,
.side-gold-link:hover {
  color: #b79346;
  font-family: "bold";
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.2rem;
}
.graced-title {
  font-size: 2rem;
  font-family: "graced";
}
.cursive-font {
  font-family: "graced";
}
.white-text {
  color: #ffffff;
}
.dark-blue-text {
  color: #14284d;
}
.light-blue-text {
  color: #8ab0c7;
}
.medium-blue-text {
  color: #435371;
}
.medium-blue-text em {
  font-size: 14px;
}
.mob {
  flex-direction: row;
}
.medium-dark-blue-text {
  color: #577694;
}
.yellow-text {
  color: #ffdd14;
}
.gold-text {
  color: #b79346;
}
.green-text {
  color: #9da789;
}
.page-info {
  font-size: 1.25rem;
  font-family: "regular";
}
.page-info2 {
  font-size: 1.5rem;
}
.bold-font {
  font-family: "bold";
}
.side-double-line-blue,
.side-double-line-green,
.side-double-line-gold {
  position: relative;
}
.side-single-line-mid-blue:after {
  content: "";
  border-top: 3px solid #577694;
  width: 20%;
  display: block;
  margin: auto;
}
.middle-single-line-gold:after {
  content: "";
  border-top: 3px solid #b79346;
  width: 20%;
  display: block;
  margin: auto;
}
.middle-single-line-green:after {
  content: "";
  border-top: 3px solid #9da789;
  width: 20%;
  display: block;
  margin: auto;
}
.side-single-line-blue:after {
  content: "";
  border-top: 3px solid #14284d;
  width: 2rem;
  display: block;
}
.side-double-line-blue:after {
  content: "";
  border-top: 3px solid #14284d;
  width: 12%;
  display: block;
}
.side-double-line-blue:before {
  content: "";
  border-bottom: 3px solid #8ab0c7;
  margin-top: 2rem;
  width: 5%;
  display: block;
  position: absolute;
  bottom: -0.3rem;
}
.side-double-line-green:after {
  content: "";
  border-top: 3px solid #14284d;
  width: 12%;
  display: block;
}
.side-double-line-green:before {
  content: "";
  border-bottom: 3px solid #9da789;
  margin-top: 2rem;
  width: 5%;
  display: block;
  position: absolute;
  bottom: -0.3rem;
}
.side-double-line-gold:after {
  content: "";
  border-top: 3px solid #14284d;
  width: 12%;
  display: block;
}
.side-double-line-gold:before {
  content: "";
  border-bottom: 3px solid #b79346;
  margin-top: 2rem;
  width: 5%;
  display: block;
  position: absolute;
  bottom: -0.3rem;
}
.side-blue-btn {
  color: #fff;
  background-color: #8ab0c7;
  border: none;
  border-radius: 0;
  padding: 0.7rem 2rem;
  font-size: 0.9rem;
  position: relative;
  text-transform: uppercase;
}
.side-blue-btn2 {
  color: #fff;
  background-color: #8ab0c7;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 2rem;
  font-size: 0.9rem;
  position: relative;
}
.side-green-btn {
  color: #fff;
  background-color: #9da789;
  border: none;
  border-radius: 0;
  padding: 0.7rem 2rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.side-gold-btn {
  color: #fff;
  background-color: #b79346;
  border: none;
  border-radius: 0;
  padding: 0.7rem 2rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.side-dark-blue-btn {
  color: #fff;
  background-color: #14284d;
  border: none;
  border-radius: 0;
  padding: 0.7rem 2rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.side-blue-btn:focus,
.side-green-btn:focus,
.side-gold-btn:focus {
  outline: 0;
}
.mid-dark-blue-btn {
  background-color: #577694;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.8rem 6rem;
  font-size: 0.9rem;
  font-family: "bold";
  text-transform: uppercase;
}
.contact-form-btn {
  background-color: #14284d;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 6rem;
  font-size: 1rem;
  font-family: "bold";
  text-transform: uppercase;
}
.mid-gold-btn {
  background-color: #b79346;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.8rem 6rem;
  font-size: 0.9rem;
  font-family: "bold";
  text-transform: uppercase;
}
.mid-green-btn {
  background-color: #9da789;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.8rem 6rem;
  font-size: 0.9rem;
  font-family: "bold";
  text-transform: uppercase;
}
.bold-btn {
  color: #211e1f;
  background-color: #ffdd14;
  border: 4px solid #211e1f;
  text-transform: uppercase;
  font-family: "bold";
  font-size: 1.5rem;
  padding: 0.5rem 3rem;
}
.bold-btn2 {
  background: #ffdd14;
  color: #211e1f;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-radius: 4px;
  font-family: "bold";
  border: none;
  padding: 0.3rem 4rem;
}
.side-img {
  height: 40rem;
  object-fit: cover;
  object-position: center;
}
.room-slider .carousel-control-next,
.room-slider .carousel-control-prev {
  background-color: #ffffff;
  color: #14284d;
  border: none;
  font-size: 1.5rem;
  opacity: 1;
  bottom: 0%;
  top: auto;
  transform: translate(0%, -50%);
  margin: 0 0.5rem;
  line-height: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50px;
}
.room-slider .carousel-control-next:hover,
.room-slider .carousel-control-prev:hover {
  background-color: #14284d;
  color: #ffffff;
}
.room-slider .carousel-control-next:hover img,
.room-slider .carousel-control-prev:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg)
    brightness(104%) contrast(106%);
}
.arrow-row {
  width: 40%;
  margin: auto;
  position: relative;
}
.arrow-row img {
  width: 1.5rem;
}
.gallery-side1 {
  height: 21.7rem;
  width: 100%;
  object-fit: cover;
}
.gallery-side2 {
  height: 14rem;
  width: 100%;
  object-fit: cover;
}
.gallery-side3 {
  height: 35rem;
  width: 100%;
  object-fit: cover;
}
.gallery-side4 {
  height: 25rem;
  width: 100%;
  object-fit: cover;
}
.gallery-mid-img {
  height: 45rem;
  width: 100%;
  object-fit: cover;
}
.gallery-mid-img2 {
  height: 22rem;
  width: 100%;
  object-fit: cover;
}
.gallery-side5 {
  height: 18rem;
  width: 100%;
  object-fit: cover;
}
.gallery-side6 {
  height: 30rem;
  width: 100%;
  object-fit: cover;
}
.gallery-side7 {
  height: 33.7rem;
  width: 100%;
  object-fit: cover;
}
.gallery-side8 {
  object-fit: cover;
  height: 22rem;
}

.offers-section {
  background-color: #8ab0c7;
  background-image: url(../images/offers-bg.png);
  height: 100vh;
  background-size: cover;
  background-position: center;
  padding: 2rem 0rem;
  margin: auto;
}
.contact-section {
  background-image: url(../images/layer2.svg);
  /*min-height: 100vh;*/
  background-size: cover;
  background-position: center;
  /* padding: 2rem 0rem; */
  margin: auto;
}
.owl-slide-img {
  height: 22rem;
  width: 100%;
  object-fit: cover;
}
.offer-caption {
  background-color: #ffffff;
  padding: 1rem;
  width: 100%;
  color: #14284d;
  text-align: center;
}
.activities-caption {
  background-color: #ffffff;
  padding: 1.5rem;
  height: 12rem;
}
.caption-bar {
  height: 100%;
  overflow: scroll;
}
.activities-caption .caption-bar::-webkit-scrollbar {
  display: none;
}
.caption-link,
.caption-link:hover {
  color: #b79346;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.offer-info {
  font-size: 1.1rem;
  text-overflow: ellipsis;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  margin: auto;
}
.offers-carousel .item {
  position: relative;
  cursor: pointer;
}
.offers-carousel .owl-nav {
  /*text-align: left;*/
  font-size: 2rem;
  color: #14284d;
  position: absolute;
  top: 50%;
  width: 100%;
}
.offers-carousel .owl-nav button.owl-prev,
.offers-carousel .owl-nav button.owl-next {
  padding: 0.4rem 0.6rem !important;
  font-size: 1.2rem;
  border: 2px solid #14284d;
  border-radius: 50px;
  background-color: #f1f2f2;
}
.offers-carousel .owl-nav button.owl-prev {
  margin-left: -10%;
  float: left;
}
.offers-carousel .owl-nav button.owl-next {
  margin-right: -10%;
  float: right;
}
.offers-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #b79346;
  color: #ffffff;
  border-color: #b79346;
  outline: 0;
}
.offers-carousel .owl-nav [class*="owl-"]:focus {
  outline: 0;
}
.bahariya-offers .offer-caption,
.lodge-offers .offer-caption,
.camp-offers .offer-caption {
  height: 10rem;
  /* overflow: scroll; */
}
.bahariya-offers .slide-title,
.lodge-offers .slide-title,
.camp-offers .slide-title {
  height: 5rem;
  overflow: scroll;
}
.bahariya-offers .slide-title::-webkit-scrollbar,
.lodge-offers .slide-title::-webkit-scrollbar,
.camp-offers .slide-title::-webkit-scrollbar,
.bahariya-offers .offer-caption::-webkit-scrollbar,
.lodge-offers .offer-caption::-webkit-scrollbar,
.camp-offers .offer-caption::-webkit-scrollbar {
  display: none;
}
.contact-form label {
  font-family: "bold";
  font-size: 0.8rem;
}
.contact-page-form label {
  font-family: "bold";
  font-size: 1.25rem;
}
.contact-form-bold {
  background-color: #211e1f;
  border-radius: 12px;
  padding: 3rem;
}
.contact-form-bold label {
  font-size: 1.25rem;
}
.contact-form-bold .form-control {
  font-size: 1.25rem;
  color: #211e1f;
}
.gallery-carousel .item img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  filter: grayscale(1);
  object-position: center;
}
.gallery-carousel .active.center img {
  filter: none;
}
.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.gallery-carousel .owl-nav button.owl-next,
.gallery-carousel .owl-nav button.owl-prev {
  background-color: #ffffff;
  color: #b79346;
  border-radius: 50px;
  line-height: 1;
  padding: 0.7rem 0.6rem !important;
  font-size: 1.2rem;
}
.gallery-carousel .owl-nav button.owl-next:hover,
.gallery-carousel .owl-nav button.owl-prev:hover {
  background-color: #b79346;
  color: #ffffff;
}
.gallery-carousel .owl-nav button.owl-next:focus,
.gallery-carousel .owl-nav button.owl-prev:focus {
  border: none;
  outline: 0;
}
.gallery-carousel .owl-nav button.owl-prev {
  margin-left: 5%;
  float: left;
}
.gallery-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 5%;
}
/*.gallery-carousel .owl-nav button{
	background-color: #ffffff !important;
	color: #B79346 !important;
}*/
.contact-form input,
.contact-form .contact-selection-bar,
.contact-page-form input,
.contact-page-form .contact-selection-bar {
  height: calc(2.5em + 0.75rem + 2px);
}
.contact-form input,
.contact-form textarea {
  border-radius: 0;
  color: #577694;
  font-size: 0.8rem;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #14284d33;
  font-size: 0.8rem;
}
.contact-selection-bar {
  border-radius: 0;
  color: #577694;
  font-size: 0.8rem;
}
.contact-form-bold .contact-selection-bar {
  border-radius: 4px;
}
.contact-selection-bar option:disabled {
  color: #14284d33 !important;
}
.contact-select::after {
  content: "";
  display: inline-block;
  float: right;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -1.5rem;
  margin-right: 0.7rem;
  border-bottom: 1px solid #577694;
  border-left: 1px solid #577694;
  border-bottom-left-radius: 2px;
  transform: rotate(230deg) translate(50%, 0%);
  transform-origin: center center;
  transition: transform ease-in-out 500ms;
  cursor: pointer;
  pointer-events: none;
}
.contact-select:focus-within::after {
  transform: rotate(315deg) translate(50%, 0%);
  transition: ease-in-out 500ms;
  z-index: 9;
}
.footer-section {
  background-color: #14284d;
  color: #fff;
  padding: 4rem 0rem;
}
.footer-list {
  font-size: 0.85rem;
  padding-left: 1rem;
}
.footer-title {
  font-family: "bold";
  font-size: 1.25rem;
}
.social-footer,
.social-footer:hover {
  font-size: 1.5rem;
  background-color: #fff;
  color: #14284d;
  border-radius: 50px;
  line-height: 0;
  padding: 0.5rem;
}
.social-footer:first-child {
  padding: 0.5rem 0.8rem;
}
.bold-social,
.bold-social:hover {
  font-size: 2.5rem;
  color: #ffdd14;
  background-color: #211e1f;
  border-radius: 50px;
  line-height: 0;
  padding: 1.2rem;
}
.bold-social:first-child {
  padding: 1.1rem 1.7rem;
}
.bold-social:nth-child(2) {
  padding: 1.1rem 1.5rem;
}
.copyrights-section {
  padding: 0.8rem 0rem;
  background-color: #000025;
  color: #fff;
  font-size: 0.75rem;
}
.slide-logo {
  width: 20rem;
  /*height: 17rem;*/
}
.middle-logo {
  width: 15rem;
}
.page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
}
.grid-img {
  width: 22rem;
}
.animated-arrow {
  display: none;
  transition: ease 2s;
  /*transform: translate(15rem, 0);*/
}
.animated-btn {
  width: 12rem;
  transition: all 0.2s linear 0s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.animated-btn:hover > .animated-arrow {
  display: inline-block;
  transform: translate(0.5rem, 0);
  transition: ease 0.2s;
}

.text-part1 {
  font-size: 1.5rem;
}
.text-part2 {
  font-size: 0.7rem;
}
.text-part3 {
  font-size: 1.7rem;
}
.mid-text {
  font-size: 1rem;
}
.note-text {
  font-size: 0.85rem;
}
.page-list {
  padding: inherit;
}
.light-text {
  color: #14284d;
  opacity: 0.3;
  font-size: 1rem;
}
.inner-icon {
  width: 4.5rem;
  background-color: #f2f2f2;
  padding: 0.4rem;
  border-radius: 50%;
}
.dot-shape {
  font-size: 4rem;
  vertical-align: middle;
  margin: 0 1rem;
}
.view-section {
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.view-section2 {
  display: none;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.view-dining-menu:hover > .view-section2 {
  display: block;
  z-index: 99;
  cursor: pointer;
}
.view-dining-menu:hover > .view-section {
  display: none;
  z-index: 99;
}

/*body{background:url(https://img3.goodfon.com/original/3840x2160/3/38/left-4-dead-crossover.jpg) 
	no-repeat center/cover;font-family: 'Poppins', sans-serif; height:150vh; }
	html	{font-size:14px}*/

/*  BURGER MENU
========================================== */
.mobile-menu {
  padding: 1rem;
  /*position: relative;*/
}
.mobile-logo {
  z-index: 99;
}
.navi .navline2 .menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25%;
  transform: translate(-100%, -50%);
  z-index: 21;
  /*background-color: #ffffff;*/
  border-radius: 50px;
}
.navi.scrolled .navline2 .menu {
  top: 50%;
}
.menu span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.menu span,
.menu span::before,
.menu span::after {
  display: block;

  width: 30px;
  right: 0;
  height: 3px;
  background-color: #14284d;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu span::before,
.menu span::after {
  position: absolute;
  content: "";
}
.menu span::before {
  top: -9px;
  width: 30px;
}
.menu span::after {
  top: 9px;
  width: 30px;
}
.menu.clicked span {
  background-color: transparent;
}
.menu.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  width: 30px;
}
.menu.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.menu.clicked span:before,
.menu.clicked span:after {
  background-color: #ffffff;
}
.menu:hover {
  cursor: pointer;
}
.text-navi .tzila-logo {
  height: 6rem;
  width: 12rem;
  margin-top: 0;
}
.text-navi .navline2 .menu {
  top: 53%;
}
.text-navi .nav-btn {
  margin-top: 2rem;
}
/*  NAV
========================================== */

.mobile-nav {
  background: #14284d;
  position: fixed;
  z-index: 20;
  top: 10%;
  right: 0;
  height: 90%;
  width: 90%;
  padding: 140px 30px 60px 30px;
  overflow-y: auto;
  overflow-x: clip;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /*opacity: 0;*/
  animation-name: fade;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes fade {
  100% {
    opacity: 0;
  }
}
.mobile-nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  top: 5%;
  right: 5%;
  height: 90%;
  width: 90%;
  animation-name: showin;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes showin {
  100% {
    opacity: 1;
  }
}
.tzila-innerLogo {
  width: 15rem;
  height: 15rem;
}
.mobile-nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.menu.clicked {
  /*position: fixed;*/
  z-index: 99;
}
.mobile-nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
.mobile-nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
.mobile-nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
.mobile-nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
.mobile-nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
.mobile-nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
.mobile-nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
.mobile-nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
.mobile-nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
.mobile-nav.show .about,
.mobile-nav.show .social,
.mobile-nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.85s;
}

@media (min-width: 667px) {
  .mobile-nav {
    padding: 70px 20px;
  }
}
.main {
  padding-left: 0;
}
.mobile-nav ul.main {
  list-style-type: none;
}
.mobile-nav.show::-webkit-scrollbar {
  display: none;
}
.mobile-nav ul.main li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: none;
  /* list-style: circle;*/
  color: #fff;
}
.mobile-nav ul.main li:last-of-type {
  margin-bottom: 0px;
}
.mobile-nav ul.main li a {
  color: #ffffff;

  text-decoration: none;
  /*text-transform: uppercase;*/
  font-size: 1rem;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav ul.main li a span {
  color: #b7ac7f;
}
.mobile-nav ul.main li a:hover {
  color: #b7ac7f;
}
.mobile-nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav ul.sub li {
  margin-bottom: 10px;
}
.mobile-nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}
.mobile-nav ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav ul.sub li a:hover {
  color: #b7ac7f;
}
.mobile-nav .nav-selection-bar:focus option {
  /*width: 200px !important;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden !important;
  position: relative !important;
  /*border: 0 !important;*/
  /*clip: rect(0 0 0 0) !important;
    overflow: hidden !important;*/
}
.nav-selection-bar * {
  border-radius: 100px;
  /*background-color: red;*/
}
/*.mobile-nav .nav-selection-bar:focus{
	width: auto;
}*/
.menu:hover span {
}

/*  OVERLAY
========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #603e82;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 0.8;
  visibility: visible;
}
/*.main::after{
	content: "";
	display: block;
	border-top: 1px solid #8AB0C7;
	width: 100%;
	margin: 2rem 0rem;
}*/
.menu-title {
  color: #8ab0c7;
  font-family: "bold";
  font-size: 1.5rem;
}
.mobile-nav-btn {
  background-color: #ffffff;
  color: #14284d;
  border: none;
  font-family: "bold";
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0.7rem 0rem;
  width: 80%;
  text-align: center;
  font-size: 0.9rem;
}
.mobile-footer-title {
  font-family: "medium";
  font-size: 1.1rem;
}
.footer-border {
  border-color: #ffffff;
  opacity: 0.2;
}

.pattern-icon {
  width: 4.5rem;
}
.reverse-pattern {
  transform: rotate(-180deg);
  width: 4.5rem;
}
.collection-pattern-icon {
  width: 12rem;
}
.page-list2 {
  list-style: none;
  column-count: 2;
  padding-left: 0;
}
.page-list3 {
  list-style: none;
  padding-left: 0;
}
.page-list2 li,
.page-list3 li {
  margin-bottom: 0.7rem;
  display: flex;
  width: 100%;
}
.page-list2 li::before,
.page-list3 li::before {
  background: url(../images/pyramid.svg);
  color: #b79346;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 0.9rem;
  content: "";
  margin-right: 0.5rem;
  margin-top: 0.3rem;
}
.page-list2 li span {
  width: 15rem;
}
.middle-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.page-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.page-card {
  background-color: #14284d;
  border-radius: 6px;
  width: 100%;
}
.event-overimg-text {
  position: absolute;
  top: 1rem;
  font-family: "graced";
  font-size: 1.5rem;
  text-align: center;
  margin: auto;
  width: 100%;
}
.modal-card {
  background-color: #14284d;
  color: #ffffff;
  border-radius: 40px;
  text-align: center;
}
.modal-card .modal-body {
  height: 14rem;
  margin-bottom: 2rem;
}
.modal-content-info {
  overflow: scroll;
  height: 10rem;
}
.modal-card .modal-body .modal-content-info::-webkit-scrollbar {
  display: none;
}
.modal-card .close,
.form-modal .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  font-family: "light";
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.modal-card .modal-header {
  border-bottom: none;
  justify-content: end;
  padding: 1rem 2rem;
}
.modal-card .modal-header {
  border-bottom: none;
  justify-content: end;
  padding: 1rem 2rem;
}
.modal-card .close:focus,
.form-modal .close:focus {
  outline: 0;
  opacity: 1;
}
.form-modal {
  background-color: #14284d;
  color: #ffffff;
}
.form-modal .calendar-select::before {
  color: #ffffff;
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
}

/* Medium devices (tablets, 768px and up) 
The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

@media (max-width: 950px) {
}
.switch-mobile {
  width: 51%;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-left: none !important;
}
@media only screen and (max-width: 768px) {
  .switch-mobile {
    width: 76%;
  }
  .mob {
    flex-direction: column;
  }
  .mob table {
    display: flex;
    align-items: center;
  }
  table.table.table-responsive.mob-marg {
    margin: 0 0.8rem;
  }
  .desktop-side {
    display: none;
  }
  .head-slider .carousel-control-prev {
    left: 40%;
  }
  .head-slider .carousel-control-prev .slider-arrow,
  .head-slider .carousel-control-next .slider-arrow {
    bottom: 1rem;
  }
  .head-slider .carousel-control-next {
    right: 40%;
  }
  .head-slider2 .carousel-control-next {
    right: 70%;
  }
  .slider-text {
    top: 75%;
    width: 85%;
    left: 10%;
  }
  .mobile-menu,
  .mobile-footer,
  .mobile-side {
    display: block;
  }
  .mobile-spacing {
    padding-bottom: 1rem;
  }
  .navi.scrolled .navline2 .menu {
    top: 25%;
  }
  .tzila-logo {
    width: 10rem;
    height: 10rem;
    margin-top: 1rem;
  }
  .navi2.scrolled .tzila-logo {
    width: 14rem;
  }
  .navi .navline2 .menu {
    right: 0;
    transform: translate(-30%, 0);
  }
  .tzila-innerLogo,
  .desktop-footer {
    display: none;
  }
  .mobile-nav.show {
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: space-around;
  }
  .side-img {
    height: 18rem;
  }
  .gallery-carousel .item img {
    height: 16rem;
  }
  .gallery-side1 {
    height: 18.7rem;
  }
  .gallery-side2,
  .gallery-side6,
  .gallery-mid-img2 {
    height: 12rem;
  }
  .gallery-mid-img {
    height: 12rem;
    object-position: bottom;
  }
  .section-space-top-100 {
    padding-top: 30px;
  }
  .section-space-yaxis-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .middle-slider-text {
    width: 100%;
  }
  .side-title-darkBlue {
    font-size: 1.5rem;
  }
  .dot-shape {
    font-size: 3rem;
    margin: 0 0.3rem;
  }
  .view-section {
    height: 30vh;
  }
  .grid-img {
    width: 100%;
  }
  .sliderImg2 {
    height: 65vh;
  }
  .gallery-carousel .owl-nav {
    position: relative;
    width: 50%;
    margin: auto;
  }
  .offers-carousel .owl-item img {
    height: 15rem;
  }
  .offers-carousel .owl-nav {
    display: none;
  }
}
