@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
overflow: hidden;
	
}

html, body {
  width: 100%;
  height: 100%;
overflow: hidden;
	
}

body {
 overflow: hidden;
  font-family: "Source Sans Pro", sans-serif;
}

.buttons-container {
  position: fixed;
  margin: auto;
  top: 0;
  right: 100;
  bottom: 100;
  left: 0;
  width: 515px;
  height: 110px;
  border-radius: 60px;
  background: #151515;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.5);



}


.buttons-container2 {
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 100;
  left: 100;
  width: 515px;
  height: 110px;
  border-radius: 60px;
  background: #151515;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.5);

 

}






ul {
  list-style: none;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;



}







ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
  height: 85px;
  width: 95px;
  background: #202020;
  border-top: 1px solid #353535;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.5s;






  
}
ul li:nth-of-type(1) {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
ul li:last-of-type {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
ul li:hover {
  cursor: pointer;
}
ul li a {
  display: inline-block;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 40px;
  transition: all 0.5s;
}

.created-by {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10%;
  width: 200px;
  text-align: start;
  font-size: 10px;
  letter-spacing: 0.5em;
  text-transform: uppercase;




  
}
.created-by p {
  color: rgb(26, 112, 233);
}
.created-by a {
  color: rgb(70, 20, 220);
  text-shadow: 0 0 30px rgb(70, 20, 220);
  text-decoration: none;
  font-weight: 800;



}
.created-by a:hover {
  text-decoration: none;


}






.active-text {
  color: #00ccff;
 
}

/*-------------------------
	Simple reset
--------------------------*/


* {
    margin: 0;
    padding: 0;
}


/*-------------------------
	General Styles
--------------------------*/


html {
    background: url('https://kurziokode.github.io/matrix/blackdroid.jpg') ;
	
	overflow: hidden;
 opacity: 0.9;

}

body {
    min-height: 600px;
    padding: 100px 0 50px;
    font: 14px/1.3 'Segoe UI', Arial, sans-serif;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3) inset;
    height: 100%;
    opacity: 0.9;
overflow: hidden;	
	
}

a,
a:visited {
    text-decoration: none;
    outline: none;
  
}

a:hover {
    text-decoration: none;
}

section,
footer {
    display: block;
}


/*----------------------------
	Styling the presentation
-----------------------------*/


#impress:not(.impress-not-supported) .step {
    opacity: 0.4;
}

#impress .step {
    width: 700px;
    height: 600px;
    position: relative;
    margin: 0 auto;

    -moz-transition: 1s opacity;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

#impress .step.active {
    opacity: 1;
}

#impress h2 {
    font: normal 44px/1.5 'PT Sans Narrow', sans-serif;
    color: #52527a;
    position: absolute;
    z-index: 10;
}

#impress p {
    font: normal 22px/1.5 'PT Sans Narrow', sans-serif;
    color: #666699;
    position: absolute;
    z-index: 10;
}

#impress img {
    position: absolute;
    z-index: 1;
}

.arrow {
    
    width: 32px;
    height: 54px;
    background: url('https://kurziokode.github.io/master/arrows.png') no-repeat;
    position: fixed;
    top: 28%;
    margin-top: -27px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.9;
    border: none !important;
    text-decoration: none !important;

    -moz-transition: 0.2s opacity;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.arrow:hover {

    
    opacity: 0.2;
}

#arrowLeft {
    left: 100px;
}

#arrowRight {
    right: 100px;
    background-position: top right;
}

/* Hide the arrows if impress is not supported */

#impress.impress-not-supported+.arrow,
#impress.impress-not-supported+.arrow+.arrow {
    display: none;
}


#impress #red {
    width: 800px;
}

#red h2 {
    text-align: center;
    width: 100%;
}

#red p {
    font-size: 22px;
    left: 290px;
    line-height: 1.6;
    top: 220px;
    white-space: nowrap;
}

#red img {
    top: 120px;
}



#impress #rain {
    width: 800px;
}

#rain h2 {
    text-align: center;
    width: 100%;
}

#rain p {
    font-size: 22px;
    left: 290px;
    line-height: 1.6;
    top: 220px;
    white-space: nowrap;
}

#rain img {
    top: 120px;
}

/*----------------------------
	Slide 1 - Intro
-----------------------------*/


