:root {
  --main-color: #000;
  --sec-color: #BB282D;
}

@font-face {
  font-family: "brando";
  src: url("../fonts/brando-regular.otf");
}

@font-face {
  font-family: "brandoLight";
  src: url("../fonts/brando-light.otf");
}

@font-face {
  font-family: "brandoSemiBold";
  src: url("../fonts/brando-semiBold.otf");
}

@font-face {
  font-family: "brandoBold";
  src: url("../fonts/brando-bold.otf");
}


@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf");
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "brando";
  overflow-x: hidden;
}

body {
    overflow-x: hidden;
} 

/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 22px;
  text-align: right !important;
  padding-left: 30px;
  padding-right: 18px;
  background: #fff;
  border-color: transparent;
  border-radius: 0;
  padding: 5px 14px;
  height: 49px;
  font-size: 16px;
  color: #000;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  z-index: 3;
}

.nice-select::after {
  left: 12px;
  right: auto;
  border-color: #282727;
}

.nice-select .option {
  text-align: start;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}


.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

button:focus,
button {
  border: none;
  outline: none;
}

.mynav button {
  background: none;
}

input:focus {
  outline: none;
}

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

a,
a:hover {
  text-decoration: none;
}

span.navbar-toggler-icon {
  background: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

span.navbar-toggler-icon i {
  font-size: 20px;
}

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;

}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.slider-info .slider-inf-img {
  height: 28px;
  display: none;
}

.slider-info .slider-inf-img img {
  height: 100%;
}

.searchForm {
  margin-inline-end: 7px;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background: var(--sec-color);
  color: #fff;
  padding: 12px 12px;
  min-width: 180px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 16px;
  font-family: 'brandoSemiBold';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
  min-height: 56.18px;
}

.header-btn a:hover,
.my-btn button:hover,
.my-btn a:hover {
  color: #fff;
}

.header-btn a {
  font-size: 16px;
  min-width: 175.13px;
}

.header-btn a::after,
.my-btn a::after,
.my-btn button::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease;
}

.header-btn a:hover,
.my-btn button:hover,
.my-btn a:hover {
  color: var(--sec-color);
}

.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after {
  height: 380%;
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: start;
}

.logo {
  height: 121px;
}

.logo img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.lang {
  margin-inline-end: 28px;
}

.main-menu li.menu-item-has-children {
  position: relative;
  margin-inline-end: 14px;
}

.sub-menu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 192px;
  padding: 19px 9px;
  background: var(--sec-color);
  z-index: 99;
  transition: all 0.3s;
  visibility: hidden;
}

li.menu-item-has-children a::after {
  position: absolute;
  content: '\f107';
  font-family: 'font awesome 5 pro';
  top: 3px;
  left: -14px;
  color: #fff;
  font-size: 13px;
}

li.menu-item-has-children:hover .sub-menu,
.sidebar .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 99;

}

.sidebar .sub-menu {
  display: none;
  position: relative;
  width: 100%;
  min-width: 100%;
  transition: all 0s;
}


.lang a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: sans-serif;
}

.mynavbar .sub-mune li {
  border-bottom: 1px solid #79597A;
  margin-inline-end: 0;
}

.mynavbar .sub-menu li:last-of-type {
  border-bottom: none;
}

.mynav ul .sub-menu li a {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  position: relative;
  color: #fff !important;
  padding-inline-start: 20px;
}

.mynav ul .sub-menu li a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 15px;
  right: 5px;
}

li.menu-item-has-children .sub-menu li a::after {
  display: none;
}

.mynavbar ul li {
  /* margin-inline-start: 26px; */
}

.mynavbar ul .sub-menu li {
  margin-inline: 0px;
  border-bottom: 1px solid #79597A;
}

.mynav ul li a {
  color: #fff;
  transition: all 0.3s;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.mynav ul li a:hover,
.mynav ul li.current-menu-item a,
li.menu-item-has-children:hover a::after,
li.menu-item-has-children:hover a {
  color: var(--sec-color);
}

.mynavbar .row {
  align-items: center;
  padding: 26px 0 26px;
}

.mynavbar ul.main-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 48px;
}



.mynav ul .sub-menu li a:hover {
  color: #fff;
}

.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btnSearch i {
  color: #fff;
  margin-inline: 10px;
  cursor: pointer;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
}

/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: var(--main-color);
  z-index: 999;
  padding: 20px 0;
  z-index: 99;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0;
  overflow-y: scroll;
  clip-path: circle(25px at calc(100% - 45px) 45px);
}

.sidebar-width {
  right: 0px;
  clip-path: circle(75%);
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  padding-top: 10px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--sec-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sidebar .side-content ul li:hover a::after {
  color: #fff;
}


.sidebar .side-content ul li a {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul .sub-menu li a {
  color: var(--main-color);
}

.sidebar .header-btn {
  padding-inline-start: 16px;
  margin-top: 20px;
}

/* Start home slider */
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}

.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
  /*min-height: 768px;*/
  direction: rtl;
  height:100vh;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.slider-home .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.slider-btns {
  display: flex;
  justify-content: center;
}

.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}

