@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Borel&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", serif;
  color: #333333;
  background-color:#ffffff;
  background: url(/img/background-apropos.webp);
  background-position: top;
  background-size: contain;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
  width: 100%;
}

/*_________________________________________________________*/

main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main_apropos h1 {
  font-size: 2.5rem;
  margin: 10px;
}

.main_apropos h2 {
  font-weight: 600;
  margin: 0 0 3% 0;
  font-size: 2rem;
  color: #333333;
}

.main_apropos h3 {
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0px 0px 20px;
}

.main_apropos h4 {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 2% 0;
}

.main_apropos p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

/*----------------------------------------------------*/

.section-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5vh 0;
  background: linear-gradient(45deg,#bf8aff,#b1ffc9);
  box-shadow: 0 4px 10px rgba(43, 80, 192, 0.355);
  position: relative;
  overflow: hidden;
}

.section-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg,rgba(255, 255, 255, 0.199) 1px,transparent 1px),
  linear-gradient(rgba(255, 255, 255, 0.225) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
}

.section-1 h2 {
  font-family: "Borel", sans-serif;
  margin-top: 1%;
  margin-bottom: 0;
}

.section-1 img {
  width: 60%;
  max-width: 600px;
  min-width: 300px;
  padding: 2% 0 1% 0;
  height: auto;
  z-index: 3;
  filter: drop-shadow(5px 5px 10px rgba(7, 21, 89, 0.5));
  transition: transform 0.3s ease-in-out;
}

.section-1 img:hover {
  transform: scale(1.05);
}

/*----------------------------------------------------*/

.social-icons {
  padding: 0;
}

.social-icons a {
  display: inline-block;
  line-height: 52px;
  height: 50px;
  width: 50px;
  box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
  margin: 15px 15px;
  font-size: 22px;
}

.social-icons a:hover i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

/*----------------------------------------------------*/

 .slider-nav-item {
  position: relative;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.slider-nav-item:before {
  position: absolute;
  content: "";
  height: calc(100% + 12px);
  width: calc(100% + 12px);
  top: -7px;
  left: -8px;
  border-radius: 50%;
  border: 2px solid rgba(132, 132, 164, 0.25);
  animation: 2s linear 0s normal none infinite focuse;
}

.slider-nav-item:nth-child(1) {
  color: #ff3f3f; }

.slider-nav-item:nth-child(2) {
  color: #723fff; }

.slider-nav-item:nth-child(3) {
  color: #4e6eff; }

.slider-nav-item:nth-child(4) {
  color: #ff59e6; }


.slider-nav-item:last-child:after {
  display: none; }

.slider-nav-item:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  content: '';
  width: 100%;
  background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
  z-index: 0;
  animation: slide 1s linear infinite;
}

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1; }
  75% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }}

/*_________________________________________________________*/

.section-2 {
  padding: 6vh 0;
  background: #ffffff;
}

.colored-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
  margin: 4% 0 2% 0;
}

.boxed-content {
  background-color: #f0f0fa;
  border-radius: 1vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: calc(30% - 2%);
  padding: 1.5vw;
  padding-top: 1.3vh;
  text-align: center;
  transition: transform 0.3s ease;
}

.boxed-content:hover {
  transform: scale(1.05);
}

.small-image img {
  width: 70%;
  height: auto;
  border-radius: 1vw;
}

.boxed-content p {
  font-size: 1rem;
  color: #666;
  margin: auto;
}

/*_________________________________________________________*/

.section-3 {
  padding: 6vh 0;
  display: flex;
  justify-content: center;
  background-color: #f0f0fa;
}

.sheet {
  max-width: 800px;
  width: 100%;
  text-align: center;
}

/*----------------------------------------------------*/

.skills {
  display: flex;
  flex-direction: column;
  padding: 3%;
  gap: 25px;
}

.skill-name {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
}

.skill-bar {
  height: 18px;
  background: #ececec;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: visible;
}

.skill-per {
  height: 100%;
  background: linear-gradient(135deg, #ffdd67, #ff6ec4, #b689f9, #85e2ff);
  border-radius: 25px 0 0 25px;
  position: relative;
  animation: fillBars 3.5s ease forwards;
}

.skill-per::before {
  content: attr(data-per);
  position: absolute;
  top: -35px;
  left: 100%;
  transform: translateX(-50%);
  padding: 6px 10px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.skill-per::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 100%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
  z-index: 1;
}

@keyframes fillBars {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/*_________________________________________________________*/

.section-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6vh 0;
  overflow: hidden;
}

.content-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  padding: 20px;
}

