@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;

}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

body {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.particule {
  position: absolute;
}

#menu{
  display: none;
}

.slider-container{
  position:absolute;
  left: 3vw;
  top: 3vh;
  border:1px solid #ffffff;
  width:95vw;
  height:95vh;
}

.HeroText{
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
  color: #f1f1f1;
}

.menu-text {
  position: relative;
  font-size: 5rem;
  padding: 0rem 10rem 0rem 0rem;
}


h1::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

h1:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

h1::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: rgb(0,187,250);
  z-index: -1;
  transition: transform .3s ease;
}

h1 {
  position: relative;
  font-size: 5rem;
}

.text-1{
  font-size:120px;
}

.text-2{
  font-size:240px;
}

.text-3{
  font-size:120px;
}

.text-4{
  font-size: 46px;
  position: absolute;
  bottom: 3%;
  white-space: normal;
  text-align: center;
}

.blink {
  animation: blinker 2s linear infinite;
}

div.row.blink{
  height: 100%;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.left-home-col{
  position: relative;
  top: 20vh;
}

.t-h-shadow{
    text-shadow: 10px 10px #FF0000 !important;
}

@media (max-width:767px){
  .HeroText{
    left: 0px;
    transform: scale(0.8);
  }

  .text-1{
    font-size:50px;
    height: 20px;
  }

  .text-2{
    font-size:80px;
    height: 70px;
  }

  .text-3{
    font-size:74px;
    left:40%;
  }
  .text-4{
    font-size: 24px;
  }

  .t-h-shadow{
      text-shadow: 5px 5px #FF0000 !important;
  }

  .left-home-col{
    padding:0px 0px 0px 0px;
    position: relative;
    top: 35vh;
  }

}


.menu-splash-wrapper{
  height: 80%;
  width: 80%;
  position: relative;
}

.menu-splash-tittle{
  position: absolute;
  right: 0;
  width: 10px;
  padding: 10%;
  background-color: #ffffff;
  transform: skewX(5deg);
  border:3px black solid;
  box-shadow: 5px 5px black;
  z-index: 100 !important;
}

.menu-splash{
  border: 2px black solid;
  height: 100%;
  background-color: #ffffff;
  transition: .2s;
  transition-timing-function: ease-out;
  position: relative;
}

.menu-splash:hover{
  transform: scale(1.1);
  z-index: 100;
}

@media (max-width:767px){
  .menu-splash-container{
    padding:0;
  }
  .menu-splash{
    height: 50%;
  }
}

.slide{
  background-color:#ffffff;
}

.about-name{
  background-color: #1269cc;
  padding: 30px 30px 20px 30px;
  color: white;
  border-bottom: 1px white solid;
  font-size: 36px;
  font-family:sans-serif;
  width: 80%;
  z-index: 1;
}

.about-hobbies{
  background-color: #212121;
  padding: 30px 30px 20px 30px;
  margin-left:30%;
  color: white;
  border-bottom: 1px white solid;
  font-size: 36px;
  font-family:sans-serif;
  width: 80%;
  z-index: 1;
  text-align: right;
}

.about-desc{
  color: white ;
  background: #6d9ac7;
  margin-left: 20px;
  margin-top: -60px;
  padding:80px 30px 30px 30px;
  font-family: sans-serif bold;
  font-size: 24px;
  z-index: 0;
}

.box{
  width: 300px;
  height: 300px;
  background: url('../../assets/images/download.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width:767px){
  .about-name{
    font-size: 24px;
  }

  .about-desc {
    font-size: 12px;
    margin-left: 0px;
  }
}


/* .hover{
  transition: .2s;
  transition-timing-function: ease-out;
}

.hover-10:hover{
  transform: scale(1.1) !important;
} */

.circle{
  width: 100px;
  height: 100px;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
  text-align: center;
  padding: 10px 5px;
}

.circle img{
  position: relative;
  width: 80%;
  height: 80%;
}

.about-deg-bg{
  transform: skewX(-45deg);
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;
}


body, html {
  padding: 0;
  margin: 0;
 overscroll-behavior: none;
 overflow: hidden;
}

.marquee {
  --marquee--colour: #b3b3b3;
  --marquee--repeat-count: 6;
  --marquee--base-duration: 1s;
  --marquee--repeat-size: calc(100% / var(--marquee--repeat-count));
  --marquee--double-size: calc(var(--marquee--repeat-size) * 2);
  --marquee--duration: calc(
  	var(--marquee--base-duration) * var(--char-count, 20)
  );
  overflow: hidden;
  width: 110vw;
  margin-left: -54vw;
  mix-blend-mode: difference;
  transform: rotate(315deg);
  background: #b3b3b3;
  color: #000;
}
.marquee:nth-child(even) {
  --marquee--direction: -1;
  transform: rotate(5deg);
  background: #000;
  color: var(--marquee--colour);
}
.marquee p {
  transform: translateY(0.07em);
  font-weight: bold;
  margin: 0;
  display: flex;
  gap: 0.5em;
  line-height: 1.1;
  font-size: clamp(2.5rem, 18vw, 14.2rem);
  font-family: "Bebas Neue", sans-serif;
  /* An empty psuedo element creates a gap after the last element */
}
.marquee p::after {
  content: "";
  transform: translateY(0.175em);
}
.marquee p::before {
  content: "";
}

.marquee--inner {
  width: max-content;
  display: flex;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: no-preference) {
  .marquee--inner {
    animation: marquee var(--marquee--duration) infinite linear, reduce-marquee var(--marquee--duration) infinite linear paused;
    animation-composition: add;
  }
  .marquee--inner:hover {
    animation-play-state: running;
  }
}

@keyframes marquee {
  from {
    transform: translateX(calc( 		(-1 * var(--marquee--double-size)) - 			(var(--marquee--double-size) * var(--marquee--direction, 1)) 	));
  }
  to {
    transform: translateX(calc(var(--marquee--double-size) * -1));
  }
}
@keyframes reduce-marquee {
  from {
    transform: translateX(calc(var(--marquee--repeat-size) * var(--marquee--direction, 1)));
  }
  to {
    transfrom: translateX(calc(var(--marquee--double-size) * -1));
  }
}


@media (max-width:767px){
  .marquees {
    display: none !important;
  }
}

.marquees {
  align-content: center;
  height: 100%;
  display: grid;
  gap: 5vw;
  overflow: hidden;
}

button {
  position: absolute;
  top: 20px;
  left: 20px;
}
button[aria-pressed=true] {
  filter: invert(1);
}

[aria-pressed=true] + * .marquee--inner {
  animation-play-state: paused !important;
}

.toc {
  margin-left: 20px;
  padding: 0;
}

@media (max-width:767px){
  .toc {
    margin-left: 0;
  }
}


.toc .wrap-icon {
  width: 4rem;
  height: 100%;
  margin: 1rem;
}

.wrap-icon, img {
  width:100%;
  height: 100%;
}

.toc svg {
  fill: #fff;
}

.toc .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 100ms ease-in-out;
  transform: scale(1);
}
.toc .col svg {
  transform: scale(1);
  transition: transform 100ms ease-in-out;
}
.toc .col:hover {
  transform: scale(1.1);
  transition: transform 100ms ease-in-out;
  z-index: 2;
}
.toc .col:hover svg {
  transform: scale(1.3);
  transition: transform 100ms ease-in-out;
}
.toc .col:after {
  content: attr(data-title);
  color: #fff;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.toc .col[data-title=unity] {
  background-color: #00bd9c;
}
.toc .col[data-title="c#"] {
  background-color: #2c97de;
}
.toc .col[data-title=python] {
  background-color: #9c56b8;
}
.toc .col[data-title=javascript] {
  background-color: #e87e03;
}
.toc .col[data-title=blender] {
  background-color: #e94b35;
}
.toc .col[data-title=blog] {
  background-color: #daa900;
}

@media (max-width:767px){
  .toc .wrap-icon {
    width: 2rem;
  }

  .about-card-wrapper{
    width: 95vw;
    position: relative;
    top: -52vh;
  }
}

.abs,
h2:after,
.cards .card figcaption,
.cards .card:after,
.news .card figcaption,
.news .card:after,
.news .article figcaption {
  position: absolute;
}
.rel,
h2,
h2 strong,
.cards .card,
.news .card,
.news .article {
  position: relative;
}
.fix {
  position: fixed;
}
.dfix {
  display: inline;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.df,
.cards,
.news {
  display: flex;
}
.dif {
  display: inline-flex;
}
.dg {
  display: grid;
}
.dig {
  display: inline-grid;
}
.vm,
h2,
h2 strong,
h2 span {
  vertical-align: middle;
}
body {
  background: #24282f;
}
.wrapper {
  padding: 15px;
}
h2 {
  padding: 10px;
  padding-left: 25px;
  color: #ccc;
  margin: 0;
}
h2 strong {
  z-index: 2;
  background: #24282f;
  padding: 4px 8px;
}
h2 span {
  font-size: 0.7em;
  color: #aaa;
  margin-left: 10px;
}
h2:after {
  content: '';
  z-index: 1;
  bottom: 50%;
  margin-bottom: -2px;
  height: 2px;
  left: 0;
  right: 0;
  background: #373d47;
}
.cards,
.news {
  flex-flow: row wrap;
}
.cards .card,
.news .card {
  margin: 20px;
  width: 180px;
  height: 270px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0,0,0,0.8);
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: 0.3s;
}
.cards .card img,
.news .card img {
  width: 100%;
  min-height: 100%;
}
.cards .card figcaption,
.news .card figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  background: none;
  color: #fff;
  transform: translateY(100%);
  transition: 0.3s;
}
.cards .card:after,
.news .card:after {
  content: '';
  z-index: 10;
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);
  background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
  transition: 0.3s;
}
.cards .card:hover,
.news .card:hover,
.cards .card:focus,
.news .card:focus,
.cards .card:active,
.news .card:active {
  box-shadow: 0 8px 16px 3px rgba(0,0,0,0.6);
  transform: translateY(-3px) scale(1.05) rotateX(15deg);
}
.cards .card:hover figcaption,
.news .card:hover figcaption,
.cards .card:focus figcaption,
.news .card:focus figcaption,
.cards .card:active figcaption,
.news .card:active figcaption {
  transform: none;
}
.cards .card:hover:after,
.news .card:hover:after,
.cards .card:focus:after,
.news .card:focus:after,
.cards .card:active:after,
.news .card:active:after {
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.15;
}
.news .article {
  overflow: hidden;
  width: 350px;
  height: 235px;
  margin: 20px;
}
.news .article img {
  width: 100%;
  min-height: 100%;
  transition: 0.2s;
}
.news .article figcaption {
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(51,51,51,0.3);
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  background: rgba(6,18,53,0.6);
  opacity: 0;
  transform: scale(1.15);
  transition: 0.2s;
}
.news .article figcaption h3 {
  color: #3792e3;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}
.news .article:hover img,
.news .article:focus img,
.news .article:active img {
  filter: blur(3px);
  transform: scale(0.97);
}
.news .article:hover figcaption,
.news .article:focus figcaption,
.news .article:active figcaption {
  opacity: 1;
  transform: none;
}

