@charset "UTF-8";
@font-face {
  font-family: "ReadexPro-Light";
  src: url(../fonts/ReadexPro-Light.ttf);
}
@font-face {
  font-family: "ReadexPro-ExtraLight";
  src: url(../fonts/ReadexPro-ExtraLight.ttf);
}
@font-face {
  font-family: "ReadexPro-Regular";
  src: url(../fonts/ReadexPro-Regular.ttf);
}
@font-face {
  font-family: "ReadexPro-Medium";
  src: url(../fonts/ReadexPro-Medium.ttf);
}
@font-face {
  font-family: "ReadexPro-SemiBold";
  src: url(../fonts/ReadexPro-SemiBold.ttf);
}
@font-face {
  font-family: "ReadexPro-Bold";
  src: url(../fonts/ReadexPro-Bold.ttf);
}
.regular {
  font-family: "ReadexPro-Regular";
}

.extraLight {
  font-family: "ReadexPro-ExtraLight";
}

.medium {
  font-family: "ReadexPro-Medium";
}

.semibold {
  font-family: "ReadexPro-SemiBold";
}

.bold {
  font-family: "ReadexPro-Bold";
}

.Trox-R {
  font-family: "Trox-R";
}

.text-shadow {
  text-shadow: 0px 3px 0px #8B5A3C;
}

.text-shdow2 {
  text-shadow: 0px 3px 0px rgba(35, 35, 35, 0.34);
}

.about-img {
  height: 460px;
}

*,
* button:focus {
  outline: 0;
}

:root {
  --primary: #232323;
  --secondary: #875A3F;
  --subColor: #C5AD64;
  --main-color: #C5AD64;
  --dark-green: #676350;
  --dark: #232323;
  --orange: #d14c00;
  --cyan: #fdfaf5;
  --purple-light: #f9f9fe;
  --green-light: #f6fbf8;
  --blue-light: #f7fafe;
  --blue: #f5fbfc;
  --red-light: #fcf7f7;
  --lightbrown: #f9f1e4;
  --radius24: 24px;
  --radius28: 28px;
  --radius32: 32px;
  --radius42: 42px;
  /* --subColor2: #77643d; */
}

.max-width {
  max-width: 675px;
}

.mainColor {
  color: var(--mainColor) !important;
}

.dark-color {
  color: var(--dark) !important;
}

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

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

.primary-bg {
  background-color: var(--primary) !important;
}

.secondary-bg {
  background-color: var(--secondary) !important;
}

.dark-green-bg {
  background-color: var(--dark-green) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

.radiu24 {
  border-radius: var(--radiu24);
}

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "ReadexPro-Light";
  text-decoration: none;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
  overflow-x: hidden;
  background-color: #CEC8BC;
  background-image: url("../images/noise.png");
  background-size: contain;
  background-repeat: repeat;
  direction: rtl;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #3A1D0C;
}

.w-40 {
  width: 40%;
}

.fs-12,
p.fs12 {
  font-size: 12px !important;
}

g .fs-1 {
  font-size: 62px !important;
}

