@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.banner-container {
    background-color: #f8f9fa; /* Light background */
    padding: 60px 0;
}
.winner-image{
    max-width: 80%;
}
#draw-countdown{
    text-align: center;
}
.title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 20px;
}
.box{
    /* Rectangle 8 */
padding: 30px;
background: #FFFFFF;
border: 1px solid #E1E1E1;
border-radius: 10px;

}
.brown{
background: #261F15;
}
.banner-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Image Styling */
.banner-image {
    max-width: 100%;
    height: auto;
}

/* Mobile Full-Width Image */
.banner-image-mobile {
    width: 100%;
    height: auto;
    display: block;
}

/* Buttons */
.banner-buttons {
    margin-top: 20px;
}

.banner-buttons .btn {
    margin-right: 10px;
}

/* Mobile Text Centering */
@media (max-width: 768px) {
    .banner-buttons {
        text-align: center;
    }
  .banner-desktop{
    display: none;
  }
  .banner-container{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .mobile-hide{
    display: none;
  }
  /* Align text and headings to the left */
    .winner-image{
    max-width: 30%;
    text-align: center;
    }

}

.navbg{
  background-color: white;
}
.user-stat-box{
  /* Rectangle 24 */

box-sizing: border-box;
padding: 20px;

background: #FFFFFF;
border: 1px solid #E1E1E1;
border-radius: 10px;
margin-bottom: 20px;
}
.des{

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 30px;
color: #000000;

}
.pad-up{
  padding-top: 30px;
}
.nav-link{
  color: #2D2D2D;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.navbar-toggler{

}
.alert-banner {
    width: 100%;
    background-color: #198754; /* Highlight color */
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    top: 0;
    left: 0;
    z-index: 1000;
    animation: fadeIn 0.5s ease-in-out;
    font-family: "Inter", sans-serif;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.store-image img{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.store-image{
  height: 171px;
  background: #FFFFFF;
  border: 1px solid #D4DBC3;
  border-radius: 15px;
  text-align: center;
}

.banner{
  height: 300px;
  margin-top: 50px;
  text-align: center;
  color: #008323;
  padding-top: 40px;
  margin-bottom: 80px;
}

h1{
 font-family: "Mulish", serif;
 font-optical-sizing: auto;
 font-weight: 700;
 font-size: 3.5rem;
 line-height: 3.2rem;
}

.main-heading{
 margin-left: auto;
 margin-right: auto;
 margin-top: 100px;
 margin-bottom: 100px;
 width: 80%;
 text-align: center;
}

.search-container {
    position: relative;
    width: 100%; /* Adjust as needed */
    max-width: 400px; /* Set a maximum width */
    margin: 0 auto; /* Center the field horizontally */
    margin-top: 30px;
    margin-bottom: 30px;
}
.search-container-page{
  width: 100%; /* Adjust as needed */
  max-width: 100%; /* Set a maximum width */
  margin: 0 auto; /* Center the field horizontally */
  margin-top: 30px;
  margin-bottom: 30px;
}

.search-field {
    width: 100%;
    padding: 20px 20px; /* Add padding for text and icon spacing */
    padding-right: 40px; /* Extra space for the icon */
    border: none;
    background-color: #F3F3F6;
    border-radius: 100px;
    font-size: 16px;
    outline: none;
    color: #333; /* Text color */
}

.search-field::placeholder {
    color: #aaa; /* Placeholder text color */
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #aaa; /* Icon color */
    font-size: 20px; /* Adjust icon size */
    pointer-events: none; /* Prevent the icon from interfering with clicks */
}

.main-heading h1{
  line-height: 80px;
  text-align: center !important;

  }
.heading-gradient{
  background: linear-gradient(92.44deg, #055B2C 1.17%, #69B013 75.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-heading p{
  text-align: center !important;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 20px;
}

h2{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 36px;
/* identical to box height, or 180% */
text-align: center;
letter-spacing: -0.02em;

color: #008323;


}
.button-style{
  font-family: "Inter", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
}

h3{
  /* Prices from these stores */
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 18px;
letter-spacing: -0.02em;
color: #1F1F1F;
}


/* Trending Searches Styling */
.trending{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Logos Row Styling */
.logos-row .logo {
    max-width: 100px; /* Adjust as needed */
    margin: 10px;
    margin-top: 100px;
}
.badge {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  background-color: #F3F3F6;
  padding: 10px;
  text-decoration: none;
  color: #000; /* Default text color */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.badge:hover {
  background-color: #28a745; /* Bootstrap success green */
  color: #fff !important; /* White text on hover */
}

.search-icon-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-icon-btn .search-icon {
    color: #aaa;
    pointer-events: none;
}

.search-icon-btn:hover .search-icon {
    color: #333; /* Optional hover effect */
}
.fullwidth{
  max-width: 100% !important;
}
h4.card-text{
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000 !important;
}
.card-title{
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.store-text{
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Ensures all items are stretched to the tallest height */
}
a.card{
  text-decoration: none !important;
}
.card {
    flex: 1; /* Ensures the card takes up the full height of the column */
    display: flex;
    flex-direction: column; /* Ensure content inside the card is structured vertically */
    justify-content: space-between; /* Optional: Distributes space evenly */
    margin-bottom: 20px;
}
.card img{
  padding: 1rem;
}
.card:hover{
  background-color: #F3F3F6;
}
.faqh1{
    /* FAQs */
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    text-align: center !important;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.faqh2{

font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 57px;
line-height: 62px;
/* identical to box height, or 109% */
text-align: center;

color: #000000;

}
.faqh3{

font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 25px;
text-align: center !important;
    margin-left: auto;
    margin-right: auto;
color: #000000;
width: 70%;
margin-top: 20px;
margin-bottom: 50px;


}
.holder-terms{
    /* Rectangle 17 */

background: #F5F5F5;
border-radius: 10px;
padding: 20px;
margin-top: 50px;

}
.footer{
    margin-top: 50px;
    margin-bottom: 50px;
}
.footerbg{
  /* Rectangle 6 */

padding-top: 10px;
margin-bottom: -1rem !important;
background: #F3F3F6;
margin-top: 50px;

}
.breadcrumb-item a{


font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* identical to box height */

color: #000000;


}
.detail-box{

  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.product-detail h1{


font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 25px !important;
line-height: 31px;
color: #000000;


}

.product-detail .price{
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 25px !important;
  line-height: 31px;
  color: #000000;x
}
.store_name{

font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;

}
.updated{

font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #000000;
opacity: 0.6;

}
.coming{
margin-top: 30px;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #000000;
}
.material-symbols-outlined {
  font-size: 18px !important;
}
.similar-title{
  /* Similar Products */

font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 31px;
text-align: left;
margin-bottom: 50px;
color: #000000;


}
.carousel-title{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 45px;
text-align: left;
}
.carousel-subtitle{
    font-family: 'Mulish';
font-style: normal;
font-weight: 300;
font-size: 20px;
text-align: left;
}
.thumb{
margin-top: -5px;
}

.custom-carousel .carousel-item img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
    .carousel-title{
     font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
  }
  .carousel-subtitle{
    text-align: center;
  }
}

@media (max-width: 576px) {

  .main-heading h1{
    font-size: 45px;
    line-height: 45px;
  }
  .main-heading{
    margin-top: 40px;
  }
  .carousel-title{
     font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
  }

 }
