/* defaults */
@font-face {
    font-family: 'Continental-Book';
    src:  url('../fonts/Continental\ Book.woff2') format('woff2'),
          url('../fonts/Continental\ Book.woff') format('woff');
  }

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* white-space: wrap; */
    /* background-color: black; */
    box-sizing: border-box;
    line-height: 1.2;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-family: 'Continental-Book';
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

::selection {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}

::-moz-selection {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

a :hover {
    z-index: 10000000;
}

.hidden {
    /* display: none; */
    /* pointer-events: none; */
    opacity: 0;
}


/* General page layout */

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    /* overflow: hidden; */
    font-family: 'Continental-Book';
}

.content {
    max-height: 90vh;
    /* background: blue; */
}




* {
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: sans-serif;
    box-sizing: border-box;
    font-family: 'Continental-Book';
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

/*:root {
    cursor: url(model.png), auto;
}*/
/*html {zoom: 160%;}*/

/* Carousel */

.container {
    width: 100vw;

    /* background-color: aqua; */
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    overflow: hidden;
}

.saris {
    position: relative;
    z-index: 1000;
}

.saris li div.show{
    color: rgb(255, 0, 0);
}

.products {
    position: absolute;
    /* display: flexbox; */
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    /* background-color: blueviolet; */
}

.product {
    position: absolute;
    width: 100vw; 
    height: 100vh;
    top: 0px;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s ease-in-out;
    /* pointer-events: none; */
    /* display: flex; */
    /* display: inline-block; */
    /* align-items: center; */
    /* width:160vw; */
    /* left:150px; */
}


.product.show {
    opacity: 1;
}

.product.masterShow {
        opacity: 1;
        pointer-events: all;
}

.product-1 {
    /* background-color: beige; */
}

.product-2 {}

.product-3 {}

.product-4 {}

.product-5 {}

.product-6 {}

.product-7 {}

.product-8 {}


/* Column layout */

.left-column {
    width: 25vw;
}

.center-column {
    width: 75vw;
    display: flex;
    flex-direction: column;
    position: relative;
}

.image-box {
    /* Image columns design */
    overflow-x: hidden;
    overflow-y: auto;
}

.img-wrapper {
    display: block;
    margin-bottom: 3rem;
}

.img-wrapper img {
    height: 80%;
    width: 80%;
    object-fit: contain;
    margin-left: 2vw;
}

.canvas-box {
    /* Common props for canvases */
    /* margin: 0 auto; */

    flex: 5;
    width: 100%;
    height: 100%;
    /* padding: 2em; */
    /* position: relative; */
}
/* .canvas-box:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) 
  } */

#canvas-ref {
    position: absolute;
    left: -100vw;
    bottom: -100vh;
    opacity: 0;
}

.canvas-box .hidden {
    height: 0;
    width: 0;
}

.canvas-box .visible {
    margin: 2em auto;
    width: 100%;
    /* height: 100%; */
}

.text-box {
    flex: 5;

    overflow-y: scroll;
    /* Common props for text */
}







.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* border-bottom: 1px solid black; */
}

.column {
    flex-basis: 100%;
  
}

.row_1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.column_1 {
    flex-basis: 100%;
    overflow-wrap: break-word;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color:blue;
 
}

a:hover {
    text-decoration: none;
    color: blue;
    
}

a:active {
    text-decoration: none;
    color: blue;
  
}

img {
    text-align: center;
    justify-content: center;
    object-position: center;
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
    z-index: 1000;

}

.signupsubmit {
    transform: rotateY(50deg) rotateX(50deg);
    -webkit-transform: rotateY(50deg) rotateX(50deg);
    transition: 1s;
}

.signupsubmit:hover {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
}

/* #c {
    display: block;
    margin: 20px auto 0;
} */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;

}
/* 
/* scrollbar */

/* width */
/* ::-webkit-scrollbar {
    width: 15px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
    background: #f1f1f1;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
    background: black;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: black;} */



#myDIV {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px;
}

#shadow {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px rgb(0 0 0 / 0.5);
}

#panel {
    position: relative;

    line-height: 1;
    background: #754c24;
    height: auto;
    display: none;
    color: white;

}

