* {
  font-family: 'Segoe WPC', 'Segoe UI';
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  background-color: #1e1e1e;
}

.header {
  background: #3c3c3c;
  padding: 3px;
  display: flex;
  align-items: center;
  position: relative;
  height: 36px;
}

@media only screen and (max-width: 480px) {
  .header {
    display: none;
  }
}

.white {
  color: #fff;
}

.red {
  color: #ff5555;
}

.titre {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  margin-right: 10px;
  color: #ccc;
}

.logo {
  display: inline-block;
  margin-left: 5px;
}

ul.header-menu {
  display: inline-flex;
  margin-left: 15px;
  color: #ccc;
  gap: 2px;
}

ul.header-menu li.header-menu-link {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  margin-right: 0px;
  padding: 6px 8px;
  cursor: default;
  border-radius: 4px;
  transition: background 0.3s ease;
}

ul.header-menu li.header-menu-link:hover {
  background: rgba(116, 116, 116, 0.3);
}

/* Styles for submenus */

.submenu {
  line-height: 0.4;
  z-index: 555;
}

.submenu-hr {
  border: 0.01em solid #505050;
}

ul.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #252526;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  border-radius: 6px;
  border: 0.01em solid #505050;
}

ul.submenu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #757474;
  margin: 6px;
  padding: 8px 5px;

  transition: padding 0.3s ease;
}

ul.submenu li:hover {
  background: rgb(0, 58, 92);
  border-radius: 5px;
  padding: 8px 5px;
}

ul.submenu li i {
  height: 6px;
  margin-right: 5px;
}

ul.submenu li p {
  text-align: end;
  margin-right: 10px;
  margin-left: 70px;
}

.search {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 980px) {
  .search {
    display: none;
  }
}

ul.search-menu {
  display: inline-flex;
  margin-left: 15px;
  color: #ccc;
  gap: 2px;
}

ul.search-menu li.search-menu-link {
  display: inline-block;
  color: #ccc;
  font-weight: 300;
  font-size: 12px;
  margin-right: 10px;
}

.search-input {
  display: flex;
  align-items: center;
  color: #ccc;
  font-size: 10px;
  border: 1px solid #8b8b8b;
  border-radius: 6px;
  padding: 5px;
  gap: 10px;
  padding-right: 80px;
  padding-left: 80px;
}

.search-input input {
  border: none;
  background: none;
  color: #ccc;
  font-size: 10px;
  flex: 1;
  outline: none;
}

.search-input i {
  margin-left: 5px;
  color: #ccc;
  ;
}

.logo img {
  width: 17px;
}

.header-app-icons {

  position: absolute;
  right: 0;
}

@media only screen and (max-width: 620px) {
  .header-app-icons {
    display: none;
  }
}

.header:after {
  content: '';
  clear: both;
}

.header-app-icons ul {
  display: flex;
}

.header-app-icons li {
  display: inline-block;
  margin: 0 9px;
  color: #ccc;
}

.side-header {
  background: #333;
  position: absolute;
  top: 36px;
  left: 0;
  width: 51px;
  height: calc(100% - 60px);
}

@media only screen and (max-width: 480px) {
  .side-header {
    height: calc(100% - 24px);
    top: 0;
  }
}


.side-header-menu li::before,
#config-icon::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translate(10px, -50%);
  opacity: 0;
  background-color: #1e1e1e;
  color: #fff;
  padding: 2px 5px;
  border-radius: 6px;
  font-size: smaller;
  white-space: nowrap;
  z-index: 999;
}

.side-header-menu li:hover::before,
#config-icon:hover::before {
  opacity: 1;
}



.bottom-header {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0px;
  width: 100%;
  height: 24px;
  background: #005C99;
  justify-content: space-between;

}


.side-header li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all .3s linear;
  opacity: 0;
}

.side-header li i {
  line-height: 47px;
  color: #757474;
  cursor: pointer;
  font-size: 20px;
}

.side-header li i:hover {

  color: #fff;

}

.side-header li {
  text-align: center;
  height: 44px;
  position: relative;
}

.side-header li:hover:after {
  width: 2px;
  opacity: 1;
}

.side-header li.active:after {
  width: 2px;
  opacity: 1;
}

.side-header .active i {
  color: #fff;
}

ul.side-header-botton-menu {
  position: absolute;
  width: 100%;
  bottom: 0;
}


/* POPUP PHOTO */

#profileImage {
  display: none;
  position: absolute;
  bottom: 45px;
  left: 0px;
  z-index: 998;
  width: auto;
  height: 300px;
  background: #1e1e1e;
  border: 1px solid #ccc;
}

#profileText {
  display: none;
  position: absolute;
  bottom: 58px;
  left: 12px;
  z-index: 999;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
}

/* POPUP SUR LE TEXTE */
#profileText[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: #333;
  border-radius: 6px;
  color: #fff;
  padding: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  display: none;
}

#profileText:hover::before {
  display: block;
}

.menu-option {
  background: #252526;
  position: absolute;
  top: 36px;
  left: 51px;
  width: 184px;
  height: calc(100% - 60px);
  overflow: hidden;
}

