@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
:root {
  --bs-primary: #1C2B1E;
  --bs-primary-rgb: 28, 43, 30;
  --bs-primary-dark: #0c130d;
  --bs-primary-dark-rgb: 12, 19, 13;
  --accent: #C8A96E;
  --accent-rgb: 200, 169, 110;
  --accent-dark: #ac7b20;
  --accent-dark-rgb: 172, 123, 32;
  --body-bg: #FAF7F2;
  --foreground: #1C2B1E;
  --muted: #6B7C6E;
  --border: rgba(28, 43, 30, 0.12);
  --card: #F3EFE8;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 0;
}

::-webkit-scrollbar-track {
  background: var(--background);
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "DM Sans", sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: var(--body-bg);
  padding-top: 70px;
}

.l {
  box-shadow: inset 0 0 0 1px red;
}

.icon {
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: currentColor;
  display: inline-block;
  vertical-align: -0.125em;
}

.text-accent {
  color: var(--accent);
}

.text-accentdark {
  color: var(--accent-dark);
}

.text-purple {
  color: purple;
}

.fs-7 {
  font-size: 0.875rem;
}

.fs-8 {
  font-size: 0.75rem;
}

.fs-9 {
  font-size: 0.625rem;
}

.ff-fraunces {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.ff-dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.ls-4 {
  letter-spacing: 4px;
}

.minw-180 {
  min-width: 180px;
}

.minw-200 {
  min-width: 200px;
}

.minw-220 {
  min-width: 220px;
}

.minw-230 {
  min-width: 230px;
}

.minw-240 {
  min-width: 240px;
}

.minw-260 {
  min-width: 260px;
}

.minw-280 {
  min-width: 280px;
}

.minw-300 {
  min-width: 300px;
}

.minw-320 {
  min-width: 320px;
}

.maxw-50 {
  max-width: 50px;
}

.maxw-60 {
  max-width: 60px;
}

.maxw-70 {
  max-width: 70px;
}

.maxw-80 {
  max-width: 80px;
}

.maxw-100 {
  max-width: 100px;
}

.maxw-110 {
  max-width: 110px;
}

.maxw-120 {
  max-width: 120px;
}

.maxw-140 {
  max-width: 140px;
}

.maxw-340 {
  max-width: 340px;
}

.maxw-400 {
  max-width: 400px;
}

.maxw-450 {
  max-width: 450px;
}

.maxw-80p {
  max-width: 80%;
}

.maxw-85p {
  max-width: 85%;
}

.maxw-90p {
  max-width: 90%;
}

.ht-1px {
  height: 1px;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.py-2p5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mb-4p5 {
  margin-bottom: 2.25rem !important;
}

.bg-accent-100 {
  background-color: rgba(var(--accent-rgb), 0.1);
}

.bg-accent-200 {
  background-color: rgba(var(--accent-rgb), 0.2);
}

.bg-accent-300 {
  background-color: rgba(var(--accent-rgb), 0.3);
}

.bg-accent-500 {
  background-color: rgba(var(--accent-rgb), 0.5);
}

.bg-accent-900 {
  background-color: rgba(var(--accent-rgb), 0.9);
}

.bg-accent-950 {
  background-color: rgba(var(--accent-rgb), 0.95);
}

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

.border-accent {
  --bs-border-opacity: 1;
  border-color: rgba(var(--accent-rgb), var(--bs-border-opacity)) !important;
}

.border-accent-50 {
  --bs-border-opacity: 0.5;
  border-color: rgba(var(--accent-rgb), var(--bs-border-opacity)) !important;
}

.time-badge {
  display: inline-flex;
  font-size: 0.675rem;
  line-height: 1;
  padding: 8px 8px 7px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  background: color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
  white-space: nowrap;
}

.form-underline {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 40px;
  font-size: 0.938rem;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
  letter-spacing: 1.25px;
  color: #fff;
  position: relative;
  text-align: left;
}
.form-underline:focus {
  border-bottom: 1px solid var(--accent);
}
.form-underline::-webkit-date-and-time-value {
  text-align: left;
}
.form-underline[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23556056' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5M8.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM3 10.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right center;
}
.form-underline[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.form-underline[type=time] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23556056' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z'/></svg>");
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: right center;
}
.form-underline[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.form-underline.form-textarea {
  height: auto;
  resize: none;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  --bs-btn-font-size: 0.875rem;
}

.btn-md {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.75rem;
}

.btn-primary {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.btn-accent {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-dark);
  --bs-btn-bg: var(--accent);
  --bs-btn-border-color: var(--accent);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--accent-dark);
  --bs-btn-hover-border-color: var(--accent-dark);
  --bs-btn-focus-shadow-rgb: var(--accent-dark-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--accent-dark);
  --bs-btn-active-border-color: var(--accent-dark);
}

.btn-outline-accent {
  --bs-btn-color: var(--accent);
  --bs-btn-border-color: var(--accent);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--accent-dark);
  --bs-btn-hover-border-color: var(--accent-dark);
  --bs-btn-focus-shadow-rgb: var(--accent-dark-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--accent-dark);
  --bs-btn-active-border-color: var(--accent-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--accent-dark);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--accent-dark);
  --bs-gradient: none;
}