#impress #intro {
    width: 500px;
}

#intro h2 {
    text-align: center;
    width: 100%;
}

#intro p {
    font-size: 22px;
    left: 290px;
    line-height: 1.6;
    top: 220px;
    white-space: nowrap;
}

#intro img {
    top: 120px;
}


/*----------------------------
	Slide 2 - Simplicity
-----------------------------*/


#impress #simplicity {
    width: 675px;
}

#simplicity h2 {
    left: 0;
    top: 135px;
    width: 400px;
}

#simplicity p {
    left: 50px;
    text-align: justify;
    text-indent: 16px;
    top: 225px;
    width: 365px;
}

#simplicity img {
    right: 0;
    top: 30px;
}


/*----------------------------
	Slide 3 - Connect
-----------------------------*/


#impress #connect {
    width: 560px;
}

#connect h2 {
    left: 0;
    top: 410px;
    width: 100%;
    text-align: center;
}

#connect p {
    left: 50%;
    margin-left: -245px;
    text-align: left;
    top: 460px;
    width: 490px;
}

#connect img {
    right: 0;
    top: 50px;
}


/*----------------------------
	Slide 4 - Upload
-----------------------------*/


#impress #upload {
    width: 620px;
}

#upload h2 {
    left: 0;
    text-align: left;
    top: 370px;
}

#upload p {
    left: 32px;
    top: 255px;
    width: 280px;
}

#upload img {
    right: 0;
    top: 30px;
}


/*----------------------------
	Slide 5 - Music
-----------------------------*/


#impress #music {
    width: 690px;
}

#music h2 {
    left: 0;
    text-align: center;
    top: 10px;
    width: 100%;
}

#music p {
    font-size: 15px;
    left: 45px;
    text-indent: 15px;
    top: 119px;
    width: 402px;
}

#music img {
    right: 0;
    top: 200px;
}



/*----------------------------
	The Footer
-----------------------------*/


footer {
    background-color: #111111;
   
	overflow: hidden;
	bottom: 0;
    box-shadow: 0 -1px 2px #111111;
    height: 45px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

footer h2 {
    color: #EEEEEE;
    font-size: 14px;
    font-weight: normal;
    left: 50%;
    margin-left: -400px;
    padding: 13px 0 0;
    position: absolute;
    width: 540px;
}

footer h2 i {
    font-style: normal;
    color: #888;
}

footer a.tzine,
a.tzine:visited {
    color: #999999;
    font-size: 12px;
    left: 50%;
    margin: 16px 0 0 110px;
    position: absolute;
    text-decoration: none;
    top: 0;
}

footer a i {
    color: #ccc;
    font-style: normal;
}

footer a i b {
    color: #c92020;
    font-weight: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

body {
    font-family: "ROBOTO", sans-serif;
	overflow: hidden;
}

.nav,
.slider {
    display: flex;
    flex-direction: column;
    justify-content: ;
    align-items: center;
    height: 100vh;
    position: relative;
    background: url('') no-repeat;
    background-color: #1e1f26;
    text-align: center;
    padding: 0 2em;
}

.nav h1,
.slider h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 5vw;
    margin: 0;
    padding-bottom: 0.5rem;
    letter-spacing: 0.3rem;
    color: #03dac6;
    transition: all 0.3s ease;
    z-index: 3;
}

h1:hover {
    transform: translate3d(0, -10px, 22px);
    color: #ff0266;
}

.slider h2 {
    font-size: 2vw;
    letter-spacing: 0.3rem;
    font-family: "ROBOTO", sans-serif;
    font-weight: 300;
    color: #faebd7;
    z-index: 4;
}

h3.span {
    font-size: 6vw;

    letter-spacing: 0em;
    font-family: "ROBOTO", sans-serif;
    font-weight: 1000;
    color: #d508c1;
    z-index: 4;
}

span:hover {
    color: #ff0266;
    font-weight: 700;
    font-size: 5vw;
}


a {
    text-decoration: none;
}

.nav-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    background: #1e1f26;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-container--top-first {
    position: fixed;
    top: 75px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-container--top-second {
    position: fixed;
    top: 0;
}

.nav-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #03dac6;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 2vw;
}

.nav-tab:hover {
    color: #1e1f26;
    background: #03dac6;
    transition: all 0.5s ease;
}