.menu-option.hidden {
  display: none;
}

@media only screen and (max-width: 920px) {
  .menu-option {
    display: none;
  }
}


.menu-option h5 {
  margin: 10px 20px;
  color: #ccc;
  font-size: 10px;
  font-weight: 300;
}

.box-click i,
.box-click span {

  color: #fff;
  font-size: 10px;
  margin: 0 5px;
  z-index: 99;
  position: relative;
}

.box-click span {
  cursor: pointer;
  font-size: 12px;
}

.show-pre {
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.show-pre .react,
.show-pre .html5,
.show-pre .css3,
.show-pre .js,
.show-pre .git {
  margin-left: 23px;
}

hr {
  border-color: #585858;
}

.menu-option li {
  font-size: 12px;
  color: #ccc;
  padding: 5px;
  position: relative;

}

.menu-option li:before {
  content: '';
  background: #37373d;
  right: 70px;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.menu-option li:hover:before {
  opacity: 1;
}

.menu-option li.active:before {
  opacity: 1;
}

.menu-option li.active {
  background: #37373d;
}

.menu-option li:hover {
  background: #37373d;
  color: #ccc;
}

.fa-linkedin-in {
  font-size: 2.5rem;
}

.fa-github {
  font-size: 2.5rem;
}

.fa-linkedin-in:hover {
  opacity: 0.5;

}

.fa-github:hover {
  opacity: 0.5;
}

.fa-star {
  color: #ffd500;
}

.fa-star:hover {
  color: rgb(255, 255, 255);
}

.fa-heart {
  color: #ff0000;
}

.fa-heart:hover {
  color: rgb(255, 255, 255);
}

.fa.fa-headphones {
  color: #fff;
}

i.fab.fa-html5 {
  color: rgb(239, 44, 0, 1);
  font-size: 13px;
}

i.far.fa-lightbulb {
  color: rgba(208, 221, 24, 0.959);
  font-size: 13px;
  margin-right: 3px;
}

i.fab.fa-css3 {
  color: rgb(69, 182, 226);
  font-size: 13px;
}
i.fab.fa-python {
  color: rgb(69, 182, 226);
  font-size: 13px;
}
i.fab.fa-react {
  color: rgb(69, 182, 226);
  font-size: 13px;
}
i.fab.fa-Vite {
  color: rgb(69, 226, 145);
  font-size: 13px;
}
i.fab.fa-square-js {
  color: rgba(255, 213, 0, 0.842);
  font-size: 13px;
}

i.fa.fa-folder {
  color: rgb(255, 196, 0);
  font-size: 13px;
}

i.fab.fa-git-alt {
  color: rgb(255, 123, 0);
  font-size: 13px;
}

ul.bottom-links {
  bottom: 0;
  position: absolute;
  width: 100%;
}

ul.bottom-links li:first-of-type {
  border-top: 1px solid #585858;
  border-bottom: 1px solid #585858;
}

ul.bottom-links li:nth-child(2) {
  border-bottom: 1px solid #585858;
}

ul.bottom-links li {
  width: 100%;
  text-indent: 3px;
}

ul.bottom-links li:hover {
  background: transparent;
}

ul.bottom-links li:hover:before {
  content: unset;
}

ul.right li {
  display: inline-flex;
  margin: 0px 5px;
  gap: 5px;
  align-items: baseline;
  text-align: center;
  font-size: small;
  color: #fff;
}

ul.right li i {
  color: #fff;
  font-size: 12px;
}

ul.right li a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
}

ul.right li.spotify a:hover {
  margin: 0;
  padding: 3px 0 3px 0;

  background: rgba(8, 172, 248, 0.801);

}

ul.left li {
  display: inline-flex;
  margin: 0px 5px;
  gap: 5px;
  align-items: baseline;
  text-align: center;
  font-size: small;
  color: #fff;
}

ul.left li i {
  color: #ccc;
  font-size: 12px;
}

@media only screen and (max-width: 920px) {
  ul.left {
    display: none;
  }
}

.console {
  position: absolute;
  bottom: 24px;
  left: 235px;
  width: calc(100% - 235px);
  height: 210px;

}

.console.hidden {
  display: none;
}

.portfolio.console-hidden {
  bottom: 25px;
  height: calc(100% - 124px);
}

@media only screen and (max-width: 720px) {
  .portfolio.console-hidden {

    bottom: 25px;
    height: calc(100% - 122px);

  }
}

@media only screen and (max-width: 480px) {
  .portfolio.console-hidden {

    bottom: 25px;
    height: calc(100% - 25px);

  }
}



@media only screen and (max-width: 920px) {
  .console {
    display: none;
  }
}

.header-console {
  width: 100%;
  padding: 3px;
  display: flex;
  align-items: center;
  position: absolute;
  height: 36px;
  font-size: 10px;

}

ul.console-menu {
  display: inline-block;
  margin-left: 15px;
}

ul.console-menu li.console-menu-link {
  display: inline-block;
  color: #ccc;
  font-weight: 300;
  font-size: 10.5px;
  margin-right: 10px;

}

.white {

  color: #ffffff;


}

.app-icons {
  position: absolute;
  right: 0;
}

.app-icons li {
  display: inline-flex;
  margin: 0 4px;
  color: #ccc;
  align-items: center;
}

.app-icons ul {
  font-size: 13px;
  display: flex;
}

@media only screen and (max-width: 620px) {
  .app-icons {
    display: none;
  }
}

.console-app-icons {
  position: absolute;
  right: 0;
}

.console:after {
  content: '';
  clear: both;
}

.console-app-icons li {
  display: inline-flex;
  margin: 0 9px;
  color: #ccc;
  align-items: center;
  gap: 3px;
}

.console-app-icons ul {
  font-size: 11px;
  display: flex;
  align-items: center;
}

mark {
  background: cornflowerblue;
  font-family: system-ui;
}

svg {
  color: #ccc;
  width: 15px;
}

.content {
  display: none;
}

.tabs-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  height: 37px;
  width: calc(100% - 235px);
  background-color: rgb(40, 40, 40);
  position: absolute;
  left: 235px;

}

