@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
img {
  object-fit: cover;
}
.btn-custom {
  background-color: #02a676;
  color: white;
  font-weight: bold;
}
.btn-custom:hover {
  background-color: #02a676;
}

.btn-custom.btn:first-child:hover,
:not(.btn-check) + .btn-custom.btn:hover {
  color: white;
  background-color: #02a676;
  border-color: var(--bs-btn-hover-border-color);
}
nav {
  background-image: linear-gradient(to right, #02a676, #005a5b);
}
.link-item {
  margin-left: 30px;
  color: white;
}
.navbar-nav .nav-link.active {
  color: white;
  font-weight: bold;
}
.top-bar {
  height: 200px;
  background-color: white;
  position: relative;
  width: 100%;
}
.top-bar-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #02a676;
}
.top-bar a {
  color: #02a676;
  text-decoration: none;
}
.upper-content {
  background-color: #f5f5f5;
}
.upper-content p {
  line-height: 50px;
}

.lower-content {
  background-color: #f5f5f5;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.lower-content-h5 {
  background-color: #ff6392;
  padding: 15px;
  color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.contact input {
  background-color: rgb(236, 234, 234);
  border: none;
  border-radius: 0px;
  height: 50px;
}
.message input {
  background-color: rgb(236, 234, 234);
  border: none;
  border-radius: 0px;
  height: 150px;
}
textarea.form-control {
  background-color: rgb(236, 234, 234);
}

footer {
  background-color: #008c72;
  color: white;
}
footer .quick-link {
  list-style: none;
  line-height: 40px;
}
.quick-link li.active {
  list-style-image: url("../images/footer-icon.svg") !important;
}
.quick-link a {
  color: #fff;
  text-decoration: none;
}
.quick-link li.active::after {
  display: block;
  content: "";
  background: white;
  height: 2px;
  width: 50px;
}



/* index and product  */

.fs-7{
    font-size: 12px;
}

.line-height{
    line-height: 1.8;
}

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

.bg-grey{
    background-color: #fafafa;
}

.available-stock .rounded-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

/*End General CSS */

/*Start Navbar CSS */
.nav-link{
color: hsl(0, 0%, 100%);
transition: all 250ms ease-in-out;
}

.nav-item{
margin-right: 20px;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
color: hsl(0, 0%, 100%);
font-weight: bolder;
}

.header .nav-link:focus, .header .nav-link:hover {
color: hsl(0, 0%, 100%);
/* font-weight: bolder; */
}
/*End Navbar CSS */

/* Start Carousel */
.carousel-indicators [data-bs-target] {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #899e83;
}

.carousel-indicators .active {
opacity: 1;
background-color: green;
}
/* End Carousel */

/* Start Breadcrumb */
.breadcrumb a {
text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
color: #198754;
content: var(--bs-breadcrumb-divider, "/");
font-weight: bold;
}
/* End Breadcrumb */
/* 
.quick-links .nav-item.active{
list-style-type: disclosure-closed;
text-decoration: underline;

} */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: var(--bs-nav-pills-link-active-color);
background-color: transparent;
font-weight: bolder;
text-decoration: underline;
}


.quick-links .nav-link:focus, .quick-links .nav-link:hover {
color: hsl(0, 0%, 100%);
font-weight: bold;
text-decoration: underline;
}

.product-img{
width: 130px;
height: 200px;
}
