* {
    margin: 0px 0px;
}



.logo {

    margin-top: 27px;
    margin-bottom: 0px;
    height: 100px;
    width: 500px;

}


.header {
    background-color: black;
    color: white;
    padding: 1px;
    text-align: center;
    margin-top: 10px;

}

.card {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 40%;
}

.card:hover {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid gray;
}

.signup {
    border-bottom: 1px solid gray;
    width: 100%;
    text-align: center;
    padding: 10px;
    height: 90px;
    text-align: justify;
}



.card-custom {
    transition: transform 0.3s;
}

.card-custom:hover {
    transform: scale(1.05);
}

.line {
    border-right: 1px solid gray;

}

.search1:hover {
    color: black;

}

.search1 {
    color: rgb(152, 147, 147);
}

.link {
    color: gray;
    cursor: pointer;

}

.link:hover {
    color: black;
}

.contact {
    transition: 300ms;
}

.car {
    position: relative;
    top: -204px;
    color: black;
}

.color h4 {
    color: transparent;
}

.color h4:hover {
    transition: 700ms;
    color: white;
}

.color1 {
    height: 350px;
    width: 700px;
}

.color1:hover {
    transition: 300ms;
    height: 400px;
    width: 750px;
}


.lg-image {
    transition: transform 0.3s ease;
  }

  .lg-image:hover {
    transform: scale(1.1);
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
}










/* START OF FOOTER */

.footer-area {
    background-color: rgb(33 37 41);
    color: white;
    margin: 0px 0px;
    padding-bottom: 10px;
}

.footer {
    border: px solid black;
    background-color: transparent;
    color: black;
    border-radius: 1%;
    border-bottom: 2px solid white;
}

.footer-icons a svg {
    transition: transform 1s;
    transform-style: preserve-3d;


}

.footer-icons a svg:hover {
    transform: rotateY(360deg);
  

}

.footer h5 {
    font-size: 20px;
}

.footer p,
.footer ul,
.footer form {
    margin: 0;
    padding: 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .input-group input {
    border: none;
    border-radius: 0;
}

.footer .input-group .btn {
    border-radius: 0;
}

.footer .row>.col-md-3,
.footer .row>.col-md-6 {
    text-align: center;
}

/* END OF FOOTER */





 @-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: -10;
              
    }
    100% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
              opacity: 1;
    }
  }
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: -10;
    }
    100% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
              opacity: 1;
    }
  }



  /* Cart Header*/
  .cart1{
    position: fixed;
    left: 88%;
    top: 5%;
    

  }

  .cart2{
    position: fixed;
    left: 90%;
    top: 4%;
  }

  .cart3{
    position: fixed;
    left: 92%;
    top: 3%;
    border: 1px solid white ;
  }

  .cart3:hover{
    border: 1px solid white ;
  }  