:root {
  --main-color: #121212;
  --accent-color: #ca8fc7;
  --accent-color-2: #634141;
}
@font-face {
  font-family: "DM Serif Display";
  src: url(../fonts/DMSerifDisplay-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins";
  color: white;
  background-color: var(--main-color);
}
.accent-font {
  font-family: "DM Serif Display";
}
.accent-color {
  color: var(--accent-color);
}
.padding-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-bottom {
  padding-bottom: 100px;
}
.padding-top {
  padding-top: 100px;
}
a,
button {
  text-decoration: underline;
}
:is(a, button):hover {
  text-decoration: none;
}
.btn {
  text-decoration: none;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 0;
  background: #ffffff;
  color: #040303;
  padding: 8px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
  left: 10px;
}
:is(a, button, .btn):focus-visible {
  outline-offset: 3px;
  outline: 3px solid #f97306;
  box-shadow: none;
  text-decoration: none;
}
:is(a, button, .btn):focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
dt {
  font-weight: 300;
}
.border-decor-img {
  position: relative;
  z-index: 2;
}
.border-decor-img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: 1px solid #fbe9c2;
  pointer-events: none;
  border-radius: 0.3rem;
}
/* --header-- */
.header-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-item > .nav-link {
  border: none;
  color: white;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid rgb(255, 255, 255, 0.4);
  min-width: 12rem;
  width: 100%;
  padding: 0 !important;
  margin: 0.5rem 0;
  transition: all 0.3s ease-in-out;
}
.nav-item > .nav-link:hover,
.nav-item > .nav-link:focus {
  background-color: rgba(189, 152, 152, 0.2) !important;
}

.header-btn {
  color: rgb(0, 0, 0);
  padding: 0.7rem 1rem;
  min-width: 10rem;
  background-color: var(--accent-color);
  transition: all 0.4s ease-in-out;
}
.header-btn:hover {
  color: black;
  background-color: #fff;
}
/* hero */
.container-hero {
  background: linear-gradient(#121212, rgba(18, 18, 18, 0.8)),
    url(../images/galaxy.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: center;
}
/* announcement */
.container-announcement {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url(../images/bg-announcement.avif) no-repeat left 80%;
  background-size: cover;
  min-height: 300px;
}
/* contact  */
.contact-working-hours-table {
  max-width: 24rem;
}
/* -------info-promotion-------- */
.contact-img {
  background-image: url(../images/contact-img.avif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 20rem;
}
/* ------------service---------- */
.service-row {
  display: flex;
  font-size: 1rem;
  flex-wrap: nowrap;
}
.service-price,
.service-name {
  font-weight: 700;
}
.service-line {
  flex: 1 1 auto;
  height: 1rem;
  border-bottom: 1px dashed #929292;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.service-price {
  width: auto;
  text-align: right;
  white-space: nowrap;
}
.service-desc {
  margin-left: 1rem;
  color: #d0d0d0;
}
/* ------------intro------------ */
.container-intro {
  position: relative;
  overflow: hidden;
}
.intro-decor {
  display: block;
  position: absolute;
  bottom: -5rem;
  right: -3rem;
  user-select: none;
}
/* -----gallery--------- */
.container-gallery {
  background-color: var(--accent-color-2);
}
.item {
  position: relative;
  z-index: 22;
  margin-bottom: 2rem;
}
.item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(202, 143, 199, 0.3);
  pointer-events: none;
  border-radius: 0.3rem;
}
/* egift  */
.container-egift {
  position: relative;
  background-color: #000;
  z-index: 1;
}
.container-egift::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
  background: url(../images/bg-egift.avif);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 3/2;
  pointer-events: none;
}
.container-egift::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #000000 60%, rgba(0, 0, 0, 0.3));
  pointer-events: none;
}
/* -------footer----------- */
.container-footer {
  background-color: var(--main-color);
}
@media (max-width: 575.98px) {
  .padding-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
  .padding-top {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .hero-img {
    height: 30rem;
  }

  .container-egift::before {
    background-image: url(../images/bg-egift-mobile.avif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    aspect-ratio: unset;
  }
}
@media (max-width: 991.98px) {
  .container-egift::after {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav > .nav-item:last-of-type .nav-link {
    border-right: 1px solid rgb(255, 255, 255, 0.4);
  }
}
@media (max-width: 1199.98px) {
  .header-items {
    display: block;
    justify-content: unset;
    align-items: unset;
  }
}
