::after,
::before {
	box-sizing:border-box
}
img{
    position: absolute;
}
body {
    font-family: 'Exo', sans-serif;
	background-color:#000000;
	color:#fff;
	margin:0;
	font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
}
.discord{
  text-align:center;
  position: relative;
  margin-left: 45.5%;
  width:20%;
  height: 28%;
}
.container {
  position: relative;
  width: 50%;
}

.image-discord {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image-discord {
  opacity: 0.3;
}
.title {
	text-align:center;
	font-weight:20;
	font-size:570%;
	padding:0 1rem
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:1.7
}
.content {
	text-align: center;
    margin:0 auto;
	width:60%;
}
.center-vertical-container {
	display:table;
	margin:0 auto;
	width:100%;
	height:100%;
}
.viewpoint-tab{
    width: 100%;
    height: 1000vh;
}
.viewport-height {
	width:100%;
	height:96vh;
	max-width:none
}
.back-arrow{
    margin: 23 ;
    margin-top: -210;
    transition: 0.2s;
    position: absolute;
}
.backarrow{
    margin: 23 ;
    margin-top: -200;
    transition: 0.2s;
    position: absolute;
}
.pp-terms{
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    width: 90%;
}
.table-center {
	display:table-cell;
	vertical-align:middle
}
.center-vertical-content {
	width:100%;
	height:100vh;
	max-width:none;
	display:table-cell;
	vertical-align:middle
}
.nd-table{
    background-color: #000000;
    width: 100%;
    height: 110vh;
    max-width: none;  
}
.nd-exp{
    background-color: #000000;
    width: 88%;
    vertical-align: middle;
    margin: 0 auto;
}
.st-table {
    background-color: #262626;
    width: 100%;
    height: 120vh;
    max-width: none;
}
.rd-table {
    background-color: #262626;
    width: 100%;
    height: 83.4vh;
    max-width: none;
}
.st-exp{
    background-color: #262626;
    width: 88%;
    vertical-align: middle;
    margin: 0 auto;
}
.solut{
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    box-shadow: 0 0 5px rgb(191, 191, 191);
}
.hover-light:hover {
	color:#f7f7f7;
	stroke:currentColor
}
.stroke-light {
	color:#737373;
	stroke:currentColor
}
h1:not(.blog-post-title):not(.no-glow):first-letter {
	text-shadow:0 0 12px #fff
}
footer {
    left:0;
	right:0;
	margin-bottom:1rem;
	position:absolute;
	opacity:.5;
	color:#fff;
	transition-duration:1s;
	text-rendering:optimizelegibility
}
footer:hover {
	opacity:1
}
.pp-footer{
    color: #ffffff;
    font-size: 15;
}
.center {
	text-align:center;
	display:block
}
footer {
	text-align:center;
}
h1 {
	margin:0
}
.link-exp{
    color: #fff;
    font-size: 36;
}
.exer-stil{
    color: #000;
    font-style: normal;
    font-family: monospace;
    font-size: 15;
}
q{
    color: #000;
}
p {
	margin-top:0;
	margin-bottom:1rem
}

html,
body {
	scrollbar-color:#C0C0C0 #fff;
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
	height:0
}
::-webkit-scrollbar-button {
	width:0;
	height:0
}
::-webkit-scrollbar-thumb {
	background:#222;
	border:none;
	border-radius:50px
}
::-webkit-scrollbar-thumb:hover {
	background:#333
}
::-webkit-scrollbar-thumb:active {
	background:#444
}
::-webkit-scrollbar-track {
	background:#111
}
label {
	display:block;
	margin-bottom:.5rem
}
article img {
	max-width:50%;
	margin:1em auto;
	display:block;
	width:300px;
	min-width:250px
}
img.lazy {
	opacity:0
}
img {
	transition:opacity 3s
}
.float-left {
	float:left;
	margin-right:1em
}
.float-right {
	float:right;
	margin-left:1em
}
.overlay {
    text-align:center;
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 1.25s;

}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content a{
    text-align: center;
    }
.overlay a {
  padding: 12px;
  text-decoration: none;
  font-size: 45px;
  color: #C0C0C0;
  display: block;
  transition: 0.4s;
}

.overlay a:hover, .overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media only screen and (max-height: 600px) {
  .overlay a {font-size: 20px}
    .title {
	text-align:center;
	font-weight:20;
	font-size:5rem;
	padding:0 1rem;
    }
}
  
.overlay .closebtn {
  font-size: 40px;
  top: 25px;
  right: 35px;
  }

.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 47%;
}

.fa:hover {
    opacity: 0.7;
    text-align: center;

}
.fa-instagram {
  background: #ffffff00;
  color: white;
}
.fa-tumblr {
  background: #ffffff00;
  color: white;
}
.fa-reddit {
  background: #ffffff00;
  color: white;
}
.fa-github {
  background: #ffffff00;
  color: white;
}
.button1 {
  border-radius: 4px;
  background-color: #ffffff00;
  border: none;
  color: #c0c0c0;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 5px;
  position: fixed;
  right: 0;
    
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -50px;
  transition: 0.7s;
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}
.button2 {
  border-radius: 4px;
  background-color: #ffffff00;
  border: none;
  color: #c0c0c0;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 5px;
  position: fixed;
  right: 1214px;
    
}

.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2 span:after {
  content: '\00ab';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -50px;
  transition: 0.7s;
}

.button2:hover span {
  padding-left: 25px;
}

.button2:hover span:after {
  opacity: 1;
  left: 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #808080;
  font-size: 24;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #404040;
}

.area{
    background: #000;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: -22;
    width: 100%;
    height: 64%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 12s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.button5 {
  padding: 16px 32px;
  text-align: center;
font-size: 16px;
  margin: 4px 2px;
transition-duration: 0.4s;
  cursor: pointer;
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}
.classname {
  margin-left: -90px;
  margin-top: -15px;
  -webkit-animation-name: cssAnimation;
  -webkit-animation-duration:1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: rotate(720deg) scale(1) skew(0deg) translate(0px) ;
  }
  to {
    -webkit-transform: rotate(1440deg) scale(1.5) skew(0deg) translate(00px);
  }
}
