/*======> Font family <======*/
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
p,
.input-group input::placeholder {
  font-family: 'Anton', sans-serif;
  font-family: 'Saira Semi Condensed', sans-serif;
}

/*======> Root colours <======*/
:root {
  --primary-color: #50c878;
  --secondary-color: #f0ffff;
  --third-color: #1b1b1b;
  --fourth-color: #f82b50;
  --fifth-color: #38ed77;
  --sixth-color: #e4e4e4;
  --offerprice-color: #22a751;
  --realprice-color: #3c3c3c;
  --discount-color: #d73131;
  --badgeBg-color: #6eeaa468;
  --btn-color: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  --btnHover-color: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
}

/*======> Home carousel shop button <======*/
.shop-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: aliceblue;
  border-bottom: 2px solid rgb(99, 230, 99);
}

.homeCarousel-img{
  max-height: 100vh;
}

/*======> Home carousel caption <======*/
.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/*======> Home carousel tagline <======*/
.tagline {
  text-align: center;
  color: rgb(255, 255, 255);
}

.tagline {
  overflow: hidden; 
}

.tagline h4 {
  transform: translateX(-100%); 
  animation: slideInFromLeft 1.5s ease-out forwards; 
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-300%); 
  }
  to {
    transform: translateX(0); 
  }
}

/*======> Home carousel description <======*/
.desc-btn {
  text-align: center;
  position: absolute;
  bottom: 0;
  margin-top: auto;
}

/*======> Extra small devices <======*/
@media (max-width: 576px) {

  .tagline h4 {
    margin-top: 40px;
    font-size: 20px;
  }

  .desc h6 {
    font-size: 10px;
  }

  .shop-btn {
    font-size: 10px;
  }

  .content h2 {
    font-size: 4rem;
  }

  /* category start */
  .card {
    width: auto;
    height: 7rem;
  }

  /* category end */

  /* Best offer css start */
  .box-two {
    height: auto;
    width: 8rem;
  }

  .box-two .img {
    height: 80%;
    width: 100%;
    overflow: hidden;
  }

  .box-two .img img {
    width: 100%;
    height: 100%;
  }

  .box-desc, .box-name{
    font-size: 10px;
}

.box-price{
    font-size: 11px;
}

  .scroll-arrow {
    font-size: 14px;
  }

  /* Best offer css end */

  /* Coupon start */

  .coupon-head {
    font-size: 10px;
  }

  .coupon-amount {
    font-size: 16px;
  }

  .coupon-p {
    font-size: 7px;
  }

  .coupon-code {
    font-size: 10px;
    width: 100%;
  }

  .coupon-button {
    font-size: 10px;
    width: 100%;
  }

  #countdown {
    font-size: 7px;
  }

  /* Coupon end */
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .promise h4 {
    font-size: 1.1rem;
  }
  
  .promise p {
    font-size: 0.8rem;
  }

}

/*======> Samll devices <======*/
@media (min-width: 576px) and (max-width: 767px) {

  .tagline h4 {
    margin-top: 50px;
    font-size: 30px;
  }

  .desc h6 {
    font-size: 12px;
  }

  .shop-btn {
    font-size: 12px;
  }

  .content h2 {
    font-size: 4rem;
  }

  /* category start */
  .card {
    width: auto;
    height: 8rem;
  }

  /* category end */

  /* Best offer css start */
  .box-two {
    height: auto;
    width: 8rem;
  }

  .box-two .img {
    height: 80%;
    width: 100%;
    overflow: hidden;
  }

  .box-two .img img {
    width: 100%;
    height: 100%;
  }

  .box-desc, .box-name{
    font-size: 11px;
}

.box-price{
    font-size: 12px;
}

  .scroll-arrow {
    font-size: 16px;
  }

  /* Best offer css end */

  /* Coupon start */

  .coupon-head {
    font-size: 12px;
  }

  .coupon-amount {
    font-size: 18px;
  }

  .coupon-p {
    font-size: 9px;
  }

  .coupon-code {
    font-size: 10px;
    width: 100%;
  }

  .coupon-button {
    font-size: 10px;
    width: 100%;
  }

  #countdown {
    font-size: 9px;
  }

  /* Coupon end */
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .promise h4 {
    font-size: 1.1rem;
  }
  
  .promise p {
    font-size: 0.8rem;
  }
}