.home-slider .owl-carousel,
.sponser-slider {
  direction: ltr;
}

.owl-item.active .slider-info .my-btn {
  animation: 1s fadeInUp;
}

.owl-item.active .slider-info .slider-inf-img {
  animation: 1s fadeInDown;
}

.home-slider .row {
  align-items: center;
  text-align: center;
  justify-content: center;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-info {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 116px;
  margin-top: 90px;
}

.slider-info h2 {
  margin-bottom: 41px;
  margin-top: 0;
  font-family: 'brandoBold';
  font-size: 55px;
  line-height: 76px;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  font-size: 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgb(187 40 45 / 70%);
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid rgb(187 40 45 / 70%);
}

.home-slider .owl-theme .owl-nav .owl-prev {
  left: 36px;
  border: none;
  background: transparent;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 36px;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
  background: #fff;
  color: rgb(82 82 82 / 60%);
}

.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next {
  border: none;
  font-size: 23px;
}

.card-slider.owl-theme .owl-nav .owl-prev {
  left: -80px;
}

.card-slider.owl-theme .owl-nav .owl-next {
  right: -80px;
}

.part-slider.owl-theme .owl-nav .owl-prev {
  left: -60px;
}

.part-slider.owl-theme .owl-nav .owl-next {
  right: -60px;
}

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: rgb(187 40 45);
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev {
  top: 50%;
}

.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 6px 4px;
  border: none;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #B7B7B7;
}


.part-slider.owl-theme .owl-dots .owl-dot:hover span,
.part-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--sec-color);
  border-color: var(--sec-color);
}

.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
  margin-top: 30px !important;
}

section.home-slider {
  margin-top: 0;
}

.slider-home.owl-theme .owl-dots .owl-dot {
  display: inline-flex;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: #D9D9D9;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
}

.slider-home.owl-theme .owl-dots .owl-dot span {
  color: #fff;
  position: relative;
  height: 12.3px;
  width: 12.3px;
  padding-inline-end: 5px;
  background: rgba(188, 188, 188, 0.3);
  transition: all 0.5s;
}


.slider-home.owl-theme .owl-dots .owl-dot.active span {
  background: #ED6F30;
  width: 18.88px;
  height: 18.88px;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

/* ------------------------------------  search form ------------------------------   */
.search-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* border: 1px solid #575757; */
  border-radius: 30px;
  overflow: hidden;
}

.search-form form .form-group {
  width: 21%;
  position: relative;
  margin-bottom: 0;
  display: flex;
}

.search-form form .form-group input,
.search-form form .form-group select {
  width: 100%;
  padding: 8px;
  border: none;
  /* backdrop-filter: blur(7px); */
  /* background: transparent; */
  color: #000000;
  height: 56px;
  cursor: pointer;
  border-inline-end: 1px solid #C5B7B7;
}

.search-form form .form-group input::placeholder {
  color: #000000;
  opacity: .50;
}

.search-form form .form-group select option {
  color: #000;
}

.search-form form .form-group i {
  position: absolute;
  top: 19px;
  left: 11px;
  color: #000000;
  font-size: 14px;
}

.search-form form .form-group select:focus {
  outline: none;
}

section.search-sec {
  padding: 0 0 146px;
  margin-top: -38vh;
  margin-bottom: 0;
  height: 38vh;
}

.search-form {
  background: rgb(255 255 255);
  padding: 8px 14px;
  /* backdrop-filter: blur(14px); */
  max-width: 1116.5px;
  margin: auto;
  border-radius: 30px;
}

.search-form .my-btn a,.search-form .my-btn button {
  height: 56px;
  /* border-start-start-radius: 0; */
  /* border-end-start-radius: 0; */
}

.slider-btns .my-btn a {
  background: transparent;
  border: 1px solid #fff;
}

.booking-modal ul li {
  display: flex;
  align-items: center;
  text-align: start;
  margin-bottom: 10px;
  gap: 3px;
}

.booking-modal ul li span {
  font-size: 20px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}

.modal-header {
  border-bottom: none;
  padding: 1.5rem 1.5rem 0;
}

.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

.close {
  font-size: 38px;
  font-weight: 400;
}

.modal-dialog .contact-form {
  padding: 0px 16px 36px;
  box-shadow: none;
  height: auto;
}

.modal-dialog .my-btn button::after {
  background-color: #202020;
}

.modal-dialog .my-btn button:hover {
  color: #fff;
}

.popup_icone {
  width: 58px;
  height: 58px;
  background: var(--sec-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-inline-end: 16px;
}

.booking-modal {
  margin-top: 21px;
}

/* ---------------------------------------------------- */
/* Start about section */
section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 2;
}

section.about {
  background: #F3F3F3;
}

section.about .section-title h4 {
  /* color: #fff; */
}

.section_Title h6 {position: relative;font-size: 14px;font-weight: 400;line-height: 28px;color: var(--main-color);margin: 0;padding-bottom: 24.61px;display: flex;align-items: center;-webkit-align-items: center;}