.container_1 {
    text-align: center;
    object-position: center;
    display: inline-block;
    perspective: 1000px;

    max-height: 100vh;
    max-width: 100vw;
    color: white;
}

.parallax {
width: auto;
 
    transform-style: preserve-3d;
    text-align: center;

    transform: rotateX(130deg) rotateY(-130deg) rotateZ(-20deg);

}

.parallax2 {
    width: 15vw;
    height: 30vh;
    background: #f15;
    position: absolute;
    display: inline-block;
    margin-top: 50px;
    margin-left: 50px;
    /* opacity: 0.5; */
    box-shadow: 5px 10px black;

}

.parallax5 {
    width: 40vw;
    height: 40vh;
    background: rgb(255, 94, 1);
    position: absolute;
    display: inline-block;
    margin-top: 50px;
    margin-left: 50px;
    mix-blend-mode: multiply;
    /* opacity: 0.5; */
    box-shadow: 5px 10px black;
}

.parallax3 {
    width: 30vw;
    height: 50vh;
    background: #518;
    position: absolute;
    display: inline-block;
    margin-top: 160px;
    /* opacity: 0.5; */
    box-shadow: 5px 10px black;
}

.parallax4 {
    width: 20vw;
    height: 40vh;
    background: rgb(10, 163, 252);
    position: absolute;
    display: inline-block;
    margin-top: 70px;
    left: 25%;
    /* opacity: 0.5; */
    box-shadow: 5px 10px black;
}

.parallax6 {
    width: 20vw;
    height: 30vh;
    background: rgb(30, 252, 10);
    position: absolute;
    display: inline-block;
    margin-top: 200px;
    left: 10%;
    z-index: 10000;
    /* opacity: 0.5; */
    box-shadow: 5px 10px black;
}

.parallax2,
.parallax3,
.parallax4,
.parallax5:hover {
    z-index: 10000;

}

#mydiv {
    position: absolute;
    z-index: 9;
    /* background-color: #f1f1f1;
  border: 1px solid #d3d3d3; */
    text-align: center;
}

#mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: black;
    color: #fff;
}

.awesome {
    color: white;
    -webkit-animation: colorchange 20s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        background-color: red;
    }

    10% {
        background-color: orange;
    }

    20% {
        background-color: sandybrown;
    }

    30% {
        background-color: yellow;
    }

    40% {
        background-color: burlywood;
    }

    50% {
        background-color: green;
    }

    60% {
        background-color: blue;
    }

    70% {
        background-color: pink;
    }

    80% {
        background-color: black;
    }

    90% {
        background-color: whitesmoke;
    }

    100% {
        background-color: violet;
    }
}

h1 {
    font-size: 300%;
}
h2 {
    font-size: 200%;
}
h3 {
    font-size: 120%;
}

.mydiv {
    position: absolute;
    width: 10vw;
    height: 10vw;
    /* opacity: 0; */
    background-color: antiquewhite;
    z-index: 10000;

}

.mydiv:hover {
    opacity: 1;
}

#div1 {
    top: 5%;
    left: 30%;
    z-index: 10000;
}

#div1:hover {
    top: 5%;
    left: 30%;
    /* zoom: 200%; */
    z-index: 10000;
}

#div2 {
    background-color: red;
    opacity: 0.7;
    top: 20%;
    left: 20%;
    z-index: 10000;
}

#div2:hover {
    top: 20%;
    left: 20%;
    z-index: 10000;
    /* zoom: 200%; */

}

#div3 {
    top: 20%;
    left: 70%;
    z-index: 10000;
}

#div3:hover {
    top: 20%;
    left: 70%;
    z-index: 10000;
    /* zoom: 200%; */
}

/* #div3:hover{
      zoom: 200%;
  }
  #div4:hover{
    zoom: 200%;
}
#div5:hover{
    zoom: 200%;
}
#div6:hover{
    zoom: 200%;
} */
#div4 {
    top: 35%;
    left: 30%;
    z-index: 10000;
}

#div4:hover {
    top: 35%;
    left: 30%;
    z-index: 10000;
  
}

#div5 {
    top: 40%;
    left: 60%;
    z-index: 10000;
}

#div5:hover {
    top: 40%;
    left: 60%;
    z-index: 10000;
    /* zoom: 200%; */
}

