@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Playfair+Display&display=swap");
:root {
  --accent: #381148;
  --light: #eae6e1;
  --light-light: #f2eee9;
  --dark: #0f0f0f;
  --main-font: "playfair display", serif;
  --decor-font: "cinzel decorative", serif;
}
body,
html {
  margin: 0;
}
a {
  text-decoration: none;
}
* {
  scroll-behavior: smooth;
  transition: all 0.5s ease-in-out;
  font-variation-settings: "FILL" 0, "wght" 270, "GRAD" 0, "opsz" 48;
}
body::-webkit-scrollbar {
  width: 1vw;
}
body::-webkit-scrollbar-button {
  background-color: var(--light);
}
body::-webkit-scrollbar-track {
  background-color: var(--light);
}
body::-webkit-scrollbar-thumb {
  background-color: rgb(52, 52, 52);
  border-radius: 50px;
  border: 0.25vw solid var(--light);
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgb(52, 52, 52);
  cursor: pointer;
  border: 0.2vw solid var(--light);
}
nav {
  width: 100%;
  height: 5vw;
  border-bottom: var(--dark) solid 0.1vw;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--main-font);
  font-size: 2vw;
  box-sizing: border-box;
  background-color: var(--light);
  z-index: 100000;
}
nav > span {
  margin-left: 50vw;
  display: flex;
  font-family: "material symbols outlined";
}
nav > span > a {
  color: inherit;
  margin: 0 0.4vw;
  font-size: 2.6vw;
  padding: 0.1vw 0.3vw;
  border-radius: 0.7vw;
  box-sizing: border-box;
}
nav > span > a:hover {
  background-color: #0f0f0f19;
  font-variation-settings: "FILL" 1, "wght" 270, "GRAD" 0, "opsz" 48;
  border: none;
}
#active-nav {
  font-variation-settings: "FILL" 1, "wght" 270, "GRAD" 0, "opsz" 48;
}
#active-nav:hover {
  border: none;
}
.nav-res {
  width: 100%;
  height: 5vw;
}
#particles-js {
  width: 100%;
  height: calc(100vh - 5vw);
  display: flex;
  position: fixed;
  z-index: -1;
  background-color: var(--light);
}
.homescreen {
  font-family: var(--decor-font);
  text-transform: capitalize;
  width: 100%;
  height: calc(100vh - 5vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 6vw;
}
.homeslide {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.homeslide:nth-child(even) {
  background-color: var(--light);
  border-top: var(--dark) 1px solid;
  border-bottom: var(--dark) 1px solid;
}
.homebutton-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homebutton-holder > a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.7vw;
  width: 19vw;
  height: 6vw;
  border: var(--dark) solid 0.15vw;
  font-size: 3vw;
  font-weight: lighter;
  font-family: var(--main-font);
  margin: -4vw 1vw 1vw 1vw;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s 0.25s ease-in-out;
}
.homebutton-holder > a > div:hover {
  margin-top: -5vw;
  box-shadow: #1b1b1bbb 0 1vw 1vw;
}
.homebutton-holder > a:nth-child(2) > div {
  background-color: var(--dark);
  color: var(--light);
}
.homebutton-holder > a:nth-child(1) > div:hover {
  background-color: var(--dark);
  color: var(--light);
}
.homebutton-holder > a:nth-child(2) > div:hover {
  background-color: transparent;
  color: var(--dark);
}
.homebutton-holder > a > div > span {
  position: absolute;
  font-family: "material symbols outlined";
  font-size: 4vw;
  color: transparent;
  user-select: none;
  z-index: 0;
  font-variation-settings: "FILL" 1, "wght" 270, "GRAD" 0, "opsz" 48;
}
.homebutton-holder > a > div:hover > span {
  font-variation-settings: "FILL" 0, "wght" 270, "GRAD" 0, "opsz" 48;
}
.homebutton-holder > a:nth-child(1) > div:hover > span {
  color: #eae6e17d;
}
.homebutton-holder > a:nth-child(2) > div:hover > span {
  color: #0f0f0f7d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1vw 3vw;
  justify-content: ;
}
h1 {
  font-family: var(--decor-font);
  font-size: 4vw;
}
h2 {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 2.5vw;
}
.ml7 {
  position: relative;
}
.ml7 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.ml7 .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
.tippy-box {
  background-color: var(--dark);
  color: var(--light);
}
.tippy-content {
  font-family: var(--main-font);
}
