
/* Importation des polices Google */
@import url("https://fonts.googleapis.com/css?family=Rancho&effect=shadow-multiple|3d-float|font-effect-anaglyph");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,400;8..144,600&family=Spectral:ital,wght@0,200;0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import "normalize.css";

/* Définition de la police custom */
@font-face {
    font-family: 'Cyber', serif;
    src: url("https://assets.codepen.io/605876/Blender-Pro-Bold.otf");
    font-display: swap;
}

/* Définition des variables de couleur */
:root {
    --color: #11dbab;
    --light-color: #5ff3d0;
    --transparent-color: rgba(17, 219, 171, 0.21);
    --dark-color: #0a7c61;
    --skew: 1deg;
    --title-color: hsla(201, 65%, 55%);
    --text-color: hsla(201, 65%, 55%);
    --text-color-light: hsla(225, 64%, 25%);
    --body-color: hsla(201, 78%, 50%);
    --container-color: hsla(225, 62%, 70%);
}

/* Styles globaux */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Rajdhani", sans-serif;
    background-color: var(--text-color-light);
    text-shadow: 4px 4px 4px rgb(0, 0, 0);
    box-shadow: 0 3px 4px rgba(226, 226, 226, 0.884);
    transition: 0.1s;
}

body {
    background-image: url('bg.png');
    background: 50% / 50%  center no-repeat;
}

/* Styles pour les titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0;
    color: var(--title-color);
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Orbitron', Helvetica, sans-serif;
}

h1 {
    font-size: 25px;
    color: #c8edf1c2;
    text-shadow: 1px 4px 4px rgba(5, 92, 114, 0.89);
    letter-spacing: -1px;
    margin-bottom: 25px;
}

h2 {
    font-size: 20px;
    color: #c8edf1c2;
}

h3 {
    font-size: 16px;
    color: #ea4e3de5;
    text-shadow: 1px 4px 4px rgba(110, 4, 124, 0.863);
    margin-bottom: 6px;
}

h4 {
    background-color: #2c0606a1;
    padding: 0.1rem;
    margin: 0.15rem;
    font-family: var(--font-family-06);
    border-radius: 22px;
    font-size: 16pt;
    text-shadow: 0 5px 4px rgb(0 0 0 / 93%);
    box-shadow: 0 3px 4px rgb(243 38 38 / 88%);
    text-align: center;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 16px;
}

/* Styles pour les images */
img {
    max-width: 100%;
    border-radius: 22px;
}

/* Styles pour les paragraphes */
p {
    margin: 5px;
    padding: 5px;
    font-family: var(--font-family-06);
    color: var(--text-color);
    font-size: 0.5rem;
    text-align: justify;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.976);
    box-shadow: 0 2px 4px rgba(189, 110, 50, 0.607);
    background: #213d01;
    border-radius: 9px;
    transition: all 0.24s ease-in-out;
}

/* Styles pour le chatbot */
#chatbot-output {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 200px;
    background-color: white;
    border: 1px solid black;
    overflow: auto;
}

#chatbot-input {
    width: 70%;
    height: 30px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

#chatbot-submit {
    width: 40%;
    height: 35px;
    background-color: lightblue;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: bold;
}
.pad {
    display: block;
    position: relative;
    width: auto;
    align-items: center;
    font-family: var(--font-family-01);
    font-size: 0.88em;
    text-align: center;
    color: mediumaquamarine;
    box-shadow: 0 1px 2px rgba(189, 110, 50, 0.607);
}
/* Styles pour le slider */
.container_slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}

.slider__separator {
    position: absolute;
    left: 100%;
    width: 3px;
    top: 0;
    bottom: 0;
    background: rgb(61, 183, 205);
    text-shadow: 0 3px 3px rgba(30, 176, 176, 0.912);
    box-shadow: 0 6px 8px 0px rgba(1, 0, 5, 0.952);
    cursor: ew-resize;
    z-index: 3;
    transform: translateX(-50%);
}

.slider__range {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    position: absolute;
    width: 100%;
    height: 0.75rem;
    bottom: 0px;
    background: rgb(5, 52, 70);
    box-shadow: 0 6px 8px 0px rgba(1, 0, 5, 0.952);
    z-index: 3;
}

    .slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 14px;
        height: 14px;
        background: rgb(5, 248, 252);
        text-shadow: 0 3px 3px rgb(107, 231, 217);
        box-shadow: 0 6px 8px 0px rgba(1, 0, 5, 0.952);
        border-radius: 100%;
    }


/* @import "css/style.css"; */


@import url("https://fonts.googleapis.com/css?family=Rancho&effect=shadow-multiple|3d-float|font-effect-anaglyph");

@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=VT323&amp;display=swap");

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,400;8..144,600&family=Spectral:ital,wght@0,200;0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap');
/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import "normalize.css";

@font-face {
  font-family: 'Cyber', serif !important;
  src: url("https://assets.codepen.io/605876/Blender-Pro-Bold.otf");
  font-display: swap;
}

:root {
  --color: #11dbab;
  --light-color: #5ff3d0;
  --transparent-color: rgba(17, 219, 171, 0.21);
  --dark-color: #0a7c61;
  --skew: 1deg;
}

:root .green {
  --color: #11dbab;
  --light-color: #5ff3d0;
  --transparent-color: rgba(17, 219, 171, 0.21);
  --dark-color: #0a7c61;
  --skew: 1deg;
}

:root .red {
  --color: #ff2c6d;
  --light-color: #ff92b4;
  --dark-color: #c5003d;
  --transparent-color: rgba(255, 45, 110, 0.21);
  --skew: -2deg;
}

:root .yellow {
  --color: #ffea00;
  --light-color: #fff266;
  --dark-color: #998c00;
  --transparent-color: rgba(255, 250, 0, 0.21);
  --skew: 2deg;
}

:root .purple {
  --color: #a537ff;
  --light-color: #d39dff;
  --dark-color: #7200d0;
  --transparent-color: rgba(165, 57, 255, 0.21);
  --skew: -2deg;
}

:root .blue {
  --color: #0098ff;
  --light-color: #66c1ff;
  --dark-color: #005b99;
  --transparent-color: rgba(0, 144, 255, 0.21);
  --skew: 1deg;


  --first-hue: 201;
  --sat: 65%;
  --lig: 55%;
  --second-hue: 225;

  --first-color: hsla(var(--first-hue), var(--sat), var(--lig));
  --first-color-alt: hsla(var(--second-hue), var(--sat), 75%); /* -4% */

  --title-color: hsla(var(--second-hue), 15%, 35%);
  --text-color: hsla(var(--first-hue), 18%, 55%);

  --text-color-light: hsla(var(--second-hue), 64%, 25%);

  --body-color: hsla(var(--first-hue), 78%, 50%);
  --container-color: hsla(var(--second-hue), 62%, 70%);


  --red: rgba(184, 0, 0, 0.991);
  --red-glow: rgba(125, 31, 34, 0.91);
  --red-scanline: rgba(141, 1, 6, 0.9);
  --black-scanline: rgba(1, 1, 1, 0.702);
  --black-hover-background: rgba(55, 9, 4, 0.514);
  --blue: #6ddaed;
  --yellow: #d5d506;
  --text-shadow: rgba(211, 253, 207, 0.976);
}


* {
  box-sizing: border-box;
}

html {
  font-family: "Cyber", sans-serif;
}

html,
body {
  margin: 0;
  /* height: 100%;
  width: auto;
  display: grid; */
}


body {
  margin: 0;
  padding: 0;
  color: var(--hover-text-color);
  font-family: "Rajdhani";
  background-color: var(--text-color-light);
background-image: url('bg.png');
  /* background-image: url('https://www.cyberpunk.net/build/images/edgerunners/phase2/cover-mobile-539a2f80.jpg'); */
  background: 50% / 50% center !important;
  text-shadow: 4px 4px 4px rgb(0, 0, 0);
  box-shadow: 0 3px 4px rgba(226, 226, 226, 0.884);
  transition: .10s; /* pour l'animation du dark theme */

}

body,button,input,textarea {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
}

div, img, footer {
position: relative;
  box-sizing: border-box;
}

header:before,
header::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height:auto ;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 300;
  background: url('../build/images/home6/edgerunners-speed-pattern-dee80c47.svg');
  background-size: 50% 50% / cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  transform-origin: center center 0;
  transform: translateZ(-1px) scale(1);
box-shadow: 0 4px 4px rgba(226, 226, 226, 0.884);
  z-index: -1;
}

header {
  padding-block: max(1vh, 1rem);
  text-align: center;
  position: relative;
  margin-bottom: 1vh;
}

header h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  margin-top: 0;
  color: var(--title-color);
  font-weight: var(--font-semibold);
  font-size: clamp(2rem,1rem + 10vw,5rem);
  text-transform: uppercase;
  font-family: 'Orbitron', Helvetica, sans-serif;
}

h1 {
    font-size: 36pt;
  color: #c8edf1c2;
  text-shadow:  1px 4px 4px rgba(5, 92, 114, 0.89);
  font-size:30px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 30px;
  transform: translateZ(35px);
}

h2 {
    font-size: 24pt;
  color: #c8edf1c2;
}

h3 {
  font-size: 18pt;
  color: #ea4e3de5;
  text-shadow:  1px 4px 4px rgba(110, 4, 124, 0.863);
  font-size: 16px;
  margin-bottom: 6px;
  transform: translateZ(25px);
}
h4 {
  background-color: #2c0606a1;
  padding: 0.1rem;
  margin: 0.15rem;
  margin-bottom: 0.15em;
  margin-top: 0;
  font-family: var(--font-family-06);
  box-shadow: 0 3px 4px rgb(243 38 38 / 88%);
  align-items: center;
  justify-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 5px 4px rgb(0 0 0 / 93%);
  border-radius: 22px;
  font-size: 16pt;
}

h5 {
  font-size: 14pt;
}

h6 {
  font-size: 16pt;
}

img {
  max-width: 100%;

  border-radius: 22px;
}
p {
  margin-bottom:5pt;
  margin: 5px;
  margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 10px;
    font-family: var(--font-family-06);
    color:var(--text-color);
    font-family: var(--font-family);
    font-size: .5rem;
    font-weight: inherit;
    text-align: justify;
    line-height: 1;
    color: rgb(255, 255, 212);
  align-items: center;
  align-self: center;
  justify-content: center;
text-align: center;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.976);
    box-shadow: 0 2px 4px rgba(189, 110, 50, 0.607);
    /* background: #213d01; */
    border-radius: 9px;
    transition: all .24s ease-in-out;
}
iframe {
  align-items: center;
  align-self: center;
  justify-content: center;
text-align: center;
}


#element {
  margin: auto;

  background: linear-gradient(45deg, black, deeppink, #6006ff);
  border-radius: 10px;
  transform-style: preserve-3d;
  transition: all .1s;
}

#g-img {
    position: relative;
    background: url('');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    filter: brightness(1.2);
}




#chatbot-output {
  position: fixed;
  bottom: 0;
  left: 0;
    width: 50%;
      height: 200px;
      background-color: white;
      border: 1px solid black;
      overflow: auto;
}

#chatbot-input {
  width: 70%;
  height: 30px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
}

#chatbot-submit {
  width: 30%;
  height: 35px;
  background-color: lightblue;
  border: 1px solid black;
  border-radius: 5px;
  font-weight: bold;
}
.controls button[data-state="subtitles"] {
  height: 85%;
  text-indent: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #666;
  background: #000;
  border-radius: 2px;
}
.subtitles-menu {
  
  position: absolute;
  bottom: 14.8%;
  right: 20px;
  background: #666;
  list-style-type: none;
  margin: 0;
  width: 100px;
  padding: 10px;
}

.subtitles-menu li {
  padding: 0;
  text-align: center;
}

.subtitles-menu li button {
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  width: 90%;
  padding: 2px 5px;
  border-radius: 2px;
}


/* slider */


.container_slider {
  width: 1280px;
  max-width: 100%;
  min-width: 10%;
  height:100%;
  min-height: 10%;
  margin: 0 auto;
  align-self: center;
  align-items: center;
}


.slider__separator {
  position: absolute;
  left: 100%;
  width: 3px;
  top: 0px;
  align-items: center;
  justify-content: center;
  bottom: 0px;content:'◄°►';
  background: rgb(61, 183, 205);
  text-shadow: 0 3px 3px rgba(30, 176, 176, 0.912);
  box-shadow: 0 6px 8px 0px rgba(1, 0, 5, 0.952);
  cursor: ew-resize;
  z-index: 3;
  transform: translateX(-50%);
}

.slider__range {
-webkit-appearance: none;
appearance: none;
outline: none;
position: absolute;
align-self: center;
align-items: center;
  width: 100%;
  height: .75rem;
  bottom: 0px;
  margin: 0px;
  background: rgb(5, 52, 70);
  box-shadow: 0 6px 8px 0px rgba(1, 0, 5, 0.952);
  z-index: 3;
}

.slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  align-self: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background: rgb(5, 248, 252);
  text-shadow: 0 3px 3px rgb(107, 231, 217);
  box-shadow: 0 6px 8px 0px rgba(1, 0, 5, 0.952);
  border-radius: 100%;
}