.section_Title h6::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 88.5px;
  height: 36.61px;
  background: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.about-imgs .image {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.about-imgs .image.first {
  align-items: flex-end;
  justify-content: center;
}

.about-imgs .image.first .img1 {
  animation: 1s fadeInDown;
  border-radius: 30px;
  overflow: hidden;
}

.about-imgs .image.first .img2 {
  animation: 1s fadeInDown;
}

.about-imgs .image.second .img3 {
  animation: 1s fadeInUp;
}

.about-imgs .image.second .img4 {
  animation: 1s fadeInUp;
}

.about-imgs .image.second {
  align-items: start;
  /* padding-inline-start: 50px; */
  justify-content: center;
}


.about-imgs .img img {
  max-width: 100%;
 height: 100%;
    object-fit: cover;
}

.about-imgs .img1 {
  height: 201px;
  width: 199.75px;
}

.about-imgs .img2 {
  height: 150.82px;
  width: 149.91px;
  border-radius: 20px;
  overflow: hidden;
}

.about-imgs .img3 {
  height: 150.34px;
  width: 149.27px;
}

.about-imgs .img4 {
  height: 99.47px;
  width: 100.14px;
}



.section-title h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: var(--main-color);
  font-family: 'brandoBold';
  font-size: 33.28px;
  line-height: 35.84px;
  line-height: 71.1px;
}

.about-info p {
  color: #fff;
}

.about-info p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin: 28px 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* number of lines to show */
  line-clamp: 7;
  -webkit-box-orient: vertical;
}



/* ------------------------------------------------------------ */
/* Rooms and suites  */
.Rooms-and-suites .col-lg-2 {
  padding-inline-start: 1px;
}

section.Rooms-and-suites {
  padding-bottom: 70px;
}

ul.nav.nav-pills {
  justify-content: center;
  margin-top: 62px;
  margin-bottom: 62px;
}

.nav-pills .nav-link {
  min-width: 88.98px;
  padding: 10px;
  text-align: center;
  border: 1px solid var(--sec-color);
  font-size: 16px;
  margin-inline: 6px;
  color: var(--sec-color);
  transition: all 0.3s;
  min-height: 49.75px;
  border-radius: 50px;
  font-family: 'brandoSemiBold';
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
  background-color: var(--sec-color);
  color: #fff;
}

section.Rooms-and-suites .section_Title h6 {
  color: #000;
}

.Rooms-and-suites .col-lg-5 {
  padding-inline-start: 0;
}

.sec-disc p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-top: 22px;
  margin-bottom: 0;
}

.room-img {
  height: 299.71px;
  overflow: hidden;
}

.room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}

.tab-content .col-lg-4 {
  padding: 0 8px;
}

.room-details {
  display: flex;
  align-items: center;
  background: #EDEDED;
  justify-content: space-between;
  padding: 19px 26px 30px;
  position: relative;
  /* top: -64px; */
  width: 93%;
  margin: auto;
  transition: all 0.3s;
  border-radius: 20px;
  margin-top: -64px;
}

