@import url('./WEB/css/archivo.css');
/*
.list li a h1 {
        background-image: linear-gradient(to right,var(--tw-gradient-stops));
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0));
        --tw-gradient-to: #2563eb;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        padding: 40px;
        font-size: 75px;
              }

* {
  cursor: none;
}
*/

body{
  background-color: #dae5d7;
  color: #000000;
  font-family: 'archivo-regular';
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  cursor: none;

}

* {
  box-sizing: border-box;
  cursor: none;
}



body.dark {
  background-color: #292c35;
  color: #fff;
}
body.dark .resume:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
body.dark .resume{
  color: rgb(0, 0, 0);
  background-color: #fff;
}

body.dark .cursor{
  background-color: #fff;
}

body.dark .cursor2{
  border-color: #ffffff;
  background-color: #ffffff00;
}
.strong1:hover{
  color: #1613c7;

}
body.dark .strong1:hover{
  color: #dae5d7;

}

body.dark h1,body.dark h2,body.dark h3,body.dark .cursor, body.dark .support a {color: #fff;}

.checkbox {
  opacity: 0;
  position: absolute;
  cursor: none;
}

.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  float: right;
  margin-right: 60px;
  margin-top: 50px;
  padding: 5px;
  cursor: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {color: #ffffff;}

.fa-sun {color: #ffffff;}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  cursor: none;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
  cursor: none;
}

.contianer{
  padding-left: 100px;
}
.cursor {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s, width 0.3s, height 0.3s;
  width: 8px;
  height: 8px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor.active {
  transform: translate(-50%, -50%) scale(1.5);
}
.cursor2 {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s, width 0.3s, height 0.3s;
  width: 30px;
  height: 30px;
  border: 1px;
  border-style: solid;
  border-color: #000000;
  background-color: #ffffff00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor2.active {
  transform: translate(-50%, -50%) scale(1.5);
}


h1{
  font-size: 60px;
  font-family: 'archivo-medium';
  font-weight: 500;
  cursor: none;
  padding-bottom: 0px;
}

h2{
  font-size: 30px;
  font-weight: 400;
  line-height: 0px;
  font-family: 'archivo-light';
  color: #000000;
  cursor: none;
}
.data{
  padding-top: 70px;
}
h3{
  font-size: 30px;
  font-weight: 400;
  line-height: 14px;
  font-family: 'archivo-light';
  cursor: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}




.strong1:hover{
  color: #1613c7;

}
.resume{
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  padding: 18px 25px 18px 25px;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: none;
  
}
.resume:hover{
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  border: #333;
  border-style: solid;
  padding: 18px 25px 18px 25px;
  margin-top: 40px;
  margin-bottom: 20px;
  cursor: none;
}
.wrapper{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px;
  display: flex;

  }
  .wrapper .icon{
    margin: 0 0px;
    text-align: center;
    cursor: none;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon span{
    display: block;
    height: 40px;
    width: 40px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: relative;
    z-index: 2;
    cursor: none;
    margin: 4px;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon span i{
    line-height: 40px;
    font-size: 20px;
    align-items: auto;
    color: rgb(255, 255, 255);
    cursor: none;
  }
  .wrapper .icon span i:hover{
    line-height: 40px;
    font-size: 20px;
    align-items: auto;
    color: rgb(255, 255, 255);
    cursor: none;
  }
  .wrapper .icon .tooltip{
    position: absolute;
    top: 0;
    cursor: none;
    z-index: 1;
    background: #fff;
    color: #fff;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 25px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon:hover .tooltip{
    top: -70px;
    opacity: 1;
    cursor: none;
    pointer-events: auto;
  }
  .icon .tooltip:before{
    position: absolute;
    content: "";
    background: #fff;
    left: 20%;
    cursor: none;
    bottom: -6px;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon:hover span{
    color: #fff;
    cursor: none;
  }
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip{
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
  }
  .wrapper .facebook:hover span,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip:before{
    background: #3B5999;
  }
  .wrapper .twitter:hover span,
  .wrapper .twitter:hover .tooltip,
  .wrapper .twitter:hover .tooltip:before{
    background: #46C1F6;
  }
  .wrapper .instagram:hover span,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip:before{
    background: #e1306c;
  }
  .wrapper .github:hover span,
  .wrapper .github:hover .tooltip,
  .wrapper .github:hover .tooltip:before{
    background: #333;
  }
  .wrapper .youtube:hover span,
  .wrapper .youtube:hover .tooltip,
  .wrapper .youtube:hover .tooltip:before{
    background: #DE463B;
  }
  

  @media only screen and (max-width: 600px) {
    /* Add mobile-specific styles here */
    body {
      font-size: 14px;
    }
    h1 {
      font-size: 40px;
    }
    h2 {
      font-size: 20px;
    }
    .resume {
      font-size: 12px;
      padding: 10px 15px;
    }
    .wrapper {
      padding-left: 30px;
    }
  }
  
  /* Use media query to adjust styles for tablets */
  @media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* Add tablet-specific styles here */
    body {
      font-size: 14px;
    }
    h1 {
      font-size: 50px;
    }
    h2 {
      font-size: 24px;
    }
    .resume {
      font-size: 14px;
      padding: 14px 20px;
    }
    .wrapper {
      padding-left: 50px;
    }
  }