@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@font-face {
  font-family: 'AvenirLT';
  src: url('../fonts/AvenirLTProHeavy.otf') format('opentype');
}
:root {
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  /*background-color: #242424;*/
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* canvas {
  display: block;
  position: fixed;
} */

canvas {
  z-index: 2;
}

#app {
  /* height: 500vh !important; */
  /* position: relative;
overflow: hidden; */
  padding: 0;
  margin: 0;
  /* position: relative; */
  top: 0 !important;
}

#app {
  height: calc(100vh * 1);
  /* position: relative; */
  overflow: hidden;
}

#trigger {
  height: 100vh !important;
  /* width: 60vw; */
  position: absolute;
  z-index: 2;
}


@media (max-width: 768px) {
  #trigger {
    display: none !important;
  }
    #content {
    min-width:100% !important;
  }
  .SkillsSection_titleContainer__rWGx3 h2{
      font-size: 64px !important;
      width: 100%;
      text-align: left;  }
  .SkillsSection_textContainer___kcPM{
      /*top:40% !important;*/
      font-size: 12px !important;
  }
}

#content {
  /* color: red;
  font-size: 45px;*/
  z-index: 1;
  height: 100%;
  position: absolute;
  right: 0 !important;
   /* text-align: center;
  vertical-align: middle;
  justify-content: center;
  display: flex; */
  /* top: 5%; */
  background-color: #ffffff;
}

#content a{
    color:#333333 !important;
}



/* Child 1 Styles */

.hexa-title {
  font-size: 2em;
}

/* Child 3 Styles */
.SkillsSection_textContainer___kcPM {
  display: block;
  position: absolute;
  top: 3%;
  right: 22%;
  text-align: right;
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  line-height: 130%;
  font-size: 0.6em;
  font-family: 'Source Sans';
}

.SkillsSection_list__XgQXP {
  --item-height: 48px;
  --gap: 8px;
  --delta: 32px;
}

@media (min-width: 768px) {
  .SkillsSection_list__XgQXP {
    --item-height: 82px;
    --delta: 53px;
  }
}

.SkillsSection_images-container__q0old {
  clip-path: polygon(0 0, 10% 50%, 0 100%, 0 0);
}

@media (min-width: 1024px) {
  .SkillsSection_images-container__q0old {
    clip-path: none;
  }
}

.SkillsSection_skillsContainer__wtFkR {
  height: 595vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 50;
  font-size: 1.5em;
}

.SkillsSection_content__9bVhz {
  height: 100vh;
  background-color: #fff;
  position: absolute;
}

.SkillsSection_waveContainer__jyJdt {
  width: 100%;
  display: flex;
  position: relative;
}

.SkillsSection_waveContainer__jyJdt svg {
  width: 100%;
}

.SkillsSection_lineCover__z0zAc {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.SkillsSection_content__9bVhz {
  position: relative;
}

.SkillsSection_textsContainer__KFEiG {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.SkillsSection_titleContainer__rWGx3 {
  position: absolute;
  top: 22%;
  right: 20%;
  text-align: end;
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  z-index: 2;
}

.SkillsSection_titleContainer__rWGx3 h2 {
  height: 100%;
  color: #000000;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  opacity: 0.8;
  z-index: 2;
  
}

[data-item] {
  display: none;
}

.SkillsSection_numberTitle__7F234 {
  opacity: 0;
  font-weight: lighter;
  height: 100%;
  color: #555;
  z-index: 1;
  bottom: 5%;
  font-size: 960px;
  align-items: center;
}

.SkillsSection_numberTitle__7F234,
.SkillsSection_textContainer___kcPM {
  /* font-family: Source Sans; */
  position: absolute;
  display: flex;
  justify-content: center;
  font-family: 'Source Sans 3', sans-serif !important;
  right: 46px;

}

.SkillsSection_textContainer___kcPM {
    font-weight: 300;
    top: 32%;
    width: 90%;
    right: 22%;
    height: 40%;
    text-align: end;
    flex-direction: column;
    align-items: flex-end;
    line-height: 210%;
    font-size: 22px;
}

.SkillsSection_text__7_QLQ {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  opacity: 0;
  transform: translateX(7%);
font-family: 'Switzer' !important;  
}

@media (max-width: 2580px) {
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 1.35em;
  }
}

@media (max-width: 2350px) {
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 1.15em;
  }
}

