@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
 
 
.link1
{
	color: white;
    background: linear-gradient(90deg, #009dff 2%, #f566ff 50%);
	text-shadow: 1px 1px black;
	text-width: bold;
    border-radius: 50px;
	
}

.link1:hover
{
    background: linear-gradient(90deg, #009dff 30%, #f566ff 70%);
	color: rgba(255,255,255,0.7);
	height: 90%;
}

.link1:not(:hover)
{
	-webkit-animation-name: anim156;
    -webkit-animation-duration: 0.8s;
    animation-name: anim156;
    animation-duration: 0.3s ease-in-out;
}

@keyframes anim156
{
  from 
  {
    background: linear-gradient(90deg, #009dff 30%, #f566ff 70%);
  }
  to 
  {
    background: linear-gradient(90deg, #009dff 2%, #f566ff 50%);
  }
}

#a2
{
	text-align: center;
	float: left;
	font-weight: bold;
	color: #f566ff;
	font-size: 20px;
	padding: 30px 0px;
	text-shadow: 2px 1px black;
	transition: 0.8s width;
}

::moz-selection
{
   color: white;
   background: #f566ff;   
}

::selection
{
   color: white;
   background: #f566ff;   
}

body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {

  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(1, 1, 1, 0.8);
}
 
body::-webkit-scrollbar-thumb { 
  border-radius: 30px;
  background: linear-gradient(90deg, #009dff 2%, #f566ff 50%);
}


#indexid1
{
	animation-name: anim1;
    animation-duration: 1s;  
    animation-fill-mode: forwards;
}

#contactmeid1
{	
   width: 100%;
   height: 100%;
   animation-name: anim1;
   animation-duration: 1s;  
   animation-fill-mode: forwards;
}



#downloadid1
{
    width: 100%;
    height: 100%;
	animation-name: anim1;
    animation-duration: 1s;  
    animation-fill-mode: forwards;
}

#sysreqid1
{
    width: 100%;
    height: 100%;
	animation-name: anim1;
    animation-duration: 1s;  
    animation-fill-mode: forwards;
}

#ppid1
{
    width: 100%;
    height: 100%;
	animation-name: anim1;
    animation-duration: 1s;  
    animation-fill-mode: forwards;
}



@keyframes anim1
{
  from 
  {
	width: 0%;
  }
  to 
  {
	width: 100%;
  }
}

body
{	
    cursor: url('images/cursor.cur'), default;
	font-family: 'Comfortaa', cursive;
	margin: 0;
	padding: 0;
	max-height: 100%;
	background: url(images/tp_bg.png);
	background-size: cover;
    background-repeat: no-repeat;
	color: white;
}

ul
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0px;
	z-index: 1;
	position: fixed;
	overflow: visible;
	text-align: center;
	list-style-type: none;
	float: right;
}

.navbar1
{
   background: rgba(1,1,1,0.0);
   box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2);
   height: 80px;
}

li
{
   float: left;
}

li a, .dropdown
{
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 13px;
	color: black;
	float: right;
	transition: 0.8s ease-in-out;
	text-align: left;
	text-decoration: none;
	padding: 15px 17px;
}


/*
li a:hover
{
    background-color: #DFDFDF;
	transition: 0.6s ease;
}
*/

#a1
{
	text-align: center;
	float: left;
	padding: 0px 0px;
}

#a1 img
{
	transition: 0.5s width;
}

#a1 img:hover
{
	width: 60px;
}

.dropdown_content
{
	z-index: 1;
	text-shadow:#333;
	display: none;
	position: absolute;
	color: white;
	margin-top: 50px;
	-webkit-animation-name: fade23;
    -webkit-animation-duration: 0.8s;
    animation-name: fade23;
    animation-duration: 0.8s;
	right: 15px;
}



.dropdown_content a
{	
	border-radius: 10px 10px 0px 0px;
    background: linear-gradient(90deg, #009dff 2%, #f566ff 50%);
	-webkit-animation-name: fade123;
    -webkit-animation-duration: 0.8s;
    animation-name: fade123;
    animation-duration: 0.8s;
	text-align: center;
	padding: 13px 17px;
	text-decoration: none;
    float: right;
	text-align: center;
	color: white;
	display: block;
    transition: 0.2s ease;
}

.dropdown_content a:hover
{

    background: linear-gradient(90deg, #009dff 30%, #f566ff 70%);
	color: white;
	height: 21px;
}

@keyframes fade123 {
    background: linear-gradient(90deg, #009dff 2%, #f566ff 50%);
    background: linear-gradient(90deg, #009dff 30%, #f566ff 90%);
}

@keyframes fade23 {
  from {opacity: .4}
  to {opacity: 1}
}

.dropdown:hover .dropdown_content
{
	transition: 1.7s height;
	height: 100%;
	display: block;
}

.img1
{
	border-radius: 0px;
	transition: 0.7s width;
}

.img1:hover
{
	width: 250px;
}



.img12
{
	border-radius: 0px;
	transition: 0.7s width;
}

.img12:hover
{
	width: 160px;
}


.img2
{
    width: 300px;
	transition: 0.7s width;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.8);
	
}

.img2:hover
{
	width: 330px;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.8);
}

.icon
{
	margin-right: auto; 	
	margin-left: auto;
	
}

.row1
{
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.column1
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 10px;

}


.column1 a
{
   color: #b0b0b0;
}
.frame1
{  
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	min-width: 300px;
	min-height: 200px;
	position: relative;
    margin: auto;
}
#a3
{
	display: none;
}
#cookie1
{
  bottom: 0%;
  left: 0;
  position: fixed;
  display: table;
  background-color: rgba(0,0,0,0.94);
  float: left;
  height: 50px;
  vertical-align: middle;
  line-height: 50px; 
  width: 100%;
  transition: 0.3s width;
}

.cookietext
{
   color: black;
   font-size: 15px;
   text-align: cent8er;
}

.button1
{
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 10px;
   vertical-align: middle;
   border: none;
   float: right;
   width: 100px;
   display: inline-block;
   text-align: center;
   height: 30px;
   background-color: #f566ff;
   border-radius: 5px;
}

.button1:hover
{
   background-color: #a661ff;
}

.button1:hover .cookietext
{
	color: white;
}

#menu2
{
}

#menu1
{
	position: fixed;
	overflow: auto;
	z-index: 1;
	transition: 0.2s width;
	width: 0%;
	height: 100%;
	float: right;
	background-color: rgba(0,0,0,0.89);
}
#link2
{
   position: relative;
   left: 50%;
   text-align: center;
   float: right;
   width: 100%;
   color: white;	
}
#link4
{
   position: relative;
   left: 50%;
   width: 100%;
   text-align: center;
   float: right;
   color: white;	
}
#link3
{
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: fixed;
	overflow: auto;
	text-align: center;
	list-style-type: none;
	float: right;
}
.text2
{
	display: none;
}


@media only screen and (max-width: 1024px)
{
.frame1
{  
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	min-width: 300px;
	min-height: 200px;
	position: relative;
    margin: auto;
}

.button1
{
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 5%;
   vertical-align: middle;
   border: none;
   float: right;
   width: 90%;
   display: inline-block;
   text-align: center;
   height: 30px;
   background-color: #f566ff;
   border-radius: 5px;
}

	
body
{	
    cursor: url('images/cursor.cur'), default;
	font-family: 'Comfortaa', cursive;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/tp_bg.png);
	background-size: 2000px 2000px;
    background-repeat: no-repeat;
	color: white;
}

.text1
{
	display: none;
}
.text2
{
	display: inline-block;
}	
.dropdown
{
	display:none;
}

#a2
{
	text-align: center;
	float: left;
	font-weight: bold;
	color: #f566ff;
	font-size: 1px;
	padding: 30px 0px;
	text-shadow: 2px 1px black;
	transition: 0.8s width;
}
#a3
{
	float: right;
	display: inline;
	padding: 20px 15px;
}
 
.dropdown1
{
	display: inline;
	margin: 0 auto;
	padding: 0;
	border-radius: 13px;
	color: black;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	transition: 0.8s ease-in-out;
	text-decoration: none;
	padding: 15px 17px;
	text-align: center;
}
.img2
{
    width: 90%;
	transition: 0.7s width;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.998);
	
}

.img2:hover
{
	width: 100%;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.8);
}

.frame1
{  
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	min-width: 300px;
	min-height: 200px;
	position: relative;
    margin: auto;
}
}

@media only screen and (max-width: 1024px)
{
.dropdown1
{
	display: inline;
	margin: 0 auto;
	padding: 0;
	border-radius: 13px;
	color: black;
	margin-left: 0%;
	margin-right: 0%;
	width: 50%;
	transition: 0.8s ease-in-out;
	text-decoration: none;
	padding: 15px 17px;
	text-align: center;
}
.dropdown
{
	display:none;
}

#a3
{
	float: right;
	display: inline;
	padding: 20px 15px;
}
#a2
{
	text-align: center;
	float: left;
	font-weight: bold;
	color: #f566ff;
	font-size: 20px;
	padding: 30px 0px;
	text-shadow: 2px 1px black;
	transition: 0.8s width;

}

body
{	
    cursor: url('images/cursor.cur'), default;
	font-family: 'Comfortaa', cursive;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/tp_bg.png);
	background-size: 3000px 3000px;
    background-repeat: no-repeat;
	color: white;
}
}
@media only screen and (min-width: 1025px)
{
	
.frame1
{  
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	min-width: 500px;
	min-height: 300px;
	position: relative;
    margin: auto;
}

#menu1
{
    display: none;
}

#link3
{
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: fixed;
	overflow: auto;
	text-align: center;
	list-style-type: none;
	float: right;
}
}


@media only screen and (min-width: 1500px)
{
.frame1
{  
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	min-width: 600px;
	min-height: 350px;
	position: relative;
    margin: auto;
}
}



/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img 
{
	border-radius: 10px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  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 {
  color: white;
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 4px;
  max-width: 600px;
  text-align: center;
  border-radius: 0px 13px 0px 10px;
  background: rgba(0,0,0,0.8);
}

/* Number text (1/3 etc) */
.numbertext 
{
  background: rgba(0,0,0,0.8);
  border-radius: 10px 0px 10px 0px;
  color: white;
  font-size: 12px;
  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: #f566ff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}