@media only screen and (max-width: 920px) {
  .tabs-container {
    width: calc(100% - 51px);
    left: 51px;
  }
}

@media only screen and (max-width: 480px) {
  .tabs-container {
    display: none;
  }
}

.tabs-container>.active {
  background-color: #1e1e1e;
}

.tabs {
  height: 100%;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  background-color: rgb(45, 45, 45);
  border-right: 1px solid rgb(34, 34, 34);
  gap: 5px;
}

.tabs:hover {
  cursor: pointer;
  background-color: #1e1e1e;
}

.tabs i {
  height: 20%;
}

.html-tag {
  color: rgb(189, 123, 0);
  padding-right: 5px;
  font-weight: 700;
}

.url-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ccc;
  height: 24px;
  width: calc(100% - 235px);
  position: absolute;
  left: 235px;
  top: 72px;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 920px) {
  .url-container {
    width: calc(100% - 51px);
    left: 51px;
  }
}

@media only screen and (max-width: 480px) {
  .url-container {
    display: none;
  }
}

.url-container p {
  margin-left: 18px;
}

@media only screen and (max-width: 480px) {
  .header-app-icons {
    display: none;
  }
}

.url-text {
  color: #ccc;
  display: flex;
  height: 20px;
  font-size: 10px;
  gap: 10px;
  align-items: center;

}

/* HIDDEN BOUTON PORTFOLIO */
.console.menu-hidden {
  left: 51px;
  width: calc(100% - 51px);
}

.portfolio.menu-hidden {
  left: 51px;
  width: calc(100% - 51px);
}

.tabs-container.menu-hidden {
  left: 51px;
  width: calc(100% - 51px);
}

.url-container.menu-hidden {
  left: 51px;
  width: calc(100% - 51px);
}

/* ChatBot */

.animateBg {
  background-size: 300% 300%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#icon {
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  padding: 25px 15px 2px 15px;
}

#icon:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 5px;
}

.legend {
  color: #ccc;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.main {

  position: absolute;
  bottom: -145px;
  width: calc(100% - 1px);
  left: 0px;
  height: 148px;
  font-size: 13px
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.linealign {
  margin-left: -50px;
}

.extendmain {
  height: calc(80vh + 10px);
}

@media only screen and (min-width: 601px) {
  .extendcontent {
    height: calc(80vh - 40px) !important;
  }
}


.terminal {
  padding: 10px;
  color: #fff;
  height: calc(100% - -27px);
  overflow-y: scroll;
  transition: 0.3s ease;
}

.title {
  margin: 0;
  padding: 0;
}

pre {
  margin: 0;
}

code {
  color: #ff5555;
  font-size: 13px;
}


.commande {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin: 15px 10px 15px 0;
  padding: 0;
}

.resultwrite {
  display: inline-block;
  color: #ccc;
  margin: 0 0 0 10px;
}

.input {
  display: inline-block;
  background: none;
  border: none;
  color: #ffffff;
  outline: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.rootinput {
  width: calc(100% - 170px) !important;
}

#input0 {
  margin-left: -8px;
}

.notfound,
ul {
  margin: 0;
}

.result {
  font-family: "Ubuntu Mono", monospace;
  margin: 0 0 0 15px;
}

.ls {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20px, 200px));
  grid-gap: 10px 0;
}

table {
  border: 1px dashed #ccc;
  padding: 10px;
}

th {
  color: #fff;
  padding: 5px;
}

td {
  color: #ccc;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding: 5px;
}

.description {
  width: 100%;
}

.center {
  text-align: center;
}

a {
  color: #ff5555;
}

.ligthen {
  mix-blend-mode: screen !important;
  color: #353535 !important;
  fill: #F2F2F2 !important;
}


#filter {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: #282a36dc;
}

#popup {
  position: absolute;
  width: clamp(450px, 40vw, 600px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 5px;
}

@keyframes fadeout {
  to {
    top: 48%;
    opacity: 0;
  }
}

