:root {
  --primary-color: #e4edf2;
  --text-color: #101010;
  --secondary-color: #edc9af;
  --accent-color: #26111f;
  --accent-color-2: #0047ab;
  --hover-color: #bfa393;
  --hover-color-2: #593b40;
  --gradient-color: linear-gradient(
    to right top,
    #c2ddf2,
    #cde3f4,
    #d8e9f5,
    #e4eff7,
    #eff5f9
  );
}
@font-face {
  font-family: "Quicksand";
  src: url(../fonts/subset-Quicksand-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url(../fonts/subset-PlayfairDisplay-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Quicksand";
  color: var(--text-color);
  background-image: var(--gradient-color);
}
h1 {
  line-height: calc(2.5rem * 1.6);
}
h2 {
  line-height: calc(2rem * 1.4);
}
h3 {
  line-height: calc(1.75rem * 1.6);
}
.accent-font {
  font-family: "Playfair 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;
}
.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;
}
.focus-style-over-dark:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #f97306;
  box-shadow: none;
}
dt {
  font-weight: 300;
}
.action-btn {
  padding: 0.7rem 0.5rem 0.8rem 0.5rem;
  width: 100%;
  font-family: "Playfair Display";
  border-radius: 55rem;
  transition: all 0.4s ease-in-out;
}
.container-announcement::before,
.container-egift::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  left: 20px;
  bottom: 10px;
  display: block;
  border: 1px solid #854810;
  pointer-events: none;
  z-index: 23;
}
.container-announcement::after,
.container-egift::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  left: 10px;
  bottom: 20px;
  display: block;
  border: 1px solid #854810;
  pointer-events: none;
}
.shadow-box {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/* --header-- */
.container-header {
  color: white;
  background-color: var(--accent-color);
}
.header-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-item > .nav-link {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  width: 100%;
  color: white;
  transition: all 0.3s ease-in-out;
  text-align: left;
  font-family: "Playfair Display";
  letter-spacing: 1px;
}
.header-btn {
  color: black;
  background-color: var(--secondary-color);
}
.header-btn:hover {
  color: black;
  background-color: var(--hover-color);
}
/* hero */
.hero-btn {
  color: white;
  background-color: var(--hover-color-2);
}
.hero-btn:hover {
  color: white;
  background-color: var(--accent-color);
}
/*anouncement- */
.container-announcement {
  position: relative;
  border: 0.5rem solid white;
}

.announcement-decor {
  object-fit: cover;
  object-position: left bottom;
  width: 100%;
  height: 100%;
  border-radius: 0% 70% 75% 25% / 25% 87% 0% 0%;
}
/* contact */
.info-img-decor-02 {
  margin-top: -120px;
  margin-left: 50%;
  border: 10px solid var(--secondary-color);
}
/* service*/
.container-service {
  background-color: var(--primary-color);
}
.service-name {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.service-price {
  font-size: 1.4rem;
}
.service-details {
  border-top: 1px solid var(--accent-color-2);
}
/* intro */
.container-intro {
  background-color: var(--hover-color-2);
}
.container-intro img {
  width: 100%;
  max-width: 30rem;
  height: auto;
}
/* gallery  */
.gallery-title {
  display: block;
  background-color: var(--accent-color);
}
/* egift  */
.container-egift {
  position: relative;
  border: 0.5rem solid white;
}
.egift-decor {
  object-fit: cover;
  object-position: left bottom;
  width: 100%;
  height: 100%;
  border-radius: 0% 70% 75% 25% / 25% 87% 0% 0%;
}
/*footer */
.container-footer {
  background-image: var(--gradient-color);
}
@media (max-width: 575.98px) {
  .padding-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
  .padding-top {
    padding-top: 80px;
  }
  .action-btn {
    min-width: 10rem;
  }
}
@media (min-width: 576px) {
  .action-btn {
    min-width: 13rem;
  }
}
@media (max-width: 767.98px) {
  .hero-img {
    background: url(../images/bg-hero-mobile.avif) no-repeat center bottom;
    height: 60vh;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .hero-img {
    background: url(../images/bg-hero-desktop.avif) no-repeat center center;
    height: 80vh;
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .header-items {
    display: block;
  }
  .nav-item > .nav-link:hover,
  .nav-item > .nav-link:focus {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .nav-item > .nav-link:hover,
  .nav-item > .nav-link:focus {
    background-color: rgba(189, 152, 152, 0.2) !important;
    border-radius: 33rem;
  }
}