.image-left img {
  width: 22vw;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out;
}

.image-left img:hover {
  transform: scale(1.05);
}

.text-right {
  flex: 1;
  text-align: center;
}

.section-4 h2 {
  white-space: nowrap;
  text-transform: uppercase;
  background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.5vw;
  margin-bottom: 15px;
}

/*----------------------------------------------------*/

.colored-strip {
  background: linear-gradient(to right, #e1baff, #b288ff);
  padding: 20px 0;
  margin: 50px auto;
  width: 85vw;
  max-width: 1700px;
  border-radius: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.strip-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  max-height: 90px;
  margin: 0 auto;
}

.strip-content p {
  font-size: 1.3rem;
  color: #3a3a3a;
  text-align: center;
}

.container-button {
  position: relative;
  display: inline-block;
  padding: 4px;
  border-radius: 0.9em;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ff8b6f, #03a9f4);
  background-size: 300%;
  animation: gradientMove 5s linear infinite;
  transition: transform 0.3s ease;
}

.button {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.6em 0.8em;
  border-radius: 0.5em;
  border: none;
  background-color: #ececec;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@keyframes gradientMove {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 300%;
  }
}

.container-button:hover {
  transform: scale(1.05);
}

.container-button:hover .button {
  box-shadow: 4px 4px 6px rgba(14, 4, 82, 0.353);
}

.container-button:active {
  transform: scale(0.95);
}

.container-button:active .button {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*----------------------------------------------------*/

.floatingchat-container-wrap {
  left: auto !important;
  right: 16px !important;
}

.floating-chat-kofi-popup-iframe {
  left: auto !important;
  right: 16px !important;
}

/*▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬*/

/*█▀█ █▀▀ █▀ █▀█ █▀█ █▄ █ █▀ █ █ █ █▀▀
  █▀▄ ██▄ ▄█ █▀▀ █▄█ █ ▀█ ▄█ █ ▀▄▀ ██▄*/

  @media (max-width: 480px) {

    body, html {
      background: none;}
  
    h1 {font-size: 1.5rem;}
  
    h2 {font-size: 1.2rem;padding-bottom: 4%;}
  
    h3 {font-size: 0.7rem;white-space: nowrap;}
  
    h4 {
      font-size: 0.7rem;
    }
  
    p {font-size: 0.7rem; margin:0 4%;}
  
  /*----------------------------------------------------*/

    .container {
      margin-top: 35px;
    }
  
    .section-1  {
      padding: 4vh 0;
    }
  
    .section-1 h2 {
      padding-bottom: 0;
    }
  
    .social-icons {
      padding-bottom: 3%;
    }
  
    .social-icons a {
      line-height: 40px;
      height: 37px;
      width: 37px;
      margin: 10px 10px;
      font-size: 18px;
    }  
  
  /*_________________________________________________________*/
  
    .section-2  {
      padding: 4vh 0;
    }
  
    .boxed-content {width: calc(30% - 2%);}
  
    .small-image img {
      width: 50%;
    }
    
    .boxed-content p {
      font-size: 0.6rem;
    }
  
  /*_________________________________________________________*/
  
    .section-3 {
      padding: 4vh 0;
    }
  
    .skill-name {font-size: 0.7rem;}
  
    .skill-bar {
      height: 14px;
    }
  
    .skill-per::before {
      top: -32px;
      font-size: 10px;
    }
  
  /*_________________________________________________________*/
  
    .section-4 {
      flex-direction: column;
      align-items: center;
      padding: 3vh 0;
    }
  
    .content-4 {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 15px;
      padding: 10px;
    }
  
    .image-left img {
      width: 60vw;
    }
  
    .text-right {
      text-align: center;
    }
  
    .section-4 h2 {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 1px;
    }
  
  /*_________________________________________________________*/
  
    .colored-strip {
      padding: 12px 0;
      margin: 30px auto;
      width: 95%;
    }
  
    .strip-content {max-width: 75vw;}

    .strip-content p {font-size: 0.6rem;}
  
    .container-button {
      padding: 0.2em;
      border-radius: 0.6em;
    }
  
    .button {
      font-size: 0.7em;
      padding: 0.8em 0.8em;
      margin-right: 1px;
      margin-bottom: 1px;
  }} 

  /*_________________________________________________________*/  

@media (max-width: 768px) {

  body, html {
    background: none;}

  h1 {font-size: 1.5rem;}

  h2 {font-size: 1.2rem;padding-bottom: 4%;}

  h3 {font-size: 0.7rem;}

  h4 {
    font-size: 0.7rem;
  }

  p {font-size: 0.7rem; margin:0 4%;}

  /*----------------------------------------------------*/  

  .section-1  {
    padding: 4vh 0;
  }

  .section-1 h2 {
    padding-bottom: 0;
  }

  .social-icons {
    padding-bottom: 3%;
  }

  .social-icons a {
    line-height: 40px;
    height: 37px;
    width: 37px;
    margin: 10px 10px;
    font-size: 18px;
  } 

  /*_________________________________________________________*/

  .section-2  {
    padding: 4vh 0;
  }

  .boxed-content {width: calc(30% - 2%);}

  .small-image img {
    width: 50%;
  }
  
  .boxed-content p {
    font-size: 0.6rem;
  }

  /*_________________________________________________________*/

  .section-3 {
    padding: 4vh 0;
  }

  .skill-name {font-size: 0.7rem;}

  .skill-bar {
    height: 14px;
  }

  .skill-per::before {
    top: -32px;
    font-size: 10px;
  }

  /*_________________________________________________________*/

  .section-4 {
    flex-direction: column;
    align-items: center;
    padding: 3vh 0;
  }

  .content-4 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
  }

  .image-left img {
    width: 60vw;
  }

  .text-right {
    text-align: center;
  }

  .section-4 h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1px;
  }

  /*_________________________________________________________*/

  .colored-strip {
    padding: 12px 0;
    margin: 30px auto;
    width: 95%;
  }

  .strip-content {max-width: 70vw;}

  .strip-content p {font-size: 0.7rem;}

  .container-button {
    padding: 0.2em;
    border-radius: 0.6em;
  }

  .button {
    font-size: 0.7em;
    padding: 0.8em 0.8em;
    margin-right: 1px;
    margin-bottom: 1px;
}} 

  /*_________________________________________________________*/

