@import url('https://fonts.googleapis.com/css2?family=Poppins');

body {
  font-family: 'Poppins', sans-serif;
}
    .add2cart{

        color: #f0fff1;
        background-color: #007e2e;
        width: fit-content;
        height: fit-content;
        padding-left: 15px;
        padding-right: 15px;

        border-radius: 5px;

        transition: all 0.3s;
      padding-top: -80px;
        cursor: pointer;
        font-size: 20px;
        margin-left: 120px;
      }

      .add2cart:hover{

        background-color: #0314ad;

        color: #f0fff1;

      }

      h1 {

        margin-left: auto;

        margin-right: auto;

        text-align: center;

        font-size: 100px;

        margin-bottom: 10px;

        color: #0314ad;
        color: #0314ad;
        width: fit-content;
        border: 3px solid #0314ad;

        animation: light 5s infinite;

        border-radius: 15px;

        padding: 10px;

        transition: all 0.3s;

        

      }

      h1:hover{

        box-shadow: 0px 0px 48px #0314ad96;

        transform: scale(1.1);

        cursor: pointer;

        filter: saturate(2);

      }

      .desc{
        

        text-align: center;

        margin-top: 50px;

        margin-left: 20px;

        font-size: 30px;

        color: transparent;

      background: #0314ad;

      -webkit-background-clip: text;

      -moz-background-clip: text;

      background-clip: text;

      text-shadow: 0px 3px 3px rgba(255,255,255,0.5);

      letter-spacing: 8px;

      font-weight: bolder;
      margin-bottom: 110px;
      margin-top: 60px;

      }



      .containerCard {
        margin-top: 50px;

        margin-left: auto;

        margin-right: auto;

        display: block;



        width: 90%;

      }



      .card {


        display:inline-block;

        position: relative;

        width: 225px;

        height: 300px;

        border: 1px solid #0314ad;

        margin: 10px;

        padding: 16px;

        box-shadow: 4px 4px 12px #5503ad50;

        border-radius: 8px;

        transition: all 0.3s;
        padding-bottom: 140px;
        transition-timing-function: cubic-bezier(0,1.55,.63,1.78);

      }

      .card .price{

        font-size: 25px;
        font-style: italic;


      }



      .card img {

        width: 100%;

        height: 60%;

        object-fit: cover;

        border-radius: 8px 8px 0 0;

      }

      

      .card h3 {

        margin: 8px 0;

        font-size: 25px;

        text-align: left;

        transition: all 0.3s;

      }



      .card p {

        font-size: 18px;

        margin: 4px 0;

        color: #0314ad;

        transition: all 0.3s;

      }
      






    .card:hover .badge{

      filter: saturate(2);

    }

    .badge-overlay{

      -ms-transform: translateX(-30%) translateY(200%) rotate(-45deg);

      -webkit-transform: translateX(-30%) translateY(200%) rotate(-45deg);

      transform: translateX(-30%) translateY(200%) rotate(-45deg);

      

     

      

    }

    .badge {

      padding: 5px;

        color: white;

        width: 100%;

        font-size: 20px;

        display: inline-block;

        text-align: center;

        position: absolute;

        background-color: #0314ad;

        height: auto;

        margin-top: 0px;

        margin-left: -45px;

        animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;

   





        



    }



  

    .star{

      margin-left: 20px;

      margin-right: 20px;

    }



      @keyframes light {

    0% {

      box-shadow: 4px 4px 60px #0314ad1f;

    }

  

    25% {

      box-shadow: 4px 4px 150px #0314ada4;

    }

  

    50% {

      box-shadow: 4px 4px 60px #0314ad5d;

    }

  

    75% {

      box-shadow: 4px 4px 150px #0314ad7e;

    }

    100% {

      box-shadow: 4px 4px 60px #0314ad1f;

    }

  }

  @keyframes shake {

    10%, 90% {

      transform: translate3d(-1px, 0, 0);

    }

    

    20%, 80% {

      transform: translate3d(2px, 0, 0);

    }

  

    30%, 50%, 70% {

      transform: translate3d(-1px, 0, 0);

    }

  

    40%, 60% {

      transform: translate3d(2px, 0, 0);

    }

  }







  nav {

    justify-content: space-between;

    align-items: center;

    background-color: none;

    height: 70px;

    margin-bottom: 60px;

    width: 90%;

    margin-left: auto;

    margin-right: auto;

    border-radius: 15px;




  }

  

  ul {
    border: 1px solid #0314ad;
    border-radius: 15px;
    display: flex;

    list-style: none;

    overflow: scroll;

    padding: 0;

    margin-left: auto;

    margin-right: auto;
    height: fit-content;
    text-align: center;
    align-items: center;
    line-height: normal;

  }

  

  li {
    border-radius: 5px;
    width: fit-content;
    margin: 20px;
    height: fit-content;
    padding-left: 10px;
    padding-right: 10px;
  }

  

  a {

    color: black;

    text-decoration: none;

    font-size: 30px;

    

    transition: all 0.2s;

    border-radius: 15px;



    

    

  }

  

  a:hover {

    color: #0314ad;

    filter: saturate(2);
  }

.ContainerSearch {
  margin-top: 150px;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}
.ContainerSearch input {
  font-size: 50px;
  height: fit-content;
  border: #0314ad;
  
}
.loupe {
  margin-left: 10px;
  border: 1px solid #0314ad;
  border-radius: 15px;
  padding: 10px;
  font-size: 30px;
  display: none;
}
.bold {
  font-weight: 900;
}

