/******************** Hero section ******************/
 #title-section {
    position: relative !important;
  }


#home {
  background-color: rgb(155, 152, 152) !important;
}

#Hero {
  background-attachment: fixed;

  /* background-image: url("../img/landing/background mixcolor.jpg"); */
  background-size: cover;
}

.herotext {
  font-size: 40px;
  font-weight: 700;
}

.heroTextArea {
  /* color: #1302a3; */

  margin-top: 20px;
  height: 285px;
}

.get-price {
  /* margin-bottom: 10px; */
  font-weight: 700;
}


.a:hover {
  background-color: #1e81b0;
}
/* .a:hover {
  background-color: aquamarine;
} */


/******************** search bar section ******************/

.search-btn-index,
.select-option-index,
.search-input-index {
  height: 35px;
  border: 0px;
}

.option-pan {
  background-color: white;
  color: black;
}

.search-btn-index {
  background-color: #f5f5f5;
  padding: 7px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
}

.select-option-index {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top: solid 1px #0a9bb8;
  border-bottom: solid 1px #0a9bb8;
  border-left: solid 1px #0a9bb8;
  background-color: #0a9bb8;
  float: left;
  color: #f5f5f5;
}

.search-bar-container-index {
  /* position: relative !important; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 20px; */
  /* margin-top: 20px; */
  /* margin-bottom: 150px; */
}

#divcontainerindex {
  border: none;
}

.search-input-index {
  border-top: solid 1px #0a9bb8;
  border-bottom: solid 1px #0a9bb8;
  width: 240px;
}

#searchbtn {
  border-top: solid 1px #0a9bb8;
  border-bottom: solid 1px #0a9bb8;
  border-right: solid 1px #0a9bb8;
}

.search-input-index:focus {
  outline: none;
}

.input-group {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#selectOptionindex {
  width: 51px;
  padding-left: 10px;
}

#optionSelectedindex {
  display: none;
}

.select-option-index:focus {
  outline: none;
}

#desctop-screen-1 {
  content: url("../img/brand/industiral kitchenware large.jpg");
}

#desctop-screen-2 {
  content: url("../img/brand/industiral kitchenware large.jpg");
}

#desctop-screen-3 {
  content: url("../img/brand/industiral kitchenware large.jpg");
}

#desctop-screen-4 {
  content: url("../img/brand/industiral kitchenware large.jpg");
}

@media screen and (max-width: 720px) {
  .search-bar-index {
    display: initial !important;
  }

  #desctop-screen-1 {
    content: url("../img/brand/industiral kitchenware.jpg");
  }

  #desctop-screen-2 {
    content: url("../img/brand/repair service.jpg");
  }

  #desctop-screen-3 {
    content: url("../img/brand/bakery machine.jpg");
  }

  #desctop-screen-4 {
    content: url("../img/brand/banquet furniture.jpg");
  }

  /***************** title Section *******************/
  
 

  /***************** Social media Section *******************/

  .facebook,
  .instagram,
  .whatsapp,
  .tiktok {
    position: absolute;
    width: 30px;
    top: 280px;
  }

  .checkout-btn {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .buynow-btn {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .btn-area {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

/******************** carosel bar section ******************/

#carouselExampleControls {
  position: absolute;
  margin-bottom: 20px;
}

.carousel {
  width: 100%;
  height: auto;
}

/******************** store section ******************/

.top-margin {
  margin-top: 20px;
}

.height-ma {
  height: 410px;
}

.image {
  height: 80px;
  width: min-content;
  align-self: center;
  margin: 0.5rem;
}

.card {
  margin: 1% 1% 1% 1%;
}

#product.image {
  max-width: auto;
  height: 100%;
}

#product-detail.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#store .card {
  /* box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1); */
  height: 100%;
}

#store .card:hover {
  border: solid 0.5px #035170 !important;
}



#store .card-body {
  margin: 5px;
  margin-top: auto;
}

#store .card-body a {
  color: #063970;
  text-decoration: none;
  font-size: 15px;
  margin-top: auto;
  font-weight: 600;
}

#store .card-body a:hover {
  color: #1e81b0;
  text-decoration: none;
}

#store .row .card {
  align-items: center;
  border: none;
  width: 100%;
  border-radius: 0%;
}

#store .card-title {
  color: #063970;
  font-size: 16px;
  font-weight: 600;
}

#store .card-title-name {
  color: #063970;
  font-size: 18px;
  font-weight: 600;
}

#store .card-title-price {
  color: #5a0202;
  font-size: 18px;
  font-weight: 600;
}

#store .container .row .card-text p {
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  -webkit-box-orient: vertical;
}

#store .card-body-main {
  margin: 10px;
}

/****************** Thumbnail image - start *****************/

/* .small-img-group {
  display: flex;
  justify-content: space-between;
}

.small-img-col {
  flex-basis: 24%;
  cursor: pointer;
}

body {
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.6;
}

.heading {
  text-align: center;
  font-weight: 700;
  color: #063970;
} */

/***************** Social media Section *******************/

.facebook,
.instagram,
.whatsapp,
.tiktok {
  position: relative;
  width: 1px;
  top: -150px;
}

/* .facebook {
  margin-left: 110px;
}

.instagram {
  margin-left: 160px;
}

.whatsapp {
  margin-left: 210px;
}

.tiktok {
  margin-left: 260px;
} */

/* .socialmedia {
  margin-left: 2px;
} */

/* #carouselExampleControls {
  position: relative;
} */

