/*
Theme Name: Bischu
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: Gabriel Furmuzachi 
Author URI: https://dev.cento.red
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Template: twentytwentyfour
*/

/* *{
    outline: 1px dotted red;
} */



.bischu-menu {
	--path-fill-1: #F6E991;
	--path-fill-2: #34CDDC;
	--path-fill-3: #F6A0F9;
	--color-menu-hover: #fff;
	--font-size-menu: 4vmax;
	--font-weight-menu: 400;
	--button-bg: #F6E991;
	--button-line: #222;

}



.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.bischu-menu {
	
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 100;

}

.bischu-menu__item {
	color: var(--color-menu);
	font-family: var(--font-family-menu);
	font-size: var(--font-size-menu);
	font-weight: var(--font-weight-menu);
	opacity: 0;
	transform: translateY(-100%);
	pointer-events: none;
	display: block;
	margin: 0.25em 0;
	transition: transform 0.3s, opacity 0.3s;
	transition-timing-function: ease-in;
    text-decoration: none;
}

.bischu-menu__wp {
	transition: transform 0.1s, opacity 0.1s;
	transform: translateY(100%);
	transition-timing-function: ease-out;
}

.bischu-menu__item:hover {
	color: var(--color-menu-hover);
}

.bischu-menu__item.is-opened {
	opacity: 1;
	transform: translateY(0) rotate(0);
	pointer-events: auto;
	transition-timing-function: ease;
}

.bischu-menu__item:nth-of-type(1) {
	transition-delay: 0s;
}

.bischu-menu__item.is-opened:nth-of-type(1) {
	transition-delay: 0.85s;
}

.bischu-menu__item:nth-of-type(2) {
	transition-delay: 0.05s;
}

.bischu-menu__item.is-opened:nth-of-type(2) {
	transition-delay: 0.8s;
}

.bischu-menu__item:nth-of-type(3) {
	transition-delay: 0.1s;
}

.bischu-menu__item.is-opened:nth-of-type(3) {
	transition-delay: 0.75s;
}

.bischu-menu__item:nth-of-type(4) {
	transition-delay: 0.15s;
}

.bischu-menu__item.is-opened:nth-of-type(4) {
	transition-delay: 0.7s;
}


.bischu-menu__wp.is-opened {
	transition-duration: 0.3s;
}

.bischu-menu__wp:nth-of-type(1) {
	transition-delay: 0s;
}

.bischu-menu__wp.is-opened:nth-of-type(1) {
	transition-delay: 0.65s;
}

.bischu-menu__wp:nth-of-type(2) {
	transition-delay: 0s;
}

.bischu-menu__wp.is-opened:nth-of-type(2) {
	transition-delay: 0.7s;
}

.bischu-menu__wp:nth-of-type(3) {
	transition-delay: 0s;
}

.bischu-menu__wp.is-opened:nth-of-type(3) {
	transition-delay: 0.75s;
}

.bischu-menu__wp:nth-of-type(4) {
	transition-delay: 0s;
}

.bischu-menu__wp.is-opened:nth-of-type(4) {
	transition-delay: 0.8s;
}

.bischu-menu__wrap {
	position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
	text-decoration: none;
	color: #5d93d8;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: #423c2b;
	color: var(--color-link-hover);
	outline: none;
}


.shape-overlays {
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
}

.shape-overlays.is-opened {
	pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
	fill: var(--path-fill-1);
}

.shape-overlays__path:nth-of-type(2) {
	fill: var(--path-fill-2);
}

.shape-overlays__path:nth-of-type(3) {
	fill: var(--path-fill-3);
}

.shape-overlays__path:nth-of-type(4) {
	fill: var(--path-fill-4);
}

@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

/* 

@media screen (min-width: 55em) and (max-width: 1500px) {

	.hamburger {

		right: 12vw;
		
	}
} */

.hamburger {
	width: 64px;
	height: 64px;
	display: block;
	/* position: relative; */
	cursor: pointer;
	position: absolute;
	top: 1em;
	/* right: calc(100% - 1280px); */
	right: 9%;
	/* right: clamp(9vw, 23vw, 25vw); */
	/* right: clamp(22em, -13.71rem + 6.6vw, 25vw); */
	z-index: 110;
	border-radius: 50%;
	background-color: var(--button-bg);
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


@media screen and (min-width: 1500px) {

	.hamburger {
		
		/* right: 23vw; */
		right: calc(50% - 640px);
		
	}
} 



.go-up-arrow {
	position: fixed; 
	bottom:1.25em; 
	z-index:90; 
	right: 9%;
}
.go-up-arrow .a .a:visited {
	color:#34CDDC;
}


@media screen and (min-width: 1500px) {

	.go-up-arrow {
		right: calc(50% - 640px);
		
	}
} 


.hamburger__line {
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.hamburger__line-in {
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	width: 28px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-color: var(--button-line);
}

.hamburger__line-in::before {
	left: -56px;
}

.hamburger__line-in::after {
	left: 0;
}

.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	left: 18px;
}

.hamburger__line--01 {
	top: 24.6px;
}

.hamburger__line--02,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	top: 31px;
}

.hamburger__line--03 {
	top: 37.4px;
}