.room-details .room-name {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.room-details .room-name h6 {
  color: #000;
  margin-bottom: 0;
  font-family: 'brandoSemiBold';
  font-size: 26px;
  line-height: 28px;
}

.room-details .room-name span {
  color: var(--sec-color);
  font-family: 'brandoBold';
  font-size: 26.7px;
  line-height: 43.39px;
}

.room-disc h5 {
  color: #4A4A4A;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.register span {
  background: #fff;
  display: inline-block;
  min-width: 160.94px;
  text-align: center;
  padding: 10px;
  color: var(--sec-color);
  transition: all 0.3s;
  margin-top: 12px;
  border-radius: 50px;
  min-height: 49.75px;
  font-size: 16px;
  font-family: 'brandoSemiBold';
}

.room-details:hover .register span {
  background-color: var(--sec-color);
  color: #fff;
}

.room-item:hover .room-img img {
  transform: scale(1.3);
}


/* -------------------------------------------------- */
section.hotels_facilities .col-lg-5 {
  padding-inline-start: 0;
}

.item-icone {
  width: 100%;
  height: 299px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.item-icone img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.hotels_facilities {
  background: #F3F3F3;
}

.Hotel_facilities_item {
  border: 1px solid #D6D6D6;
  padding: 10px 12px 41px;
  position: relative;
  overflow: hidden;
  margin-top: 62px;
  border-radius: 20px;
}

.Hotel_facilities_item .item-number {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background-color: var(--sec-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24.6px;
  transition: all 0.4s;
  display: none;
}


.Hotel_facilities_item:hover .item-number {
  top: -6px;
  left: -6px;
  width: 53px;
  height: 60px;
  border-radius: 0 0 30px 0;
}

.item-info h4 {font-family: 'brandoSemiBold';font-size: 26px;color: #000;line-height: 28px;margin-bottom: 7px;min-height: 56px;transition: all .4s;}

.item-info p {
  color: #545353;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  margin-top: auto;
  height: 78px;
  overflow: hidden;
}

section.hotels_facilities .section-title h4 {
  /* color: #fff; */
}

section.hotels_facilities .section-title .sec-disc p {
  /* color: #9E9E9E; */
}

/* -------------------------------------------------------- */
/* Start contact-sec */

.contact-sec .col-lg-8 {
  padding-inline-start: 0;
}

.contact-sec-title {
  display: flex;
  margin-bottom: 33px;
}

.contact-sec-title .section_Title {
  /* min-width: 100px; */
  margin-inline-end: 19px;
}

.contact-sec-title .section_Title h6 {
  color: #000;
}

.contact-list li {
  margin-bottom: 56px;
  display: flex;
}

.contact-list li .img {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ED1C24;
  position: relative;
  top: 6px;
}

.contact-list li .img img {
  max-height: 100%;
}

.contact-list li a {
  display: flex;
}

.contact-list li .details {
  margin-inline-start: 12px;
}

.contact-list li .details span,
.contact-list li .details p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.contact-list li .details span.key {
  display: block;
  margin-bottom: 6px;
  color: var(--main-color);
  font-family: 'brandoSemiBold';
  font-size: 21px;
  line-height: 32px;
}

.contact-sec .map {
  height: 438.8px;
  border-radius: 20px;
  overflow: hidden;
.btn-center {
  text-align: center;
  margin-top: 32px;
}

.btn-white
  a, .btn-white button {
    background: #fff;
  color: var(--sec-color);
}

.btn-white
  a::after, .btn-white button::after {
    background: var(--sec-color);
}

.btn-white
  a:hover, .btn-white button:hover {
    color: #fff;
};
}

.contact-sec .map iframe {
  width: 100%;
  height: 100%;
}

.contact-list li .img i {
  color: #fff;
  font-size: 13.5px;
}

.contact-page .contact-list {
  box-shadow: 6px 3px 26px 0px #0000000D;
  padding: 31px;
  border-radius: 12px;
  margin-bottom: 38px;
  background: #FFFFFF;
}

.contact-form h6 {
  color: #151515;
  margin-bottom: 15px;
  font-size: 16px;
}

/* ---------------------  Start footer section ------------------------ */
.fixed-icone {
  position: fixed;
  bottom: 35px;
  left: 35px;
  z-index: 999;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

  0%,
  100% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(12px);
  }
}

.fixed-icone a {

  width: 53px;

  height: 53px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #4A9844;

  margin-bottom: 12px;
}

.fixed-icone a.phone_link {
  background-color: var(--sec-color);
}

.fixed-icone a i {
  color: #fff;
  font-size: 20px;
}

footer {
  padding: 100px 0 0px;
  background: #F3F3F3;
  position: relative;
}

footer::after {
  position: absolute;
  content: '';
  width: 30%;
  height: 117%;
  top: -88px;
  right: 4px;
  background-image: url('../images/footer-after.png');
  background-size: cover;
}

.footer-logo {
  text-align: center;
  /* height: 209px; */
  margin-bottom: 20px;
}

.footer-logo .img {
  height: 146.92px;
  max-width: 100%;
}

.footer-logo .img img {
  max-height: 146.92px;
}

footer .footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

footer .footer-menu ul a {
  color: #000;
  text-transform: capitalize;
  transition: all 0.3s;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

footer .footer-menu ul a:hover {
  color: var(--sec-color);
}

.comp-rights p {
  color: #000;
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.bottom-footer .row {
  align-items: center;
  flex-direction: column;
}

.bottom-footer {
  padding: 24px 0 25px;
  margin-top: 33px;
  border-top: 1px solid #D4D4D4;
}

.bottom-footer .col-sm-6 {
  padding: 0;
}

.footer-soch a {
  color: var(--sec-color);
  transition: all 0.3s;
  font-size: 21px;
  font-weight: 400;
  line-height: 20px;
  margin-inline-end: 22px;
}

.footer-soch a:hover {
  color: var(--sec-color);
}

/* a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

a:hover i.fab.fa-twitter {
  color: #1da1f2;
}

a:hover i.fab.fa-instagram {
  color: #e1306c;
} */

.footer-soch span {
  color: #000;
  display: block;
  font-family: 'brandoSemiBold';
  font-size: 22px;
  margin-bottom: 32px;
  line-height: 30px;
}

/* bottom footer */
.copy-right {
  text-align: center;
}

.ryad-logo {
  height: 60px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right .row {
  align-items: center;
}

.comp-rights {
  text-align: center;
}

.copy-right p {
  margin-bottom: 0;
}


.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.responsive-menu .lang a {
  font-size: 16px;
}

.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.responsive-menu .logo img {
  height: 100%;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 12px 10px;
  border-color: transparent;
  color: #000000;
  font-size: 13px;
  border: 1px solid #EBEBEB;
  background: #F8F8F8;
  border-radius: 2px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #000000;
  font-size: 13px;
  opacity: .50;

}

textarea:focus {
  outline: none;
}

.form-info form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 90px;
}

.contact-form .my-btn {
  margin-top: 0px;
}

.form-group.mobile {
  position: relative;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
  font-family: sans-serif;
}

.contact-form h5 {
  font-size: 28px;
  margin-bottom: 36px;
  color: #202020;
  text-align: center;
}

.contact-form form {
  padding-top: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.contact-data ul.contact-list {
  margin: 0 0 17px;
}

.contact-data ul li {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.contact-page .contact-data ul li a {
  color: #2D2D2D;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.contact-data li .icone {
  font-size: 20px;
  width: 60px;
  height: 61px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sec-color);
  background: #F8FBFF;
}

.contact-page .contact-data li span.key {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 700;
  margin-inline-start: 20px;
  display: inline-block;
  min-width: 140px;
}

.contact-data ul .data {
  display: flex;
  align-items: center;
}

.contact-data li p {
  margin-bottom: 0;
  color: #2D2D2D;
  font-size: 15px;
}

.contact-data ul .data span.mob-num {
  color: #656565;
  font-size: 15px;
}


.contact-data .map {
  height: 266px;
  border-radius: 12px;
  overflow: hidden;
}

.contact-data .map iframe {
  box-shadow: 6px 6px 26px 0px #00000008;
  border-radius: 2px;
}

/* ********************************************************************************************* */
/* Start about page */

.breadcrumb-section {
  padding: 77px 0 0;
  text-align: center;
}

.breadcrumb-info h2 {
  text-align: center;
  font-size: 55px;
}


.breadcrumb {
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding-top: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.breadcrumb-item.active {
  color: #363636;
  font-family: 'brandoBold';
  font-size: 50.25px;
  font-weight: 700;
  line-height: 54.12px;
}

.about_page_bread .breadcrumb-item.active {
  color: #000;
}

section.vission-sec {
  /* background: #202020; */
  /* border-bottom: 1px solid #404040; */
}

.vission-item {
  background: #F3F3F3;
  margin-bottom: 18px;
  padding: 50px 35px;
  height: calc(100% - 18px);
}

.vission-item h6 {
  color: #2B2A32;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

header.pages,
header.pages .responsive-menu {
  position: relative;
  background: #181818;
}

section.about.about_Page .section-title h4 {
  color: #000;
}

section.about.about_Page .section_Title h6 {
  color: #000;
}

section.about.about_Page {
  /* background: #fff; */
}

.vission-item h5 {
  font-family: 'brandoBold';
  font-size: 25px;
  font-weight: 700;
  line-height: 44px;
  color: #000000;
  margin-bottom: 11px;
}

.vission-item p {
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.vission-item .img {
  height: 50.49px;
  margin-bottom: 21px;
}

.vission-item .img img {
  max-height: 100%;
  max-width: 100%;
}

section.vission-sec .col-lg-4 {
  padding: 0 10px;
}

section.about.about_Page .about-info p {
  height: auto;
  display: block;
}

/* ************************************************************************ */

/* Pagination */
.pagination-list {
  border: 0.92px solid #F3F3F3;
  box-shadow: 0px 14.641509056091309px 29.283018112182617px 0px #0000000F;
  padding: 2px 0;
  width: 194px;
  margin: 48px auto 0;
}

.pagination {
  justify-content: center;
  margin-top: 44px;
}

.page-item .page-link {
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
  background: transparent;
  width: 29px;
  height: 27px;
  border: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1px;
  font-family: sans-serif;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
  border-color: #E8E8E8;
  background-color: transparent;
  color: #131313;
  line-height: 1px;
  padding: 0;
}

.page-item.active .page-link,
.page-link:hover,
.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
  z-index: 3;
  background-color: transparent;
  border-color: #5A395B;
  color: #5A395B;
}

li.page-item {
  margin-inline: 5px;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

/* ------------------------------------------------- */
/* -----------------------  contact-page  -----------------   */
.contact-form {
  padding: 33px 29px 39px;
  background: #FFF;
  height: 100%;
  box-shadow: 6px 6px 26px 0px #00000008;
  border-radius: 2px;
}

.contact-form .title h5 {
  font-weight: 700;
  font-size: 34.24px;
  line-height: 44px;
  margin-bottom: 29px;
  color: #423D69;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.contact-form h3 {
  font-size: 24px;
  margin-bottom: 14px;
  color: var(--sec-color);
  font-weight: 700;
}

.contact-form label {
  color: #151515;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}

.contact-page {
  padding-top: 48px;
}

.application-form-page .row,
.blog-page .row {
  justify-content: center;
}

.input-group.upload {
  position: relative;
}

.input-group.upload span.uplod {
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  color: rgb(68 68 68 / 54%);
  width: 100%;
  display: inline-block;
  text-align: end;
  padding-inline-end: 18px;
}

.input-group.upload {
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

.room-item .room-details {
  opacity: 0;
}

.owl-item.active.center+.owl-item.active .room-item .room-details {
  opacity: 1;
}

.rooms-slider.owl-theme .owl-dots .owl-dot span,
.rooms-slider.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 6px 4px;
  border: none;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--sec-color);
}

.rooms-slider.owl-theme .owl-dots .owl-dot:hover span,
.rooms-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--sec-color);
  border-color: var(--sec-color);
}

/* ----------------------------  room_Page  --------------------------   */
.room_Page ul.nav.nav-pills {

  justify-content: center;
}

section.room_Page ul.nav.nav-pills {
  justify-content: center;
  margin: 0 0 131px;
}

section.room_Page .room-item:hover .room-details {
  opacity: 1;
}

section.room_Page .room-item .room-details {
  position: absolute;
  top: unset;
  z-index: 9;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}

section.room_Page .room-item {
  margin-bottom: 16px;
  border-radius: 30px;
  overflow: hidden;
}

.project_iamges .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 3;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sec-color);
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  transition: all 0.3s;
  border-radius: 50%;
  border: 2px solid #fff;
}

.project_iamges .owl-theme .owl-nav .owl-prev {
  left: -20px;
}

.project_iamges .owl-theme .owl-nav .owl-next {
  right: -20px;
}

.project_iamges .owl-theme .owl-nav [class*=owl-] i {
  font-weight: 300;
}

.project_iamges .single-img {
  height: 473px;
  margin-bottom: 32px;
}

.project_iamges .single-img a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.project_iamges .single-img a::after {
  position: absolute;
  content: "\f002";
  font-family: 'font awesome 5 pro';
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sec-color);
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.project_iamges .single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#thumbs_gallary2 .img {
  height: 103px;
}

#thumbs_gallary2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.my-btn button::after {
  background-color: #EBEBEB;
}

section.book-page .row {
  justify-content: center;
}

.book-page .form-group i {
  position: absolute;
  top: 46px;
  left: 6px;
}

.book-page .form-group {
  position: relative;
}

.contact-form form textarea:focus,
.contact-form form select:focus {
  outline: none;
}

.book-page .contact-form {
  padding: 32px 27px 49px;
  box-shadow: 6px 6px 26px 0px #00000008;
}

.book-page .contact-form .my-btn {
  text-align: center;
  margin-top: 44px;
}

.book-page .my-btn button {
  padding: 16px 12px;
}

section.book-page {
  padding-top: 52px;
  background: #F3F3F3;
}

.htel_Img {
  height: 29px;
  margin-bottom: 10px;
  display: none;
}

.htel_Img img {
  max-height: 100%;
  object-fit: contain;
}

/* -----------------------------------  single room page --------------------------------    */
.breadcrumb-section.single-room-page {
  display: none;
}

section.single_room_page {
  padding-top: 0;
}

.container-fluid {
  padding: 0;
}

.single_room_page .project_iamges .single-img {
  position: relative;
}

.single_room_page .project_iamges .single-img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 50%);
}

.single_room_page .project_iamges .single-img {
  height: 768px;
  margin-bottom: 34px;
}

.single_room_deatails {
  position: absolute;
  top: 212px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
}

.single_room_deatails .room_price {
  border: 1px solid #fff;
  padding: 21px 18px;
  max-width: max-content;
  margin: 0 auto 44px;
}

.single_room_deatails .room_price h6 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.single_room_deatails h3 {
  font-size: 46px;
  font-weight: 400;
}

.search-form .form-group img {
  position: absolute;
  top: 19px;
  right: 10px;
  max-width:18px;
  max-height: 18px;
  display: none;
}

.single_Room .search-form .form-group input {
  padding-inline-start: 52px !important;
غرفة نوم: 1
;
غرفة نوم: 1
;
  border-color: #CFCFCF;
  color: #000000;
}

section.search-sec.single_Room {
  padding: 64px 0;
  margin-top: 0;
  background: transparent;
}

.single_room_page #thumbs_gallary2 .img {
  position: relative;
  transition: all 0.3s;
}