.slider {
  position: relative;
  padding-bottom: 60%;
  margin-top: 10px;
  margin-bottom: 12px;
}
.slider__before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height:100%;
  margin-top: 5px;
  background-image: url('img/-C77-Capture d’écran (32).png');
  background-size: cover;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.slider__after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height:100%;
  margin-top: 5px;
  background-image: url('img/-C77-Capture d’écran (31).png');
  background-size: cover;
  pointer-events: visiblePainted;
  border: 3px solid rgb(9, 205, 223);
  z-index: 1;
}

.slider__before:before {
  content: '◄ Avant';
  position: absolute;
  left: 8px;
  top: 8px;
}
.slider__after:before {
  content: 'Après ►';
  position: absolute;
  right: 8px;
  top: 8px;
}
p .img{
  width: 100%;
  height: auto;
  border: 1px double #000000;
  border-radius: 22px;
  box-shadow: rgb(3, 212, 223);
  align-self: center;
  align-items: center;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-y {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.video-responsive {
  overflow:hidden;
  /* padding-bottom:56.25%; */
  position:relative;
  height:0;
 }
 .video-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
 }
video::cue {
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 2px black;
}
strong {
  font-size: x-large;
  font-weight: 200;
  font-family: var(--font-semibold);
  color: rgb(178, 231, 5);
  text-shadow: rgba(0, 7, 0, 0.941);

}

a {
  transition: color 0.25s ease-in-out;
  font-family:  var(--font-semibold);
  text-transform: uppercase;
  text-decoration: none;
  color: #f4fa3d;
}

a:visited {
  color: #fcdf00;
}

li.active a, a:hover, a:active {
  color: #0ccddec7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color);
  line-height: 2em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid var(--color);
  opacity: 0.8;
  text-shadow: 0 0 2px var(--light-color);
  text-transform: uppercase;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  line-height: 0;
  margin: 0;
}

.glowbox,
.glow:not(.text) {
  background-color: var(--transparent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
  box-shadow: 0 0 5px var(--color);
  border-width: 1px;
  border-style: solid;
  border-color: var(--color);
}

.glowtext,
.glow.text {
  color: var(--color);
  line-height: 2em;
  text-shadow: 0px 0px 4px var(--color);
}

.flicker,
.hover-flicker:hover,
.flicker-once,
.hoverable:hover>.glow.text,
.hover-flicker-1:hover {
  animation-name: flicker;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.flicker-once,
.hoverable:hover>.glow.text,
.hover-flicker-1:hover {
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.flex {
  display: flex;
}

.flex.inline {
  display: inline-flex;
}

.flex .justify-space-between {
  justify-content: space-between;
}

.flex .align-space-between {
  align-items:center;
}

.flex .justify-flex-end {
  justify-content: flex-end;
}

.align-self-end {
  align-self: flex-end;
}

.row {
  flex-direction: row;
  position: relative;
}

.column {
  flex-direction: column;
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.2s ease;
  transform: translateY(-50%);
}

.hoverable {
  cursor: pointer;
  transform: scale(0.95);
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  /* user-select: none; */
}

.hoverable .module {
  opacity: 0;
  position: absolute;
}

.hoverable .module.right,
.hoverable .module.right-bottom {
  right: 0;
  transform: translateX(80%);
}

.hoverable .module.right.right-bottom,
.hoverable .module.right-bottom.right-bottom {
  bottom: 0;
}

.hoverable .module.right>*,
.hoverable .module.right-bottom>* {
  box-shadow: inset 2px 0 5px rgba(0, 0, 0, 0.5);
}

.hoverable .module.left,
.hoverable .module.left-bottom {
  left: 0;
  transform: translateX(-80%);
}

.hoverable .module.left.left-bottom,
.hoverable .module.left-bottom.left-bottom {
  bottom: 0;
}

.hoverable .module.left>*,
.hoverable .module.left-bottom>* {
  box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.5);
}

.hoverable .module.top,
.hoverable .module.top-right {
  top: 0;
  transform: translateY(-80%);
}

.hoverable .module.top.top-right,
.hoverable .module.top-right.top-right {
  right: 0;
}

.hoverable .module.top>*,
.hoverable .module.top-right>* {
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.5);
}

.hoverable .module.bottom,
.hoverable .module.bottom-right {
  bottom: 0;
  transform: translateY(80%);
}

.hoverable .module.bottom.bottom-right,
.hoverable .module.bottom-right.bottom-right {
  right: 0;
}

.hoverable .module.bottom>*,
.hoverable .module.bottom-right>* {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
}

.hoverable:hover {
  transform: scale(1);
  opacity: 1;
}

.hoverable:hover .reveal {
  opacity: 1;
}

.hoverable:hover .reveal.right,
.hoverable:hover .reveal.right-bottom {
  transform: translateX(98%);
}

.hoverable:hover .reveal.left,
.hoverable:hover .reveal.left-bottom {
  transform: translateX(-98%);
}

.hoverable:hover .reveal.bottom,
.hoverable:hover .reveal.bottom-right {
  transform: translateY(98%);
}

.hoverable:hover .reveal.top,
.hoverable:hover .reveal.top-right {
  transform: translateY(-98%);
}

.field {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}

.field label {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.field:focus-within label {
  animation: flicker 1s 1 forwards;
}

.field:after {
  color: var(--color);
  content: attr(data-unit);
  display: block;
  height: 1em;
  opacity: 0.5;
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 1em;
}

.field.error label {
  color: #ff2c6d;
  text-shadow: 0 0 3px #ff92b4;
  opacity: 1;
}

.field.error input {
  background-color: rgba(255, 45, 100, 0.21);
  background-image: repeating-linear-gradient(30deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.21) 20px, rgba(255, 45, 100, 0.21) 20px, rgba(255, 45, 100, 0.21) 40px, rgba(255, 255, 255, 0.21) 40px);
  background-repeat: repeat;
  background-size: 200% 100%;
  border-color: #ff2c6d;
  box-shadow: 0px 0px 7px 1px #ff2c6d;
  opacity: 1;
  animation: scroll-background 4s infinite linear;
}

input,
select {
  background: var(--transparent-color);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: inset 0 0 5px black;
  padding: 0.5em;
  transition: opacity 0.2s ease;
  opacity: 0.5;
}

input:hover,
select:hover {
  opacity: 1;
}

input:focus,
select:focus {
  box-shadow: 0px 0px 7px var(--color);
  border-color: var(--color);
  opacity: 1;
}

input:invalid,
input.error,
select:invalid,
select.error {
  background-color: rgba(255, 45, 110, 0.21);
  background-image: repeating-linear-gradient(30deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.21) 20px, rgba(255, 45, 110, 0.21) 20px, rgba(255, 45, 110, 0.21) 40px, rgba(255, 255, 255, 0.21) 40px);
  background-repeat: repeat;
  background-size: 200% 100%;
  border-color: #ff2c6d;
  box-shadow: 0px 0px 7px 1px #ff2c6d;
  opacity: 1;
  animation: scroll-background 4s infinite linear;
}

select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABRCAYAAACJ1BvjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXvSURBVHgB7ZxbUhtHFIZPj+YtdkWwAlEFTvIGbCBYC4iNY5zkicsGcNgAIguIlQ1E4ilViArOBiy8AvGWKkQKVgBTAT/p0j5nNCOk0UjT3dPdI4O+Ktdg5qLWx6h1/u6WADImf3lSmGvW6rSFjGGQISggzzrtBnAoYEsu+e3dqrey7UFGOJARvoh2u+6LIDgssCdPPuQblTxkRGYynFbrHW6WI79ecZ4+/R0yIhMZ883aO87YVtw+zvk27s9EiHUZ+WZtnwO8nXQM7Uch+2AZqx0oicAHLAkezvHYg+uljQOwhDUZ+f+Od1mXl0EOzjudPe/bn2XPU8KKjPzF8SbjvApqcOxftr3F14dgGOMy8udHy4yxBqTjBjvWovfszRkYxGgHSlUliqhDeubwOh9ILBjEmAxfRKdNInQVUXPMYX+bLNuNvEz6IsLqUidUtufcorewfgWa0X5nGBVBUNneaRsp27XKCPLGiTERIYZyjFYZrNOpwGjeMMUKe/LVn6ARbTIob2BF8BKswtbnL461CdEiQyRvmALrjy1dOSb1u4lk3jCFlhyTSsaUiAhJnWOUZaTMG4N4mD1OWbe7DIwVIB2pcoxSn+HnjfQiPOxnDvjd3QI2fp1/+rRCAzv4dK5AHYbtqqiW7dJ3RhC81MtsfLI855Th/9vDuMFfvD5ttrBh+ynuFKVgJyUjZXV5hrdwWfQWTi1FoWwXlqEqAl8Kp7g58JY2TkGBVFIkhQjJUBGRVsJIG5o12qzhP3oHWxM+UWI+JlFGf35DsMzWLWGkPaEULLaw79oUPK2BHXUxSUiijLmL4xORMtu0hCj5f/+iTQFyuZKglPrN0kZx0gETZcyfH1XGzW+E4P4qtFoH3ne/XEEGyEjB/ZXrxdc7Y/ePfZDJ1SXVCH/A3V05y7nRQQSlTCzbY2VMEDF1EqIMSQH4PuYdaKyQERljREy9hCh9Ka67hVXpZkRKbI4ZkhGTN744CXGMqVVGckxfBt4Ra/ifenDYFXecEtze/vMlS4gSI4XjH7sYvgOy4CA/b+COMzyoamP2KksiUr4Ocwzz5yFarZIvwVKNMC2EUsBxfsAOd486mgI8cqiznXmYMWPGjBkztMOoDIduN+9989N7eIQMDCcG5fjFcZkBf8GBlR56KR4SSqCSHMPp2fWzN7/2gxqOalU5DYowuHrIUvq5xGH7NMBNKR1FbNMv71NrdOD3AUnB5+ZvnHZ7F0d2tgZG+YcGilnkpDxrtRpDAyGBFAwyH02sozLJkITekon7WUDOL3FKc2gKYXSkCwMLy+XqI8NlKIVxqHZd93DapUyUQJCITqcYHcSOHwMdJyQ8CeN+N5c7mDYpiRKIMSKI8aPjJMR1GzBhgnlapAQSCk6r9Zb3RsbHtfmGt9ur46Y1Js6biM64ZyUlfHt0cHaNJ08kJc7MJ08vnh/RNF4FBLAlZbBGALF5V8673VdJhaXYxLOEkIBTbmCqUUECQYO+e9iWxOVN4ksSmrVS0AgZTrmGAWZFCT7BhFFJ8FipRqkIUS7gMCbQ5iVWibsgKaH3sOIiguPl8HNMr3HyCEqJlsyg9FByIoJz5OnnGFVipAjVCKKXH8gbcs1SZK5Zoxok3Tpxqmq7vNwF+Ogw9iKthIDGzdLGKijggiLcdZ/LrOiJvwgUaNEb83/UQC9vFEER5bXjWEt4WM2tp1y3qY+wzE4xN6z8MglJyjFWmJA3ZEgtgxDJMcbQJILQ8hELagjW/c/pR7DLDfY1r3StJ9P24RsKQLT4A+xBeWNH52ddtX4sC+uG9/5iePNwzpwd3SP62j+9iH+pKoU0MAh2dL95iz9WQTNaOtA4lHNMAipltsS1zZEqx8RgUkRwfbOkzjEBqnlD6jHAAviSqTOFCD6Act6Qwc7XzLjuOtBKQjX8iR6wgJU7g1Aq2zVWlyJYk0FICbEsgrAqgxASkoEIwroMImE+xspXysSRiQxiaK36PUNruW2T2dfZ0ROO5Jhe3nhkS7aHoLIdx1P5PG5hRu8lA1PAZ6fTgKSO2ey1AAAAAElFTkSuQmCC);
  background-position: 95% 13px;
  background-size: 5%;
  background-repeat: no-repeat;
}

button {
  background: transparent;
  cursor: pointer;
  padding: 0.2em 0.5em;
  transition: transform 0.15s ease, opacity 0.15s ease;
  opacity: 0.7;
  transform: scale(0.9);
  text-transform: uppercase;
  font-weight: bold;
  border-left: 2px solid var(--light-color);
}

button.fill {
  border-left: none;
  background-color: var(--color);
}

button:hover {
  animation: 0.8s ease-out infinite alternate glowing;
  background: var(--color);
  transform: scale(1) rotateZ(var(--skew));
  transition: transform 0.05s ease, opacity 0.15s ease;
  opacity: 1;
}