@media (min-width: 769px) and (max-width: 1081px) {

  .colored-strip {
    width: 80%;
  }
} 

/*▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬*/

/*█▀▄ ▄▀█ █▀█ █▄▀   ▀█▀ █ █ █▀▀ █▀▄▀█ █▀▀
  █▄▀ █▀█ █▀▄ █ █    █  █▀█ ██▄ █ ▀ █ ██▄*/

  body.dark-theme {
    color: #f0f0f0;
    background-color: rgb(59, 66, 107);
  }
  
  body.dark-theme h2 {
    color: #ffffff;
  }
  
  body.dark-theme p {
    color: #e4e4e4;
  }
  
  /*----------------------------------------------------*/
  
  body.dark-theme .section-1 {
    background: linear-gradient(45deg, #5d5dad, #3b7960);
  }
  
  body.dark-theme .slider-nav-item {
    background: #483e6a;
  }

  body.dark-theme .slider-nav-item:nth-child(1) {
    color: #ff8080; }
  
  body.dark-theme .slider-nav-item:nth-child(2) {
    color: #a483ff; }
  
  body.dark-theme .slider-nav-item:nth-child(3) {
    color: #8da2ff; }
  
  body.dark-theme .slider-nav-item:nth-child(4) {
    color: #ff93cd; }
  
  /*----------------------------------------------------*/

  body.dark-theme .section-2 {
    background: rgb(59, 66, 107);
  }
  
  body.dark-theme .boxed-content {
    background-color: #31355a;
  }
  
  body.dark-theme .boxed-content p {
    color: #bbbbbb;
  }
  
  /*----------------------------------------------------*/
  
  body.dark-theme .section-3 {
    background-color: #31355a;
  }
  
  body.dark-theme .skill-bar {
    background: rgb(78, 86, 131);
  }
  
  body.dark-theme .skill-per {
    background: linear-gradient(135deg, #ffa726, #ff4081, #7e57c2, #29b6f6);
  }
  
  body.dark-theme .skill-per::before {
    background: rgb(59, 66, 107);
    color: #dddddd;
  }
  
  body.dark-theme .skill-per::after {
    background: #333333;
  }
  
  body.dark-theme .skill-bar:hover .skill-per {
    background: linear-gradient(135deg, #ff8f00, #f50057, #651fff, #00e5ff);
  }
  
  /*----------------------------------------------------*/
  
  body.dark-theme .section-4 h2 {
    background: linear-gradient(to right, #71eee3 0%, #2f66cb 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  body.dark-theme .colored-strip {
    background: linear-gradient(to right, #763891, #512785);
  }
  
  body.dark-theme .strip-content p {
    color: #dddddd;
  }
  
  body.dark-theme .button {
    background-color: #333333;
    color: #ffffff;
  }
  