@font-face {
    font-family: Outfit_L;
    src: url(Outfit-VariableFont_wght.ttf);
}

.main_div{
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;       
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: linear-gradient(#1b9dbb 3%, #093046 70%);
    background-attachment: local;
}

body{
    padding: 0px;
    margin: 0px;
    /*font-family: Outfit Variablefont Wght, sans-serif;*/
    font-family: Outfit_L;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1;
    font-size: 1.6rem;
    font-family: "Outfit_L";
    opacity: 0.7;
    transition: opacity 200ms ease-in-out;
    overflow: hidden;
    width: 100%;    

  
}   


.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
  }

.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */

    scroll-snap-type: y mandatory;
}
.screen_page{
    position: relative;
    scroll-snap-align: start;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.blue{
    background-color: #1b9dbb;
   /* background-color: transparent;
    background: linear-gradient(#1b9dbb 70%, #093046 100%);*/
}
.darkblue{
    /*background-color: transparent;
    background-color: #093046;*/
}

.head_info{
    height: 10%;
    width: 100%;
    font-family: Outfit_L;
    font-weight: 300;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.head_text{
    float: right;
    margin-top: 2%;
    margin-right: 7%;
    color: whitesmoke;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.head_text:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:
        whitesmoke;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    cursor: pointer;
}

.head_text:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
    cursor: pointer;
    text-transform: 10px;
    animation: animacija 2 infinite;	
}

.head_text2 {
    color: whitesmoke;
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    font-size: 3vh;
    text-align: center;
    bottom: 5%;
    width: auto;

    left: 50%;
    transform: translate(-50%, 0);
}

.head_text2:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:
        whitesmoke;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    cursor: pointer;
}

.head_text2:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
    cursor: pointer;
    text-transform: 10px;
    animation: animacija 2 infinite;
}

.btn{
        display: block;
        margin: auto;
        height: 7%;
        width: 10%;
        border: none;
        font-family: Outfit_L;
        font-size: medium;
        background-color: whitesmoke;
        color: #1b9dbb;
        border-radius: 50px;
        font-variation-settings: "wght" 500;
        transition: 100ms ease;
        letter-spacing: 0px;
        
}
.btn:hover{
    background-color: #093046;
    color: whitesmoke;
    cursor: pointer;
    transition-duration: 0.6s;
    font-variation-settings: "wght" 800;
}

.info_titles{
    font-family: Outfit_L;
    font-size: 6vw; /*750%;/*120px;*/
    color: whitesmoke;
    font-variation-settings: "wght" 500;
    transition: 300ms ease;
    letter-spacing: -3px;
}

h1:hover{
    font-variation-settings: "wght" 650;
    
}

h2:hover{
    font-variation-settings: "wght" 650;
    
}

#s2{
    align-items: column;
}


.prothetics_title{
    font-size: 1.59vw;
    color: #e7df1e;
    font-family: Outfit_L;
}

.prothetics_paragraph{
    font-family: Outfit_L;
    font-size: 1vw;
    font-weight: 400;
    color: whitesmoke;

}

.prothetics_div{
    position: absolute;
    top: 30%;
}

.tooth{
    transition: opacity 1s ease-in-out;
    position: fixed;
}

.tr_info{
    height: 15%;
    vertical-align: middle;
}