#div6 {
    top: 5%;
    left: 65%;
    z-index: 10000;
}

#div6:hover {
    top: 5%;
    left: 65%;
    z-index: 10000;
    /* zoom: 200%; */
}

img {
    /* width: 100%; */
    height:400px;
}

.line {
    background-color: black;
    width: 2px !important;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: 0px;
    width: 1px !important;
    border-bottom: 1px solid #000;

    -webkit-animation: increase 3s;
    -moz-animation: increase 3s;
    -o-animation: increase 3s;
    animation: increase 3s;
    animation-fill-mode: forwards;
}

@keyframes increase {
    100% {
        width: 300px !important;
    }
}

/* .line1 {
    background-color: #f15;
    width: 2px !important;
    position: absolute;
} */

#content {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* .content {
    display: none;
}
    
.canvas-box:hover + content {
    display: block;
} */

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(5px, 10px);
    }

    to {
        transform: translate(0, -0px);
    }
}

/* .floating_1 {  
    animation-name: floating_1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating_1 {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
} */

#text {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 95vw;
    background-color: transparent;
    color: white;
    border: 0px;
    text-align: center;


}

#textBottom {
    position: absolute;
    top: 250px;
    left: 16px;
    width: 95vw;
    background-color: transparent;
    color: white;
    border: 0px;
    text-align: center;

}

.c {
    text-align: center;
  }
  
  .par {
    font-family: Arial, Helvetica, sans-serif;
  
    padding-top: 0px;
    margin-top: 0;
    font-family: 'Continental-Book';
  }
  .para {
    font-family: Arial, Helvetica, sans-serif;
 
    padding-top: 0px;
    margin-top: 0;
    font-family: 'Continental-Book';
  }
   
  input[type=range]{
      -webkit-appearance: none;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
      width: 300px;
      height: 5px;
      background: rgb(211, 211, 211);
      border: none;
      /* border-radius: 3px; */
      border: 0.07rem solid rgb(0, 0, 0);
    background: rgba(110, 110, 110, 0.85);
    /* padding: 7px 15px 8px; */
    /* border-radius: 0 0 10px; */
    color: rgb(255, 255, 255);
    z-index: 100;
  }
  
  input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: 1px solid white;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: blue;
      margin-top: -10px;
      z-index: 100000;
  }
  
  input[type=range]:focus {
      outline: none;
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
      background: #555;
  }

  .slider-wrapper {
    position: fixed;
    top:10px;
    left: 0;
    /* box-shadow: 1px 3px 10px rgba(10, 10, 10, 0.5); */
    border: 0.07rem solid rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.85);
    padding: 7px 15px 8px;
    /* border-radius: 0 0 10px; */
    color: rgb(255, 255, 255);
  }
  output {
    display: inline-block;
    width:40px;
}

    .slider-wrapper_1 {
        position: fixed;
        top: 50px;
       left: 0;
        /* box-shadow: 1px 3px 10px rgba(10, 10, 10, 0.5); */
        border: 0.07rem solid rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.85);
        padding: 7px 15px 8px;
        /* border-radius: 0 0 10px; */
        color: rgb(255, 255, 255);
      }
    

    @media print {
        .printDiv, .par, .para {display: block;}
        
        .no-print {display:none;}
        @page {
            size: 500cm 115cm;
        }

     }

     #thumbs { padding-top: 10px; overflow: hidden; }
#thumbs img, #largeImage {
   border: 1px solid gray;
   padding: 4px;
   background-color: white;
   cursor: pointer;
}
#thumbs img {
   float: left;
   margin-right: 6px;
}
#description {
   background: black;
   color: white;
   position: absolute;
   bottom: 0;
   padding: 10px 20px;
   width: 525px;
   margin: 5px;
}
#panel_1 {
    position: relative;
}

#colorBox {
    margin: auto;
    width:50px;
    height:50px;
    height: 25vh !important;;
    text-align: center;
    color: white;

}

#myCanvas {
    position: fixed;
}

