@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,600;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
    font-family: "Poppins", sans-serif;
    color: #3C2F57;
    background:#fff;
    overflow-x:hidden;
}
h1 {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 60px;
    font-weight:500;
    margin-bottom: 20px;
}
h2  {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    line-height: 60px;
}
h3 {
    font-family: "Playfair Display", serif;
    font-size:36px;
    line-height: 50px;
    margin-bottom: 25px;
}
h4 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 42px;
}
h5 {
    font-size: 24px;
    line-height: 30px;
}
h6 {
    font-size: 20px;
    line-height: 28px;
}
p, li {
    font-size:16px;
}
hr {
    color:#b5b5b5
}
.input-group {
    width:initial;
    background: #F7F7F7;
    border: 1px solid #E9E9E9;
    border-radius: 25px;
}
.input-group input {
    background-color: #fff!important;
    border:0;
    text-align:center;
    padding:0;
}
.input-group .input-group-prepend button {
    background-color:transparent;
    color:#000;
    border: solid 0px
}

.carousel-indicators [data-bs-target] {
    background-color: #a08d8d;
}
.logo {
    width: 200px;
}
.navbar {
   background-color:#FFD329 
}
.navbar-toggler {
    border: 0
}
.navbar-nav li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    text-transform: uppercase;
}
.nav-link {
    border-bottom: 3px solid #FFD329
}
.nav-link.active {
    border-bottom: 3px solid #000
}
a.nav-link:hover {
    border-bottom: 3px solid #000
}
.dropdown-menu {
    
}
.dropdown-menu li {
    padding-left: 0px;
}
section {
    padding: 4rem 0rem;
}
.grey-bg {
    background-color:#F7F7F7
}
.grey-text {
    color:#696C70;
}
.yellow-bg {
    background-color:#FFD329
}
.cream-bg {
    background-color:#FCFBE3
}
.lavendar-bg {
    background-color:#E1DAFF
}
.purple-bg {
    background-color:#3C2F57
}
.card {
   color:#3C2F57 
}
.btn-primary {
    border-radius: 25px;
    background: #3C2F57;
    border:1px solid #3C2F57;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-secondary {
    border-radius: 25px;
    background: #fff;
    color:#000;
    border:1px solid #fff;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-add {
    border-radius: 25px;
    background: #fff;
    color:#000;
    border:1px solid #000;
    text-transform: uppercase;
    padding: 5px 25px;
    margin-right: 5px;
}
.btn-primary:hover,
.btn-secondary:hover {
    border:1px solid #E1DAFF;
    background: #E1DAFF;
    color:#000;
}

.btn-add:hover {
    border:1px solid #000;
    background: #E1DAFF;
    color:#000;
}
.text-link-light {
    color:#fff;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
    text-decoration: none;
}
.text-link-dark {
    color:#000;
    border-bottom:2px solid #000;
    padding-bottom:5px;
    text-decoration: none;
}
.promo {
    background: #3C2F57;
    color:#fff;
}
.promo p {
    margin-bottom: 0;
    padding: 5px 5px;
}
/*hero*/
.hero {
    padding: 0rem;
}
.hero .carousel-item {
    padding: 4rem 0rem;
}
.hero .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    left: 10%;
    padding: 0;
    color: #000;
    text-align: left;
    height:100%;
}
.hero p {
    width: 75%;
}

/*topSell*/
.topSell {
    background-color:#FFD329;
    color:#3C2F57!important
}
.topSell .card {
    text-align:center;
    padding:25px;
    border:0px;
    cursor: pointer
}
.topSell p {
    font-weight: 500;
    margin-bottom: 0px;
}