.single_room_page #thumbs_gallary2 .img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(32 32 32 / 80%);
}
.single_room_page #thumbs_gallary2 .img:hover::after,
#thumbs_gallary2 .owl-item.active.current  .img::after {
  opacity: 0;
}

section.single_room_page {
  background: #202020;
}

.single_room_page .project_iamges .owl-theme .owl-nav [class*=owl-] {
  display: none;
}

section.single_room_page .row {
  padding-top: 77px;
}

.single_room_page .section-title h4 {
  color: #fff;
}

.single_room_page .about-info {
  max-width: 81%;
}

.single_room_page {
  border-bottom: 1px solid #404040;
}

.single_room_page .about-info p {
  margin-bottom: 0;
  color: #9E9E9E;
  line-height: 26px;
  height: auto;
}
/* ---------------------  hotel-f-page ------------------------   */
.hotel-f-page .section_Title h6{
  color: #000;
}
.h-f-img{
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sec-color);
  color: #fff;
  margin-inline-end: 18px;
}
.hotel-f-details ul li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.hotel-f-details ul {
  padding-inline-start: 22px;
  border-inline-start: 1px solid #5A395B4D;
  margin-top: 53px;
}
section.gallary_page {
  padding-top: 48px;
}


@media (max-width: 768px) {
  li.menu-item-has-children a::after {
    left: 5px;
  }

  .search-form form .form-group i {
    left: 2px;
    font-size: 14px;
  }
}