.fs-2 {
  font-size: 48px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-4 {
  font-size: 27px !important;
}

.fs-5 {
  font-size: 1.1rem !important;
}

.fs-6 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.size-6 {
  font-size: 15px !important;
}

.size-8 {
  font-size: 13px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.fs-62 {
  font-size: 62px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

.fs-7 {
  font-size: 14px;
}

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

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

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

.btn {
  overflow: hidden;
}

.btn-padding {
  padding: 10px 100px !important;
}

.hvr-shutter-out-horizontal:before {
  background: rgb(118, 18, 250);
  background: linear-gradient(90deg, rgb(118, 18, 250) 0%, rgb(250, 18, 227) 100%);
}

.btn-primary {
  background-color: var(--primary) !important;
  border: 0px;
}

.dark-btn {
  background-color: var(--primary) !important;
  border: 0px;
}

.btn-outline {
  border: 2px solid white;
  padding: 10px 30px;
}
.btn-outline:hover {
  border: 1px solid #cabeb4;
}

.btn-outline-secondary {
  border: 2px solid rgba(135, 90, 63, 0.6) !important;
  padding: 14px 100px !important;
  color: var(--secondary);
}
.btn-outline-secondary span {
  color: var(--secondary);
}
.btn-outline-secondary:hover {
  border: 1px solid #cabeb4;
  background-color: var(--secondary);
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
.slideInUp {
  animation: slideInUp 2s ease-in-out forwards;
}

.line {
  position: absolute;
  width: 100% !important;
  right: 0;
  left: 0;
  top: 70px;
  height: 1px !important;
}

.justify-content-space-between {
  justify-content: space-between;
}

.mt-95 {
  margin-top: 95px;
}

.mt-6 {
  margin-top: 5rem;
}

.mt-minus-60 {
  margin-top: -60px;
}

.no-border {
  border: 0px !important;
}

.no-bg {
  background-color: transparent !important;
}

article {
  line-height: 1.7rem;
}

.rounded {
  border-radius: 100px !important;
}

.z-index {
  z-index: 1;
}

.relative {
  position: relative;
}

i {
  font-size: 18px;
}

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

.green-font {
  color: #53a94d !important;
}

.dark-green-color {
  color: #676350 !important;
}

.subColor {
  color: var(--subColor) !important;
}

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

.gradient-text,
.hvr-gradiant:hover {
  background: linear-gradient(90deg, rgb(118, 18, 250) 0%, rgb(250, 18, 227) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.line-h-70 {
  line-height: 70px;
}

.line-h-100 {
  line-height: 100px;
}

.btn {
  text-align: center;
  padding: 10px 30px;
}

.btn-purple {
  background-color: var(--mainColor);
}
.btn-purple:hover {
  background-color: var(--subColor);
}

.btn-subColor.hvr-txt-trans {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans:hover {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans .txt::after {
  padding-right: 25px;
}

.btn-green.hvr-txt-trans {
  background-color: #21b538;
}
.btn-green.hvr-txt-trans:hover {
  background-color: #21b538;
}
.btn-green.hvr-txt-trans .txt::after {
  padding-right: 25px;
}

.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.hvr-txt-trans:hover {
  color: #fff;
}
.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
}
.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.gradient-text.hvr-txt-trans:hover {
  background: linear-gradient(90deg, rgb(118, 18, 250) 0%, rgb(250, 18, 227) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.radius {
  border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  -ms-border-radius: var(--radius);
  -o-border-radius: var(--radius);
}

.radius24 {
  border-radius: var(--radius24);
}

.radius28 {
  border-radius: var(--radius28);
}

.radius32 {
  border-radius: var(--radius32);
}

.radius42 {
  border-radius: var(--radius42);
}

.overdflow-hidden {
  overflow: hidden !important;
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_contain {
  object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 60px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.studio-section .studio-card {
  position: relative;
  background-color: transparent;
  border: 0px;
  margin-left: 30px;
  height: 687px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.studio-section .studio-card:hover {
  transform: translateY(-8px);
}
.studio-section .studio-card:hover .card-img img {
  transform: scale(1.1);
}
.studio-section .studio-card:hover .heart {
  background-color: var(--secondary-color);
  color: white !important;
}
.studio-section .studio-card:hover .more {
  background-color: #875A3F !important;
  box-shadow: 0 6px 20px rgba(135, 90, 63, 0.4);
}
.studio-section .studio-card .heart {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #dfd9d2;
  border: 1px solid white;
  border-radius: 100%;
  color: var(--secondary);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 20;
}
.studio-section .studio-card .heart:hover {
  animation: heartBeat 0.6s ease infinite;
  background-color: var(--secondary-color);
  color: white !important;
}
.studio-section .studio-card .card-img {
  width: 300px;
  height: 585px;
  position: absolute;
  border-radius: var(--radius32);
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-border-radius: var(--radius32);
  -moz-border-radius: var(--radius32);
  -ms-border-radius: var(--radius32);
  -o-border-radius: var(--radius32);
}
.studio-section .studio-card .card-img img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio-section .studio-card .card-info {
  position: absolute;
  left: 220px;
  top: 75px;
  width: 300px;
  height: 370px;
  z-index: 10;
}
.studio-section .studio-card .card-info .card-details {
  width: 100%;
  background-image: url("../images/studio-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
.studio-section .studio-card .card-info .card-details .label {
  background-color: rgba(250, 250, 250, 0.7);
  padding: 15px 10px;
  border: 1px solid white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.studio-section .studio-card .card-info .card-details .list .gap-3.d-flex {
  transition: all 0.3s ease;
}
.studio-section .studio-card .card-info .card-details .list .gap-3.d-flex svg {
  transition: transform 0.3s ease;
}
.studio-section .studio-card .card-info .card-details .list .gap-3.d-flex:hover {
  transform: translateX(5px);
}
.studio-section .studio-card .card-info .card-details .list .gap-3.d-flex:hover svg {
  transform: scale(1.2);
}
.studio-section .studio-card .more {
  position: absolute;
  left: 0;
  padding: 18px 35px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.studio-section .studio-card .more svg {
  transition: transform 0.3s ease;
}
.studio-section .studio-card .more:hover {
  background-color: var(--dark-green) !important;
  box-shadow: 0 6px 20px rgba(135, 90, 63, 0.4);
  transform: translateY(-2px);
}
.studio-section .studio-card .more:hover svg {
  transform: translateX(5px);
}
.studio-section .studio-card .line-card {
  position: absolute;
  bottom: 38px;
  width: 100%;
  height: 260px;
  left: -23px;
  z-index: 1;
}

.tec-section .card .icon,
.value-section .card .icon {
  background-repeat: no-repeat;
  background-size: cover;
  width: 146px;
  height: 140px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tec-section .card .icon {
  background-image: url("../images/shapes/icon_bg.png");
}

.value-section .card .icon {
  background-image: url("../images/icon_bg.png");
}

/*---------------header-----------------------*/
.hero-section {
  height: 100vh;
  position: relative;
  overflow: visible;
}
.hero-section > .container-fluid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.hero-section .form-control {
  height: 36px;
  background-color: #cfc0b5;
}
.hero-section .form-control::placeholder {
  color: var(--secondary) !important;
  font-size: 19px;
}
.hero-section .hero-inputs {
  backdrop-filter: blur(10px);
  background-color: rgba(135, 90, 63, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-section .hero-btn {
  height: 70px;
  min-width: 140px;
}
.hero-section .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.hero-section .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.hero-section .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.hero-section .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  background-color: #cfc0b5;
  border: 0px;
}
@media (max-width: 991px) {
  .hero-section {
    height: auto;
    min-height: 100vh;
    padding: 80px 15px 40px;
  }
  .hero-section .hero-content {
    padding: 20px !important;
  }
  .hero-section .hero-title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
  .hero-section .hero-inputs {
    flex-wrap: wrap;
    gap: 15px !important;
    padding: 15px !important;
  }
  .hero-section .hero-inputs .input-group {
    flex: 1 1 45%;
    min-width: 200px;
  }
  .hero-section .hero-inputs .input-group .form-control {
    height: 45px;
    font-size: 14px;
  }
  .hero-section .hero-inputs .input-group .input-group-text {
    padding: 10px 12px;
  }
  .hero-section .hero-inputs .input-group .input-group-text svg {
    width: 18px;
    height: 18px;
  }
  .hero-section .hero-inputs .hero-btn {
    flex: 1 1 100%;
    height: 50px;
    min-width: auto;
    justify-content: center;
  }
  .hero-section .hero-inputs .hero-btn span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content {
    padding: 15px 10px !important;
  }
  .hero-section .hero-title {
    font-size: 20px !important;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .hero-section .hero-inputs {
    flex-direction: column;
    gap: 10px !important;
    padding: 12px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .hero-section .hero-inputs .input-group {
    width: 100%;
    flex: none;
  }
  .hero-section .hero-inputs .input-group .form-control {
    height: 42px;
    font-size: 13px;
  }
  .hero-section .hero-inputs .input-group .input-group-text {
    padding: 8px 10px;
  }
  .hero-section .hero-inputs .input-group .input-group-text svg {
    width: 16px;
    height: 16px;
  }
  .hero-section .hero-inputs .hero-btn {
    height: 45px;
  }
  .hero-section .hero-inputs .hero-btn span {
    font-size: 14px;
  }
  .hero-section .hero-inputs .hero-btn svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 575px) {
  .hero-section {
    padding: 60px 10px 25px;
  }
  .hero-section .hero-content {
    padding: 10px 5px !important;
  }
  .hero-section .hero-title {
    font-size: 16px !important;
    margin-bottom: 12px;
  }
  .hero-section .hero-inputs {
    padding: 10px !important;
    gap: 8px !important;
  }
  .hero-section .hero-inputs .input-group .form-control {
    height: 38px;
    font-size: 12px;
    padding: 8px 10px;
  }
  .hero-section .hero-inputs .input-group .input-group-text {
    padding: 6px 8px;
  }
  .hero-section .hero-inputs .input-group .input-group-text svg {
    width: 14px;
    height: 14px;
  }
  .hero-section .hero-inputs .hero-btn {
    height: 40px;
  }
  .hero-section .hero-inputs .hero-btn span {
    font-size: 13px;
  }
}

.hero-img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}

.hero-title {
  /* Animation start state */
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  filter: blur(6px);
  animation: perfumeFade 1.8s ease-out forwards;
  animation-delay: 0.5s;
}

/* Keyframes */
@keyframes perfumeFade {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
/* Animation العنوان */
@keyframes perfumeFade {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
/* Animation النص */
@keyframes subtitleFade {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.hero-buttons {
  opacity: 0;
  transform: translateY(30px);
  animation: buttonsFade 1.4s ease-out forwards;
  animation-delay: 2.2s;
}

@keyframes buttonsFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-buttons .btn,
.hero-buttons div {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.hero-buttons .btn:hover {
  transform: translateY(-3px) scale(1.03);
}

.hero-buttons .btn::before,
.hero-buttons div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -85%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transition: 0.6s;
}

.hero-buttons .btn:hover::before,
.hero-buttons div:hover::before {
  left: 120%;
}

header {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  /* Optional shadow */
}
header .navbar-nav .nav-item .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.58) !important;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: white !important;
}
header .navbar-nav .nav-item .nav-link.active {
  width: 83%;
  transition: all 0.6s ease;
  color: white !important;
}
header .nav_btns.hero-buttons .nav-link {
  color: rgba(255, 255, 255, 0.7803921569) !important;
}
header .nav_btns.hero-buttons .nav-link:hover {
  color: white !important;
}
header .nav_btns.hero-buttons .nav-link.active {
  transition: all 0.6s ease;
  color: white !important;
  border-bottom: 2px solid white;
  line-height: 50px;
}

header.nav-scroll {
  transition: all 0.3s ease;
  background-color: rgba(135, 90, 63, 0.61);
  backdrop-filter: blur(10px);
  position: fixed !important;
}

.nav-link {
  padding: 0 12px !important;
}

.header.transparent-header {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent-header .navbar-nav .nav-link {
  color: white !important;
}

.header.transparent-header.nav-scroll {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.header.transparent-header.nav-scroll .navbar-nav .nav-link {
  color: white !important;
}
.header.transparent-header.nav-scroll .top-header {
  background-color: rgba(0, 0, 0, 0.2);
}
.header.transparent-header.nav-scroll .top-header .nav-link {
  color: white !important;
}

.header.nav_inner_pages {
  position: relative;
}
.header.nav_inner_pages .navbar-nav .nav-item .nav-link {
  color: #232323 !important;
}
.header.nav_inner_pages .navbar-nav .nav-item .nav-link .active {
  color: #232323 !important;
}
.header.nav_inner_pages .nav_btns.hero-buttons .nav-link {
  color: #232323 !important;
}
.header.nav_inner_pages .nav_btns.hero-buttons .nav-link.active {
  border-bottom-color: #232323 !important;
}
.header.nav_inner_pages .btn-outline {
  border-color: var(--secondary) !important;
  color: var(--secondary) !important;
}

.perfumFade {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  filter: blur(6px);
  animation: perfumeFade 1.8s ease-out forwards;
  animation-delay: 0.5s;
}

.subTitleFade {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(4px);
  animation: subtitleFade 1.5s ease-out forwards;
  animation-delay: 1.3s;
}

/*=============choose section=====================*/
.main-img {
  height: 500px !important;
}

.h-60 {
  height: 60px !important;
}

.h-90 {
  height: 90px !important;
}

.h-580 {
  height: 580px;
}

.w-110 {
  width: 90px !important;
}

/*=============Amenities Section=====================*/
.amenities-section .amenities-swiper-container {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .amenities-section .amenities-swiper-container {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .amenities-section .amenities-swiper-container {
    padding: 0 10px;
  }
}
.amenities-section .amenities-swiper {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .amenities-section .amenities-swiper {
    padding-bottom: 30px;
  }
}
.amenities-section .amenities-swiper .swiper-slide {
  height: auto;
  border-radius: var(--radius32);
  -webkit-border-radius: var(--radius32);
  -moz-border-radius: var(--radius32);
  -ms-border-radius: var(--radius32);
  -o-border-radius: var(--radius32);
  overflow: hidden;
}
.amenities-section .amenity-slide-card {
  background: #FFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #eee;
  height: 450px;
  border-radius: var(--radius32);
}
.amenities-section .amenity-title {
  color: #2C2C2C;
}
.amenities-section .amenity-description {
  color: #676350;
  line-height: 1.5;
}
.amenities-section .swiper-button-next,
.amenities-section .swiper-button-prev {
  color: var(--secondary);
  background: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.amenities-section .swiper-button-next::after,
.amenities-section .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.amenities-section .swiper-button-next:hover,
.amenities-section .swiper-button-prev:hover {
  background: var(--secondary);
  color: #FFF;
}
.amenities-section .swiper-button-next {
  right: 0;
}
.amenities-section .swiper-button-prev {
  left: 0;
}
.amenities-section .swiper-pagination {
  bottom: -2px;
}
.amenities-section .swiper-pagination .swiper-pagination-bullet {
  background: var(--secondary);
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.amenities-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.amenities-section .amenity-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius32);
  overflow: hidden;
}
.amenities-section .amenity-bg-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities-section .amenity-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amenities-section .amenity-card-content .amenity-overlay {
  margin-right: 100px;
  width: 480px;
  height: 100%;
}
.amenities-section .amenity-card-content .amenity-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities-section .amenity-center {
  margin-bottom: 30px;
}
.amenities-section .amenity-center .amenity-title {
  font-size: 62px;
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .amenities-section .amenity-center .amenity-title {
    font-size: 28px;
  }
}
.amenities-section .amenity-center .btn {
  padding: 17px 81px;
  border-radius: 100px;
}
.amenities-section .amenity-center .btn:hover {
  background: rgb(100.2272727273, 66.8181818182, 46.7727272727);
  border-color: rgb(100.2272727273, 66.8181818182, 46.7727272727);
}
@media (max-width: 768px) {
  .amenities-section .amenity-center .btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}
.amenities-section .amenity-left {
  max-width: 455px;
  padding-left: 80px;
}
.amenities-section .amenity-left .amenity-description {
  color: #FFF;
  font-size: 21px;
  line-height: 1.8;
  font-family: "ReadexPro-Light";
}
@media (max-width: 768px) {
  .amenities-section .amenity-left .amenity-description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .amenities-section .amenity-left {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .amenities-section {
    min-height: 350px;
  }
  .amenities-section .amenity-card-content {
    padding: 25px 15px;
  }
  .amenities-section .amenity-card-content .amenity-overlay {
    height: 150px;
  }
  .amenities-section .amenity-center {
    margin-top: 120px;
  }
  .amenities-section .amenity-center .amenity-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .amenities-section .amenity-center .btn {
    padding: 10px 25px;
    font-size: 13px;
  }
  .amenities-section .amenity-center .btn span {
    font-size: 14px !important;
  }
  .amenities-section .amenity-left .amenity-description {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .amenities-section {
    min-height: 300px;
  }
  .amenities-section .amenity-card-content .amenity-overlay {
    height: 120px;
  }
  .amenities-section .amenity-center {
    margin-top: 100px;
  }
  .amenities-section .amenity-center .amenity-title {
    font-size: 20px;
  }
  .amenities-section .amenity-center .btn {
    padding: 8px 20px;
    font-size: 12px;
  }
  .amenities-section .amenity-center .btn span {
    font-size: 12px !important;
  }
  .amenities-section .amenity-left .amenity-description {
    font-size: 12px;
  }
}

.info-section {
  background-image: url(../images/info-section.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 15px 0px 130px;
}
.info-section .info-note {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.1) 50%, #ffffff 100%);
  padding: 1px;
  overflow: hidden;
}
.info-section .info-note .content {
  background-color: #80806B;
  padding: 15px 36px;
}
.info-section .more-btn {
  padding: 17px 76px;
  background-color: white;
}
.info-section .info-img {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  header .navbar {
    transition: all 0.3s ease;
    background-color: rgba(135, 90, 63, 0.61);
    backdrop-filter: blur(10px);
    padding: 0px 15px !important;
  }
  .section_padding {
    padding: 20px 0;
  }
  .info-section {
    padding: 15px 0px 0px;
    background-size: cover;
  }
  .info-section .ms-5 {
    margin-right: 0px !important;
  }
  .info-section .mt-5 {
    margin-top: 0px !important;
  }
  .info-section .mb-5 {
    margin-bottom: 0px !important;
  }
  .info-section .col-md-5 {
    margin-left: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .info-section h2 {
    font-size: 28px !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }
  .info-section .info-note {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
  }
  .info-section .info-img {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    height: 300px;
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .info-section h2 {
    font-size: 22px !important;
  }
  .info-section .info-note .content {
    font-size: 18px !important;
    padding: 12px 15px;
  }
  .info-section .more-btn {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 20px !important;
  }
  .info-section .info-img {
    height: 220px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .info-section h2 {
    font-size: 18px !important;
  }
  .info-section .info-note .content {
    font-size: 14px !important;
    padding: 10px 12px;
  }
  .info-section .more-btn {
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 15px !important;
  }
  .info-section .info-img {
    height: 180px;
    margin-top: 15px;
  }
}
/*-------offers section------------------------*/
.offers-section .offer-card {
  background-image: url(../images/offer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: var(--radius32);
  border: 1px solid white;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.offers-section .offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
}
.offers-section .offer-card:hover .offer-img {
  transform: scale(1.08);
}
.offers-section .offer-card:hover .offer-img-wrapper::after {
  opacity: 0;
}
.offers-section .offer-card .offer-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}
.offers-section .offer-card .offer-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.offers-section .offer-card .offer-img {
  height: 387px;
  border-radius: 26px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: cover;
}
.offers-section .offer-card .btn {
  padding: 11px 31px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.offers-section .offer-card .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.offers-section .offer-card .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.offers-section .offer-card .btn:hover::before {
  left: 100%;
}
.offers-section .offer-card .btn:hover svg {
  animation: arrowBounce 0.6s ease infinite;
}
.offers-section .offer-card .card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.offers-section .offer-card .card-info > * {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}
.offers-section .offer-card .card-info > *:nth-child(1) {
  animation-delay: 0.1s;
}
.offers-section .offer-card .card-info > *:nth-child(2) {
  animation-delay: 0.2s;
}
.offers-section .offer-card .card-info > *:nth-child(3) {
  animation-delay: 0.3s;
}
.offers-section .offer-card .card-info > *:nth-child(4) {
  animation-delay: 0.4s;
}
.offers-section .offer-card .card-info > *:nth-child(5) {
  animation-delay: 0.5s;
}
.offers-section .offer-card .row {
  align-items: stretch;
}
.offers-section .offer-card .best-price {
  margin-top: auto;
}
.offers-section .offer-card .gap-3.d-flex svg {
  transition: transform 0.3s ease;
}
.offers-section .offer-card .gap-3.d-flex:hover svg {
  transform: scale(1.2);
}
.offers-section .offer-card .d-flex.align-items-center.gap-2 {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
  animation-delay: 0.6s;
}
.offers-section .offer-card .d-flex.align-items-center.gap-2 .fs-46 {
  transition: color 0.3s ease;
}
.offers-section .offer-card .d-flex.align-items-center.gap-2:hover .fs-46 {
  color: var(--secondary-color) !important;
}
.offers-section .offer-card .best-price {
  animation: pulse 2s ease-in-out infinite;
}
.offers-section .offer-card .best-price img {
  animation: fireFlicker 1.5s ease-in-out infinite;
}

.room-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  color: #fff;
  direction: rtl;
  background-image: url("../images/room-card.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.room-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.room-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
.room-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}
.room-card:hover::before {
  left: 100%;
}
.room-card::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/feature-vector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 60px;
  width: 168px;
  height: 330px;
  right: 0;
  left: 0;
  margin: auto;
}
.room-card__content {
  position: relative;
  z-index: 2;
  padding: 45px 30px 70px;
}
.room-card .d-flex {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}
.room-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.room-card__link svg {
  transition: transform 0.3s ease;
}
.room-card__link:hover {
  background: #C5AD64;
  border-color: #C5AD64;
}
.room-card__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  min-height: 78px;
}
.room-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 105px;
}
.room-card__features li {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.7;
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}

.room-card__image {
  width: 270px;
  height: 335px;
  overflow: hidden;
  margin-top: auto;
  margin-left: 10px;
}
.room-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3), 0 15px 26px rgba(0, 0, 0, 0.45);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
@keyframes fireFlicker {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
@media (max-width: 768px) {
  .offers-section .offer-card:hover {
    transform: translateY(-4px);
  }
  .offers-section .offer-card .offer-img {
    height: 250px;
  }
}
/*---------------footer--------------------------*/
.footer {
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 60px 120px 60px;
}
.footer .email-form {
  backdrop-filter: blur(10px);
  background-color: rgba(135, 90, 63, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .hero-btn {
  height: 52px;
  min-width: 140px;
}
.footer .form-control {
  padding: 0.775rem 0.75rem;
  background-color: #cfc0b5;
}
.footer .form-control::placeholder {
  color: rgba(135, 90, 63, 0.6) !important;
  font-size: 14px;
}
.footer .footer-menu a {
  position: relative;
}
.footer .footer-menu a:hover {
  color: white !important;
}
.footer .social-icons .icon {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--secondary);
}
.footer .social-icons a:hover .icon {
  background-color: var(--secondary);
  color: white;
}

.footer-bottom {
  background-image: url("../images/footer-bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer-bottom .footer-social a {
  position: relative;
  padding: 10px;
  border-radius: var(--radius-14);
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0px 3px;
}
.footer-bottom .footer-social a::after {
  position: absolute;
  content: "";
  left: 45%;
  top: 45%;
  width: 4px;
  height: 4px;
}
.footer-bottom .footer-social a:hover::after {
  transform: translate(-50%, -50%);
  background-color: rgb(197, 173, 100);
  border-radius: 50%;
  animation: scale 2s infinite ease-in-out;
  opacity: 0;
}

.border-top {
  border-top: 1px solid #e7e4e2;
}

.title {
  line-height: 80px;
}

hr {
  border: 1px solid rgba(13, 36, 76, 0.24) !important;
}

hr.dashed-line {
  border: 1px dashed rgba(13, 36, 76, 0.4392156863) !important;
}

.bg-purple {
  background-color: var(--purple);
}

.bg-orange {
  background-color: var(--orange);
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 30px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- to_top --------------- */
.is-mobile {
  display: none;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(20);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.clip-image-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* Fully clipped at the top */
  transition: clip-path 1s ease-in-out;
  /* Smooth transition for the clip-path */
}
.clip-image-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Reveal the full image from top to bottom */
}

.clip-image-left {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease-in-out;
}
.clip-image-left.animated {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

/* ----------------------------------------
* animation slide_up_down
* ----------------------------------------
*/
.slide_up_down {
  -webkit-animation: slide_up_down 1.9s ease-in-out infinite alternate both;
  animation: slide_up_down 1.9s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.navbar-toggler {
  border: 0px !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  .title {
    line-height: 30px;
  }
  .offers-section .offer-card {
    margin-bottom: 15px;
  }
  .is-desktop {
    display: none !important;
  }
  .studio-section .studio-card .line-card {
    left: 0;
  }
  .is-mobile {
    display: block;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 2rem !important;
  }
  .navbar {
    padding: 10px 0;
  }
  .navbar .navbar-toggler {
    padding: 8px 12px;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  .navbar .navbar-nav {
    text-align: center;
  }
  .navbar .navbar-nav .nav-link {
    padding: 12px 20px !important;
    font-size: 16px;
  }
  .navbar .nav_btns {
    justify-content: center;
    margin-top: 20px;
  }
  .navbar .nav_btns .btn-outline {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fs-1 {
    font-size: 22px !important;
  }
  .fs-2 {
    font-size: 20px !important;
  }
  .fs-20 {
    font-size: 16px !important;
  }
  .fs-30 {
    font-size: 18px !important;
  }
  .fs-32 {
    font-size: 20px !important;
  }
  .fs-42 {
    font-size: 18px !important;
  }
  .fs-46 {
    font-size: 24px !important;
  }
}
@media (max-width: 575px) {
  .fs-1 {
    font-size: 18px !important;
  }
  .fs-20 {
    font-size: 14px !important;
  }
  .fs-30 {
    font-size: 16px !important;
  }
  .fs-32 {
    font-size: 16px !important;
  }
  .fs-42 {
    font-size: 14px !important;
  }
  .fs-46 {
    font-size: 20px !important;
  }
  .fs-28 {
    font-size: 18px !important;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 6.5rem;
}

/*--------------responsive---------------*/
@media screen and (max-width: 1366px) {
  .info-section .more-btn {
    padding: 12px 45px;
  }
  .fs-42 {
    font-size: 25px !important;
  }
  .fs-32 {
    font-size: 26px !important;
  }
  .px-4 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .room-card__features li {
    font-size: 13px;
  }
  .fs-2 {
    font-size: 40px !important;
  }
  .fs-30 {
    font-size: 26px !important;
  }
  .px-3 {
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
  }
  .fs-46 {
    font-size: 40px !important;
  }
  .amenities-section .amenities-swiper-container {
    padding: 0px !important;
  }
  .amenities-section .amenity-card-content .amenity-overlay {
    margin-right: 60px;
    width: 400px;
  }
  .amenities-section .amenity-center .amenity-title {
    font-size: 45px;
  }
  .amenities-section .amenity-center .amenity-title {
    font-size: 45px;
  }
  .amenities-section .amenity-left {
    max-width: 430px;
    padding-left: 30px;
  }
  .footer .col-lg-8 {
    width: 90.666667%;
  }
  .amenities-section .amenity-center .btn {
    padding: 14px 60px;
  }
  .offers-section .offer-card .btn {
    padding: 11px 23px;
  }
  .studio-section .studio-card {
    position: relative;
    background-color: transparent;
    border: 0px;
    margin-left: 0px;
    height: 687px;
  }
  .studio-section .studio-card .card-img {
    width: 240px;
    height: 585px;
    position: absolute;
    border-radius: var(--radius32);
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .studio-section .studio-card .card-info {
    position: absolute;
    left: 185px;
    top: 75px;
    width: 232px;
    height: 370px;
    z-index: 10;
  }
  .studio-section .studio-card .card-info .card-details {
    width: 100%;
    background-image: url("../images/studio-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding: 15px;
  }
  .studio-section .studio-card .line-card {
    position: absolute;
    bottom: 38px;
    width: 100%;
    height: 260px;
    left: -18px;
    z-index: 1;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 4.5rem;
  }
}
/************************ Start Room page ************************/
.room_pg {
  overflow: hidden;
}
.room_pg .swiper_box {
  position: relative;
}
.room_pg .swiper_box .img_box {
  height: 380px;
}
.room_pg .swiper_box .img_box img {
  border-radius: 24px;
}
.room_pg .swiper_box .singleRommSwiper {
  overflow: visible;
}
.room_pg .swiper_box .swiper-pagination {
  bottom: 30px;
}
.room_pg .swiper_box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  transition: all 0.3s linear;
}
.room_pg .swiper_box .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background-color: var(--secondary);
}
.room_pg .head_box .hero-buttons .btn {
  padding: 14px 30px !important;
  margin: 0 5px;
}
.room_pg .starting_box .features_box .ul li {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--secondary);
  position: relative;
  padding-inline-start: 35px;
}
.room_pg .starting_box .features_box .ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icons/check.svg) no-repeat;
  background-size: contain;
  position: absolute;
  inset-inline-start: 0;
  top: 7px;
}
.room_pg .starting_box .features_box .hero-buttons .btn {
  padding: 14px 30px !important;
}
.room_pg .starting_box .features_box .hero-buttons .btn svg {
  transform: rotate(-90deg);
  margin-inline-start: 15px;
}
.room_pg .starting_box .features_box .hero-buttons .btn:hover span {
  color: #fff !important;
}
.room_pg .starting_box .roles_box .nav .nav-link {
  height: 50px;
  border: 1px solid rgba(135, 91, 63, 0.4);
  border-radius: 25px;
  margin-bottom: 10px;
  text-align: start;
  color: var(--secondary);
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-inline: 15px;
}
.room_pg .starting_box .roles_box .nav .nav-link .arrow {
  opacity: 0;
  transition: all 0.3s linear;
  position: absolute;
  inset-inline-end: 15px;
  transform: translateX(20px);
}
.room_pg .starting_box .roles_box .nav .nav-link.active {
  background-color: #BFAE9F;
}
.room_pg .starting_box .roles_box .nav .nav-link.active .arrow {
  opacity: 1;
  transform: translateX(0);
}
.room_pg .starting_box .roles_box .txt_box {
  padding: 35px;
  position: relative;
  border: 1px solid #fff;
  background-color: rgba(210, 199, 188, 0.8196078431);
  border-radius: 34px;
}
.room_pg .starting_box .roles_box .txt_box .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.room_pg .starting_box .map_box iframe {
  border-radius: 20px;
}
.room_pg .ending_box {
  background-color: #CEC6BB;
  padding: 25px 2vw;
  border-radius: 25px;
  border: 1px solid #fff;
}
.room_pg .ending_box .date_available {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  font-weight: bold;
  background-color: #D4CEC4;
  border-block: 1px solid #fff;
  border-radius: 35px;
  font-size: 18px;
}
.room_pg .ending_box .date_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 25px;
}
.room_pg .ending_box .date_item .form-group {
  width: calc(100% - 40px);
  display: flex;
  gap: 5px;
}
.room_pg .ending_box .date_item .form-group .date_group {
  width: 50%;
}
.room_pg .ending_box .date_item .form-group .date_group input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.room_pg .ending_box .date_item .form-group .date_group .label {
  font-size: 12px;
  color: #80806B;
}
.room_pg .ending_box .date_item .form-group .date_group .form-control {
  border: none !important;
  text-align: right;
  padding-inline: 0 !important;
  color: var(--secondary);
  font-weight: bold;
  box-shadow: none !important;
}

.border_secondary {
  border-color: rgba(135, 90, 63, 0.5) !important;
}

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

.modal-content {
  border-radius: 25px;
  padding: 15px;
}

.prevUnitModal .form-group {
  margin-bottom: 15px;
}
.prevUnitModal .form-group .label {
  color: #232323;
  font-size: 16px;
}
.prevUnitModal .form-group .form-control {
  border-radius: 24px;
}
.prevUnitModal .form-group input, .prevUnitModal .form-group select {
  height: 50px !important;
}
.prevUnitModal .form-group .phone_group .form-control {
  padding-left: 100px;
}
.prevUnitModal .form-group .phone_group .flag_box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EEEEEE;
  position: absolute;
  left: 5px;
  top: 5px;
}
.prevUnitModal .form-group .phone_group .flag_box .flag {
  height: 16px;
  object-fit: contain;
}
.prevUnitModal .form-group .phone_group .country_code {
  position: absolute;
  left: 60px;
  top: 12px;
  font-size: 18px;
}
.prevUnitModal .btn-primary {
  border-radius: 25px;
}

.diagramModal .badge {
  background-color: #E7DED9;
  padding: 0.5rem 1.2rem;
  color: #875A3F;
  border-radius: 25px;
  font-size: 23px;
  font-weight: 400;
}

.dateModal .flatpickr-calendar {
  box-shadow: none !important;
  border: 1px solid #eee;
}
.dateModal .flatpickr-day.selected {
  background-color: #E7DED9 !important;
  color: #875A3F !important;
  border-color: #E7DED9 !important;
}
.dateModal .flatpickr-current-month .flatpickr-monthDropdown-months,
.dateModal .flatpickr-current-month input.cur-year {
  font-size: 14px;
}

/************************ Start Rooms page ************************/
.rooms_pg {
  position: relative;
}
.rooms_pg .head_of_pg {
  position: relative;
  height: 615px;
  background-color: #232323;
  display: flex;
  align-items: center;
}
.rooms_pg .head_of_pg .content_box {
  position: relative;
  z-index: 5;
}
.rooms_pg .head_of_pg .content_box .form_box {
  padding: 3px 5px;
  padding-inline-end: 90px;
  border-block: 1px solid rgba(255, 255, 255, 0.3333333333);
  border-inline: 1px solid rgba(255, 255, 255, 0.072);
  background-color: rgba(255, 255, 255, 0.123);
  backdrop-filter: blur(26px);
  border-radius: 35px;
}
.rooms_pg .head_of_pg .content_box .form_box input {
  background-color: transparent;
  border: none !important;
}
.rooms_pg .head_of_pg .content_box .form_box input::placeholder {
  color: #fff;
}
.rooms_pg .head_of_pg .content_box .form_box select {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2549019608);
  background-color: rgba(255, 255, 255, 0.001);
  --bs-form-select-bg-img: unset;
}
.rooms_pg .head_of_pg .content_box .form_box .formSelect {
  position: relative;
}
.rooms_pg .head_of_pg .content_box .form_box .formSelect::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  inset-inline-end: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
}
.rooms_pg .head_of_pg .content_box .form_box input, .rooms_pg .head_of_pg .content_box .form_box select {
  font-size: 14px;
  height: 65px !important;
  box-shadow: none !important;
  color: #fff;
  margin: 0 2px !important;
  position: relative;
}
.rooms_pg .head_of_pg .content_box .form_box .search_butn {
  background-color: #fff;
  width: 80px;
  position: absolute;
  inset-inline-end: 5px;
  top: 2.5px;
  height: 65px;
  color: #875A3F;
  border-radius: 35px;
  border: none;
  transition: all 0.3s linear;
}
.rooms_pg .head_of_pg .content_box .form_box .search_butn:hover {
  background-color: #875A3F;
  color: #fff;
}
.rooms_pg .head_of_pg::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #875A3F, rgba(135, 91, 63, 0.0039215686));
}
.rooms_pg .rooms_wrapper {
  margin-top: -130px;
  position: relative;
  z-index: 4;
}
.rooms_pg .room_card {
  position: relative;
  border-radius: 26px;
  background-color: #E1DAD4;
  margin-bottom: 35px;
}
.rooms_pg .room_card .img_box {
  position: relative;
  border-radius: 26px;
  height: 600px;
  overflow: hidden;
}
.rooms_pg .room_card .img_box .card_head {
  padding: 15px;
  position: absolute;
  top: 10px;
  right: 0px;
  left: 0;
  z-index: 5;
}
.rooms_pg .room_card .img_box .card_head .txt_content {
  width: calc(100% - 70px);
}
.rooms_pg .room_card .img_box .card_head .fav_butn {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #875A3F;
  border-radius: 50%;
  border-block: 1px solid rgba(255, 255, 255, 0.692);
  border-inline: 1px solid rgba(255, 255, 255, 0.289);
}
.rooms_pg .room_card .img_box .card_head .fav_butn.active {
  border-color: #fff;
  background-color: #fff;
  color: var(--secondary);
}
.rooms_pg .room_card .img_box .main-swiper img {
  border-radius: 26px;
  height: 600px;
  object-fit: cover;
}
.rooms_pg .room_card .img_box .thumbs-swiper {
  width: 190px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 100px;
  z-index: 5;
}
.rooms_pg .room_card .img_box .thumbs-swiper .swiper-slide {
  height: 77px;
  border-radius: 16px;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  cursor: pointer;
}
.rooms_pg .room_card .img_box .thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.rooms_pg .room_card .img_box .thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #fff;
}
.rooms_pg .room_card .img_box .avilable_badge {
  background-color: rgba(35, 35, 35, 0.168627451);
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  border-block: 1px solid rgba(255, 255, 255, 0.692);
  border-inline: 1px solid rgba(255, 255, 255, 0.389);
  border-radius: 45px;
}
.rooms_pg .room_card .img_box .swiper-button-next,
.rooms_pg .room_card .img_box .swiper-button-prev {
  width: 62px;
  height: 62px;
  background-color: rgba(135, 91, 63, 0.3607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 5;
}
.rooms_pg .room_card .img_box .swiper-button-next::after,
.rooms_pg .room_card .img_box .swiper-button-prev::after {
  display: none;
}
.rooms_pg .room_card .img_box .swiper-button-next::before,
.rooms_pg .room_card .img_box .swiper-button-prev::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icons/left_arrow.svg) no-repeat center;
  background-size: contain;
}
.rooms_pg .room_card .img_box .swiper-button-next::before {
  transform: rotate(180deg);
}
.rooms_pg .room_card .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #875A3F, rgba(135, 91, 63, 0), rgba(135, 91, 63, 0));
}
.rooms_pg .room_card .card-body {
  padding: 1.6rem 1.5rem;
}
.rooms_pg .room_card .card_foot {
  padding: 1.6rem 1.5rem;
}
.rooms_pg .room_card .card_foot .content {
  width: calc(100% - 160px);
}
.rooms_pg .room_card .card_foot .content .price {
  font-size: 45px;
}
.rooms_pg .room_card .card_foot .content .price .sar {
  height: 30px;
  object-fit: contain;
  margin-inline-start: 0px;
}

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

.pagination-wrapper .pagination .page-link {
  border-radius: 50px !important;
  background-color: transparent;
  color: #875A3F;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  border-color: transparent;
}
.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  border-color: #fff;
  background-color: #fff;
  color: #875A3F !important;
}

.op-6 {
  opacity: 0.6 !important;
}

/************************ Start pg_header ************************/
.pg_header {
  position: relative;
  padding: 60px 0;
  background-color: rgba(135, 91, 63, 0.4117647059);
  text-align: center;
}

/************************ Start notifications page ************************/
.notifications_pg .item {
  background-color: rgba(255, 255, 255, 0.558);
  border-radius: 26px;
  position: relative;
  padding: 30px;
  padding-bottom: 40px;
  margin-bottom: 35px;
}

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

/************************ Start auth page ************************/
.auth_pg {
  padding: 100px 0;
}
.auth_pg .form-group {
  margin-bottom: 25px;
  position: relative;
}
.auth_pg .form-group .label {
  color: var(--dark);
  font-size: 16px;
  display: block;
  margin-bottom: 0.6rem;
}
.auth_pg .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(35, 35, 35, 0.4392156863);
  height: 60px;
  border-radius: 24px;
}
.auth_pg .form-group .phone_group .form-control {
  padding-left: 120px;
  text-align: left;
}
.auth_pg .form-group .phone_group .flag_box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EEEEEE;
  position: absolute;
  left: 10px;
  top: 10px;
}
.auth_pg .form-group .phone_group .flag_box .flag {
  height: 16px;
  object-fit: contain;
}
.auth_pg .form-group .phone_group .country_code {
  position: absolute;
  left: 65px;
  top: 18px;
  font-size: 18px;
}
.auth_pg .form-group .code-group {
  display: flex;
  justify-content: center;
}
.auth_pg .form-group .code-group .form-control {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid rgba(135, 91, 63, 0.431372549) !important;
  width: 75px;
  height: 60px;
  margin: 0 5px;
  text-align: center;
  border-radius: 10px;
  font-size: 25px;
  padding: 0;
  font-weight: bold;
  box-shadow: none !important;
  background-color: transparent !important;
  color: var(--secondary);
}
.auth_pg .form-group .code-group .form-control:focus {
  border-bottom: 2px solid #875b3f !important;
}
.auth_pg .form-group.password_group .form-control {
  padding-inline-end: 45px;
}
.auth_pg .form-group.password_group .show_pass {
  color: var(--secondary);
  position: absolute;
  inset-inline-end: 15px;
  bottom: 15px;
}

@media screen and (max-width: 1280px) {
  .amenities-section .amenity-card-content .amenity-overlay {
    margin-right: 50px;
    width: 350px;
  }
  .amenities-section .amenity-center .btn {
    padding: 12px 35px;
  }
}
@media (max-width: 1199px) {
  .partners-section .partners-slider-wrapper .partner-logo-box {
    height: 140px;
    padding: 22px;
  }
  .partners-section .partners-slider-wrapper .partner-logo-box img {
    max-height: 90px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 10px 40px 10px !important;
  }
  .amenity-card-content {
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px;
  }
  .amenity-card-content .amenity-overlay {
    margin-right: 0;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .amenity-center {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 150px;
  }
  .amenity-center .amenity-title {
    font-size: 32px;
  }
  .amenity-left {
    text-align: center;
    padding: 0 15px;
  }
  .amenity-left .amenity-description {
    font-size: 16px;
  }
  .studio-section .studio-card .card-img {
    width: 100%;
  }
  .studio-section .studio-card .card-info {
    left: 10px;
    top: unset;
    bottom: 70px;
  }
  .footer .hero-btn {
    min-width: 100px;
  }
  .footer .hero-btn svg {
    display: none;
  }
  .footer .hero-btn span {
    padding: 0 !important;
  }
  .auth_pg .form-group .code-group .form-control {
    width: 45px;
  }
  .rooms_pg .room_card .card_foot .content .price {
    font-size: 35px;
  }
  .rooms_pg .room_card .img_box {
    height: 450px;
  }
  .room_pg .head_box .hero-buttons {
    margin-top: 10px;
  }
  .room_pg .head_box .hero-buttons .btn {
    padding: 10px 5px !important;
    font-size: 10px;
  }
  .room_pg .head_box .hero-buttons .btn i {
    font-size: 10px;
    margin-inline-end: 5px !important;
  }
  .room_pg .starting_box .p.fs-18.dark-color {
    font-size: 14px !important;
  }
  .room_pg .starting_box .features_box .ul li {
    font-size: 15px;
  }
  .room_pg .starting_box .map_box iframe {
    height: 300px;
  }
  .rooms_pg .head_of_pg .content_box .form_box {
    padding: 3px 5px;
  }
  .rooms_pg .rooms_wrapper {
    margin-top: -50px;
  }
}/*# sourceMappingURL=style.css.map */