/*buyCards*/
.buyCards {
    color:#3C2F57!important
}
.buyCards .catOne {
    background: url(https://purpleassets.blob.core.windows.net/web/healthyharmoni/cat-01.png) no-repeat center center / cover;
}
.buyCards .catTwo {
    background: url(https://purpleassets.blob.core.windows.net/web/healthyharmoni/cat-02.png) no-repeat center center / cover;
}
.buyCards .catThree {
    background: url(https://purpleassets.blob.core.windows.net/web/healthyharmoni/cat-03.png) no-repeat center center / cover;
}
.buyCards .btn-primary  {
    border-radius: 25px;
}
.buyCards .card  {
    background:transparent;
    border: 0px;
}
.buyCards .card-images  {
    border-radius: 10px; 
    max-height: 350px;
}
.buyCards .card-images img  {
    margin:auto;
    display: block;
}
.buyCards  .card-body  {
    padding:10px 0px;
}
.buyCards  p  {
    margin-bottom: 0px
}
.buyCards .price p {
    margin: 5px 0px;
}
.buyCards  p.prod-discount  {
    background: #E1DAFF;
    border-radius: 25px;
    padding: 0px 10px;
}
.buyCards  p.prod-retail {
    color: #A0A0A0;
    text-decoration: line-through
}
.buyCards  .card-footer  {
    text-align:center;
    background:transparent;
    border-top: 0px;
    padding:0;
}
.buyCards .ft-highlight {
    color:#fff;
    border-radius: 20px; 
    padding: 5px 15px;
    font-size:14px;
    font-weight: 500;
    background-color:#DB4444;
    position:absolute
}
.buyCards .ft-highlight i {
    color:#ffcc00;
}
.buyCards .prod-name {
    font-size:16px;
    font-weight: 600;
    margin-bottom: 5px
}



/*csIcons*/
.cService {
    background-color:#FCFBE3;
    color:#3C2F57
}
.cService .col {
    padding: 25px;
}
.cService .col .content {
    border-radius: 5px;
    background-color:#E1DAFF;
    padding: 20px;
}
.cService .icons img {
    margin-bottom: 15px;
    height: 60px;
}
.cService p {
    font-size:14px;
    line-height: 22px;
    margin-bottom: 0px;
}


/*review*/
.review img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.review p {
    font-size: 14px;
}
.review h6 {
    font-size: 17px;
}
.review .card {
    border: 0px;
}
.review .card-body {
    padding: 0px;
}
/*affIcons*/
.affIconsImg img {
    width: 70%;
    margin: auto;
    display:block;
}

.affIconsImg div {
    padding: 0px 25px;
    align-self: center !important;
}
footer {
    background:#3C2F57;
    color:#fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer h5 {
    font-size: 16px;
    text-transform: uppercase;
}
footer p {
    font-size: 16px;
    color: #fff;
}
footer p.small {
    margin-bottom:0px;
}
footer .formOutter {
    border:1px solid #E9E9E9;
    padding: 5px;
    border-radius: 5px;
}
footer .form-control {
    border:0;
}
footer .btn-primary {
    border-radius: 10px;
}
/*footer .cards img {
    width:100%
}*/
.mobCTA {
    background: #fff;
    padding: 1rem;
    border-top:1px solid #000;
}
.mobCTA p {
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
h1 {
    font-size: 50px;
    line-height:50px;
}


}
@media (max-width: 991px) {
h1 {
    font-size: 40px;
    line-height:50px;
}

.buyCards .btn-primary {
    border-radius: 25px;
    padding: 10px 15px;
}
.buyCards p.prod-discount {
    display:none;
}
.affIcons {
    padding: 2rem 0rem 0rem 0rem
}
}
@media (max-width: 768px) {
.hero .carousel-caption {
    width: 40%!important
}
h1 {
    font-size: 40px;
    line-height: 35px;
}
}
@media (max-width: 767px) {
section { 
    padding: 0;
}

.logo {
    width: 220px;
}  
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-link.active {
    border-bottom: 3px solid #000;
    width: 100px;
    margin-bottom: 5px;
}
.navbar-nav {
    padding:1rem 0 .5rem 0;
}
.navbar-nav li {
    position: relative;
    padding-left: 5px;
    list-style: none;
    text-transform: uppercase;
    padding: 5px 5px;
}
li.formSearch {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    background: #fff;
    padding:5px;
    margin-bottom:5px;
}
.nav-item form input {
    border:0;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}
.hero {
    margin-top:0px;
}
.hero .carousel-item {
    padding: 1.5rem 0rem 2rem 0rem;
}
.hero .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    width: initial!important;
    padding-top: 1.25rem;
    padding-bottom: 3.25rem;
    text-align: center; 
    color:#fff;
    align-items: end;  
}
.hero h1 {
    margin-top:15px;
    text-align:center
}
.hero p {
    display:none;
}
.hero .btn-primary {
    display: none;
}

.topSell .card {
    padding: 5px;
}
.buyCards {
    padding: 0rem 0rem 2rem 0rem;
}
.buyCards .catOne,
.buyCards .catTwo,
.buyCards .catThree {
    padding: 2rem 1rem;
    margin-bottom: 15px;
}
.buyCards .catOne {
    background-image: linear-gradient( to bottom right, rgb(115 115 115 / 50%), rgb(23 23 23 / 50%)), url(https://purpleassets.blob.core.windows.net/web/healthyharmoni/cat-01.png);
}
.buyCards .catTwo {
    background-image: linear-gradient( to bottom right, rgb(115 115 115 / 50%), rgb(23 23 23 / 50%)), url(https://purpleassets.blob.core.windows.net/web/healthyharmoni/cat-02.png);
}
.buyCards .catThree {
    background-image: linear-gradient( to bottom right, rgb(115 115 115 / 50%), rgb(23 23 23 / 50%)), url(https://purpleassets.blob.core.windows.net/web/healthyharmoni/cat-03.png);
}
.buyCards p.prod-discount {
   display: initial;
   padding: 0px 5px;
}
.buyCards h3 {
    color: #fff;
}
.buyCards p {
    font-size: 14px;
}
.csIcons {
    padding: .5rem;
}
.cService .col {
    padding: 1rem 1rem 0rem 1rem
}
.shopCat .card {
    height: 25vh;
    padding-bottom: 5px;
}

.affIconsImg img {
    width: 150%;
}
footer .cards {
    padding-bottom: 5rem;
    text-align:center;
}
/*footer .cards img {
    width:50%
}*/
footer h5 {
    margin-top: 25px;
}
footer p {
    margin-bottom:5px;
}
footer p.small {
    margin-bottom:10px;
}
}

@media (max-width: 400px) {
    .hero {
        margin-top: 15px;
    }
}
.button-link {
    text-decoration: none;
    color: #000;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    position: absolute;
    top: -6px;
    right: -13px;
}
