:root {
  --primary-color: #e4d9c4;
  --secondary-color: #f6efdf;
  --accent-color: #182677;
}
@font-face {
  font-family: "Heebo";
  src: url(../fonts/Heebo-ExtraBold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Crimson Text";
  src: url(../fonts/CrimsonText-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: "Crimson Text";
  font-size: 18px;
  color: black;
}
.accent-color {
  color: var(--accent-color);
}
.accent-font {
  font-family: "Heebo";
}
.dark-bg {
  background-color: #121212;
}
a,
button {
  text-decoration: underline;
}
:is(a, button):hover {
  text-decoration: none;
}
.btn {
  text-decoration: none;
}
.action-btn {
  font-family: "Heebo";
  transition: all 0.4s ease;
  border-radius: 33rem;
  min-width: 13rem;
  height: 3rem;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.light-btn {
  background-color: white;
  color: black;
}
.light-btn:hover,
.light-btn:focus {
  background-color: #cecece;
  color: black;
}
.dark-btn {
  background-color: var(--accent-color);
  color: white;
}
.dark-btn:hover,
.dark-btn:focus {
  background-color: black;
  color: white;
}
.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 #000000;
  box-shadow: none;
  text-decoration: none;
}
:is(a, button, .btn):focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
  outline-offset: none;
}
.focus-style-over-dark:focus-visible {
  outline-offset: 3px;
  outline: 3px solid white;
  box-shadow: none;
  text-decoration: none;
}
.padding-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.padding-bottom {
  padding-bottom: 6rem;
}
dt {
  font-weight: normal;
}

/* ---------header-------- */
.container-header {
  background-color: var(--primary-color);
}
.nav-item > .nav-link {
  background-color: transparent;
  border: none;
  color: white;
  text-transform: uppercase;
}
.navbar {
  background-color: #121212;
}
/* ----------hero----------- */
.container-hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
/* -------announcement--- */
.announcement-content {
  position: relative;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  height: 30rem;
}
.announcement-content::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/stock-06.avif) center center / cover no-repeat;
  z-index: 44;
  width: 11rem;
  height: 24rem;
  top: 50%;
  right: -5rem;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: -3;
}
.announcement-text {
  margin-right: 23%;
  background: var(--secondary-color);
}
.announcement-decor {
  position: relative;
  z-index: 3;
  min-height: 15rem;
  overflow: visible;
}
.announcement-decor::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, rgba(18, 18, 18, 1), transparent),
    url(../images/stock-04.avif) center right / cover no-repeat;
  z-index: 44;
  width: 130%;
  min-height: 100%;
  top: 0;
  right: 0;
}
/* ------info------------ */
.container-info {
  background: url(../images/bg-info.avif) no-repeat right center;
  background-size: cover;
}
.contact-column {
  background-color: var(--primary-color);
  overflow: hidden;
  border: 1px solid #464646;
}
.contact-title {
  position: relative;
  width: 100%;
  height: 8rem;
}
.row > div:nth-child(1) .contact-title::before {
  content: url(../icons/chats-fill.svg);
  position: absolute;
  opacity: 0.3;
  width: 10em;
  height: auto;
  top: 0;
  right: 0;
}
.row > div:nth-child(2) .contact-title::before {
  content: url(../icons/clock-fill.svg);
  position: absolute;
  opacity: 0.3;
  width: 10em;
  height: auto;
  top: 0;
  right: 0;
}
.row > div:nth-child(3) .contact-title::before {
  content: url(../icons/map-pin-fill.svg);
  position: absolute;
  opacity: 0.3;
  width: 10em;
  height: auto;
  top: 0;
  right: 0;
}
/* ----------service------------- */
.container-service {
  background-color: var(--secondary-color);
}
.service-divider {
  border-bottom: 1px solid rgba(18, 18, 18, 0.3);
}
/* ------intro---------- */
.container-intro {
  overflow: hidden;
  background-color: var(--primary-color);
}
.bg-mainphoto {
  position: relative;
  z-index: 0;
  overflow: visible;
}
.bg-mainphoto::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/bg-intro.avif) top left / cover no-repeat;
  z-index: -4;
  width: 150%;
  height: 100%;
  top: 0;
  overflow: visible;
}
.bg-mainphoto::after {
  content: "";
  position: absolute;
  display: block;
  width: 150%;
  height: 100%;
  top: 0;
  backdrop-filter: blur(3px);
  z-index: -2;
  overflow: visible;
}
/* -----------gallery--------- */
.container-gallery {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/bg-gallery.avif) no-repeat left center;
  background-size: cover;
}
.gallery-items > img {
  margin-bottom: 2rem;
}
/* ---gift---- */
.container-egift h2 {
  color: white;
}
.bg-gift {
  background: url(../images/bg-gift.avif) center center / cover no-repeat;
}
/* ----slogan-- */
.container-decor {
  background-color: var(--secondary-color);
}
.slogan-content {
  font-size: 3rem;
}
.decor-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}
.decor-area > img {
  width: 100%;
  height: 24rem;
  object-position: center center;
  object-fit: cover;
  border-radius: 88rem;
}
/* -------footer--------- */
.container-footer {
  background-color: var(--primary-color);
}
.footer-title {
  position: relative;
  z-index: 3;
}
.footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  opacity: 0.4;
  background-image: linear-gradient(to right, #b6a38c, transparent);
  z-index: -1;
}
@media (max-width: 575.98px) {
  .padding-bottom {
    padding-bottom: 5rem;
  }
  .padding-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .container-hero {
    background-image: url(../images/bg-hero-mobile.avif);
    min-height: 22rem;
  }
  .gallery-items > img {
    margin-bottom: 1rem;
  }
  .container-egift {
    background-color: #121212;
  }
  .action-btn {
    min-width: 10rem;
  }
}
@media (min-width: 576px) {
  .header-actions {
    width: auto;
  }
  .container-egift {
    background: url(../images/stock-05.avif) 60% bottom / cover no-repeat;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .container-hero {
    background-image: url(../images/bg-hero-tablet.avif);
    min-height: 35rem;
  }
}
@media (min-width: 992px) {
  .container-hero {
    background-image: url(../images/bg-hero.avif);
    min-height: 40rem;
  }
}
@media (max-width: 991.98px) {
  .bg-mainphoto::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .bg-mainphoto::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .announcement-content {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .bg-mainphoto::before {
    left: 0;
    transform: none;
  }
  .bg-mainphoto::after {
    left: 0;
    transform: none;
  }
}
