:root {
  --primary: #CD9B39;
  --secondary: #333;
  --filterPrimary: invert(85%) sepia(59%) saturate(3652%) hue-rotate(324deg) brightness(83%) contrast(93%);
  --filterSecondary: invert(0%) sepia(100%) saturate(19%) hue-rotate(19deg) brightness(101%) contrast(106%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'El Messiri', sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

body {
  direction: rtl;
  overflow-x: hidden;
}

a , button, [type=button], [type=reset], [type=submit]{
    -webkit-appearance: initial !important;
}

a , button, [type=button], [type=reset], [type=submit] {
-webkit-appearance: initial;
}

/**********************************************
   Start Global Style
**********************************************/
#control {
    top: 47%!important;
}
#control::before{
    color: #fff !important;
	background-color: var(--primary)!important;
    border: 5px solid var(--primary)!important;
}

.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

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

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid transparent !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 14px;
  top: 14px;
  height: 30px;
  width: 30px;
  display: block;
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

.left_to_right_slide {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.left_to_right_slide.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.left_to_right_slide.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.right_to_left_slide {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.right_to_left_slide.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.right_to_left_slide.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 5px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: transparent;
  border: 2px solid var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .7;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f061';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f060';
}

.butn {
  position: relative;
  padding: .9rem 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #333;
}

.butn.dark_butn {
  background-color: #000;
  color: #fff;
}

.butn:hover {
  background-color: #9e7729;
  border: 1px solid #9e7729;
  color: #fff !important;
}

.butn:hover i {
  animation: floatingX .5s both infinite alternate-reverse;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main_title {
  position: relative;
  padding-top: 40px;
}

.main_title::before {
  content: '';
  background: url(../images/icons/main_title.svg) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 37px;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}

.main_title::after {
  content: '';
  background-color: #E1C897;
  width: 125px;
  height: 66px;
  position: absolute;
  top: 37px;
  right: 0;
  z-index: -1;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar {
  height: 5px;
}

.badge {
  padding: 0.7rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.badge.white_badge {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  background-color: #000;
}

.navs-container .navbar.navbar-fixed-top {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.navs-container .navbar.navbar-fixed-top.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: -20px;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-box-shadow: 3px 10px 30px #0002;
          box-shadow: 3px 10px 30px #0002;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.navs-container .navbar.navbar-fixed-top.scrolled .logo {
  width: 60px;
}

.navs-container .navbar .logo {
  width: 80px;
  min-height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .fsChanger .fs_label {
  font-size: 12px;
  margin-bottom: .3rem;
}

.navs-container .navbar .fsChanger .fs_butn {
  border: 2px solid #eee;
  color: #eee;
  background-color: transparent;
  margin: 0 3px;
}

.navs-container .navbar .fsChanger .fs_butn i {
  position: relative;
  top: 1px;
}

.navs-container .navbar .fsChanger .fs_butn.active {
  border: 2px solid var(--primary);
  color: var(--primary);
}

.navs-container .navbar .fsChanger .fs_butn.fs_butn_sm {
  width: 15px;
  height: 15px;
  font-size: 9px;
}

.navs-container .navbar .fsChanger .fs_butn.fs_butn_md {
  width: 20px;
  height: 20px;
  font-size: 12px;
}

.navs-container .navbar .fsChanger .fs_butn.fs_butn_lg {
  width: 25px;
  height: 25px;
  font-size: 15px;
}

.navs-container .navbar .nav-link {
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin: 0 10px;
  position: relative;
}

.navs-container .navbar .nav-link::after {
  content: '';
  width: 26px;
  height: 8px;
  background: url(../images/icons/nav_active.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /*-webkit-filter: var(--filterPrimary);*/
  /*        filter: var(--filterPrimary);*/
  display: block;
  position: relative;
  right: 0;
  bottom: -5px;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.navs-container .navbar .nav-link.active {
  color: var(--primary);
}

.navs-container .navbar .nav-link.active::after, .navs-container .navbar .nav-link:hover::after {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  background-color: #f9f9f9;
}

.footer .content {
  margin-bottom: 30px;
}

.footer .content .links .item {
  display: block;
  margin-bottom: 20px;
}

.footer .content .links .item .icon {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.footer .content .form-group .form-control {
  border-radius: 0;
}

.footer .content .form-group .butn {
  height: 55px;
}

.footer .copyright_p {
  background-color: #000;
  color: #ddd;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header .item {
  min-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .item .text-box {
  padding: 70px 10px;
  background-color: rgba(5, 3, 33, 0.3);
  border-radius: 170px 0;
}

.header .item .text-box .title {
  line-height: 1.5;
}

.header .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  z-index: 1;
  pointer-events: none;
  background-color: rgba(29, 22, 22, 0.5);
}

.header .swiper-button-next,
.header .swiper-button-prev {
  z-index: 8;
  border: 2px solid #f5f5f5;
}

.header .swiper-button-next::before,
.header .swiper-button-prev::before {
  color: #f5f5f5;
}

.header .swiper-pagination-bullet {
  background-color: #ddd;
}

.about-sec .sec-img {
  height: 550px;
}

.about-sec .custom_ul .li {
  position: relative;
  margin-bottom: .7rem;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}

.about-sec .custom_ul .li::before {
  content: '';
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
  background: url(../images/icons/check-1.svg) center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
}

.rooms-sec .room_card {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.06);
}

.rooms-sec .room_card .img_box {
  height: 230px;
  position: relative;
  overflow: hidden;
}

.rooms-sec .room_card .img_box .sec-img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.rooms-sec .room_card .img_box .badge {
  position: absolute;
  top: 7px;
  right: 7px;
}

.rooms-sec .room_card .card-body .title {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.rooms-sec .room_card .card-body .rating_ratio {
  color: #888;
}

.rooms-sec .room_card .card-body .rating_ratio i {
  color: #F68209;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}

.rooms-sec .room_card .card-body .city i {
  color: var(--primary);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.rooms-sec .room_card:hover .sec-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rooms-sec .room_card:hover .title {
  color: var(--primary);
}

.nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.nav.branches_nav {
  border-bottom: 1px solid transparent;
}

.nav.branches_nav .nav-link {
  min-width: 100px;
  color: #777;
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  background-color: transparent !important;
  min-height: 75px;
}

.nav.branches_nav .nav-link.active {
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary);
}

.nav.rooms_nav .nav-link {
  color: #666;
  background-color: #EFEAE0;
  color: var(--primary);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  min-width: 120px;
  border: 1px solid transparent;
  border-radius: 0;
      padding: 5px;
    min-height: 100px;
    font-size: 13px;
}

.nav.rooms_nav .nav-link.active {
  border: 1px solid var(--primary);
  background-color: #FFE8BB;
  color: var(--primary);
}

.disabled-sec .sec-img {
  height: 400px;
}

.gallery-sec .gallery_card {
  height: 300px;
  position: relative;
  top: 25px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-sec .gallery_card .sec-img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-sec .gallery_card .vid_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
}

.gallery-sec .gallery_card .vid_icon:hover {
  color: var(--primary);
}

.gallery-sec .gallery_card:hover .sec-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery-sec .swiper-slide-active .gallery_card,
.gallery-sec .swiper-slide {
  height: 350px;
  top: 0;
}

.statics-sec .static_card {
  background-color: #fff;
  padding: 40px 15px;
  -webkit-box-shadow: 0 20px 26px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 26px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: center;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  min-height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statics-sec .static_card .title {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.statics-sec .static_card .subtitle {
  color: #555;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.statics-sec .static_card .line {
  width: 85px;
  height: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.statics-sec .static_card .line.primary_bg {
  background-color: var(--primary);
}

.statics-sec .static_card .line.dark_bg {
  background-color: #000;
}

.statics-sec .static_card:hover .title {
  color: #fff;
}

.statics-sec .static_card:hover .subtitle {
  color: #ddd;
}

.statics-sec .static_card:hover .line {
  width: 100%;
  height: 100%;
}

.feedback-sec .feedback_card {
  position: relative;
  padding: 35px 20px;
  background-color: #fff;
  -webkit-box-shadow: 10px 32px 72px 0 rgba(51, 51, 51, 0.05);
          box-shadow: 10px 32px 72px 0 rgba(51, 51, 51, 0.05);
}

.feedback-sec .feedback_card .sm_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.feedback-sec .feedback_card .rating_ratio {
  font-size: 14px;
  min-width: 40px;
}

.feedback-sec .feedback_card .rating_ratio i {
  color: #F68209;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}

.partners-sec .partner_logo {
  width: 180px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.partners-sec .partner_logo:hover {
  width: 90%;
}

.map.box_item{
    padding-bottom: 0 !important;
}

.map.box_item iframe{
    width: 100% !important;
}

.contact-sec .contact_middle {
  background-color: var(--primary);
}

.contact-sec .contact_middle .contact_box {
  padding: 3vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 90%);
  background-color: #fff;
  margin-top: -230px;
}

.contact-sec .contact_middle .contact_box .label {
  color: #888;
}

.contact-sec .contact_middle .contact_box .form-control {
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.contact-sec .contact_middle .contact_box .form-control:focus {
  border: 1px solid transparent !important;
  border-bottom: 1px solid var(--primary) !important;
}

.contact-sec .contact_middle .contact_box .butn {
  height: 60px;
}

.contact-sec .contact_middle .map_box {
  margin-top: 25px;
  margin-bottom: -150px;
  position: relative;
    z-index: 10;
}

.contact-sec .contact_foot {
  background-color: #000;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}

.contact-sec .contact_foot .logo {
  width: 100%;
  height: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-sec .contact_foot .p {
  color: #ddd;
}

.contact-sec .contact_foot .social_links {
  margin-top: 7rem;
}

.contact-sec .contact_foot .social_links a {
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #646464;
  color: #000;
  border-radius: 50%;
  margin: 0 5px;
}

.contact-sec .contact_foot .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

/**********************************************
    Start Edit inner_head
**********************************************/
.inner_head {
  background-color: #f0f0f0;
}

.pg_title {
  display: inline-block;
  position: relative;
  padding: 15px 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pg_title::after, .pg_title::before {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  width: 30px;
  height: 15px;
  border-top: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pg_title::after {
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
}

.pg_title::before {
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}

.pg_title.half_r {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.pg_title.half_r::before {
  display: none;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.about_pg .img {
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about_pg .img img:first-of-type {
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.about_pg .img img:nth-of-type(2) {
  width: 200px;
  height: 220px;
  border: 10px solid #f1f1f1;
  position: absolute;
  bottom: 50px;
  left: -30px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -o-object-fit: cover;
     object-fit: cover;
}

.about_pg .img::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  left: 0;
  top: 0;
  border: 10px solid #9992;
  z-index: -1;
}

.about_pg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  -webkit-filter: invert(91%) sepia(24%) saturate(3355%) hue-rotate(328deg) brightness(85%) contrast(87%);
          filter: invert(91%) sepia(24%) saturate(3355%) hue-rotate(328deg) brightness(85%) contrast(87%);
}

.about_pg .text, .about_pg .text * {
  margin-bottom: 15px;
}

.about_vid {
  background-image: url(../images/slide1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.about_vid::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(255, 255, 255, 0.9);
}

.about_vid .vid_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
  color: var(--primary);
}

/**********************************************
    Start Edit  Page 
**********************************************/
.disabled_services .ser_card {
  padding: 20px;
  border: 10px solid #f5f5f5;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.disabled_services .ser_card .img {
  height: 450px;
}

.disabled_services .ser_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.disabled_services .ser_card .info {
  background-color: #ffffff02;
  height: 450px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.disabled_services .ser_card .info p {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.disabled_services .ser_card .info p img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
}

.disabled_services .swiper-notification {
  display: none;
}

.disabled_services .swiper-pagination .swiper-pagination-bullet {
  background-color: #CD9A38;
}

.disabled_services::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  height: 480px;
  background-color: #f0f0f0;
}

.form-control,
.form-select {
  width: 100%;
  border: 0;
  padding: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f5f5f5;
  color: #000;
}

input,
select {
  height: 64px !important;
}

textarea {
  resize: none;
  height: auto !important;
}

.select_group {
  position: relative;
}

.select_group::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  bottom: 1px;
  background-color: #ccc;
  color: #333;
  width: 45px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.room_item {
  margin-top: 40px;
}

.room_item .label{
    display: block;
    margin: 10px 0;
}

.room_item .img {
  position: relative;
  height: 250px;
  padding: 10px;
  border: 1px solid #9992;
}

.room_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.room_item .img .stars {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #CD9A38;
  font-size: 12px;
  z-index: 10;
  padding: 7px 12px;
  background-color: #000;
}

.room_item .info {
  padding: 20px 20px 30px;
  background-color: #9991;
}

.room_item .info .text {
  font-size: 13px;
}
.room_item .info .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.room_item .info small.label {
    height: 45px;
    overflow: hidden;
}

.room_item .mor_btn {
  margin-top: 15px;
  border-bottom: 1px solid #CD9A38;
  padding: 5px 0;
  color: #CD9A38;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.6;
}

/**********************************************
    Start Edit gallery_pg
**********************************************/
.gallery_pg .taps span {
  margin: 30px 15px;
  font-weight: bold;
  cursor: pointer;
  /* border: 1px solid #9995; */
  padding: 10px 30px;
  font-size: 13px;
  background-color: #fff;
  color: #333;
  display: inline-block;
}

.gallery_pg .taps span.active {
  color: #fff !important;
  background-color: #CD9A38 !important;
}

.gallery_pg .items {
  position: relative;
  margin: 10px;
  display: block;
}

.gallery_pg .items .vid_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #CD9A38;
  background-color: #CD9A38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #fff;
  z-index: 5;
  -webkit-box-shadow: 3px 6px 15px 0 #0008;
          box-shadow: 3px 6px 15px 0 #0008;
}

.gallery_pg .items .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  z-index: 10;
  color: #fff;
  text-shadow: 0 3px 3px #000;
}

.gallery_pg .items::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 0%;
  background-color: #0009;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.gallery_pg .items::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50%;
  height: 0%;
  background-color: #0009;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.gallery_pg .items:hover::before,
.gallery_pg .items:hover::after {
  opacity: 1;
  height: 50%;
}

.gallery_pg .items .img {
  height: 300px;
}

.gallery_pg .items .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_pg .items .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 10;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 2.5;
}

.gallery_pg .items:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.gallery_pg .items .info a:hover {
  color: #CD9A38;
}

.gallery_pg .items .show {
  width: 45px;
  height: 45px;
  background-color: #0073b6;
  color: #fff;
  position: absolute;
  left: -45px;
  top: -45px;
  z-index: 10;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  border-bottom-right-radius: 10px;
}

.gallery_pg .items:hover .show {
  top: 0;
  left: 0;
  opacity: 1;
}

/**********************************************
    Start Edit contact_pg 
**********************************************/
.contact_pg {
  background-image: url(../images/patrn1.png);
  background-size: cover;
  background-attachment: fixed;
}

.box_item {
  padding: 30px;
  border: 1px solid #9993;
}

.border_b {
  position: relative;
  padding-bottom: 10px;
}

.border_b::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #CD9A38;
}

/**********************************************
    Start Edit rooms_pg 
**********************************************/
.rooms_pg .list_grid_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rooms_pg .list_grid_cont .bttn {
  width: 40px;
  height: 40px;
  background-color: #fff1;
  text-align: center;
  line-height: 40px;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  cursor: pointer;
}

.rooms_pg .list_grid_cont .bttn.active {
  background-color: #CD9A38 !important;
}

.rooms_pg .rooms_content {
  border-top: 1px solid #9993;
  margin-top: 50px;
  padding-top: 20px;
}

.list_rooms .room_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_rooms .room_item .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
}

.list_rooms .room_item .info {
  margin-top: 0;
}

.pagination {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-link {
  border: 1px solid #CD9A3833;
  color: #CD9A38;
  background: transparent;
  padding: 10px 20px;
}

.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #CD9A38;
  color: #000 !important;
}

.content_box {
  padding: 80px 4vw;
  position: relative;
  z-index: 10;
  min-height: 500px;
  border: 10px solid  #fff;
  background-color: #f7f7f7;
}

.content_box .form-select {
  background-color: #fff !important;
}

.inner_pg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  height: 480px;
  background-color: #f0f0f0;
}

/**********************************************
    Start Edit room_det_pg 
**********************************************/
.room_det_pg .main_slider {
  position: relative;
  overflow: hidden;
}

.room_det_pg .main_slider .swiper-notification {
  display: none;
}

.room_det_pg .main_slider .swiper-slide {
  position: relative;
  overflow: hidden;
}

.room_det_pg .main_slider .arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 20;
}

.room_det_pg .main_slider .arrows::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff2;
  left: 50%;
  top: 50%;
  z-index: 50;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.room_det_pg .main_slider .arrows .swiper-button-next,
.room_det_pg .main_slider .arrows .swiper-button-prev {
  position: static;
  width: 150px;
  height: 70px;
  background-color: #181818;
  color: #fff;
  margin: 0;
  background-image: unset;
  outline: none !important;
}

.room_det_pg .main_slider .arrows .swiper-button-next::before,
.room_det_pg .main_slider .arrows .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 25px;
  color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.room_det_pg .main_slider .arrows .swiper-button-next::after,
.room_det_pg .main_slider .arrows .swiper-button-prev::after {
  font-size: 25px;
  font-weight: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.room_det_pg .main_slider .arrows .swiper-button-next:hover,
.room_det_pg .main_slider .arrows .swiper-button-prev:hover {
  color: #CD9A38;
}

.room_det_pg .main_slider .arrows .swiper-button-next::before,
.room_det_pg .main_slider .arrows .swiper-container-rtl .swiper-button-prev::before {
  content: '\f054';
}

.room_det_pg .main_slider .arrows .swiper-button-prev::before,
.room_det_pg .main_slider .arrows .swiper-container-rtl .swiper-button-next::before {
  content: '\f053';
}

.room_det_pg .main_slider .arrows .swiper-button-next {
  margin-left: -1px;
}

.room_det_pg .main_slider .img {
  height: 450px;
  position: relative;
}

.room_det_pg .main_slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vid_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.room_det_pg .main_slider .img .button {
  background-color: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.room_det_pg .main_slider .img .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.room_det_pg .main_slider .img .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.room_det_pg .main_slider .img .button.is-play .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}

.room_det_pg .main_slider .img .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.room_det_pg .main_slider .img .button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}

.room_det_pg .main_slider .img .button .has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.room_det_pg .main_slider .status_btn {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  padding: 8px 20px;
}

.room_det_pg .room_features .box_item .icon {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.room_det_pg .room_features .box_item .icon img {
  height: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.room_det_pg .room_features .box_item p {
  margin-bottom: 0;
}

.room_det_pg .data-group ul{
    padding-right: 17px;
    list-style-type: disc;
}

.testimonials .test_card {
  padding: 50px;
  border: 1px solid #0002;
}

.testimonials .test_card .img_side {
  text-align: center;
    border-inline-end: 1px solid #0002;
    padding-inline-end: 30px;
}

.testimonials .test_card .img_side .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #0002;
  margin: 0 auto 20px;
}

.testimonials .test_card .img_side .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonials .test_card .img_side h6 {
  font-size: 12px;
}

.testimonials .test_card .info_side {
  padding-inline-start: 50px;
}

.testimonials .test_card .info_side .stars {
  margin-bottom: 15px;
  color: #CD9A38;
  font-size: 12px;
}

.testimonials .test_card .info_side .text {
  font-size: 16px;
}

.testimonials .swiper-container {
  overflow: initial;
}

.modal-content {
  border-radius: 0;
  border: 0;
  padding: 50px;
}

.modal-content .icon img {
  width: 100px;
}

.modal-content .float_cls {
  background-color: #CD9A38;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  z-index: 999;
  color: #fff;
}

.rated_modal .num {
  border-radius: 8px;
  background-color: #101010;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: var(--primary);
  font-weight: bold;
  font-size: 20px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.rated_modal .data-group {
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid #888;
  margin-bottom: 1.5rem;
}

.rated_modal .data-group .title {
  padding: 20px 15px;
  background-color: var(--primary);
  color: #fff;
  font-size: 14px;
  min-width: 141px;
  text-align: center;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.rated_modal .data-group i {
  color: #ccc;
}

.rated_modal .data-group i.active {
  color: var(--primary);
}

.rated_modal .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.5em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
}

.rated_modal .stars-content .star-rating input {
  display: none;
}

.rated_modal .stars-content .star-rating label {
  color: #ccc;
  cursor: pointer;
  margin-bottom: 0;
}

.rated_modal .stars-content .star-rating :checked ~ label {
  color: var(--primary);
}

.rated_modal .stars-content .star-rating label:hover,
.rated_modal .stars-content .star-rating label:hover ~ label {
  color: var(--primary);
}

/**********************************************
    Start Edit booking Page 
**********************************************/
.booking_pg .info_lg {
  background-color: #ffffff02;
  padding: 20px;
  height: auto;
}

.booking_pg .room_item {
  margin: 0 0 25px 0;
}

.booking_pg .room_item .img {
  height: 200px;
}

.booking_pg .room_item .info {
  padding: 20px 20px 30px;
  background-color: #9991;
  height: auto;
  display: block;
  min-height: 180px;
}

.booking_pg .rooms_checks .form-check {
  position: relative;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.booking_pg .rooms_checks .form-check .form-check-label {
  width: 100%;
}

.booking_pg .rooms_checks .form-check .form-check-input {
  width: 1.5em;
  height: 1.5em !important;
  -webkit-box-shadow: 3px 6px 15px 0 #0005;
          box-shadow: 3px 6px 15px 0 #0005;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 5;
}

.booking_pg .rooms_checks .form-check .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.booking_pg .payment_method .form-check {
  position: relative;
  padding-right: 0;
  margin-bottom: 25px;
}

.booking_pg .payment_method .form-check .form-check-label {
  text-align: center;
  border: 1px solid #777;
  border-radius: 0px;
  width: 100%;
  padding: 20px;
  cursor: pointer;
}

.booking_pg .payment_method .form-check .form-check-label .pay_logo {
  width: 100px;
  height: 50px;
  display: block;
  margin: 0 auto 20px auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.booking_pg .payment_method .form-check .form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  cursor: pointer;
  opacity: 0;
}

.booking_pg .payment_method .form-check .form-check-input:checked ~ .form-check-label {
  border: 1px solid var(--primary);
}

.booking_pg .payment_method .form-check .form-check-input:checked ~ .form-check-label .name {
  color: var(--primary);
  font-weight: bold;
}

.uploading_box input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.uploading_box .input-group-btn {
  background-color: #191B1D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uploading_box .input-group-btn .btn {
  min-width: 115px;
  border-radius: 0;
  -webkit-border-end: 1px solid #888;
          border-inline-end: 1px solid #888;
}

.uploading_box .input-group-btn .browse-button-text {
  color: #fff;
}

.uploading_box .input-group-btn .clear-button {
  color: #fcc0c0;
}

.uploading_box .input-group-btn i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

/**********************************************
    Start Edit Dark Theme 
**********************************************/
.themeToggler {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  direction: rtl;
  height: 45px;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
}

.themeToggler .switch {
  position: relative;
  top: -12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  background-color: #fff;
  border-radius: 0px;
}

.themeToggler .switch .theme_mode {
  padding: 7.2px 20px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-size: 15px;
  cursor: pointer;
}

.themeToggler .switch .light .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.themeToggler .switch input {
  opacity: 0;
  width: 0;
  height: 0 !important;
}

.themeToggler .slider {
  position: absolute;
  cursor: pointer;
  border-radius: 0px;
  width: 55px;
  right: 5px;
  height: 36px;
  top: 5px;
  background-color: var(--primary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.themeToggler input:checked + .slider {
  -webkit-transform: translateX(-56px);
          transform: translateX(-56px);
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.themeToggler input:checked ~ .dark .icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.themeToggler input:checked ~ .light .icon {
  -webkit-filter: unset;
          filter: unset;
}

.themeToggler input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--primary);
          box-shadow: 0 0 1px var(--primary);
}

/* Daaaaaark mode  */
.theme-light .section,
.theme-light .statics-sec .static_card,
.theme-light .contact-sec .contact_middle .contact_box {
  background-color: #101010 !important;
}

.theme-light li{
    color: #fff;
}

.theme-light .about_pg .img img:nth-of-type(2){
    border-color: #191B1D;
}

.theme-light .section.bg-light,
.theme-light .feedback-sec .feedback_card,
.theme-light .inner_head,
.theme-light .disabled_services::before,
.theme-light .inner_pg::before {
  background-color: #151515 !important;
}

.theme-light .modal-content {
  background-color: #000;
}

.theme-light .footer {
  background: #0c0c0c !important;
}

.theme-light .main_title,
.theme-light .title,
.theme-light .label {
  color: #fff;
}

.theme-light .p,
.theme-light p,
.theme-light .text,
.theme-light .about-sec .custom_ul .li,
.theme-light .rooms-sec .room_card .card-body .city,
.theme-light .nav.branches_nav .nav-link,
.theme-light .statics-sec .static_card .subtitle,
.theme-light .feedback-sec .feedback_card .rating_ratio,
.theme-light .footer .content .links .item,
.theme-light .contact-sec .contact_box .label,
.theme-light .rooms_pg .list_grid_cont .bttn {
  color: #ddd;
}

.theme-light .rooms-sec .room_card {
  -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
}

.theme-light .main_title::after {
  opacity: .2;
}

.theme-light .contact-sec .contact_middle .contact_box .form-control,
.theme-light .footer .content .form-group .form-control {
  background-color: transparent;
  color: #fff;
}

.theme-light .footer .content .title {
  color: var(--primary);
}

.theme-light .about_vid::after {
  background-color: rgba(0, 0, 0, 0.9);
}

.theme-light .form-control,
.theme-light .form-select {
  background-color: #1C1E20 !important;
  color: #fff !important;
  border-bottom: 1px solid #fff1 !important;
}

.theme-light .disabled_services .ser_card,
.theme-light .content_box {
  background-color: #101010;
  border-color: #191919;
}

.theme-light .select_group::after {
  background-color: #202429;
  color: #888;
}

.theme-light .gallery_pg .taps span {
  background-color: #191B1D;
  color: #fff;
}

.theme-light .room_det_pg .room_features .box_item .icon img {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.theme-light .testimonials .test_card {
  border: 1px solid #fff2;
}

.theme-light .testimonials .test_card .img_side {
  border-inline-end: 1px solid #fff2;
}

.theme-light .testimonials .test_card .img_side .img {
  border: 10px solid #fff1;
}

.theme-dark .room_det_pg .main_slider .arrows .swiper-button-next,
.theme-dark .room_det_pg .main_slider .arrows .swiper-button-prev{
        background-color: #f0f0f0;
}

/**********************************************
    Start Edit FS Themes 
**********************************************/
/* fs_sm_theme */
.fs_sm_theme a,
.fs_sm_theme .butn,
.fs_sm_theme p,
.fs_sm_theme .text,
.fs_sm_theme .label,
.fs_sm_theme .contact-sec .contact_box .label {
  font-size: 13px;
}

.fs_sm_theme .header .item .text-box .title,
.fs_sm_theme .main_title {
  font-size: calc(1vw + 35px);
}

.fs_sm_theme .rooms-sec .room_card .card-body .title,
.fs_sm_theme h5, .fs_sm_theme .h5 {
  font-size: 1rem;
}

.fs_sm_theme h4, .fs_sm_theme .h4 {
  font-size: 1.2rem;
}

.fs_sm_theme h2, .fs_sm_theme .h2 {
  font-size: 1.8rem;
}

.fs_sm_theme h1, .fs_sm_theme .h1 {
  font-size: 2.3rem;
}

/* fs_md_theme */
.fs_md_theme a,
.fs_md_theme .butn,
.fs_md_theme p,
.fs_md_theme .text,
.fs_md_theme .label,
.fs_md_theme .contact-sec .contact_box .label {
  font-size: 15px;
}

.fs_md_theme .header .item .text-box .title,
.fs_md_theme .main_title {
  font-size: calc(1.2vw + 35px);
}

.fs_md_theme .rooms-sec .room_card .card-body .title,
.fs_md_theme h5, .fs_md_theme .h5 {
  font-size: 1.25rem;
}

.fs_md_theme h4, .fs_md_theme .h4 {
  font-size: 1.5rem;
}

.fs_md_theme h2, .fs_md_theme .h2 {
  font-size: 2rem;
}

.fs_md_theme h1, .fs_md_theme .h1 {
  font-size: 2.5rem;
}

/* fs_lg_theme */
.fs_lg_theme a,
.fs_lg_theme .butn,
.fs_lg_theme p,
.fs_lg_theme .text,
.fs_lg_theme .label,
.fs_lg_theme .contact-sec .contact_box .label {
  font-size: 17px;
}

.fs_lg_theme .header .item .text-box .title,
.fs_lg_theme .main_title {
  font-size: calc(1.5vw + 35px);
}

.fs_lg_theme .rooms-sec .room_card .card-body .title,
.fs_lg_theme h5, .fs_lg_theme .h5 {
  font-size: 1.4rem;
}

.fs_lg_theme h4, .fs_lg_theme .h4 {
  font-size: 1.6rem;
}

.fs_lg_theme h2, .fs_lg_theme .h2 {
  font-size: 2.2rem;
}

.fs_lg_theme h1, .fs_lg_theme .h1 {
  font-size: 2.7rem;
}
/*# sourceMappingURL=style.css.map */

.mt--50{
    margin-top: -50px !important;
}

.room_features_slider{
    padding: 2px;
}

[type="tel"], [type="url"], [type="email"], [type="number"] {
    direction: inherit;
}


.ui-datepicker {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 999 !important;
  border: 1px solid rgba(255, 255, 255, 0.1333333333) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px;
  background-color: #131516;
}

.ui-datepicker th,
.ui-datepicker td a {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  background-color: rgba(255, 255, 255, 0.0666666667) !important;
  border: 0 !important;
  color: #fff !important;
  margin: 2px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  margin-bottom: 20px;
  background-color: #000;
  color: #fff;
  border: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #CD9A38 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #CD9A38 !important;
}

small.label{
    display: block;
}
