/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --pri: #fff;
  --sec: #000;
  --shw: #1f1f1f;
  /* --hav:#CCCCCC; */
}
@font-face {
  font-family: "IvyPresto Display Light";
  src: url(Fonts/IvyPresto\ Display.ttf);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

#loder {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  background-color: #252525;
  /* position: relative; */
  overflow: hidden;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
}

#curve {
  width: 130%;
  height: 70%;
  border-radius: 50%;
  top: 110%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--pri);
}

#main {
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: red; */
  /* overflow-x: hidden; */
  /* z-index: 999999999; */
}

#cursor {
  /* display: none; */
  width: 20px;
  height: 20px;
  /* background-color: var(--sec); */
  background-color: var(--pri);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: fixed;
  /* -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); */
  z-index: 999;
  mix-blend-mode: difference;
  cursor: none;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.toggle {
  width: 80px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 40px;
  position: absolute;
  bottom: 3%;
  z-index: 999999999;
  position: fixed;
  left: 10px;
  mix-blend-mode: difference;
}

.toggle #circ {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 3px;
  margin-left: 2px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  left: 4%;
  position: absolute;
}

#pagefix {
  width: 100%;
  height: 100%;
  background-color: var(--pri);
  position: fixed;
  color: var(--sec);
}

#pagefix #text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 1;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  /* transform-style: preserve-3d;
    transform: rotateX(45deg);
    perspective: 200px;
    perspective: none; */
}

#pagefix #text #a {
  font-style: oblique;
  font-family: Playfair;
  font-size: 12rem;
  font-weight: 100;
}

#pagefix #text #b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30vw;
  font-size: 12rem;
  font-weight: 100;
  margin-left: 10vw;
  font-family: Playfair;
  font-style: oblique;
}

#pagefix #text #b p {
  font-size: 1.2rem;
  width: 15vw;
  font-family: gilroy;
  font-weight: 700;
  line-height: 1;
}

#pagefix #text #c {
  font-family: gilroy;
  font-size: 12rem;
  letter-spacing: 2px;
  font-weight: 400;
}

#pagefix #text #d {
  font-family: gilroy;
  font-size: 15rem;
  letter-spacing: 2px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pagefix #text img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(154deg)
    brightness(107%) contrast(101%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(154deg)
    brightness(107%) contrast(101%);
  scale: 0.8;
}

#scrollpage {
  width: 100vw;
  /* height: 100vh; */
  /* background-color: var(--pri); */
  position: absolute;
  top: 0;
  right: 0;
  /* display: flex; */
  overflow: hidden;
}

#scrollpage #nav {
  width: 100vw;
  height: 10vh;
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  position: fixed;
  z-index: 9999;
  mix-blend-mode: difference;
  color: #fff;
  font-family: gilroy;
  font-weight: 100;
}

#scrollpage #nav #jom {
  width: 10vw;
  height: 5vw;
  padding: 10px 0px;
  /* background-color: blue; */
}
#nav h1 {
  overflow: hidden;
}

#nav span {
  display: inline-block;
  /* opacity: 0; */
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
}

#page1 {
  height: 100vh;
  width: 100vw;
  /* background-color: ; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#page1 img {
  width: 15vw;
  /* margin-left: 15vw; */
  margin-top: 0.9vw;
}

#page1 #one {
  margin-left: 15vw;
}

#page1 #two {
  margin-left: 45vw;
}

#page1 #imo {
  /* justify-content: space-between; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50vw;
  margin-left: 10vw;
  /* align-items: center; */
}

#page2 {
  height: 100vh;
  width: 100vw;
  /* background-color:gray; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#page2 #container {
  width: 65vw;
  height: 75vh;
  /* background-color: var(--pri); */
  border-radius: 20vw;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 5s;
  -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 5s;
  z-index: 9999;
}

#page2 #container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page3 {
  height: 100vh;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 150vw;
  background-color: var(--sec);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 6rem;
  font-weight: 100;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}

#page3 #will h1 {
  text-align: center;
  font-family: IvyPresto Display Light;
  font-weight: 100;
  color: var(--pri);
  line-height: 1;
}

#page3 #will #we {
  margin-left: -40vw;
}

#page3 #will #st {
  font-family: gilroy;
  font-weight: 400;
}

#page4 {
  width: 100vw;
  height: 100vh;
  background-color: var(--sec);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* overflow: hidden; */
}

#page4 #circleline {
  /* overflow-x: auto; */
  width: 100%;
  height: 25vh;
  white-space: nowrap;
  /* background-color: var(--pri); */
}

.class {
  margin-left: 1vw;
  width: 26vh;
  height: 26vh;
  background-color: var(--shw);
  border-radius: 50%;
  display: inline-block;
  /* flex-shrink: 0; */
  -webkit-transition: all ease-out 2s;
  -o-transition: all ease-out 2s;
  transition: all ease-out 2s;
  /* will-change: transform; */
}

