@charset "UTF-8";
body {
  font-family: "Tajawal", sans-serif;
}
body * {
  font-family: "Tajawal", sans-serif;
}

header .rx-header {
  padding: 20px 0;
}
header .header-fixed {
  position: absolute !important;
  background: none !important;
  padding: 20px 0 !important;
  animation: none;
}

.rx-banner h4 {
  font-weight: bold;
  font-size: 32px;
}

.rx-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rx-slider .slick-dots li {
  height: 5px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.25s all ease-in-out;
  cursor: pointer;
}
.rx-slider .slick-dots li button {
  display: none;
}
.rx-slider .slick-dots li.slick-active {
  width: 20px;
  background-color: #fff;
}

.rx-inner-menu-desk {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #45589b;
  border-radius: 12px;
}
.rx-inner-menu-desk .rx-main-menu {
  justify-content: space-around;
  padding: 0;
}
.rx-inner-menu-desk .rx-main-menu ul.navbar-nav {
  width: 100%;
  justify-content: center;
  gap: 30px;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-menu {
  border-radius: 0;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-menu .dropdown-list-sub {
  position: relative;
  width: 100%;
  text-align: start;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-menu .dropdown-list-sub .dropdown-item {
  font-size: 16px;
  font-weight: 500;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-menu .dropdown-list-sub .rx-dropdown-menu-sub {
  right: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: start;
  width: max-content;
  max-width: 250px;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-menu .dropdown-list-sub .rx-dropdown-menu-sub .dropdown-item-sub {
  font-size: 15px;
  font-weight: 500;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-menu .dropdown-list-sub:hover .rx-dropdown-menu-sub {
  opacity: 1;
  visibility: visible;
  margin: 0;
  top: 0;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-item {
  padding-left: 0;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-item::after {
  transform: rotateZ(90deg) translateY(-50%);
  font-size: 18px;
  top: 50%;
  left: -4px;
  content: "«";
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-item::before {
  right: 50%;
  transform: translateX(50%);
  display: none;
}
.rx-inner-menu-desk .rx-main-menu ul li {
  margin-left: 0;
}
.rx-inner-menu-desk .rx-main-menu ul li a.nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  color: #fff;
}
.rx-inner-menu-desk .rx-main-menu ul li:hover a {
  color: #fff;
}
.rx-inner-menu-desk .rx-main-menu .header-button .rx-btn-one {
  background-color: #45589b;
  border-color: #45589b;
}

.section-hero .rx-slide {
  background: none;
}
.section-hero .rx-slide .banner-img {
  max-width: 100%;
  height: auto;
}
.section-hero .rx-slide .rx-hero-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-hero .rx-slide::before {
  display: none;
}

.section-hero button.slick-arrow .arrow-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 50px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-hero button.slick-arrow .arrow-icon span {
  display: none;
}
.section-hero button.slick-arrow .arrow-icon::after {
  content: "";
  content: "\f105";
  font-size: 23px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.section-hero button.slick-arrow .slick-thumb-nav {
  display: none;
}
.section-hero button.slick-arrow.slick-prev .arrow-icon {
  right: auto;
  left: 40px;
}
.section-hero button.slick-arrow.slick-prev .arrow-icon::after {
  content: "\f104";
}

.rx-services .services-contact ul li {
  font-size: 16px;
}

.rx-testimonials-img img {
  border-radius: 0;
}

.team-members {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.team-members .team-member {
  width: calc(25% - 15px);
  padding: 0;
}

.rx-spa-card {
  border-radius: 0;
}
.rx-spa-card .spa-img {
  border-radius: 0;
}
.rx-spa-card .spa-img img {
  border-radius: 0;
}
.rx-spa-card .spa-contact {
  padding: 15px 20px;
}
.rx-spa-card .spa-contact h4 {
  margin: 0;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
  height: 100%;
  padding: 10px;
}

.rx-testimonials-contact .rx-inner-banner h4 {
  font-size: 17px;
}

.news .rx-amenities-img img {
  border-radius: 0;
}
.news .rx-amenities-contact .inner-banner {
  right: 0;
}

.rx-blog-card .rx-blog-img {
  border-radius: 0;
}
.rx-blog-card .rx-blog-img img {
  transform: none;
}

.rx-amenities-contact .inner-banner h4 {
  font-size: 32px;
  font-weight: bold;
  text-shadow: none;
}

footer {
  background-color: #45589b;
}
footer .rx-footer-copy {
  background-color: #45589b;
}

.rx-footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.rx-footer-inner-contact {
  justify-content: center;
}
.rx-footer-inner-contact .rx-footer-left-side-contact p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}
.rx-footer-inner-contact .rx-footer-left-side-contact p a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
.rx-footer-inner-contact .rx-footer-left-side-contact p a:hover {
  color: #fff;
}

.rx-footer-items .rx-items-contact ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.rx-footer-items .rx-items-contact ul li a:hover {
  color: #fff;
}

.rx-footer-other-info .inner-info span {
  color: #fff;
  font-size: 20px;
  margin: 0 5px;
}
.rx-footer-other-info .inner-info p, .rx-footer-other-info .inner-info a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.rx-footer-other-info .inner-info p:hover, .rx-footer-other-info .inner-info a:hover {
  color: #fff;
}

.rx-social-media .rx-logo img {
  width: auto;
  max-width: 320px;
}
.rx-social-media .inner-contact p {
  color: #fff;
  font-size: 18px;
}

.rx-about-contact .inner-contact p {
  font-size: 20px;
}

.rx-testimonials-contact .rx-inner-banner span {
  font-size: 17px;
}

.rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact h4 {
  font-size: 20px;
}

.rx-footer-other-info .inner-info h5 {
  font-size: 20px;
}

.rx-footer-items .rx-items-heading h4 {
  font-size: 20px;
}

.rx-contact-form .rx-input-box label {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .team-members {
    flex-wrap: wrap;
  }
  .team-members .team-member {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .team-members .team-member {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  header .rx-header {
    position: initial;
    padding: 15px 0;
    background-color: #fff;
  }
  header .rx-header .rx-inner-menu-desk {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .rx-inner-menu-desk .navbar-toggler {
    border-color: #000;
  }
  .rx-inner-menu-desk .navbar-toggler i {
    color: #000;
  }
  .rx-slider .rx-slide {
    height: auto;
  }
  .rx-slider .rx-slide .rx-hero-contact {
    padding: 20px 0;
  }
  .rx-slider .rx-slide::after {
    height: 120px;
  }
  .rx-testimonials-img img {
    width: 100% !important;
    max-width: 100%;
  }
  .rx-amenities-contact .inner-banner {
    right: auto;
  }
  .section-testimonials .rx-btn-two {
    margin-top: 30px;
    display: inline-block;
  }
  .rx-services .services-contact ul li {
    font-size: 16px;
  }
  .team-members .team-member {
    width: 100%;
  }
}

/*# sourceMappingURL=style-redesign.css.map */