.btn-varient-2 {
  --bs-btn-border-color: #dddddd;
}

header {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 0;
  z-index: 100;
  transition: 500ms;
}
header.active {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
header nav a {
  font-size: 0.813rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: rgba(28, 43, 30, 0.6);
  position: relative;
  display: block;
  letter-spacing: 3px;
  outline-offset: 4px;
}
header nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent);
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
header nav a:hover {
  color: var(--bs-primary);
}
header nav a:hover::after {
  width: 100%;
}
header nav a.active {
  color: var(--accent);
}
header nav a.active::after {
  width: 100%;
}

.display-home {
  font-size: 8rem;
  line-height: 1;
}

.logo-box {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--bs-primary);
  font-weight: 900;
  letter-spacing: 2px;
  gap: 5px;
  font-size: 1rem;
  outline-offset: 4px;
}
.logo-box img {
  height: 70px;
}
.logo-box::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--accent);
}

.card-yoga {
  --aspect-ratio: 1 / 0.70;
  position: relative;
  aspect-ratio: var(--aspect-ratio);
  overflow: hidden;
  background-color: yellow;
}
.card-yoga.card-yoga-2x {
  --aspect-ratio: 1 / 1.461;
}
.card-yoga.card-yoga-m2x {
  --aspect-ratio: 1 / 0.341;
}
.card-yoga .card-yoga-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
.card-yoga .card-yoga-text {
  position: absolute;
  width: 100%;
  max-height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), transparent);
}
.card-yoga .card-yoga-text span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding: 8px 12px 6px 12px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1;
  vertical-align: baseline;
  letter-spacing: 3px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.card-yoga .card-yoga-text h6 {
  font-size: 1.5rem;
  font-family: "Fraunces", serif;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.card-yoga .card-yoga-text p {
  color: #fff;
  opacity: 0.8;
  margin: 0;
  transition: 300ms;
  max-height: 0;
  transition: max-height 0.75s ease;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.card-yoga:hover .card-yoga-text p {
  max-height: 120px;
}

.ul-dots {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  gap: 10px;
}
.ul-dots li {
  width: calc(50% - 5px);
}
.ul-dots li::before {
  content: "•";
  margin-inline-end: 7px;
  color: var(--accent-dark);
}

.ul-middle-dots {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 4px;
  font-weight: 300;
  margin: 0;
}
.ul-middle-dots li:not(:last-child)::after {
  content: "•";
  margin-inline-start: 12px;
}

.row-slot {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.row-slot:hover {
  border: 1px solid rgba(var(--accent-rgb), 0.4);
  background-color: rgba(var(--accent-rgb), 0.1);
  transition: 300ms;
}

.card-trainer {
  position: relative;
  text-decoration: none;
  display: block;
}
.card-trainer .card-trainer-photo {
  overflow: hidden;
  aspect-ratio: 1/1.3;
  background-color: var(--bs-primary-dark);
}
.card-trainer .card-trainer-photo img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: 0.5s ease;
  filter: grayscale(100);
}
.card-trainer .card-trainer-text {
  margin-top: 20px;
}
.card-trainer .card-trainer-text h4 {
  color: #fff;
  font-family: "Fraunces", serif;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.card-trainer .card-trainer-text span {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--accent);
  font-size: 0.75rem;
  letter-spacing: 3px;
}
.card-trainer .card-trainer-text ul {
  list-style-type: none;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 4px;
  opacity: 0.55;
  font-weight: 200;
  margin-bottom: 10px;
}
.card-trainer .card-trainer-text ul li:not(:last-child)::after {
  content: "•";
  margin-inline-start: 8px;
}
.card-trainer .card-trainer-text p {
  color: #fff;
  margin: 0;
  opacity: 0.6;
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.card-trainer:hover .card-trainer-photo img {
  transform: scale(1.05);
  filter: none;
}
.card-trainer:hover .card-trainer-text p {
  max-height: 500px;
}

.carousel-quote {
  padding-bottom: 40px;
}
.carousel-quote .carousel-indicators {
  justify-content: start;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  gap: 10px;
}
.carousel-quote .carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  border-radius: 12px;
  background-color: var(--accent);
  border: none;
  margin-right: 0;
  margin-left: 0;
  transition: 300ms;
}
.carousel-quote .carousel-indicators [data-bs-target].active {
  width: 36px;
}

.quote-card {
  width: 100%;
  max-width: 768px;
  border-left: 2px solid var(--accent);
  padding-inline-start: 40px;
}
.quote-card p {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-style: italic;
  font-weight: 300;
  min-height: 200px;
}
.quote-card .quote-owner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 6px;
  line-height: 1;
  font-size: 1rem;
}
.quote-card .quote-owner span {
  opacity: 0.6;
}
.quote-card .quote-owner small {
  font-size: 0.625rem;
  opacity: 0.55;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-inline-start: 16px;
  margin-top: 2px;
}

.yoga-section {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: var(--bs-primary-dark);
  clip: rect(auto, auto, auto, auto);
  clip-path: inset(0 0 0 0);
}
.yoga-section .yoga-image {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.yoga-section .container {
  position: relative;
  z-index: 1;
}
.yoga-section small {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 3px;
}
.yoga-section h5 {
  color: #fff;
  font-weight: 600;
  font-family: "Fraunces", serif;
  line-height: 1.1;
}
.yoga-section h5 span {
  font-weight: 300;
  font-style: italic;
  display: block;
}
.yoga-section p {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  opacity: 0.8;
}

.card-box .card-box-img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.45/1;
}
.card-box .card-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  position: relative;
  z-index: 0;
}
.card-box .card-box-img span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding: 8px 12px 6px 12px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1;
  vertical-align: baseline;
  letter-spacing: 3px;
  border-radius: 30px;
  margin-bottom: 12px;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.card-box:hover .card-box-img img {
  transform: scale(1.05);
}

