
/* .image {
  background: url("../img/shoe.jpg") center center no-repeat;
  background-size: cover;
  
  min-height: 70px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .about .image {
    min-height: 400px;
    text-align: center;
  } */


  .image {
    margin-top: 25%;
    max-height: 350px;
    width: 350px;
  }
  .image2 {
    max-height: 400px;
    width: 350px;

    
    
  }
  .image3 {
    max-height: 500px;
    width: 500px;
    
  }

  

@media screen  (max-width: 991px;){
    .image {
        min-height: 400px;
        text-align: center;
        max-width: 100%;
    }
    .image2 {
        min-height: 400px;
        text-align: center;
        max-width: 100%;
    }
    .image3 {
        min-height: 400px;
        text-align: center;
        max-width: 100%;
    }
    
}


.card-header{
    background-color: #252653;
}
.flat-red{
    background-color: #CA2E44;
}



.btn-buy{
  background-color: #252653;
  border-radius: 20px;
  color: white;

  
  
}
.btn-buy:hover{
  background-color: #CA2E44;
  border-radius: 20px;
  color: white;
  border-color: #252653;
  
}

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 25px;
  background-color: #CA2E44;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#backToTopBtn:hover {
  background-color: #252653;
}

.hoverblue:hover{
  background-color: #252653;
}
.card-body{
  background-color: rgb(223, 217, 217);
}

ul {
  list-style-type: none;
  padding: 0; /* Optional: Remove default padding */
  margin: 0; /* Optional: Remove default margin */
}

.text-justifty{
  text-align: justify;
}

.text-red{
  color:#CA2E44;
  font-size: 40px;
}

   .carousel-item {
      height: 70vh; /* Full height of viewport */
      min-height: 250px; /* Minimum height to prevent small screens from overlapping content */
      background-size: cover; /* Ensure the image covers the entire carousel item */
      background-position: center;
      position: relative; /* Ensure relative positioning for absolute elements */
    }
    .carousel-item .carousel-content {
      position: absolute;
      bottom: 15%; /* Adjust as needed */
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      color: white;
    }
    .carousel-content h3, .carousel-content h1 {
      margin: 0;
      font-weight: bold;
    }
    .carousel-content .gc-btns {
      background-color: #CA2E44;
      color: white;
      border: none;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 12px;
      margin-top: 7px;
      cursor: pointer;
    }
    .carousel-content .gc-btns:hover {
      background-color: red;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .carousel-item .carousel-content {
        position: relative;
        transform: none;
        text-align: center;
        padding: 20px;
        bottom: unset;
        left: unset;
        color: white;
        margin-top: 70px;
      }
      .carousel-item{
        height: 400px;
      }
    }

 