@keyframes fadeoutfilter {
  to {
    opacity: 0;
  }
}



#settings {
  transform: scale(0.5);
}

.btn {
  grid-column: 2;
  margin: 0 0 20px 0;
}

#btn-design {
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: rgb(250, 250, 250);
  padding: 3px 8px;
  border-radius: 8px;
  border: 1px solid #bbb;
}

#btn-design:hover {
  background-color: rgb(121, 121, 121);
  color: #FFFFFF;
}

.display {
  display: none;
}

#french,
#english {
  cursor: pointer;
}

#french:hover,
#english:hover {
  color: #ff5555;
}

/* Portfolio */

.portfolio {
  width: calc(100% - 235px);
  height: calc(100% - 331px);
  position: fixed;
  bottom: 234px;
  left: 235px;
  overflow: auto;
  color: #ccc;
}

@media only screen and (max-width: 920px) {
  .portfolio {
    width: calc(100% - 49px);
    height: calc(100vh - 127px);
    position: fixed;
    bottom: 29px;
    left: 51px;
    overflow: auto;
  }
}



a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

input:focus,
button:focus,
a:focus,
textarea:focus {
  outline: none;
}

button {
  border: none;
  cursor: pointer;
}

.bttn-home {
  width: 60%;
}

@media only screen and (max-width: 1200px) {
  .bttn-home {
    width: 34%;
  }
}

.bttn-support {
  display: inline-flex;
  align-items: center;
  background: #334155;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 10px 0;
  border: 2px solid rgb(71, 85, 105, 0.7);
  gap: 5px;

}

.bttn-support:hover {
  background-color: rgb(244 63 94);
  border-color: rgb(255 255 255 / 28%);
}

.bttn-support::before {
  content: attr(data-tooltip);
  position: absolute;
  transform: translate(-10px, 200%);
  opacity: 0;
  background-color: #fff;
  color: #334155;
  padding: 5px 7px;
  border-radius: 6px;
  font-size: smaller;
  white-space: nowrap;
  z-index: 999;
}

.bttn-support:hover::before {
  opacity: 1;
}




.bttn-star {
  background: #334155;
  color: #fff;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 50%;
  font-weight: 600;
  transition: all 0.3sease;
  border: 2px solid rgb(71, 85, 105, 0.7);
  align-items: center;

}

.bttn-star:hover {
  background-color: rgb(234 179 8);
  border-color: rgb(255 255 255 / 28%);
}

.bttn-star::before {
  content: attr(data-tooltip);
  position: absolute;
  transform: translate(-40px, 250%);
  opacity: 0;
  background-color: #fff;
  color: #334155;
  padding: 5px 7px;
  border-radius: 6px;
  font-size: smaller;
  white-space: nowrap;
  z-index: 999;
}

.bttn-star:hover::before {
  opacity: 1;
}


textarea {
  resize: none;
}


.heading-primary {
  margin-bottom: 1.75rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  /* width: 60%; */
  text-align: start;
}

@media only screen and (max-width: 480px) {
  .heading-primary {
    font-size: 2rem;
  }
}

.heading-sec__mb-bg {
  margin-bottom: 8rem;
}

.heading-sec__mb-med {
  margin-bottom: 8rem;
}


.heading-sec__main {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
}

.heading-sec__main--lt {
  color: #fff;
}

.heading-sec__main--lt::after {
  content: '';
  background: #fff;
}

.heading-sec__main::after {
  content: '';
  position: absolute;
  top: calc(100% + 1.5rem);
  height: 5px;
  width: 3rem;
  background: rgb(129, 245, 255);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}


.heading-sec__sub {
  display: block;
  text-align: center;
  color: #777;
  max-width: 80rem;
  margin: auto;
  line-height: 1.6;
}



.heading-sec__sub--lt {
  color: #eee;
}

.heading-sm {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-container {
  max-width: 120rem;
  margin: auto;
  width: 92%;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  transition: transform .3s;
  border: 1px solid;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-home {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  transition: transform .3s;
  border: 1px solid;
}

.btn--bg {
  padding: 10px;
}

.btn--med {
  padding: 1.5rem 2rem;
}

.btn--theme {
  padding: 1rem 3rem;
  color: #fff;
  border: 1px solid #fff;
}

.btn--theme-inv {
  color: #ffffff;
  box-shadow: none;
  padding: calc(1.5rem - 2px) calc(5rem - 2px);
}

.glow {
  animation: shadowAnimation 7s infinite linear;
}

.glow:hover {
  box-shadow:
    100px 0 15px rgba(255, 0, 0, 0.5),
    80px 0 15px rgba(255, 115, 0, 0.5),
    60px 0 15px rgba(255, 251, 0, 0.5),
    40px 0 15px rgba(72, 255, 0, 0.5),
    20px 0 15px rgba(0, 255, 213, 0.5),
    0 0 15px rgba(0, 43, 255, 0.5),
    -20px 0 15px rgba(122, 0, 255, 0.5),
    -40px 0 15px rgba(255, 0, 200, 0.5),
    -60px 0 15px rgba(255, 0, 0, 0.5);
  animation: shadowAnimation 3s infinite linear;
}

@keyframes shadowAnimation {
  0% {
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  }

  12.5% {
    box-shadow: 0 0 15px rgba(255, 115, 0, 0.5);
  }

  25% {
    box-shadow: 0 0 15px rgba(255, 251, 0, 0.5);
  }

  37.5% {
    box-shadow: 0 0 15px rgba(72, 255, 0, 0.5);
  }

  50% {
    box-shadow: 0 0 15px rgba(0, 255, 213, 0.5);
  }

  62.5% {
    box-shadow: 0 0 15px rgba(0, 43, 255, 0.5);
  }

  75% {
    box-shadow: 0 0 15px rgba(122, 0, 255, 0.5);
  }

  87.5% {
    box-shadow: 0 0 15px rgba(255, 0, 200, 0.5);
  }

  100% {
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  }
}


/* modal Menu easter egg */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  margin: 5% auto;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  position: relative;
}
/* Style de l'iframe du chatbot */
#chatbotIframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}


@media screen and (max-width: 720px) {
  .modal-content {
    width: 90%;
  }
  #chatbotIframe {
    height: 400px; 
  }
  #easterEggVideo {
    width: 100%;
    height: auto;
  }
}