.popup {
    z-index: 9;
    /* background-color: #f1f1f1;
    border: 1px solid #d3d3d3; */
    text-align: center;
    min-height: 100px;
    min-width: 200px;
    max-height: auto;
    max-width: 200px;
    mix-blend-mode: difference;
  }
  
  /*Dragable */
  
  .popup {
    position: absolute;
    /*resize: both; !*enable this to css resize*! */
    /* overflow: none; */
  }
  img.popup {
      width: 100%;
  }
  .popup-header {
    padding: 10px;
    cursor: move;
    z-index: 10;
    /* background-color: #2196f3; */
    color: #fff;
  }
  
  /*Resizeable*/
  
  .popup .resizer-right {
    width: 5px;
    height: 100%;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: e-resize;
  }
  
  .popup .resizer-bottom {
    width: 100%;
    height: 5px;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: n-resize;
  }
  
  .popup .resizer-both {
    width: 5px;
    height: 5px;
    background: transparent;
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: nw-resize;
  }
  
  /*NOSELECT*/
  
  .popup * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }
  .slider {
    -webkit-appearance: none;
    width: 50%;
    height: 25px;
   
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
  
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
  }

  .row_2 {
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create two equal columns that sits next to each other */
  .column_2 {
    -ms-flex: 33.333%; /* IE 10 */
    flex: 33.333%;
    padding: 0 4px;
  }
  
  .column_2 img {
    margin-top: 8px;
    vertical-align: middle;
  }
  
  #imagetorender {
    visibility: hidden;
    overflow: auto;
    width: 400px;
  }
  
  #myCanvas {
      
  
    position: absolute;
    top: 0;
    left: 0;
  }
  @media screen and (min-width: 800px) {
    .column {
        flex: 1;
    }

    .column_1 {
        flex: 1;
    }
    .column_2 {
        flex: 1;
    }
}

@media screen and (min-width: 800px) {
    ._25 {
        flex: 1.5;
    }

    ._55 {
        flex: 7.5;
    }

    ._20 {
        flex: 2;
    }
}
html {
    font-family: sans-serif;
    list-style-type: none;
    font-family: 'Continental-Book';
}
body {
    overflow: none;
    list-style-type: none;
    height: 100%;
    width: 100%;
    /* font-size: 1.2rem; */

}
.wrapper{
    position: fixed;
    padding: 10px;
    width: calc(100% - 40px);
}
ul {
  list-style: none;
  padding-left: 0px;;
}
footer {
    bottom: 0px;

}
#footer {
position:fixed;
bottom:15px;
width:100%;
}
.saris {
    transition: left 0.8s ease-in-out;
/* display: flex; */
}
.saris>img{
width:80%;
left: 50;
object-position: 50%;
display: flex;
justify-content: center;
}

.row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.rowProjects {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    }

.column {
flex-basis: 100%;
}

@media screen and (min-width: 800px) {
.column {
flex: 1;
}
}

.nav2 {
   display: none;
}

.menu2 {
    display: block;
}
#about, #manifesto, #colors, #info, #impressum {
margin-top: 10vh;
margin-left: 20vw;
/* overflow-x: scroll; */
height: fit-content;
margin-right: 5%;
margin-bottom: 5%;
font-size: 1.5rem;
line-height: 1.1;
}


ul, li {
    z-index: 10000;
    line-height: 1.1;
   
}

