* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../assets/fonts/Helvetica\ Neue\ Thin.ttf");
}

body {
  font-family: "HelveticaNeue";
}

.lang-ar {
  direction: rtl;
}

nav {
  background-color: #090b0e;
  color: #ffffff;
  padding: 0 20px 100px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  backdrop-filter: blur(20px);
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

nav.show {
  transform: translateX(0);
  opacity: 1;
}
nav .nav-header {
  display: flex;
  justify-content: flex-end;
  padding: 20px 10px;
}

nav .nav-header span:last-child {
  cursor: pointer;
}

nav .nav-header span {
  font-weight: 400;
  font-size: 15px;
}

nav .pages {
  margin: 80px 30px 0;
  list-style: none;
  font-weight: 400;
  font-size: 25px;
  padding-left: 0;
}
nav .pages li {
  margin-bottom: 20px;
  cursor: pointer;
}

nav .pages li a {
  color: #fff;
  text-decoration: none;
}
nav .pages li img {
  margin-left: 24px;
  cursor: pointer;
}

nav .timetable {
  margin-top: 30px;
  list-style: none;
  font-weight: 300;
  font-size: 20px;
  display: none;
}

nav .timetable.show {
  display: block;
}

nav button {
  background: #c88570;
  padding: 7px 20px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  margin: 20px 0;
  border: none;
  margin-left: 30px;
  cursor: pointer;
}
nav button a {
  color: #fff;
  text-decoration: none;
}
nav hr {
  width: 50%;
  margin-left: 30px;
}
nav .loaction {
  font-weight: 400;
  font-size: 16px;
  margin-left: 30px;
  margin-top: 20px;
  display: block;
}

nav .sochial {
  list-style: none;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 0;
  margin-left: 30px;
  gap: 10px;
}

.navigation-section {
  position: fixed;
  top: 15px;
  color: rgba(255, 255, 255, 1);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 120px);
  z-index: 1;
}

.navigation-bar {
  height: 4px;
  background-color: rgba(235, 235, 235, 0.3);
  border-radius: 10px;
}

.bar-fill {
  border-radius: 10px;
  width: 0%;
  height: 100%;
  background-color: #c88570;
  transition: width 0.2s ease;
}

.header-photos {
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px 60px;
  padding-top: 30px;
  z-index: 1;
}

.header-photos img:first-child {
  width: 100px;
  height: 32px;
}
.header-photos img:last-child {
  cursor: pointer;
}
.lang-ar .wellness-title {
  right: 60px;
  left: unset;
}
.wellness-title {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 60px;
}

.menu-container {
  display: flex;
  min-height: 100vh;
  background-image: url("../assets/imgs/spa-2.jpg");
}
.menu-container.first {
  padding-top: 15px;
}

.menu-container.third {
  background-image: url("../assets/imgs/class-4.jpg");
}

.menu-container.fourth {
  background-image: url("../assets/imgs/class-1.jpg");
}
.left-panel {
  width: 30%;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
}

.logo {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
}

.venue-title {
  font-size: 32px;
  letter-spacing: 5px;
  margin-top: 20px;
}

.ladies {
  font-size: 16px;
  margin-top: 5px;
  letter-spacing: 3px;
}

.facial-body-text {
  margin-top: auto;
}

.facial-body-text h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fff;
}

.facial-body-text p {
  font-size: 14px;
  color: #ccc;
}

.right-panel {
  width: 70%;
  padding: 40px 50px;
  background-color: transparent;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-end;
}

section:last-of-type {
  position: relative;
}

.overlay {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 30%);
  z-index: -1;
}

.section-title {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #d6d1cb;
  align-items: flex-end;
}

.item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  align-items: center;
}
.item span {
  line-height: 1.6;
}
.table .item span {
  flex: 2;
}
.item small {
  color: #fff;
  font-size: 13px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

th,
td {
  border-bottom: 1px solid #fff;
  padding: 40px;
  text-align: left;
  color: #fff;
  border-right: 1px solid #fff;
}

thead tr:first-of-type th {
  border-bottom: none;
  border-right: none;
}

tbody tr:nth-child(3) td {
  border-bottom: none;
}

tbody tr:nth-child(2) td:last-child {
  border-bottom: none;
  border-right: none;
}
tr td:nth-child(1) {
  border-right: none;
}

th {
  color: #fff;
}
.price-container {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: rgba(12, 12, 12, 1);
  align-items: center;
  padding: 60px;
  gap: 50px;
  backdrop-filter: blur(20px);
  color: rgba(255, 255, 255, 1);
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 50px;
  padding-left: 60px;
}

footer div {
  width: 33.333%;
}

footer div:nth-child(1) span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

footer div:nth-child(1) p {
  font-size: 50px;
  font-weight: 400;
}

footer div:nth-child(2) span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

footer div:nth-child(2) p {
  font-size: 16px;
  font-weight: 400;
}

footer div:nth-child(3) {
  display: flex;
  flex-direction: column;
}

footer div:nth-child(3) span:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

footer div:nth-child(2) span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0%;
  margin-bottom: 5px;
  text-decoration-skip-ink: auto;
}

footer div:nth-child(2) a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

footer div:nth-child(2) a.icons {
  display: inline;
  margin-right: 15px;
  text-decoration: none;
}

footer ul {
  list-style: none;
  display: flex;
  gap: 15px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .header-photos {
    padding: 30px 20px;
  }
  .left-panel {
    padding: 40px 30px 15px 30px;
  }
  .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .right-panel {
    padding-top: 15px !important;
  }
  .menu-container.first .right-panel section:first-of-type .item span {
    width: 50%;
  }
  .wellness-title {
    left: 30px;
    font-size: 30px;
  }
  .item span {
    width: 50%;
    padding: 10px;
    flex: unset;
  }

  .item span:last-of-type {
    width: 55%;
    padding: 10px;
  }
  .item small {
    border-left: 0.5px solid;
    border-right: 0.5px solid;
    padding: 10px;
    line-height: 1.7;
    width: 50%;
  }
  .facial-body-text h2 {
    font-size: 30px;
  }
  .navigation-section {
    width: calc(100% - 60px);
  }
  .lang-ar .first-section span {
    right: 60px;
    left: unset;
  }
  .first-section span {
    left: 30px;
    font-size: 40px;
  }
  section .card {
    width: 333px;
    left: 20px;
  }
  table {
    width: 100vw;
  }
  .table-container {
    overflow-x: scroll;
    scrollbar-width: "none";
  }

  .third-section .card,
  .fifth-section .card {
    right: 20px;
  }
  td {
    padding: 10px;
    white-space: nowrap;
  }
  .left-panel {
    width: 100%;
    flex-direction: column;
  }
  footer {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  footer div {
    width: 100%;
  }
  .right-panel {
    width: 100%;
    padding: 40px 10px;
    padding-left: 30px;
  }
  .menu-container {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header-photos {
    padding: 30px 30px;
  }
  .first-section span {
    left: 30px;
  }
  section .card {
    left: 30px;
  }
  .third-section .card {
    right: 30px;
  }
  footer {
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    flex-wrap: wrap;
  }

  footer div:nth-child(1) {
    width: 100%;
  }
}
.vertical-table {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.treatment {
  border-radius: 8px;
  background: transparent;
  color: #fff;
}

.row {
  border-top: 0.5px solid #555;
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: wrap;
}
.row span {
  border-left: 0.5px solid #555;
  padding: 0 10px;
  flex: 1;
}
.row strong {
  display: flex;
  padding: 10px;
  width: 25%;
  align-items: center;
  flex: 1;
}
.row strong:last-of-type {
  border-left: 0.5px solid #555;
}