.sec-pad {
  padding: 12rem 0;
}

.text-primary {
  color: #fff;
  text-align: center;
  width: 100%;
}

.d-none {
  display: none;
}

.home-hero {
  display: flex;
  justify-content: center;
  color: #fff;
  background-position: center;
  position: relative;
}


@media only screen and (max-width: 37.5em) {
  .home-hero {
    height: unset;
    min-height: unset;
  }
}

.home-hero__mouse-scroll-cont {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9%;
}

@media only screen and (max-width: 1200px) {
  .home-hero__mouse-scroll-cont {
    display: none;
  }
}

.home-hero__info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
}

.home-hero__cta {
  margin-top: 2rem;
  text-align: center;
  gap: 20px;
  display: inline-flex;
}

@media only screen and (max-width: 1200px) {
  .home-hero__cta {
    align-items: center;
  }
}

.home-hero__social {
  width: 5rem;
}

.home-hero__social-icon-link {
  width: 100%;
  display: block;
  padding: 1.2rem;
  transition: background .3s;
}

.home-hero__social-icon-link--bd-none {
  border-bottom: 0;
}

.home-hero__social-icon {
  width: 100%;
}

#featureBackground {
  width: 100%;
  position: absolute;
}

.vbox {
  display: flex;
  flex-direction: column;
}

.hbox {
  display: flex;
  flex-direction: row;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
  height: 250px;
}

.dot {
  position: absolute;
}

.sign {
  display: flex;
  align-items: baseline;
  padding: 8px 16px;
  gap: 10px;
  background: #12FD7F0A;
  margin-bottom: 1rem;

}

.textOpen {
  color: #03E26B;
}

.led-green {
  width: 9px;
  height: 9px;
  background: #25d025;
  background: radial-gradient(40% 35%, #5aef5a, #25d025 60%);
  box-shadow:
    inset 0 3px 5px 1px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.4),
    0 0 10px 2px rgba(0, 210, 0, 0.5);
  border-radius: 50%;
}

.home-hero__content {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  margin: 3rem;
  padding-bottom: 8rem;
  gap: 80px;
}

@media only screen and (max-width: 920px) {
  .home-hero__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .home-hero__content {
    transform: translate(0, 0);
    padding-left: 0;
    padding-right: 0;
  }
}

.home-hero__card {
  border-radius: 8px;
  bottom: -80px;
  position: relative;
}

@media only screen and (max-width: 620px) {
  .home-hero__card {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .home-hero__content {
    display: flex;
    flex-direction: column;
  }
}

.container-card {
  width: 440px;
  height: 380px;
  background: rgb(30, 41, 59);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 11px 11px 5px 0px rgba(0, 0, 0, 0.75), rgba(72, 247, 142, 0.22) -180px -51px 200px 0px,
    rgb(12, 247, 255) 64px -50px 200px 0px;
  border: 2px solid rgb(71, 85, 105, 0.7);
  font-family: "Fira Code", monospace;
}


.content-card {
  margin-left: 6px;
  margin-top: -26px;
}

.jsx {
  max-width: 0px;
}

.language-jsx {
  color: #fff;
  display: block;
  font-family: "Courier New", Courier, monospace;
}

.input-container {
  position: relative;
  display: inline-block;
}

#text {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cursor {
  position: relative;
  transform: translateY(-50%);
  animation: blink-animation 1s infinite;
}