ul.horizontalList li {
    display: inline;
}
.container_ {
    width: 200vw;
    height: 100vh;


    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.container_ img {

    position: relative;
}

.products_ {
    transition: left 0.8s ease-in-out;
    position: absolute;
    /* display: flexbox; */
    width: 100%;
    height: 100%;
    left: 0%;
    background-color: blueviolet;
    transition: left .5s ease-in-out;
    display: flex;
}

.product_ {
    transition: left 0.8s ease-in-out;
    width: 100vw;
    height: 100vh;
    /* float: center; */
  /* display: inline-block; */
    display: flex;
}
.product_ img {
    padding: 10px;
    /* height: 50%; */
    width: auto;
    height: 60%;
    object-fit: contain;
    float: center;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
}
.product-1_ {
    /* background-color: beige; */
}
.product-2_ {
    /* background-color: red; */
}
.product-3_ {
    /* background-color: slategray; */
}
.product-4_ {
    /* background-color: burlywood; */
}
.buttonLeft, .buttonRight {
    height: 100%;
    width: 30%;
    position: absolute;
    /* background-color: red; */
    transition: opacity .5s ease-in-out;
    top: 0px;
    cursor: pointer;
}

.buttonLeft:hover, .buttonRight:hover {
    opacity: 0.2;
}

.buttonLeft {
    left: 0px;
    cursor: w-resize;
    transition: opacity .5s ease-in-out;
}

.buttonRight {
    right: 0px;
    cursor: e-resize;
    transition: opacity .5s ease-in-out;

}
.buttonLeft {
    left: 0px;
    /* left: 25%; */
    cursor: w-resize;
    /* cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/cursor-prev.cur), auto; */
    cursor: url(../img/prev.png) 100 50, auto;
    z-index: 1000;
    transition: opacity .5s ease-in-out;
}

.buttonRight {
    right: 0px;
    cursor: e-resize;
    /* cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/cursor-next.cur), auto; */
    cursor: url(../img/next.png) 100 50, auto;
    z-index: 1000;
    transition: opacity .5s ease-in-out;
}





.container_{
    width: 80%;
    height:100%;
    mix-blend-mode: exclusion;
  
}
.canvas-box,
canvas {
    mix-blend-mode: exclusion;
}

th, td {
    color: white;
  }
  .sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.8;
    overflow-x: auto;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: red;
    text-decoration: none;
  }
  
  .sidepanel a:click{
    text-decoration: none;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
   
  }
  
  .openbtn {
    
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color:#444;
  }

  .container_{
    width: 550px;
    max-width: 550px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
   
}
.container_ .carousel_{
    width: 550px;
    max-width: 550px;
    height: 350px;
    display: flex;
}
@keyframes opacity{
    from{
        opacity: 0.4;
    }
    to{
        opacity: 1;
    }
}
.container_ .carousel_ img{
    width: 100%;
    height: auto;
 
}

.grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas: "left main right";
    height: 100vh;
  }
  


  
  /* Right sliding panel */
  /* This one is out of the grid as we want to have flexible width of it independent from grid columns */
  .right-panel {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 600px;
    height: 100vh;
    z-index: 1;
    background-color: burlywood;
    transform: translateX(0%);
    transition: all 300ms ease;
  }
  
  .collapsed {
    transform: translateX(100%);
  }


  /* description-about */
  .about-title {
    position: relative; 
    z-index: 10000;
    /* text-transform: uppercase; */
    cursor: pointer;
}
.about-wrapper {
    position: fixed;
    right: 0;
    width: 70vw;
    min-height: 80vh;
    max-height: 100vh;
    z-index: 1000;
    background: rgb(0, 0, 0);
    color: rgb(255, 0, 0);
    mix-blend-mode: exclusion;
    -webkit-transition: background-color 2s ease-in-out;
    -moz-transition: background-color 2s ease-in-out;
    -o-transition: background-color 2s ease-in-out;
    transition: background-color 2s ease-in-out;
    display: block;
    transition-timing-function: ease-out;
}
.hidden-about {
    transform: translateX(100%);
    /* display: none; */
    transition-timing-function: ease-out;
}
.about-box {
    padding: 3%;
    height: 100%;
    font-size: 1em;
    line-height: 1.2;
}
.about-box:hover {
    -webkit-transition: background-color 2s ease-in-out;
    -moz-transition: background-color 2s ease-in-out;
    -o-transition: background-color 2s ease-in-out;
    transition: background-color 2s ease-in-out;
    mix-blend-mode: none;
    color: black;
    background-color: white;
}

.mySlides {display: none;}

img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    /* top: 15%; */
  /* max-width: 1000px; */
  /* width:700px; */
  height: 100%;
  position: relative;
  margin: auto;
}
/* .slideshow-container .mySlides {
    width: 70vw;
    height: 60vh;
} */

