.top-bar {
  font-size: 10px;
  color: #66efb6;
  letter-spacing: 1px;
}


.logo {
  font-size: 40px;
  letter-spacing: 10px;
  font-weight: 500;
}


.search-input {
  background: black;
  color: white;
  border: none;
  border-radius: 0%;
}

.search-input::placeholder {
  color: #fdf9f9;
  
}

.cart {
  float: right;
  font-size: 14px;
  
}


.menu-bar {
  background: black;
}

.menu-bar .nav-link {
  color: rgba(255, 255, 255, 0.941) !important;
  font-weight: 500;
  margin: 0 10px;
}

.menu-bar .nav-link:hover {
  color: #ccc !important;
}

.navbar-nav .nav-link{
  color: white;
  text-decoration: none;
}


.eid-text {
  color: white;
  font-weight: 500;
  margin-right: 20px;
  white-space: nowrap;
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: large;
  letter-spacing: 7px;
  color: black;
}

.line {
  height: 2px;
  background-color: black;
  width: 100%;
}

.image {
  overflow: hidden;
}

.image img {
  transition: transform 0.8s ease;
}

.image:hover img {
  transform: scale(1.1);
}

.newsletter-title {
  font-size: 24px;
  font-weight: 600;
}

.newsletter-title {

  font-size: xx-large;
  color: #000000;
}

.newsletter-input {
  height: 50px;
  border: 1px solid black;
 
  border-radius: 0;
}

.btn-subscribe {
  height: 50px;
  width: 200px;
  border-radius: 0;
  background-color: #110f0fe3;
  color: #fff;
  padding: 0 30px;
  border: 1px solid black;
  font-size: large;
  letter-spacing: 1px;
}



.about-section {
  background-color: #f8f8f8;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

}

.text {
  font-size: large;
  border-radius: 0%;
}

.footer {
  background: linear-gradient(to right, #1f1f1f, #2c2c2c);
  color: #ddd;
  font-size: 14px;
}

.footer h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 17px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  justify-content: center;
}



.social-icons i {
  background: white;
  color: #000;
  border-radius: 100%;
  padding: 10px;
  font-size: 15px;
}

.divider {
  border-top: 1px solid #444;
  margin: 20px 0;
}

.payment-box {
  background: #fff;
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
}

.card{
  text-align: center;
  border-radius: 0%;
  font-size: 14px;
  letter-spacing: 0px;
}


.btn{
  border-radius: 0%;
  color: white;
  font-size: large ;
}