@media (max-width: 2150px) {
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 1em;
  }
}

@media (max-width: 1700px) {
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 0.9em;
  }

  .SkillsSection_numberTitle__7F234 {
    font-size: 55em;
  }
}

@media (max-width: 1450px) {
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 0.8em;
  }
}

@media (max-height: 650px) {

  .SkillsSection_numberTitle__7F234 {
    font-size: 47em;
  }
  .SkillsSection_titleContainer__rWGx3 {
    top: 14%;
    }
    .SkillsSection_titleContainer__rWGx3 h2 {
    font-size: 85px;
    }
    .SkillsSection_textContainer___kcPM {
    top: 32%;
    font-size: 22px;
    }
}

@media (max-height: 850px) and (min-height: 651px) {

  .SkillsSection_numberTitle__7F234 {
    font-size: 50em;
  }
  .SkillsSection_titleContainer__rWGx3 {
    top: 20%;
    }
    .SkillsSection_titleContainer__rWGx3 h2 {
    font-size: 90px;
    }
    .SkillsSection_textContainer___kcPM {
    top: 33%;
    font-size: 23px;
    }
}

@media (max-width: 1250px) {
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 0.7em;
  }

  .SkillsSection_textsContainer__KFEiG {
    width: 65%;
  }

  .SkillsSection_numberTitle__7F234 {
    left: 20%;
  }

  .SkillsSection_text__7_QLQ {
    font-size: 1.3em;
  }
}

@media (max-width: 1100px) {
  .SkillsSection_textsContainer__KFEiG {
    top: 5%;
  }
}

@media (max-width: 950px) {
  .SkillsSection_numberTitle__7F234 {
    right: 50%;
    font-size: 41em !important;
  }

  .SkillsSection_textsContainer__KFEiG {
    top: 0;
  }

  .SkillsSection_text__7_QLQ {
    font-size: 1.5em;
  }
}

@media (max-width: 800px) {
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 0.6em;
  }
}

@media (max-width: 751px) {
  .SkillsSection_textsContainer__KFEiG {
    top: 10%;
    height: 80%;
    width: 100%;
  }

  .SkillsSection_titleContainer__rWGx3 {
    top: 1%;
    left: 5%;
  }

  .SkillsSection_textContainer___kcPM {
    top: 30%;
    width: 100%;
    right: 5%;
  }

  .SkillsSection_numberTitle__7F234 {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}


@media (max-width: 1200px) {
    .SkillsSection_titleContainer__rWGx3 {
            top: 10%;
}


  .SkillsSection_textContainer___kcPM {
    top: 35%;
    width: 100%;
    left: 5%;
  }
  p {
    margin: 0 0 35px !important;
    width: 100%;
}
}

@media (max-width: 550px) {
    
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 0.5em;
  }
}

@media (max-width: 500px) {
  .SkillsSection_titleContainer__rWGx3 {
    top: 10%;
  }

  .SkillsSection_text__7_QLQ {
    font-size: 1.5em;
    line-height: 65%;
    text-align: left;
  }
}

@media (max-width: 350px) {
  .SkillsSection_skillsContainer__wtFkR {
    font-size: 0.4em;
  }
}









[data-item-list-item] {
  transition: 
    opacity 0.4s ease-out,
    transform 0.4s ease-out,
    filter 0.4s ease-out;
  will-change: opacity, transform, filter;
}

[data-item-title] {
  transition: 
    opacity 0.6s ease-out,
    filter 0.6s ease-out;
  will-change: opacity, filter;
}

.SkillsSection_numberTitle__7F234 {
  transition: opacity 0.8s ease-out;
}