@keyframes blink-animation {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.nav-card {
  height: 30px;
  background: rgb(30, 41, 59);
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.page-title-card {
  margin-left: 18%;
  font-size: 13px;
}

.btn-card {
  width: 10px;
  height: 10px;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
  margin-left: 5px;
  box-shadow: 0px 0px 3px black;
}

.btn-card:nth-child(1) {
  background: #e63402;
}

.btn-card:nth-child(2) {
  background: #e69e02;
}

.btn-card:nth-child(3) {
  background: #02e656;
}

/* CAARD LINKEDIN */
.wrapper-l {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 190px;
  left: -335px;
  position: relative;
  font-size: small;
}

@media only screen and (max-width: 1200px) {
  .wrapper-l {
    bottom: 129px;
    left: 148px;
  }
}

@media only screen and (max-width: 680px) {
  .wrapper-l {
    display: none;
  }
}


.card-l {
  display: flex;
  flex-direction: column;
  width: 295px;
  height: auto;
  padding: 10px;
  gap: 10px;
  border-radius: 8px;
  background: #334155;
  border: 2px solid rgb(71, 85, 105, 0.7);
  color: #CBD5E1E6;
}


.anime-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(2, 132, 199, 0.2) 0px 25px 50px -12px;
    transform: translate(0, 0);

  }

  50% {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(2, 132, 199, 0.2) 0px 10px 25px -3px, rgba(2, 132, 199, 0.2) 0px 4px 6px -4px;
    transform: translate(4px, 20px);

  }

}

.card-l:hover {
  animation-play-state: paused;
}

