body {
  background-color: #000;
  font-size: 12px;
  line-height: 1.5rem;
}

header a,
header .button {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.hero-banner p {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 2.2rem;
  line-height: 3rem;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #EFEED5;
  text-shadow: 0 0 5px #fff;
}

.hign-light-bb {
  color: #fff;
  font-family: "Roboto Serif", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  border: #fff 1px solid;
  padding: 0 7px;
  border-radius: 15px;
  font-weight: 100;
  width: -moz-fit-content;
  width: fit-content;
}

h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Oswald", sans-serif;
}

p {
  color: #FAF9E8;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}

a {
  color: #A2D3E7;
}

.button {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.transation p {
  color: #FAF9E8;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
}

h3 {
  color: #EFEED5;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.millstone h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}
.millstone p {
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}
.millstone span {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #EFEED5;
}

footer {
  background-color: #EFEED5;
}
footer div h2 {
  color: #000;
}
footer div p {
  color: #000;
}
footer nav li a {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
footer nav li a:hover,
footer nav li a:focus,
footer nav li a:active {
  color: #EFEED5;
  background-color: #000;
}

footer .legal {
  background-color: #000;
}
footer .legal a {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #FBFAEA;
}
footer .legal p {
  color: #FBFAEA;
  font-size: 1rem;
}

header {
  background-color: rgba(20, 20, 20, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0px;
  display: flex;
  z-index: 30;
  position: sticky;
  transition: 100ms;
  margin-bottom: calc(100vh - 52px);
}
header svg {
  height: 2rem;
  width: 2rem;
  padding: 10px;
  fill: #FAF9E8;
  justify-self: start;
}
header img {
  height: 48px;
  padding: 2px;
  width: auto;
}
header .button {
  justify-self: flex-end;
  margin-left: auto;
  margin-right: 10px;
}
header nav {
  position: absolute;
  left: -97%;
  width: 95%;
  border-radius: 0 10px 10px 0;
  transition: 100ms;
  top: 3rem;
  padding-bottom: 1.5rem;
  box-shadow: 0 0 5px #FAF9DF;
  background-color: #FAF9DF;
}
header nav a {
  background-color: #FAF9DF;
  display: block;
  padding: 10px;
  color: #000;
  transition: 150ms;
}
header nav a:hover,
header nav a:active,
header nav a:focus {
  color: #fff;
  background-color: #000;
  transition: 300ms;
  box-shadow: 0 0 8px black;
  letter-spacing: 6px;
  text-shadow: 0 0 5px #fff;
}

@media screen and (min-width: 1238px) {
  header {
    background-color: rgba(20, 20, 20, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  header div svg {
    display: none;
  }
  header div img {
    margin-left: 10px;
  }
  header div .flex-col {
    flex-direction: unset;
  }
  header div nav {
    position: unset;
    padding: 0;
    box-shadow: none;
    background-color: unset;
  }
  header div nav ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    max-width: 1050px;
    justify-self: center;
    margin: 0 auto;
  }
  header div nav ul li {
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    align-content: center;
  }
  header div nav ul li a {
    line-height: 3rem;
    color: #FAF9DF;
    margin: auto;
    padding: 0 10px;
    background-color: unset;
  }
}
.menu {
  left: 0;
  transition: 300ms;
}

body {
  background-image: url(../img/main-bg.jpg);
}

.headerToggle {
  opacity: 100%;
}

.hide {
  top: -52px;
  transition: 300ms;
}

.hide1 {
  opacity: 10%;
  transition: 1.5s;
}

.hide2 {
  opacity: 0;
  transition: all 2s;
  filter: blur(5px);
  transform: translateX(-100%);
}

.load1 {
  color: red;
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.load2 {
  opacity: 1;
}

.delay1 {
  transition-delay: 100ms;
}

.delay2 {
  transition-delay: 200ms;
}

.delay3 {
  transition-delay: 300ms;
}

.delay-15 {
  transition-delay: 1.2s;
}

.overlay {
  height: 100vh;
  width: 100vw;
  background-color: black;
  opacity: 90%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(2px);
  z-index: -2;
  position: absolute;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

.fff {
  color: #fff;
}

.yyy {
  color: #faf9e9;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.y-center {
  align-content: center;
}

.x-center {
  justify-content: center;
}

.anchor {
  position: relative;
}

.screen-container {
  height: 120vh;
  margin-bottom: 30vh;
  display: flex;
  flex-direction: column;
}

.overlaytop {
  position: absolute;
  z-index: 20;
  background-color: #fff;
  height: 40%;
  width: 100%;
  top: 0;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.overlaybot {
  position: absolute;
  z-index: 30;
  background-color: #fff;
  height: 40%;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: -1;
}

.content-block {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 1.5rem 10px;
  max-width: 600px;
  margin: 0 auto;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.content-block .hign-light-bb {
  position: relative;
  top: 20px;
}
.content-block h2 {
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
  border-bottom: 1px #fff solid;
}
.content-block p {
  margin-bottom: 10px;
  width: 95%;
  margin-left: 5px;
}

@media screen and (min-width: 1000px) {
  .content-block {
    max-width: 850px;
    padding: 0;
    gap: 1.5rem;
  }
  .content-block .hign-light-bb {
    position: relative;
    top: 35px;
  }
  .content-block h2 {
    font-size: 4em;
    line-height: 4rem;
    margin-bottom: 20px;
    border-bottom: 1px #fff solid;
    padding-bottom: 0.5rem;
  }
  .content-block p {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
:root {
  --line_color: #A2D3E7;
}

.button {
  position: relative;
  width: 195px;
  height: 2rem;
  margin: 10px 0;
  text-decoration: none;
  color: var(--line_color);
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-shadow: none;
}

.button::before,
.button::after,
.button__text::before,
.button__text::after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background: var(--line_color);
  transition: all 0.5s ease;
}

.button::before {
  top: 0;
  left: 54px;
  width: calc(100% - 112px - 16px);
}

.button::after {
  top: 0;
  right: 54px;
  width: 1px;
}

.button__text::before {
  bottom: 0;
  right: 54px;
  width: calc(100% - 112px - 16px);
}

.button__text::after {
  bottom: 0;
  left: 54px;
  width: 8px;
}

.button__line {
  position: absolute;
  top: 0;
  width: 56px;
  height: 100%;
  overflow: hidden;
}

.button__line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 300px;
  border: solid 2px var(--line_color);
}

.button__line:nth-child(1),
.button__line:nth-child(1)::before {
  left: 0;
}

.button__line:nth-child(2),
.button__line:nth-child(2)::before {
  right: 0;
}

.button:hover {
  letter-spacing: 6px;
}

.button:hover::before,
.button:hover .button__text::before {
  width: 8px;
}

.button:hover::after,
.button:hover .button__text::after {
  width: calc(100% - 112px - 16px);
}

.hero-banner {
  height: 100vh;
  width: 100vw;
  background-image: url(../img/hero-banner-backup-bg-sm.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
}
.hero-banner video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner .hero-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.hero-banner .hero-container div {
  height: -moz-fit-content;
  height: fit-content;
}
.hero-banner .hero-container div p {
  text-align: center;
  text-shadow: #fff 0 0 5px;
}

@media screen and (min-width: 800px) {
  .hero-banner p {
    font-size: 5rem;
    line-height: 7.5rem;
    letter-spacing: -3px;
  }
}
@media screen and (min-width: 1500px) {
  .hero-banner p {
    font-size: 8rem;
    letter-spacing: -8px;
    line-height: 12rem;
  }
}
@media screen and (min-width: 1500px) and (min-width: 1250px) {
  .hero-banner {
    background-image: url(../img/hero-banner-backup-bg-lg.webp);
  }
}
.h-one-bg {
  width: 100vw;
  background-size: cover;
  background-position: center;
  height: 30vh;
}
.h-one-bg div {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.h-one-bg div h1 {
  padding-left: 20px;
  width: calc(100% - 20px);
  margin: auto 0;
  line-height: 100%;
}

.transation {
  height: 20vh;
}

@media screen and (min-width: 600px) {
  h1 {
    padding: 0;
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 4.5rem;
    text-align: center;
  }
}
.reaity {
  background-image: url(../img/reality-bg-sm.webp);
}

.reality-container {
  height: 120vh;
  margin-bottom: 30vh;
}

.gift {
  background-image: url(../img/gift-bg-sm.webp);
}

.gift-container {
  margin-bottom: 0;
}

.transation {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
.transation div {
  text-align: center;
  padding: 20vh 0;
}
.transation div p {
  padding: 1.5rem 20px;
}

@media screen and (min-width: 850px) {
  .transation div p {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.bg-wrap {
  height: 85%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-repeat: fit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-self: flex-start;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px rgb(0, 0, 0);
}

.children {
  background-image: url(../img/children-bg.webp);
}

.women {
  background-image: url(../img/women-bg.jpg);
}

.elder {
  background-image: url(../img/elder-bg.webp);
}

.unwell {
  background-image: url(../img/unwell-bg.webp);
}/*# sourceMappingURL=styles.css.map */