.fulltext-cover {
  position: relative;
}
.fulltext-cover .text-marking {
  text-align: justify;
  display: block;
  font-size: 14vw;
  line-height: 0.4;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  font-family: "Fraunces", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.06;
  will-change: transform;
}
.fulltext-cover .text-marking::after {
  content: "";
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.tabs-days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tabs-days button {
  padding: 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(28, 43, 30, 0.75);
  min-width: 80px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.813rem;
  letter-spacing: 2px;
  outline: none;
}
.tabs-days button:hover, .tabs-days button:focus-visible {
  color: #1C2B1E;
  border: 1px solid #1C2B1E;
}
.tabs-days button.active {
  color: #fff;
  background-color: #1C2B1E;
  border: 1px solid #1C2B1E;
  pointer-events: none;
}

.tabs-rounded {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tabs-rounded button {
  padding: 0 14px;
  border: 1px solid rgba(var(--accent-rgb), 0.25);
  color: rgba(28, 43, 30, 0.7);
  min-width: 80px;
  min-height: 32px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 2px;
  outline: none;
}
.tabs-rounded button:hover, .tabs-rounded button:focus-visible {
  color: #1C2B1E;
  border: 1px solid rgba(var(--accent-rgb), 1);
}
.tabs-rounded button.active {
  color: #1C2B1E;
  background-color: var(--accent);
  border: 1px solid var(--accent);
  pointer-events: none;
}

.table-time > :not(caption) > * > th {
  color: rgba(28, 43, 30, 0.75);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
}
.table-time > :not(caption) > * > * {
  padding: 0.8rem 0.5rem;
}
.table-time tr > th:first-child,
.table-time tr > td:first-child {
  background-color: #f5f5f5;
  position: sticky;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  width: 70px;
}

footer {
  border-top: 1px solid rgba(28, 43, 30, 0.1);
  background-color: var(--body-bg);
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .footer-subtitle {
  margin: 12px 0 0 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: rgba(28, 43, 30, 0.75);
}
footer .footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
footer .footer-nav a {
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(28, 43, 30, 0.7);
  text-decoration: none;
  position: relative;
  display: block;
}
footer .footer-nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent);
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .footer-nav a:hover {
  color: var(--bs-primary);
}
footer .footer-nav a:hover::after {
  width: 100%;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 8px 20px;
}
footer .footer-social a {
  font-size: 1rem;
  text-decoration: none;
  color: rgba(28, 43, 30, 0.85);
}
footer .footer-social a:hover {
  transition: 300ms;
  color: var(--bs-primary);
  transform: scale(1.15);
}
footer .footer-location, footer .footer-copyright {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: rgba(28, 43, 30, 0.6);
}

@media screen and (max-width: 540px) {
  header nav {
    gap: 24px;
  }
  header nav a {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .display-home {
    font-size: 6rem;
  }
}
@media screen and (max-width: 420px) {
  .display-home {
    font-size: 5rem;
  }
}/*# sourceMappingURL=style.css.map */