/*======> Medium devices <======*/
@media (min-width: 768px) and (max-width: 991px) {

  .tagline h4 {
    font-size: 3rem;
  }

  .desc h6 {
    font-size: 17px;
  }

  .shop-btn {
    font-size: 17px;
  }

  .content h2 {
    font-size: 6rem;
  }

  /* category start */
  .card {
    width: auto;
    height: 12rem;
  }

  /* category end */

  /* Best offer css start */
  .box-two {
    height: auto;
    width: 10rem;
  }

  .box-two .img {
    height: 80%;
    width: 100%;
    overflow: hidden;
  }

  .box-two .img img {
    width: 100%;
    height: 100%;
  }

  .box-desc, .box-name{
    font-size: 13px;
}

.box-price{
    font-size: 14px;
}

  .scroll-arrow {
    font-size: 18px;
  }

  /* Best offer css end */

  /* Coupon start */

  .coupon-head {
    font-size: 14px;
  }

  .coupon-amount {
    font-size: 18px;
  }

  .coupon-p {
    font-size: 10px;
  }

  .coupon-code {
    font-size: 14px;
    width: 100%;
  }

  .coupon-button {
    font-size: 14px;
    width: 100%;
  }

  #countdown {
    font-size: 10px;
  }

  /* Coupon end */
  
  .section-subtitle {
    font-size: 1.05rem;
  }
  
  .promise h4 {
    font-size: 1.2rem;
  }
  
  .promise p {
    font-size: 0.9rem;
  }

}

/*======> Large devices <======*/
@media (min-width: 992px) and (max-width: 1199px) {

  .tagline h4 {
    font-size: 4rem;
  }

  .desc h6 {
    font-size: 20px;
  }

  .shop-btn {
    font-size: 20px;
  }

  .content h2 {
    font-size: 8rem;
  }

  /* category start */
  .card {
    width: auto;
    height: 15rem;
  }

  /* category end */

  /* Best offer css start */
  .box-two {
    height: auto;
    width: 12rem;
  }

  .box-two .img {
    height: 80%;
    width: 100%;
    overflow: hidden;
  }

  .box-two .img img {
    width: 100%;
    height: 100%;
  }

  .box-desc, .box-name{
    font-size: 13px;
}

.box-price{
    font-size: 15px;
}

  .scroll-arrow {
    font-size: 22px;
  }

  /* Best offer css end */

  /* Coupon start */

  .coupon-head {
    font-size: 16px;
  }

  .coupon-amount {
    font-size: 20px;
  }

  .coupon-p {
    font-size: 12px;
  }

  .coupon-code {
    font-size: 14px;
    width: 100%;
  }

  .coupon-button {
    font-size: 14px;
    width: 100%;
  }

  #countdown {
    font-size: 12px;
  }

  /* Coupon end */

  
  .section-subtitle {
    font-size: 1.15rem;
  }
  
  .promise h4 {
    font-size: 1.4rem;
  }
  
  .promise p {
    font-size: 1rem;
  }
}