button:active {
  background-color: var(--dark-color);
  transition-duration: 0.1s;
  color: #ddd;
  transform: scale(0.95);
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 2px 1px var(--color);
    opacity: 1;
  }

  13% {
    box-shadow: 0 0 8px 1px var(--color);
    opacity: 0.9;
  }

  20% {
    box-shadow: 0 0 2px 1px var(--color);
    opacity: 1;
  }

  27% {
    box-shadow: 0 0 8px 1px var(--color);
    opacity: 0.9;
  }

  34% {
    box-shadow: 0 0 5px 1px var(--color);
    opacity: 1;
  }

  40% {
    box-shadow: 0 0 8px 1px var(--color);
    opacity: 0.9;
  }

  48% {
    box-shadow: 0 0 3px 1px var(--color);
    opacity: 1;
  }

  55% {
    box-shadow: 0 0 9px 1px var(--color);
    opacity: 0.9;
  }

  62% {
    box-shadow: 0 0 5px 0 var(--color);
    opacity: 1;
  }

  100% {
    box-shadow: 0 0 8px 0 var(--color);
  }
}

@keyframes flicker {
  0% {
    opacity: 1;
  }

  13% {
    opacity: 0.3;
  }

  23% {
    opacity: 0.8;
  }

  30% {
    opacity: 0.3;
  }

  38% {
    opacity: 0.9;
  }

  45% {
    opacity: 0.7;
  }

  53% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flicker-lite {
  0% {
    opacity: 1;
  }

  13% {
    opacity: 0.9;
  }

  30% {
    opacity: 1;
  }

  38% {
    opacity: 0.9;
  }

  45% {
    opacity: 1;
  }

  53% {
    opacity: 0.9;
  }

  60% {
    opacity: 1;
  }

  67% {
    opacity: 0.9;
  }

  73% {
    opacity: 1;
  }

  82% {
    opacity: 0.9;
  }

  90% {
    opacity: 1;
  }

  93% {
    opacity: 0.9;
  }

  97% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scroll-background {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -80px 0;
  }
}




.description {
  max-width: 600px;
  margin: 0 auto;
  color: rgba(126, 126, 122, 0.561);
}

.distribution-map {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.distribution-map > img {
  width: 100%;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
}
.distribution-map .map-point {
cursor: pointer;
    outline: none;
    z-index: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    
    opacity: 0.8;
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
    transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
    background: rgb(239 255 0 / 47%);
    border: 1px dashed #000000;
}
.distribution-map .map-point .content {
  
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
}
.distribution-map .map-point:active, .distribution-map .map-point:focus {
  margin: 0;
  padding: 0;
 
  opacity: 1;
  width: 300px;
  height: 220px;
  color: #e5e5e5;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
.distribution-map .map-point:active .content, .distribution-map .map-point:focus .content {

  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s, 0s;transition-delay: 0.25s, 0s, 0s;
  transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  overflow: hidden;
}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #afe1fa;
}


.gallery {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2vmin;
  padding: 0 14px;
}
.gallery::after {
  content:'';
  display:block;
  flex-grow: 10;
}
.gallery div {
  list-style-type: none;
  height: 250px;
  flex-grow: 1;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: center;
  align-items: center;
}

/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
  float: left;
  width: 100%;
  padding: 2em 0;
}
.rt-heading {
  margin: 0 auto;
text-align:center;
}
.Scriptcontent{
line-height:28px;
}
.ScriptHeader h1{
font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI",
Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
  color: #a3e2f5;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
.ScriptHeader h2 {
  color: #f0db22;
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0 0;
  line-height: normal;
}
.ScriptHeader h1 span {
  display: block;
  padding: 0;
  font-size: 22px;
  opacity: 0.7;
  margin-top: 5px;

}
.ScriptHeader span {
  display: block;
  padding: 0;
  font-size: 22px;
  opacity: 0.7;
  margin-top: 5px;
}

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
    background: rgb(11, 10, 10) none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;
	display:inline-block;
}
.ScriptTop li a {
    background: #090027 none repeat scroll 0 0;
    color: rgb(230, 201, 109);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:rgba(0, 0, 0, 0.861);
	color:rgb(177, 255, 88);
}

/*-----------------------------------*\
  #LOADING
\*-----------------------------------*/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  z-index: 5;
  transform-origin: bottom;
  transition: 0.5s var(--cubic-in);
  transition-delay: 0.5s;
}

.loading.loaded {
  transform: scaleY(0);
  pointer-events: none;
}

.loading > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition-2);
}

.loading.loaded > * { opacity: 0; }

.loading .circle { animation: rotate360 1.5s linear infinite; }

@keyframes rotate360 {
  0% { transform: translate(-50%, -50%) rotate(0); }
  100% { transform: translate(-50%, -50%) rotate(1turn); }
}


.logo {
  font-family: "Cyberpunk";
  color: var(--yellow);
  text-align: center;
  font-size: 28px;
  text-shadow: var(--text-shadow) 2px 3px 0px;
  line-height: 1.25;
  padding: 5px 0px;
}

.sublogo {
  font-family: "GinesoSoft-ConMed";
  font-size: 18px;
  color: var(--text-shadow);
  text-shadow: none;
  text-align: right;
  letter-spacing: 20px;
  padding-right: 12px;
}

.menu {
  display: inline-block;
  align-items:normal;
  text-align: left;
  margin-left: 20px;
  /* width: 480px; */
  height: 50%;
  background: repeating-linear-gradient(
      to bottom,
      transparent 0%,
      var(--red-scanline) 1px,
      var(--red-scanline) 3px,
      var(--red-scanline) 5px,
      var(--red-scanline) 4px,
      transparent 0.5%
    ),
    repeating-linear-gradient(
      to left,
      var(--black-scanline) 100%,
      var(--black-scanline) 100%
    );
}

.menu ul {
  list-style-type: none;
  padding: 0px 10px;
}

.menu ul li {
  text-transform: uppercase;
  cursor: pointer;
  /* layout */
  position: relative;
  padding: 1px;
  margin: 1px;
  overflow: hidden;
 text-align: center;
 align-items: center;
 justify-content: center;
  width: 320px;
  height: 45.25px;
  clip-path: polygon(350px 0px, 350px 29px, 322px 57px, 0px 57px, 0px 0px);

  /* font */
  color: var(--red);
  font-size: 18px;
  text-shadow: 0px 0px 2px var(--red-glow);

  /* Border */
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  /* Animation */
  transition: color 4s ease-out;
  transition: border-color 2s ease-out;
}

.menu ul li::after {
  /* Layout */
  content: "";
  position: absolute;
  bottom: -2px;
  right: -120px;
  width: 12rem;
  height: 5px;
  transform: rotate(45deg);
align-items: center;
text-align: center;
  /* Border */
  border-width: 1px;
  border-style: dotted;
  border-color: transparent;

  /* Animation */
  transition: color 1s ease-out;
  transition: border-color 1s ease-out;
}




.menu ul li:hover::after,
.menu ul li:hover {
  color: var(--blue);
  background: var(--black-hover-background);
  background-image: url('');/* bg.png */
  border-color: var(--bg-color);
  background: center;
  transition: color 0.23s linear all;
  transition: border-color 0.23s linear;
}

.form-button {
  background: transparent;
  border: solid 1px #04040473;
  padding: 20px 35px;
  margin: 14px 0 -20px 0;
}
.form-container h4 {
  font-size: 2em;
}
#error_message {
  color: red;
  border: 1px solid rgb(145, 0, 0);
  max-width: 350px;
  margin: 0 auto;
  padding: 15px 15px 8px 15px;
  box-shadow: 0 0 5px rgba(75, 0, 0, 0.763);
}
#success_message {
  color: rgb(12, 199, 12);
  border: 1px solid rgb(3, 106, 3);
  max-width: 350px;
  margin: 140px auto;
  padding: 40px;
  box-shadow: 0 0 5px rgb(1, 42, 1);
}
.arrow {
  margin: auto;
  padding-top: 15px;
  animation: arrow linear 1.5s;
  animation-iteration-count: infinite;
}

.arrow a {
  font-size: 3em;
  border: none;
  color: #ffb700;
}
.arrow:hover i {
  transform: scale(1.6);
  transition: 0.5s ease-in-out;
  color: #171616;
}

.heading-lg {
  font-size: 2rem;    line-height: normal;
}

.heading-lg:after {
  content: "";
  background: url("./../img/text-separator.svg");
  display: block;
  height: 10px;
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
/* .container {
  z-index: 2;
  position: absolute;
  top: 100vh;
  background: black;
  line-height: 30px;
  font-weight: lighter;
  padding: 40px;
  color: grey;
}*/

.video {text-align: center;width:480px;margin-left:auto;margin-right:auto;margin-bottom:35px;}




.maclasse{
  max-height:250px;
  max-width:300px;
}
.cards {
  background: rgba(176, 211, 218, 0.295);
  border-radius: 15px;
  box-shadow: 0px 10px 20px 20px rgba(236, 236, 236, 0.17);
  display: inline-block;
  padding: 30px 35px;
  margin-bottom: 30px;
  perspective: 1800px;
  text-align: left;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transform: rotateX(11deg) rotateY(16.5deg);
  min-width: 595px;align-items: center;
    align-self: auto;
    justify-content: center;
    text-align: center;
}

.card {
  border-radius: 22px;
  box-shadow: 5px 5px 20px -5px rgba(51, 227, 240, 0.6);
  cursor: pointer;
  display: inline-block;
  height: 460px;
  padding: 45px 45px;
  margin: 10px;
  overflow: hidden;
  perspective: 1200px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(45px);
  transition: transform 100ms ease-out;
  width: 340px;
  align-items: center;
    align-self: auto;
    justify-content: center;
    text-align: center;
}
.card p {
  align-items: center;
    align-self: auto;
    justify-content: center;
    text-align: center;
}
    .card :hover {
        box-shadow: 5px 5px 20px -7px rgba(159, 250, 109, 0.786);
        transform: translate(60px);
    }
 .card :not(:last-child) {
    margin-right: 30px;

 }

.card__img {
  position: relative;
  height: 95%;
}

.card__bg {
  bottom: -50px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  transform-origin: 50% 50%;
  transform: translateZ(-50px);
  z-index: 0;
}

.card__one{
    top: 14px;
    text-shadow:  1px 4px 4px rgba(5, 92, 114, 0.89);
    right: -10px;
    height: 110%;
    background: url('./img/Cyberpunk_2077_Lifepath_Nomad.png') center / no-repeat;
  }

  .card__text {
    background-color: #254b60;
    text-shadow:  1px 4px 4px rgba(5, 92, 114, 0.89);  display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 22px;
    align-items: center;
    align-self: center;
    justify-content: center;
    text-align: center;
  }


.card__two{
  top: 14px;
  text-shadow:  1px 4px 4px rgba(5, 92, 114, 0.89);
  right: -10px;
  height: 110%;
    background: url('./img/Cyberpunk_2077_Lifepath_Corpo.png') center / no-repeat;
  }

  .card__text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 22px;
    align-items: center;
    align-self: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(31, 86, 132, 0.26) 0%,rgba(144, 4, 144, 0.55) 100%);
    text-shadow: 1px 4px 4px rgb(88 222 255 / 89%);
    z-index: 2;
}


.card__three{
    top: 5px;
    left: -4px;
    height: 110%;

    background: url('img/Cyberpunk_2077_Lifepath_Streetkid.png') center / no-repeat;
  }
  .card__text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 22px;
    align-items: center;
    align-self: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(31, 86, 132, 0.26) 0%,rgba(144, 4, 144, 0.55) 100%);
    text-shadow: 1px 4px 4px rgb(88 222 255 / 89%);
    z-index: 2;
}

  .card__four{
    top: 14px;
    text-shadow:  1px 4px 4px rgba(5, 92, 114, 0.89);
    right: -10px;
    height: 110%;
    background: url('img/slides/slide (118).png') center / no-repeat;

  }
  .card__text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 22px;
    align-items: center;
    align-self: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(31, 86, 132, 0.26) 0%,rgba(144, 4, 144, 0.55) 100%);
    text-shadow: 1px 4px 4px rgb(88 222 255 / 89%);
    z-index: 2;
}
  .card__five{
    top: 14px;
    text-shadow:  1px 4px 4px rgba(5, 92, 114, 0.89);
    right: -10px;
    height: 110%;
    background: url('img/Cyberpunk_2077_Lifepath-01.jpg') center / no-repeat;

  }.card__text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 22px;
    align-items: center;
    align-self: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(31, 86, 132, 0.26) 0%,rgba(144, 4, 144, 0.55) 100%);
    text-shadow: 1px 4px 4px rgb(88 222 255 / 89%);
    z-index: 2;
}
  .card__six{
    top: 14px;
    text-shadow:  1px 4px 4px rgba(5, 92, 114, 0.89);
    right: -10px;
    height: 110%;
    background: url('img/Cyberpunk_2077_Lifepath-02.jpg') center / no-repeat;
}

  .card__text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 22px;
    align-items: center;
    align-self: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(31, 86, 132, 0.26) 0%,rgba(144, 4, 144, 0.55) 100%);
    text-shadow: 1px 4px 4px rgb(88 222 255 / 89%);
    z-index: 2;
}

.card__title {
  color: rgb(221, 221, 217);
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
  border-radius: 22px;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin-bottom: 3px;
  text-shadow:  1px 4px 4px rgba(88, 222, 255, 0.89);
  box-shadow:  1px 4px 4px rgba(10, 12, 12, 0.741);
  z-index: 2;
  position: relative;
}





