@font-face {
    font-family: "styrene A";
    src: url("../fonts/Styrene A (wf-rip)/StyreneA-Medium.otf") format("woff");
    font-weight: normal;
}


* {
    font-family: 'styrene A', 'sans-serif';
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

ol,
ul {
    list-style: none
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    /* color: #fff; */
    /* mix-blend-mode: screen; */
}



body {
    /* line-height: 1.2; */
    overflow-x: hidden;
    font-size: 14px;
}

.scrollable,body {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
  }
  
  .scrollable::-webkit-scrollbar,body::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  

   img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 6;

  }

html {
    scroll-behavior: smooth;
}


.to-index body,
.to-info body {
    background-color: #eceff1;
}

.box-a {
    display: block;
}


.box-c {
    overflow-y: scroll;
    display: none;
}


.landing.to-home main {
    opacity: 0
}

section {
    width: 100%;
    height: 100vh;
    background-color: #eceff1;
}

@media only screen and (min-device-width: 320px) and (max-device-width:812px),
screen and (max-width:700px) {
    section {
        height: calc(var(--vh, 1vh)*100)
    }
}


nav {
    display: flex;
    width: 100%;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    transition: color .45s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    justify-content: space-between;

    position: fixed;
    bottom: 22px;

}

nav li {
    position: absolute;
    right: 22px;
    bottom: 0rem;
}

.desc {
    padding-left: 22px;

}

nav a {
    pointer-events: auto;
    transition: color .15s cubic-bezier(.215, .61, .355, 1) .25s
}


.to-index nav,
.to-info nav {
    color: #fff
}

@media not all and (pointer: coarse) {
    nav a:hover {
        opacity: 1
    }
}

.homepage {
    width: 100vw;
    height: 100vh
}




.landing.to-home .homepage {
    background: none
}



a {
    cursor: pointer;

}

.scrollable{
    height: 100vh; 
    overflow-y: auto; 
    position: relative;
}



.desc,
ul {
    max-width: 250px;
}


.homepage {
    width: 100vw;
    height: 100vh
}


.homepage .wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh; /* so it’s at least full viewport height */
        position: relative;
    background-color: #eceff1;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden
}


.box {
    width: 100%;
    height: 100vh;
}

.box1 {
    display : none;
}

.box3 {
    display : block;
}

desc {
    display : block;
}

.box-c {
    background-color: #EAF7E1;
    padding: 22px;
    padding-right: 4rem;
}

.blend {
    mix-blend-mode: difference;
    color: black;

}

.red {
    color: white;
}


body,
html {
    background-color: #eceff1;

}

.fa-ellipsis {

    font-size: 1.5rem;
    color: white !important;
}

.box3 {
    margin-bottom: -6px;

}

.close {
    color: white !important;
}

.abs {

    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.info-nav-icon a {
    margin: 0px auto;
}



.intro h1{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;

    color: #000
}



.scrollable {
    position: relative; /* container for absolute children */
    overflow-x:hidden;
  }
  
  .scrollable img {
    display: block;
  }
  

@media only screen and (max-width: 480px) {
    nav {
        bottom: 14px;

    }

    nav li {
        right: 14px;
    }

    .desc {
        padding-left: 14px;

    }

    .box-c {

        padding: 14px;
        padding-right: 4rem;
    }

    .intro  h1{

        font-size: 14px;

    }
    img{
        border-radius: 7px;
    }


}






body {
    margin: 0;
    overflow: hidden;
    font-family: sans-serif;
    background: #f0f0f0;
  }
  #images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item {
    position: absolute;
    will-change: transform;
  }



  .item, .item img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  img {

    object-fit: cover;
  }
  .scrollable {
overflow: auto;
/* Hide scrollbar for WebKit browsers */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
}

.scrollable::-webkit-scrollbar {
width: 0;
height: 0;
display: none; /* Chrome, Safari, Opera */
}






body {
    margin: 0;
    overflow: hidden;
    font-family: sans-serif;
    background: #f0f0f0;
  }
  #images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item {
    position: absolute;
    will-change: transform;
  }



  .item, .item img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }