 @font-face { font-family: Urbanist; src: url('fonts/Urbanist/Urbanist-VariableFont_wght.ttf'); }

 * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background-color: #eee;
  color: #333;
}

html, body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Urbanist;
  cursor:default;
  overflow: hidden;
}

ul {
  text-align: left;
}
li {
  margin: 15px 0px;
}

body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size: auto 84vh;
  background-position: 5vw 8vh;
}

.head, .foot {
  height: 8%;
  width: 100vw;
  background-color: #222;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  z-index: 1;
}
.head {
  font-size: 5vh;
}
.foot {
  font-size: 1.5vh;
}
.index-panel {
  height: 84%;
}

.menu-item {
  height: 100%;
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-button:hover {
  background-color: #444;
  cursor: pointer;
}
.foot {
  justify-content:space-between;
}
.footbox {
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 20px;
}
.scrollbar {
  height: 100%;
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 20pt;
}
.scrollButton {
  cursor: pointer;
}
h3 {
  margin: 3px 0px;
}





.index-panel {
  width: 100%;
  height: 84vh;
  display: flex;
  justify-content: space-around;
  align-items: center;  
  overflow: hidden;
}

.description {
  position: fixed;
  left: 75%;
  width: 22.5%;
  margin-right: 0px;
  height: 75vh;
  font-size: 2vh;
  padding: 1vh 2vw;
  background-color: #222;
  text-align: justify;
  color: #eee;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 10px 10px 10px #111;
  transition: 1s;
}
.description a {
  text-decoration: none;
}
.image {
  height: 100%;
  display: flex;
}

h1 {
  text-align: center;
  font-size: 3.5vh;
  margin: 0px 0px;
}
.see-project {
  border: 2px solid #eee;
  border-radius: 25px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #eee;
  z-index: 2;
  transition: 0.25s;
}
.see-project:hover {
  transition: 0.25s;
  background-color: white;
  color: #333;
  cursor: pointer;
}

#index-text-block {
  z-index: 16;
  transition: 1s;
  position: absolute;
  height: 84vh;
  width: 100vw;
  left: 0vw;
  top: 8vh;
  display: none;
  opacity: 0;
}
#left-text-block {
  z-index: 15;
  transition: 1.5s;
  position: absolute;
  height: 84vh;
  width: 100vw;
  left: 0vw;
  top: 8vh;
  display: none;
  opacity: 0;
}

.rotated-block {
  position: absolute;
  z-index: 0;
  height: 200%;
  transform: rotate(10deg);
  width: 0.75%;
  overflow: hidden;
  transition: 1s;
}
.rotated-block-1 {
  top: -50%;
  left: -242%;
  width: 250%;
  box-shadow: 10px 10px 20px #111;
}
.rotated-block-2 {
  left: 40%;
}
.rotated-block-3 {
  left: 45%;
}
.rotated-block-4 {
  left: 50%;
}
.rotated-block-5 {
  left: 55%;
}
.rotated-block-6 {
  right: 0%;
  top: 0%;
  width: 35%;
  box-shadow: -10px 10px 20px #111;
}
.head a {
  text-decoration: none;
  color: white;
  margin: 0;
}















/* Style Projects */



::selection {
  background-color: var(--secondary);
  color: var(--primary);
}
body {
  background-color: var(--primary);
  color: var(--secondary);
}
h1 {
  color: inherit;
  margin: 20px 0px;
}
h2 {
  font-size: 3vh;
  width: 85%;
  text-align: left;
  margin: 20px 0px;
}
.contents {
  display: flex;
  flex-direction: row;
  height: 84vh;
}
.text {
  height: 100%;
  width: 60%;
  padding: 40px 30px;
  border-right: solid 3px var(--secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  scrollbar-color: var(--secondary) transparent;
  scrollbar-width: thin;
}
.text p {
  width: 85%;
  text-align: justify;
  margin: 5px 0px;
}
.text img {
  width: 75%;
  align-self: center;
  margin: 30px 0px 10px 0px;
}
.other {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
}
.summary {
  border-bottom: solid 3px var(--secondary);
  width: 100%;
  height: 50%;
}
.trailer {
  width: 100%;
  height: 50%;
}
.contents {
  color: inherit;
  font-size: 18pt;
}
.LienKikoo {
  border: 2px solid var(--secondary);
  width: 80%;
  padding: 10px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  font-weight: bold;
}
.LienKikoo:hover {
  background-color: var(--secondary);
  color: var(--primary);
  cursor: pointer;
}
.descr {
  display: flex;
  width: 80%;
  border: 1px solid var(--secondary);
  justify-content: space-around;
}
.descr-item {
  border: 1px solid var(--secondary);
  width: 100%;
  text-align: center;
  padding: 4px;
}





.index-contents {
  display: flex;
  flex-direction: row;
  height: 84vh;
}
.index-block {
  background-color: #222;
  color: #eee;
  width: 15vw;
  height: 27.5vh;
  margin: 1vw;
  box-shadow: 5px 5px 10px #222;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 2vh;
}
.index-block:hover {
  background-color: #444;
  cursor: pointer;
}
.index-block h1 {
  font-size: 2vh;
  margin: 0px;
}
.index-block img {
  width: 55%;
  height: 55%;
  border-radius: 50%;
  border: 4px solid #eee;
}