/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');


* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding: 2rem;
  box-sizing: border-box;
}


/* colors stored in constants */

:root {
  /* Colors */
  --royalpurple: #6929c4;
  --white: #ffffff;
  --black: #000000;
  
  --primary-color:#6929c4;
  --secondary-color: #ffffff;
  --bg-color:#ffffff;
  --grey-color-2: #3333332e;
  --grey-color-1: #3333334d;

  /* Font */
 
  /* Text Color */
  --text-primary-color: #000000cf;
  --text-secondary-color: #6929c4;
  --text-darkbg-color:#ffffffe3;
  --test-darkbg-secondary-color:#333;

  /* Background color */
  --background-color : #c4abe619;

}

::selection{
  color: var(--bg-color);
  background: var(--primary-color);
}

/* Brand Font */
.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  
}
.brand-logo-size {
  font-size: 1.5rem;
}
.brand-color1 {
  color: var(--primary-color);
}

.brand-color2 {
  color: #e1966c;
}

.logo-img {
  margin-left: 2rem;
}


/* Custom CSS */
a {
  text-decoration: none;
}
body {
  font-size: 100%;
  font-weight: 400;
}

ul {
  list-style-type: none;
  padding: 0rem;
  margin: 0rem;
}

tr td{
  border: none;
}

/* input, input:focus {
  outline: none;  
  background-color: transparent;  
  border: 1px solid #ccc;  
  outline:0; 
  -webkit-appearance:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
} */

.custom-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* Navbar */

.navbar {
  transition: box-shadow 0.3s ease-in-out;
}


.navbar-nav .nav-item::after {
  content: '';
  display: block;
  width: 0;
  height: .1875rem;
  background-color: var(--primary-color); /* Adjust the color as needed */

}

.navbar-nav .nav-item:hover::after {
  width: 100%;
}

.nav-text-custom {
  padding-top: 0.4rem;
  padding-left: 1.3rem;
  
}

.no-bottom-padding {
  padding-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.navbar-options {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 450;
  font-size: 1rem;
  color: var(--text-primary-color) !important;
}

/* Breadcrumb */
.breadcrumb-item a {
  font-size: 1rem;
  color: var(--primary-color);
}

.breadcrumb-item.active a {
  color: var(--primary-color);
}



/* Headings */

h1 {
  font-size: 2.50rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--text-primary-color);
  text-transform: capitalize;

}

h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--text-primary-color);
  text-transform: capitalize;

}
h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-primary-color);
  text-transform: capitalize;

}
h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--text-primary-color);
  text-transform: capitalize;

}

h5 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-primary-color);
}

p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-primary-color);
  letter-spacing: -0.003em;
  line-height: 2rem;
}

/* Custom container */


/* Badges */
.badge {
  /* font-family: var(--primary-font); */
  padding: 0.3rem 0.8rem 0.3rem;
  font-weight: 500;
}

/* Border and margin bottom */

.summary-ingredient {
  border-bottom: var(--border-colour) !important;
  border-width: 0.5rem;
  margin-bottom: 2rem;
}

.primary-button {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 18px 8px 18px;
  /* width: 30vh; */
}

.primary-button:hover {
  background-color: var(--primary-color);
  color: var(--white);
  box-shadow: 0px 15px 20px #6a29c457;
  transform: translateY(-1px);
  /* font-weight: 500; */
}


.secondary-button {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 50px;
  border: 2px solid var(--primary-color);
  /* box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.25); */
  text-align: center;
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  font-size: 1rem;
  font-weight: 600;
  padding: 7px 18px 7px 18px;
  
}

.secondary-button:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  box-shadow: 0px 15px 20px #6a29c457;
  transform: translateY(-1px);
  border: 2px solid var(--primary-color);
  /* font-weight: 300; */
}



.custom-scrollbar::-webkit-scrollbar {
  width: 7px;
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #33333331;
  border-radius: 10px;
}


/* specific */

.btn-join-custom {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 300;
}

.btn-join-custom:hover {
  background-color: #ab8ed4;
  color: var(--secondary-color);
}