/*======> Extra Large devices <======*/
@media (min-width: 1200px) {

  .tagline h4 {
    font-size: 4rem;
  }

  .desc h6 {
    font-size: 20px;
  }

  .shop-btn {
    font-size: 20px;
  }

  .content h2 {
    font-size: 10rem;
  }

  /* category start */
  .card {
    width: auto;
    height: 15rem;
  }

  /* category end */

  /* Best offer css start */
  .box-two {
    height: auto;
    width: 15rem;
  }

  .box-two .img {
    height: 80%;
    width: 100%;
    overflow: hidden;
  }

  .box-two .img img {
    width: 100%;
    height: 100%;
  }

  .box-desc, .box-name{
    font-size: 14px;
}

.box-price{
    font-size: 16px;
}

  .scroll-arrow {
    font-size: 24px;
  }

  /* Best offer css end */
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .promise h4 {
    font-size: 1.5rem;
  }
  
  .promise p {
    font-size: 1rem;
  }
}

/*======> best offer products start <======*/

.brand-box .img{
  height: 100%;
  width: 100%;
}

.box-two{
  border-radius: 15px;
}

.best-product-head {
  color: var(--third-color);
  font-weight: 600;
}

.box-two .name {
  color: var(--third-color);
}

.product-outline {
  text-decoration: none;
}

.best-selling-box{
  background-color: var(--sixth-color);
}

/*======> best offer products end <======*/

/*======> Category cards start <======*/

.category-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.category-card .card-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5); 
}

.category-card .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.category-card .card-text {
  font-size: 1rem;
  opacity: 0;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s ease-in-out;
}

.category-card:hover .card-title {
  opacity: 0;
}

.category-card:hover .card-text {
  opacity: 1;
}

/*======> Category cards end <======*/

/*======> Promise sectio start <======*/

.ourPromise {
  min-height: 100vh;
  position: relative;
  background-color: white;
}

.section-subtitle {
  margin-bottom: 3rem;
  color: #6c757d;
}

.promise i {
  color: var(--primary-color);
}

.promise h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.promise p {
  color: var(--secondary-color);
}

.promise:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease-in-out;
  .icon {
    box-shadow: 0 0 8px rgb(174, 173, 173);
  }
}

.promise h4 {
  margin-top: 15px;
  color: var(--secondary-color);
}

.promise p {
  color: var(--secondary-color);
}

.promise{
  background-color: var(--third-color);
  color: var(--secondary-color);
}

/*======> Promise sectio end <======*/

/*======> Coupon cards start <======*/

.coupon-section {
  padding: 50px 0;
}

.coupon-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.coupon {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  position: relative;
  transition: transform 0.3s;
}

.coupon:hover {
  transform: translateY(-5px);
}

.coupon-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.coupon-description {
  margin-bottom: 15px;
}

.coupon-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border: dashed;
}

.coupon-code input {
  border: none;
  background: none;
  font-size: 1rem;
  width: 100%;
}

.coupon-code button {
  background-color: #f2cc0d;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.coupon-code button:hover {
  background-color: #ffd608;
}

.coupon-expiry {
  font-size: 0.9rem;
  color: #888;
}

/*======> Coupon cards end <======*/

.bsac{
  background-color: white;

}

.caba{
  background-color: white;

}

/* Brand images auto scrolling  */
.scroll-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.scroll-container-two {
  display: flex;
  width: max-content;
  animation: slide 20s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.brand-box {
  flex: 0 0 auto;
  margin-right: 10px;
}

.img {
  height: 100px;
  width: 100px;
  overflow: hidden;
}


.btn {
  --color: #50c878;
  --color2: rgb(10, 25, 30);
  padding: 0.8em 1.75em;
  background-color: transparent;
  border-radius: 6px;
  border: .3px solid var(--color);
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  font-weight: 300;
  font-size: 17px;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  text-transform: uppercase;
  color: var(--color);
  }

  .btn::after, .btn::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: .5s ease-out;
  background-color: var(--color);
  }

  .btn::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
  }

  .btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
  }

  .btn:hover::after {
    font-weight: bold;
  transform: skew(45deg) translate(-50%, -50%);
  }

  .btn:hover {
  color: var(--color2);
  }

  .btn:active {
  filter: brightness(.7);
  transform: scale(.98);
  }

.shop-link{
  text-decoration: underline #38ed77;
  color: white;
}