.user-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-l {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ava {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.icon-l {
  font-size: 30px;
  color: #1da1f2;
}

.username {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: flex-start;
}

.username .name {
  color: #fff;
  line-height: normal;
  font-style: normal;
  font-weight: 700;
}

.username .uname {
  color: #CBD5E1E6;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.linked {
  text-align: start;
}

.linked .tag {
  text-decoration: none;

  color: #1da1f2;
}

.insight {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #CBD5E1E6;
  font-weight: 600;
  line-height: 26px;
}

.like1 {


  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: #CBD5E1E6;

}

.like2 {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #CBD5E1E6;

}

.like-value {
  font-weight: 700;
  font-size: bold;
  ;
  color: #fff;
}

.follow {
  color: #fff;
  padding: 5px 10px;
  background: #025C88;
  border-radius: 50px;
}

.about {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .about {
    padding: 0;
  }
}

.about__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10rem;
}

@media only screen and (max-width: 56.25em) {
  .about__content {
    grid-template-columns: 1fr;
    grid-gap: 8rem;
  }
}

.about__content-title {
  margin-bottom: 2rem;
}

.about__content-title-tools {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


.about__content-details-para {
  color: #fff;
  max-width: 60rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: start;

}

.about__content-details-p {
  color: #fff;
  max-width: 60rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  /* width: 80%; */
  text-align: start;
}

@media only screen and (max-width: 920px) {
  .about__content-details-p {
    width: 100%;
  }
}


.about__content-details-para--hl {
  font-weight: 700;
  margin: 0 3px;
}

.about__content-details-para:last-child {
  margin-bottom: 4rem;
}

.myLife {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1rem;
  gap: 20px;
}

@media only screen and (max-width: 520px) {
  .myLife {
    display: none;
  }
}

.custom-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: help;
}

.custom-span {
  background-image: linear-gradient(to right, #00BFFF, #1E90FF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 2.5rem;
  font-weight: 700;

}

.custom-figcaption {
  font-size: 0.9rem;
  font-weight: bold;
  size: 700;
  text-align: center;
  color: #ccc;
}


.custom-figure::before {
  content: attr(data-tip);
  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #ffffff;
  color: #334155;
  padding: 0.4rem;
  border-radius: 6px;
  font-size: 0.9rem;
  opacity: 0;
}

.custom-figure:hover::before {
  opacity: 1;
}

/* Styles for Training and Certification Sections */

.training-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10rem;

}

@media only screen and (max-width: 56.25em) {
  .training-content {
    display: flex;
    flex-direction: column;
    grid-gap: 0rem;

  }
}

.timeline {
  color: #CBD5E1E6;
}

.timeline-ico {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.timeline-img {
  width: 10%;
  aspect-ratio: 1/1;
  margin-top: 5px;
}
.timeline2-img {
  width: 20%;
  aspect-ratio: 1/1;
  margin-top: 5px;
}
.timeline ul {
  list-style-type: none;
  border-left: 2px solid rgba(153, 153, 153, 0.2);
}

.timeline ul li {
  padding: 10px 10px;
  position: relative;
  cursor: pointer;
  transition: .5s;
}

.timeline ul li span {
  display: inline-block;
  background: rgba(153, 153, 153, 0.2);
  border-radius: 25px;
  padding: 2px 5px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.timeline ul li .content-timeline span {
  background: none;
}

.timeline ul li .content-timeline h3 {
  color: #ffffff;
  font-size: 17px;
  padding-top: 5px;
}
.timeline ul li .content-timeline p span {
    max-width: 60rem;
    text-align: start;
  
}

.timeline ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  left: -6px;
  top: 17px;
  transition: .5s;
}

.timeline ul li:hover {
  background-color: rgba(153, 153, 153, 0.2);
}

.timeline ul li:hover:before {
  background-color: #0F0;
  box-shadow: 0px 0px 10px 2px #0F0;
}

@media (max-width:300px) {
  .timeline {
    width: 100%;
    padding: 30px 5px 30px 10px;
  }

  .timeline ul li .content-timeline h3 {
    color: #34ace0;
    font-size: 15px;
  }

}

.section-header {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.projects__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5rem;
  margin-bottom: 11rem;
}

@media only screen and (max-width: 56.25em) {
  .projects__row {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .projects__row {
    text-align: center;
  }
}

.projects__row:last-child {
  margin-bottom: 0;
}

.projects__row-img-cont {
  overflow: hidden;

}

.projects__row-img-cont>img {
  width: 100%;
  height: auto;
}

.projects__row-img {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: drop-shadow(5px 5px 10px #000000);
}

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

@media only screen and (max-width: 56.25em) {
  .projects__row-content {
    align-items: center;
  }
}

.projects__row-content-title {
  margin-bottom: 2rem;
}

.projects__row-content-desc {
  max-width: 60rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  color: #ffffff;
}


.wow {
  cursor: pointer;
  animation: input-shadow ease-in-out 10s infinite;
}

@keyframes input-shadow {

  0%,
  49%,
  53%,
  54%,
  57%,
  100% {
    filter: none;
  }

  50%,
  5% {
    filter: drop-shadow(0px 10px 5px rgb(131 24 24));
  }
}

#confetti-canvas {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}


.project-cs-hero {
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .project-cs-hero {
    height: unset;
    min-height: unset;
  }
}

.project-cs-hero__content {
  padding: 25rem 0 17rem 0;
  max-width: 90rem;
  width: 92%;
  margin: auto;
}

@media only screen and (max-width: 37.5em) {
  .project-cs-hero__content {
    padding: 19rem 0 13rem 0;
    margin: auto;
    position: static;
    transform: translate(0, 0);
  }
}
/* If you like this, be sure to ❤️ it. */
.wrapper {
  height: 100vh;
  /* This part is important for centering the content */
  display: flex;
  align-items: center;
  justify-content: center;
  /* End center */
  background: -webkit-linear-gradient(to right, #834d9b, #d04ed6);
  background: linear-gradient(to right, #834d9b, #d04ed6);
}

.project-cs-hero__info {
  margin: 3rem auto 0 auto;
  max-width: 80rem;
}

.project-cs-hero__cta {
  margin-top: 5rem;
  text-align: center;
}

.project-details__content {
  padding: 3rem 0;
  max-width: 90rem;
  color: #fff;
  margin: auto;
}

.project-details__content-title {
  margin-bottom: 3rem;
  color: white;
}

.project-details__showcase-img-cont {
  width: 100%;
  margin-bottom: 6rem;
}

.project-details__showcase-img {
  width: 100%;
  filter: drop-shadow(5px 5px 10px #000000);
}

.project-details__content-main {
  width: 100%;
  max-width: 70rem;
  margin: auto;
}

.project-details__desc {
  margin: 0 0 7rem 0;
}

.project-details__desc-para {
  line-height: 1.7;
  color: rgb(255, 255, 255);
  margin-bottom: 2rem;
}

.project-details__tools-used {
  margin: 0 0 7rem 0;
}

.project-details__tools-used-list {
  display: flex;
  flex-wrap: wrap;
}

.project-details__tools-used-item {
  padding: 1rem 2rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  font-weight: 600;
  color: #777;
}

.project-details__links {
  margin: 0 0;
}

.project-details__links-btn {
  margin-right: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .project-details__links-btn {
    margin-right: 0;
    width: 70%;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.project-details__links-btn:last-child {
  margin: 0;
}

@media only screen and (max-width: 37.5em) {
  .project-details__links-btn:last-child {
    margin: 0;
  }
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5rem;
}

@media only screen and (max-width: 56.25em) {
  .header__content {
    padding: 0 2rem;
  }
}

.header__logo-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;
  transition: color .3s;
}

.header__logo-container:hover {
  color: #0062b9;
}

.header__logo-img-cont {
  width: 5rem;
  height: 5rem;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 1.5rem;
}

@media only screen and (max-width: 56.25em) {
  .header__logo-img-cont {
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 1.2rem;
  }
}

.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.header__logo-sub {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header__links {
  display: flex;
}

@media only screen and (max-width: 37.5em) {
  .header__links {
    display: none;
  }
}

.header__link {
  padding: 2.2rem 3rem;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  transition: color .3s;
}

.header__link:hover {
  color: #0062b9;
}

@media only screen and (max-width: 56.25em) {
  .header__link {
    padding: 3rem 1.8rem;
  }
}

.header__main-ham-menu-cont {
  display: none;
  width: 3rem;
  padding: 2.2rem 0;
}

@media only screen and (max-width: 37.5em) {
  .header__main-ham-menu-cont {
    display: block;
  }
}

.header__main-ham-menu {
  width: 100%;
}

.header__main-ham-menu-close {
  width: 100%;
}

.header__sm-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.header__sm-menu--active {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (max-width: 37.5em) {
  .header__sm-menu--active {
    visibility: visible;
    opacity: 1;
  }
}

.header__sm-menu-link a {
  display: block;
  text-decoration: none;
  padding: 2.5rem 3rem;
  color: #333;
  text-align: right;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color .3s;
}

.header__sm-menu-link a:hover {
  color: #0062b9;
}

.header__sm-menu-link:first-child a {
  border-top: 1px solid #eee;
}

.header__sm-menu-link-last {
  border-bottom: 0;
}

.main-footer {
  color: #fff;
}

.main-footer__upper {
  display: flex;
  justify-content: space-between;
  padding: 8rem 0;
}

@media only screen and (max-width: 56.25em) {
  .main-footer__upper {
    padding: 6rem 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .main-footer__upper {
    display: block;
  }
}

.main-footer__row-1 {
  order: 2;
}

@media only screen and (max-width: 56.25em) {
  .main-footer__row-1 {
    margin-bottom: 5rem;
  }
}

.main-footer__row-2 {
  width: 40%;
  order: 1;
  max-width: 50rem;
}

@media only screen and (max-width: 56.25em) {
  .main-footer__row-2 {
    width: 100%;
  }
}

.main-footer__short-desc {
  margin-top: 2rem;
  color: #eee;
  line-height: 1.7;
}

.main-footer__social-cont {
  margin-top: 2rem;
}

.main-footer__social-cont img {
  width: 40px;
  height: auto;
}

.main-footer__icon {
  margin-right: 1rem;
  width: 2.5rem;
}

.main-footer__icon--mr-none {
  margin-right: 0;
}

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

.skills__skill {
  padding: 0.2rem 0.4rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border: 2px solid #757474;
}

.HTML:hover {
  background-color: #e34c26;
border: 2px solid rgb(71, 85, 105, 0.7);
  }
  .CSS:hover {
    background-color: #264de4;
    border: 2px solid rgb(71, 85, 105, 0.7);
    } 
    .Python:hover {
    background-color: #264de4;
    border: 2px solid rgb(71, 85, 105, 0.7);
    } 
     .JavaScript:hover {
      background-color: #F0DB4F;
      border: 2px solid rgb(71, 85, 105, 0.7);
      }
      .React:hover{
        background-color: #61dbfb;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
      .Vite:hover{
        background-color: rgb(69, 226, 145);
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
      .Node:hover{
        background-color: #68a063;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
      .Express:hover{
        background-color: #51a120;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
      .SQL:hover{
        background-color: #00758f;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
      .GIT:hover{
        background-color: #f1502f;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
      .Github:hover{
        background-color: #666666;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
      .Bootstrap:hover{
        background-color: #9a2ff1;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
       .Vite:hover{
        background-color: #9a2ff1;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }
        .Postman:hover{
        background-color: #f1932f;
        border: 2px solid rgb(71, 85, 105, 0.7);
      }

.skills__skill::before {
  content: attr(data-tooltip);
  position: absolute;
  transform: translate(-10px, 110%);
  opacity: 0;
  background-color: #fff;
  color: #334155;
  padding: 5px 7px;
  border-radius: 6px;
  font-size: smaller;
  white-space: nowrap;
  z-index: 999;
}

.skills__skill:hover::before {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .skills__skill::before {
 display: none;
  }
}

.skills-projects {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.skills__skill-projects {
  padding: 0rem 1rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  background: rgba(153, 153, 153, 0.2);
  border: 2px solid #757474;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

.skills__skill-projects:hover {
  background-color: rgb(40 40 40 / 50%);
}

.skills-home {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  font-weight: 600;
  cursor: pointer;
}

.skills__skill-home1,
.skills__skill-home2,
.skills__skill-home3,
.skills__skill-home4,
.skills__skill-home5 {
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9em;
}

.skills__skill-home1 {
  color: rgb(0, 255, 89);
  background: rgba(20, 83, 45, .9);
  border: 2px solid;
}

.skills__skill-home1:hover {
  background: rgba(20, 83, 45, .5);
}

.home1 {
  color: rgb(0, 255, 89);
}

.skills__skill-home2 {
  color: rgb(129, 245, 255);
  background: rgba(22, 78, 99, .9);
  border: 2px solid;
}

.skills__skill-home2:hover {
  background: rgba(22, 78, 99, .5);
}

.home2 {
  color: rgb(129, 245, 255);
}

.skills__skill-home3 {
  color: rgb(250, 209, 232);
  background: rgba(131, 24, 67, .9);
  border: 2px solid;
}

.skills__skill-home3:hover {
  background: rgba(131, 24, 67, 0.5);
}

.home3 {
  color: rgb(250, 209, 232);
}

.skills__skill-home4 {
  color: rgb(255, 188, 101);
  background: rgba(124, 45, 18, .9);
  border: 2px solid;
}

.skills__skill-home4:hover {
  background: rgba(124, 45, 18, .5);

}

.home4 {
  color: rgb(255, 188, 101);
}

.mouse {
  width: 25px;
  height: 40px;
  border: 2px solid #eee;
  border-radius: 60px;
  overflow: hidden;
}







.mouse::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eee;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 1.3s infinite;
  -webkit-animation: wheel 1.3s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 27px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 27px;
  }
}