.nav-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #03dac6;
    transition: left 0.3s ease;
}



@media (min-width: 800px) {

    .nav h1,
    .slider h1 {
        font-size: 5vw;
    }

    .nav h2,
    .slider h2 {
        font-size: 3vw;
    }

    .nav-tab {
        font-size: 3vw;
    }
}

@media screen only (min-width: 360px) {

    .nav h1,
    .slider h1 {
        font-size: 8vw;
    }

    .nav h2,
    .slider h2 {
        font-size: 2vw;
        letter-spacing: 0.2vw;
    }

    .nav-tab {
        font-size: 1.2vw;
    }
}

.background {
	overflow: hidden;
    position: absolute;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.loader span {
    color: #faebd7;
    text-shadow: 0 0 0 #faebd7;
    -webkit-animation: loading 1s ease-in-out infinite alternate;
}

@-webkit-keyframes loading {
    to {
        text-shadow: 20px 0 70px #ff0266;
        color: #ff0266;
    }
}

.loader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
}

.loader span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
}

.loader span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
}

.loader span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
}

.loader span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
}

.loader span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
}

.loader span:nth-child(8) {
    -webkit-animation-delay: 0.7s;
}

.loader span:nth-child(9) {
    -webkit-animation-delay: 0.8s;
}

.loader span:nth-child(10) {
    -webkit-animation-delay: 0.9s;
}

.loader span:nth-child(11) {
    -webkit-animation-delay: 1s;
}

.loader span:nth-child(12) {
    -webkit-animation-delay: 1.1s;
}

.loader span:nth-child(13) {
    -webkit-animation-delay: 1.2s;
}

.loader span:nth-child(14) {
    -webkit-animation-delay: 1.3s;
}

.loader span:nth-child(15) {
    -webkit-animation-delay: 1.4s;
}

.loader span:nth-child(16) {
    -webkit-animation-delay: 1.5s;
}

.loader span:nth-child(17) {
    -webkit-animation-delay: 1.6s;
}

.loader span:nth-child(18) {
    -webkit-animation-delay: 1.7s;
}

.loader span:nth-child(19) {
    -webkit-animation-delay: 1.8s;
}

.loader span:nth-child(20) {
    -webkit-animation-delay: 1.9s;
}

.loader span:nth-child(21) {
    -webkit-animation-delay: 2s;
}

.loader span:nth-child(22) {
    -webkit-animation-delay: 2.1s;
}


/* Base styling*/


/* Popover styling */

a {
  text-decoration: none;
	overflow: hidden;
}

.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
  padding: 15px 0;
}

.popover__wrapper {
  position: fixed;
  left: 120px;
bottom: 100px;
  margin-top: 0rem;
  display: inline-block;
}




.popover__content {
  opacity: 0.1;
  visibility: hidden;
  position: relative;
  left: 0px;
  transform: translate(0, 10px);
  background-color: #111113c7;
  padding: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}





.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #910210 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px)
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)
}






body {
    margin: 0;
    padding: 0;
    background : #191c24;
	overflow: hidden;
	
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}







input[type="checkbox"] {
    margin: 10px;
    position: relative;
    width: 120px;
    height: 40px;
    -webkit-appearance: none;
    background: linear-gradient(0deg, #333, #000);
    outline: none;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0, 0, 0, 1);
}

input:checked[type="checkbox"]:nth-of-type(1) {
    background: linear-gradient(0deg, #ffd500, hsla(48, 95%, 40%, 0.836));
    box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0, 0, 0, 1);
}

input:checked[type="checkbox"]:nth-of-type(2) {
    background: linear-gradient(0deg, #ffd500, hsla(48, 95%, 40%, 0.836));
    box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0, 0, 0, 1);
}

input[type="checkbox"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 40px;
    background: linear-gradient(0deg, #000, #6b6b6b);
    border-radius: 20px;
    box-shadow: 0 0 0 1px #232323;
    transform: scale(.98, .96);
    transition: .5s;
}

input:checked[type="checkbox"]:before {
    left: 40px;
}

input[type="checkbox"]:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 70px;
    width: 4px;
    height: 4px;
    background: linear-gradient(0deg, #6b6b6b, #000);
    border-radius: 50%;
    transition: .5s;
}

input:checked[type="checkbox"]:after {
    left: 110px;
}



