.search-button {
  background-color: var(--secondary-color);
  border: 1px solid var(--grey-color-2);
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.search-input {
  width: 360px !important;
  border-top: 1px solid var(--grey-color-2);    /* Top border */
  border-bottom: 1px solid var(--grey-color-2); /* Bottom border */
  border-left: 1px solid var(--grey-color-2);  /* Left border with 30px width */
  border-right: none;               /* No right border */
  border-radius: 4px 0 0 4px;     /* Rounded corners on the left */
  padding-left: 1rem;
  color: var(--text-primary-color);
  outline: none;
}



#searchBar {
  padding-left: 5vh;
}

.search-button:hover {
  background-color: var(--white);
  border: 1px solid #ab8ed4;
}

.search-bar {
  width: 320px;
  height: 50px;
  background-color: --white;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.search-bar>input {
  flex: 1;
  height: 40px;
  outline: none;
  background-color: rgb(255, 255, 255);
  padding-left: 40px;
  border-radius: 5px;
  border: 1px solid --black;
}

.search-bar>i {
  position: relative;
  left: 30px;
}

@media (max-width: 768px) {

  h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--text-primary-color);
    text-transform: capitalize;
  
  }
  

  .logo-img {
    position: relative;
    left: 30px;
    
  }

  .search-icon {
    position: relative;
    left: 8px;
  }

  .navbar-toggler-icon {
    font-size: 0.75em;
   
  }

  .navbar-toggler {
    border: none; /* Remove border */
    background: none; /* Remove background */
    padding: 0; /* Remove default padding */
    margin-left: 1rem;
  }

  .navbar-toggler:focus {
      outline: none; /* Remove focus outline */
      box-shadow: none; /* Remove any box shadow */
  }




  .no-bottom-padding {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }

  .suggestions{
    position: absolute !important;
    width: 100vw !important;
    left: 0px !important;
    max-height: 70vh !important;
    top: 15vh !important;
    border-top: none !important;
  }

}

@media (min-width : 768) and (max-width : 2560px){
  .suggestions{
    width: 29vw !important;
    left: 64vw !important;
  }
}

.suggestions {
  position: absolute;
  z-index: 999;
  width: 31vw;
  max-height: 350px;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
  margin-top: .0625rem;
  border: 1px solid var(--grey-color-1);
  border-radius: 4px;
  left: 58vw;
  margin-top: none;
  background-color: white; 
  overflow-x: hidden;
  font-size: 1rem;
  /* top: 10vh */
}

.list {
  border-bottom: 1px solid var(--grey-color-1);
}

.suggestions .row {
  padding: 3px;
  cursor: pointer;
  min-height: 6.25rem;
}

.search-img-col {
  padding: .625rem;
}

.search-img{
  margin-left: 0.5rem;
}
 .suggestions .row:hover {
  background-color: #c4abe619; 
} 

#auto-search-img{
  height: 80px;
  width: 80px;
}

.prod-text{
  /* margin-top: 0.5rem; */
  padding: .625rem;
  color: var(--text-primary-color);
}


footer {
  border-top: var(--primary-color);
  /* background-color: var(--primary-color); */
  background: linear-gradient(126deg, rgba(105,41,196,1) 0%, rgba(106,41,196,1) 68%, rgba(105,41,196,0.854954481792717) 100%);
  li {
    margin-bottom: 20px;
  }
}

.footer-custom {
  text-align: center;
  line-height: 1.7rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
}


.footer-text {
  color: var(--text-darkbg-color);
  font-weight: 350;
  font-size: 0.9rem;
}


.footer-heading {
  font-weight: 600;
  font-size: 1rem;
}

/* Follow us Modal */


.modal-header-custom {
  
  background-color: var(--primary-color);
  color: var(--secondary-color);
  height: 15vh;
  font-size: 1.8rem !important;
  padding-top: 1vh;
  font-weight: 600;
}

.social-media-container {
  margin-left: 29%; 
}
.social-media-name {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.3rem;
  color: var(--text-primary-color);
}


@media (max-width:576px) {

  .social-media-container {
    margin-left: 20%;
  }
  .modal-custom {
    top: 10vh;
   }
}