/*-----------------------------------*\
  #CUSTOM CURSOR
\*-----------------------------------*/

.toggle {
  position: absolute;
  right: 1.20rem;
  top: 1.20rem;
}
.checkbox {
  display: none;
}
.label {
  height: 26px;
  width: 52px;
  background: rgba(182, 182, 182, 0.633);
  padding: 5px 8px;
  border-radius: 22px;
  cursor:pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transform: scale(1.2);
  box-shadow: 2px 1px 1px rgb(19, 19, 19);
}
.label .ball {
  background: rgb(201, 204, 204);
  border-radius: 100%;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: translateX(0px);
  transition: transform 0.5s cubic-bezier(.45, -1.12, .35,1.78);
}
.checkbox:checked + .label .ball {
  transform: translateX(29px);
}
.fa-moon {
  color: rgb(10, 9, 9);
}

 /* DARK MODE */
 .dark {
   background: #333;
 }
 .dark main {
   background: #ffd816;
 }
 .dark .label {
   box-shadow: 1px 1px 1px 1px #fbd309;
   background: rgb(55, 52, 52);
 }
 .dark .ball {
   background: #fbef09;
 }
/*==========
    Color changes in some parts of
    the website, in light theme
==========*/
.light-theme .scroll-header{
  box-shadow: 0 2px 4px hsla(0, 0%, 4%, .3);
}
.light-theme .nav__menu{
  background-color: hsla(var(--second-hue), 30%, 85%, .8);
}
.light-theme .section__subtitle{
  color: var(--text-color);
}
.light-theme .home__social-link{
  box-shadow: 0 2px 8px hsla(var(--second-hue), 48%, 8%, .1);
}
.light-theme .home__social::after,
.light-theme .footer__social-link{
  background-color: var(--title-color);
}
.light-theme .home__social-link,
.light-theme .home__scroll,
.light-theme .button,
.light-theme .button:hover,
.light-theme .active-work,
.light-theme .footer__title,
.light-theme .footer__link,
.light-theme .footer__copy{
  color: var(--title-color);
}
.light-theme .about__box{
  box-shadow: 0 2px 8px hsla(var(--second-hue), 48%, 8%, .1);
}
.light-theme .skills__content,
.light-theme .services__card,
.light-theme .work__card,
.light-theme .testimonial__card,
.light-theme .contact__card
{
  box-shadow: 0 2px 16px hsla(var(--second-hue), 48%, 8%, .1);
}
.light-theme::-webkit-scrollbar{
  background-color: hsl(var(--second-hue), 8%, 66%);
}
.light-theme::-webkit-scrollbar-thumb{
  background-color: hsl(var(--second-hue), 8%, 66%);
}
.light-theme::-webkit-scrollbar-thumb:hover{
  background-color: hsl(var(--second-hue), 8%, 44%);
}

.cursor { display: none; }
.toggle {
  position: absolute;
  right: 1.20rem;
  top: 1.20rem;
}
.checkbox {
  display: none;
}
.label {
  height: 26px;
  width: 52px;
  background: rgba(182, 182, 182, 0.633);
  padding: 5px 8px;
  border-radius: 22px;
  cursor:pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transform: scale(1.2);
  box-shadow: 2px 1px 1px rgb(19, 19, 19);
}
.label .ball {
  background: rgb(201, 204, 204);
  border-radius: 100%;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: translateX(0px);
  transition: transform 0.5s cubic-bezier(.45, -1.12, .35,1.78);
}
.checkbox:checked + .label .ball {
  transform: translateX(29px);
}
.fa-moon {
  color: rgb(10, 9, 9);
}

/*=============== THEME ===============*/
.change-theme{
  font-size: 1.25rem;
  cursor: pointer;
  transition: .3s;
}
.change-theme:hover{
  color: var(--first-color);
}
/*========== Variables Dark theme ==========*/
body.light-theme{
  --title-color: hsla(var(--second-hue), 15%, 15%);
  --text-color: hsla(var(--second-hue), 8%, 35%);
  --body-color: hsla(var(--second-hue), 90%, 89%);
  --container-color: rgba(84, 20, 20, 0.368);
}


/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}

.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}

[class="col-rt-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}

.notice {
  /* background: gold; */
    background: rgb(94, 255, 0);
  border-top-left-radius: 6px;
  bottom: 0;
  font-family: monospace;
  font-size: 14px;
  padding: 8px 10px;
  position: absolute;
  border-radius: 22px;
  align-items: center;
  align-self: center;
  justify-content: center;
  right: -20px;
}


#float-right{
	float:right;
}



/* Single Slide */
.cyber-slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 22px;
  min-height: 525px;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 4px 4px rgba(226, 226, 226, 0.261);
}

.cyber-slider__wrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.cyber-slider__slide {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.cyber-slider__slide.active {
  z-index: 999;
}

.cyber-slider__slide.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: 0.1s;
  transform: translate(0);
}

/* Img */
.cyber-slider__imgwrap {
  position: absolute;
  top: 0;
  left: 0;border-radius: 22px;
  width: 100%;
  height: 100%;  border: 2px double #fefefe;
  border-radius: 22px;
  overflow: hidden;
}

.cyber-slider__imgwrap:after {
  content: "";
  display: block;
}

.cyber-slider__imgwrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;border-radius: 22px;
  transform: scale(1.5) translate(20%);
  transition: 0.1s;
}

.cyber-slider__slide.active:not(.glitching) .cyber-slider__imgwrap img {
  transform: scale(1);
}

/* Content */
.cyber-slider__content {
  position: relative;
  z-index: 1;
}

.cyber-slider__slidetext {
  max-width: 650px;
  background: #1640025e;
  width: auto;
  padding: 30px;
  position: relative;
  margin: 30px 15px 60px 15px; /* to compensate for the after element*/
}

.cyber-slider__slidetext:after {
  content: "";
  display: block;
  left: 0;
  bottom: -30px;
  height: 30px;
  width: 100%;
  background: url(img/text-separator.svg);
  background-position: 0 0px;
  position: absolute;
  max-width: 100%;
}

/* Controls */

.cyber-slider__controls {
  position: absolute;
  z-index: 999;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.cyber-slider__controls a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s;
}

.cyber-slider__controls a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #f9eb06;
}
.cyber-slider__controls a:hover {
  opacity: 0.8;
}

.cyber-slider__controls .current a {
  background: url("./../img/accent-active-bullet.svg");
  background-size: contain;
}

/* ******************************************************
Live Demo
*********************************************************/



.l-gallery__swiper.active {
  display: block;
}
.l-gallery__swiper {
  display: none;
  position: relative;
}
.l-gallery__video {
  margin: 0 auto 30px;
  max-width: 1260px;
  position: relative;
}

.l-gallery__video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.l-gallery__video::after {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.l-gallery__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}




/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 18px;
  transition: var(--transition-1);
  z-index: 4;
}

.header.active {
  background-color: var(--eerie-black);
  padding-block: 12px;
  box-shadow: var(--shimmy-distance);
}

.header .container,
.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar {
  position: fixed;
  top: 0;
  right: -180px;
  background-color: var(--eerie-black);
  height: 100vh;
  max-width: 180px;
  width: 100%;
  padding: 25px;
  overflow-y: auto;
  z-index: 2;
  transition: 0.25s var(--cubic-out);
  visibility: hidden;
}

.navbar.active {
  visibility: visible;
  transform: translateX(-180px);
  transition-duration: 0.5s;
}

.navbar-top .logo .img { width: 130px; }

.nav-close-btn {
  width: 25px;
  height: 25px;
}

.nav-close-btn .span {
  background-color: var(--white_a80);
  width: 25px;
  height: 3px;
  border-radius: 5px;
  transition: var(--transition-1);
}

.nav-close-btn .one { transform: rotate(45deg) translate(2px, 2px); }

.nav-close-btn .two { transform: rotate(-45deg); }

.nav-close-btn:is(:hover, :focus-visible) .span { background-color: var(--radical-red); }

.navbar-list {
  text-align: center;
  padding-block: 40px;
}

.navbar-link {
  font-size: var(--fs-7);
  font-weight: var(--fw-400);
  padding-block: 2px;
  text-transform: capitalize;
  transition: var(--transition-1);
}

.navbar-link:is(:hover, :focus-visible) { color: var(--radical-red); }

.login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  background-color: var(--radical-red);
  color: var(--white);
  padding: 8px 30px;
  border-radius: var(--radius-5);
  margin-block-end: 50px;
}

.login-btn .span { font-weight: var(--fw-500); }

.navbar-title {
  font-size: var(--fs-8);
  font-weight: var(--fw-500);
  line-height: 1;
  margin-block-end: 15px;
}

.navbar-text {
  color: var(--white_a75);
  font-weight: var(--fw-300);
  line-height: 1.6;
  margin-block-end: 15px;
}

.navbar .contact-link {
  color: var(--radical-red);
  font-size: var(--fs-6);
  font-weight: var(--fw-400);
}

.navbar .contact-link:is(:hover, :focus-visible) { text-decoration: underline; }

.overlay {
  position: fixed;
  inset: 0;
  background-color: var(--black);
  z-index: 1;
  transition: var(--transition-1);
  opacity: 0;
  pointer-events: none;
}

.overlay.active {
  opacity: 0.75;
  pointer-events: all;
}





/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero {
  padding-block-start: 120px;
  text-align: center;
}

.hero-banner {
  max-width: 150px;
  margin-inline: auto;
  margin-block-end: 20px;
}

.hero .wrapper {
  position: relative;
  text-align: left;
  height: 1.2em;
  margin-block: 10px 25px;
}

.hero .wrapper .strong {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  font-weight: inherit;
  display: flex;
}

.hero-text {
  font-size: var(--fs-10);
  font-weight: var(--fw-300);
  text-transform: uppercase;
  letter-spacing: 5px;
}

.hero .wrapper .space { padding: 0.1em; }

.hero .wrapper :is(.in, .out) {
  opacity: 0;
  transform: scaleY(0);
}

.hero .strong.active .out {
  opacity: 1;
  transform: scaleY(1);
  animation: textWave 0.3s ease reverse forwards;
}

.hero .wrapper .in { animation: textWave 0.6s ease forwards; }

@keyframes textWave {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}





/*-----------------------------------*\
  #GALLERY
\*-----------------------------------*/

.gallery-list {
  display: grid;
  gap: 30px;
}

.gallery-item,
.gallery-card { position: relative; }

.gallery-card :is(.card-content, .btn-icon) {
  position: absolute;
  z-index: 1;
}

.gallery-card .card-content {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 12px;
}

.gallery-card .card-tag {
  color: var(--white_a70);
  font-size: var(--fs-9);
  font-weight: var(--fw-300);
}

.gallery-card .card-title {
  font-weight: var(--fw-400);
  max-width: max-content;
  margin-block-end: 2px;
}

.gallery-card .card-title:is(:hover, :focus-visible) { text-decoration: underline; }

.gallery-card .btn-icon {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  --border-radius: 0 0 0 var(--radius-25);
}

.gallery-card .btn-icon img {
  width: 25px;
  transform: rotate(-45deg);
}

.gallery-card .btn-icon:is(:hover, :focus-visible) {
  border-bottom-left-radius: var(--radius-5);
}

.gallery-card { animation: changeCard 10s linear infinite; }

.gallery-item .gallery-card:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  animation-delay: 5s;
}

@keyframes changeCard {
  0%,
  55%,
  100% {
    opacity: 0;
    visibility: hidden;
  }

  5%,
  50% {
    opacity: 1;
    visibility: visible;
  }
}

.gallery-item:is(:hover, :focus-within) .gallery-card { animation-play-state: paused; }

.gallery .scroll-down {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  margin-inline: auto;
  margin-block-start: 55px;
  border: 1px solid var(--white_a15);
  border-radius: var(--radius-circle);
  transition: var(--transition-2);
  animation: scrollDown 2.5s linear infinite alternate;
}

.gallery .scroll-down img { width: 22px; }

.gallery .scroll-down:is(:hover, :focus-visible) {
  background-color: var(--radical-red);
  border-color: var(--radical-red);
}

@keyframes scrollDown {
  0% { transform: translateY(-12px); }
  100% { transform: translateY(12px); }
}





/*-----------------------------------*\
  #CATEGORY
\*-----------------------------------*/

.category {
  --section-padding: 40px;
  justify-content: center;
  align-items: center;
  border-block: 1px solid var(--white_a9);
}

.category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px 10px;
}

.category-item { max-width: calc(50% - 5px); }

.category-card .card-title {
  color: var(--white_a25);
  margin-block-end: 10px;
  text-align: center;
  transition: var(--transition-2);
}

.category-card:is(:hover, :focus-visible) .card-title { color: var(--white); }





/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/

.about .container {
  display: grid;
  gap: 45px;
}

.about .wrapper,
.about-banner { padding-inline-start: 45px; }

.about .section-title {
  margin-block-end: 35px;
  justify-content: center;
  align-items: center;}