.contact-form label{
    text-transform:capitalize;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    color: rgb(0 0 0 / 40%);
}
.ui-datepicker-calendar tbody td a {
    color: #000;
}

section.Rooms-and-suites .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}



.footer-soch a i{
    color: #000;
    transition:all 0.3s;
}
.footer-soch a:hover  i.fab.fa-youtube {
    color: #ff0000;
}

.footer-soch a:hover i.fab.fa-instagram {
    color: #c13584;
}

.footer-soch a:hover i.fab.fa-twitter {
    color: #1da1f2;
}

.footer-soch a:hover i.fab.fa-facebook-f {
    color: #1877f2;
}

.ui-datepicker-calendar tbody td a:hover {
       /*background-color: var(--sec-color);*/
    background-color: #009688;
    color: #fff;
}
.contact-data li .icone img {
    max-height: 26px;
}

button.btn {
    /* border-radius: 0; */
    border:none;
}

button.btn:hover{
    border:none;
}

  .side-content  .logo {
        height: 110px;
        margin-bottom: 28px;
        text-align: center;
    }

.search-form form .form-group input, .search-form form .form-group select {
    padding-inline-start: 34px;
}

.room_Page .my-btn a::after {
    background-color: #000;
}
.room_Page .my-btn a:hover{
    color:#fff;
}

