html {
    scroll-behavior: smooth;
	height: 100%;
}

body {  
	height: 99%;
	background: #000000; 
}

li {
   padding: 5px;
}

h1 {
   animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {

   0% { filter: drop-shadow(1px 1px 15px #b6e3f6) }
  10% { filter: drop-shadow(1px 1px 13px #b6e3f6) }
  20% { filter: drop-shadow(1px 1px 9px #b6e3f6) }
  30% { filter: drop-shadow(1px 1px 10px #b6e3f6) }
  40% { filter: drop-shadow(1px 1px 13px #b6e3f6) }
  50% { filter: drop-shadow(1px 1px 9px #b6e3f6) }
  60% { filter: drop-shadow(1px 1px 10px #b6e3f6) }
  70% { filter: drop-shadow(1px 1px 9px #b6e3f6) }
  80% { filter: drop-shadow(1px 1px 11px #b6e3f6) }
  90% { filter: drop-shadow(1px 1px 14px #b6e3f6) }
  100% { filter: drop-shadow(1px 1px 15px #b6e3f6) }
}

a:hover {
   color: #b6e3f6;
   text-decoration: none;
   animation: all .35s ease-out;
}

/* fonts */

@font-face {
   font-family: "3270Condensed-Regular";
   src: url("../fonts/3270Condensed-Regular.ttf");
}

@font-face {
   font-family: "3270Condensed-Regular";
   src: url("../fonts/3270Condensed-Regular.ttf");
}

@font-face {
   font-family: "3270SemiCondensed-Regular";
   src: url("../fonts/3270SemiCondensed-Regular.ttf");
}

@font-face {
   font-family: "Nunito";
   src: url("../fonts/PPNeueMachina-Regular.otf");
}

@font-face {
   font-family: "sans-serif";
   src: url("../fonts/PPNeueMachina-Ultrabold.otf");
}

/* title animation and background*/

.e60vid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: center center;
}

.video_bg {
    display: block;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titleewz {
	font-family: "3270Condensed-Regular";
	text-decoration:none;
	color: #FFF;
    background: url("../images/line.png") top 21px left 75px/4px 73px no-repeat, url("../images/ewz2.png") top 23px left -5px/80px 80px no-repeat;
	margin: 0;
	margin-bottom: -15px;
	margin-top: -20px;
	padding: 0;
}

.ewztitle {
	text-decoration:none;
	color: #FFF;
	line-height: 120px;
	margin-left: 84px;
}	

.page {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
}

/*weathercart #1*/

.weathercart_main:hover {
     backdrop-filter: blur(7px);
     background: rgba(255, 255, 255, 0.7);
     color: black;
}

.weathercart_main {
	display: flex;
	min-width: 250px;
	flex-flow: column;
	width: 300px;
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
	line-height: 1;
	box-shadow: 0 0 5px black;
}

.weathercartlist:hover {
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.7);
    color: black;
}

.weathercartlist {
	display: flex;
	min-width: 250px;
	flex-flow: column;
	width: 300px;
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
	line-height: 1;
	box-shadow: 0 0 5px black;
}

.note {
    display: flex;
    margin-top: 16px;
	margin-bottom: 2px;
    font-family: "3270Condensed-Regular";
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	gap: 8px;
}	

.sliceoftime:hover .sliceoftimetext {
    color: black;
}

.sliceoftimetext:before{
	content: "→ ";
}
.sliceoftimetext:after{
	content: " ←";
}

.sliceoftimetext{
     color: white;
	 text-decoration: none;
	 transition: all .35s ease-in-out;
}

.sliceoftime:hover {
     backdrop-filter: blur(7px);
     background: rgba(255, 255, 255, 0.7);
     color: black;
}

/* .weathercart_main {
	display: flex;
	min-width: 250px;
	flex-flow: column;
	width: 300px;
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
	line-height: 1;
	box-shadow: 0 0 5px black;
} */

.sliceoftime {
	color: white;
	display: flex;
	/* min-width: 250px; */
	flex-flow: column;
	width: 300px;
    background: rgba(17, 28, 33, 0.4);
    /* height: 185px; */
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
	line-height: 1;
	box-shadow: 0 0 5px black;
	justify-content: space-around;
    flex-direction: row;
	padding-top: 2px;
}

.winddata {
    display: flex;
    gap: 5px;
}

.weathercart_main:hover .citytitle {
    color: black;
}

.weathercart_main:hover .weatherstate {
    color: black;
}

.weathercart_main:hover .lastupdate {
    color: black;
}

.weathercart_main:hover .humidity {
    color: black;
}

.weathercart_main:hover .pressure {
    color: black;
}

.weathercart_main:hover .speed {
    color: black;
}

.weathercart_main:hover .wind {
    color: black;
}

.weathercart_main:hover .arrow {
    color: black;
}

.weathercart_main:hover .visibility {
    color: black;
}

.weathercart_main:hover .feelslike {
    color: black;
}

.winddata {
    display: flex;
    gap: 5px;
}

[data-css="weathercartcss"]:hover .citytitle {
    color: black;
}

[data-css="weathercartcss"]:hover .weatherstate {
    color: black;
}

[data-css="weathercartcss"]:hover .lastupdate {
    color: black;
}

[data-css="weathercartcss"]:hover .humidity {
    color: black;
}

[data-css="weathercartcss"]:hover .pressure {
    color: black;
}

[data-css="weathercartcss"]:hover .speed {
    color: black;
}

[data-css="weathercartcss"]:hover .wind {
    color: black;
}

[data-css="weathercartcss"]:hover .arrow {
    color: black;
}

[data-css="weathercartcss"]:hover .visibility {
    color: black;
}

[data-css="weathercartcss"]:hover .feelslike {
    color: black;
}



.cityandupd {
    color: #FFFFFF;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;
     transition: all .35s ease-in-out;	
}

.texticoncart1 {
	display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
      transition: all .35s ease-in-out;
}

.weatherstate {
	align-self: center;
	/* font-size: 20px; */
	color: #FFFFFF;
	/* background: #ffffff42; */
	border-radius: 15px; 
/* 	padding: 5px  10px 7px; */
	/* margin: 12px; */
/* 	margin: -70px;
	margin-top: 5px; */
	transition: all .35s ease-in-out;
	z-index: -1;
}

.weatherpicplace {
	box-shadow: 0 0 10px black;
} 

.weatherpicplace {
	align-self: center;
	/* background-image: url("https://openweathermap.org/img/wn/04d.png"); */
	background-color: black;
	background-size: 40px 40px;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	/* border: 3px solid black; */
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;
	overflow: hidden;
    margin-top: 6px;
	margin-bottom: 5px;
}

.weatherpicplacelist {
	align-self: center;
	/* background-image: url("https://openweathermap.org/img/wn/04d.png"); */
	background-color: black;
	background-size: 40px 40px;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	/* border: 3px solid black; */
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;
	overflow: hidden;
    margin-top: 6px;
	margin-bottom: 5px;
}

.weathercart_main:hover .weatherpicplace {
    	box-shadow: 0 0 15px black;
	transform: rotate(360deg);
	filter:grayscale(0%);
}

.weathercartlist:hover .weatherpicplacelist {
    	box-shadow: 0 0 15px black;
	transform: rotate(360deg);
	filter:grayscale(0%);
}

.citytitle {
        /* margin-left: 3px; */
        /* margin-top: 1px; */
        color: white;
        transition: all .35s ease-in-out;
}

.lastupdate {
        /* margin-left: 3px; */
        /* margin-top: 1px; */
        color: white;
        transition: all .35s ease-in-out;
}

/* .weathericon {
	width: 42px;
	height: 42px;
	margin: -5px 5px;
	margin-top: -8px;
}

.weathericon_1 {
	width: 42px;
	height: 42px;
	margin: -5px 5px;
	margin-top: -8px;
}

.weathericon_2 {
	width: 42px;
	height: 42px;
	margin: -5px 5px;
	margin-top: -8px;
}

.weathericon_3 {
	width: 42px;
	height: 42px;
	margin: -5px 5px;
	margin-top: -8px;
} */

#weathericon {
	width: 42px;
	height: 42px;
	margin: -5px 5px;
	margin-top: -8px;
}

[data-css="tempcss"] {
	color: white;
	margin-left: 3px;
	margin-top: 1px;
}

.humidity {
	/* margin-left: 3px; */
	/* margin-top: 1px; */
	color: white;
	text-align: center;
	transition: all .35s ease-in-out;
}

.pressure {
	/* margin-left: 3px; */
	/* margin-top: 1px; */
	color: white;
	text-align: center;
	transition: all .35s ease-in-out;
}

.speed {
	/* margin-left: 3px; */
	/* margin-top: 1px; */
	color: white;
	text-align: center;
	transition: all .35s ease-in-out;
}

.wind {
        /* margin-left: 3px; */
        /* margin-top: 1px; */
        color: white;
        text-align: center;
        transition: all .35s ease-in-out;
}

.arrow {
        /* margin-left: 3px; */
        /* margin-top: 1px; */
        color: white;
        text-align: center;
        transition: all .35s ease-in-out;
}

.visibility {
	/* margin-left: 3px; */
	/* margin-top: 1px; */
	color: white;
	text-align: center;
	transition: all .35s ease-in-out;
}

.feelslike {
	/* margin-left: 3px; */
	/* margin-top: 1px; */
	color: white;
	text-align: center;
	transition: all .35s ease-in-out;
}

.weatherbutton {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.weatherbuttontouch:hover {
	box-shadow: 0 0 10px #ff4949;
	background: #bd1f1d;
	color: white;
}

.weatherbuttontouch {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	color: white;
	border: none;
	font-family: "3270Condensed-Regular";
}

.weathercart_main:hover .weatherbutton {
	opacity: 1;
}

.weatherbutton span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.weatherbutton span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.weatherbutton:hover span {
	padding-right: 15px;
}

.weatherbutton:hover span:after {
	opacity: 1;
	right: 0;
}


/*frame with text*/

/*.blurtext:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}*/

.blurtext {
   /* background: rgba(17, 28, 33, 0.4);
	color: #fff;*/
   /* backdrop-filter: blur(3px);*/
   /* padding: 5px;
    border-radius: 10px;
    transition: all .35s ease-in-out;*/
    font-family: "3270Condensed-Regular";
    font-size: 16px;
    justify-content: center;    
    display: flex;
    flex-wrap: row;
   /* max-width: 735px;*/
    justify-content: center;
  /*  margin-left: auto;
    margin-right: auto; */
    min-width: 250px;
}

/*tiles with buttons*/

.container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    transition: backdrop-filter .35s ease-in-out;
    padding: 15px;
    border-radius: 10px;
    font-family: "3270Condensed-Regular";
	flex: auto;
	align-content: center;
}

/*card #1*/

.flex-app1:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.flex-app1 {
	display: flex;
	min-width: 250px;
	flex-flow: column;
	width: 300px;
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app1:hover .tooltip-app1 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app1:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;	
}

.tooltip-app1 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app1 .tooltiptext-app1 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app1 .tooltiptext-app1::after {
	content: "";
	position: absolute;
	top: -7%;
	left: 89%;
	margin-top: -4px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app1:hover .tooltiptext-app1 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app1:hover .title1txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title1txt {
	transition: all .35s ease-in-out;
}

.app1title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app1:hover .rocketchattip {
	text-decoration: none;
	color: black;
	filter: none;
}

#rocketchatinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.rocketchattip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
	transition: all .35s ease-in-out;
}

/*app name&icon&button with animation*/

.texticon1 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app1:hover .app1name {
	box-shadow: 0 0 10px #ff4949;
	transform: scale(1.2);
	background: #bd1f1d;
}

.app1name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: transform .35s ease-in-out;
	z-index: -1;
}

.flex-app1:hover .app1icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app1icon {
	align-self: center;
	background-image: url("../images/rock.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;	
}

.app1button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.rocketchatbutton:hover {
	box-shadow: 0 0 10px #ff4949;
	background: #bd1f1d;
	color: white;
}

.rocketchatbutton {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	color: white;
	border: none;
	font-family: "3270Condensed-Regular";
}

.flex-app1:hover .app1button {
	opacity: 1;
}

.app1button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app1button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app1button:hover span {
	padding-right: 15px;
}

.app1button:hover span:after {
	opacity: 1;
	right: 0;
}

/*card #2*/

.flex-app2:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.flex-app2 {
	min-width: 250px;
	display: flex;
	flex-flow: column;
	width: 300px;
    /* border: 3px solid white; */
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app2:hover .tooltip-app2 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app2:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;	
}

.tooltip-app2 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app2 .tooltiptext-app2 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app2 .tooltiptext-app2::after {
	content: "";
	position: absolute;
	top: -5%;
	left: 89%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app2:hover .tooltiptext-app2 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app2:hover .title2txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title2txt {
	transition: all .35s ease-in-out;
}

.app2title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app2:hover .meshtip {
	text-decoration: none;
	color: black;
	filter: none;
}

#meshinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.meshtip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
	transition: all .35s ease-in-out;
}

/*app name&icon&button with animation*/

.texticon2 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app2:hover .app2name {
	box-shadow: 0 0 10px #33836E;
	transform: scale(1.2);
	background: linear-gradient(to bottom right, #3B106A, #33836E);
}

.app2name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: transform .35s ease-in-out;	
	z-index: -1;
}

.flex-app2:hover .app2icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app2icon {
	align-self: center;
	background-image: url("../images/mesh.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;	
}

.app2button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.meshbutton:hover {
	box-shadow: 0 0 10px #33836E;
	background: linear-gradient(to bottom right, #3B106A, #33836E);
	color: white;
}

.meshbutton {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	border: none;
	font-family: "3270Condensed-Regular";
	color: white;
}

.flex-app2:hover .app2button {
	opacity: 1;
}

.app2button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app2button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app2button:hover span {
	padding-right: 15px;
}

.app2button:hover span:after {
	opacity: 1;
	right: 0;
}

/*card #3*/

.flex-app3:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.flex-app3 {
	min-width: 250px;
	display: flex;
	flex-flow: column;
	width: 300px;
    /* border: 3px solid white; */
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app3:hover .tooltip-app3 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app3:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;
}

.tooltip-app3 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app3 .tooltiptext-app3 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app3 .tooltiptext-app3::after {
	content: "";
	position: absolute;
	top: -9%;
	left: 89%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app3:hover .tooltiptext-app3 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app3:hover .title3txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title3txt {
	transition: all .35s ease-in-out;
}

.app3title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app3:hover .radiotip {
	text-decoration: none;
	color: black;
	filter: none;
}

#radioinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.radiotip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
}

/*app name&icon&button with animation*/

.texticon3 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app3:hover .app3name {
	box-shadow: 0 0 10px black;
	transform: scale(1.2);
	background: #81bad1;
	/* color: black; */
}

.app3name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: transform .35s ease-in-out;	
	z-index: -1;
}

.flex-app3:hover .app3icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app3icon {
	align-self: center;
	background-image: url("../images/radio.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;	
}

.app3button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.radiobutton:hover {
	box-shadow: 0 0 10px black;
	background: #81bad1;
	color: white;
}

.radiobutton {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	border: none;
	font-family: "3270Condensed-Regular";
	color: white;
}

.flex-app3:hover .app3button {
	opacity: 1;
}

.app3button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app3button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app3button:hover span {
	padding-right: 15px;
}

.app3button:hover span:after {
	opacity: 1;
	right: 0;
}

/*card #4*/

.flex-app4:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;
}

.flex-app4 {
	min-width: 250px;
	display: flex;
	flex-flow: column;
	width: 300px;
    /* border: 3px solid white; */
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app4:hover .tooltip-app4 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app4:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;	
}

.tooltip-app4 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app4 .tooltiptext-app4 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app4 .tooltiptext-app4::after {
	content: "";
	position: absolute;
	top: -8%;
	left: 89%;
	margin-top: -4px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app4:hover .tooltiptext-app4 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app4:hover .title4txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title4txt {
	transition: all .35s ease-in-out;
}

.app4title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app4:hover .youtracktip {
	text-decoration: none;
	color: black;
	filter: none;
}

#youtrackinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.youtracktip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
}

/*app name&icon&button with animation*/

.texticon4 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app4:hover .app4name {
	box-shadow: 0 0 10px #ff318c;
	transform: scale(1.2);
	background: linear-gradient(to bottom right, #ff318c, #0cb0f2);
}

.app4name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: transform .35s ease-in-out;
	z-index: -1;
}

.flex-app4:hover .app4icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app4icon {
	align-self: center;
	background-image: url("../images/yout.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;	
}

.app4button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.youtrackbutton:hover {
	box-shadow: 0 0 10px #ff318c;
	background: linear-gradient(to bottom right, #ff318c, #0cb0f2);
}

.youtrackbutton {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	color: white;
	border: none;
	font-family: "3270Condensed-Regular";
}

.flex-app4:hover .app4button {
	opacity: 1;
}

.app4button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app4button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app4button:hover span {
	padding-right: 15px;
}

.app4button:hover span:after {
	opacity: 1;
	right: 0;
}

/*card #5*/

.flex-app5:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;
}

.flex-app5 {
	min-width: 250px;
	display: flex;
	flex-flow: column;
	width: 300px;
    /* border: 3px solid white; */
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app5:hover .tooltip-app5 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app5:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;	
}

.tooltip-app5 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app5 .tooltiptext-app5 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app5 .tooltiptext-app5::after {
	content: "";
	position: absolute;
	top: -7%;
	left: 89%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app5:hover .tooltiptext-app5 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app5:hover .title5txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title5txt {
	transition: all .35s ease-in-out;
}

.app5title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app5:hover .nextcloudtip {
	text-decoration: none;
	color: black;
	filter: none;
}

#nextcloudinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.nextcloudtip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
	transition: all .35s ease-in-out;
}

/*app name&icon&button with animation*/

.texticon5 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app5:hover .app5name {
	box-shadow: 0 0 10px #1782c5;
	transform: scale(1.2);
	background: #1782c5;
}

.app5name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: transform .35s ease-in-out;
	z-index: -1;
}

.flex-app5:hover .app5icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app5icon {
	align-self: center;
	background-image: url("../images/nextcl.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;	
}

.app5button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.nextcloudbutton:hover {
	box-shadow: 0 0 10px #1782c5;
	background: #1782c5;
	color: white;
}

.nextcloudbutton {
	border-radius: 10px;
	font-size: 20px;
	border: none;
	font-family: "3270Condensed-Regular";
	color: white;
	background: black;
}

.flex-app5:hover .app5button {
	opacity: 1;
}

.app5button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app5button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app5button:hover span {
	padding-right: 15px;
}

.app5button:hover span:after {
	opacity: 1;
	right: 0;
}

/*card #6*/

.flex-app6:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;
}

.flex-app6 {
	min-width: 250px;
	display: flex;
	flex-flow: column;
	width: 300px;
    /* border: 3px solid white; */
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app6:hover .tooltip-app6 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app6:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;	
}

.tooltip-app6 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app6 .tooltiptext-app6 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app6 .tooltiptext-app6::after {
	content: "";
	position: absolute;
	top: -7%;
	left: 89%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app6:hover .tooltiptext-app6 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app6:hover .title6txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title6txt {
	transition: all .35s ease-in-out;
}

.app6title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app6:hover .wikitip {
	text-decoration: none;
	color: black;
	filter: none;
}

#wikiinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.wikitip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
}

/*app name&icon&button with animation*/

.texticon6 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app6:hover .app6name {
	box-shadow: 0 0 10px black;
	transform: scale(1.2);
	background: #cfc473;
}

.app6name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: transform .35s ease-in-out;
	z-index: -1;
}

.flex-app6:hover .app6icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app6icon {
	align-self: center;
	background-image: url("../images/wiki.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;	
}

.app6button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.wikibutton:hover {
	box-shadow: 0 0 10px black;
	background: #cfc473;
	color: white;
}

.wikibutton {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	border: none;
	font-family: "3270Condensed-Regular";
	color: white;
}

.flex-app6:hover .app6button {
	opacity: 1;
}

.app6button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app6button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app6button:hover span {
	padding-right: 15px;
}

.app6button:hover span:after {
	opacity: 1;
	right: 0;
}

/*card #7*/

.flex-app7:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;
}

.flex-app7 {
	min-width: 250px;
	display: flex;
	flex-flow: column;
	width: 300px;
    /* border: 3px solid white; */
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app7:hover .tooltip-app7 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app7:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;
}

.tooltip-app7 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app7 .tooltiptext-app7 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app7 .tooltiptext-app7::after {
	content: "";
	position: absolute;
	top: -8%;
	left: 89%;
	margin-top: -4px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app7:hover .tooltiptext-app7 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app7:hover .title7txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title7txt {
	transition: all .35s ease-in-out;
}

.app7title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app7:hover .statstip{
	text-decoration: none;
	color: black;
	filter: none;
}

#statsinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.statstip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
}

/*app name&icon&button with animation*/

.texticon7 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app7:hover .app7name {
	box-shadow: 0 0 10px #096bb7;
	transform: scale(1.2);
	background: #096bb7;
	/* color: black; */
}

.app7name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: all .35s ease-in-out;
	z-index: -1;
}

.flex-app7:hover .app7icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app7icon {
	align-self: center;
	background-image: url("../images/hlx-pic2.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: all .4s ease-in-out;
	z-index: -1;
}

.app7button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.statsbutton:hover {
	box-shadow: 0 0 10px #096bb7;
	background: #096bb7;
	color: white;
}


.statsbutton {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	color: white;
	border: none;
	font-family: "3270Condensed-Regular";
}

.flex-app7:hover .app7button {
	opacity: 1;
}

.app7button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app7button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app7button:hover span {
	padding-right: 15px;
}

.app7button:hover span:after {
	opacity: 1;
	right: 0;
}

/*card #8*/

.flex-app8:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;
}

.flex-app8 {
	min-width: 250px;
	display: flex;
	flex-flow: column;
	width: 300px;
    /* border: 3px solid white; */
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app8:hover .tooltip-app8 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app8:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;	
}

.tooltip-app8 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app8 .tooltiptext-app8 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app8 .tooltiptext-app8::after {
	content: "";
	position: absolute;
	top: -11%;
	left: 89%;
	margin-top: -4px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app8:hover .tooltiptext-app8 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app8:hover .title8txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title8txt {
	transition: all .35s ease-in-out;
}

.app8title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app8:hover .banstip {
	text-decoration: none;
	color: black;
	filter: none;
}

#bansinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.banstip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
}

/*app name&icon&button with animation*/

.texticon8 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app8:hover .app8name {
	box-shadow: 0 0 10px #9c1818;
	transform: scale(1.2);
	background: #9c1818;
	/* color: black; */
}

.app8name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: transform .35s ease-in-out;	
	z-index: -1;
}

.flex-app8:hover .app8icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app8icon {
	align-self: center;
	background-image: url("../images/sb-pic2.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: transform .4s ease-in-out;
	z-index: -1;	
}

.app8button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.bansbutton:hover {
	box-shadow: 0 0 10px #9c1818;
	background: #9c1818; 
	color: white;
}

.bansbutton {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	color: white;
	border: none;
	font-family: "3270Condensed-Regular";
}

.flex-app8:hover .app8button {
	opacity: 1;
}

.app8button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app8button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app8button:hover span {
	padding-right: 15px;
}

.app8button:hover span:after {
	opacity: 1;
	right: 0;
}

/*card #9*/

.flex-app9:hover {
    backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;
}

.flex-app9 {
	min-width: 250px;
	display: flex;
	flex-flow: column;
	width: 300px;
    /* border: 3px solid white; */
    background: rgba(17, 28, 33, 0.4);
    height: 185px;
    border-radius: 5px;
	backdrop-filter: blur(3px);
	transition: all .35s ease-in-out;
}

/*tooltip&title*/

.flex-app9:hover .tooltip-app9 {
	visibility: visible;
	color: black;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity .35s;
}

.tooltip-app9:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
	cursor: pointer;	
}

.tooltip-app9 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: visibility 0s ease-in-out .35s, opacity .35s;
}

.tooltip-app9 .tooltiptext-app9 {
	visibility: hidden;
	width: auto;
	min-width: 150px;
	text-align: center;
	border-radius: 6px;
    padding: 5px 15px;
	position: absolute;	
    z-index: 1;
    right: 0%;
	top: 150%;
    opacity: 0;
    transition: all .35s ease-in-out;
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, 0.7);
	color: black;	
}

.tooltip-app9 .tooltiptext-app9::after {
	content: "";
	position: absolute;
	top: -8%;
	left: 89%;
	margin-top: -4px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
	z-index: -1;
}

.tooltip-app9:hover .tooltiptext-app9 {
	visibility: visible;
	opacity: 1; 
	transition: all .35s ease-in-out;
}

.flex-app9:hover .title9txt {
	transform: translate(5%);
	text-decoration: underline;
	text-underline-offset: 5px;
	color: black;
}

.title9txt {
	transition: all .35s ease-in-out;
}

.app9title {
    color: #FFFFFF;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin: 5px;
	transition: all .35s ease-in-out;
	position: relative;
	transition: .35s;
	text-decoration: none;
    border-bottom: 0 solid white;	
}

/*app title with target&animation*/

.flex-app9:hover .motdtip {
	text-decoration: none;
	color: black;
	filter: none;
}

#motdinf:target {
	border-radius: 5px;
	-webkit-animation: highlight 3s ease-out;
			animation: highlight 3s ease-out;		
}
@-webkit-keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }

}
@keyframes highlight {
	25% { background-color: #f13d2c7d; }
	50% { background-color: #f13d2c7d; }
}

.motdtip {
	text-decoration: none;
	color: #FFFFFF;
	filter: none;
}

/*app name&icon&button with animation*/

.texticon9 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	flex-basis: auto;
	margin: auto auto;
	z-index: -1;
}

.flex-app9:hover .app9name {
	box-shadow: 0 0 10px #fd7c14;
	transform: scale(1.2);
	background: #fd7c14;
	/* color: black; */
}

.app9name {
	align-self: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #ffffff42;
	border-radius: 15px; 
	padding: 5px  10px 7px;
	margin: 12px;
	margin-top: 20px;
	transition: transform .35s ease-in-out;
	z-index: -1;
}

.flex-app9:hover .app9icon {
    filter: grayscale(0%);
	/* transform: rotate(360deg); */
	transform: scale(1.2);
	box-shadow: 0 0 10px black;
} 

.app9icon {
	align-self: center;
	background-image: url("../images/mp2.png");
	background-color: black;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 6px;
	filter: grayscale(100%);
	transition: all .4s ease-in-out;
	z-index: -1;
}

.app9button {
	align-self: end;
	margin: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	cursor: pointer;
}

.motdbutton:hover {
	box-shadow: 0 0 10px #fd7c14;
	background: #fd7c14;
	color: white;
}

.motdbutton {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	color: white;
	border: none;
	font-family: "3270Condensed-Regular";
}

.flex-app9:hover .app9button {
	opacity: 1;
}

.app9button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.app9button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.app9button:hover span {
	padding-right: 15px;
}

.app9button:hover span:after {
	opacity: 1;
	right: 0;
}
   
/* footer & buttons */     
 
@media (max-width: 668px) {
   .flex-container-footer {
	font-family: "3270Condensed-Regular";
	color: #fff;
	background-color: rgba(17, 28, 33, 0.4);
	backdrop-filter: blur(3px);
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
	height: auto;
	transition: all .35s ease-in-out;
	box-shadow: 0 0 5px black;
	flex-direction: column;
}
}

 
.flex-container-footer:hover {
    backdrop-filter: blur(7px);
}
 
.flex-container-footer {
	font-family: "3270Condensed-Regular";
	color: #fff;
	background-color: rgba(17,28,33,0.4);
	backdrop-filter: blur(3px);
	border-radius: 10px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	flex-shrink: 0;
	height: auto;
	transition: all .35s ease-in-out;
	box-shadow: 0 0 5px black;
}

.flex-item:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.flex-item {
	align-self: center;
	margin-left: 5px;
	transition: all .35s ease-in-out;		
}

.mail:hover {
	text-decoration: none;
	color: #fff;	
}

.mail {
	text-decoration: none;
	color: #fff;
	transition: all .35s ease-in-out;	
}

.flex-item2:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.flex-item2 {
	align-self: center;
	transition: all .35s ease-in-out;	
    /* flex-basis: 274px; */
}

.tglink:hover {
	filter: grayscale(0%);
}

.tglink {
	filter: grayscale(100%);
	transition: all .10s ease-in-out;	
}

.vklink:hover {
	filter: grayscale(0%);
}

.vklink {
	filter: grayscale(100%);
	transition: all .10s ease-in-out;	
}

.flex-item3 {
	align-self: center;
	margin-right: 5px;
	transition: all .35s ease-in-out;
	margin-top: 2px;
}

/* 404 page */

.container404 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    transition: backdrop-filter .35s ease-in-out;
    padding: 15px;
    border-radius: 10px;
    font-family: "3270Condensed-Regular";
    flex: auto;
    align-content: center;
    align-items: center;
}

.error_page {
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   align-items: center;
   align-content: center;
}

.error_page_text {
	color: white;
	background: black;
	font-size: 20px;
	box-shadow: 0 0 10px #9c1818;
}

.error_page_img {
	border-radius: 150px;
	box-shadow: 0 0 10px #9c1818;   
}

.backtohome {
	align-self: end;
	margin: 5px;
	transition: opacity 1 ease;
	cursor: pointer;
}

.backtohome:hover {
	box-shadow: 0 0 10px #9c1818;
	background: #9c1818; 
	color: white;
}


.backtohome {
	border-radius: 10px;
	font-size: 20px;
	background: black;
	color: white;
	border: none;
	font-family: "3270Condensed-Regular";
	transition: all 0.3s ease-in-out;
}

.backtohome:hover {
	opacity: 1;
	box-shadow: 0 0 10px #9c1818;
}

.backtohome span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 1s;
}

.backtohome span:after {
	content: '\00bb';
	position: absolute;
	background: black;
	top: 0;
	right: -10px;
	transition: 1s;
}

.backtohome:hover span {
	padding-right: 15px;
}

.backtohome:hover span:after {
	opacity: 1;
	right: 0;
}