.about .section-text {
  font-size: var(--fs-6);
  color: var(--white_a70);
  font-weight: var(--fw-300);
  line-height: 1.7;
  margin-block-end: 35px;
}

.about .wrapper::before {
  top: 10px;
  left: 0;
  background-image: url("../images/about-quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.about .section-text .em {
  color: var(--white);
  font-weight: var(--fw-400);
  text-decoration: underline;
}

.about-banner { position: relative; }

.about .shape-1 {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 1;
  width: 100px;
}





/*-----------------------------------*\
  #SERVICES
\*-----------------------------------*/

.service { padding-inline: 15px; }

.service .section-subtitle {
  padding-inline: 10px;
  margin-block-end: 55px;
}

.service-card .img { display: none; }

.service-list > li:not(:last-child) { border-block-start: 1px solid var(--white_a9); }

.service-list > li:last-child { border-block: 1px solid var(--white_a9); }

.service-card { padding: 30px 10px; }

.service-card .card-subtitle {
  color: var(--white_a50);
  font-size: var(--fs-7);
  font-weight: var(--fw-300);
  line-height: 1.5;
  margin-block: 10px 25px;
}

.service-card .btn-icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--white);
  --bg-color: transparent;
  --hover-bg-color: var(--white);
  --hover-text-color: var(--black);
}

.service-card .btn-icon svg { width: 25px; }





/*-----------------------------------*\
  #PORTFOLIO
\*-----------------------------------*/

.portfolio { padding-block-end: 100px; }

.portfolio .section-title { margin-block-end: 60px; }

.portfolio-card {
  position: relative;
  margin-block-end: 50px;
}

.portfolio-card :is(.card-content, .btn-icon) {
  position: absolute;
  z-index: 1;
}

.portfolio-card .card-content {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
}

.portfolio-card .card-tag {
  color: var(--white_a70);
  font-weight: var(--fw-300);
}

.portfolio-card .btn-icon {
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;

  --hover-bg-color: var(--radical-red);
  --hover-text-color: var(--white);
}

.portfolio-card .btn-icon svg { width: 20px; }

.portfolio-card .card-title:is(:hover, :focus) { text-decoration: underline; }





/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer { position: relative; }

.footer .abs-img { display: none; }

.footer-top {
  padding-block: 100px 140px;
  border-block-start: 1px solid var(--white_a9);
  text-align: center;
  z-index: 1;
}

.footer-top .section-title {
  margin-block: 20px 90px;
  line-height: normal;
}

.footer .btn-icon {
  width: 60px;
  height: 60px;
  margin-inline: auto;
  --hover-bg-color: var(--radical-red);
}

.footer .btn-icon img { width: 30px; }

.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
}

.footer-bg::before {
  inset: 0;
  background-image: var(--gradient-2);
}

.footer-bg .img-cover { object-position: top; }

.footer-bottom .logo {
  margin-inline: auto;
  max-width: max-content;
  margin-block-end: 20px;
}

.social-list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-link { font-weight: var(--fw-500); }

.social-link:is(:hover, :focus-visible) { text-decoration: underline; }

.copyright,
.social-list { padding-block-end: 15px; }

.copyright {
  font-weight: var(--fw-300);
  letter-spacing: 0.5px;
  text-align: center;
}




/* Animations & KeyFrames */

.SlideIn {
animation-name:SlideIn;
/* animation-iteration-count: infinite; */
/* animation-direction: alternate; */
}


.element {
width: 100%;
height: 100%;
word-break: break-all;
animation: pulse 5s infinite;
}

/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
  position: fixed;
  bottom: 30px;
  right: -70px;
  width: 70px;
  height: 70px;
  border: 1px dashed currentColor;
  color: var(--radical-red);
  font-size: var(--fs-11);
  border-radius: var(--radius-circle);
  display: grid;
  place-items: center;
  visibility: hidden;
  transition: var(--transition-2);
  z-index: 3;
}

.back-top-btn.show {
  transform: translateX(-100px);
  visibility: visible;
}

.back-top-btn:hover { color: var(--white); }



@namespace url("http://www.w3.org/1999/xhtml");

.videocontrols {
  writing-mode: horizontal-tb;
  width: 100%;
  height: 100%;
  display: inline-block;
  

  direction: ltr;
  /* Prevent selection from interacting weirdly with the page,
   * see bug 1766093. Our text selection story with shadow dom should be
   * better, see bug 1590379 */
  /* user-select: none; */
  /* Prevent unwanted style inheritance. See bug 554717. */
  text-align: left;
  list-style-image: none !important;
  font: normal normal normal 100%/normal sans-serif !important;
  text-decoration: none !important;
  white-space: normal !important;
}

.videocontrols[flipped="true"] {
  transform: scaleX(-1);
}

.controlsContainer {
  --clickToPlay-size: 48px;
  --button-size: 30px;
  --timer-size: 40px;
  --timer-long-size: 60px;
  --track-size: 5px;
  --thumb-size: 13px;
  --label-font-size: 13px;
  --pip-toggle-padding: 5px;
  --control-focus-outline: 2px solid #00DDFF;
  --control-focus-outline-offset: -2px;

  color: #fff;
}
.controlsContainer.touch {
  --clickToPlay-size: 64px;
  --button-size: 40px;
  --timer-size: 52px;
  --timer-long-size: 78px;
  --track-size: 7px;
  --thumb-size: 16px;
  --label-font-size: 16px;
}

/* Some CSS custom properties defined here are referenced by videocontrols.js */
.controlBar {
  /* Do not delete: these variables are accessed by JavaScript directly.
     see videocontrols.js and search for |-width|. */
  --clickToPlay-width: var(--clickToPlay-size);
  --playButton-width: var(--button-size);
  --scrubberStack-width: 64px;
  --muteButton-width: var(--button-size);
  --volumeStack-width: 48px;
  --castingButton-width: var(--button-size);
  --closedCaptionButton-width: var(--button-size);
  --fullscreenButton-width: var(--button-size);
  --positionDurationBox-width: var(--timer-size);
  --durationSpan-width: var(--timer-size);
  --positionDurationBox-width-long: var(--timer-long-size);
  --durationSpan-width-long: var(--timer-long-size);
}

.touch .controlBar {
  /* Do not delete: these variables are accessed by JavaScript directly.
     see videocontrols.js and search for |-width|. */
  --scrubberStack-width: 84px;
  --volumeStack-width: 64px;
}

.controlsContainer [hidden],
.controlBar[hidden] .progressBar,
.controlBar[hidden] .bufferBar,
.videocontrols[inDOMFullscreen] > .controlsContainer > .controlsOverlay > #pictureInPictureToggle {
  display: none;
}

/* We hide the controlBar visually so it doesn't obscure the video. However,
 * we still want to expose it to a11y so users who don't use a mouse can access
 * it.
 */