.search-form form .form-group:nth-last-child(2) input {
    border-inline-end: 0;
}

.section_Title h6::before {
    content: "";
    position: relative;
    width: 6.73px;
    height: 6.73px;
    margin-inline-end: 12px;
    display: block;
    background: var(--sec-color);
    border-radius: 50%;
}

.section-title h4 span {
    color: var(--sec-color);
}

.Hotel_facilities_item .item-info {
    padding: 31px 0 0;
}

.contact-list li .img i.fas.fa-map-marker-alt {
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.breadcrumb-section.about_page_bread {display: none;}

.breadcrumb-item.active span {
    color: var(--sec-color);
}

section.room_Page {
    padding-top: 36px;
}

.col-lg-4.block-h.hover {
    max-width: 40%;
    flex: 0 0 40%;
}

.col-lg-4.block-h {
    transition: all .4s;
}

.col-lg-4.block-h.hover-after, .col-lg-4.block-h.hover-before, .print-h.block-order-3 .col-lg-4.block-h:nth-child(1), .print-h.block-order-6 .col-lg-4.block-h:nth-child(4), .print-h.block-order-9.col-lg-4.block-h:nth-child(7), .row.print-h.block-order-13 .col-lg-4.block-h:nth-child(1), .row.print-h.block-order-16 .col-lg-4.block-h:nth-child(4), .col-lg-4.block-h.hover-after + .col-lg-4.block-h:nth-child(3), .col-lg-4.block-h.hover-after + .col-lg-4.block-h:nth-child(6), .col-lg-4.block-h.hover-after + .col-lg-4.block-h:nth-child(9), .row.print-h.block-order-19 .col-lg-4.block-h:nth-child(1), .row.print-h.block-order-22 .col-lg-4.block-h:nth-child(4) {
    max-width: 30%;
    flex: 0 0 30%;
}

section.search-sec.single_Room .search-form {
    backdrop-filter: blur(14px);
    border: 1px solid #CFCFCF;
    background: #fff;
}

section.search-sec.single_Room .search-form form {
    border: none;
}

.single_Room .search-form .form-group img {
    display: block;
}

.single_Room .search-form .form-group i {
    left: auto;
    right: 11px;
    color: #000;
    font-size: 21px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: center;
    font-family: 'Font Awesome 5 Pro';
}

.single_Room .search-form .form-group input::placeholder {
    color: #000;
  opacity: .50;
}

.room-single.single-h {
    background: #F3F3F3;
}

.single-h .section-title h4 {
    font-size: 50.25px;
}

.single-h .section-title h4 span {
    color: var(--sec-color);
}

.single-h .section-title {
    margin-bottom: 27px;
}

.single-h .room_price h6 {
    font-family: 'brandoBold';
    font-size: 26px;
    line-height: 28px;
    color: #000;
    margin: 0;
}

.single-h .about-info p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.imgs-single {
    width: 49vw;
}

.imgs-single .single-img {
    height: 474.18px;
    overflow: hidden;
    border-radius: 0 35.69px 35.69px 0;
    position: relative;
}

.imgs-single .single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.imgs-single .thumb {
    margin-bottom: 29px;
}

div#thumbs_gallary2 {
    left: 19px;
}

div#thumbs_gallary2 .img {
    height: 115.21px;
    border-radius: 10px;
    overflow: hidden;
    opacity: .2;
    transition: all .4s;
}

div#thumbs_gallary2 .owl-item.active .img {
    opacity: 1 !important;
}

div#thumbs_gallary2 .owl-item.active.current .img {
    opacity: .2 !important;
    /*opacity: 1 !important;*/
}

.imgs-single .thumb .owl-item {overflow: hidden;}

section.book-page .section-title {text-align: center;margin-bottom: 65px;}

.book-page .contact-form .form-group label {
    font-family: 'brandoSemiBold';
    font-size: 16px;
    color: #151515;
    line-height: 28px;
}

