.xl-text {
  font-size: 75px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.navbar-nav li {
    font-size: 0.85rem;
  }

.btn-outline-secondary {
  color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
  color: #fff;
}

.header .decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
}

.header .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

.home-img img{
  min-width: 100%;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sticky-top {
  background-color: #fff;
}
.details .decoration-star {
  left: -200px;
  width: 500px;
}

.details-2 .decoration-star {
  right: -200px;
  width: 500px;
}

.contact .decoration-star {
  left: -300px;
  width: 600px;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

.btn:hover {
    color: #fff;
}

.product_section {
  background-color: gainsboro;

}

.card img {
  max-width: 90%;
  margin: 0 auto;
  aspect-ratio: 2/2;
  object-fit: cover;
}

.card {
  border: none;
}

.card .imageBxHover {
  position: absolute;
  display: none;
  top: 5%;
  left: 5%;
  min-width: 90%;
  max-height:75%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.cardbox-descr {
  background-color: #fff;
  margin-top: 0.5rem;
}

.card-body p {
  font-size: 0.9rem;
  color: #333;
}

.prod-descr {
  padding: 0 1rem;
  min-height: 3rem;
}

.card:hover .imageBxHover {
  opacity: 1;
  display: block;
}

.card-title {
  color: #00674b;
  font-size: 1.1rem;
}

.mm-product-pill {
    position: absolute;
    top: 1rem;
    left:1rem;
    background-color: #00674b;
    color: #fff;
    padding: 0.2rem 0.2rem;
    border-radius: 0.25rem;    
    font-size: 0.85rem;
}

.marquee {
  overflow: hidden;
  background: #1E3E29;
  display: flex;
  list-style: none;
  height: 30px;
  padding:0;
  margin:0;
}

.reverse-marquee {
  list-style: none;
  display: flex;
  animation: scroll-right 25s linear infinite reverse;
}

.reverse-marquee li {
  flex: 0 0 auto;
  width: 360px;
  color: white;
  text-align: center;
  font-family: system-ui;
  font-size: 0.75rem;
  padding: 0.5rem;
}


.footer-list-unstyled{
  list-style: none;
  padding: 0;
}
.footer-list-unstyled a {
  text-decoration: none;
  color: #fff;
}

.footer-list-unstyled a:hover {
  text-decoration: none;
  font-weight: bold;
}

.nav-item .active {
  font-weight: bold;
  color: #1E3E29 !important;
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.collection-body {
  text-align: center;
  padding: 10px;
  position: relative;
}

.collections_link a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.collections_link a:hover {
  color: #00674b;
}
.blog_link a {
  text-decoration: none;
  color: #000;
}
.hero-video {
  height: 800px;            /* fixed height */
  object-fit: cover;        /* crop and fill width */
  object-position: center;  /* center the frame */
}

footer {
  background-color: #1E3E29;
  color: #fff;
}

footer a, h4 {
  color: #fff;
  text-decoration: none;
}

.stores_list{
  list-style-type: none;
  padding: 0;
}
.espa_link {display:none}
.espa_link_main{display:block}

.social_link img{
  width:28px; 
  height:28px; 
  position: relative; 
  top: -7px;
}


.tik_tok_bl{
  visibility:hidden
}
.tik_tok_wh{
  visibility: visible;
}

.social_link:hover i{
  color: #fff
}

a:hover{
  color: #fff;
  font-weight: bold;
}

.news_box h4 {
  color:#00674b;
}

.news_box img {
  min-width: 100%;
}

@media (max-width: 1199px) and (min-width: 993px) {
  .navbar-nav li {
    font-size: 0.65rem;
  }
}

@media (max-width: 992px) {
  .espa_link {display:block}
  .espa_link_main{display:none}
  .xl-text {
    font-size: 50px;
  }
  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }
  .header {
    margin-top: 0px !important;
    text-align: center;
  }
  .header .decoration-star {
    left: -100px;
    width: 250px;
  }
  .header .decoration-star-2 {
    right: -100px;
    width: 250px;
  }
  .header .image-container {
    margin-top: 30px;
  }
  .services .col-md-4 {
    border-bottom: 1px #ccc solid;
    margin: 10px 0;
  }
  .details-2 {
    margin-top: 20px !important;
  }
  .details-2 .decoration-star {
    top: 300px;
  }
}