.hamburger__line--cross01 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger__line--cross02 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger__line {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.hamburger__line-in--cross01,
.hamburger__line-in--cross02 {
	-webkit-transform: translateX(-33.39%);
	transform: translateX(-33.39%);
}

.hamburger__line-in--01 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.hamburger__line-in--02 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger__line-in--02::before,
.hamburger__line-in--02::after {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger__line-in--03::before,
.hamburger__line-in--03::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}

.hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--cross02::before,
.hamburger__line-in--cross02::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--01,
.hamburger.is-opened-navi .hamburger__line-in--02,
.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transform: translateX(33.39%);
	transform: translateX(33.39%);
}

.hamburger.is-opened-navi .hamburger__line-in--cross01,
.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.hamburger.is-opened-navi .hamburger__line-in--01 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hamburger.is-opened-navi .hamburger__line-in--02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger:hover .hamburger__line-in::before,
.hamburger:hover .hamburger__line-in::after {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.hamburger:hover .hamburger__line-in--01::before,
.hamburger:hover .hamburger__line-in--01::after,
.hamburger:hover .hamburger__line-in--02::before,
.hamburger:hover .hamburger__line-in--02::after,
.hamburger:hover .hamburger__line-in--03::before,
.hamburger:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger:hover .hamburger__line-in--cross01::before,
.hamburger:hover .hamburger__line-in--cross01::after,
.hamburger:hover .hamburger__line-in--cross02::before,
.hamburger:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
} */






@media screen and (max-width: 55em) {

	.hamburger {
		position: fixed;
		top: 0.5em;
		right: 0.5em;
		transform: scale(0.75);
	}
}





/*/
////////////////////////////////////////////////// // Presentational Styles\\ //////////////////////////////////////////////////
/*/

.contentContainer {
    background: #efefef;
    padding: 20px;
    max-width: 350px;
    min-width: 150px;
    margin: 15vh auto;
    border-radius: 10px;
    border: solid 5px #dbdbdb;
}
/*/
////////////////////////////////////////////////// // Skill Bars \\ //////////////////////////////////////////////////
/*/
.skillBar {
    margin-bottom: 26px;
    margin-bottom: 1.66em;
}
.skillBar h4 {
    font-size: 21px;
    font-size: 1.33em;
    text-transform: none;

    font-weight: bold;
    margin-bottom: 7px;
    margin-bottom: 0.33em;
}
.skillBarContainer {
    width: 100%;
    max-width: 350px;
    height: 26px;
    height: .8em;
    background: #e6eae3;
    background: #0866dc;
    background: rgba(100, 106, 112, 0.2);
    overflow: hidden;
    border-radius: 5px;
}
.skillBarValue {
    height: 1.66em;
    float: left;
    
    background: #34CDDC;
    /* background: rgba(8, 102, 220, .75); */
}
/* Allowed values for the css skill bars */
.value-00 {
    width: 0;
}
.value-10 {
    width: 10%;
}
.value-20 {
    width: 20%;
}
.value-30 {
    width: 30%;
}
.value-40 {
    width: 40%;
}
.value-50 {
    width: 50%;
}
.value-60 {
    width: 60%;
}
.value-70 {
    width: 70%;
}
.value-80 {
    width: 80%;
}
.value-90 {
    width: 90%;
}
.value-100 {
    width: 100%;
}
/*/
////////////////////////////////////////////////// // Animation \\ //////////////////////////////////////////////////
/*/
@-webkit-keyframes slideIn {
    0% {
        width: 0;
   }
    25% {
        width: 100%;
   }
    100% {
        width: normal;
   }
}
@-moz-keyframes slideIn {
    0% {
        width: 0;
   }
    25% {
        width: 100%;
   }
    100% {
        width: normal;
   }
}
@-ms-keyframes slideIn {
    0% {
        width: 0;
   }
    25% {
        width: 100%;
   }
    100% {
        width: normal;
   }
}
@-o-keyframes slideIn {
    0% {
        width: 0;
   }
    25% {
        width: 100%;
   }
    100% {
        width: normal;
   }
}
@keyframes slideIn {
    0% {
        width: 0;
   }
    25% {
        width: 100%;
   }
    100% {
        width: normal;
   }
}
.skillBarValue {
    -webkit-animation: slideIn 2s;
    -moz-animation: slideIn 2s;
    -o-animation: slideIn 2s;
    animation: slideIn 2s;
}


/* Overlay */
.bischu_landing .wp-block-cover__image-background {
    /*backface-visibility: hidden;*/
  transition: transform 0.8s ease-in-out;
  }
  
  .bischu_landing:hover .wp-block-cover__image-background {
	transform-origin: 10 10;
  transition: transform .5s ease-in;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.3);
  }
  
  .wp-block-cover .wp-block-cover__inner-container {
  height: 100%;
  /* background: rgba(0, 0, 0, 0.212); */
  padding: 5em 0 5em 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* filter: brightness(90%); */
  -ms-transform: translate(-50%, -50%);
  /* opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease; */
  text-align: center;
  display: flex;
  align-items: center;
	flex-direction: column;
	justify-content: space-around;
	z-index:999;
  }
  
  .wp-block-cover:hover .wp-block-cover__inner-container {
  opacity: 1;
/* background: #f6e9915d;  
background: #f6a0f983; */  
/*background: #3045617c;  */
filter: brightness(100%);
}