.book-page .contact-form .form-group input, .book-page .contact-form .form-group select, .book-page .contact-form .form-group textarea {
    height: 45px;
    border-radius: 2px;
    border: 1px solid #EBEBEB;
    background: #F8F8F8;
    padding: 12px 17px;
}

section.contact-page {
    background: #F3F3F3;
}

section.contact-page+footer {background: #fff;}

.contact-page .section-title {
    margin-bottom: 80px;
}

.contact-h .contact-form {
    box-shadow: 6px 6px 26px 0px #00000008;
    border-radius: 12px;
}

.contact-h .contact-form h3 {
    font-family: 'brandoBold';
    font-size: 24px;
    color: #000;
    line-height: 38px;
    margin-bottom: 5px;
}

.contact-h .contact-form p {
    color: #151515;
    font-size: 16px;
    line-height: 38px;
    margin: 0;
}

.contact-h .contact-form label {
    font-family: 'brandoBold';
    font-size: 14px;
    color: #151515;
    line-height: 24px;
    margin-bottom: 5px;
}

.contact-h .contact-form input, .contact-h .contact-form select, .contact-h .contact-form textarea {
    height: 45px;
    padding: 12px 17px;
    border: 1px solid #EBEBEB;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.56px;
}

.contact-h .contact-form input::placeholder, .contact-h .contact-form textarea::placeholder {
    opacity: .50;
}

.contact-h .contact-form textarea {
    height: 83px;
}

.contact-h .contact-form .my-btn {
    margin-top: 32px;
}

section.services-page {
    background: #F3F3F3;
}

section.services-page+footer {
    background: #fff;
}

.imgs-single .single-img .over-box {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .2s;
}

.imgs-single .single-img .over-box a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    transition: all .4s;
    transform: scale(.5);
    opacity: 0;
}

.imgs-single .single-img .over-box a i {
    width: 87.38px;
    height: 87.38px;
    border: 1.61px solid #DEDEDE;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 46.87px;
    line-height: 62.49px;
}

.imgs-single:hover .single-img .over-box a {
    transform: none;
    opacity: 1;
}

.imgs-single .single-img:hover .over-box {
    opacity: 1;
}

.img-single-serv {
    height: 524.42px;
    overflow: hidden;
    border-radius: 30px;
}

.img-single-serv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-service {
    background: #F3F3F3;
}

.single-service + footer {
    background: #fff;
}

section.Rooms-and-suites .section-title ,
section.hotels_facilities .section-title {
    padding-inline-start: 10px;
}

.btn-center {
    text-align: center;
    margin-top: 32px;
}

.btn-white a, .btn-white button {
    background: #fff;
    color: var(--sec-color);
}

.btn-white a::after, .btn-white button::after {
    background: var(--sec-color);
}

.btn-white a:hover, .btn-white button:hover {
    color: #fff;
}

.search-form .my-btn a::after, .search-form .my-btn button::after {background: var(--main-color);}

.search-form .my-btn a:hover, .search-form .my-btn button:hover {
    color: #fff;
}

.about-info ul {
    margin-top: 20px;
    padding-inline-start: 20px;
}

.about-info ul li {
    display: list-item;
    list-style: disc;
    margin: 10px 0;
    /* display: block; */
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.row.print-h.block-order-13~.col-lg-4.block-h {
    width: 30%;
}

.col-lg-4.block-h.hover-before {}

.col-lg-4.block-h.hover-after:nth-child(4), .col-lg-4.block-h.hover-after:nth-child(7) {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.services-page .section-title h4 ,
.book-page .section-title h4 ,
.contact-page .section-title h4 {
    font-family: 'brandoBold';
    font-size: 50.25px;
    line-height: 54.12px;
    margin-bottom: 58px;
}

section.services-page .Hotel_facilities_item {
    margin-top: 32px;
    height: calc(100% - 32px);
}

section.services-page .Hotel_facilities_item .item-info {
    display: flex;
    flex-direction: column;
    height: calc(100% - 299px);
}

section.services-page .Hotel_facilities_item .item-info h4, section.services-page .Hotel_facilities_item .item-info p {
    width: 100%;
}

section.services-page .Hotel_facilities_item .item-info p {
    margin-top: auto;
}

.sidebar .side-content ul li.current-menu-item a {
    color: var(--sec-color);
}

.about-imgs {
    margin-top: 60px;
}

.page-item .page-link .fa.fa-arrow-right::before, .page-item .page-link .fa.fa-arrow-left::before {
    content: "<<";
    font-size: 8px;
}

.page-item .page-link i {
    display: flex;
}

.page-item .page-link .fa.fa-arrow-left::before {
    content: ">>";
}

.about-info .my-btn a {
    color: var(--sec-color);
    background: #fff;
}

.about-info .my-btn a::after {
    background: var(--sec-color);
}

.about-info .my-btn a:hover {
    color: #fff;
}

.Hotel_facilities_item:hover .item-info h4 {
    color: var(--sec-color);
}


i.far.fa-bed-alt::before {
    content: "\f8f7";
}
::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000000;
}