.controlBar[hidden] {
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.controlBar[size="hidden"] {
  display: none;
}

.controlsSpacer[hideCursor] {
  cursor: none;
}

.controlsContainer,
.progressContainer {
  position: relative;
  height: 100%;
}

.stackItem {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.statusOverlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(80,80,80, .85);
}

.controlsOverlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.controlsSpacerStack {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.controlBar {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 40px;
  padding: 0 9px;
  background-color: rgba(26,26,26,.8);
}

.touch .controlBar {
  height: 52px;
}

.controlBar > .button {
  /* Prevent #textTrackListContainer from blocking clicks on controls */
  z-index: 1;
  height: 100%;
  min-width: var(--button-size);
  min-height: var(--button-size);
  padding: 6px;
  border: 0;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-clip: content-box;

  fill: currentColor;
  color: inherit;
  /* We don't suppress ::-moz-focus-inner, so that does for a focus indicator */
  outline: none;
}

/* Keyboard focus styling for interactive control elements (includes control
   bar, click to play and track list) */
.controlBar > .button:focus-visible,
.volumeControl:focus-visible,
.scrubber:focus-visible,
.clickToPlay:focus-visible,
.textTrackList > .textTrackItem:focus-visible {
  outline: var(--control-focus-outline);
  outline-offset: var(--control-focus-outline-offset);
}

.touch .controlBar > .button {
  background-size: 24px 24px;
}

.controlBar > .button:enabled:hover {
  fill: #48a0f7;
}

.controlBar > .button:enabled:hover:active {
  fill: #2d89e6;
}

.playButton {
  background-image: url(chrome://global/skin/media/pause-fill.svg);
}
.playButton[paused] {
  background-image: url(chrome://global/skin/media/play-fill.svg);
}

.muteButton {
  background-image: url(chrome://global/skin/media/audio.svg);
}
.muteButton[muted] {
  background-image: url(chrome://global/skin/media/audio-muted.svg);
}
.muteButton[noAudio] {
  background-image: url(chrome://global/skin/media/audioNoAudioButton.svg);
}
.muteButton[noAudio] + .volumeStack {
  display: none;
}

.castingButton {
  background-image: url(chrome://global/skin/media/castingButton-ready.svg);
}

.castingButton[enabled] {
  background-image: url(chrome://global/skin/media/castingButton-active.svg);
}

.closedCaptionButton {
  background-image: url(chrome://global/skin/media/closedCaptionButton-cc-off.svg);
}
.closedCaptionButton[enabled] {
  background-image: url(chrome://global/skin/media/closedCaptionButton-cc-on.svg);
}

.fullscreenButton {
  background-image: url(chrome://global/skin/media/fullscreenEnterButton.svg);
}
.fullscreenButton[fullscreened] {
  background-image: url(chrome://global/skin/media/fullscreenExitButton.svg);
}

.controlBarSpacer {
  flex-grow: 1;
}



.volumeControl,
.scrubber {
  outline: none;
}

.progressBackgroundBar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.progressStack {
  position: relative;
  width: 100%;
  height: var(--track-size);
}

.scrubberStack {
  /* minus margin to get basis of required width */
  min-width: calc(var(--scrubberStack-width) - 18px);
  flex-basis: calc(var(--scrubberStack-width) - 18px);
  flex-grow: 2;
  flex-shrink: 0;
  margin: 0 9px;
}

.volumeStack {
  max-width: 60px;
  min-width: var(--volumeStack-width);
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 6px;
  margin-left: 4px;
}

.bufferBar,
.progressBar,
.scrubber,
.volumeControl {
  bottom: 0;
  color: inherit;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: calc(var(--track-size) / 2);
  margin: 0;
  background: none;
  outline: none;
}

.bufferBar {
  background-color: rgba(0,0,0,0.7);
}

.bufferBar::-moz-progress-bar,
.progressBar::-moz-progress-bar {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: calc(var(--track-size) / 2);
  background: none;
}

.bufferBar::-moz-progress-bar {
  background-color: rgba(255,255,255,0.3);
  border-radius: calc(var(--track-size) / 2);
}

.progressBar::-moz-progress-bar {
  background-color: #00b6f0;
}



@media (prefers-contrast) {
    /* Show a border in high contrast mode since background-colors
     are not shown. */


    .textTrackListContainer {
        position: absolute;
        right: 5px;
        bottom: 45px;
        top: 5px;
        max-width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .textTrackList {
        flex: 0 1 auto;
        border: 1px solid #000;
        border-radius: 2.5px;
        padding: 5px 0;
        vertical-align: middle;
        background-color: #000;
        opacity: 0.7;
        overflow-y: auto;
    }

    .touch .textTrackList {
        bottom: 58px;
    }

    .textTrackList > .textTrackItem {
        display: block;
        width: 100%;
        height: var(--button-size);
        font-size: var(--label-font-size);
        padding: 2px 10px;
        border: none;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        background-color: transparent;
        color: inherit;
    }

        .textTrackList > .textTrackItem:hover {
            background-color: #444;
        }

        .textTrackList > .textTrackItem[aria-checked="true"] {
            color: #48a0f7;
        }

    .positionLabel,
    .durationLabel {
        display: none;
    }

    .positionDurationBox {
        text-align: center;
        padding-inline-start: 1px;
        padding-inline-end: 9px;
        white-space: nowrap;
        font: message-box;
        font-size: var(--label-font-size);
        font-size-adjust: 0.55;
        font-variant-numeric: tabular-nums;
    }

    @media (-moz-platform: macos) {
        .positionDurationBox {
            font-size-adjust: unset;
            font-family: "Helvetica Neue", "Helvetica", sans-serif;
        }
    }

    .duration {
        display: inline-block;
        white-space: pre;
        color: #929292;
    }

    .statusIcon {
        width: 36px;
        height: 36px;
        margin-bottom: 20px;
    }

    /* Not showing the throbber on mobile because of conflict with m.youtube.com (see bug 1289412) */
    .controlsContainer:not(.mobile) .statusIcon[type="throbber"] {
        background: url(chrome://global/skin/media/throbber.png) no-repeat center;
    }

        .controlsContainer:not(.mobile) .statusIcon[type="throbber"][stalled] {
            background: url(chrome://global/skin/media/stalled.png) no-repeat center;
        }

    .statusIcon[type="error"],
    .statusIcon[type="pictureInPicture"] {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .statusIcon[type="error"] {
        min-width: 70px;
        min-height: 60px;
        background-image: url(chrome://global/skin/media/error.png);
    }

    .statusIcon[type="pictureInPicture"] {
        min-width: 84px;
        min-height: 84px;
        background-image: url(chrome://global/skin/media/picture-in-picture-open.svg);
        fill: currentColor;
    }

    .videocontrols[localedir="rtl"] .statusIcon[type="pictureInPicture"] {
        transform: scaleX(-1);
    }

    .pictureInPictureToggleLabel {
        margin-inline-start: var(--pip-toggle-padding);
    }

    /* Overlay Play button */
    .clickToPlay {
        appearance: none;
        border: none;
        min-width: var(--clickToPlay-size);
        min-height: var(--clickToPlay-size);
        border-radius: 50%;
        background-image: url(chrome://global/skin/media/play-fill.svg);
        background-repeat: no-repeat;
        background-position: 54% 50%;
        background-size: 40% 40%;
        background-color: #1a1a1a;
        fill: currentColor;
        color: inherit;
        opacity: 0.8;
        position: relative;
        top: 20px;
    }

        .controlsSpacerStack:hover > .clickToPlay,
        .clickToPlay:hover {
            opacity: 0.55;
        }

            .controlsSpacerStack:hover > .clickToPlay[fadeout] {
                opacity: 0;
            }

    .controlBar[fullscreen-unavailable] .fullscreenButton {
        display: none;
    }

    .statusOverlay[fadeout],
    .statusOverlay[error] + .controlsOverlay > .controlsSpacerStack {
        opacity: 0;
    }

    .pictureInPictureOverlay {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 1;
        background-color: rgb(12, 12, 13);
    }

    /* Status description formatting */
    .statusLabel {
        padding: 0 10px;
        text-align: center;
        font: message-box;
        font-size: 12px;
    }

    .statusLabel {
        display: none;
    }

    [status="errorAborted"] > #errorAborted,
    [status="errorNetwork"] > #errorNetwork,
    [status="errorDecode"] > #errorDecode,
    [status="errorSrcNotSupported"] > #errorSrcNotSupported,
    [status="errorNoSource"] > #errorNoSource,
    [status="errorGeneric"] > #errorGeneric,
    [status="pictureInPicture"] > #pictureInPicture {
        display: inline;
    }

    @media (-moz-platform: windows) and (-moz-windows-default-theme: 0) {
        .controlsSpacer,
        .clickToPlay {
            background-color: transparent;
        }
    }

    .pip-wrapper {
        position: absolute;
        cursor: pointer;
        -moz-appearance: none;
        appearance: none;
        background: none;
        color: inherit;
        border: none;
        text-align: unset;
        top: calc(70% - 40px);
        opacity: 0;
        padding-inline: 0;
        transition: opacity 200ms;
        --pip-icon-size: 24px;
        --pip-icon-width-with-margins: calc(2 * var(--pip-toggle-margin) + var(--pip-icon-size));
        --pip-highlight-width: 2px;
        --pip-toggle-margin: 8px;
        --pip-toggle-distanceFromVideoEdge: 18px;
        --pip-highlight-style: solid rgba(0, 254, 255, 1);
    }

        .pip-wrapper[policy="hidden"] {
            display: none;
        }

        .pip-wrapper[medium-video] > .pip-expanded > .pip-icon-label > .pip-label {
            font-size: 13px;
        }

        .pip-wrapper[medium-video] > .pip-expanded {
            font-size: 11px;
        }

    .controlsOverlay.hovering > .pip-wrapper {
        opacity: 0.8;
    }

    .controlsOverlay[hidetoggle="true"].hovering > .pip-wrapper:not(.hovering) {
        opacity: 0;
    }

    .controlsOverlay.hovering > .pip-wrapper.hovering {
        opacity: 1;
    }

    .pip-wrapper[position="right"] {
        /* move from the right by total width of pip toggle so that it is at least visible in the video element */
        right: calc(var(--pip-icon-width-with-margins) + var(--pip-toggle-distanceFromVideoEdge));
    }

    .pip-wrapper[position="left"] {
        left: var(--pip-toggle-distanceFromVideoEdge);
    }

    .pip-expanded,
    .pip-small,
    .pip-icon,
    .pip-explainer {
        position: absolute;
        left: 0;
        top: 0;
    }

    .pip-icon {
        top: 8px;
        left: 8px;
        pointer-events: none;
        background-image: url("chrome://global/skin/media/picture-in-picture-open.svg");
        background-size: var(--pip-icon-size) var(--pip-icon-size);
        fill: currentColor;
        height: var(--pip-icon-size);
        width: var(--pip-icon-size);
        background-repeat: no-repeat;
        background-position: center, center;
    }

    .videocontrols[localedir="rtl"] .pip-icon {
        transform: scaleX(-1);
    }

    .pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-label {
        margin-left: var(--pip-icon-width-with-margins);
        margin-right: var(--pip-toggle-margin);
    }

    /* .pip-expanded,
.pip-explainer {
  user-select: none;
} */

    .pip-small {
        background-color: rgba(12,12,13,0.65);
        box-shadow: 0px 4px 4px rgba(12,12,13,0.25);
        width: 40px;
        height: 40px;
        border-radius: 25px;
    }

    .a11y-only {
        position: absolute;
        left: -10000px;
        width: 100px;
        height: 100px;
    }

    .pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-icon {
        display: none;
    }

    .pip-expanded,
    .pip-small {
        border: 1px solid rgba(255,255,255,0.1);
        box-sizing: border-box;
    }

    .pip-wrapper:not([has-used]) > .pip-small {
        border: var(--pip-highlight-width) var(--pip-highlight-style);
    }

    .pip-expanded {
        border: var(--pip-highlight-width) var(--pip-highlight-style);
        transition: opacity 250ms;
        display: flex;
        height: 40px;
        background-color: rgba(12,12,13,0.9);
        box-shadow: 0px 4px 4px rgba(12,12,13,0.25);
        width: max-content;
        min-width: 200px;
        border-radius: 8px;
        opacity: 0;
        align-items: center;
        /* scale: 0.33 1; */
        font-size: 14px;
    }

    /* .pip-wrapper[position="right"] > .pip-expanded {
  translate: calc(-100% + var(--pip-icon-width-with-margins));
  transform-origin: right;
} */

    .pip-wrapper:is([small-video],[has-used]) > .pip-expanded,
    .pip-wrapper[position="right"]:not([small-video],[has-used]) > .pip-icon {
        display: none;
    }

    .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
    }

    .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label {
        display: flex;
        flex-direction: row;
        align-content: center;
    }

        .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon,
        .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
            margin-top: auto;
            margin-bottom: auto;
        }

        .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
            margin-left: var(--pip-toggle-margin);
            margin-right: var(--pip-toggle-margin);
        }

        .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
            margin-right: var(--pip-toggle-margin);
        }

    .pip-wrapper.hovering > .pip-expanded {
        box-shadow: none;
        border: var(--pip-highlight-width) var(--pip-highlight-style);
        /* Remove bottom border but keep text centred with padding. */
        border-bottom: none;
        padding-bottom: var(--pip-highlight-width);
        pointer-events: none;
    }

    /* .pip-wrapper:not([small-video],[has-used]) > .pip-expanded {
  opacity: 1;
  scale: 1;
  pointer-events: auto;
} */

    .pip-wrapper:not([small-video],[has-used]).hovering > .pip-expanded {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .pip-wrapper:not([small-video],[has-used]) > .pip-small {
        opacity: 0;
        transition: opacity 200ms;
    }

    .pip-explainer {
        opacity: 0;
    }

    .pip-explainer {
        padding: 6px 16px 8px 8px;
        /* translate: 0; */
        transition: opacity 250ms;
        transition-timing-function: cubic-bezier(.07,.95,0,1);
        background: rgba(12,12,13,0.65);
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border: var(--pip-highlight-width) var(--pip-highlight-style);
        border-top: 0;
        box-shadow: 0px 4px 4px rgba(12,12,13,0.25);
        opacity: 0;
        margin-left: calc(-1 * var(--pip-highlight-width));
        margin-right: calc(-1 * var(--pip-highlight-width));
        width: calc(100% - 24px);
        word-break: break-word;
        pointer-events: none;
    }

    .videocontrols[localedir="rtl"] .pip-explainer {
        text-align: right;
        direction: rtl;
    }

    .pip-wrapper.hovering > .pip-expanded > .pip-explainer {
        pointer-events: auto;
    }

    .pip-wrapper.hovering > .pip-expanded > .pip-explainer {
        opacity: 1;
    }
    /*
.pip-wrapper.hovering > .pip-expanded > .pip-explainer {
  translate: 0 calc(40px - var(--pip-highlight-width));
} */

    @media (min-aspect-ratio: 16/9) {
        .video-foreground {
            height: 300%;
            top: -100%;
        }
    }












    @media (min-width: 400px) {
        .cyber-slider__slidetext {
            padding: 30px 50px;
            margin: 60px 30px 120px 0px;
        }
    }

    @media (min-width: 400px) {
        .cyber-slider__slidetext {
            padding: 30px 50px;
            margin: 60px 30px 120px 0px;
        }
    }

    @media (max-width: 420px) {
        .img-slider {
            width: 320px;
            height: 200px;
        }

            .img-slider .slide .info {
                padding: 5px 10px;
            }

                .img-slider .slide .info h2 {
                    font-size: 20px;
                }

                .img-slider .slide .info p {
                    /* width: 90%; */
                    font-size: 12px;
                }

            .img-slider .navigation {
                bottom: 10px;
            }


            .img-slider .navigation {
                z-index: 10;
                position: absolute;
                display: flex;
                left: 50%;
                transform: translateX(-50%);
            }

                .img-slider .navigation .btn {
                    background: rgba(9, 8, 8, 0.779);
                    width: 15px;
                    height: 15px;
                    margin: 10px;
                    border-radius: 50%;
                    cursor: pointer;
                }

                    .img-slider .navigation .btn.active {
                        background: #e9c526;
                        box-shadow: 0 0 2px rgba(0, 0, 0, 0.745);
                    }
    }

    @media all and (max-width: 500px) {
        .vid-info .acronym {
            display: none;
        }
    }


    /*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

    /**
 * responsive for large than 575px screen
 */

    @media (min-width: 575px) {

        /**
   * CUSTOM PROPERTY
   */

        :root {
            /**
     * spacing
     */

            --section-padding: 80px;
            justify-content: center;
            align-items: center;
        }



        /**
   * REUSED STYLE
   */

        .container {
            max-width: 540px;
            width: 100%;
            margin-inline: auto;
        }

        :is(.header, .gallery, .category, .portfolio) .container {
            max-width: unset;
        }



        /**
   * HEADER
   */

        .navbar {
            max-width: 500px;
            right: -500px;
        }

            .navbar.active {
                transform: translateX(-500px);
            }



        /**
   * GALLERY
   */

        .gallery-list {
            grid-template-columns: 1fr 1fr;
            column-gap: 25px;
        }

        .gallery-card .btn-icon {
            transform-origin: top right;
            transform: scale(0);
        }

        .gallery-card:is(:hover, :focus-within) .btn-icon {
            transform: scale(1);
        }

        .gallery-card :is(.card-title, .card-tag) {
            transform: translateY(10px);
            opacity: 0;
            transition: var(--transition-2);
        }

        .gallery-card .card-tag {
            transition-delay: 0.1s;
        }

        .gallery-card:is(:hover, :focus-within) :is(.card-title, .card-tag) {
            transform: translateY(0);
            opacity: 1;
        }

        .gallery [data-reveal] {
            transform: translateY(0);
            opacity: 1;
        }



        /**
   * CATEGORY
   */

        .category-item {
            max-width: 235px;
        }



        /**
   * PORTFOLIO
   */

        .portfolio-list {
            display: flex;
            column-gap: 30px;
        }



        /**
   * FOOTER
   */

        .footer-bottom {
            padding-block-end: 40px;
        }

            .footer-bottom .container {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                align-items: center;
            }

            .footer-bottom .logo {
                margin: 0;
            }

        .copyright,
        .social-list {
            padding-block-end: 0;
        }

        .social-list {
            order: 1;
            justify-content: flex-end;
        }
    }

    @media all and (max-width: 600px) {
        .vid-info {
            width: 50%;
            padding: .5rem;
        }

            .vid-info h1 {
                margin-bottom: .2rem;
            }
    }

    @media screen and (min-width: 600px) {
        .card-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 620px) {
        .img-slider {
            width: 400px;
            height: 250px;
        }

            .img-slider .slide .info {
                padding: 10px 20px;
            }

                .img-slider .slide .info h2 {
                    font-size: 30px;
                }

                .img-slider .slide .info p {
                    width: 80%;
                    font-size: 14px;
                }

            .img-slider .navigation {
                z-index: 10;
                position: absolute;
                display: flex;
                bottom: 30px;
                left: 50%;
                transform: translateX(-50%);
            }

                .img-slider .navigation .btn {
                    background: rgba(9, 8, 8, 0.779);
                    width: 15px;
                    height: 15px;
                    margin: 10px;
                    border-radius: 50%;
                    cursor: pointer;
                }

                    .img-slider .navigation .btn.active {
                        background: #e9c526;
                        box-shadow: 0 0 2px rgba(0, 0, 0, 0.745);
                    }

            .img-slider .navigation {
                bottom: 15px;
            }

                .img-slider .navigation .btn {
                    width: 8px;
                    height: 8px;
                    margin: 6px;
                }
    }



    /**
 * responsive for large than 768px screen
 */

    @media (min-width: 768px) {

        /**
   * CUSTOM PROPERTY
   */

        :root {
            /**
     * typography
     */

            --fs-3: 4.5rem;
        }



        /**
   * REUSED STYLE
   */

        .container {
            max-width: 720px;
        }



        /**
   * ABOUT
   */

        .about-banner {
            max-width: 500px;
            margin-inline: auto;
        }



        /**
   * SERVICE
   */

        .service-card {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .service-card .card-subtitle {
                margin-block-end: 15px;
            }
    }


    @media (min-width: 768px) {
        .rt-container {
            width: 750px;
        }

        [class="col-rt-"] {
            float: left;
            width: 49.9999999999%;
        }

        .col-rt-6, .col-rt-12 {
            width: 100%;
        }
    }

    @media only screen and (min-width:240px) and (max-width: 768px) {
        .ScriptTop h1, .ScriptTop ul {
            text-align: center;
        }

        .ScriptTop h1 {
            margin-top: 0;
            margin-bottom: 15px;
        }

        .ScriptTop ul {
            margin-top: 12px;
        }

        .ScriptHeader h1,
        .ScriptHeader h2,
        .scriptnav ul {
            text-align: center;
        }

        .scriptnav ul {
            margin-top: 12px;
        }

        #float-right {
            float: none;
        }
    }

    @media (min-width: 768px) {
        .heading-lg {
            font-size: 3rem;
        }

        p {
            font-size: .75rem;
        }
    }


    /**
 * responsive for large than 992px screen
 */
    @media (max-width: 820px) {
        .img-slider {
            width: 600px;
            height: 375px;
        }

            .img-slider .slide .info {
                padding: 10px 25px;
            }

                .img-slider .slide .info h2 {
                    font-size: 25px;
                }

                .img-slider .slide .info p {
                    width: 70%;
                    font-size: 16px;
                }

            .img-slider .navigation {
                bottom: 25px;
            }

                .img-slider .navigation .btn {
                    width: 10px;
                    height: 10px;
                    margin: 8px;
                }
    }

    @media screen and (min-width: 900px) {
        .card-grid {
            grid-template-columns: 1fr 1fr 1fr;
        }


        @media (min-width: 992px) {
            .heading-lg {
                font-size: 3rem;
            }

            .cyber-slider {
                min-height: 700px;
            }

            .cyber-slider__controls {
                flex-direction: column;
                right: 0;
                top: calc(50% - 75px);
                bottom: unset;
                left: unset;
            }

            .img-slider {
                position: relative;
                width: 800px;
                height: 500px;
                margin: 10px;
                background: #90ab156f;
            }

                .img-slider .slide {
                    z-index: 1;
                    position: absolute;
                    width: 100%;
                    clip-path: circle(0% at 0 50%);
                }

                    .img-slider .slide.active {
                        clip-path: circle(150% at 0 50%);
                        transition: 2s;
                        transition-property: clip-path;
                    }

                    .img-slider .slide img {
                        z-index: -1;
                        width: 100%;
                        border-radius: 5px;
                    }

                    .img-slider .slide .info {
                        position: absolute;
                        top: 0;
                        padding: 15px 30px;
                    }

                        .img-slider .slide .info h2 {
                            color: rgb(0, 0, 0);
                            font-size: 25px;
                            text-transform: uppercase;
                            font-weight: 600;
                            letter-spacing: 1.5px;
                        }

                        .img-slider .slide .info p {
                            color: rgb(251, 251, 251);
                            background: rgba(2, 27, 2, 0.243);
                            text-shadow: 1px 2px 2px rgb(0, 0, 0);
                            box-shadow: 0 4px 4px rgba(174, 255, 145, 0.869);
                            font-size: var(--normal-font-size);
                            border-radius: 14px;
                            width: 65%;
                            padding: 15px;
                        }

                .img-slider .navigation {
                    z-index: 10;
                    position: absolute;
                    display: flex;
                    bottom: 30px;
                    left: 50%;
                    transform: translateX(-50%);
                }

                    .img-slider .navigation .btn {
                        background: rgba(9, 8, 8, 0.779);
                        width: 15px;
                        height: 15px;
                        margin: 10px;
                        border-radius: 50%;
                        cursor: pointer;
                    }

                        .img-slider .navigation .btn.active {
                            background: #e9c526;
                            box-shadow: 0 0 2px rgba(0, 0, 0, 0.745);
                        }

            /* Glitch Animations */

            .active .cyber-slider__slidetext:after {
                animation: glitch 6s linear 3s infinite alternate;
                /* animation: glitch 5s infinite; */
                animation-name: glitch;
                animation-duration: 0.4s;
                animation-timing-function: linear;
                animation-delay: 0s;
                animation-iteration-count: 4;
                animation-direction: normal;
                animation-timing-function: step-end;
            }

            .glitching .cyber-slider__imgwrap .glitch-area {
                position: absolute;
                -webkit-animation: textWave 0.12s ease forwards;
                animation: textWave 0.12s ease forwards;
                animation-name: textWave ease forwards;
                left: 0;
                top: 0;
                width: 80%;
                height: 80%;
            }

                .glitching .cyber-slider__imgwrap .glitch-area img {
                    position: absolute;
                    top: 0;
                    width: 100%;
                    left: 0;
                    z-index: 9999;
                    height: 100px;
                    animation: blink 0.3s infinite step-end;
                }

                    .glitching .cyber-slider__imgwrap .glitch-area img:nth-child(1) {
                        transform: translate(-20%, 90%) scale(1.3);
                    }

                    .glitching .cyber-slider__imgwrap .glitch-area img:nth-child(2) {
                        transform: translate(10%, 500%) scale(1.3);
                        animation-delay: 0.1s;
                    }

            .cyber-slider__slide.active.glitching:after {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                content: "";
                background: rgba(2, 2, 2, 0.472);
                transform: translate(-10%);
                background: url(img/glitch-lines.svg);
                background-size: auto;
                opacity: 0;
                z-index: 999;
            }

            .cyber-slider__controls {
                flex-direction: column;
                right: 0;
                top: calc(50% - 75px);
                bottom: unset;
                left: unset;
            }
        }
    }

    @media (min-width: 992px) {

        /**
   * CUSTOM PROPERTY
   */

        :root {
            /**
     * typography
     */

            --fs-1: 8rem;
        }



        /**
   * REUSED STYLE
   */

        .section {
            position: relative;
            justify-content: center;
            align-items: center;
        }

        .container {
            max-width: 960px;
        }

        .shape {
            display: block;
            position: absolute;
        }



        /**
   * HEADER
   */

        .header {
            padding-block: 30px;
        }

        .navbar {
            padding: 40px;
            padding-block-end: 10px;
        }

        .navbar-link {
            --fs-7: 2.4rem;
        }

        .navbar-title {
            --fs-8: 2.2rem;
        }

        .navbar-text {
            font-size: 1.9rem;
            margin-block-end: 30px;
        }



        /**
   * HERO
   */

        .hero {
            padding-block-start: 150px;
        }

            .hero .container {
                position: relative;
                z-index: 1;
            }

        .hero-title {
            text-align: left;
        }

        .hero .wrapper {
            --fs-2: 8rem;
            margin-block: -5px 10px;
        }

        .hero-banner {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            max-width: 200px;
            z-index: -1;
        }

        .hero .shape {
            display: none;
        }



        /**
   * GALLERY
   */

        .gallery {
            padding-block-end: 140px;
        }

        .gallery-list {
            grid-template-columns: repeat(4, 1fr);
        }

        .gallery-item:nth-child(even) {
            margin-block-start: 100px;
        }

        .gallery .scroll-down {
            width: 85px;
            height: 85px;
            margin-block-start: 100px;
        }

            .gallery .scroll-down img {
                width: 26px;
            }

        .gallery .shape {
            left: 5%;
            bottom: 15%;
        }



        /**
   * CATEGORY
   */

        .category {
            --section-padding: 60px;
            justify-content: center;
            align-items: center;
        }

        .category-card {
            position: relative;
        }

            .category-card .card-banner {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translate(-50%, -20px);
                width: 200px;
                opacity: 0;
                visibility: hidden;
                transition: var(--transition-2);
            }

            .category-card:is(:hover, :focus-visible) .card-banner {
                transform: translate(-50%, 0);
                visibility: visible;
                opacity: 1;
            }

            .category-card .card-title {
                --fs-4: 5.5rem;
            }

        .category-item {
            min-width: max-content;
        }

        .category-list {
            row-gap: 0;
            justify-content: flex-start;
        }



        /**
   * ABOUT
   */

        .about .container {
            grid-template-columns: 0.9fr 1fr;
            align-items: flex-start;
            gap: 80px;
        }

        .about-content {
            order: 1;
        }

        .about-banner .shape-2 {
            width: 100%;
            bottom: -20px;
            left: 0;
            animation: moving 8s linear infinite;
        }

        @keyframes moving {
            0%, 100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(30px);
            }
        }

        .about .shape-3 {
            bottom: 0;
            right: 0;
        }



        /**
   * SERVICE
   */

        .service-card {
            position: relative;
        }

            .service-card .img {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 200px;
                opacity: 0;
                visibility: hidden;
                transition: var(--transition-1);
                z-index: -1;
            }

            .service-card:is(:hover, :focus-within) .img {
                opacity: 1;
                visibility: visible;
            }



        /**
   * PORTFOLIO
   */

        .portfolio {
            padding-block-end: 150px;
            margin-block-end: 60px;
        }

            .portfolio .shape {
                bottom: 0;
                right: 0;
            }



        /**
   * FOOTER
   */

        .footer .shape {
            top: 25%;
            left: 0;
        }

        .footer .abs-img {
            display: block;
            position: absolute;
            max-width: max-content;
            z-index: -1;
        }

        .footer .abs-img-1 {
            width: 9%;
            top: 12%;
            left: 10%;
        }

        .footer .abs-img-2 {
            width: 14%;
            top: 15%;
            right: 0;
        }

        .footer .abs-img-3 {
            width: 16%;
            left: 0;
            bottom: 10%;
        }

        .footer .abs-img-4 {
            width: 9%;
            right: 15%;
            bottom: 10%;
        }



        /**
   * CUSTOM CURSOR
   */

        .cursor {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 75px;
            height: 75px;
            background-color: var(--white);
            mix-blend-mode: exclusion;
            border-radius: var(--radius-circle);
            transform: translate(-50%, -50%) scale(0.35);
            transition: transform 0.35s;
            pointer-events: none;
            z-index: 6;
        }

            .cursor.hovered {
                transform: translate(-50%, -50%) scale(1.2);
            }

            .cursor.disabled {
                transform: translate(-50%, -50%) scale(0);
            }
    }

    /**
 * responsive for large than 1200px screen
 */

    @media (min-width: 1200px) {

        /**
   * CUSTOM PROPERTY
   */

        :root {
            /**
     * typography
     */

            --fs-1: 10rem;
            --fs-2: 9rem;
            --fs-3: 6.8rem;
            --fs-4: 3.6rem;
            --fs-6: 2.8rem;
        }



        /**
   * REUSED STYLE
   */

        .container {
            max-width: 1140px;
        }



        /**
   * HEADER
   */

        .header .container {
            padding-inline: 35px;
        }



        /**
   * HERO
   */

        .hero {
            padding-block: 170px 150px;
        }

            .hero .container {
                max-width: 1250px;
            }

            .hero .wrapper {
                --fs-2: 10rem;
                margin-block: -10px 15px;
            }

                .hero .wrapper .strong {
                    left: 40%;
                }

        .hero-text {
            --fs-10: 2rem;
            font-weight: var(--fw-400);
            letter-spacing: 8px;
        }

        .hero-banner {
            max-width: 290px;
        }

        .hero .shape {
            display: block;
            top: 60%;
            left: 0;
        }



        /**
   * GALLERY
   */

        .gallery-list {
            gap: 50px;
        }

        .gallery-card .card-title {
            font-weight: var(--fw-300);
        }



        /**
   * CATEGORY
   */

        .category-list {
            column-gap: 15px;
        }

        .category-card .card-title {
            --fs-4: 7rem;
        }



        /**
   * ABOUT
   */

        .about .container {
            gap: 120px;
        }

        .about .shape-1 {
            width: max-content;
        }

        .about .section-title {
            margin-block-end: 70px;
            justify-content: center;
            align-items: center;
        }

        .about .wrapper {
            padding-inline-start: 80px;
            justify-content: center;
            align-items: center;
        }

            .about .wrapper::before {
                width: 35px;
                height: 30px;
            }

        .about .section-text {
            --fs-6: 3.2rem;
            margin-block-end: 50px;
        }



        /**
   * SERVICE
   */

        .service-card {
            padding-block: 50px;
        }

            .service-card .card-subtitle {
                --fs-7: 2.4rem;
            }

            .service-card .img {
                width: max-content;
            }

            .service-card .btn-icon {
                width: 95px;
                height: 95px;
            }

                .service-card .btn-icon svg {
                    width: 40px;
                }



        /**
   * PORTFOLIO
   */

        .portfolio-list {
            column-gap: 90px;
        }

        .portfolio-card {
            margin-block-end: 100px;
        }

            .portfolio-card .card-content {
                padding-inline: 50px;
            }

            .portfolio-card .btn-icon {
                width: 60px;
                height: 60px;
                top: auto;
                bottom: 45px;
                right: 50px;
                opacity: 0;
                transition: var(--transition-2);
            }

                .portfolio-card .btn-icon svg {
                    width: 25px;
                }

            .portfolio-card:is(:hover, :focus-within) .btn-icon {
                opacity: 1;
            }



        /**
   * FOOTER
   */

        .footer-top {
            padding-block: 300px;
        }

            .footer-top .section-title {
                --fs-2: 8rem;
                margin-block-start: 50px;
            }

        .footer .btn-icon {
            width: 90px;
            height: 90px;
        }

            .footer .btn-icon img {
                width: 45px;
            }
    }



    @media (min-width: 1200px) {
        .rt-container {
            width: 1170px;
        }

        .col-rt-1 {
            width: 16.6%;
        }

        .col-rt-2 {
            width: 30.33%;
        }

        .col-rt-3 {
            width: 50%;
        }

        .col-rt-4 {
            width: 67.664%;
        }

        .col-rt-5 {
            width: 83.33%;
        }
    }


    /**
 * responsive for large than 1400px screen
 */

    @media (min-width: 1400px) {

        /**
   * CUSTOM PROPERTY
   */

        :root {
            /**
     * typography
     */

            --fs-1: 13rem;
            --fs-2: 10rem;
            --fs-3: 8rem;
        }



        /**
   * REUSED STYLE
   */

        .container {
            max-width: 1320px;
        }

        :is(.header, .gallery, .category, .portfolio) .container {
            max-width: 1580px;
        }



        /**
   * HEADER
   */

        .header .container {
            padding-inline: 60px;
        }



        /**
   * HERO
   */

        .hero .container {
            max-width: 1500px;
        }

        .hero-content {
            margin-inline-end: 400px;
        }

        .hero .wrapper {
            --fs-2: 13rem;
        }

        .hero-text {
            --fs-10: 2.4rem;
        }

        .hero-banner {
            max-width: max-content;
        }



        /**
   * CATEGORY
   */

        .category .container {
            padding-inline: 40px;
        }

        .category-card .card-title {
            --fs-4: 8rem;
        }



        /**
   * ABOUT
   */

        .about {
            padding-block: 180px 120px;
        }



        /**
   * SERVICE
   */

        .service {
            padding-inline: 70px;
        }

        .service-card {
            padding-block: 65px;
        }



        /**
   * PORTFOLIO
   */

        .portfolio .container {
            padding-inline: 45px;
        }



        /**
   * FOOTER
   */

        .footer-top .container {
            max-width: 1200px;
        }
    }



    @keyframes SlideIn {
        from {
            transform: scaleX(0);
        }

        to {
            transform: scaleX(1);
        }
    }


    @keyframes pulse {
        0% {
            background-color: #001F3F;
        }

        100% {
            background-color: #36deff;
        }
    }


    @media (prefers-reduced-motion) {
        .pip-wrapper,
        .pip-expanded,
        .pip-wrapper:not([small-video],[has-used]) > .pip-small,
        .pip-explainer {
            transition: none;
        }
    }


    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 0.5;
        }
    }

    @keyframes blink-animation {
        0% {
            opacity: 1;
            transform: translate(0, 0);
            animation-timing-function: ease-out;
            animation-timing-function: ease-in;
        }

        50% {
            opacity: 0;
            transform: translate(0, 0);
            animation-timing-function: ease-in;
        }

        100% {
            opacity: 0.5;
            transform: translate(0, 0);
            animation-timing-function: ease-out;
        }
    }


    @keyframes blink {
        0%, 100% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }
    }

    @keyframes glitch {
        0%, 100% {
            background-position: 0 0px;
        }

        50% {
            background-position: 0 30px;
        }
    }



    @keyframes glitch {
        0% {
            clip-path: var(--clip-one);
        }

        2%, 8% {
            clip-path: var(--clip-two);
            transform: translate(calc(var(--shimmy-distance) * -1%), 0);
        }

        6% {
            clip-path: var(--clip-two);
            transform: translate(calc(var(--shimmy-distance) * 1%), 0);
        }

        9% {
            clip-path: var(--clip-two);
            transform: translate(0, 0);
        }

        10% {
            clip-path: var(--clip-three);
            transform: translate(calc(var(--shimmy-distance) * 1%), 0);
        }

        13% {
            clip-path: var(--clip-three);
            transform: translate(0, 0);
        }

        14%, 21% {
            clip-path: var(--clip-four);
            transform: translate(calc(var(--shimmy-distance) * 1%), 0);
        }

        25% {
            clip-path: var(--clip-five);
            transform: translate(calc(var(--shimmy-distance) * 1%), 0);
        }

        30% {
            clip-path: var(--clip-five);
            transform: translate(calc(var(--shimmy-distance) * -1%), 0);
        }

        35%, 45% {
            clip-path: var(--clip-six);
            transform: translate(calc(var(--shimmy-distance) * -1%));
        }

        40% {
            clip-path: var(--clip-six);
            transform: translate(calc(var(--shimmy-distance) * 1%));
        }

        50% {
            clip-path: var(--clip-six);
            transform: translate(0, 0);
        }

        55% {
            clip-path: var(--clip-seven);
            transform: translate(calc(var(--shimmy-distance) * 1%), 0);
        }

        60% {
            clip-path: var(--clip-seven);
            transform: translate(0, 0);
        }

        31%, 61%, 100% {
            clip-path: var(--clip-four);
        }
    }

    @keyframes glitch-1 {
        0% {
            clip: rect(132px, auto, 101px, 30px);
        }

        5% {
            clip: rect(17px, auto, 94px, 30px);
        }

        10% {
            clip: rect(40px, auto, 66px, 30px);
        }

        15% {
            clip: rect(87px, auto, 82px, 30px);
        }

        20% {
            clip: rect(137px, auto, 61px, 30px);
        }

        25% {
            clip: rect(34px, auto, 14px, 30px);
        }

        30% {
            clip: rect(133px, auto, 74px, 30px);
        }

        35% {
            clip: rect(76px, auto, 107px, 30px);
        }

        40% {
            clip: rect(59px, auto, 130px, 30px);
        }

        45% {
            clip: rect(29px, auto, 84px, 30px);
        }

        50% {
            clip: rect(22px, auto, 67px, 30px);
        }

        55% {
            clip: rect(67px, auto, 62px, 30px);
        }

        60% {
            clip: rect(10px, auto, 105px, 30px);
        }

        65% {
            clip: rect(78px, auto, 115px, 30px);
        }

        70% {
            clip: rect(105px, auto, 13px, 30px);
        }

        75% {
            clip: rect(15px, auto, 75px, 30px);
        }

        80% {
            clip: rect(66px, auto, 39px, 30px);
        }

        85% {
            clip: rect(133px, auto, 73px, 30px);
        }

        90% {
            clip: rect(36px, auto, 128px, 30px);
        }

        95% {
            clip: rect(68px, auto, 103px, 30px);
        }

        100% {
            clip: rect(14px, auto, 100px, 30px);
        }
    }

    @keyframes glitch-2 {
        0% {
            clip: rect(129px, auto, 36px, 30px);
        }

        5% {
            clip: rect(36px, auto, 4px, 30px);
        }

        10% {
            clip: rect(85px, auto, 66px, 30px);
        }

        15% {
            clip: rect(91px, auto, 91px, 30px);
        }

        20% {
            clip: rect(148px, auto, 138px, 30px);
        }

        25% {
            clip: rect(38px, auto, 122px, 30px);
        }

        30% {
            clip: rect(69px, auto, 54px, 30px);
        }

        35% {
            clip: rect(98px, auto, 71px, 30px);
        }

        40% {
            clip: rect(146px, auto, 34px, 30px);
        }

        45% {
            clip: rect(134px, auto, 43px, 30px);
        }

        50% {
            clip: rect(102px, auto, 80px, 30px);
        }

        55% {
            clip: rect(119px, auto, 44px, 30px);
        }

        60% {
            clip: rect(106px, auto, 99px, 30px);
        }

        65% {
            clip: rect(141px, auto, 74px, 30px);
        }

        70% {
            clip: rect(20px, auto, 78px, 30px);
        }

        75% {
            clip: rect(133px, auto, 79px, 30px);
        }

        80% {
            clip: rect(78px, auto, 52px, 30px);
        }

        85% {
            clip: rect(35px, auto, 39px, 30px);
        }

        90% {
            clip: rect(67px, auto, 70px, 30px);
        }

        95% {
            clip: rect(71px, auto, 103px, 30px);
        }

        100% {
            clip: rect(83px, auto, 40px, 30px);
        }
    }


    @keyframes glitching {
        0%, 100% {
            background-position: 0 0px;
        }

        50% {
            background-position: 0 30px;
        }
    }

    @keyframes arrow {
        0% {
            transform: translateY(0px);
        }

        38% {
            transform: translateY(8px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    @keyframes animate {
        0% {
            transform: rotate(0deg);
        }

        50% {
            transform: rotate(180deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes textWave {
        0% {
            opacity: 0;
            transform: scaleY(0);
        }

        100% {
            opacity: 1;
            transform: scaleY(1);
        }
    }

    @keyframes rotate360 {
        0% {
            transform: translate(-50%, -50%) rotate(0);
        }

        100% {
            transform: translate(-50%, -50%) rotate(1turn);
        }
    }

    @keyframes changeCard {
        0%, 55%, 100% {
            opacity: 0;
            visibility: hidden;
        }

        5%, 50% {
            opacity: 1;
            visibility: visible;
        }
    }

    @keyframes moving {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(30px);
        }
    }

    @keyframes animateBgColor {
        0% {
            filter: hue-rotate(0deg);
        }

        50% {
            transform: rotateY(180deg);
        }

        100% {
            filter: hue-rotate(360deg);
        }
    }

    @keyframes textTyping {
        0%,90%,100% {
            width: 1px;
            text-align: center;
        }

        40%,60% {
            width: 248px;
            text-align: center;
        }
    }

    @keyframes glowing {
        0% {
            box-shadow: 0 0 2px 1px var(--color);
            opacity: 1;
        }

        13% {
            box-shadow: 0 0 8px 1px var(--color);
            opacity: 0.9;
        }

        20% {
            box-shadow: 0 0 2px 1px var(--color);
            opacity: 1;
        }

        27% {
            box-shadow: 0 0 8px 1px var(--color);
            opacity: 0.9;
        }

        34% {
            box-shadow: 0 0 5px 1px var(--color);
            opacity: 1;
        }

        40% {
            box-shadow: 0 0 8px 1px var(--color);
            opacity: 0.9;
        }

        48% {
            box-shadow: 0 0 3px 1px var(--color);
            opacity: 1;
        }

        55% {
            box-shadow: 0 0 9px 1px var(--color);
            opacity: 0.9;
        }

        62% {
            box-shadow: 0 0 5px 0 var(--color);
            opacity: 1;
        }

        100% {
            box-shadow: 0 0 8px 0 var(--color);
        }
    }

    @keyframes flicker {
        0% {
            opacity: 1;
        }

        13% {
            opacity: 0.3;
        }

        23% {
            opacity: 0.8;
        }

        30% {
            opacity: 0.3;
        }

        38% {
            opacity: 0.9;
        }

        45% {
            opacity: 0.7;
        }

        53% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes flicker-lite {
        0% {
            opacity: 1;
        }

        13% {
            opacity: 0.9;
        }

        30% {
            opacity: 1;
        }

        38% {
            opacity: 0.9;
        }

        45% {
            opacity: 1;
        }

        53% {
            opacity: 0.9;
        }

        60% {
            opacity: 1;
        }

        67% {
            opacity: 0.9;
        }

        73% {
            opacity: 1;
        }

        82% {
            opacity: 0.9;
        }

        90% {
            opacity: 1;
        }

        93% {
            opacity: 0.9;
        }

        97% {
            opacity: 0.9;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes scroll-background {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -80px 0;
        }
    }
    /* Default styles */
    /* Write your default styles for desktop here */

    /* Media query for tablet devices */
    @media only screen and (max-width: 768px) {
        /* Write your tablet-specific styles here */
    }

    /* Media query for mobile devices */
    @media only screen and (max-width: 480px) {
        /* Write your mobile-specific styles here */
    }

    video::cue {
        color: white;
        background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
        font-size: 16px;
        font-family: Arial, sans-serif;
        text-shadow: 1px 1px 2px black;
    }
}
