.bg1{
background: cover;
margin: 0;
padding: 0;

}
nav {
    background-color: black;



}
body {
    margin: 0;
    padding: 0;/* Remove margin from body */
    font-family: 'Poppins', sans-serif;
    background-color: #000000;
    color: white;

}
#but{
    font-family: 'Poppins',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display:inline-flex;
    color: #fff;
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
justify-content: center;
margin-top: 5px;
}
#but:hover{
color: #1FFF2F;
}



#nv{
    align-items:flex-start;
    width: 100px;
    height: 100px;
    margin-top: -20px;
    margin-bottom: -30px;
    padding: 0;


}

@media only screen and (max-width: 967px) {

    .ZZ{
        margin-left: 0px;
    }
    .Btn{

        text-align: end;
        align-items: end;
        display: flex;
        justify-content: end;
        justify-items: end;
        float: inline-end;


    }
    #signeee{
        display: flex;
        float: inline-start;
        justify-content: start;
        text-align: start;
        text-align: start;


    }
    #signee{
        display: flex;
        float: inline-start;
        justify-content: start;
        text-align: start;
        margin-top: 15px;


    }
    #signe{
        display: flex;
        float: inline-start;
        justify-content: start;
        text-align: start;
        text-align: start;
        margin-left: 0px;

    }
}




      @media only screen and (min-width: 1077px) {
        .ZZ{
            margin-left: 150px;
        }
        #signeee{
            display: flex;
            float: inline-end;
            justify-content: end;
            text-align: end;
            text-align: end;

        }
        #signe{
            display: flex;
            float: inline-end;
            justify-content: end;
            text-align: end;
            text-align: end;
            margin-left: 200px;

        }
        #signee{
            display: flex;
            float: inline-end;
            justify-content: end;
            text-align: end;


        }

        .Btn{

            text-align: end;
            align-items: end;
            display: flex;
            justify-content: end;
            justify-items: end;
            float: inline-end;
            margin-left: -60px;

        }

      }


      #signeee{
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-flex;





    }

    #signeee:hover{
        color: #1FFF2F;

    }
    #signee{
        transition: 0.5s;
        padding: 7px 15px;
       border-radius: 10px;
        background-color: #1FFF2F;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-flex;


    }
    #signee:hover{

        border-radius: 10px;
         color: #fff;
         background-color:#008509 ;
         cursor: pointer;


     }

    .navbar-nav{
        margin-left: 50px;
    }

    .Btn {
        --black: white;
        --ch-black: white;
        --eer-black: white;
        --night-rider: white;
        --white:#1FFF2F ;
        --af-white: #1FFF2F;
        --ch-white: #1FFF2F;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 45px;
        height: 45px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition-duration: .3s;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
        background-color: var(--af-white);
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
      }

      /* plus sign */
      .sign {
        width: 100%;
        transition-duration: .3s;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .sign svg {
        width: 17px;
      }

      .sign svg path {
        fill: var(--night-rider);
      }
      /* text */
      .text {
        position: absolute;
        right: 0%;
        width: 0%;
        opacity: 0;
        color: var(--night-rider);
        font-size: 1.2em;
        font-weight: 600;
        transition-duration: .3s;
      }
      /* hover effect on button width */
      .Btn:hover {
        width: 125px;
        border-radius: 10px;
        background-color: #008509;
        transition-duration: .3s;
      }

      .Btn:hover .sign {
        width: 30%;
        transition-duration: .3s;
        padding-left: 20px;
      }
      /* hover effect button's text */
      .Btn:hover .text {
        opacity: 1;
        width: 70%;
        transition-duration: .3s;
        padding-right: 10px;
      }
      /* button click effect*/
      .Btn:active {
        transform: translate(2px ,2px);
      }



#log{
        border-radius: 40px;
        margin-top: 40px;
        background-color: #1FFF2F;
        color: #fff;
        font-size: 22px;
        width: 80%;
        }
        #log::hover{
            border-radius: 40px;
            background-color: #00b60c;
            color: #fff;

            }
#forgot{
    color: #1FFF2F;
    font-size: 13px;
    margin: 0;
    min-width:350px;
    position: relative;
    text-align: right;
}
.containere{
    display: flex;
    justify-content: center;
    text-align: center;
}
.btn-cart {


            width: 50px;
            height: 50px;
            border-radius: 10px;
            border: none;
            background-color: transparent;
            position: relative;
          }

          .btn-cart::after {
            content: attr(data-quantity);
            width: fit-content;
            height: fit-content;
            position: absolute;
            font-size: 15px;
            color: white;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            opacity: 0;
            visibility: hidden;
            transition: .2s linear;
            top: 115%;
          }

          .icon-cart {
            width: 24.38px;
            height: 30.52px;
            transition: .2s linear;
          }

          .icon-cart path {
            fill:white;
            transition: .2s linear;
          }

          .btn-cart:hover > .icon-cart {
            transform: scale(1.2);
          }

          .btn-cart:hover > .icon-cart path {
            fill: #1FFF2F;
          }

          .btn-cart:hover::after {
            visibility: visible;
            opacity: 1;
            top: 105%;
          }
          .card {
            width: 400px;
            background: linear-gradient(#212121, #212121) padding-box,
                        linear-gradient(145deg, transparent 35%,#1FFF2F, #71b300) border-box;
            border: 2px solid transparent;
            padding: 32px 24px;
            font-size: 14px;
            font-family: inherit;
            color: white;
            display: flex;
            flex-direction: column;
            gap: 20px;
            box-sizing: border-box;
            border-radius: 16px;
            background-size: 200% 100%;
            animation: gradient 5s ease infinite;
          }

          @keyframes gradient {
            0% {
              background-position: 0% 50%;
            }

            50% {
              background-position: 100% 50%;
            }

            100% {
              background-position: 0% 50%;
            }
          }

          .card button {
            scale: 0.95;
            transition: 0.5s;
            padding: 10px 15px;
           border-radius: 10px;
            background-color: #1FFF2F;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            display: flex;
            justify-content: center;



          }
          .card button:hover{

            border-radius: 10px;
             color: #fff;
             background-color:#008509 ;
             cursor: pointer;


         }
          .card .form {
            display: flex;
            flex-direction: column;
            gap: 20px;
            justify-content: center;
            text-align: center;

          }

          .card .form-group {
            display: flex;
            flex-direction: column;
            gap: 2px;
          }

          .card .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #717171;
            font-weight: 600;
            font-size: 12px;
          }

          .card .form-group input {
            width: 100%;
            padding: 12px 16px;
            border-radius: 8px;
            color: #fff;
            font-family: inherit;
            background-color: transparent;
            border: 1px solid #414141;
          }

          .card .form-group textarea {
            width: 100%;
            padding: 12px 16px;
            border-radius: 8px;
            resize: none;
            color: #fff;
            height: 96px;
            border: 1px solid #414141;
            background-color: transparent;
            font-family: inherit;
          }

          .card .form-group input::placeholder {
            opacity: 0.5;
          }

          .card .form-group input:focus {
            outline: none;
            border-color: #e81cff;
          }

          .card .form-group textarea:focus {
            outline: none;
            border-color: #e81cff;
          }

          .card .form-submit-btn {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            align-self: flex-start;
            font-family: inherit;
            color: #717171;
            font-weight: 600;
            width: 40%;
            background: #313131;
            border: 1px solid #414141;
            padding: 12px 16px;
            font-size: inherit;
            gap: 8px;
            margin-top: 8px;
            cursor: pointer;
            border-radius: 6px;
          }

          .card .form-submit-btn:hover {
            background-color: #fff;
            border-color: #fff;
          }



