/* Global Styles */
:root{
    --primary-color: #ff007f;
    --secondary-color: #f44336;
    --tertiary-color:#fc0000;
    --quaternary-color: rgba(0, 0, 0, 0.5);  
    --quinary-color: rgba(0, 0, 0, 0.8);
  }
  
  
  ::-webkit-scrollbar{
    background-color: #1d1d1d;
    width: 5px;
  }
  
  ::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);
    border-radius: 10px;
  
  }
  
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #1e1e2f, #2c2c4a);
    color: #fff;
    z-index: -1;
  }
  
  
  /* Hero Section */

  .testando{
    padding: 20px;
  }

  .hero {
    text-align: center;
    padding: 100px 20px;
    background: url("your-background-image.jpg") no-repeat center;
    background-size: cover;
    margin-top: 20px; /* correcao margin */
  }
  .hero h1 {
    font-size: 3em;
    color: #fff;
  }
  .hero p {
    font-size: 1.2em;
    margin: 20px 0;
  }
  .cta-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
  }
  
  /* Features Section */
  .features {
    display: flex;
    justify-content: space-around;
    padding: 50px 20px;
    background: rgba(0, 0, 0, 0.8);
  }
  .feature-card {
    background: #ffffff1a;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 30%;
  }
  .feature-card h2 {
    margin-bottom: 10px;
    color: var(--primary-color);
  }
  
  .titles__add {
    display: flex;
    justify-content: center;
    padding: 1.5rem;
  }
  
  .title__projects {
    color: white;
    text-decoration: none;
    font-size: 25px;
    border: none;
    background: none;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  
  .title__projects::before {
    margin-left: auto;
  }
  
  .title__projects::after,
  button::before {
    content: "";
    width: 0%;
    height: 2px;
    background: var(--secondary-color);
    display: block;
    transition: 0.5s;
  }
  
  
  /* GRID E IMAGES */
  
  .parent {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: minmax(200px, auto);
    gap: 20px;
    padding: 20px;
    width: 100%;
    height: 100%;
  }
  
  .card {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    border-radius: 5px;
  }
  
  .card__title {
    color: var(--primary-color);
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .card p {
    font-size: 16px;
    color: #fff;
  }
  
  .card a {
    text-decoration: none;
    background-color: var(--primary-color);
  }
  
  .content {
    padding: 1.1rem;
  }
  
  .image {
    object-fit: cover;
    width: 100%;
    height: 150px;
    background-color: var(--primary-color);
  }
  
  .title {
    color: #111827;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
  
  .desc {
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .action {
    display: inline-flex;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    align-items: center;
    gap: 0.25rem;
    background-color: #2563eb;
    padding: 4px 8px;
    border-radius: 4px;
  }
  
  .action span {
    transition: 0.3s ease;
  }
  
  .action:hover span {
    transform: translateX(4px);
  }
  
  /* CSS CARDS PREÇO */
  
  .cards__price_title {
    display: flex;
    justify-content: center;
    padding: 1.5rem;
  }
  
  .cards__price {
    padding: 1.5rem;
  }
  
  .btn {
    --color: #ff007f;
    --color2: rgb(10, 25, 30);
    padding: 0.8em 1.75em;
    background-color: #ff007f;
    border-radius: 6px;
    border: 0.3px solid var(--color);
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    font-weight: 300;
    font-size: 17px;
    font-family: "Roboto", "Segoe UI", sans-serif;
    text-transform: uppercase;
  
  }
  
  
  
  .cards__price {
    display: flex;
    justify-content: center;
    gap: 20px;
  
  }
  
  
  .card__price {
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    width: 100%;
    height: auto;
    background-color:  var(--quaternary-color);
    background-image: radial-gradient(
        circle at 0% 0%,
     rgba(0, 0, 0, 0.8)
        rgba(0, 0, 0, 0) 75%
      ),
      radial-gradient(
        circle at 100% 100%,
        rgb(25, 2, 31, 0.9) 15%,
        rgba(0, 0, 0, 0) 150%
      ),
      linear-gradient(
        135deg,
        rgba(24, 8, 28, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(24, 8, 28, 0) 100%
      );
    border-radius: 0.5rem;
  }
  
  
  .card__price::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background-color: var(--primary-color);
    background-image: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1) 0%,
      var(--primary-color) 75%
    );
    border-radius: 9999px;
    box-shadow: 0 1px 5px 3px var(--primary-color), 0 0 30px 5px var(--secondary-color);
    box-shadow: 0 1px 5px 3px var(--tertiary-color), 0 0 30px 5px var(--tertiary-color);
  }
  
  .card__price .title {
    font-size: 1rem;
    color: white;
    font-weight: 600;
  }
  
  .card__price .pricing {
    font-size: 1.5rem;
    color: white;
    font-weight: 600;
  }
  
  .card__price .pricing .pricing-time,
  .card__price .sub-title {
    font-size: 0.75rem;
    color: rgb(211, 211, 211);
    font-weight: 500;
  }
  
  .card__price .list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: white;
    font-weight: 500;
    list-style: none;
  }
  
  .card__price .list .list-item .check {
    margin-right: 0.25rem;
    font-size: 1rem;
    color: var(--primary-color);
    color: var(--primary-color); 
    font-weight: 900;
  }
  
  .oi {
    display: inline-flex; /* Garantir que os botões fiquem alinhados corretamente */
    justify-content: center;
    align-items: center;
    padding: 10px 20px; /* Ajustar o padding para garantir consistência */
    height: 50px; /* Definir uma altura fixa para todos os botões */
    background: linear-gradient(45deg, #ff00c6, #ff0099); /* Cor do fundo */
    border-radius: 25px;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
  }
  
  
  
  .card__price .button {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    width: 100%;
    height: fit-content;
    background-color:  var(--primary-color);
    background-color: var(--primary-color);
    font-size: 0.75rem;
    color: white;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 2px 1px var(--primary-color);
    transition: all 0.3s cubic-bezier(1, 0, 0, 1);
  }
  
  .card__price .button .text-button {
    position: relative;
    z-index: 1;
  }
  
  .card__price .button::before,
  .card__price .button::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .card__price .button::before {
    left: 0;
    background-image: radial-gradient(
      circle at 0% 45%,
      rgba(16, 5, 36, 1) 19%,
      rgb(255, 0, 127) 46%,
      rgba(16, 5, 36, 0) 100%
    );
  }
  
  .card__price .button::after {
    right: 0;
    background-image: radial-gradient(
      circle at 100% 45%,
      rgba(16, 5, 36, 1) 19%,
      rgba(16, 5, 36, 0.26) 46%,
      rgba(16, 5, 36, 0) 100%
    );
  }
  
  .card__price .button:hover {
    box-shadow: 0px 0px 20px 0 var(--primary-color);
    box-shadow: 0px 0px 20px 0 var(--primary-color);
  }
  
  .card__price .button:hover::before,
  .card__price .button:hover::after {
    width: 0;
    opacity: 0;
  }
  
  