.slideshow-container .mySlides img {
    height: 70vh;
    width: auto;
    position: absolute;
    /* margin-left: calc(100%/2);
    margin-top: 50%; */
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
 
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
 
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
 
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.8s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* .masterShow {
    position: sticky;
    z-index: 1000;
    overflow-x: scroll;
    height: 50%;
    width: 50%;

   
} */
.masterShow {
    /* overflow-x: auto; */
    z-index: 998;
}
nav {
    z-index: 999;
}


.slider {
	position: relative;
	height: 100%;
	width: 100%;
	overflow:hidden;
}

/*Окно со слайдами*/
.slider-content {
	position: fixed;		
	width: 100%;
}

/*Контейнер для слайдов (передвигаем)*/
.slider-content-wrapper {
	display: flex;
	height:300px;
	transition: transform 0.5s ease-in-out;
}

/*Слайд*/
.slider-content__item {
	flex: 1 0 100%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-1 {background-color: #963484;}
.image-2 {background-color: #3066BE;}
.image-3 {background-color: #60AFFF;}
.image-4 {background-color: #28C2FF;}
.image-5 {background-color: #2AF5FF;}
.image-6 {background-color: navy;}


/* Блок с контролами */
.slider-controls {
	padding:20px;
	text-align: center;
}

/* Блок с контролами внутри окна */
.slider-content__controls {
	position:absolute;
	top:0;left:0;
	width: 100%;
	height: 100%;
	z-index:1;
	/*transform: translateY(-50%);*/
	/*padding:0 15px;*/
}

/* Arrows */
.prev-arrow, .next-arrow {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
	color:rgba(0,0,0, 0.3);
	width: 20px;
	transition: all 0.3s;
}
.prev-arrow {left: 20px;}
.next-arrow {right: 20px;}

.prev-arrow:hover,
.next-arrow:hover {
	cursor: pointer;
	color:rgba(0,0,0, 0.7);
}


/* Buttons */
button {
	cursor: pointer;
	margin-right: 8px;
	border:none;
	border-radius: 4px;
	padding:10px;
	background-color: #3066BE;
	color:#FFF;
	transition: all 0.5s;
}
button:last-child {margin-right: 0;}
button:hover {background-color: #60AFFF;}
button:focus {outline: none;}

/* Mods */
.disabled {
	background-color: #DCCFCF;
	color:#B0A8A8;
	cursor: default;
	pointer-events:none;
}

.d-none {display: none;}
.active {opacity: 1;}
.centered {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
}

li.product div {
    z-index: 1000;
}

.divNav {
    display: table;
    display: inline-flex;
    width: fit-content; 
 
    /* background-color: white; */
}

canvas {
   height: 30px;
   width: 100px;
   z-index:1;
}

.title {
    writing-mode: vertical-rl;
            text-orientation: mixed;margin-left:60%;
}

.desc {
    transition: left 0.8s ease-in-out;
    position: fixed;
    width:100%;
}
.description {

    width: 50%;
    height: 100%;
    right:0px;
    left:50%;
    /* top:20; */
    position: fixed;
    background-color: white;
    transition-property: transform;
    mix-blend-mode: exclusion;
    z-index: 1000;
margin: 10px;
-webkit-transition: transform 0.8s;
-moz-transition: transform 0.8s;
-o-transition: transform 0.8s;
transition: transform 0.8s ease-in-out;
padding: 3%;
overflow: auto;
margin: 0;
position: fixed;
top: 0;
opacity: 0.7;
font-size: 1.5em;
line-height: 1.1;

}


.divNav{
    cursor: pointer;
}

.canvas-box1, .canvas-box2, .canvas-box3, .canvas-box4, .canvas-box5, .canvas-box12, .canvas-box13, .canvas-box14 {
    width: 400vw;
    transform: translate(-150vw, 0%);
}

/* canvas {
    top: 0;
    left:0;
} */
/* .canvas-box.canvas-box2:hover {
    width: 160vw;
   left: -400px;
} */

.tissues {
    /* width: 365vw; */
    overflow: visible;
    /* left: -400px; */
    cursor: grab;
    
}

.splash {
   width: 100vw;
    height: 100vh;
    background-color: black;
    margin: 0;
    color: white;
    font-size: 2rem;
    line-height: 1;
    z-index: 111000;
    position: fixed;
    padding: 5%;
    padding-top: 2%;
    overflow: none;
    transition: transform 0.8s ease-in-out;
    cursor: url(../img/ENTER.png) 100 50, auto;
    object-position: center;



}

#divToHide {
    transition: 0.8s ease-in-out;
}

p { margin-bottom: 1em; }

body p:last-child { margin-bottom: 0em; }

.canvas-box:hover {
    cursor: url(../img/scroll-grab.png) 100 50, auto;
    -webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}

mark { 
    background-color: tomato;
    color: white;
  }