.info_text{
    font-family: Outfit_L;
    color: whitesmoke;
    text-align: left;
    font-size: 3vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info_pic{
    height: 4em;
    transition: 300ms ease-in-out;
    position: left;
    margin-top: 30%;
}

.info_pic:hover{
    scale: 110%;
}


ol,
ul {
    list-style: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* -------------------------------- 

Primary style

-------------------------------- */
*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}



a {
    color: #7b9d6f;
    text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
    position: absolute;
    top:25%;
    left: 15%;
    right: 15%;
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;

}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient(left, #1b9dbb, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #1b9dbb, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient(right, #1b9dbb, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #1b9dbb, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #e7df1e;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.7rem;
    padding-bottom: 20px;
    color: whitesmoke;
    
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 5px solid #dfdfdf;
    background-color: #dfdfdf;
    -webkit-transition: background-color 0.3s, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s, border-color 0.3s ease-in-out;
    transition: background-color 0.3s, border-color 0.3s ease-in-out;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #e7df1e;
    border-color: #e7df1e;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color:#e7df1e;
    border-color: #e7df1e;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #dfdfdf;
    background-color: #dfdfdf;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%) rotate(-90deg);
    height: 34px;
    width: 34px;
  
    /* replace text with an icon */
    overflow: hidden;
    color: #000;
    text-indent: 5%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    background-image: url("images/arr2.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(90deg);
 
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #e7df1e;
}

.cd-timeline-navigation a.inactive {
    display: none;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    font-family: Outfit_L;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.events-content{
    align-items: center;
    color: whitesmoke;
}

.white_p{
    color: whitesmoke;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
    max-width: 800px;
    margin: 0 auto;
    align-items: left;
    
}

.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.5rem;
    font-family: Outfit_L;
    font-weight: 700;
    line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
    
}

.cd-horizontal-timeline .events-content li h2{
    font-size: 350%;
}

.cd-horizontal-timeline .events-content em {
    font-weight: 200;
}

.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: whitesmoke;
    text-align: justify;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

#s15{
    font-family: Outfit_L;
}

.home_click{
    position: fixed;
}

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

 @keyframes tonext {
    75% {
      left: 0;
    }
    95% {
      left: 100%;
    }
    98% {
      left: 100%;
    }
    99% {
      left: 0;
    }
  }
  
  @keyframes tostart {
    75% {
      left: 0;
    }
    95% {
      left: -300%;
    }
    98% {
      left: -300%;
    }
    99% {
      left: 0;
    }
  }
   #last_view_mobile {
    display: none;
   }
  @keyframes snap {
    96% {
      scroll-snap-align: center;
    }
    97% {
      scroll-snap-align: none;
    }
    99% {
      scroll-snap-align: none;
    }
    100% {
      scroll-snap-align: center;
    }
  }
  

  * {
    box-sizing: border-box;
    scrollbar-color: transparent transparent; /* thumb and track color */
    scrollbar-width: 0px;
  }
  
  *::-webkit-scrollbar {
    width: 0;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }
  
  * {
    -ms-overflow-style: none;
  }
  
  ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #mytable{
    position: absolute;
        top: 3%;
        height: 55%;
        width: 35%;
        left: 52%;
        font-size: 1vw;
        color: whitesmoke;
  }

#title3{
    padding-top: 4%;
}

 @media (max-width: 600px) {
    #title3 {
            padding-top: 5cqi;
        }
    .td_infoR{
        width: 35%;
       
    }

    #mymap{
        display: none;
    }

    #mytable{
        display: none;
    }

    #last_view_mobile{
        display: block;

        height: 100%;
        width: 100%;
    }

    #mytable2{
        height: 20%;
        margin-top: 5%;
    }
   

    .a{
        display: none;
    }

    .info_pic {
        height: 40%;
        width: 35%;
        transition: 300ms ease-in-out;
        position: left;
        
    }

        .slides {
            display: flex;
            
            overflow-x: auto;
            scroll-snap-type: x mandatory;
    
            margin-top: 10%;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
    
            margin-left: 10%;
           
   /*
      scroll-snap-points-x: repeat(300px);
      scroll-snap-type: mandatory;
      */
        }

        .slides>div {
            scroll-snap-align: start;
            flex-shrink: 0;
            width: 90%;
            height: 70vh;
            
            margin-right: 10%;

            border-radius: 10px;
            justify-content: center;
            transform-origin: center center;
            transform: scale(1);
            transition: transform 0.5s;
            text-align: center;
            
        }
        
        .mobile_text_descriptions{
            font-size: 2.5vh;
            color: whitesmoke;;
            text-align: justify;
        }
    
        .prothetics_title_mobile {
            font-size: 4vh;
            color: #e7df1e;
            font-family: Outfit_L;
            text-align: center;
            font-weight: 800;
        }
    #title3{
        font-size: 6vh;
        
      
    }

    .mobile_carousel {
        display: block;
        
    }

    #logo_img{
        width: 40%;
        height: 40%;
    }

    .tooth{
        display: none;
    }
    
    .mobile_button1{
        margin-top: 10%;
    }

    #kontakt_click,#info_click{
        display: none;
    }

    #title1, #title2{
        display: none;
    }

    #mobileTitle1{
        display: block;
    }

    .main_div{
        width: 100%;
     
    }
    .info_titles{   
        font-size: 420%;
        
    }
    #title1{
        padding-top: 20%;
    }
    .btn{
        height: 7%;
        width: 30%;
        border: none;
        font-family: Outfit_L;
        font-size: medium;
        background-color: whitesmoke;
        color: #1b9dbb;
        border-radius: 50px;
        font-variation-settings: "wght" 500;
        transition: 100ms ease;
        letter-spacing: 0px;
        
    }


   .info_text {

        text-align: center;
        margin-right: -20%;
        align-items: center;
        margin-bottom: 6%;
       font-family: Outfit_L;
       color: whitesmoke;
       text-align: left;
       font-size: 2vh;
       font-style: normal;
       font-weight: 400;
       line-height: normal;
   }

    .td_infoL{
        margin-bottom: 10%;
    }
    .grid{
        grid-template-columns: repeat(2, 1fr);
    }


}



