*{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    user-select: none;
    /* scroll-behavior: smooth; */
}

html,body{
    width: 100%;
    /* height: 100%; */
    height: 100svh;
    font-family: 'Raleway', 'Arial';
}
::-webkit-scrollbar{
    display: none;
}

html.has-scroll-smooth {
    overflow: hidden; }
  
html.has-scroll-dragging {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

  .has-scroll-smooth [data-scroll-container] {
      min-height: 100vh;
  }

  .c-scrollbar {
      position: absolute;
      right: 0;
      top: 0;
      width: 11px;
      height: 100vh;
      transform-origin: center right;
      transition: transform 0.3s, opacity 0.3s;
      opacity: 0;
  }

  .c-scrollbar:hover {
      transform: scaleX(1.45);
  }

  .c-scrollbar:hover,
  .has-scroll-scrolling .c-scrollbar,
  .has-scroll-dragging .c-scrollbar {
      opacity: 1;
  }

  .c-scrollbar_thumb {
      position: absolute;
      top: 0;
      right: 0;
      background-color: black;
      opacity: 0.5;
      width: 7px;
      border-radius: 10px;
      margin: 2px;
      cursor: -webkit-grab;
      cursor: grab;
  }

  .has-scroll-dragging .c-scrollbar_thumb {
      cursor: -webkit-grabbing;
      cursor: grabbing;
  }

#main{
    /* width: 100%; */
    /* height: 100vh; */
    /* background-color:aqua; */
    position: relative;
    overflow: hidden;
	visibility: hidden;
}

#page1{
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 990;
}

#page1 #heading h1{
    font: 300 normal 19.5vw/.95 'Raleway';
    /* text-transform: uppercase; */
    /* font-size: 19vw; */
    /* font-family: gilroy; */
    /* line-height: .7; */
}
#page1 #heading span{
    display:inline-block;
    opacity: 1;
    text-transform: uppercase;
    visibility: hidden;
}

#page1 #photo{
    width: 55%;
    height: auto;
    /* background-color: red; */
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    background-position-y: center;
    /* border: 1px solid red; */
    
}

span.empty {
	content: "&nbsp;";
	width: 15px;
	/* border: 1px solid red; */
}

#page1 #photo img{
    /* object-fit:contain;
    object-position: center; */
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}



#page2{
    width: 100%;
    /* height: calc(400px - 1vw); */
    /* border: 1px solid red; */
    /* background-color: springgreen; */
    /* position: relative; */
}
#page2 #textbox{
    /* width: 50%; */
    /* height: 50vh; */
    /* background-color: tomato; */
    /* padding: 0 1vw; */
    /* position: absolute; */
    /* left: 40%; */
    /* text-indent: 40px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    gap: 30px;
    /* position:sticky; */
    
}
#page2 #textbox h1 {
    /* font-family: gilroy; */
    width: 90%;
    line-height: 1.3;
    /* text-indent: 40px; */
    font-size: 3vw;
    letter-spacing: 1px;
	font-weight:100;
	text-align: left;
}
#page2 #textbox h1 span{
    opacity: 1;
    display:inline-block;
}


#page7{
    width: 100%;
    height: 100vh;
    background-color:white;
    display: flex;
    align-items: center;
	position:relative;
}
#page7 #overlay{
    width: 100%;
    height: 100vh;
    background-color: black;
    position: fixed;
    right: -100%;
}
/* #page7 #overlay-white{
    width: 100%;
    height: 100vh;
    background-color: white;
    position: fixed;
    left: 100%;
} */


#page7 #box{
    width: 100%;
    height: 100vh;
    /* background-color: tomato; */
	position:absolute;
}
#page7 #box.white{
	--clip:100%;
	clip-path: inset(0px 0px 0px var(--clip));
}
#page7 #box .part{
    width: 100%;
    height: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content:center;
	flex-direction: column;
	/* position:absolute; */
} 
#page7 #box .part h1{
    font-family: 'Raleway';
    font-size: 15vw;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
	text-wrap:nowrap;
    /* mix-blend-mode: difference; */
	text-align: center;
}
#page7 #box.white h1 {
	color:white;
	left: 100%;
    /* color: black; */
	position: relative;
}
#page7 #box .part h1 span{
    display: inline-block;
}
/* #page7 #box #text1{
    background-color: springgreen;
}
#page7 #box #text2{
    background-color: rgb(0, 123, 255);
}
#page7 #box #text3{
    background-color: rgb(255, 213, 0);
} */

#page-wrapper {
    width:  200vw;
    height: 100vh;
    /* background-color: black; */
    /* color: white; */
    display:flex;
    flex-direction: row;
    justify-content:center;
}

#page12,#page13 {
    width: 100vw;
    height: 100vh;
    justify-content:center;
    align-items: center;
}

#page12 .part,
#page13 .part {
    width: 100%;
    height: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content:center;
	flex-direction: column;
}

#page12 .part h1,
#page13 .part h1{
    font-family: 'Raleway';
    font-size: 15vw;
    text-transform: uppercase;
    font-weight: bold;
	text-wrap:nowrap;
    /* mix-blend-mode: difference; */
	text-align: center;
}
#page12 .part h1 span,
#page13 .part h1 span {
    display: inline-block; 
}
#page13 {
    background-color: black;
    overflow: hidden;
}
#page12 h1 {
    color: black;
}
#page13 h1 {
    color: white;
}

#page13 .part h1 {
    transform: translateX(-100vw);
    white-space: nowrap;
}

#page11{
    widows: 100%;
    height: 100vh;
    /* background-color: color; */
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	
}    

#page11 h1 {
	font-size: 10vw;
	font-family: 'Raleway';
	text-transform: uppercase;
	transform: scale(1);
}
#page11 .social-medias a {
	transform: rotate(0deg) scale(1);
	display: inline-block;
}

@media screen and (max-width: 1000px) {
    #page2 #textbox h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    #page2 #textbox h1 {
        font-size: 22px;
    }
    #page11 h1 {
        font-size: 16vw;
        text-align: center;
    }
   
    .social-medias {
        display:flex;
        flex-direction: row;
        padding: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }
}