#page4 #circleline #oval {
  width: 20vw;
  height: 24vh;
  background-color: var(--pri);
  border-radius: 20vw;
}
#page4 h1 {
  font-family: IvyPresto Display Light;
  color: var(--pri);
  font-size: 13rem;
  line-height: 0.8;
  margin: 0 -30px;
  padding: 20px 0px;
}

#page4 #dream {
  font-family: gilroy;
  /* letter-spacing: 20px; */
  font-size: 13rem;
  padding: 20px 0px;
}

.page5 {
  width: 100vw;
  height: 100vh;
  background-color: var(--sec);
  position: relative;
  overflow: hidden;
}

#page5-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 0.7;
}

#page5-1 #text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 100;
  /* line-height: 0.7; */
}

#page5-1 #text p {
  color: var(--pri);
  padding: 30px 0px;
  margin-left: -40vw;
  font-family: gilroy;
  font-weight: 300;
  font-size: 1.4rem;
}

#page5-1 #text h2 {
  text-align: start;
  width: 55vw;
  margin-left: 35vw;
  font-family: gilroy;
  margin-top: 2vw;
  color: var(--pri);
  font-weight: 500;
  font-size: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
}

#page5-2 h1 {
  font-family: IvyPresto Display Light;
  font-size: 12rem;
  color: var(--pri);
  margin-left: 4vw;
}

#page5-2 h2 {
  font-family: gilroy;
  font-size: 12rem;
  color: var(--pri);
  margin-left: 4vw;
}

#page6 {
  width: 100vw;
  height: 100vh;
  /* background-color: blue; */
  position: relative;
}
#page6 #scroll-image {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: aqua;
}
.same {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 100%;
  left: 0;
}
#scroll-image #img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0004;
}

#scroll-image .text {
  font-size: 3.7em;
  color: var(--pri);
  font-weight: 100;
  letter-spacing: 0.09em;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: gilroy;
}

#scroll-image .text h5 {
  font-size: 2vw;
  font-family: IvyPresto Display Light;
  margin-left: -3vw;
  /* text-decoration: transparent; */
  z-index: 999999999;
}
#scroll-image #img:nth-child(1) {
  background-image: url(https://assets.website-files.com/6148d60a98a3dbf0ff2d6a96/6148d60a98a3db69c42d6a9d_WILBURTON-EXTERIOR-FINAL.jpg);
}
#scroll-image #img:nth-child(2) {
  background-image: url(https://assets.website-files.com/6148d60a98a3dbf0ff2d6a96/6148d60a98a3db7c7f2d6a9c_Stellar_skingrips_full-hand.jpg);
}
#scroll-image #img:nth-child(3) {
  background-image: url(https://assets.website-files.com/6148d60a98a3dbf0ff2d6a96/6148d60a98a3dba5f62d6aac_613cbb5b61d45304859adbf9__MG_9015-HDR-2.jpg);
}
#scroll-image #img:nth-child(4) {
  background-image: url(https://assets.website-files.com/6148d60a98a3dbf0ff2d6a96/6160994c12d9fe6f44bfc05e_60ff5c18633cf4c47c833f90_priestess-preview.jpg);
}

#scroll-image #img:nth-child(5) {
  width: 150vw;
  height: 130vh;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--pri);
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  white-space: nowrap;
}
#scroll-image #img:nth-child(5) #arrow > h1 {
  z-index: 9999;
  bottom: -60%;
  left: 40%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: inline-block; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: gilroy;
  font-weight: 500;
  color: var(--sec);
}
#scroll-image #img:nth-child(5) #arrow > h1 span {
  font-family: IvyPresto Display Light;
  font-size: 35rem;
  letter-spacing: 2rem;
}
#scroll-image #img:nth-child(5) #lineab1 {
  width: 100vw;
  height: 20vh;
  /* background-color: blue; */
  top: 40%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  animation-name: scroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* overflow: scroll; */
}
#scroll-image #img:nth-child(5) #lineab1 h1 {
  color: var(--sec);
  font-size: 5rem;
  font-family: gilroy;
  font-size: 100;
  /* background-color: aqua; */
}
#scroll-image #img:nth-child(5) #lineab1 h1 span i {
  font-size: 50px;
}

#scroll-image #img:nth-child(5) #lineab2 {
  width: 100%;
  height: 20vh;
  /* background-color: rgb(0, 255, 47); */
  top: 50%;
  left: 55%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
}
#scroll-image #img:nth-child(5) #arrow > #lineab2 h1 {
  color: var(--sec);
  font-size: 5rem;
  font-family: IvyPresto Display Light;
  font-size: 100;
  /* background-color: aqua; */
}
#scroll-image #img:nth-child(5) #lineab1 h2 span i {
  font-size: 50px;
}