@media (min-width: 601px) {
    .mobile_carousel{
        display: none;
    }

    #logo_img {
        height: 35%;
        width: 15%;
    }

    #mobileTitle1{
        display: none;
    }

    #info_click2, #kontakt_click2{
        display: none;
    }

    .main_div{
        width: 100%;
    }
    .info_titles{
        font-size: 6vw;
    }
    #title3{
        font-size: 9vh;
    }

    #author_text{
        left: 25%;
        color: whitesmoke;
    }
}


.carousel {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.carousel-item {
  --items: 10;
  --width: clamp(150px, 30vw,  300px);
  --height: clamp(200px, 40vw,  400px);
  --x: calc(var(--active) * 800%);
  --y: calc(var(--active) * 200%);
  --rot: calc(var(--active) * 120deg);
  --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
  overflow: hidden;
  position: absolute;
  z-index: var(--zIndex);
  width: var(--width);
  height: var(--height);
  margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  user-select: none;
  transform-origin: 0% 100%;
  box-shadow: 0 10px 50px 10px rgba(0, 0, 0, .5);
  background: black;
  pointer-events: all;
  transform:  translate(var(--x), var(--y)) rotate(var(--rot)) ;
  transition: transform .8s cubic-bezier(0, 0.02, 0, 1);

  .carousel-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
    opacity: var(--opacity);
    font-family: 'Orelo-sw-db', serif;

    &:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5));
    }
  }

  .title {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 20px;
    left: 20px;
    transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
    font-size: clamp(20px, 3vw, 30px);
    text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  }

  .num {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 10px;
    left: 20px;
    transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
    font-size: clamp(20px, 10vw, 80px);
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }
}

.layout {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;

  &:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 90px;
    width: 10px;
    height: 100%;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    opacity: .15;
  }

  .box {
    position: absolute;
    bottom: 0;
    left: 30px;
    color: #fff;
    transform-origin: 0% 10%;
    transform: rotate(-90deg);
    font-size: 9px;
    line-height: 1.4;
    text-transform: uppercase;
    opacity: .4;
  }
}

.logo {
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 28px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Orelo-sw-db', serif;
  pointer-events: all;
  color: black;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  padding-bottom: .1em;
}

.social {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 25px;
  color: #fff;
  opacity: .4;

  a {
    display: inline-block;
    margin-left: 3px;
  }

  svg {
    --fill: #fff;
    width: 35px;
    height: 35px;
  }
}

.cursor {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  margin: calc(var(--size) * -0.5) 0 0 calc(var(--size) * -0.5);
  transition: transform .85s cubic-bezier(0, 0.02, 0, 1);
  display: none;
  pointer-events: none;
  
  @media (pointer: fine) {
    display: block;
  }
}

.cursor2 {
  --size: 2px;
  transition-duration: .7s;
}

