@media (max-width: 450px) {
  .navbar a {
    font-size: 12px; 
  }
}

@media (max-width: 350px) {
  .navbar a {
    font-size: 10px; 
  }
}

@media (min-width: 768px) {
  .about-text h1 {
    font-size: 55px;
  }
  .about-text p {
    font-size: 18px;
  }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
    
html, body{
    cursor: url('../images/icons8-chatgpt-20.png'), auto;
}

  body {
    font-family: "Poppins", sans-serif;
    color: #c5c5c5;
  }


.container-about{
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
 
  }
  .about-text {
    
    width: 90%;
    max-width: 652px;
    margin: 30px auto;
  }
  .about-text h1 {
    background: var(
      --Blue-Gradient,
      linear-gradient(180deg, #ffffff 0%, rgb(0, 0, 0) 150%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    line-height: 1;
  
  }
  .about-text h1 > span {
    background: var(
      --Primary-Gradient,
      linear-gradient(180deg, #5badff 0%, #1373d1 100%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about-text p {
    font-size: 18px;
    margin-top: 30px;
  }

video {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

a {
    text-decoration: none;
  }
  header {
    /*background-color: #222;*/
  }
  nav {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1100px;    
    margin: 0 auto;
  }
  .logo img {
    width: 80px;
  }
  .navbar {
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  }
  .navbar div {
    padding: 20px 10px;
  }
  .navbar a {
    background: var(
      --Blue-Gradient,
      linear-gradient(180deg, #c5c5c5 0%, black 150%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }
  
  .navbar a:hover {
    background: var(
      --Primary-Gradient,
      linear-gradient(180deg, #ffffff 0%, rgb(0, 0, 0) 200%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  

#cursor,
#box,
#text {
  cursor: pointer;
}
#cursor {
  overflow: visible;
  transform: translate3d(300px, 0, 0) scale(1);
  transform-origin: center center;
  transform-box: fill-box;
  animation: cursor 5s ease infinite alternate;
}
@keyframes cursor {
  0% {
    opacity: 0;
    transform: translate3d(300px, 0, 0) scale(1);
  }
  30% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  60% {
    opacity: 1;
    transform: translate3d(-200px, -200px, 0) scale(1);
  }

  /* clique */
  65% {
    opacity: 1;
    transform: translate3d(-200px, -200px, 0) scale(0.95);
  }
  70% {
    opacity: 1;
    transform: translate3d(-200px, -200px, 0) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate3d(-300px, -50px, 0) scale(1);
  }
}


#box {
  opacity: 0;
  animation: box 5s ease infinite alternate;
}
@keyframes box {
  0%,
  60% {
    opacity: 0;
  }
  65%,
  100% {
    opacity: 1;
  }
}

#text1,
#text2,
#text3,
#text4 {
    font-weight: bold;
    font-family: "Poppins", sans-serif; 
}

.Cursor1 {
    display: flex;
    justify-content: center;
    position: relative;  
}


.div-button{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    
}

.button {
    --black-700: hsla(0 0% 12% / 1);
    --border_radius: 9999px;
    --transtion: 0.3s ease-in-out;
    --offset: 2px;
  
    cursor: pointer;
    position: relative;
  
    display: flex;
    align-items: center;
    gap: 0.5rem;
  
    transform-origin: center;
  
    padding: 1rem 2rem;
    background-color: transparent;
  
    border: none;
    border-radius: var(--border_radius);
    transform: scale(calc(1 + (var(--active, 0) * 0.1)));
  
    transition: transform var(--transtion);
  }
  
  .button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    width: 100%;
    height: 100%;
    background-color: var(--black-700);
  
    border-radius: var(--border_radius);
    box-shadow: inset 0 1px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%),
      0px 4px 10px -4px hsla(0 0% 0% / calc(1 - var(--active, 0))),
      0 0 0 calc(var(--active, 0) * 0.375rem) #0077ff48;
  
    transition: all var(--transtion);
    z-index: 0;
  }
  
  .button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    width: 100%;
    height: 100%;
    background-color: #0077ffc5;
    background-image: radial-gradient(
        at 51% 89%,
        #68a4e9c5 0px,
        transparent 50%
      ),
      radial-gradient(at 100% 100%, #4e8bd1 0px, transparent 50%),
      radial-gradient(at 22% 91%, #3472b9 0px, transparent 50%);
    background-position: top;
  
    opacity: var(--active, 0);
    border-radius: var(--border_radius);
    transition: opacity var(--transtion);
    z-index: 2;
  }
  
  .button:is(:hover, :focus-visible) {
    --active: 1;
  }
  .button:active {
    transform: scale(1);
  }
  
  .button .dots_border {
    --size_border: calc(100% + 2px);
  
    overflow: hidden;
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    width: var(--size_border);
    height: var(--size_border);
    background-color: transparent;
  
    border-radius: var(--border_radius);
    z-index: -10;
  }
  
  .button .dots_border::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: left;
    transform: rotate(0deg);
  
    width: 100%;
    height: 2rem;
    background-color: white;
  
    mask: linear-gradient(transparent 0%, white 120%);
    animation: rotate 2s linear infinite;
  }
  
  @keyframes rotate {
    to {
      transform: rotate(360deg);
    }
  }
  
  .button .sparkle {
    position: relative;
    z-index: 10;
  
    width: 1.75rem;
  }
  
  .button .sparkle .path {
    fill: currentColor;
    stroke: currentColor;
  
    transform-origin: center;
  
    color: hsl(0, 0%, 100%);
  }
  
  .button:is(:hover, :focus) .sparkle .path {
    animation: path 1.5s linear 0.5s infinite;
  }
  
  .button .sparkle .path:nth-child(1) {
    --scale_path_1: 1.2;
  }
  .button .sparkle .path:nth-child(2) {
    --scale_path_2: 1.2;
  }
  .button .sparkle .path:nth-child(3) {
    --scale_path_3: 1.2;
  }
  
  @keyframes path {
    0%,
    34%,
    71%,
    100% {
      transform: scale(1);
    }
    17% {
      transform: scale(var(--scale_path_1, 1));
    }
    49% {
      transform: scale(var(--scale_path_2, 1));
    }
    83% {
      transform: scale(var(--scale_path_3, 1));
    }
  }
  
  .button .text_button {
    position: relative;
    z-index: 10;
  
    background-image: linear-gradient(
      90deg,
      hsla(0 0% 100% / 1) 0%,
      hsla(0 0% 100% / var(--active, 0)) 120%
    );
    background-clip: text;
  
    font-size: 1rem;
    color: transparent;
  }
  
  @media (max-width: 700px) {
    #cv{
      display: flex;
      justify-self: center;
      align-self: center;
      margin: 0 auto;
      width: 100%;


    }
  }



  

footer {
    display: flex;
    justify-content: end;
    color: rgb(38, 38, 38);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 5px;
}
